input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
body {
  background: none;
  background-color: #F4F1ED;
  background-repeat: no-repeat;
  background-size: auto 430px;
  background-position: top;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
body main {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body main > div:last-child {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
body.alt-header {
  background-position-y: 60px;
}
body.alt-header .title-bar-16 {
  padding-top: 50px;
}
body.alt-header .title-bar-16 .page-title h1 {
  color: white;
}
body.alt-header .title-bar-16 .title-bar-body .content-area {
  color: white;
}
body.alt-header .title-bar-16 .title-bar-body .content-area ul li {
  color: white;
}
body.alt-header main > div > div.page-title > h1 {
  color: white;
}
body.alt-header .item-offer-3 .module .module-title {
  color: white;
}
body.alt-header .item-offer-3 .module ul li,
body.alt-header .item-offer-3 .module div {
  color: white;
}
@media (min-width: 768px) {
  body {
    background-size: auto 540px;
  }
}
body.open {
  background-position: calc(50% - 360px) top;
  overflow: hidden;
}
main {
  margin-top: 0;
}
.button {
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 100px;
  border: 1px solid #32465F;
  line-height: normal;
  transition: 0.5s all;
  width: auto;
}
.button.alt {
  /* background-color: #00E187;
  border: 1px solid #00E187;
  color: #32465F; */
  background: #0077b5;
 color: white;
}
.button.alt:hover {
  /* background-color: #32465F;
  border: 1px solid #00E187;
  color: #00E187; */
  background: #0077b5;
    color: white;
}
@media (min-width: 768px) {
  .button {
    padding: 20px 30px;
  }
  .button.cta {
    max-width: 550px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .button {
    width: 100%;
  }
}
.form-group input.email,
.form-group input.password {
  padding-right: 35px;
  background-repeat: no-repeat;
  background-position: right;
}
.form-group input.email {
  background-position: 100% 0;
}
.form-group input.password {
  background-position: 100% -30px;
}
.form-group .input-validation-error {
  border: 1px solid #bf4646;
}
.error .form-group .form-control {
  border: 1px solid #bf4646;
}
.notice {
  color: #bf4646;
}
.button-search:hover {
  opacity: 0.7;
}
.container {
  max-width: 500px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container h1 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 705px;
    max-width: 705px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1005px;
  }
}
.container.no-padding {
  padding: 0;
}
.container.no-padding .module {
  padding: 0;
}
.page-title {
  text-align: center;
}
.text-link:hover {
  text-decoration: underline;
}
.title-plus {
  color: #00E187;
  font-weight: 600;
}
.module .module-title,
.module .module-title h1,
.module .module-title h2,
.module .module-title h3,
.module .module-title h4 {
  color: #32465F;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
.plus {
  color: #00E187;
  font-weight: bold;
}
@media (max-width: 767px) {
  .plus {
    display: block;
    line-height: 0.7;
  }
}
.page-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-title {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .page-title {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .page-title {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .page-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .page-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .page-title {
    margin-bottom: 40px;
  }
}
.page-title h1 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .page-title h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  .page-title h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) {
  .module .module-title {
    font-size: 30px;
    font-size: 3rem;
  }
  .module .module-title h1,
  .module .module-title h2,
  .module .module-title h3,
  .module .module-title h4 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.user-content ul:not(.rte-image-grid) {
  display: block;
  text-align: left;
  padding-left: 0;
  margin: 20px 0 0 20px;
}
.user-content ul:not(.rte-image-grid) li {
  display: inline-block;
  position: relative;
  width: 100%;
}
.user-content ul:not(.rte-image-grid) li:before {
  content: '+';
  color: #00E187;
  position: absolute;
  left: -12px;
  font-weight: bold;
}
.user-content.center ul:not(.rte-image-grid) {
  text-align: center;
}
.user-content.center ul:not(.rte-image-grid) li:before {
  position: relative;
  left: -4px;
  font-weight: bold;
}
.page-results-13 .product-display-4 .module {
  margin-bottom: 0;
}
.page-results-13 .blurb-45 .module {
  padding-top: 0;
}
.blogposts main.page-blog-6 .container .page-title {
  margin-bottom: 0;
  margin-top: 10px;
}
.blogentry .cms-area .module {
  padding-top: 0;
}
.blogentry .preset-component-blogpost-7 {
  margin-bottom: 10px;
}
.blogentry .date-line {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .blogentry .date-line {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .blogentry .date-line {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .blogentry .date-line {
    padding-bottom: 40px;
  }
}
.blogentry .login .title {
  margin-bottom: 5px;
  font-weight: bold;
}
.blogentry .comment-feed .module-title {
  font-weight: bold;
}
.right-nav:hover,
.left-nav:hover {
  opacity: 0.7;
}
.form-control:-ms-input-placeholder {
  font-style: normal;
  color: #98a2af;
}
.form-control:-moz-placeholder {
  font-style: normal;
  color: #98a2af;
}
.form-control::-moz-placeholder {
  font-style: normal;
  color: #98a2af;
}
.form-control::-webkit-input-placeholder {
  font-style: normal;
  color: #98a2af;
}
.multiple > * {
  display: inline-block !important;
}
.multiple > * + * {
  margin-left: 5px;
}
.form-icon-wrap {
  position: relative;
}
.form-icon-wrap > input:first-child {
  padding-right: 50px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: none;
}
.form-icon-wrap > input:first-child::-ms-expand {
  display: none;
}
.form-icon-wrap .icon {
  color: #acacac;
  position: absolute;
  right: 0;
  width: 38px;
  text-align: center;
  font-size: 18px;
  top: 8px;
}
@media (min-width: 768px) {
  .form-icon-wrap .icon {
    top: 15px;
  }
}
.form-select-wrap {
  position: relative;
}
.form-select-wrap select {
  box-shadow: none;
  padding-right: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select-wrap select::-ms-expand {
  display: none;
}
.form-select-wrap .select-arrow {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 38px;
  text-align: center;
  pointer-events: none;
  transition: all 0.15s;
}
.form-select-wrap .select-arrow:after {
  color: #32465F;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f078';
  font-size: 24px;
}
.form-select-wrap:hover .select-arrow:after {
  color: #00E187;
}
.results-product-display .product-display:last-child {
  margin-bottom: 0;
}
.results-product-display .product-display .module {
  padding-top: 0;
}
.results-product-display .product-display.summary {
  margin-top: 0;
}
.results-product-display .product-display:last-child .module {
  padding-bottom: 0;
  margin-bottom: 0;
}
.has-tail {
  position: relative;
}
.has-tail.color-bg-primary > .tail {
  border-top-color: #32465F;
}
.has-tail.color-bg-primary-20 > .tail {
  border-top-color: #d6dadf;
}
.has-tail.color-bg-primary-50 > .tail {
  border-top-color: #99a3af;
}
.has-tail.color-bg-primary-75 > .tail {
  border-top-color: #657487;
}
.has-tail.color-bg-secondary > .tail {
  border-top-color: #00E187;
}
.has-tail.color-bg-secondary-20 > .tail {
  border-top-color: #ccf9e7;
}
.has-tail.color-bg-secondary-50 > .tail {
  border-top-color: #80f0c3;
}
.has-tail.color-bg-secondary-75 > .tail {
  border-top-color: #40e9a5;
}
.has-tail.color-bg-tertiary > .tail {
  border-top-color: #E9E3DC;
}
.has-tail.color-bg-tertiary-20 > .tail {
  border-top-color: #fbf9f8;
}
.has-tail.color-bg-tertiary-50 > .tail {
  border-top-color: #f4f1ee;
}
.has-tail.color-bg-tertiary-75 > .tail {
  border-top-color: #efeae5;
}
.has-tail.color-bg-quaternary > .tail {
  border-top-color: #D6DADF;
}
.has-tail.color-bg-quinary > .tail {
  border-top-color: #e9e3dc;
}
.has-tail.color-bg-five > .tail {
  border-top-color: #f4f1ed;
}
.has-tail .tail {
  position: absolute;
  display: none;
}
@media (max-width: 767px) {
  .has-tail .tail {
    border-left-width: 12px;
    border-right-width: 12px;
    border-top-width: 8px;
    bottom: -7px;
  }
}
.basket-pop {
  max-height: calc(100vh - 52px);
}
.page-product-5 ul {
  text-align: center;
}
.page-product-5 ul li {
  width: auto;
}
.page-product-5 ul li:before {
  position: relative;
  left: -4px;
  font-weight: bold;
}
.closed .expand {
  transform: rotate(90deg);
}
.closed > .module-content {
  opacity: 0;
}
@media (max-width: 767px) {
  .page-blog-6 {
    margin-top: 0;
  }
  .page-blog-6 .page-title {
    margin: 5px 0;
  }
  .page-blog-6 .title-bar-15 {
    margin-bottom: 0;
  }
}
.title-bar-15 .page-title,
.page-results-13 .container.page-title,
.faq-page-3 .container.page-title,
.page-basket-2 .container.page-title {
  margin-top: 0;
}
@media (min-width: 992px) {
  .page-results-13 .row .col-md-9 {
    width: 70%;
  }
  .page-results-13 .row .col-xs-3 {
    width: 30%;
  }
}
.course-info-wrap .tab-content-wrap {
  width: 755px;
  margin: auto;
}
.customer-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .customer-wrap {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .customer-wrap {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .customer-wrap {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .customer-wrap {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .customer-wrap {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .customer-wrap {
    padding-bottom: 40px;
  }
}
.LPMcontainer {
  right: -158px !important;
  transition: right 0.5s;
}
.LPMcontainer:hover {
  right: -10px !important;
}
.password_strength {
  height: 13px;
  display: inline-block;
  margin-left: 10px;
  width: 170px;
  line-height: 0;
}
.registration-2 .form-group .password_strength,
.form-personal-details .form-group .password_strength,
.registration-form-2 .form-group .password_strength {
  background-color: #e9e3dc;
  border: 1px solid;
  box-sizing: content-box;
  border-color: rgba(0, 0, 0, 0.15);
}
.registration-2 .form-group .ps-indicator,
.form-personal-details .form-group .ps-indicator,
.registration-form-2 .form-group .ps-indicator {
  height: 13px;
}
.registration-2 .form-group .ps-label,
.form-personal-details .form-group .ps-label,
.registration-form-2 .form-group .ps-label {
  margin-left: 10px;
}
.registration-2 .form-group .pass_state00 .ps-indicator,
.form-personal-details .form-group .pass_state00 .ps-indicator,
.registration-form-2 .form-group .pass_state00 .ps-indicator {
  width: 0%;
}
.registration-2 .form-group .pass_state01 .ps-indicator,
.form-personal-details .form-group .pass_state01 .ps-indicator,
.registration-form-2 .form-group .pass_state01 .ps-indicator {
  width: 10%;
  background-color: #bf4646;
}
.registration-2 .form-group .pass_state02 .ps-indicator,
.form-personal-details .form-group .pass_state02 .ps-indicator,
.registration-form-2 .form-group .pass_state02 .ps-indicator {
  width: 40%;
  background-color: #f89431;
}
.registration-2 .form-group .pass_state03 .ps-indicator,
.form-personal-details .form-group .pass_state03 .ps-indicator,
.registration-form-2 .form-group .pass_state03 .ps-indicator {
  width: 70%;
  background-color: #ffeb67;
}
.registration-2 .form-group .pass_state04 .ps-indicator,
.form-personal-details .form-group .pass_state04 .ps-indicator,
.registration-form-2 .form-group .pass_state04 .ps-indicator {
  width: 100%;
  background-color: #7ff0c3;
}
@media (max-width: 767px) {
  .registration-2 .form-group span.ps-label,
  .form-personal-details .form-group span.ps-label,
  .registration-form-2 .form-group span.ps-label {
    line-height: 1;
    margin-bottom: 10px;
  }
  .registration-2 .form-group.ps,
  .form-personal-details .form-group.ps,
  .registration-form-2 .form-group.ps {
    margin-top: 0px;
  }
  .registration-2 .form-group .password_strength,
  .form-personal-details .form-group .password_strength,
  .registration-form-2 .form-group .password_strength {
    margin-top: 0px;
  }
}
.field-validation-error {
  color: #bf4646 !important;
  display: inline-block;
  padding-top: 5px;
  margin-left: 0;
}
body.payment3dsecure main .layout .page-title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.payment3dsecure main .layout .page-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  body.payment3dsecure main .layout .page-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  body.payment3dsecure main .layout .page-title {
    margin-bottom: 40px;
  }
}
body.payment3dsecure #acsframe {
  width: 100%;
  border: 0;
}
.vbox-content .module-title {
  font-size: 20px;
  font-size: 2rem;
}
.vbox-content .module {
  border: 1px solid #32465F;
}
.vbox-content .modal-footer {
  padding: 20px 0 0 0;
}
.vbox-close {
  background-color: #32465F;
}
.page-homepage-29 .form-search-8.open + .blurb-43 .blurb-28 {
  padding-top: 0px;
}
.page-homepage-29 > div:first-child .container {
  overflow: hidden;
}
.custom-slideshow-37 + .teaser-49-row {
  padding-top: 0px;
}
.social-media-share {
  display: inline-block !important;
  width: 13px !important;
}
.social-media-share .entypo-export {
  position: absolute !important;
  top: 2px !important;
  width: 130px !important;
  opacity: 0 !important;
}
.social-media-share .networks-4 {
  position: relative;
  z-index: 101;
}
.processpayment .blurb-43 {
  background-color: rgba(50, 70, 95, 0.5);
}
.processpayment .blurb-43 .module {
  background: transparent;
}
.processpayment .blurb-43 .tail {
  display: none;
}
main > .layout:first-child .page-title {
  padding-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  main > .layout:first-child .page-title {
    padding-top: 5px;
  }
}
.reset-password-1 .icon {
  top: 9px;
}
.reset-password-1 p {
  padding-bottom: 20px;
}
.reset-password-1 .form-group {
  margin-bottom: 20px;
}
.reset-password-1 .button-group {
  text-align: right;
}
@media (max-width: 767px) {
  .icon-heading .title h1,
  .title-icon .title h1,
  .icon-heading .title h2,
  .title-icon .title h2,
  .icon-heading .title h3,
  .title-icon .title h3,
  .icon-heading .title h4,
  .title-icon .title h4,
  .icon-heading .title h5,
  .title-icon .title h5 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.bx-controls-direction {
  display: none;
}
@media (max-width: 768px) {
  .title {
    margin-bottom: 5px;
  }
  .basket-1 .tablesaw .questions td .form-group {
    margin-bottom: 10px;
  }
  .radio label {
    padding-left: 0;
  }
  .form-group.radio {
    margin-top: 0px;
  }
}
.text-search-container {
  display: none;
}
main .fa.fa-envelope-o.social-media-share.sharer-0 .social ul li {
  height: 20px;
}
main .fa.fa-envelope-o.social-media-share.sharer-0 .social.networks-4.center {
  margin-left: 0;
  margin-top: 20px;
}
body.payment .tail {
  display: none;
}
.productlistings .layout-6 + .layout-6 .tail {
  display: none;
}
@media (max-width: 767px) {
  .productlistings .layout-5 + .layout-5 .no-padding {
    overflow: hidden;
  }
}
.price.strikethrough span.full {
  text-decoration: line-through;
  font-weight: normal;
  display: inline-block;
  padding-bottom: 5px;
}
.bookdetailpage .blurb-45 .module,
.bookdetailpage .product-display-4 .module {
  padding-bottom: 0;
}
.basket-link .text {
  text-align: center;
}
@media (max-width: 991px) {
  .blogentry .list-details-9 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .blogentry .list-details-9 {
    right: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  .blogentry .title-bar + .row .col-md-9 {
    padding-right: 60px;
  }
  .blogentry .cms-area .module {
    padding-bottom: 0;
  }
}
body main .layout .page-title {
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (min-width: 768px) {
  body main .layout .page-title {
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  body main .layout .page-title {
    padding-top: 24px;
  }
}
@media (min-width: 1200px) {
  body main .layout .page-title {
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  body main .layout .page-title {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  body main .layout .page-title {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  body main .layout .page-title {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  body main .layout .page-title {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  body main .layout .page-title {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  body main .layout .page-title {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  body main .layout .page-title {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  body main .layout .page-title {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  body main .layout .page-title {
    margin-top: 0px;
  }
}
.title-bar-6 {
  padding-top: 12px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .title-bar-6 {
    padding-top: 24px;
  }
}
@media (min-width: 992px) {
  .title-bar-6 {
    padding-top: 24px;
  }
}
@media (min-width: 1200px) {
  .title-bar-6 {
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .title-bar-6 {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .title-bar-6 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .title-bar-6 {
    padding-bottom: 40px;
  }
}
.list-blog-posts-6 .js-blogs > div:first-child .module {
  padding-top: 0;
}
@media (min-width: 992px) {
  .list-blog-posts {
    min-height: 400px;
  }
}
.page-size-select,
.page-select {
  cursor: pointer;
}
.venoframe {
  padding: 5px!important;
  border: 1px solid #32465f;
  border-radius: 5px;
}
@media (min-width: 1080px) {
  .venoframe {
    width: 1020px;
  }
}
.venoframe {
  height: 80vh;
}
.button-item-10 .out-of-stock {
  line-height: 34px;
}
@media screen {
  .processpayment .header-33 .form-login-6 .button.thirdparty {
    position: relative;
  }
  .processpayment .login,
  .processpayment .login .form {
    overflow: visible;
  }
  .processpayment .header-58 .study::after {
    content: "Access your subscription(s) here";
    position: absolute;
    top: 80px;
    left: -75%;
    width: 250%;
    color: #32465f;
    background: url("https://mypastest.pastest.com/images/dropdownSelectClose.png") #d6dadf center 10px no-repeat;
    padding: 35px 20px 35px;
    border: 5px solid #fbf9f8;
    box-shadow: #000 0 0 5px;
    text-align: center;
    border-radius: 10px;
    transition: all, 0.5s;
    animation: fadein 1s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-top: 40px;
  }
  .processpayment .header-58 .study:hover::after {
    background-position: center 3px;
  }
  /* animation */
  @keyframes fadein {
    from {
      top: 100px;
      opacity: 0;
    }
    to {
      top: 40px;
      opacity: 1;
    }
  }
}
img.blogFloatLeft {
  float: left;
  margin: 0 20px 0 0 ;
}
body.bookdetailpage {
  background-image: none;
}
th.align-center {
  text-align: center;
}
@media (max-width: 767px) {
  .remove-mobile-padding > .module {
    padding-left: 0;
    padding-right: 0;
  }
}
.teaser-105 .module-title,
.button-area-8 .module-title,
.item-detail-7 .module-title,
.blurb-79 .module-title,
.blurb-80 .module-title,
.reviews-24 .module-title {
  font-family: inherit;
}
@media (min-width: 768px) {
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
}
.module .module-title.light,
.light {
  font-weight: 300;
}
.module .module-title.medium,
.medium {
  font-weight: 500;
}
.module .module-title.bold,
.bold {
  font-weight: 500;
}
.extra-bold {
  font-weight: 600 !important;
}
.text-center {
  text-align: center;
}
.container-half-width-column .container-half-width {
  overflow: hidden;
  margin: 0 auto;
  max-width: 500px;
}
@media (min-width: 768px) {
  .container-half-width-column:first-child .container-half-width {
    padding-left: 10px;
  }
  .container-half-width-column:last-child .container-half-width {
    padding-right: 10px;
  }
  .container-half-width-column .container-half-width {
    max-width: 352.5px;
  }
}
@media (min-width: 992px) {
  .container-half-width-column .container-half-width {
    max-width: 485px;
  }
}
@media (min-width: 1200px) {
  .container-half-width-column:first-child .container-half-width {
    padding-left: 30px;
  }
  .container-half-width-column:last-child .container-half-width {
    padding-right: 30px;
  }
  .container-half-width-column .container-half-width {
    max-width: 502.5px;
  }
}
.set-h1,
.module .module-title.set-h1 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .set-h1,
  .module .module-title.set-h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media (min-width: 992px) {
  .set-h1,
  .module .module-title.set-h1 {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
.set-h2,
.module .module-title.set-h2 {
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .set-h2,
  .module .module-title.set-h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .set-h2,
  .module .module-title.set-h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
.set-h3,
.module .module-title.set-h3 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .set-h3,
  .module .module-title.set-h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .set-h4,
  .module .module-title.set-h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  .set-h4.sub-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media (min-width: 768px) {
  .set-h5,
  .module .module-title.set-h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .set-h5,
  .module .module-title.set-h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.set-text,
.module .module-title.set-text {
  font-weight: lighter;
}
@media (min-width: 768px) {
  .set-text,
  .module .module-title.set-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.color-text-primary {
  color: #32465F;
}
.color-text-secondary {
  color: #00E187;
}
.color-bg-neutral {
  background-color: #ffffff;
}
.color-bg-quinary {
  background-color: #e9e3dc;
}
.color-bg-five {
  background-color: #f4f1ed;
}
.has-line {
  border-top: solid 1px #e6ecef;
}
.color-bg-primary .button {
  background-color: #00E187;
  color: #32465F;
  border-color: #00E187;
}
.color-bg-primary .button:hover {
  background-color: transparent;
  border-color: #00E187;
  color: #00E187;
}
.color-bg-primary .button.alt {
  background-color: #ffffff;
  border-color: #ffffff;
}
.color-bg-primary .button.alt:hover {
  background-color: transparent;
  /* color: #00E187; */
  /* border-color: #00E187; */

  color: white;
  border-color: white;
}
.color-bg-secondary .button {
  border-color: #32465F;
}
.color-bg-secondary .button:hover {
  background-color: transparent;
}
.color-bg-secondary .button.alt {
  background-color: #ffffff;
  border-color: #ffffff;
}
.color-bg-secondary .button.alt:hover {
  background-color: transparent;
  color: #32465F;
  border-color: #32465F;
}
.page-homepage-29 .module-description,
.homepage30 .module-description,
.homepage32 .module-description,
.onlineproducts .product-24 .module-description {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: lighter;
}
@media (min-width: 768px) {
  .page-homepage-29 .module-description,
  .homepage30 .module-description,
  .homepage32 .module-description,
  .onlineproducts .product-24 .module-description {
    font-size: 1.6rem;
    line-height: 1.75em;
  }
}
@media (min-width: 992px) {
  .page-homepage-29 .container,
  .homepage30 .container,
  .homepage32 .container {
    max-width: 1400px;
  }
  .page-homepage-29 .full-width .container,
  .homepage30 .full-width .container,
  .homepage32 .full-width .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1400px;
  }
  .full-width .container {
    max-width: 100%;
  }
}
.footer-58 .module .module .module-content {
  margin-top: calc(-13.5em);
  margin-bottom: calc(-13.5em);
}
.header-58 h3.plus {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 3rem;
}
header {
  z-index: 1200;
}
.navigation h3.plus {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .navigation h3.plus {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .navigation h3.plus {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .navigation h3.plus {
    padding-left: 40px;
  }
}
.study a {
  color: #00E187;
}
.content-block + .content-block {
  margin-top: -20px;
}
@media (min-width: 768px) {
  .content-block + .content-block {
    margin-top: -40px;
  }
}
@media (min-width: 992px) {
  .content-block + .content-block {
    margin-top: -40px;
  }
}
@media (min-width: 1200px) {
  .content-block + .content-block {
    margin-top: -40px;
  }
}
.content-block.content-block-66.no-min-height .container {
  min-height: unset;
}
.content-block .list-details-18 .title-bar-31 {
  margin-top: 0;
}
.teaser-105 a:hover .button.color-bg-neutral,
.item-product-14 a:hover .button.color-bg-neutral,
.blurb-79 a:hover .button.color-bg-neutral {
  background: #ffffff !important;
  color: #32465F !important;
  border: 1px solid #ffffff !important;
}
.teaser-105 a:hover .button.color-bg-neutral:hover,
.item-product-14 a:hover .button.color-bg-neutral:hover,
.blurb-79 a:hover .button.color-bg-neutral:hover {
  background: #32465F !important;
  color: #ffffff !important;
}
.teaser-105 a:hover .button.color-bg-primary,
.item-product-14 a:hover .button.color-bg-primary,
.blurb-79 a:hover .button.color-bg-primary {
  background: #32465F !important;
  color: #ffffff !important;
  border: 1px solid #32465F !important;
}
.teaser-105 a:hover .button.color-bg-primary:hover,
.item-product-14 a:hover .button.color-bg-primary:hover,
.blurb-79 a:hover .button.color-bg-primary:hover {
  background: #ffffff !important;
  color: #32465F !important;
}
.teaser-105 a:hover .button.color-bg-secondary,
.item-product-14 a:hover .button.color-bg-secondary,
.blurb-79 a:hover .button.color-bg-secondary {
  background: #00E187 !important;
  color: #32465F !important;
  border: 1px solid #00E187 !important;
}
.teaser-105 a:hover .button.color-bg-secondary:hover,
.item-product-14 a:hover .button.color-bg-secondary:hover,
.blurb-79 a:hover .button.color-bg-secondary:hover {
  background: #32465F !important;
  color: #00E187 !important;
}
.teaser-105 .button.color-bg-neutral,
.item-product-14 .button.color-bg-neutral,
.blurb-79 .button.color-bg-neutral {
  background: #ffffff !important;
  color: #32465F !important;
  border: 1px solid #ffffff !important;
}
.teaser-105 .button.color-bg-neutral:hover,
.item-product-14 .button.color-bg-neutral:hover,
.blurb-79 .button.color-bg-neutral:hover {
  background: #32465F !important;
  color: #ffffff !important;
}
.teaser-105 .button.color-bg-primary,
.item-product-14 .button.color-bg-primary,
.blurb-79 .button.color-bg-primary {
  background: #32465F !important;
  color: #ffffff !important;
  border: 1px solid #32465F !important;
}
.teaser-105 .button.color-bg-primary:hover,
.item-product-14 .button.color-bg-primary:hover,
.blurb-79 .button.color-bg-primary:hover {
  background: #ffffff !important;
  color: #32465F !important;
}
.teaser-105 .button.color-bg-secondary,
.item-product-14 .button.color-bg-secondary,
.blurb-79 .button.color-bg-secondary {
  background: #00E187 !important;
  color: #32465F !important;
  border: 1px solid #00E187 !important;
}
.teaser-105 .button.color-bg-secondary:hover,
.item-product-14 .button.color-bg-secondary:hover,
.blurb-79 .button.color-bg-secondary:hover {
  background: #32465F !important;
  color: #00E187 !important;
}
.teaser-105 .color-text-neutral,
.item-product-14 .color-text-neutral,
.blurb-79 .color-text-neutral {
  color: #ffffff;
}
.teaser-105 .color-border-neutral,
.item-product-14 .color-border-neutral,
.blurb-79 .color-border-neutral {
  border: 1px solid #ffffff !important;
}
.teaser-105 .color-border-primary,
.item-product-14 .color-border-primary,
.blurb-79 .color-border-primary {
  border: 1px solid #32465F !important;
}
.teaser-105 .color-border-secondary,
.item-product-14 .color-border-secondary,
.blurb-79 .color-border-secondary {
  border: 1px solid #00E187 !important;
}
.teaser-105 .color-border-tertiary,
.item-product-14 .color-border-tertiary,
.blurb-79 .color-border-tertiary {
  border: 1px solid #E9E3DC !important;
}
.teaser-105 .color-border-quaternary,
.item-product-14 .color-border-quaternary,
.blurb-79 .color-border-quaternary {
  border: 1px solid #D6DADF !important;
}
.teaser-105 .color-border-quinary,
.item-product-14 .color-border-quinary,
.blurb-79 .color-border-quinary {
  border: 1px solid #e9e3dc !important;
}
.teaser-105 .color-border-quinary,
.item-product-14 .color-border-quinary,
.blurb-79 .color-border-quinary {
  border: 1px solid #f4f1ed !important;
}
.content-block-66.image-left .image-wrap,
.content-block-66.text-left .text-wrap {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.content-block-66.image-right .image-wrap,
.content-block-66.text-right .text-wrap {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.content-block-66.image-left .image-wrap .image,
.content-block-66.image-right .image-wrap .image {
  width: auto;
}
.content-block-66 .container .image-wrap .image {
  height: auto;
}
.content-block-66 .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  width: 100%;
  height: 0;
}
.content-block-66 .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blurb-79 .module-title {
  color: inherit;
}
#contact-details-26 .form-personal-details-9 #new-savebutton button:only-child {
  width: 100%;
}
#contact-details-26 .form-personal-details-9 .new-buttons .button {
  width: 100%;
}
.hidebgImg {
  background: unset !important;
  background: none !important;
  background-color: #f4f1ed!important;
  background-size: auto !important;
  background-position: unset !important;
}
/*   NEW CHECKOUT WORK 22/07/2019     */
hr {
  border-color: #CCCCCC;
}
@media (min-width: 992px) {
  hr {
    margin-bottom: 40px;
  }
}
.form-group-multiple .label-multiple {
  color: #32465F;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  max-width: 100%;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}
.form-group-multiple .form-group-multiple-wrap {
  display: -webkit-flex;
  display: flex;
}
.form-group-multiple .form-group-multiple-wrap .form-group {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: calc(50% - 10px);
}
.form-group-multiple .form-group-multiple-wrap .form-group:first-child {
  margin-right: 10px;
}
.form-group-multiple .form-group-multiple-wrap .form-group:last-child {
  margin-left: 10px;
}
.-validation-warning .form-control {
  border-color: #DE9100 !important;
}
.-validation-warning .validation-message {
  color: #DE9100;
}
.-validation-warning .inner .icon {
  border-color: #DE9100 !important;
}
.-validation-danger .form-control {
  border-color: #EE0042 !important;
}
.-validation-danger .validation-message {
  color: #EE0042;
}
.-validation-danger .inner .icon {
  border-color: #EE0042 !important;
}
.button.-t2 {
  background: #ffffff;
  color: #32465F;
}
.button.-t2:hover {
  background: #32465F;
  color: #ffffff;
}
.text-link-col {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .text-link-col {
    margin-top: 42px;
    margin-bottom: 0;
  }
}
.checkout-title {
  font-family: 'Nunito', sans-serif;
  background: transparent;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1;
  color: #32465F;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .checkout-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.checkout-title + hr {
  margin-top: 0;
}
* + .checkout-title {
  margin-top: 20px;
}
@media (min-width: 768px) {
  * + .checkout-title {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  * + .checkout-title {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  * + .checkout-title {
    margin-top: 40px;
  }
}
.form-group.-t2 {
  vertical-align: top;
  margin-bottom: 20px;
}
.form-group.-t2.-full-width {
  max-width: none;
}
.form-group.-t2 .validation-message {
  display: inline-block;
  padding: 10px 25px 0;
  overflow: hidden;
  line-height: 1.2;
}
.form-group.-t2 label {
  color: #32465F;
  font-size: 16px;
  font-size: 1.6rem;
}
.form-group.-t2 .form-control {
  height: 50px;
  border-radius: 25px;
  padding: 0 25px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.form-group.-t2 .inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
.form-group.-t2 .inner .icon {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  top: 0;
  width: 50px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-left: 0;
}
.form-group.-t2 .select-dropdown {
  position: absolute;
  z-index: 201;
  max-height: 286px;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  right: 0;
  top: 100%;
  display: block;
  opacity: 0;
  border: 1px solid #CCCCCC;
  border-radius: 25px;
  transition: opacity 0.25s, transform 0.5s;
  background: #ffffff;
  transform: translateY(0);
}
.form-group.-t2 .select-dropdown.open {
  transition: opacity 0.25s, transform 0.5s;
  transform: translateY(10px);
  opacity: 1;
}
.form-group.-t2 .select-dropdown ul li {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding: 15px 20px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.15s;
}
.form-group.-t2 .select-dropdown ul li:hover {
  background: rgba(0, 0, 0, 0.05);
}
.form-group.-t2 .select-dropdown ul li:not(:last-child):after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-bottom: 1px solid #CCCCCC;
}
.form-group.-t2 .has-button .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  padding-right: 0;
}
.form-group.-t2 .has-button .button-area .button {
  height: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .form-group.form-row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .form-group.form-row label {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  .form-group.form-row .form-control {
    -webkit-flex: 0 0 92px;
    flex: 0 0 92px;
    margin-left: 20px;
  }
}
.flag-wrap {
  margin-bottom: 20px;
}
.flag-wrap .flag-title {
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  color: #32465F;
  font-size: 16px;
  font-size: 1.6rem;
}
.flag-wrap .flag {
  margin-bottom: 10px;
}
.flag-wrap .flag label {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  line-height: 22px;
  font-weight: normal;
}
.flag-wrap .flag .icon {
  position: absolute;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #ccc;
  border-radius: 50px;
  background: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: transparent;
  transition: 0.15s;
}
.flag-wrap .flag input {
  display: none;
}
.flag-wrap .flag input[type=checkbox] ~ .icon {
  border-radius: 0;
}
.flag-wrap .flag input:checked ~ .icon {
  color: #32465F;
}
.colour-background--primary {
  background: #32465F;
  color: #ffffff;
}
.colour-background--secondary {
  background: #00E187;
  color: #ffffff;
}
.colour-background--tertiary {
  background: #E9E3DC;
}
.colour-background--quaternary {
  background: #D6DADF;
}
.color-background--quinary {
  background: #e9e3dc;
}
.color-background--five {
  background: #f4f1ed;
}
.color-background--neutral {
  background: #FFF;
}
.colour-background--danger {
  background: #C40D30;
  color: #ffffff;
}
.max-width-720 {
  max-width: 720px;
  margin: 0 auto;
}
body.bookingstage1 {
  background: #fff;
}
.bookingstage1 .form-group {
  max-width: unset;
}
.bookingstage1 input {
  max-width: 370px;
  display: block;
}
.bookingstage1 .emailPersonal {
  max-width: 400px;
}
.bookingstage1 .newCustTerms {
  max-width: 425px;
}
@media (max-width: 767px) {
  .header-58 .header-upper .login .modal-popup-12 .popup-link,
  .header-58 .header-upper .study .modal-popup-12 .popup-link {
    display: none;
  }
}
.page-cms-page-40 {
  background: #ffffff;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .page-cms-page-40 {
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .page-cms-page-40 {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .page-cms-page-40 {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .page-cms-page-40 {
    padding-top: 80px;
  }
}
.page-cms-page-40 .confirmed-check {
  border-radius: 50%;
  height: 62px;
  width: 62px;
  border: 1px solid #32465F;
  color: #00E187;
  display: -webkit-flex;
  display: flex;
  font-size: 30px;
  font-size: 3rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-cms-page-40 .failed-times {
  border-radius: 50%;
  height: 62px;
  width: 62px;
  border: 1px solid #32465F;
  color: #bf4646;
  display: -webkit-flex;
  display: flex;
  font-size: 30px;
  font-size: 3rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-cms-page-40 .cms-area-1 .module {
  padding-top: 0;
}
.page-cms-page-40 .cms-area-1 .module a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .processpayment .header-58 .study {
    display: flex !important;
    font-weight: bold;
    text-align: center;
  }
  .processpayment .header-58 .study .modal-popup-12 .popup-link {
    display: flex !important;
    text-transform: uppercase !important;
    font-weight: bold;
    padding: 16px !important;
    margin: 0 !important;
  }
  .processpayment .header-58 .study:after {
    width: 180% !important;
    left: -50% !important;
  }
  .processpayment .header-58 .login {
    display: none !important;
  }
  .processpayment .header-58 .search {
    display: none !important;
  }
}
@media (max-width: 767px) and (max-width: 500px) {
  .processpayment .header-58 .study .modal-popup-12 .popup-link.button {
    border-radius: 0;
    line-height: 1 !important;
  }
}
@media (max-width: 767px) and (max-width: 500px) {
  .processpayment .header-58 .study {
    width: 130px !important;
  }
}
.processpayment .study:after {
  display: none !important;
}
@media (min-width: 768px) {
  .processpayment .study-popup {
    top: 80px !important;
  }
}
.processpayment .study-popup {
  display: block!important;
  top: 65px;
  position: absolute;
  width: 100%;
  text-align: center;
}
.processpayment .study-popup .study-popup-text {
  top: 20px;
  position: relative;
  background: #32465F;
  border: 1px solid #32465F;
  width: 80%;
  height: auto;
  padding: 10px 10px;
  border-radius: 25px;
  color: #fff;
  display: block;
  left: calc(10%);
  font-weight: bold;
}
@media (max-width: 500px) {
  .processpayment .study-popup {
    width: 100%;
    position: fixed;
    left: 0px;
  }
}
.processpayment .study-popup .study-popup-text:after,
.processpayment .study-popup .study-popup-text:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.processpayment .study-popup .study-popup-text:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #32465F;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}
.processpayment .study-popup .study-popup-text:before {
  border-color: rgba(113, 158, 206, 0);
  border-bottom-color: #32465F;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.page-basket-2 {
  background-color: #F4F1ED;
}
.customer-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .customer-wrap {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .customer-wrap {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .customer-wrap {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .customer-wrap {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .customer-wrap {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .customer-wrap {
    margin-bottom: 40px;
  }
}
.customer-wrap .button.alt.cta {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .customer-wrap .button.alt.cta {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .customer-wrap .button.alt.cta {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .customer-wrap .button.alt.cta {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .customer-wrap {
    display: -webkit-flex;
    display: flex;
  }
  .customer-wrap .column {
    -webkit-flex: 1;
    flex: 1;
  }
  .column-1 {
    padding-right: 20px;
  }
  .column-1 > * {
    float: left;
    width: 100%;
  }
  .column-2 {
    padding-left: 20px;
  }
  .column-2 > * {
    float: right;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .column-1 {
    padding-right: 80px;
  }
  .column-2 {
    padding-left: 80px;
  }
}
