.appointment-form__wrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  min-height: 725px;
  /* On screens that are 599px or less, set the min-height to a higher value*/ }
  @media screen and (max-width: 599px) {
    .appointment-form__wrapper {
      min-height: 945px; } }
  @media (max-width: 940px) {
    .appointment-form__wrapper {
      padding: 0px 20px; } }

.appointment-form__wrapper .form-helper {
  padding: 15px 0; }

.appointment-form__wrapper .form-helper .req {
  color: #63c9d5; }

.appointment-confirm {
  display: none;
  padding: 60px 0; }

.appointment-form__wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.centered-text {
  margin: 40px 0px; }

.centered-text__wrapper {
  max-width: 600px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 640px) {
    .centered-text__wrapper {
      padding: 0px 20px; } }
  .centered-text__wrapper > a:last-child {
    margin-top: 20px; }

.centered-text--wide .centered-text__wrapper {
  max-width: 100%;
  padding: 0 20px !important; }

.col-feature {
  margin: 60px 0; }

.col-feature__wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 940px) {
    .col-feature__wrapper {
      padding: 0 20px; } }
  .col-feature__wrapper:before, .col-feature__wrapper:after {
    content: "";
    display: table; }
  .col-feature__wrapper:after {
    clear: both; }

.col-feature__column {
  width: 50%;
  float: left;
  margin-bottom: 30px; }
  .col-feature__column:nth-child(odd) {
    padding-left: 40px; }
  .col-feature__column:nth-child(even) {
    padding-right: 40px; }
  @media (max-width: 767px) {
    .col-feature__column {
      width: 100%;
      margin-bottom: 20px;
      padding: 0 !important; } }
  .col-feature__column .col-feature__content {
    background-color: #ededed; }
    .col-feature__column .col-feature__content .col-feature__img {
      width: 100%;
      height: 250px;
      background-size: cover;
      background-position: center 0; }
    .col-feature__column .col-feature__content .col-feature__center {
      text-align: center;
      color: #333333;
      padding: 15px 10px 10px; }
      .col-feature__column .col-feature__content .col-feature__center h3, .col-feature__column .col-feature__content .col-feature__center p {
        margin-bottom: .1em; }
  .col-feature__column .blue-light {
    color: #6fa2cd; }

.contact-form__wrapper {
  max-width: 900px;
  margin: 0 auto; }
  .contact-form__wrapper .form-helper {
    padding: 15px 0; }
    .contact-form__wrapper .form-helper .req {
      color: #63c9d5; }
  .contact-form__wrapper iframe {
    width: 100%;
    max-width: 900px;
    min-height: 1020px;
    border: 0; }
    @media (max-width: 940px) {
      .contact-form__wrapper iframe {
        min-height: 1385px; } }
  @media (max-width: 940px) {
    .contact-form__wrapper {
      padding: 0px 20px; } }

.contact-confirm {
  display: none; }

.energy-cost {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px auto; }

.energy-cost__wrapper {
  position: relative;
  width: 100%;
  padding-left: calc(100% - 250px);
  padding-bottom: 40px; }

.energy-cost__graphic {
  width: 250px;
  height: 234px;
  background: url(../images/green-curves.png) -190px, url(../images/blue-curves.png) -50px;
  background-repeat: no-repeat;
  -webkit-transition: background 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 900ms cubic-bezier(0.23, 1, 0.32, 1);
  background-position: 0, -250px; }
  .js-slid .energy-cost__graphic {
    background-position: -250px, 0; }

.energy-cost__slider {
  position: relative;
  cursor: pointer;
  background-color: #ededed;
  height: 40px;
  width: 166px;
  border-radius: 100px;
  margin: 20px auto 0 auto; }
  .energy-cost__slider svg {
    position: absolute;
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    fill: #a0a0a0; }

.energy-cost__slider-handle {
  position: relative;
  z-index: 2;
  height: 40px;
  width: 40px;
  background-color: #c5d86d;
  border-radius: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); }
  .energy-cost__slider-handle svg {
    fill: #FFF; }
  .energy-cost__slider-handle svg:first-child {
    display: block; }
  .energy-cost__slider-handle svg:last-child {
    display: none; }
  .js-slid .energy-cost__slider-handle {
    -webkit-transform: translate3d(126px, 0, 0);
            transform: translate3d(126px, 0, 0); }
    .js-slid .energy-cost__slider-handle svg:first-child {
      display: none; }
    .js-slid .energy-cost__slider-handle svg:last-child {
      display: block; }

.energy-cost__slider-left,
.energy-cost__slider-right {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1; }
  .energy-cost__slider-left span,
  .energy-cost__slider-right span {
    color: #a0a0a0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    width: 100px;
    position: absolute;
    top: calc(100% + 10px);
    left: calc(50% - 50px);
    text-align: center;
    display: block; }

.energy-cost__slider-left {
  left: 0;
  top: 0; }

.energy-cost__slider-right {
  right: 0;
  top: 0; }

.energy-cost__info-blue,
.energy-cost__info-green {
  text-align: right;
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 130%; }
  .energy-cost__info-blue span,
  .energy-cost__info-green span {
    font-size: 26px;
    font-weight: 400;
    display: block;
    margin-bottom: 12px; }
  .energy-cost__info-blue span:first-of-type,
  .energy-cost__info-green span:first-of-type {
    display: block; }
  .energy-cost__info-blue span:last-of-type,
  .energy-cost__info-green span:last-of-type {
    display: none; }
  .js-slid .energy-cost__info-blue span:first-of-type, .js-slid
  .energy-cost__info-green span:first-of-type {
    display: none; }
  .js-slid .energy-cost__info-blue span:last-of-type, .js-slid
  .energy-cost__info-green span:last-of-type {
    display: block; }

.energy-cost__info-blue {
  top: 0;
  left: 25%;
  color: #6fa2cd; }

.energy-cost__info-green {
  top: 35%;
  left: 0;
  color: #c5d86d; }
  @media (max-width: 619px) {
    .energy-cost__info-green {
      top: 25%; } }

.energy-cost__graphic {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  opacity: 0; }
  .energy-cost.js-in-view .energy-cost__graphic {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }

.energy-cost__info-green, .energy-cost__info-blue {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  opacity: 0; }
  .energy-cost.js-in-view .energy-cost__info-green, .energy-cost.js-in-view .energy-cost__info-blue {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }

.view-events.view-display-id-block .field-name-field-rsvp-link a, .event__sold-out {
  display: inline-block;
  background-color: #333333;
  color: #FFF;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: background 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 500ms cubic-bezier(0.23, 1, 0.32, 1);
  letter-spacing: 0.05em; }
  .view-events.view-display-id-block .field-name-field-rsvp-link a:hover, .event__sold-out:hover {
    background-color: #63c9d5;
    color: #FFF; }

.events {
  padding-bottom: 20px; }

.events__wrapper, .events--wrapper {
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 940px) {
    .events__wrapper, .events--wrapper {
      padding: 0px 20px; } }

.events__item, .events--item {
  width: 100%;
  margin-bottom: 40px; }
  .events__item:before, .events__item:after, .events--item:before, .events--item:after {
    content: "";
    display: table; }
  .events__item:after, .events--item:after {
    clear: both; }

.events__aside {
  width: 15%;
  float: left; }

.events__content {
  width: 70%;
  float: left;
  margin-left: 40px; }
  .events__content > a:last-child {
    padding: 6px 44px; }

.events__date,
.view-events.view-display-id-block .field-name-field-event-date {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  display: block; }

.events__time,
.view-events.view-display-id-block .views-field-field-event-date-1 {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-top: 15px; }

.view-events.view-display-id-block .field-name-field-rsvp-link a {
  padding: 6px 44px; }

@media (max-width: 619px) {
  .events__aside {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  .events__content {
    width: 100%;
    float: none;
    margin-left: 0; } }

.events__item, .events--item {
  -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
  opacity: 0; }
  .events__item:nth-child(1), .events--item:nth-child(1) {
    -webkit-transition-delay: 80ms;
            transition-delay: 80ms; }
  .events__item:nth-child(2), .events--item:nth-child(2) {
    -webkit-transition-delay: 160ms;
            transition-delay: 160ms; }
  .events__item:nth-child(3), .events--item:nth-child(3) {
    -webkit-transition-delay: 240ms;
            transition-delay: 240ms; }
  .events__item:nth-child(4), .events--item:nth-child(4) {
    -webkit-transition-delay: 320ms;
            transition-delay: 320ms; }
  .events__item:nth-child(5), .events--item:nth-child(5) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms; }
  .events__item:nth-child(6), .events--item:nth-child(6) {
    -webkit-transition-delay: 480ms;
            transition-delay: 480ms; }
  .events__item:nth-child(7), .events--item:nth-child(7) {
    -webkit-transition-delay: 560ms;
            transition-delay: 560ms; }
  .events__item:nth-child(8), .events--item:nth-child(8) {
    -webkit-transition-delay: 640ms;
            transition-delay: 640ms; }
  .events__item:nth-child(9), .events--item:nth-child(9) {
    -webkit-transition-delay: 720ms;
            transition-delay: 720ms; }
  .events__item:nth-child(10), .events--item:nth-child(10) {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms; }
  .events__item:nth-child(11), .events--item:nth-child(11) {
    -webkit-transition-delay: 880ms;
            transition-delay: 880ms; }
  .events__item:nth-child(12), .events--item:nth-child(12) {
    -webkit-transition-delay: 960ms;
            transition-delay: 960ms; }
  .events__item:nth-child(13), .events--item:nth-child(13) {
    -webkit-transition-delay: 1040ms;
            transition-delay: 1040ms; }
  .events__item:nth-child(14), .events--item:nth-child(14) {
    -webkit-transition-delay: 1120ms;
            transition-delay: 1120ms; }
  .events.js-in-view .events__item, .events.js-in-view .events--item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }

.event__sold-out {
  -webkit-transition: none;
  transition: none; }
  .event__sold-out:hover {
    background-color: #333333; }

.example__wrapper {
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 940px) {
    .example__wrapper {
      padding: 0px 20px; } }

.faqs__wrapper {
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 940px) {
    .faqs__wrapper {
      padding: 0px 20px; } }

.footer {
  position: relative;
  z-index: 2;
  background: #FFF;
  padding: 24px; }

.footer__wrapper {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .footer__wrapper a {
    color: #333333;
    font-weight: 400;
    display: inline-block;
    margin: 0 8px; }
    .footer__wrapper a:hover {
      color: #63c9d5; }

.feature-cta__wrapper {
  position: relative;
  text-align: center; }

.feature-cta__content {
  max-width: 550px;
  position: relative;
  margin: 0 auto;
  display: block;
  background-color: #ededed;
  margin-bottom: 30px; }
  .feature-cta__content .feature-cta__img {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center 0; }
  .feature-cta__content .feature-cta__center {
    text-align: center;
    color: #333333;
    padding: 15px 10px 10px; }
    .feature-cta__content .feature-cta__center h3, .feature-cta__content .feature-cta__center p {
      margin-bottom: .1em; }
  .feature-cta__content .blue-light {
    color: #6fa2cd; }

.hex-grid {
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat; }

.hex-grid__wrapper {
  max-width: 900px;
  margin: 0 auto;
  height: 800px;
  text-align: center;
  position: relative;
  padding-top: 40px; }
  @media (max-width: 940px) {
    .hex-grid__wrapper {
      padding-bottom: 75%;
      height: auto; } }
  @media (max-width: 619px) {
    .hex-grid__wrapper {
      padding-top: 45%;
      margin: 0 20px;
      padding-bottom: 100%; } }

.hex-grid__heading,
.hex-grid__box {
  display: block;
  width: 33%;
  padding-bottom: 38.61%;
  margin-top: 0px;
  left: 33.5%;
  position: absolute; }
  @media (max-width: 619px) {
    .hex-grid__heading,
    .hex-grid__box {
      width: 49.5%;
      padding-bottom: 57.915%;
      left: 25.25%; } }
  .hex-grid__heading:before,
  .hex-grid__box:before {
    display: none; }

.hex-grid__boxes {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }

.hex-grid__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px; }
  @media (max-width: 940px) {
    .hex-grid__container {
      padding: 10px; } }
  @media (max-width: 767px) {
    .hex-grid__container {
      padding: 8px; } }
  @media (max-width: 619px) {
    .hex-grid__container {
      padding: 8px; } }
  @media (max-width: 419px) {
    .hex-grid__container {
      padding: 4px; } }

.hex-grid__hex {
  width: 100%;
  height: 100%;
  background-image: url("../images/solid-hex.svg");
  overflow: hidden;
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  .hex-grid__heading .hex-grid__hex {
    background-image: url("../images/border-hex.svg"); }

.hex-grid__box:nth-child(1) {
  margin-left: -33%; }

.hex-grid__box:nth-child(2) {
  margin-left: -16.5%;
  margin-top: 28.5%; }

.hex-grid__box:nth-child(3) {
  margin-left: 16.5%;
  margin-top: 28.5%; }

.hex-grid__box:nth-child(4) {
  margin-left: 33%; }

@media (max-width: 619px) {
  .hex-grid__box:nth-child(1) {
    margin-left: -24.75%;
    margin-top: -43.5%; }
  .hex-grid__box:nth-child(2) {
    margin-left: -24.75%;
    margin-top: 43.5%; }
  .hex-grid__box:nth-child(3) {
    margin-left: 24.75%;
    margin-top: 43.5%; }
  .hex-grid__box:nth-child(4) {
    margin-left: 24.75%;
    margin-top: -43.5%; } }

.hex-grid__heading .hex-grid__heading-wrap {
  width: 100%;
  height: 100%; }
  .hex-grid__heading .hex-grid__heading-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .hex-grid__heading .hex-grid__heading-wrap h3 {
    display: inline-block;
    vertical-align: middle; }
  .hex-grid__heading .hex-grid__heading-wrap:before {
    margin-left: -0.3em; }

.hex-grid__heading h3 {
  display: inline-block;
  vertical-align: middle;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 48px;
  color: #FFF;
  margin: 0; }
  @media (max-width: 940px) {
    .hex-grid__heading h3 {
      font-size: 46px; } }
  @media (max-width: 767px) {
    .hex-grid__heading h3 {
      font-size: 38px; } }
  @media (max-width: 619px) {
    .hex-grid__heading h3 {
      font-size: 38px; } }
  @media (max-width: 419px) {
    .hex-grid__heading h3 {
      font-size: 28px; } }

.hex-grid__icon {
  width: 55px;
  height: 70px;
  margin-top: 30%;
  display: inline-block;
  background-size: fit;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 767px) {
    .hex-grid__icon {
      width: 40px;
      height: 50px; } }
  @media (max-width: 419px) {
    .hex-grid__icon {
      width: 26px;
      height: 34px;
      margin-top: 35%; } }

.hex-grid__title {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .hex-grid__title {
      font-size: 16px; } }
  @media (max-width: 419px) {
    .hex-grid__title {
      font-size: 12px; } }

.hex-grid__description {
  margin-top: 3px;
  font-size: 16px;
  color: #000;
  font-family: "Verlag A", "Verlag B", "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: italic; }
  @media (max-width: 767px) {
    .hex-grid__description {
      font-size: 14px; } }
  @media (max-width: 419px) {
    .hex-grid__description {
      display: none; } }

.hex-grid__box {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 3s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1; }
  .hex-grid:not(.js-in-view) .hex-grid__box {
    opacity: 0; }
    .hex-grid:not(.js-in-view) .hex-grid__box:nth-child(1) {
      -webkit-transform: translate3d(-60px, 0, 0);
              transform: translate3d(-60px, 0, 0); }
    .hex-grid:not(.js-in-view) .hex-grid__box:nth-child(2) {
      -webkit-transform: translate3d(-30px, 60px, 0);
              transform: translate3d(-30px, 60px, 0); }
    .hex-grid:not(.js-in-view) .hex-grid__box:nth-child(3) {
      -webkit-transform: translate3d(30px, 60px, 0);
              transform: translate3d(30px, 60px, 0); }
    .hex-grid:not(.js-in-view) .hex-grid__box:nth-child(4) {
      -webkit-transform: translate3d(60px, 0, 0);
              transform: translate3d(60px, 0, 0); }

.hex-grid__heading {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 1250ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1250ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1; }
  .hex-grid__heading h3 {
    -webkit-transition: scale3d(1, 1, 1);
    transition: scale3d(1, 1, 1);
    -webkit-transition: all 1250ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1250ms cubic-bezier(0.23, 1, 0.32, 1); }
  .hex-grid:not(.js-in-view) .hex-grid__heading {
    opacity: 0;
    -webkit-transition: scale3d(0.7, 0.7, 1);
    transition: scale3d(0.7, 0.7, 1); }
    .hex-grid:not(.js-in-view) .hex-grid__heading h3 {
      -webkit-transition: scale3d(0.6, 0.6, 1);
      transition: scale3d(0.6, 0.6, 1); }

.home-block {
  position: relative;
  z-index: 1; }
  .home-block:after {
    content: '';
    height: 200px;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }

.home-block__wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

.home-block__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  @media (max-width: 619px) {
    .home-block__bg {
      background-image: url(../images/mobile_hp.jpg) !important;
      background-position: bottom center; } }

.home-block__video {
  max-width: none;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  overflow: hidden; }
  @media (min-aspect-ratio: 4 / 3) {
    .home-block__video {
      max-height: none;
      max-width: 100%; } }
  @media (max-width: 619px) {
    .home-block__video {
      display: none; } }

.home-block__content {
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 20%;
  color: #FFF; }
  @media (max-width: 767px) {
    .home-block__content {
      bottom: 48%; } }
  @media (max-height: 515px) {
    .home-block__content {
      bottom: 40%; } }
  @media (max-height: 460px) {
    .home-block__content {
      bottom: 28%; } }
  @media (max-height: 400px) {
    .home-block__content {
      bottom: 20%; } }
  .home-block__content h1 {
    font-size: 48px;
    color: #FFF;
    font-weight: 100;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .home-block__content h1 {
        font-size: 38px;
        margin-bottom: 20px; } }
    .home-block__content h1 > span {
      display: inline-block;
      width: 0;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      -webkit-transition: opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 800ms cubic-bezier(0.23, 1, 0.32, 1); }
      .home-block__content h1 > span.js-visible {
        position: relative;
        width: auto;
        visibility: visible;
        opacity: 1; }

.home-block__links {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto; }
  .home-block__links a {
    display: inline-block;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin: 8px;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    width: calc(25% - 20px); }
    .home-block__links a:hover {
      background-color: #63c9d5; }
    @media (max-width: 619px) {
      .home-block__links a {
        width: calc(49% - 17px);
        padding: 10px 10px; } }

.header {
  position: relative;
  z-index: 999;
  height: 60px;
  background-color: #fff;
  background-color: #333333;
  padding: 0 70px;
  padding-top: 14px;
  width: 100%; }
  @media (max-width: 940px) {
    .header {
      padding: 0 50px;
      padding-top: 14px; } }
  @media (max-width: 767px) {
    .header {
      padding: 0 40px;
      padding-top: 14px; } }
  @media (max-width: 619px) {
    .header {
      padding: 0 20px;
      padding-top: 14px; } }

.header__wrapper {
  position: relative;
  z-index: 3;
  margin: 0 auto; }

.header__logo {
  display: inline-block;
  height: 24px;
  width: auto; }

.header__logo-link {
  position: relative;
  z-index: 2; }

.header__links {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 0px;
  text-align: center;
  display: inline-block; }
  @media (max-width: 940px) {
    .header__links {
      margin-left: 10%; } }
  @media (max-width: 767px) {
    .header__links {
      margin-left: 5%; } }
  .header__links a {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
    -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1); }
    .header__links a:last-child {
      margin-right: 0; }
    .header__links a:hover {
      color: #63c9d5; }
  @media (max-width: 767px) {
    .header__links {
      display: none; } }

.header__expand {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 12px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); }
  .header__expand div {
    width: 100%;
    height: 2px;
    background-color: #FFF;
    margin-bottom: 3px;
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); }
  .js-expanded .header__expand {
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0); }
    @media (max-width: 940px) {
      .js-expanded .header__expand {
        -webkit-transform: translate3d(20px, 0, 0);
                transform: translate3d(20px, 0, 0); } }
    @media (max-width: 767px) {
      .js-expanded .header__expand {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); } }
    .js-expanded .header__expand div {
      background-color: #000; }
      .js-expanded .header__expand div:nth-child(1) {
        -webkit-transform: rotateZ(45deg) translate3d(0, 7px, 0);
                transform: rotateZ(45deg) translate3d(0, 7px, 0); }
      .js-expanded .header__expand div:nth-child(2) {
        opacity: 0;
        background-color: #FFF; }
      .js-expanded .header__expand div:nth-child(3) {
        -webkit-transform: rotateZ(-45deg) translate3d(0, -7px, 0);
                transform: rotateZ(-45deg) translate3d(0, -7px, 0); }

.header__extras {
  z-index: 2;
  position: fixed;
  height: 100vh;
  overflow-y: scroll;
  top: 0;
  left: 100%;
  padding: 80px 40px;
  width: 240px;
  background-color: #FFF;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  .header__extras a {
    display: block;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    padding: 15px 0;
    padding-right: 20px;
    border-bottom: 1px solid #ededed; }
    .header__extras a:first-child {
      padding-top: 0; }
    .header__extras a:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
  .header__extras a {
    -webkit-transition: 800ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 800ms cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    -webkit-transform: translate3d(50px, 0px, 0);
            transform: translate3d(50px, 0px, 0); }
    .header__extras a:nth-child(1) {
      -webkit-transition-delay: 45ms;
              transition-delay: 45ms; }
    .header__extras a:nth-child(2) {
      -webkit-transition-delay: 90ms;
              transition-delay: 90ms; }
    .header__extras a:nth-child(3) {
      -webkit-transition-delay: 135ms;
              transition-delay: 135ms; }
    .header__extras a:nth-child(4) {
      -webkit-transition-delay: 180ms;
              transition-delay: 180ms; }
    .header__extras a:nth-child(5) {
      -webkit-transition-delay: 225ms;
              transition-delay: 225ms; }
    .header__extras a:nth-child(6) {
      -webkit-transition-delay: 270ms;
              transition-delay: 270ms; }
    .header__extras a:nth-child(7) {
      -webkit-transition-delay: 315ms;
              transition-delay: 315ms; }
    .header__extras a:nth-child(8) {
      -webkit-transition-delay: 360ms;
              transition-delay: 360ms; }
    .header__extras a:nth-child(9) {
      -webkit-transition-delay: 405ms;
              transition-delay: 405ms; }
    .header__extras a:nth-child(10) {
      -webkit-transition-delay: 450ms;
              transition-delay: 450ms; }
    .header__extras a:nth-child(11) {
      -webkit-transition-delay: 495ms;
              transition-delay: 495ms; }
    .header__extras a:nth-child(12) {
      -webkit-transition-delay: 540ms;
              transition-delay: 540ms; }
    .header__extras a:nth-child(13) {
      -webkit-transition-delay: 585ms;
              transition-delay: 585ms; }
    .header__extras a:nth-child(14) {
      -webkit-transition-delay: 630ms;
              transition-delay: 630ms; }
    .header__extras a:nth-child(15) {
      -webkit-transition-delay: 675ms;
              transition-delay: 675ms; }
    .header__extras a:nth-child(16) {
      -webkit-transition-delay: 720ms;
              transition-delay: 720ms; }
    .header__extras a:nth-child(17) {
      -webkit-transition-delay: 765ms;
              transition-delay: 765ms; }
    .header__extras a:nth-child(18) {
      -webkit-transition-delay: 810ms;
              transition-delay: 810ms; }
    .header__extras a:nth-child(19) {
      -webkit-transition-delay: 855ms;
              transition-delay: 855ms; }
  .js-expanded .header__extras {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
    .js-expanded .header__extras a {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
  .header__extras .mobile-only {
    display: none; }
    @media (max-width: 767px) {
      .header__extras .mobile-only {
        display: block; } }


.image-showcase {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  background: #ededed;
  overflow: hidden; }
  @media (min-width: 1000px) {
    .image-showcase {
      padding-bottom: 0 !important;
      height: 600px; } }

.image-showcase__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1); }
  .image-showcase__wrapper:before, .image-showcase__wrapper:after {
    content: "";
    display: table; }
  .image-showcase__wrapper:after {
    clear: both; }

.image-showcase__item {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left; }

.image-showcase__paddle {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 80px;
  height: 100px;
  top: calc(50% - 50px);
  cursor: pointer; }
  .js-no-slide .image-showcase__paddle {
    display: none; }
  .image-showcase__paddle svg {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 25%;
    fill: #FFF; }
  .image-showcase__paddle[direction="left"] {
    left: 0; }
  .image-showcase__paddle[direction="right"] {
    right: 0; }
    .image-showcase__paddle[direction="right"] svg {
      -webkit-transform: rotateZ(180deg);
              transform: rotateZ(180deg); }

.image-showcase--contain {
  background-color: transparent;
  padding-bottom: 80%; }
  .image-showcase--contain .image-showcase__wrapper {
    padding: 0px; }
  .image-showcase--contain .image-showcase__item {
    background-size: contain; }
  @media (min-width: 1000px) {
    .image-showcase--contain {
      padding-bottom: 0 !important;
      height: 800px; } }

.image-showcase--short {
  background-color: transparent;
  padding-bottom: 40%; }
  @media (min-width: 1000px) {
    .image-showcase--short {
      padding-bottom: 0 !important;
      height: 400px; } }

.image-showcase:not(.image-showcase--contain) .image-showcase__item {
  z-index: 1;
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
  -webkit-transition: opacity 800ms cubic-bezier(0.755, 0.05, 0.855, 0.06), -webkit-transform 10000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 800ms cubic-bezier(0.755, 0.05, 0.855, 0.06), -webkit-transform 10000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 10000ms cubic-bezier(0.23, 1, 0.32, 1), opacity 800ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 10000ms cubic-bezier(0.23, 1, 0.32, 1), opacity 800ms cubic-bezier(0.755, 0.05, 0.855, 0.06), -webkit-transform 10000ms cubic-bezier(0.23, 1, 0.32, 1); }

.image-showcase:not(.image-showcase--contain).js-in-view .image-showcase__item.js-loaded.js-viewing {
  z-index: 2;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

.img-flag__center > a {
  display: inline-block;
  background-color: #333333;
  color: #FFF;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: background 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 500ms cubic-bezier(0.23, 1, 0.32, 1);
  letter-spacing: 0.05em; }
  .img-flag__center > a:hover {
    background-color: #63c9d5;
    color: #FFF; }

.img-flag__center > a {
  background-color: #666666; }

.img-flag__wrapper {
  position: relative;
  padding-left: 50%;
  min-height: 300px; }

.img-flag__img,
.img-flag__slideshow {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  -webkit-transition: opacity 2000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 2000ms cubic-bezier(0.23, 1, 0.32, 1); }
  .img-flag.js-in-view.js-loaded .img-flag__img, .img-flag.js-in-view.js-loaded
  .img-flag__slideshow {
    opacity: 1; }

.img-flag__content {
  display: table;
  width: 100%;
  max-width: 650px;
  padding: 40px 60px;
  height: 300px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); }
  .img-flag.js-in-view .img-flag__content {
    opacity: 1; }

.img-flag__center {
  display: table-cell;
  vertical-align: middle; }
  .img-flag__center > a {
    position: relative;
    padding: 7px 24px;
    margin-top: 15px;
    z-index: 500; }

.img-flag__cover-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: z-layer(base, 1); }

.img-flag--dark {
  background-color: #333333;
  color: #FFF !important; }

.img-flag--grey {
  background-color: #ededed;
  color: #333333 !important; }

.img-flag--reversed .img-flag__wrapper {
  padding-left: 0;
  padding-right: 50%; }

.img-flag--reversed .img-flag__img, .img-flag--reversed .img-flag__slideshow {
  left: auto;
  right: 0; }

.img-flag--contain .img-flag__img {
  height: calc(100% - 60px);
  top: 30px;
  background-size: contain; }

@media (min-width: 1600px) {
  .img-flag__wrapper {
    min-height: 360px; }
  .img-flag__content {
    height: 360px; } }

@media (max-width: 619px) {
  .img-flag__wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .img-flag__img,
  .img-flag__slideshow {
    position: relative;
    width: 100%;
    padding-bottom: 50%; }
  .img-flag__content {
    display: table;
    width: 100%;
    max-width: 650px;
    padding: 40px 60px;
    height: 300px;
    margin: 0 auto; }
  .img-flag__center {
    display: table-cell;
    vertical-align: middle; } }

.img-flag__slideboard {
  position: absolute;
  z-index: 20;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1); }

.img-flag__paddle {
  position: absolute;
  z-index: 22;
  background-color: rgba(0, 0, 0, 0.4);
  width: 50px;
  height: 70px;
  top: calc(50% - 35px);
  cursor: pointer;
  display: none;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); }
  .js-slideshow .img-flag__paddle {
    display: block; }
  .img-flag__paddle svg {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 25%;
    fill: #FFF; }
  .img-flag__paddle[direction="left"] {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  .img-flag__paddle[direction="right"] {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
    .img-flag__paddle[direction="right"] svg {
      -webkit-transform: rotateZ(180deg);
              transform: rotateZ(180deg); }
  .img-flag__paddle:hover {
    background-color: rgba(0, 0, 0, 0.7); }

.img-flag:hover .img-flag__paddle {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important; }

.img-flag.js-slideshow .img-flag__slideshow {
  overflow: hidden; }

.img-flag.js-slideshow .img-flag__img {
  display: block;
  position: relative;
  float: left;
  z-index: 10;
  padding-bottom: 0 !important; }

.info-overview__body > a:last-child {
  display: inline-block;
  background-color: #333333;
  color: #FFF;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: background 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 500ms cubic-bezier(0.23, 1, 0.32, 1);
  letter-spacing: 0.05em; }
  .info-overview__body > a:hover:last-child {
    background-color: #63c9d5;
    color: #FFF; }

.info-overview {
  margin: 20px 0; }

.info-overview__wrapper {
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 940px) {
    .info-overview__wrapper {
      padding: 0px 20px; } }

.info-overview__item {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #b9b9b9; }
  .info-overview__item > h6:first-child {
    position: absolute;
    left: 40px;
    top: 40px; }
    @media (max-width: 767px) {
      .info-overview__item > h6:first-child {
        position: relative;
        left: 0;
        top: 0; } }

.info-overview__body {
  padding-left: 25%; }
  .info-overview__body ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .info-overview__body ul:before, .info-overview__body ul:after {
      content: "";
      display: table; }
    .info-overview__body ul:after {
      clear: both; }
  .info-overview__body li {
    float: left;
    width: 50%; }
    @media (max-width: 619px) {
      .info-overview__body li {
        width: 100%; } }
  @media (max-width: 767px) {
    .info-overview__body {
      padding-left: 0;
      margin-top: 20px; } }

.info-overview__body-block {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-left: -0.2em; }
  @media (max-width: 767px) {
    .info-overview__body-block {
      width: 100%;
      margin-bottom: 20px; }
      .info-overview__body-block:last-child {
        margin-bottom: 0; } }

.info-overview__price {
  font-size: 18px;
  font-weight: 500; }

.icon-header-points {
  margin: 20px 0; }

.icon-header-points__wrapper {
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 940px) {
    .icon-header-points__wrapper {
      padding: 0px 20px; } }

.icon-header-points__head {
  text-align: center;
  margin-bottom: 20px; }
  .icon-header-points__head img {
    width: 117px;
    height: auto; }

.icon-header-points__cols {
  width: calc(100% + 60px);
  margin-left: -30px;
  display: table;
  table-layout: fixed; }

.icon-header-points__col {
  display: table-cell;
  padding: 30px; }

@media (max-width: 767px) {
  .icon-header-points__cols {
    width: 100%;
    margin-left: 0;
    display: block; }
  .icon-header-points__col {
    display: block;
    padding: 0px;
    margin: 40px; } }

.icon-header-points__cols, .icon-header-points__head {
  opacity: 0;
  -webkit-transition: opacity 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1200ms cubic-bezier(0.23, 1, 0.32, 1); }
  .js-in-view .icon-header-points__cols, .js-in-view .icon-header-points__head {
    opacity: 1; }
  .icon-header-points__cols.icon-header-points__cols, .icon-header-points__head.icon-header-points__cols {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }

.partners__wrapper {
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 940px) {
    .partners__wrapper {
      padding: 0px 20px; } }

.view-brand-partners .view-header {
  text-align: center;
  margin-bottom: 40px; }

.view-brand-partners .views-row + .views-row {
  margin-top: 40px; }

.view-brand-partners .node-partner > h2 {
  display: none; }

.view-brand-partners .node-partner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  @media only screen and (min-width: 640px) {
    .view-brand-partners .node-partner .content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .view-brand-partners .node-partner .content > img {
    margin-bottom: 10px; }
    @media only screen and (min-width: 640px) {
      .view-brand-partners .node-partner .content > img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        width: 25%;
        max-width: 220px;
        -o-object-fit: contain;
           object-fit: contain;
        margin-right: 40px;
        height: auto;
        -ms-flex-item-align: start;
            align-self: flex-start; } }
  .view-brand-partners .node-partner .content .field-name-field-partner-copy {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .view-brand-partners .node-partner .content .field-name-field-partner-copy ul {
      padding-left: 20px; }
      .view-brand-partners .node-partner .content .field-name-field-partner-copy ul li {
        list-style: disc; }

.matterport {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 940px) {
    .matterport {
      padding: 0px 20px; } }

.matterport__wrapper {
  position: relative;
  padding-bottom: 56.27%; }
  .matterport__wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.quote__option-button > span {
  display: inline-block;
  background-color: #333333;
  color: #FFF;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: background 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 500ms cubic-bezier(0.23, 1, 0.32, 1);
  letter-spacing: 0.05em; }
  .quote__option-button > span:hover {
    background-color: #63c9d5;
    color: #FFF; }

.quote__wrapper {
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1240px) {
    .quote__wrapper {
      padding: 0px 20px; } }

.quote__form {
  max-width: 900px;
  margin: 0 auto; }

.quote__option-group {
  margin-bottom: 40px; }
  .quote__option-group > h2 {
    text-align: center; }

.quote__options {
  margin-top: 50px;
  width: 100%;
  display: table;
  table-layout: fixed;
  text-align: center; }
  .quote__options[option-count="1"], .quote__options[option-count="2"], .quote__options[option-count="3"] {
    display: block; }
  @media (max-width: 767px) {
    .quote__options {
      display: block; } }

.quote__option {
  cursor: pointer;
  position: relative;
  display: table-cell;
  margin-bottom: 40px;
  padding: 15px;
  vertical-align: top; }
  [option-count="1"] .quote__option,
  [option-count="2"] .quote__option,
  [option-count="3"] .quote__option {
    display: inline-block;
    width: 33%;
    margin-left: -0.25em; }
  @media (max-width: 767px) {
    .quote__option {
      display: inline-block;
      width: 50% !important;
      margin-left: -0.25em; } }
  @media (max-width: 619px) {
    .quote__option {
      width: 100% !important;
      margin-left: 0; } }
  .quote__option.js-selected:before {
    content: '';
    z-index: 1;
    position: absolute;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    top: 7.5px;
    left: 7.5px;
    border: 10px solid #63c9d5;
    background-color: #63c9d5;
    border-radius: 6px; }

.quote__option-contain {
  position: relative;
  z-index: 2;
  background-color: #ededed;
  padding-bottom: 60px; }
  .quote__option-contain h4 {
    margin-bottom: 0;
    padding-top: 20px; }
  @media (max-width: 619px) {
    .quote__option-contain {
      height: auto !important; } }

.quote__option-image {
  width: 100%;
  padding-bottom: 58%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.quote__option-price {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #63c9d5; }

.quote__option-desc {
  padding: 15px 30px; }
  .quote__option-desc ul {
    padding-left: 0;
    text-align: left; }
    .quote__option-desc ul li {
      position: relative;
      list-style-type: none;
      margin-bottom: 5px; }
      .quote__option-desc ul li:before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        vertical-align: middle;
        background-color: #333333; }

.quote__option-button {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 20px; }

.quote__option-button > span {
  display: inline-block;
  font-weight: 500;
  padding: 5px 30px !important;
  max-width: 80% !important; }
  .quote__option-button > span span:first-child {
    display: block; }
  .quote__option-button > span span:last-child {
    display: none; }
  .quote__option:hover .quote__option-button > span {
    background-color: #63c9d5; }
  .quote__option.js-selected .quote__option-button > span {
    background-color: #63c9d5; }
    .quote__option.js-selected .quote__option-button > span span:first-child {
      display: none; }
    .quote__option.js-selected .quote__option-button > span span:last-child {
      display: block;
      background-color: #63c9d5; }
  @media (max-width: 940px) {
    .quote__option-button > span {
      padding: 5px 18px !important; } }

.quote__breakdown {
  background-color: #333333;
  padding: 60px 0;
  width: 100%;
  color: #FFF;
  text-align: center;
  display: none; }
  html[current-quote-page="options"] .quote__breakdown {
    display: block; }

.quote__breakdown-items {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
  padding: 0 20px;
  text-align: left; }

.quote__breakdown-item, .quote__breakdown-total {
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  line-height: 160%; }
  .quote__breakdown-item:before, .quote__breakdown-item:after, .quote__breakdown-total:before, .quote__breakdown-total:after {
    content: "";
    display: table; }
  .quote__breakdown-item:after, .quote__breakdown-total:after {
    clear: both; }
  .quote__breakdown-item span:first-child, .quote__breakdown-total span:first-child {
    float: left; }
  .quote__breakdown-item span:last-child, .quote__breakdown-total span:last-child {
    float: right;
    color: #63c9d5; }
  .quote__breakdown-item.quote__breakdown-total span:first-child, .quote__breakdown-total.quote__breakdown-total span:first-child {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px; }
  .quote__breakdown-item.quote__breakdown-total span:last-child, .quote__breakdown-total.quote__breakdown-total span:last-child {
    float: right;
    color: #63c9d5;
    font-size: 18px; }
  .quote__breakdown-item.quote__breakdown-total.quote__total-small span, .quote__breakdown-total.quote__breakdown-total.quote__total-small span {
    font-size: 14px !important; }
  @media (max-width: 619px) {
    .quote__breakdown-item span, .quote__breakdown-total span {
      display: block;
      width: 100%;
      float: none;
      margin-bottom: 10px; } }

.quote-title-bar {
  min-height: 55px;
  visibility: hidden;
  position: absolute; }
  html[current-quote-page="options"] .quote-title-bar {
    visibility: visible;
    position: relative; }

.quote-title-bar__sticky-wrap {
  padding: 0 70px;
  min-height: 55px;
  background-color: rgba(237, 237, 237, 0.9); }
  @media (max-width: 940px) {
    .quote-title-bar__sticky-wrap {
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .quote-title-bar__sticky-wrap {
      padding: 0 40px; } }
  @media (max-width: 619px) {
    .quote-title-bar__sticky-wrap {
      padding: 0 20px; } }

.quote-title-bar.js-sticky .quote-title-bar__sticky-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

.quote-title-bar__wrapper {
  position: relative;
  padding: 10px 0;
  text-align: left; }
  .quote-title-bar__wrapper h1 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.07em;
    font-weight: 500;
    top: 15px;
    display: inline-block;
    margin-right: 10%;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .quote-title-bar__wrapper h1 {
        font-size: 14px; } }
  .quote-title-bar__wrapper > a {
    position: relative;
    z-index: 2;
    vertical-align: middle;
    float: right; }
    @media (max-width: 767px) {
      .quote-title-bar__wrapper > a {
        position: absolute;
        top: 10px;
        right: -10px; } }
    @media (max-width: 767px) {
      .quote-title-bar__wrapper > a {
        font-size: 10px;
        padding: 5px 8px; } }

.quote-title-bar__info {
  display: block;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center; }
  .quote-title-bar__info div {
    display: inline-block;
    text-align: left;
    margin-right: 40px;
    text-transform: uppercase; }
    .quote-title-bar__info div span {
      display: block; }
      .quote-title-bar__info div span:first-child {
        font-size: 11px;
        font-weight: 600; }
      .quote-title-bar__info div span:last-child {
        font-size: 16px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .quote-title-bar__info div span:last-child {
            font-size: 12px; } }
  @media (max-width: 940px) {
    .quote-title-bar__info {
      display: inline-block;
      position: relative;
      top: auto;
      width: auto;
      text-align: left; } }
  @media (max-width: 767px) {
    .quote-title-bar__info {
      display: block;
      margin-top: 10px; }
      .quote-title-bar__info div {
        margin-right: 20px; } }

.layout-quote .disclaimer {
  display: none; }
  html[current-quote-page="options"] .layout-quote .disclaimer {
    display: block; }

.quote__wrapper iframe {
  max-width: 1200px;
  margin: 0 auto;
  border: 0;
  min-height: 942px;
  /* On screens that are 599px or less, set the min-height to a higher value*/ }
  @media screen and (max-width: 599px) {
    .quote__wrapper iframe {
      min-height: 1488px; } }

.quote-option__wrapper {
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 940px) {
    .quote-option__wrapper {
      padding: 0px 20px; } }

.side-side {
  margin: 60px 0; }

.side-side__wrapper {
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 940px) {
    .side-side__wrapper {
      padding: 0px 20px; } }
  .side-side__wrapper:before, .side-side__wrapper:after {
    content: "";
    display: table; }
  .side-side__wrapper:after {
    clear: both; }

.side-side__column {
  width: 50%;
  float: left; }
  .side-side__column:nth-child(odd) {
    padding-right: 40px; }
  .side-side__column:nth-child(even) {
    padding-left: 40px; }
  @media (max-width: 767px) {
    .side-side__column {
      width: 100%;
      margin-bottom: 20px;
      padding: 0 !important; } }

.stats-bar {
  background-color: #ededed;
  padding: 20px 0; }

.stats-bar__wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 940px) {
    .stats-bar__wrapper {
      padding: 0px 15px; } }
  .stats-bar__wrapper > span {
    display: inline-block;
    margin: 5px 12px;
    font: 100; }
    .stats-bar__wrapper > span strong {
      font-weight: 800; }

.step-sequence__learn {
  display: inline-block;
  background-color: #333333;
  color: #FFF;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: background 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 500ms cubic-bezier(0.23, 1, 0.32, 1);
  letter-spacing: 0.05em; }
  .step-sequence__learn:hover {
    background-color: #63c9d5;
    color: #FFF; }

.step-sequence {
  margin-top: 0px;
  margin-bottom: 40px; }

.step-sequence__wrapper {
  max-width: 1040px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px; }

.step-sequence__steps {
  display: table;
  table-layout: fixed;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media (max-width: 767px) {
    .step-sequence__steps {
      display: block; }
      .step-sequence__steps:before, .step-sequence__steps:after {
        content: "";
        display: table; }
      .step-sequence__steps:after {
        clear: both; } }

.step-sequence__step {
  display: table-cell;
  width: 25%;
  padding: 0 30px 30px 30px;
  border-right: 1px solid #ededed;
  text-align: center; }
  .step-sequence__step:last-child {
    border: 0; }
  .step-sequence__step:before {
    display: none; }
  @media (max-width: 767px) {
    .step-sequence__step {
      display: inline-block;
      width: 49.5%;
      margin-bottom: 40px;
      padding: 0;
      vertical-align: top;
      padding: 10px;
      border: 0; }
      .step-sequence__step:before, .step-sequence__step:after {
        content: "";
        display: table; }
      .step-sequence__step:after {
        clear: both; } }
  @media (max-width: 619px) {
    .step-sequence__step {
      display: block;
      width: 100%;
      padding: 20px;
      border: 0; } }

.step-sequence__icon {
  width: 78px;
  height: 78px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: fit;
  background-position: center; }
  @media (max-width: 767px) {
    .step-sequence__icon {
      display: block;
      float: left;
      margin-right: 36px; } }
  @media (max-width: 619px) {
    .step-sequence__icon {
      display: block;
      float: left;
      margin-right: 36px; } }

.step-sequence__content {
  text-align: left; }
  @media (max-width: 767px) {
    .step-sequence__content {
      display: block;
      float: left;
      width: calc(100% - 100px);
      text-align: left; } }
  @media (max-width: 619px) {
    .step-sequence__content {
      display: block;
      float: left;
      width: calc(100% - 100px);
      text-align: left; } }

.step-sequence__title {
  margin-bottom: 10px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .step-sequence__title {
      margin-top: 0; } }
  @media (max-width: 619px) {
    .step-sequence__title {
      margin-top: 0; } }

.step-sequence__learn {
  margin-top: 20px; }

.step-sequence__heading {
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0; }
  .js-in-view .step-sequence__heading {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }

.step-sequence__step {
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0; }
  .step-sequence__step:nth-child(1) {
    -webkit-transition-delay: 50ms;
            transition-delay: 50ms; }
  .step-sequence__step:nth-child(2) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; }
  .step-sequence__step:nth-child(3) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }
  .step-sequence__step:nth-child(4) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }
  .step-sequence__step:nth-child(5) {
    -webkit-transition-delay: 250ms;
            transition-delay: 250ms; }
  .step-sequence__step:nth-child(6) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms; }
  .step-sequence__step:nth-child(7) {
    -webkit-transition-delay: 350ms;
            transition-delay: 350ms; }
  .step-sequence__step:nth-child(8) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms; }
  .step-sequence__step:nth-child(9) {
    -webkit-transition-delay: 450ms;
            transition-delay: 450ms; }
  .js-in-view .step-sequence__step {
    opacity: 1; }

.step-sequence__icon {
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0; }
  .js-in-view .step-sequence__icon {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1; }

.title-bar__sticky-wrap {
  padding: 0 70px;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (max-width: 940px) {
    .title-bar__sticky-wrap {
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .title-bar__sticky-wrap {
      padding: 0 40px; } }
  @media (max-width: 619px) {
    .title-bar__sticky-wrap {
      padding: 0 20px; } }

.title-bar.js-sticky .title-bar__sticky-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900; }

.title-bar__wrapper {
  position: relative;
  text-align: right;
  padding: 10px 0; }
  .title-bar__wrapper h1 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.07em;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 15px; }
  .title-bar__wrapper a {
    margin-left: 10px; }
  @media (max-width: 767px) {
    .title-bar__wrapper h1 {
      font-size: 16px;
      top: 15px; }
    .title-bar__wrapper a {
      padding: 7px 8px; } }
  @media (max-width: 419px) {
    .title-bar__wrapper h1 {
      font-size: 12px;
      top: 18px; }
    .title-bar__wrapper a {
      font-size: 10px;
      letter-spacing: 0;
      padding: 7px 4px;
      margin-left: 5px; } }

.title-bar--grey {
  background-color: #ededed; }
  .title-bar--grey .title-bar__sticky-wrap {
    background-color: rgba(237, 237, 237, 0.9); }

.value-increase {
  width: 100%;
  max-width: 400px;
  height: 334px;
  margin: 0 auto 20px auto; }
  @media (max-width: 619px) {
    .value-increase {
      padding-left: 5%; } }

.value-increase__wrapper {
  width: 100%;
  height: 100%;
  position: relative; }

.value-increase__labeled {
  position: absolute;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1f2a3), to(#c5d86d));
  background: linear-gradient(#e1f2a3 0%, #c5d86d 100%);
  opacity: 0.9;
  border-radius: 100%;
  width: 60%;
  padding-bottom: 60%;
  top: 10%;
  left: 0; }

.value-increase__non-labeled {
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#86cbdb), to(#6fa2cd));
  background: linear-gradient(#86cbdb 0%, #6fa2cd 100%);
  border-radius: 100%;
  width: 50%;
  padding-bottom: 50%;
  top: 30%;
  right: 0; }

.value-increase__content {
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #FFF; }
  .value-increase__content span:first-child {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 3px; }
  .value-increase__content span:last-child {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    display: inline-block; }
  .value-increase__content:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .value-increase__content .value-increase__center {
    display: inline-block;
    vertical-align: middle; }

.value-increase__labeled, .value-increase__non-labeled {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  opacity: 0; }
  .value-increase.js-in-view .value-increase__labeled, .value-increase.js-in-view .value-increase__non-labeled {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  .value-increase__labeled.value-increase__non-labeled, .value-increase__non-labeled.value-increase__non-labeled {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; }
