/* component style */
.vue-slider-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* rail style */
.vue-slider-rail {
  background-color: #ccc;
  border-radius: 15px;
}

/* process style */
.vue-slider-process {
  background-color: #3498db;
  border-radius: 15px;
}

/* mark style */
.vue-slider-mark {
  z-index: 4;
}

.vue-slider-mark:first-child .vue-slider-mark-step, .vue-slider-mark:last-child .vue-slider-mark-step {
  display: none;
}

.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
}

.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap;
}

/* dot style */
.vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}

.vue-slider-dot-handle-focus {
  box-shadow: 0px 0px 1px 2px rgba(52, 152, 219, 0.36);
}

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-color: #3498db;
  background-color: #3498db;
  box-sizing: content-box;
}

.vue-slider-dot-tooltip-inner::after {
  content: "";
  position: absolute;
}

.vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit;
}

.vue-slider-dot-tooltip-inner-bottom::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: inherit;
}

.vue-slider-dot-tooltip-inner-left::after {
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: inherit;
}

.vue-slider-dot-tooltip-inner-right::after {
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: inherit;
}

.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  transition: all 0.3s;
}

.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1;
}

/*# sourceMappingURL=default.css.map */
/**
 * Base
 */
/**
 * Mixins
 */
/**
 * Fonts
 */
@font-face {
  font-family: "Officina Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OfficinaSans-Book.eot");
  src: url("../fonts/OfficinaSans-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/OfficinaSans-Book.woff2") format("woff2"), url("../fonts/OfficinaSans-Book.woff") format("woff"), url("../fonts/OfficinaSans-Book.ttf") format("truetype"), url("../fonts/OfficinaSans-Book.svg#wf") format("svg");
}
@font-face {
  font-family: "Officina Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/OfficinaSans-Book-Italic.eot");
  src: url("../fonts/OfficinaSans-Book-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OfficinaSans-Book-Italic.woff2") format("woff2"), url("../fonts/OfficinaSans-Book-Italic.woff") format("woff"), url("../fonts/OfficinaSans-Book-Italic.ttf") format("truetype"), url("../fonts/OfficinaSans-Book-Italic.svg#wf") format("svg");
}
@font-face {
  font-family: "Officina Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OfficinaSans-Bold.eot");
  src: url("../fonts/OfficinaSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OfficinaSans-Bold.woff2") format("woff2"), url("../fonts/OfficinaSans-Bold.woff") format("woff"), url("../fonts/OfficinaSans-Bold.ttf") format("truetype"), url("../fonts/OfficinaSans-Bold.svg#wf") format("svg");
}
@font-face {
  font-family: "Officina Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/OfficinaSans-Bold-Italic.eot");
  src: url("../fonts/OfficinaSans-Bold-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OfficinaSans-Bold-Italic.woff2") format("woff2"), url("../fonts/OfficinaSans-Bold-Italic.woff") format("woff"), url("../fonts/OfficinaSans-Bold-Italic.ttf") format("truetype"), url("../fonts/OfficinaSans-Bold-Italic.svg#wf") format("svg");
}
/**
 * Variables
 */
/**
 * Extensions
 */
.vip-detail__row, .vip-banner__row, .vip__row--protected, .vip__row, .top-bar__row, .tab-group__row, .pre-footer__row, .picker__row, .notification-bar__row, .listing-grid__row, .landing-form__row, .landing-banner__row, .landing__row, .hero-video__row, .header__row, .footer__row, .generic__content--full, .generic__row--full {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.vip__heading--protected, .vip__heading, .landing__heading--standalone, .landing__heading, .generic__heading, .vip-detail__wysiwyg h1, .vip-banner__wysiwyg h1, .vip__wysiwyg--protected h1, .vip__wysiwyg h1, .video-gallery__wysiwyg h1, .tab-group__wysiwyg h1, .search-result__wysiwyg h1, .pre-footer__wysiwyg h1, .news-listing__excerpt h1, .modal__wysiwyg h1, .listing-grid__wysiwyg h1, .landing-form__wysiwyg h1, .landing-detail__wysiwyg h1, .landing-banner__wysiwyg h1, .landing__wysiwyg h1, .hero-video__wysiwyg h1, .hero-new__wysiwyg h1, .feature-grid__wysiwyg h1, .feature__wysiwyg h1, .generic__wysiwyg--standalone h1, .generic__wysiwyg h1 {
  font-size: 40px;
  color: #305bab;
}

.hero-video__wysiwyg h1, .hero-new__wysiwyg h1 {
  font-size: 54px;
  font-weight: 700;
}

.vip-banner__heading, .picker__list-button, .picker__heading, .news-listing__heading, .link-box__heading, .vip-detail__wysiwyg h2, .vip-banner__wysiwyg h2, .vip__wysiwyg--protected h2, .vip__wysiwyg h2, .video-gallery__wysiwyg h2, .tab-group__wysiwyg h2, .search-result__wysiwyg h2, .pre-footer__wysiwyg h2, .news-listing__excerpt h2, .modal__wysiwyg h2, .listing-grid__wysiwyg h2, .landing-form__wysiwyg h2, .landing-detail__wysiwyg h2, .landing-banner__wysiwyg h2, .landing__wysiwyg h2, .hero-video__wysiwyg h2, .hero-new__wysiwyg h2, .feature-grid__wysiwyg h2, .feature__wysiwyg h2, .generic__wysiwyg--standalone h2, .generic__wysiwyg h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #305bab;
}

.listing-grid__heading, .landing-form__heading, .hero-video__wysiwyg h2, .hero-new__wysiwyg h2, .hero-new__wysiwyg h1.h2, .feature-grid__heading {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.vip-detail__heading, .single__heading, .search-result__heading, .news__subheading, .landing-listing__heading, .landing-grid__heading, .landing-detail__heading, .landing__subheading, .vip-detail__wysiwyg h3, .vip-banner__wysiwyg h3, .vip__wysiwyg--protected h3, .vip__wysiwyg h3, .video-gallery__wysiwyg h3, .tab-group__wysiwyg h3, .search-result__wysiwyg h3, .pre-footer__wysiwyg h3, .news-listing__excerpt h3, .modal__wysiwyg h3, .listing-grid__wysiwyg h3, .landing-form__wysiwyg h3, .landing-detail__wysiwyg h3, .landing-banner__wysiwyg h3, .landing__wysiwyg h3, .hero-video__wysiwyg h3, .hero-new__wysiwyg h3, .feature-grid__wysiwyg h3, .feature__wysiwyg h3, .generic__wysiwyg--standalone h3, .generic__wysiwyg h3 {
  background: #305bab;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 2px 20px 2px 50px;
}

.listing__heading, .hero-video__wysiwyg h3, .hero-new__wysiwyg h3, .feature-grid-block__heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.single__virtual-heading, .single__subheading, .modal__subheading, .landing-detail__subheading, .landing__heading--small, .filter__heading, .vip-detail__wysiwyg h4, .vip-banner__wysiwyg h4, .vip__wysiwyg--protected h4, .vip__wysiwyg h4, .video-gallery__wysiwyg h4, .tab-group__wysiwyg h4, .search-result__wysiwyg h4, .pre-footer__wysiwyg h4, .news-listing__excerpt h4, .modal__wysiwyg h4, .listing-grid__wysiwyg h4, .landing-form__wysiwyg h4, .landing-detail__wysiwyg h4, .landing-banner__wysiwyg h4, .landing__wysiwyg h4, .hero-video__wysiwyg h4, .hero-new__wysiwyg h4, .feature-grid__wysiwyg h4, .feature__wysiwyg h4, .generic__wysiwyg--standalone h4, .generic__wysiwyg h4 {
  font-size: 21px;
  color: #305bab;
}

.hero-video__wysiwyg h4, .hero-new__wysiwyg h4 {
  font-size: 18px;
  color: #305bab;
}

.generic .gform_wrapper .gform_body li.gfield .gfield_label,
.landing .gform_wrapper .gform_body li.gfield .gfield_label,
.landing--title .gform_wrapper .gform_body li.gfield .gfield_label,
.landing--full .gform_wrapper .gform_body li.gfield .gfield_label,
.modal .gform_wrapper .gform_body li.gfield .gfield_label, .video-gallery__heading, .tab-group__tab-link, .single__table-heading, .single__subheading--feature, .landing-grid__subheading, .landing-detail__subheading--small, .finder-form__label, .filter__label, .vip-detail__wysiwyg h5, .vip-banner__wysiwyg h5, .vip__wysiwyg--protected h5, .vip__wysiwyg h5, .video-gallery__wysiwyg h5, .tab-group__wysiwyg h5, .search-result__wysiwyg h5, .pre-footer__wysiwyg h5, .news-listing__excerpt h5, .modal__wysiwyg h5, .listing-grid__wysiwyg h5, .landing-form__wysiwyg h5, .landing-detail__wysiwyg h5, .landing-banner__wysiwyg h5, .landing__wysiwyg h5, .hero-video__wysiwyg h5, .hero-new__wysiwyg h5, .feature-grid__wysiwyg h5, .feature__wysiwyg h5, .generic__wysiwyg--standalone h5, .generic__wysiwyg h5 {
  font-size: 16px;
  color: #305bab;
  text-transform: uppercase;
}

.hero-video__wysiwyg h5, .hero-new__wysiwyg h5 {
  font-size: 16px;
  color: #305bab;
  text-transform: uppercase;
}

.single__subheading--small, .vip-detail__wysiwyg h6, .vip-banner__wysiwyg h6, .vip__wysiwyg--protected h6, .vip__wysiwyg h6, .video-gallery__wysiwyg h6, .tab-group__wysiwyg h6, .search-result__wysiwyg h6, .pre-footer__wysiwyg h6, .news-listing__excerpt h6, .modal__wysiwyg h6, .listing-grid__wysiwyg h6, .landing-form__wysiwyg h6, .landing-detail__wysiwyg h6, .landing-banner__wysiwyg h6, .landing__wysiwyg h6, .hero-video__wysiwyg h6, .hero-new__wysiwyg h6, .feature-grid__wysiwyg h6, .feature__wysiwyg h6, .generic__wysiwyg--standalone h6, .generic__wysiwyg h6 {
  font-size: 16px;
  font-weight: 700;
  color: #305bab;
}

.hero-video__wysiwyg h6, .hero-new__wysiwyg h6 {
  font-size: 16px;
}

.single__virtual-paragraph, .single__paragraph, .single__subheading--content, .modal__paragraph, .listing__paragraph, .landing-grid__error, .landing-detail__error, .finder__message, .finder__paragraph, .feature-grid-block__paragraph, .generic__paragraph, .vip-detail__wysiwyg p, .vip-banner__wysiwyg p, .vip__wysiwyg--protected p, .vip__wysiwyg p, .video-gallery__wysiwyg p, .tab-group__wysiwyg p, .search-result__wysiwyg p, .pre-footer__wysiwyg p, .news-listing__excerpt p, .modal__wysiwyg p, .listing-grid__wysiwyg p, .landing-form__wysiwyg p, .landing-detail__wysiwyg p, .landing-banner__wysiwyg p, .landing__wysiwyg p, .hero-video__wysiwyg p, .hero-new__wysiwyg p, .feature-grid__wysiwyg p, .feature__wysiwyg p, .generic__wysiwyg--standalone p, .generic__wysiwyg p {
  font-size: 16px;
  line-height: 1.5;
}

.vip-detail__wysiwyg hr, .vip-banner__wysiwyg hr, .vip__wysiwyg--protected hr, .vip__wysiwyg hr, .video-gallery__wysiwyg hr, .tab-group__wysiwyg hr, .search-result__wysiwyg hr, .pre-footer__wysiwyg hr, .news-listing__excerpt hr, .modal__wysiwyg hr, .listing-grid__wysiwyg hr, .landing-form__wysiwyg hr, .landing-detail__wysiwyg hr, .landing-banner__wysiwyg hr, .landing__wysiwyg hr, .hero-video__wysiwyg hr, .hero-new__wysiwyg hr, .feature-grid__wysiwyg hr, .feature__wysiwyg hr, .generic__wysiwyg--standalone hr, .generic__wysiwyg hr {
  display: block;
  border-top: 1px dashed #bbdba4;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.gform_wrapper form .gform_footer .gform_button.button, .single__virtual-button, .single__button--green, .hero-video__button, .header__button, .finder-form__button {
  background: #305bab;
  color: #fff;
  display: inline-block;
  padding: 6px 20px;
}
.gform_wrapper form .gform_footer .gform_button.button:hover, .single__virtual-button:hover, .single__button--green:hover, .hero-video__button:hover, .header__button:hover, .finder-form__button:hover {
  background: #3463bb;
}

.modal__button {
  background: #dddddd;
  color: #555555;
  display: inline-block;
  padding: 6px 20px;
}
.modal__button:hover {
  background: #e7e7e7;
}

.generic .gform_wrapper form .gform_footer .gform_button.button,
.landing .gform_wrapper form .gform_footer .gform_button.button,
.landing--title .gform_wrapper form .gform_footer .gform_button.button,
.landing--full .gform_wrapper form .gform_footer .gform_button.button,
.modal .gform_wrapper form .gform_footer .gform_button.button, .single__button, .landing-listing__button, .landing-detail__button, .landing__button,
.landing__wysiwyg .landing__button, .hero-new__button--solid, .generic__button {
  background: #181818;
  color: #fff;
  display: inline-block;
  padding: 6px 20px;
}
.generic .gform_wrapper form .gform_footer .gform_button.button:hover,
.landing .gform_wrapper form .gform_footer .gform_button.button:hover,
.landing--title .gform_wrapper form .gform_footer .gform_button.button:hover,
.landing--full .gform_wrapper form .gform_footer .gform_button.button:hover,
.modal .gform_wrapper form .gform_footer .gform_button.button:hover, .single__button:hover, .landing-listing__button:hover, .landing-detail__button:hover, .landing__button:hover, .hero-new__button--solid:hover, .generic__button:hover {
  background: #4b4b4b;
}

.news-listing__link, .listing-grid__link, .landing-listing__nav-link, .landing-grid__link, .landing-detail__link, .hero-new__link, .finder__link, .feature-grid-block__link, .feature-grid__link {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.news-listing__link:after, .listing-grid__link:after, .landing-listing__nav-link:after, .landing-grid__link:after, .landing-detail__link:after, .hero-new__link:after, .finder__link:after, .feature-grid-block__link:after, .feature-grid__link:after {
  content: "";
  background-color: #305bab;
  background-image: url(../img/icon/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  margin-top: -2px;
  border-radius: 100%;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_select select, .finder-form__select, .filter__select {
  background-color: #f2f2f2;
  background-image: url(../img/icon/select-arrow-small.svg);
  background-repeat: no-repeat;
  background-position: right 7px center;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 4px 6px;
}
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_select select:disabled, .finder-form__select:disabled, .filter__select:disabled {
  color: #d9d9d9;
}

.vip-detail__wysiwyg h3, .vip-banner__wysiwyg h3, .vip__wysiwyg--protected h3, .vip__wysiwyg h3, .video-gallery__wysiwyg h3, .tab-group__wysiwyg h3, .search-result__wysiwyg h3, .pre-footer__wysiwyg h3, .news-listing__excerpt h3, .modal__wysiwyg h3, .listing-grid__wysiwyg h3, .landing-form__wysiwyg h3, .landing-detail__wysiwyg h3, .landing-banner__wysiwyg h3, .landing__wysiwyg h3, .hero-video__wysiwyg h3, .hero-new__wysiwyg h3, .feature-grid__wysiwyg h3, .feature__wysiwyg h3, .generic__wysiwyg--standalone h3, .generic__wysiwyg h3 {
  margin: 30px 0 20px -50px;
}
.vip-detail__wysiwyg ul, .vip-banner__wysiwyg ul, .vip__wysiwyg--protected ul, .vip__wysiwyg ul, .video-gallery__wysiwyg ul, .tab-group__wysiwyg ul, .search-result__wysiwyg ul, .pre-footer__wysiwyg ul, .news-listing__excerpt ul, .modal__wysiwyg ul, .listing-grid__wysiwyg ul, .landing-form__wysiwyg ul, .landing-detail__wysiwyg ul, .landing-banner__wysiwyg ul, .landing__wysiwyg ul, .hero-video__wysiwyg ul, .hero-new__wysiwyg ul, .feature-grid__wysiwyg ul, .feature__wysiwyg ul, .generic__wysiwyg--standalone ul, .generic__wysiwyg ul, .vip-detail__wysiwyg ol, .vip-banner__wysiwyg ol, .vip__wysiwyg--protected ol, .vip__wysiwyg ol, .video-gallery__wysiwyg ol, .tab-group__wysiwyg ol, .search-result__wysiwyg ol, .pre-footer__wysiwyg ol, .news-listing__excerpt ol, .modal__wysiwyg ol, .listing-grid__wysiwyg ol, .landing-form__wysiwyg ol, .landing-detail__wysiwyg ol, .landing-banner__wysiwyg ol, .landing__wysiwyg ol, .hero-video__wysiwyg ol, .hero-new__wysiwyg ol, .feature-grid__wysiwyg ol, .feature__wysiwyg ol, .generic__wysiwyg--standalone ol, .generic__wysiwyg ol {
  margin-left: 20px;
  margin-bottom: 10px;
}
.vip-detail__wysiwyg li, .vip-banner__wysiwyg li, .vip__wysiwyg--protected li, .vip__wysiwyg li, .video-gallery__wysiwyg li, .tab-group__wysiwyg li, .search-result__wysiwyg li, .pre-footer__wysiwyg li, .news-listing__excerpt li, .modal__wysiwyg li, .listing-grid__wysiwyg li, .landing-form__wysiwyg li, .landing-detail__wysiwyg li, .landing-banner__wysiwyg li, .landing__wysiwyg li, .hero-video__wysiwyg li, .hero-new__wysiwyg li, .feature-grid__wysiwyg li, .feature__wysiwyg li, .generic__wysiwyg--standalone li, .generic__wysiwyg li {
  line-height: 1.5;
  margin-bottom: 10px;
}
.vip-detail__wysiwyg p, .vip-banner__wysiwyg p, .vip__wysiwyg--protected p, .vip__wysiwyg p, .video-gallery__wysiwyg p, .tab-group__wysiwyg p, .search-result__wysiwyg p, .pre-footer__wysiwyg p, .news-listing__excerpt p, .modal__wysiwyg p, .listing-grid__wysiwyg p, .landing-form__wysiwyg p, .landing-detail__wysiwyg p, .landing-banner__wysiwyg p, .landing__wysiwyg p, .hero-video__wysiwyg p, .hero-new__wysiwyg p, .feature-grid__wysiwyg p, .feature__wysiwyg p, .generic__wysiwyg--standalone p, .generic__wysiwyg p {
  margin-bottom: 10px;
}
.vip-detail__wysiwyg a, .vip-banner__wysiwyg a, .vip__wysiwyg--protected a, .vip__wysiwyg a, .video-gallery__wysiwyg a, .tab-group__wysiwyg a, .search-result__wysiwyg a, .pre-footer__wysiwyg a, .news-listing__excerpt a, .modal__wysiwyg a, .listing-grid__wysiwyg a, .landing-form__wysiwyg a, .landing-detail__wysiwyg a, .landing-banner__wysiwyg a, .landing__wysiwyg a, .hero-video__wysiwyg a, .hero-new__wysiwyg a, .feature-grid__wysiwyg a, .feature__wysiwyg a, .generic__wysiwyg--standalone a, .generic__wysiwyg a {
  color: #305bab;
  font-weight: bold;
}
.vip-detail__wysiwyg img, .vip-banner__wysiwyg img, .vip__wysiwyg--protected img, .vip__wysiwyg img, .video-gallery__wysiwyg img, .tab-group__wysiwyg img, .search-result__wysiwyg img, .pre-footer__wysiwyg img, .news-listing__excerpt img, .modal__wysiwyg img, .listing-grid__wysiwyg img, .landing-form__wysiwyg img, .landing-detail__wysiwyg img, .landing-banner__wysiwyg img, .landing__wysiwyg img, .hero-video__wysiwyg img, .hero-new__wysiwyg img, .feature-grid__wysiwyg img, .feature__wysiwyg img, .generic__wysiwyg--standalone img, .generic__wysiwyg img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.vip-detail__wysiwyg hr, .vip-banner__wysiwyg hr, .vip__wysiwyg--protected hr, .vip__wysiwyg hr, .video-gallery__wysiwyg hr, .tab-group__wysiwyg hr, .search-result__wysiwyg hr, .pre-footer__wysiwyg hr, .news-listing__excerpt hr, .modal__wysiwyg hr, .listing-grid__wysiwyg hr, .landing-form__wysiwyg hr, .landing-detail__wysiwyg hr, .landing-banner__wysiwyg hr, .landing__wysiwyg hr, .hero-video__wysiwyg hr, .hero-new__wysiwyg hr, .feature-grid__wysiwyg hr, .feature__wysiwyg hr, .generic__wysiwyg--standalone hr, .generic__wysiwyg hr {
  margin-bottom: 20px;
}

.vip-banner__close-text, .notification-bar__close-text, .mobile-menu__text {
  width: 0;
  height: 0;
  text-indent: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1240px) {
  .hero-video__wysiwyg h1, .hero-new__wysiwyg h1 {
    font-size: 46px;
  }

  .listing-grid__heading, .landing-form__heading, .hero-video__wysiwyg h2, .hero-new__wysiwyg h2, .hero-new__wysiwyg h1.h2, .feature-grid__heading {
    font-size: 34px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .listing-grid__heading, .landing-form__heading, .hero-video__wysiwyg h2, .hero-new__wysiwyg h2, .hero-new__wysiwyg h1.h2, .feature-grid__heading {
    font-size: 30px;
  }

  .listing__heading, .hero-video__wysiwyg h3, .hero-new__wysiwyg h3, .feature-grid-block__heading {
    font-size: 22px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 900px) {
  .vip-detail__heading, .single__heading, .search-result__heading, .news__subheading, .landing-listing__heading, .landing-grid__heading, .landing-detail__heading, .landing__subheading, .vip-detail__wysiwyg h3, .vip-banner__wysiwyg h3, .vip__wysiwyg--protected h3, .vip__wysiwyg h3, .video-gallery__wysiwyg h3, .tab-group__wysiwyg h3, .search-result__wysiwyg h3, .pre-footer__wysiwyg h3, .news-listing__excerpt h3, .modal__wysiwyg h3, .listing-grid__wysiwyg h3, .landing-form__wysiwyg h3, .landing-detail__wysiwyg h3, .landing-banner__wysiwyg h3, .landing__wysiwyg h3, .hero-video__wysiwyg h3, .hero-new__wysiwyg h3, .feature-grid__wysiwyg h3, .feature__wysiwyg h3, .generic__wysiwyg--standalone h3, .generic__wysiwyg h3 {
    padding-left: 20px;
  }

  .vip-detail__wysiwyg h3, .vip-banner__wysiwyg h3, .vip__wysiwyg--protected h3, .vip__wysiwyg h3, .video-gallery__wysiwyg h3, .tab-group__wysiwyg h3, .search-result__wysiwyg h3, .pre-footer__wysiwyg h3, .news-listing__excerpt h3, .modal__wysiwyg h3, .listing-grid__wysiwyg h3, .landing-form__wysiwyg h3, .landing-detail__wysiwyg h3, .landing-banner__wysiwyg h3, .landing__wysiwyg h3, .hero-video__wysiwyg h3, .hero-new__wysiwyg h3, .feature-grid__wysiwyg h3, .feature__wysiwyg h3, .generic__wysiwyg--standalone h3, .generic__wysiwyg h3 {
    margin-left: 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .hero-video__wysiwyg h1, .hero-new__wysiwyg h1 {
    font-size: 38px;
  }

  .listing__heading, .hero-video__wysiwyg h3, .hero-new__wysiwyg h3, .feature-grid-block__heading {
    font-size: 22px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    print
\*------------------------------------*/
@media print {
  .generic .gform_wrapper form .gform_footer .gform_button.button,
.landing .gform_wrapper form .gform_footer .gform_button.button,
.landing--title .gform_wrapper form .gform_footer .gform_button.button,
.landing--full .gform_wrapper form .gform_footer .gform_button.button,
.modal .gform_wrapper form .gform_footer .gform_button.button, .single__button, .landing-listing__button, .landing-detail__button, .landing__button,
.landing__wysiwyg .landing__button, .hero-new__button--solid, .generic__button,
.modal__button,
.gform_wrapper form .gform_footer .gform_button.button,
.single__virtual-button,
.single__button--green,
.hero-video__button,
.header__button,
.finder-form__button {
    padding: 0;
  }
}
/* Merged normalize.css and sanitize.css | github.com/DominikSerafin/normalize-sanitize */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
:root {
  /* font-family: sans-serif; */
  /* 1 */
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* Sanitize.css */
  /* -ms-overflow-style: -ms-autohiding-scrollbar; */
  /* (Sanitize.css) IE11+ */
  /* overflow-y: scroll; */
  /* (Sanitize.css) All browsers without overlaying scrollbars */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  /* (Sanitize.css) iOS 8+ */
  /* Sanitize.css - opinionated */
  box-sizing: border-box;
  cursor: default;
  font: normal normal 400 16px/1.4 "Arial", "Helvetica", sans-serif;
  text-rendering: optimizeLegibility;
  background-color: #FFFFFF;
  /* Opinionated */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  position: relative;
  word-break: normal;
}

/**
 * Sanitize.css - universal inheritance
 */
*,
::before,
::after {
  /* Sanitize.css - opinionated */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-style: solid;
  border-width: 0;
  /* Opinionated */
  background-repeat: no-repeat;
  vertical-align: top;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* Sanitize.css - opinionated: specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #B3D4FC;
  /* required when declaring ::selection */
  text-shadow: none;
}
::selection {
  background-color: #B3D4FC;
  /* required when declaring ::selection */
  text-shadow: none;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
iframe,
img,
svg,
progress,
video {
  display: inline-block;
  /* 1 */
  /* vertical-align: baseline; */
  /* 2 */
  /* Sanitize.css - opinionated */
  /* vertical-align: middle; */
  /* Opinionated */
  vertical-align: top;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  /* (Sanitize.css) Chrome 40+, iOS 8+, Safari 8+ */
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
  /* (Sanitize.css) Android 4.3-, Internet Explorer 11+, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

/**
 * Sanitize.css
 */
[unselectable] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* (Sanitize.css) Android 4.4+, Chrome 40+, Firefox 36+, iOS 8+, Safari 8+ */
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  /* Sanitize.css - opinionated */
  text-decoration: none;
  color: inherit;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /*font-size: 2em;*/
  /*margin: 0.67em 0;*/
}

/* Reset parapgraphs and headings - opinionated */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 75%;
  /* (Sanitize.css) All browsers */
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Sanitize.css - opinionated: specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
  /* (Sanitize.css) Internet Explorer 11+ */
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/* Sanitize.css - opinionated: specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  min-height: 1.5em;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=number] {
  width: auto;
  /* (Sanitize.css) Firefox 36+ */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
  /* (Sanitize.css) Internet Explorer 11+ */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Sanitize.css - opinionated: style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Sanitize.css - opinionated: specify textarea resizability */
textarea {
  resize: vertical;
}

td,
th {
  padding: 0;
}

/* Sanitize.css - opinionated: hide content from screens but not screenreaders
   ========================================================================== */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/**
 * Animations
 */
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bubble {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes bubble {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes gradient {
  from {
    background-position: 100% center;
  }
  to {
    background-position: -100% center;
  }
}
@keyframes gradient {
  from {
    background-position: 100% center;
  }
  to {
    background-position: -100% center;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.fade-in-enter-active {
  transition: all 0.2s ease;
}

.fade-in-leave-active {
  transition: all 0.2s ease;
}

.fade-in-enter,
.fade-in-leave-to {
  opacity: 0;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/**
 * Base Styles
 */
*,
::before,
::after {
  font-kerning: none;
}

:root {
  background-color: #232323;
  font-family: "Officina Sans", "Helvetica", "Arial", sans-serif !important;
  font-size: 16px;
  color: #555555;
}

html.ie:before {
  content: "This browser is not supported. Please choose another browser to view this website.";
  background: red;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: block;
  padding: 5px;
}

body {
  height: 100%;
  font-family: "Officina Sans", "Helvetica", "Arial", sans-serif !important;
  overflow-x: hidden;
}

pre {
  font-size: 16px;
  font-family: monospace;
}

p,
ol,
ul {
  font-size: 16px;
}

::-moz-selection {
  background: rgba(126, 144, 184, 0.5);
}

::selection {
  background: rgba(126, 144, 184, 0.5);
}

.desktop-only {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/**
 * Blocks
 */
/*------------------------------------*\
    styles
\*------------------------------------*/
.generic {
  width: 100%;
  display: block;
  position: relative;
}

.generic__row {
  width: 100%;
  display: flex;
}

.generic__row--full {
  background-color: #fff;
  width: 100%;
}

.generic__column--left {
  width: 50%;
  text-align: right;
  display: flex;
  flex-direction: column;
}

.generic__column--right {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.generic__column--full {
  width: 100%;
}

.generic__block {
  background: #fff;
  width: 100%;
}

.generic__block--white {
  background: #fff;
  width: 100%;
  flex-grow: 1;
  padding-top: 30px;
  padding-bottom: 10px;
}

.generic__block--green {
  background: #305bab;
  width: 100%;
  min-height: 200px;
}

.generic__block--green-gradient {
  background: linear-gradient(130deg, #7e90b8, #305bab);
  width: 100%;
  min-height: 200px;
  flex-grow: 1;
}

.generic__block--blue-gradient {
  background: linear-gradient(0deg, #3b6cb4, #59c6f0, #4ba0dc);
  width: 100%;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}
.generic__block--blue-gradient:before {
  content: "";
  background: radial-gradient(ellipse closest-side, #fff, rgba(255, 255, 255, 0));
  width: 68%;
  height: 82%;
  position: absolute;
  left: -100px;
  bottom: 35px;
  opacity: 0.4;
  transform: rotate(11deg);
}
.generic__block--blue-gradient:after {
  content: "";
  background: radial-gradient(ellipse closest-side, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 82%;
  position: absolute;
  left: 17px;
  bottom: 35px;
  opacity: 0.7;
  transform: rotate(-15deg);
}

.generic__block--shadow {
  background: #fff;
  width: 100%;
  flex-grow: 1;
  box-shadow: inset 10px 0 70px 0 rgba(0, 0, 0, 0.1);
}

.generic__block--shadow-pad-top {
  background: #fff;
  width: 100%;
  flex-grow: 1;
  box-shadow: inset 10px 0 70px 0 rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}

.generic__block--dark {
  background-color: #3e3e3e;
  width: 100%;
  flex-grow: 1;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
}

.generic__block--offset {
  margin-top: -40px;
}

.generic__block-image {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.generic__block-image img {
  width: 100%;
}

.generic__content--half {
  width: 100%;
  max-width: 600px;
  text-align: left;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
}

.generic__content--half-no-pad-right {
  width: 100%;
  max-width: 600px;
  text-align: left;
  display: inline-block;
  padding-left: 50px;
}

.generic__content--half-no-pad-left {
  width: 100%;
  max-width: 600px;
  text-align: left;
  display: inline-block;
  padding-right: 50px;
}

.generic__content--full {
  max-width: 1140px;
}

.generic__heading {
  line-height: 1.2;
  padding-top: 10px;
}
.generic__heading--special {
  max-width: 400px;
  font-size: 60px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: auto;
}
.generic__heading--special-secondary {
  font-size: 50px;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.generic__paragraph {
  margin-bottom: 10px;
}

.generic__link {
  color: #305bab;
}

.generic__wysiwyg {
  padding-bottom: 40px;
}
.generic__wysiwyg .generic__button {
  color: #fff;
}

.generic__wysiwyg--standalone h5 {
  color: #fff;
  margin-bottom: 10px;
}
.generic__block--dark .generic__wysiwyg--standalone a {
  color: #fff;
}

.generic__nav {
  margin-top: 40px;
  margin-bottom: 60px;
}

.generic__nav-item {
  margin-bottom: 15px;
}
.generic__nav-item:last-child {
  margin-bottom: 0;
}

.generic__nav-link {
  color: #305bab;
  padding: 5px;
}
.generic__nav-link:before {
  content: "";
  background-image: url(../img/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}

.generic__button {
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 10px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 900px) {
  .generic__content--half {
    padding-left: 20px;
    padding-right: 30px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .generic__row {
    display: block;
  }

  .generic__column--left,
.generic__column--right {
    width: 100%;
    display: block;
  }

  .generic__content--half,
.generic__content--half-no-pad-left,
.generic__content--half-no-pad-right {
    max-width: none;
  }

  .generic__content--half-no-pad-left {
    padding-right: 0;
  }

  .generic__content--half-no-pad-right {
    padding-left: 0;
  }

  .generic__block--green {
    min-height: 0;
  }

  .generic__block--offset {
    margin-top: 0;
  }

  .generic__content--half:empty {
    display: none;
  }

  .generic__heading {
    margin-bottom: -10px;
  }

  .generic__heading--special {
    max-width: none;
    font-size: 50px;
    text-align: left;
    margin-bottom: 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    print
\*------------------------------------*/
@media print {
  .generic {
    position: static;
  }

  .generic__row {
    height: auto;
    display: block;
    overflow: auto;
  }

  .generic__column--left,
.generic__column--right {
    width: 100%;
    height: auto;
    display: block;
  }

  .generic__block--white {
    height: auto;
    display: block;
  }

  .generic__block--shadow {
    display: none;
  }

  .generic__content--half {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .generic__wysiwyg {
    padding-bottom: 20px;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.feature {
  max-width: 420px;
  padding-top: 25px;
  padding-bottom: 30px;
}

.feature__wysiwyg {
  color: #fff;
}
.feature__wysiwyg h1, .feature__wysiwyg h2, .feature__wysiwyg h3, .feature__wysiwyg h4 {
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.feature__wysiwyg img {
  margin-left: 20px;
}

.feature__icon {
  float: right;
  margin-top: -20px;
  margin-bottom: 20px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .feature {
    max-width: none;
  }

  .feature__icon {
    float: none;
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .feature__wysiwyg br {
    display: none;
  }
  .feature__wysiwyg img.alignright {
    float: right;
    width: auto;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.feature-grid {
  background-color: #fff;
  width: 100%;
  padding-bottom: 50px;
}
.feature-grid + .feature-grid {
  padding-top: 120px;
}
.feature-grid--last {
  padding-bottom: 0;
}

.feature-grid__row {
  display: flex;
  align-items: stretch;
}
.feature-grid__row .feature-grid__row {
  max-width: 600px;
}

.feature-grid__column {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.feature-grid__column--left {
  flex-wrap: wrap;
  align-items: flex-end;
}
.feature-grid__column--staggered {
  margin-top: 110px;
}
.feature-grid__column--overlapping {
  margin-top: -250px;
}
.feature-grid__column--grey-up {
  background-image: linear-gradient(to top, #f2f2f2, #fff);
}
.feature-grid__column--grey-down {
  background-image: linear-gradient(to bottom, #f2f2f2, #fff);
}
.feature-grid__column--green {
  background-image: linear-gradient(130deg, #305bab, #7e90b8);
}

.feature-grid__content {
  width: 100%;
  max-width: 600px;
  text-align: left;
  display: inline-block;
  padding: 75px 130px 80px 60px;
}
.feature-grid__content--small {
  padding: 45px 130px 70px 60px;
}

.feature-grid__heading {
  color: #305bab;
  margin-bottom: 20px;
}
.feature-grid__column--green .feature-grid__heading {
  color: #fff;
}

.feature-grid__wysiwyg {
  margin-bottom: 20px;
}
.feature-grid__column--green .feature-grid__wysiwyg {
  color: #fff;
}
.feature-grid__wysiwyg p {
  font-size: 18px;
}

.feature-grid__link {
  font-size: 18px;
  color: #305bab;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1240px) {
  .feature-grid {
    padding-bottom: 20px;
  }
  .feature-grid--last {
    padding-bottom: 0;
  }

  .feature-grid__column--staggered {
    margin-top: 100px;
  }

  .feature-grid__content {
    padding: 65px 40px 60px;
  }
  .feature-grid__content--small {
    padding-top: 40px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .feature-grid__column--overlapping {
    margin-top: 0;
  }
  .feature-grid__column--staggered {
    margin-top: 100px;
  }

  .feature-grid__wysiwyg p {
    font-size: 16px;
  }

  .feature-grid__link {
    font-size: 16px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .feature-grid__row {
    flex-wrap: wrap;
  }
  .feature-grid__row .feature-grid__row {
    max-width: none;
  }

  .feature-grid__column {
    width: 100%;
  }
  .feature-grid__column--staggered {
    margin-top: 0;
  }
  .feature-grid__column--md-last {
    order: 2;
  }

  .feature-grid__content {
    max-width: none;
    padding: 65px 30px 60px;
  }
  .feature-grid__content--small {
    padding-top: 40px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .feature-grid + .feature-grid {
    padding-top: 0;
  }

  .feature-grid__content {
    padding: 55px 30px 50px;
  }
  .feature-grid__content--small {
    text-align: center;
    padding: 30px 20px 50px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.feature-grid-block {
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 600px;
  text-align: left;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.feature-grid-block--huge {
  height: 600px;
}
.feature-grid-block--large {
  height: 550px;
}
.feature-grid-block--medium {
  height: 430px;
}
.feature-grid-block--small {
  height: 350px;
}
.feature-grid-block--tall {
  height: 350px;
}
.feature-grid-block--taller {
  height: 400px;
}
.feature-grid-block:after {
  content: "";
  background-color: rgba(24, 24, 24, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s ease;
}
.feature-grid-block:hover:after {
  background-color: rgba(24, 24, 24, 0.8);
}

.feature-grid-block__content {
  width: 100%;
  display: block;
  padding: 50px 70px 60px 60px;
  position: relative;
  z-index: 1;
}

.feature-grid-block__heading {
  max-width: 320px;
  color: #fff;
  margin-bottom: 10px;
}

.feature-grid-block__paragraph {
  max-width: 380px;
  height: 0;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  transition: margin 0.3s ease, opacity 0.2s ease, transform 0.3s ease;
}
.feature-grid-block:hover .feature-grid-block__paragraph {
  height: auto;
  margin-bottom: 20px;
  opacity: 1;
  transition: margin 0.5s ease, opacity 0.2s 0.2s ease;
}

.feature-grid-block__link {
  color: #fff;
  margin-top: -40px;
  position: absolute;
  bottom: 40px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1240px) {
  .feature-grid-block__content {
    padding: 50px 40px 60px 40px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .feature-grid-block:hover {
    background-color: rgba(24, 24, 24, 0.6);
  }
  .feature-grid-block--huge {
    height: 300px;
  }
  .feature-grid-block--large {
    height: 300px;
  }
  .feature-grid-block--medium {
    height: 300px;
  }
  .feature-grid-block--small {
    height: 300px;
  }
  .feature-grid-block--tall {
    height: 300px;
  }
  .feature-grid-block--taller {
    height: 300px;
  }

  .feature-grid-block__content {
    padding: 42px 40px 60px 40px;
  }

  .feature-grid-block__paragraph {
    display: none;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .feature-grid-block {
    max-width: none;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .feature-grid-block__content {
    padding: 40px 30px 60px 30px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.filter {
  width: 100%;
  padding: 0 50px;
  margin-bottom: 50px;
}

.filter__form {
  border-top: 1px dashed #bbdba4;
  padding-top: 20px;
}

.filter__column {
  width: 20%;
  display: inline-block;
  padding-right: 20px;
}

.filter__heading {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.filter__label {
  display: block;
  margin-bottom: 5px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .filter {
    padding: 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .filter {
    margin-bottom: 30px;
  }

  .filter__form {
    border-top: none;
    padding-top: 0;
  }

  .filter__column {
    width: 33.333%;
    padding-right: 10px;
  }

  .filter__select {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 400px) {
  .filter__column {
    width: 50%;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.finder {
  width: 100%;
}

.finder__results {
  width: 100%;
  transition: all 0.3s ease;
}

.finder__row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.finder__row--center {
  align-items: center;
}

.finder__column {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.finder__column--one-half {
  width: 50%;
}
.finder__column--one-third {
  width: 33.33%;
}
.finder__column--full {
  width: 100%;
}
.finder__column--right {
  text-align: right;
}

.finder__skeleton {
  background-color: #f2f2f2;
  background: linear-gradient(to right, #f2f2f2 0%, #e7e7e7 50%, #f2f2f2 100%);
  background-size: 200%;
  width: 100%;
  height: 100%;
  min-height: 475px;
  -webkit-animation: gradient 1.5s linear infinite;
          animation: gradient 1.5s linear infinite;
}

.finder__content {
  text-align: center;
}

.finder__message {
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.finder__footer {
  text-align: center;
  margin-top: 40px;
}

.finder__link {
  font-size: 16px;
  color: #305bab;
}
.finder__link--inline {
  text-decoration: underline;
  margin-left: 15px;
  vertical-align: top;
}
.finder__link--inline:after {
  content: none;
}
.finder__link--more:after {
  background-image: url(../img/icon/arrow-down-white.svg);
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .finder__column--one-third {
    width: 50%;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .finder__column--one-third {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .finder__column--one-half:nth-child(odd) {
    padding-left: 0;
  }
  .finder__column--one-half:nth-child(even) {
    padding-right: 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .finder__footer {
    margin-top: 30px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.finder-form {
  width: 100%;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.finder-form__column {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.finder-form__column--one-quarter {
  width: 25%;
}
.finder-form__column--one-half {
  width: 50%;
}

.finder-form__label {
  display: block;
  margin-bottom: 5px;
}
.finder-form__label--inline {
  text-transform: none;
  color: #555555;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0;
}

.finder-form__select {
  width: 100%;
}
.finder-form__select--inline {
  width: auto;
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
}
.finder-form__select:disabled {
  background-color: #f2f2f2;
  background: linear-gradient(to right, #f2f2f2 0%, #e7e7e7 50%, #f2f2f2 100%);
  background-size: 200%;
  border-color: transparent;
  -webkit-animation: gradient 1.5s linear infinite;
          animation: gradient 1.5s linear infinite;
}

.finder-form__footer {
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

.finder-form__button {
  font-size: 16px;
  font-weight: 700;
  margin-left: 5px;
  margin-right: 5px;
}
.finder-form__button--secondary {
  background-color: transparent;
  color: #305bab;
  border: 1px solid #305bab;
  padding: 5px 20px;
}
.finder-form__button--secondary:hover {
  background-color: transparent;
  color: #3463bb;
  border-color: #3463bb;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .finder-form__column--one-quarter {
    width: 50%;
  }
  .finder-form__column--one-quarter:nth-child(odd) {
    padding-left: 0;
  }
  .finder-form__column--one-quarter:nth-child(even) {
    padding-right: 0;
  }
  .finder-form__column--one-half {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .finder-form__footer {
    padding-top: 40px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 400px) {
  .finder-form__footer {
    padding-top: 20px;
  }

  .finder-form__button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.footer {
  background-color: #232323;
  width: 100%;
  padding: 50px 0 100px;
}

.footer__row {
  display: flex;
}

.footer__content {
  font-size: 16px;
  line-height: 1.6;
  color: #b4b4b4;
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__content--rentals {
  justify-content: space-around;
}

.footer__logo-link {
  display: inline-block;
  margin-right: 100px;
  margin-bottom: 20px;
}

.footer__logo-image {
  max-width: 120px;
  width: 100%;
  height: auto;
}

.footer__column {
  padding-right: 20px;
}
.footer__column:last-child {
  padding-right: 0;
}

.footer__paragraph {
  font-size: 14px;
  margin-bottom: 20px;
}

.footer__link {
  color: #b4b4b4;
  transition: all 0s ease;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__link--top {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.footer__link--top:after {
  content: "";
  background-color: transparent;
  background-image: url(../img/icon/arrow-up-grey.svg);
  background-repeat: no-repeat;
  background-size: 52%;
  background-position: center;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #b4b4b4;
  margin-left: 15px;
  margin-top: -2px;
  padding: 4px 5px 4px 4px;
  border-radius: 100%;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1240px) {
  .footer__logo-link {
    margin-right: 50px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .footer__content {
    justify-content: flex-start;
  }

  .footer__column:first-child {
    padding-right: 60px;
  }
  .footer__column:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .footer__link--top {
    order: 3;
  }

  .footer__paragraph {
    width: 100%;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .footer__row {
    flex-wrap: wrap;
  }

  .footer__logo-link {
    margin-bottom: 40px;
  }

  .footer__content {
    width: 100%;
    flex: auto;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .footer {
    padding-bottom: 60px;
  }

  .footer__column {
    width: 50%;
  }
  .footer__column:first-child {
    padding-right: 20px;
  }
  .footer__column:last-child {
    width: 100%;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 400px) {
  .footer__column {
    width: 100%;
  }
  .footer__column:first-child {
    padding-right: 0;
  }
}
/*------------------------------------*\
    print
\*------------------------------------*/
@media print {
  .footer {
    padding-top: 20px;
  }

  .footer,
.footer__row {
    padding-left: 0;
    padding-right: 0;
  }

  .footer__content {
    justify-content: flex-start;
  }

  .footer__column:last-child {
    display: none;
  }

  .footer__logo-link {
    display: none;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.footer-menu {
  width: 100%;
  display: inline-block;
  margin-bottom: 2rem;
}

.footer-menu__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-menu__item {
  display: inline-block;
  margin-right: 40px;
}
.footer-menu__item:last-child {
  margin-right: 0;
}

.footer-menu__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #7e90b8;
  display: block;
  margin-bottom: 8px;
}
.footer-menu__link:hover {
  opacity: 0.5;
}

.footer-menu__sub-item {
  display: block;
}

.footer-menu__sub-link {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
.footer-menu__sub-link:hover {
  opacity: 0.5;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 900px) {
  .footer-menu {
    margin-bottom: 40px;
  }

  .footer-menu__item {
    margin-right: 40px;
    margin-bottom: 40px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .footer-menu__list {
    justify-content: flex-start;
  }

  .footer-menu__item {
    width: 33.33%;
    margin-right: 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .footer-menu__item {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer-menu__link,
.footer-menu__sub-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 400px) {
  .footer-menu__item {
    width: 100%;
  }
}
/*------------------------------------*\
    print
\*------------------------------------*/
@media print {
  .footer-menu {
    display: none;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.gallery--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gallery__column {
  width: 20%;
  padding: 10px;
  display: inline-block;
}

.gallery__column--flex {
  flex-basis: calc(33.333% - 10px);
  margin-bottom: 15px;
}

.gallery__column--flex-wide {
  flex-basis: calc(67% - 10px);
  margin-bottom: 15px;
}

.gallery__image {
  width: 100%;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .gallery__column {
    width: 25%;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .gallery__column {
    width: 33.333%;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .gallery__column {
    width: 50%;
    padding: 5px;
  }

  .gallery__column--flex,
.gallery__column--flex-wide {
    flex-basis: 100%;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
/* Adding same z-index values as on .header as fallback to the Stick plugin states */
.fixed_top {
  position: relative;
  z-index: 30;
}

/* attempt to fix "Sticky Menu (or Anything!) on Scroll" plugin's issue when header isn't extending 100% on scroll  */
.fixed_top.element-is-sticky[style] {
  width: 100% !important;
  box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.05);
}

.header {
  background: #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 30;
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo-link {
  display: inline-block;
}

.header__logo-image {
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
}

.header__secondary-logo {
  width: 230px;
  height: auto;
  margin: 0px auto 0px 20px;
}

.header__paragraph {
  text-align: right;
  font-size: 18px;
  text-transform: uppercase;
}

.header__ctas {
  display: flex;
  align-items: center;
}

.header__link {
  color: #305bab;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  display: block;
}

.header__button {
  font-size: 18px;
  font-weight: 700;
  margin-left: 40px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1240px) {
  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header__logo-image {
    /* width: 188px; */
    /* height: 55px; */
  }

  .header__secondary-logo {
    /* margin: -30px 0 -30px -20px; */
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .header__logo-image {
    /* width: 170px; */
    /* height: 52px; */
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 900px) {
  .header__row {
    margin-left: 0;
    padding-left: 20px;
  }

  .header__button {
    margin-left: 20px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .header__button {
    margin-left: 20px;
  }

  .header__secondary-logo {
    width: 170px;
    /* margin: -30px 0 -30px -20px; */
  }

  .header__ctas {
    flex-wrap: wrap;
    padding-left: 20px;
  }

  .header__paragraph {
    font-size: 14px;
    margin-left: auto;
    flex-basis: 100%;
  }

  .header__button {
    font-size: 16px;
    margin-left: auto;
    margin-top: 10px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header__logo-image {
    /* width: 150px; */
    /* height: 45px; */
  }

  .header__row--rentals .header__ctas {
    margin: 10px auto 0;
    padding-left: 0;
  }

  .header__link {
    font-size: 18px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    print
\*------------------------------------*/
@media print {
  .header {
    display: none;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.header-menu__list {
  font-size: 0;
}

.header-menu__item {
  display: inline-block;
  margin-left: 60px;
  position: relative;
}
.header-menu__item:first-child {
  margin-left: 0;
}

.header-menu__link {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #305bab;
  vertical-align: middle;
}
.header-menu__item--parent .header-menu__link::after {
  content: "";
  background-image: url(../img/icon/chevron-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.header-menu__sub-list {
  min-width: 180px;
  position: absolute;
  left: -20px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.header-menu__sub-list:before {
  content: "";
  height: 10px;
  display: block;
}
.header-menu__item:hover .header-menu__sub-list {
  opacity: 1;
  z-index: 1;
  pointer-events: all;
  transform: translateY(0px);
}

.header-menu__sub-item {
  display: block;
}

.header-menu__sub-link {
  background-color: #f2f2f2;
  width: 100%;
  font-weight: 700;
  display: block;
  padding: 15px 20px 15px 20px;
  transition: all 0.2s ease;
}
.header-menu__sub-link:hover {
  background-color: #dddddd;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1240px) {
  .header-menu__item {
    margin-left: 35px;
  }

  .header-menu__sub-list {
    right: -20px;
    left: auto;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .header-menu__item {
    margin-left: 30px;
  }

  .header-menu__link {
    font-size: 16px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .header-menu {
    display: none;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.hero-new {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
}

.hero-new__background-wrapper {
  width: 100%;
  height: 400px;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
}
.hero-new__background-wrapper--mobile {
  height: 120px;
}

.hero-new__background-slider {
  height: 100%;
}

.hero-new__background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  flex-grow: 1;
}

.hero-new__image-wrapper {
  width: 100%;
}

.hero-new__image {
  width: 100%;
}

.hero-new__sidebar {
  width: 100%;
}

.hero-new__sidebar-content {
  padding: 50px 30px 40px;
}

.hero-new__button-row {
  width: 100%;
  padding-left: 10px;
  padding-right: 20px;
  margin-left: auto;
}

.hero-new__button {
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.2s ease;
}
.hero-new__button--solid {
  width: auto;
  display: inline-block;
  margin-top: 20px;
}

.hero-new__button-icon {
  width: 50px;
  margin-right: 15px;
}

.hero-new__block {
  background: linear-gradient(130deg, #7e90b8, #305bab);
  display: flex;
  flex-basis: 100%;
  align-items: center;
  padding: 40px 20px;
}

.hero-new__content {
  color: #fff;
  margin-bottom: 20px;
}
.hero-new__block--wide .hero-new__content {
  margin-bottom: 0;
}

.hero-new__heading {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  white-space: pre-line;
}

.hero-new__subheading {
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-new__wysiwyg h1 {
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}
.hero-new__wysiwyg h2, .hero-new__wysiwyg h1.h2 {
  color: #fff;
}
.hero-new__wysiwyg h3 {
  background: none;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-transform: none;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 20px;
  padding: 0;
}
.hero-new__wysiwyg h4 {
  color: #fff;
}
.hero-new__wysiwyg h1 + p:first-of-type {
  margin-top: 30px;
}
.hero-new__wysiwyg h2 + p:first-of-type {
  margin-top: 20px;
}
.hero-new__wysiwyg p {
  font-size: 18px;
}
.hero-new__wysiwyg a {
  color: #fff;
}

.hero-new__link {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  margin-right: 20px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (min-width: 800px) {
  .hero-new {
    min-height: 560px;
  }
  .hero-new--home {
    height: 630px;
    min-height: 0;
  }
  .hero-new--map {
    min-height: 0;
  }
  .hero-new--wide {
    min-height: 0;
  }

  .hero-new__background-wrapper {
    min-height: 560px;
    height: auto;
    width: 50%;
    flex: 50%;
  }
  .hero-new__background-wrapper--mobile {
    height: auto;
  }

  .hero-new__button {
    font-size: 21px;
  }

  .hero-new__button-row {
    max-width: 600px;
  }

  .hero-new__block {
    flex-basis: 50%;
    padding: 100px 20px;
  }
  .hero-new__block--map {
    padding: 60px 20px;
  }
  .hero-new__block--wide {
    flex-grow: 1;
    padding: 60px 20px;
  }

  .hero-new__content {
    margin-bottom: 0;
  }

  .hero-new__heading {
    font-size: 46px;
  }

  .hero-new__subheading {
    font-size: 28px;
  }

  .hero-new__wysiwyg {
    max-width: 500px;
  }

  .hero-new__link {
    margin-top: 30px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (min-width: 900px) {
  .hero-new__image-wrapper {
    width: 75%;
  }

  .hero-new__sidebar {
    width: 25%;
  }

  .hero-new__block {
    padding: 100px 50px;
  }
  .hero-new__block--map {
    padding: 60px 50px;
  }
  .hero-new__block--wide {
    padding: 60px 50px;
  }

  .hero-new__button-row {
    padding-left: 20px;
    padding-right: 50px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (min-width: 1000px) {
  .hero-new--map {
    height: 450px;
    overflow: hidden;
  }

  .hero-new__content {
    max-width: 500px;
  }

  .hero-new__button-icon {
    margin-right: 20px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (min-width: 1240px) {
  .hero-new__block {
    padding: 100px 60px;
  }
  .hero-new__block--map {
    padding: 60px;
  }
  .hero-new__block--wide {
    padding: 60px;
  }

  .hero-new__heading {
    font-size: 54px;
  }

  .hero-new__subheading {
    font-size: 32px;
  }

  .hero-new__button-row {
    padding-left: 0;
    padding-right: 50px;
  }
}
/*------------------------------------*\
    print
\*------------------------------------*/
@media print {
  .hero-new {
    min-height: 0;
    height: auto;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.hero-map--one-half {
  width: 50%;
}

.hero-map__embed {
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .hero-map {
    min-height: 400px;
  }
  .hero-map--one-half {
    width: 100%;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.hero-slider .hero-new {
  height: 100%;
  flex-direction: column;
}
.hero-slider .hero-new__background-wrapper {
  flex-basis: auto;
}
.hero-slider .hero-new__block {
  flex-basis: auto;
  flex-grow: 1;
  align-items: flex-start;
  padding-bottom: 60px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (min-width: 800px) {
  .hero-slider .hero-new {
    flex-direction: row;
  }
  .hero-slider .hero-new__block {
    flex-basis: 50%;
    align-items: center;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (min-width: 1240px) {
  .hero-slider .hero-new__block {
    padding-bottom: 100px;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.hero-video {
  width: 100%;
  height: 50vh;
  min-height: 630px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.hero-video__background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.hero-video__background:after {
  content: "";
  background-color: rgba(24, 24, 24, 0.65);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-video__video {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}

.hero-video__video-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-video__row {
  position: relative;
}

.hero-video__content {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-video__wysiwyg {
  margin-bottom: 40px;
}
.hero-video__wysiwyg h1 {
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
}
.hero-video__wysiwyg h3 {
  background: none;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.hero-video__wysiwyg p:first-of-type {
  margin-top: 30px;
}
.hero-video__wysiwyg p {
  font-size: 18px;
}

.hero-video__button {
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1240px) {
  .hero-video {
    min-height: 500px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .hero-video {
    min-height: 380px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .hero-video__video,
.hero-video__video-embed {
    display: none !important;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .hero-video {
    min-height: 340px;
  }

  .hero-video__wysiwyg {
    margin-bottom: 25px;
  }
  .hero-video__wysiwyg h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .hero-video__wysiwyg h3 {
    font-size: 21px;
    line-height: 1.3;
  }

  .hero-video__button {
    margin-left: 5px;
    margin-right: 5px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.icon-squares {
  width: calc(100% + 10px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-left: -5px;
}
.icon-squares--wrap {
  flex-wrap: wrap;
  margin-top: 30px;
}

.icon-squares__column {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  flex-basis: 0;
  flex-grow: 1;
}
.icon-squares__column--one-quarter {
  flex-basis: 25%;
  flex-grow: 0;
}
.icon-squares__column--one-sixth {
  flex-basis: 15%;
}
.icon-squares__column--one-tenth {
  flex-basis: 10%;
}

.icon-squares__item {
  background-color: #f2f2f2;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.icon-squares__content {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.icon-squares__icon {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
}
.icon-squares__column--one-quarter .icon-squares__icon {
  margin-bottom: 5px;
}
.icon-squares__column--one-tenth .icon-squares__icon {
  margin-bottom: 5px;
}

.icon-squares__label {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #555555;
  text-align: center;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 7px;
}
.icon-squares__column--one-quarter .icon-squares__label {
  font-size: 14px;
  line-height: 1.2;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1240px) {
  .icon-squares {
    flex-wrap: wrap;
  }

  .icon-squares__column {
    flex-basis: 25%;
    flex-grow: 0;
  }

  .icon-squares__column--one-quarter .icon-squares__icon {
    width: 40px;
    height: 40px;
  }
  .icon-squares__label {
    font-size: 16px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .icon-squares__column--one-quarter {
    flex-basis: 50%;
  }

  .icon-squares__column--one-quarter .icon-squares__icon {
    width: 50px;
    height: 50px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 700px) {
  .icon-squares__column {
    flex-basis: 50%;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.landing {
  background: #fff;
  width: 100%;
  padding: 40px 0 60px;
  clear: both;
}

.landing--full {
  background: #fff;
  width: 100%;
  clear: both;
}

.landing__row {
  font-size: 0;
}

.landing__row--content {
  width: 100%;
  display: table;
}

.landing__row--full {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.landing__column--content {
  background: #fff;
  width: 50%;
  height: 100%;
  text-align: right;
  display: table-cell;
  padding-top: 28px;
}

.landing__column--feature {
  background: #305bab;
  width: 50%;
  min-height: 150px;
  display: table-cell;
  padding-left: 40px;
  padding-right: 20px;
}

.landing__column--feature-black {
  background: #232323;
  width: 50%;
  min-height: 150px;
  display: table-cell;
  padding-left: 40px;
  padding-right: 20px;
}

.landing__column--vip {
  background: #232323;
  width: 50%;
  min-height: 150px;
  display: table-cell;
  padding-left: 40px;
  padding-right: 20px;
}

.landing__column--half {
  width: 50%;
  display: inline-block;
}

.landing__column--quarter {
  width: 25%;
  display: inline-block;
}

.landing__column--left {
  width: 50%;
  text-align: right;
  display: inline-block;
}

.landing__column--right {
  width: 50%;
  box-shadow: inset 10px 0 70px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.landing__content {
  width: 100%;
  max-width: 600px;
  text-align: left;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
}

.landing__content--left {
  width: 100%;
  max-width: 600px;
  text-align: left;
  display: inline-block;
  padding: 30px 30px 50px 0;
}

.landing__content--right {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  padding: 30px 0 30px 40px;
}

.landing__content--wide {
  width: 100%;
  text-align: left;
  display: block;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 40px;
}

.landing__content--full {
  width: 100%;
  text-align: left;
  display: block;
  padding-left: 50px;
  padding-right: 50px;
}

.landing__intro {
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.landing__wysiwyg h4 {
  margin-bottom: 10px;
}

.landing__heading {
  line-height: 1.1;
}

.landing__heading--standalone {
  line-height: 1.1;
  margin-bottom: 20px;
}

.landing__heading--small {
  line-height: 1.1;
  margin-bottom: 20px;
}

.landing__subheading {
  margin-bottom: 20px;
}

.landing__nav {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 40px;
}

.landing__nav-list {
  -moz-column-count: 4;
       column-count: 4;
}

.landing__nav-item {
  padding-right: 10px;
}

.landing__nav-link {
  font-size: 12px;
  color: #181818;
  display: block;
  display: inline-block;
  margin-bottom: 5px;
}
.landing__nav-link:hover {
  color: #305bab;
}

.landing__button,
.landing__wysiwyg .landing__button {
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .landing__nav {
    padding-left: 0px;
    padding-right: 0px;
  }

  .landing__content--left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing__content--right {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 900px) {
  .landing__content,
.landing__column--feature,
.landing__column--vip {
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing__column--feature,
.landing__column--feature-black {
    min-height: 0;
    padding-left: 20px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 700px) {
  .landing__nav-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .landing__row--full {
    flex-wrap: wrap;
  }

  .landing__column--left,
.landing__column--right {
    width: 100%;
  }

  .landing__row--content {
    display: block;
  }

  .landing__column--content {
    width: 100%;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .landing__column--feature {
    width: 100%;
    display: block;
  }

  .landing__content {
    max-width: 100%;
  }

  .landing__intro {
    text-align: left;
  }

  .landing__content--left,
.landing__content--right {
    max-width: 100%;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .landing {
    padding-bottom: 50px;
  }

  .landing__heading {
    margin-bottom: -10px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 400px) {
  .landing__nav {
    display: none;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.landing-banner {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.landing-banner--blue {
  background-color: #89b1f3;
  background: #2e5ca7 radial-gradient(ellipse at center, #89b1f3 0%, #2e5ca7 100%);
  background-size: 100% 250%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.landing-banner__row {
  display: flex;
}

.landing-banner__column--left {
  width: 50%;
  padding-right: 20px;
}

.landing-banner__column--right {
  width: 50%;
  padding-left: 40px;
  padding-right: 20px;
}

.landing-banner__content {
  width: 100%;
  max-width: 512px;
}

.landing-banner__wysiwyg {
  color: #fff;
}
.landing-banner__wysiwyg h1, .landing-banner__wysiwyg h2, .landing-banner__wysiwyg h3, .landing-banner__wysiwyg h4, .landing-banner__wysiwyg h5, .landing-banner__wysiwyg h6, .landing-banner__wysiwyg a {
  color: #fff;
}
.landing-banner__wysiwyg a {
  font-weight: 400;
  text-decoration: underline;
}
.landing-banner__wysiwyg a:hover {
  text-decoration: none;
}
.landing-banner__wysiwyg h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .landing-banner__column--right {
    padding-left: 20px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .landing-banner__wysiwyg img {
    float: none !important;
    max-width: 300px !important;
    width: 100%;
    display: block;
    margin-top: 0 !important;
    margin-right: auto;
    margin-bottom: 20px !important;
    margin-left: auto;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 700px) {
  .landing-banner__row {
    flex-wrap: wrap;
  }

  .landing-banner__column--left {
    width: 100%;
  }

  .landing-banner__column--right {
    width: 100%;
  }

  .landing-banner__content {
    max-width: 100%;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.landing-detail {
  transition: all 0.2s ease;
}
.landing-detail.is-loading {
  opacity: 0.7;
}

.landing-detail__heading {
  margin-bottom: 20px;
}

.landing-detail__error {
  text-align: center;
  padding: 40px 0;
}

.landing-detail__row {
  width: 100%;
  font-size: 0;
  padding-left: 50px;
  margin-bottom: 40px;
}

.landing-detail__column--left {
  width: 30%;
  display: inline-block;
  padding-right: 25px;
}

.landing-detail__column--right {
  width: 70%;
  display: inline-block;
  padding-top: 2rem;
}

.landing-detail__column--half {
  width: 50%;
  display: inline-block;
  padding-right: 15px;
}

.landing-detail__subheading {
  margin-bottom: 10px;
}

.landing-detail__subheading--small {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.landing-detail__wysiwyg h1, .landing-detail__wysiwyg h2, .landing-detail__wysiwyg h3, .landing-detail__wysiwyg h4 {
  line-height: 1.2;
  margin-bottom: 10px;
}
.landing-detail__wysiwyg p {
  margin-bottom: 10px;
}

.landing-detail__text {
  width: 0;
  height: 0;
  text-indent: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.landing-detail__media {
  position: relative;
}

.landing-detail__logo {
  width: 200px;
  float: right;
  margin-left: 20px;
}
.landing-detail__logo--mobile {
  display: none;
}

.landing-detail__image {
  width: 100%;
}

.landing-detail__flag--award {
  width: 60px;
  height: 74px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
}

.landing-detail__caption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1rem;
}

.landing-detail__caption ~ .landing-detail__flag--award {
  bottom: 45px;
}

.landing-detail__link {
  font-size: 16px;
  color: #305bab;
  display: inline-block;
  margin-top: 5px;
  margin-right: 35px;
}
.landing-detail__link:last-child {
  margin-right: 0;
}
.landing-detail__link--modal:after {
  background-image: url(../img/icon/external-link-white.svg);
}

.landing-detail__link-icon {
  width: 18px;
  height: 18px;
  margin-left: 3px;
  vertical-align: middle;
}

.landing-detail__specs {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 15px;
}

.landing-detail__spec-row {
  width: 100%;
}
.landing-detail__spec-row:nth-child(odd) {
  background-color: #f2f2f2;
}

.landing-detail__spec-column--left {
  width: 50%;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 20px;
}

.landing-detail__spec-column--right {
  width: 50%;
  font-size: 16px;
  text-align: right;
  display: inline-block;
  padding: 6px 20px;
}

.landing-detail__spec-link {
  color: #305bab;
}

.landing-detail__details {
  border-top: 1px dashed #bbdba4;
  padding-top: 10px;
}

.landing-detail__content {
  padding-right: 50px;
  margin-bottom: 10px;
}

.landing-detail__list {
  list-style: none;
}

.landing-detail__list-item {
  font-weight: 700;
  padding: 10px 10px 10px 0;
  margin-left: 50px;
  border-bottom: 1px dashed #bbdba4;
}

.landing-detail__button {
  font-size: 16px;
  margin-bottom: 5px;
  margin-right: 5px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .landing-detail__specs {
    -moz-column-count: 1;
         column-count: 1;
  }

  .landing-detail__link {
    margin-bottom: 15px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 900px) {
  .landing-detail__row {
    padding-left: 0;
  }

  .landing-detail__column--left,
.landing-detail__column--right {
    width: 50%;
  }

  .landing-detail__column--right {
    padding-top: 0;
  }

  .landing-detail__column--half {
    width: 100%;
    display: block;
    padding-right: 0;
    margin-bottom: 0;
  }

  .landing-detail__list-item {
    padding-left: 20px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .landing-detail__row {
    padding-left: 0px;
  }

  .landing-detail__column--left,
.landing-detail__column--right {
    width: 100%;
    display: block;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .landing-detail__list-item {
    margin-left: 0;
  }

  .landing-detail__logo--desktop {
    display: none;
  }
  .landing-detail__logo--mobile {
    display: block;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.landing-form {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 110px;
  padding-bottom: 100px;
}

.landing-form__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.landing-form__intro {
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.landing-form__intro--standalone {
  margin-bottom: 0;
}

.landing-form__heading {
  color: #305bab;
  margin-bottom: 20px;
}

.landing-form__wysiwyg {
  margin-bottom: 20px;
}
.landing-form__wysiwyg p {
  font-size: 18px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1240px) {
  .landing-form {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .landing-form {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .landing-form__intro {
    margin-bottom: 40px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .landing-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-form__intro {
    margin-bottom: 20px;
  }
  .landing-form__intro--standalone {
    margin-bottom: 0;
  }

  .landing-form__wysiwyg p {
    font-size: 16px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.landing-grid {
  transition: all 0.2s ease;
}
.landing-grid.is-loading {
  opacity: 0.7;
}

.landing-grid__column {
  width: 25%;
  display: inline-block;
  margin-bottom: 20px;
}

.landing-grid__content {
  background: #f2f2f2;
  margin-right: 1px;
  position: relative;
}

.landing-grid__heading {
  margin-bottom: 20px;
}

.landing-grid__error {
  text-align: center;
  padding: 40px 0;
}

.landing-grid__rendering {
  width: 100%;
  display: block;
  position: relative;
}

.landing-grid__image {
  max-width: 100%;
}
.landing-grid__image:hover {
  opacity: 0.8;
}

.landing-grid__awards {
  position: absolute;
  left: 10px;
  bottom: 15px;
}

.landing-grid__flag--show-home {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
}

.landing-grid__flag--virtual-home {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.landing-grid__flag--award {
  width: 46px;
  height: 57px;
  margin-right: 10px;
}
.landing-grid__flag--award:last-child {
  margin-right: 0;
}

.landing-grid__detail {
  max-width: 205px;
  min-height: 80px;
  font-size: 16px;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
}

.landing-grid__text {
  font-size: 15px;
  line-height: 1.3;
}

.landing-grid__link {
  position: absolute;
  right: 20px;
  bottom: 28px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .landing-grid__column {
    width: 33.333%;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 700px) {
  .landing-grid__column {
    width: 50%;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 500px) {
  .landing-grid__column {
    width: 100%;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.landing-listing {
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #bbdba4;
}

.landing-listing__column--left {
  width: 50%;
  display: inline-block;
  padding-right: 50px;
}

.landing-listing__column--right {
  width: 50%;
  display: inline-block;
}

.landing-listing__column--content {
  width: 100%;
  padding-top: 30px;
}

.landing-listing__column--image {
  width: 50%;
  height: 190px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.landing-listing__available-in {
  width: 100%;
  margin-top: 3rem;
}
.landing-listing__available-in a {
  color: #305bab;
}

.landing-listing__content {
  padding: 20px 20px 20px 50px;
}

.landing-listing__excerpt {
  margin-bottom: 30px;
}
.landing-listing__excerpt a {
  font-weight: 700;
  color: #305bab;
}
.landing-listing__excerpt a:hover {
  text-decoration: underline;
}
.landing-listing__excerpt p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.landing-listing__excerpt video {
  margin-top: 5rem;
}

.landing-listing__awards {
  position: absolute;
  left: 10px;
  bottom: 15px;
  z-index: 1;
}

.landing-listing__flag--award {
  width: 46px;
  height: 57px;
  margin-right: 10px;
}
.landing-listing__flag--award:last-child {
  margin-right: 0;
}

.landing-listing__award {
  width: 100px;
  height: 56px;
  margin-right: 20px;
}
.landing-listing__award:last-child {
  margin-right: 0;
}

.landing-listing__flag--sold {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.landing-listing__sold {
  font-weight: 700;
  text-transform: uppercase;
}

.landing-listing__images {
  width: 100%;
  font-size: 0;
}

.landing-listing__image {
  width: 100%;
  max-height: 190px;
  position: absolute;
  right: 0;
}
a .landing-listing__image:hover {
  opacity: 0.7;
}

.landing-listing__nav {
  padding-left: 50px;
}

.landing-listing__nav-item {
  display: inline-block;
  margin-right: 40px;
}
.landing-listing__nav-item:last-child {
  margin-right: 0;
}

.landing-listing__nav-link {
  font-size: 16px;
  color: #305bab;
}

.landing-listing__nav-icon {
  width: 18px;
  height: 18px;
  margin-left: 3px;
  vertical-align: middle;
}

.landing-listing__nav-icon--map {
  width: 22px;
  height: 22px;
  margin-left: 3px;
  vertical-align: middle;
}

.landing-listing__button {
  font-size: 16px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .landing-listing__column--image {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .landing-listing__image {
    max-height: none;
    width: 100%;
    position: static;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 900px) {
  .landing-listing__column--left,
.landing-listing__column--right {
    width: 100%;
    display: block;
  }

  .landing-listing__column--left {
    padding-right: 0px;
  }

  .landing-listing__column--right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-listing__column--image {
    width: auto;
    max-width: 50%;
    height: 190px;
    overflow: hidden;
  }

  .landing-listing__content {
    padding-left: 20px;
  }

  .landing-listing__excerpt {
    margin-bottom: 0;
  }

  .landing-listing__nav {
    padding-left: 20px;
    margin-bottom: 40px;
  }

  .landing-listing__image {
    width: auto;
    max-width: 360px;
    max-height: 190px;
    position: static;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .landing-listing__column--image {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .landing-listing__image {
    max-height: none;
    max-width: none;
    width: 100%;
  }

  .landing-listing__award {
    width: 80px;
    height: 45px;
    margin-right: 10px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.link-box {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.link-box__overlay {
  background-color: rgba(24, 24, 24, 0.7);
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.link-box__image {
  width: 100%;
}

.link-box__heading {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.link-box__content {
  font-size: 18px;
  width: 100%;
  text-align: center;
  color: #fff;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.link-boxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #bbdba4;
}

.link-boxes__column {
  padding-left: 5px;
  padding-right: 5px;
}
.link-boxes__column--one-third {
  flex-basis: 33.333%;
}
.link-boxes__column--one-quarter {
  flex-basis: 25%;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .link-boxes__column {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.listing {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.listing__image-wrapper {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 220px;
  position: relative;
}

.listing__image {
  width: 100%;
  height: auto;
}

.listing__button {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 700;
  color: #305bab;
  border-radius: 2px;
  padding: 7px 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.2s ease;
}
.listing__button:hover {
  background-color: #fff;
}

.listing__next {
  background-color: #fff;
  line-height: 1;
  padding: 19px 20px;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  bottom: -28px;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.listing__next:hover {
  color: #7e90b8;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
}

.listing__next-icon {
  width: 14px;
  height: 16px;
}

.listing__text {
  width: 0;
  height: 0;
  text-indent: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.listing__content {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 120px;
  padding: 35px 35px 0;
  flex: 1;
}

.listing__heading {
  color: #305bab;
  margin-bottom: 10px;
}

.listing__paragraph {
  line-height: 1.3;
}

.listing__icons {
  background-color: #f2f2f2;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 35px 25px;
}

.listing__icons-item {
  font-size: 15px;
  color: #555555;
  white-space: nowrap;
  display: flex;
  padding-right: 10px;
  margin-top: 10px;
}
.listing__icons-item--third {
  flex: 33.33%;
}
.listing__icons-item--half {
  flex: 50%;
}
.listing__icons-item:last-child, .listing__icons-item:nth-child(3) {
  padding-right: 0;
}
.listing__icons-item--price {
  flex-grow: 1;
}

.listing__icons-text {
  display: inline-block;
}

.listing__icon {
  color: #b4b4b4;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.listing__icon--photo {
  width: 16px;
  margin-top: -2px;
}

.listing__link {
  text-decoration: underline;
  color: #305bab;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1240px) {
  .listing__image-wrapper {
    min-height: 0;
  }

  .listing__content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .listing__icons {
    padding-left: 30px;
    padding-right: 30px;
  }

  .listing__icons-item {
    font-size: 14px;
  }

  .listing__icon {
    margin-right: 5px;
  }
  .listing__icon--photo {
    margin-right: 10px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .listing__content {
    min-height: 120px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .listing__icons-item--half {
    width: auto;
  }

  .listing__icon {
    display: block;
  }
  .listing__icon--photo {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .listing__icons-item {
    font-size: 16px;
  }

  .listing__icon {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .listing__content {
    min-height: 80px;
    padding-top: 20px;
  }

  .listing__content,
.listing__icons {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 400px) {
  .listing__content {
    min-height: 40px;
  }

  .listing__icons-item {
    font-size: 15px;
  }

  .listing__icon {
    max-width: 22px;
  }
  .listing__icon--photo {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.listing-grid {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 170px;
}

.listing-grid__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.listing-grid__column {
  width: 33.333%;
}
.listing-grid__column:nth-child(1) {
  padding-right: 20px;
}
.listing-grid__column:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
}
.listing-grid__column:nth-child(3) {
  padding-left: 20px;
}

.listing-grid__intro {
  width: 100%;
  max-width: 640px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.listing-grid__intro--standalone {
  margin-bottom: 0;
}

.listing-grid__heading {
  color: #305bab;
  margin-bottom: 20px;
}

.listing-grid__wysiwyg {
  margin-bottom: 20px;
}
.listing-grid__wysiwyg p {
  font-size: 18px;
}

.listing-grid__footer {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}

.listing-grid__link {
  font-size: 18px;
  color: #305bab;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1240px) {
  .listing-grid {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .listing-grid__column:nth-child(1) {
    padding-right: 10px;
  }
  .listing-grid__column:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .listing-grid__column:nth-child(3) {
    padding-left: 10px;
  }

  .listing-grid__link {
    font-size: 16px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .listing-grid {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .listing-grid__intro {
    margin-bottom: 40px;
  }

  .listing-grid__footer {
    margin-top: 40px;
  }

  .listing-grid__column {
    width: 100%;
    margin-bottom: 20px;
  }
  .listing-grid__column:nth-child(1), .listing-grid__column:nth-child(2), .listing-grid__column:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
  }
  .listing-grid__column:last-child {
    margin-bottom: 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .listing-grid {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .listing-grid__intro {
    margin-bottom: 20px;
  }
  .listing-grid__intro--standalone {
    margin-bottom: 0;
  }

  .listing-grid__wysiwyg p {
    font-size: 16px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.loader {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader:after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  border: 5px solid rgba(180, 180, 180, 0.3);
  border-left: 5px solid #b4b4b4;
  border-radius: 50%;
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.map {
  width: 100%;
  height: 920px;
}
.map div {
  border-style: none;
}

.map__markers {
  display: none;
}

.map__legend {
  background: rgba(24, 24, 24, 0.8);
  width: 300px;
  padding: 20px;
  position: absolute;
  z-index: 10;
  top: 210px;
  right: 10px;
}

.map__legend-logo {
  width: 110px;
  height: 35px;
  margin-bottom: 20px;
}

.map__legend-nav-wrapper {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

.map__legend-nav {
  width: 100%;
  min-height: 40px;
  list-style: none;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.map__legend-nav-item {
  background-position: right 14px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 10px 10px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.map__legend-nav-item.is-active {
  opacity: 1;
  position: absolute;
  z-index: 1;
}
.map__legend-nav-item.is-open {
  position: relative;
  opacity: 1;
}
.map__legend-nav-item.is-active.is-open {
  position: absolute;
  top: 0;
}
.map__legend-nav-item--all {
  background-color: #fff;
  color: #232323;
}
.map__legend-nav-item--all.is-open {
  top: 40px;
  margin-bottom: 40px;
}
.map__legend-nav-item--all.is-active.is-open {
  position: relative;
  top: 0;
  margin-bottom: 0px;
}
.map__legend-nav-item--all.is-active {
  background-image: url(../img/icon/select-arrow.svg);
}
.map__legend-nav-item--duplex {
  background-color: #e68585;
}
.map__legend-nav-item--house {
  background-color: #eb3630;
}
.map__legend-nav-item--townhome {
  background-color: #009999;
}
.map__legend-nav-item--condo {
  background-color: #203d91;
}
.map__legend-nav-item--rental {
  background-color: #663399;
}
.map__legend-nav-item--life-lease {
  background-color: #aa3dab;
}
.map__legend-nav-item--community {
  background-color: #d0b001;
}
.map__legend-nav-item--show-home {
  background-color: #7e90b8;
}
.map__legend-nav-item--quick-possession {
  background-color: #223d71;
}
.map__legend-nav-item--condo.is-active, .map__legend-nav-item--house.is-active, .map__legend-nav-item--townhome.is-active, .map__legend-nav-item--community.is-active, .map__legend-nav-item--rental.is-active, .map__legend-nav-item--life-lease.is-active, .map__legend-nav-item--duplex.is-active, .map__legend-nav-item--show-home.is-active, .map__legend-nav-item--quick-possession.is-active {
  background-image: url(../img/icon/select-arrow-reverse.svg);
}

.map__list {
  max-height: 590px;
  list-style: none;
  overflow-y: scroll;
}

.map__list-item {
  display: block;
  padding-bottom: 7px;
  margin-bottom: 5px;
  border-bottom: 1px solid #555555;
  opacity: 0;
  position: absolute;
}
.map__list-item.is-active {
  opacity: 1;
  position: relative;
}

.map__list-number {
  background: #203d91;
  width: 25px;
  height: 25px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 1px 0;
  margin-right: 8px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.map__list-number--duplex {
  background-color: #e68585;
}
.map__list-number--house {
  background: #eb3630;
}
.map__list-number--townhome {
  background: #009999;
}
.map__list-number--condo {
  background: #203d91;
}
.map__list-number--rental {
  background-color: #663399;
}
.map__list-number--life-lease {
  background-color: #aa3dab;
}
.map__list-number--community {
  background: #d0b001;
}
.map__list-number--show-home {
  background-color: #7e90b8;
}
.map__list-number--quick-possession {
  background-color: #223d71;
}

.map__list-data {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

.map__list-address {
  font-weight: 400;
  color: #d0b001;
  text-transform: none;
  display: block;
}

.map__info {
  width: 260px;
  padding: 5px 0;
}

.map__info-image-wrapper {
  max-width: 100px;
  display: inline-block;
  position: relative;
}

.map__info-caption {
  background: #181818;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding: 2px 5px;
}

.map__info-image {
  width: 100%;
}

.map__info-paragraph {
  max-width: 150px;
  font-size: 13px;
  line-height: 1.4;
  display: inline-block;
  margin-left: 10px;
}

.map__info-block {
  display: block;
}

.map__info-link {
  color: #223d71;
  font-weight: 700;
}
.map__info-link:hover {
  text-decoration: underline;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1240px) {
  .map__legend {
    top: 172px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 900px) {
  .map {
    height: 600px;
  }

  .map__legend {
    width: 100%;
    position: static;
  }

  .map__list {
    max-height: none;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.mobile-menu {
  background: rgba(24, 24, 24, 0);
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}
.is-open-main-menu .mobile-menu {
  background: rgba(24, 24, 24, 0.95);
  z-index: 40;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  transition: background 0.3s ease;
}

.mobile-menu__list {
  padding-top: 20px;
  position: relative;
}

.mobile-menu__item {
  display: block;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease;
}
.is-open-main-menu .mobile-menu__item {
  transform: translateY(0);
  opacity: 1;
}

.mobile-menu__link {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 10px;
}

.mobile-menu__sub-link {
  font-size: 16px;
  color: #fff;
  color: #dddddd;
  display: block;
  padding: 2px 10px;
}

.mobile-menu__toggle {
  width: 40px;
  height: 40px;
  display: none;
  padding: 10px;
  border: 1px solid #223d71;
  vertical-align: middle;
}

.mobile-menu__icon {
  background: #223d71;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.2s ease;
}
.mobile-menu__icon:before, .mobile-menu__icon:after {
  content: "";
  background: #223d71;
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  transition: all 0.2s ease;
}
.mobile-menu__icon:before {
  margin-top: 50%;
  top: -1px;
}
.mobile-menu__icon:after {
  margin-top: 50%;
  top: -4px;
}
.is-open-main-menu .mobile-menu__icon {
  transform: rotate(45deg) translate(5px, 6px);
}
.is-open-main-menu .mobile-menu__icon:before {
  transform: rotate(-90deg) translate(8px, 0px);
}
.is-open-main-menu .mobile-menu__icon:after {
  transform: scale(0, 1) translate(0px, -16px);
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .mobile-menu__toggle {
    display: inline-block;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
	styles
\*------------------------------------*/
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
.modal--hidden {
  opacity: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.6, 0.28, 0.53, 0.91);
}
.modal.is-open {
  position: fixed;
  opacity: 1;
  z-index: 50;
  pointer-events: all;
}

.modal__overlay {
  background: rgba(24, 24, 24, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.25s cubic-bezier(0.6, 0.28, 0.53, 0.91);
}
.modal__overlay.is-open {
  opacity: 1;
  z-index: 40;
  pointer-events: all;
}
.modal__overlay:after {
  content: "";
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid #fff;
  border-radius: 50%;
  margin-left: -24px;
  margin-top: -24px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
}

.modal__wrapper {
  background: #fff;
  width: auto;
  max-width: 900px;
  max-height: 95%;
  min-height: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translateX(calc(-50% - 0.5px)) translateY(calc(-50% - 0.5px));
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.is-open .modal__wrapper {
  pointer-events: all;
}

.modal__form {
  min-width: 500px;
}

.modal__content {
  padding: 0 20px 20px;
}

.modal__close {
  background: #223d71;
  font-family: "Officina Sans", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  position: -webkit-sticky;
  position: sticky;
  left: 100%;
  top: 0;
  cursor: pointer;
}
.modal__close:hover {
  background: #274581;
}

.modal__close-icon {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.modal__button {
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 15px;
  position: absolute;
  right: 90px;
  top: 0;
}

.modal__button-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: -1px;
  vertical-align: middle;
}

.modal__image-wrapper.is-loading {
  background-color: #f2f2f2;
  background: linear-gradient(to right, #f2f2f2 0%, #e7e7e7 50%, #f2f2f2 100%);
  background-size: 200%;
  -webkit-animation: gradient 1.5s linear infinite;
          animation: gradient 1.5s linear infinite;
}

.modal__image {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  margin: 10px auto 0;
  transition: all 0.2s ease;
}
.is-loading .modal__image {
  opacity: 0;
}

.modal__video-wrapper {
  width: 100%;
  min-width: 800px;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 15px;
  overflow: hidden;
}
.modal__video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

.modal__subheading {
  margin-bottom: 10px;
}

.modal__wysiwyg {
  padding: 0 20px 20px;
}
.modal__wysiwyg h1, .modal__wysiwyg h2, .modal__wysiwyg h3, .modal__wysiwyg h4 {
  line-height: 1.2;
  margin-bottom: 10px;
}
.modal__wysiwyg h3 {
  margin-left: -20px;
  padding-left: 20px;
}
.modal__wysiwyg p {
  margin-bottom: 10px;
}

.modal__footer {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal__count {
  font-size: 16px;
  font-weight: 700;
  color: #223d71;
  margin-bottom: 10px;
}

.modal__link {
  font-size: 16px;
  color: #223d71;
  text-decoration: underline;
  position: absolute;
  top: 15px;
}

.modal__logo {
  float: right;
  width: 180px;
  height: 61px;
  margin-left: 40px;
  margin-bottom: 20px;
}

.modal__disclaimer {
  font-size: 10px;
  color: #555555;
}

.modal__paragraph {
  font-weight: 700;
}
.modal__paragraph a {
  font-weight: 700;
  text-decoration: underline;
  color: #223d71;
}

.modal__nav {
  width: 100%;
  color: #223d71;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.modal__nav-previous {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
  position: absolute;
  left: 20px;
}

.modal__nav-next {
  display: inline-block;
  margin-left: 2px;
  margin-bottom: 5px;
  position: absolute;
  right: 20px;
}

.modal__nav-icon {
  background-color: #223d71;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
  padding: 17px;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.05);
}
.modal__nav-icon:hover {
  background: #274581;
}

.modal__nav-text {
  width: 0;
  height: 0;
  text-indent: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

/*------------------------------------*\
	breakpoint
\*------------------------------------*/
/*------------------------------------*\
	breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .modal__wrapper {
    width: 80%;
  }
  .modal__wrapper iframe {
    width: 100%;
  }

  .modal__video-wrapper {
    min-width: 0;
  }

  .modal__logo {
    width: 130px;
    height: 40px;
  }
}
/*------------------------------------*\
	breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .modal__wrapper {
    width: 90%;
  }

  .modal__nav-previous {
    left: 10px;
    top: -25px;
  }

  .modal__nav-next {
    right: 10px;
    top: -25px;
  }
}
/*------------------------------------*\
	breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .modal__wrapper--sharpspring {
    background-color: #eaeaea;
  }

  .modal__form {
    min-width: 100%;
  }

  .modal__nav-previous {
    left: 0;
    top: -55px;
  }

  .modal__nav-next {
    right: 0;
    top: -55px;
  }

  .modal__nav-icon {
    border-radius: 0;
  }

  .modal__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*------------------------------------*\
	breakpoint
\*------------------------------------*/
/*------------------------------------*\
	print
\*------------------------------------*/
@media print {
  .modal,
.modal__overlay {
    display: none;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.news__gallery {
  font-size: 0;
  margin-bottom: 20px;
}

.news__gallery-link {
  width: 33.333%;
  display: inline-block;
}
.news__gallery-link:first-child {
  width: 100%;
}

.news__gallery-image {
  width: 100%;
  padding: 5px;
}

.news__more {
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.news__more-link {
  color: #223d71;
  display: block;
  padding: 10px 0;
  border-bottom: 1px dashed #bbdba4;
}
.news__more-link:hover {
  text-decoration: underline;
}

.news__subheading {
  padding-left: 30px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.news-listing {
  border-bottom: 1px dashed #bbdba4;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.news-listing__heading {
  margin-bottom: 20px;
}
.news-listing__heading a:hover {
  text-decoration: underline;
}

.news-listing__date {
  margin-bottom: 10px;
}

.news-listing__image {
  width: 100%;
  margin-bottom: 20px;
}

.news-listing__excerpt {
  margin-bottom: 20px;
}

.news-listing__link {
  font-size: 16px;
  color: #223d71;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.notification-bar {
  background-color: #eb3630;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}
.notification-bar.is-visible {
  display: block;
}

.notification-bar__message {
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 0 30px;
}

.notification-bar__close {
  background: rgba(24, 24, 24, 0.3);
  font-size: 0;
  display: inline-block;
  padding: 5px;
  border-radius: 100%;
  outline: none;
  position: absolute;
  right: 7px;
  top: 5px;
  cursor: pointer;
}
.notification-bar__close:hover {
  background: rgba(24, 24, 24, 0.2);
}

.notification-bar__close-icon {
  width: 9px;
  height: 9px;
  display: block;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (min-width: 800px) {
  .notification-bar__message {
    padding: 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.notification-bubble {
  background: #eb3630;
  width: 16px;
  height: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding-top: 4px;
  border-radius: 100%;
  position: absolute;
  top: -3px;
  right: -3px;
  transform: scale(0, 0);
  -webkit-animation: bubble 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2s forwards;
          animation: bubble 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2s forwards;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.pagination {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.pagination__number {
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 20px;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pagination__number--current, .pagination__number--dots {
  font-weight: 700;
  border: none;
  padding: 5px;
}
.pagination__number:hover {
  background: #f2f2f2;
}
.pagination__number--current:hover, .pagination__number--dots:hover {
  background: transparent;
  font-weight: 700;
  border: none;
  padding: 5px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.picker {
  background-color: #223d71;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.picker__row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.picker__heading {
  color: #fff;
}

.picker__list {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
}
.picker__list:after {
  content: "";
  background-image: url(../img/icon/select-arrow-reverse.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.picker__list-item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.picker__list-item.is-active {
  position: relative;
  opacity: 1;
}
.is-open .picker__list-item {
  position: absolute;
  top: 100%;
  opacity: 1;
}
.is-open .picker__list-item.is-active {
  position: relative;
}

.picker__list-button {
  background-color: #223d71;
  width: 100%;
  color: #fff;
  text-align: left;
  font-weight: normal;
  line-height: 1;
  padding: 10px 40px 10px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.picker__list-item.is-active .picker__list-button {
  border-bottom: 1px dashed #fff;
}
.picker__list-item:not(.is-active):hover .picker__list-button {
  background-color: #7e90b8;
}

.picker__back {
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.picker__link {
  font-size: 20px;
  color: #fff;
}
.picker__link:before {
  content: "";
  background-color: transparent;
  background-image: url(../img/icon/arrow-left-white.svg);
  background-repeat: no-repeat;
  background-size: 52%;
  background-position: center;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #fff;
  margin-right: 15px;
  margin-top: -2px;
  padding: 4px 5px 4px 4px;
  border-radius: 100%;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (min-width: 700px) {
  .picker__back {
    flex-basis: auto;
    margin-right: 20px;
    margin-bottom: 0;
    border-right: 1px solid #fff;
    padding: 10px 20px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.pre-footer {
  background: #181818;
  width: 100%;
  padding: 40px 0 30px;
}

.pre-footer__wysiwyg {
  color: #fff;
  text-align: center;
}
.pre-footer__wysiwyg h2 {
  color: #fff;
  margin-bottom: 5px;
}
.pre-footer__wysiwyg p {
  font-size: 20px;
  line-height: 1.3;
}
.pre-footer__wysiwyg a {
  color: #fff;
  font-weight: inherit;
}
.pre-footer__wysiwyg a:hover {
  text-decoration: underline;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .pre-footer__wysiwyg h2 {
    font-size: 21px;
  }
  .pre-footer__wysiwyg p {
    font-size: 18px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    print
\*------------------------------------*/
@media print {
  .pre-footer {
    margin-top: 20px;
  }

  .pre-footer,
.pre-footer__row {
    padding: 0;
  }

  .pre-footer__wysiwyg {
    text-align: left;
  }
  .pre-footer__wysiwyg p, .pre-footer__wysiwyg a {
    color: #555555;
  }
  .pre-footer__wysiwyg h2, .pre-footer__wysiwyg h2 a {
    color: #223d71;
    font-weight: 400;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.prize-slider {
  margin-left: -40px;
  position: relative;
}
.prize-slider:before {
  content: "";
  background: radial-gradient(circle at 0 0, #8ed8f8, #3b6cb4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 0;
}

.prize-slider__image {
  width: auto;
  height: 380px;
  margin-top: 100px;
  margin-bottom: 40px;
  position: relative;
  z-index: 20;
  transform: translateY(-60px);
  opacity: 0;
  transition: all 0.6s 0.4s ease;
}
.slick-active .prize-slider__image {
  opacity: 1;
  transform: translateY(0);
}

.prize-slider__content {
  padding: 20px 20px 100px 100px;
  position: relative;
  z-index: 20;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.3s 0.6s ease;
}
.slick-active .prize-slider__content {
  opacity: 1;
  transform: translateY(0);
}

.prize-slider__heading {
  text-transform: uppercase;
  color: #fff;
}

.prize-slider__subheading {
  color: #fff;
  font-weight: 700;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1240px) {
  .prize-slider__image {
    max-width: 380px;
    max-height: 400px;
    width: auto;
    height: auto;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .prize-slider {
    margin-left: 0;
  }
  .prize-slider:before {
    left: 0;
  }

  .prize-slider__content {
    padding: 20px 20px 100px 40px;
  }

  .prize-slider__image {
    max-height: 300px;
    margin-left: 40px;
    margin-top: 50px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .prize-slider__image {
    margin: 40px auto 20px;
  }

  .prize-slider__content {
    text-align: center;
    padding-left: 20px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .prize-slider__slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prize-slider__image {
    max-width: 100%;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.search-form {
  min-width: 300px;
  position: relative;
}

.search-form__icon {
  width: 16px;
  height: 16px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  transition: all 0.2s ease;
}
.has-value .search-form__icon {
  color: #fff;
}
.search-form__icon.fa {
  font-size: 16px;
}

.search-form__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #b4b4b4;
  vertical-align: middle;
  pointer-events: none;
}
.has-value .search-form__label {
  opacity: 0;
}

.search-form__input {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  outline: none;
  padding-left: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .search-form {
    min-width: 180px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 400px) {
  .search-form {
    min-width: 135px;
  }

  .search-form__icon {
    margin-right: 10px;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.search-result {
  width: 100%;
  border-bottom: 1px dashed #bbdba4;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.search-result__heading {
  margin: 30px 0 20px -50px;
}

.search-result__wysiwyg {
  margin-bottom: 20px;
}

.search-result__link {
  font-size: 14px;
  color: #223d71;
}

.search-result__highlight {
  background-color: #ffe65f;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 900px) {
  .search-result__heading {
    margin-left: 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.secondary-footer-menu__item {
  display: inline-block;
}
.secondary-footer-menu__item:after {
  content: "|";
  color: #b4b4b4;
  display: inline-block;
  vertical-align: top;
  padding-left: 6px;
  padding-right: 3px;
}
.secondary-footer-menu__item:last-child:after {
  content: none;
}

.secondary-footer-menu__link {
  font-size: 14px;
  color: #b4b4b4;
  display: inline-block;
  vertical-align: middle;
}
.secondary-footer-menu__link:hover {
  text-decoration: underline;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .secondary-footer-menu {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .secondary-footer-menu {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .secondary-footer-menu__item {
    display: block;
  }
  .secondary-footer-menu__item:after {
    content: none;
  }

  .secondary-footer-menu__link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.single__nav {
  margin-top: 40px;
  margin-bottom: 40px;
}

.single__nav-item {
  border-bottom: 1px dashed #bbdba4;
}
.single__nav-item:first-child {
  border-top: 1px dashed #bbdba4;
}

.single__nav-link {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 18px 0;
  position: relative;
}
.single__nav-link:hover {
  color: #223d71;
}

.single__nav-icon {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 9px;
}

.single__heading {
  margin-bottom: 20px;
  clear: both;
}

.single__subheading {
  color: #fff;
  margin-bottom: 20px;
}

.single__subheading--feature {
  color: #fff;
  margin-bottom: 5px;
}

.single__subheading--small {
  margin-bottom: 5px;
}

.single__subheading--content {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.single__table-heading {
  color: #223d71;
  margin-left: 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid #223d71;
}

.single__paragraph {
  color: #fff;
  margin-bottom: 10px;
}

.single__feature {
  max-width: 420px;
  padding-top: 30px;
  padding-bottom: 35px;
}

.single__list {
  list-style: none;
  margin-left: 50px;
  margin-bottom: 30px;
}
.single__list--with-image {
  float: left;
  width: 100%;
}
.single__list--no-offset {
  margin-left: 0;
}

.single__list-item {
  border-bottom: 1px dashed #bbdba4;
  padding: 10px 0;
}
.single__list-item--with-image {
  float: left;
  width: 100%;
}

.single__list-link:hover {
  color: #223d71;
}

.single__list-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 20px;
}

.single__sub-list {
  margin-left: 20px;
}

.single__table {
  width: 100%;
  font-size: 16px;
  border: none;
}

.single__table-wrap {
  margin-left: 50px;
  margin-bottom: 30px;
}

.single__table-data--odd {
  border-bottom: 1px dashed #bbdba4;
  padding: 10px 0;
}

.single__table-data--even {
  color: #223d71;
  border-bottom: 1px dashed #bbdba4;
  padding: 10px 0;
}

.single__button {
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.single__button--green {
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.single__awards {
  margin-bottom: 40px;
}

.single__awards-image {
  margin-right: 10px;
  margin-bottom: 20px;
}

.single__virtual {
  background-color: #181818;
  background-image: url(../img/background/ashomes-virtual-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
  padding: 100px 75px 80px;
  margin-bottom: 20px;
  position: relative;
  outline: none;
}
.single__virtual:after {
  content: "";
  background-color: #181818;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  transition: all 0.2s ease;
}
.single__virtual:hover:after {
  opacity: 0.6;
}

.single__virtual-content {
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}

.single__virtual-heading {
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}

.single__virtual-paragraph {
  color: #fff;
  margin-bottom: 20px;
}

.single__virtual-button {
  font-size: 16px;
  line-height: 1.2;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 900px) {
  .single__heading {
    padding-left: 20px;
  }

  .single__table-wrap {
    margin-left: 20px;
  }

  .single__list {
    margin-left: 20px;
  }
  .single__list--no-offset {
    margin-left: 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 900px) {
  .single__feature {
    max-width: none;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    print
\*------------------------------------*/
@media print {
  .single__feature {
    max-width: none;
    padding-bottom: 0;
  }

  .single__nav {
    display: none;
  }

  .single__heading {
    padding-left: 0;
    margin-bottom: 0;
  }

  .single__subheading,
.single__subheading--feature {
    color: #f2f2f2;
  }

  .single__paragraph,
.single__button {
    color: #555555;
  }

  .single__table-wrap {
    margin-left: 0;
  }

  .single__list {
    margin-left: 0;
    margin-bottom: 0;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.social-menu {
  line-height: 1;
  padding-top: 3px;
  padding-bottom: 3px;
}
.social-menu--right {
  float: right;
}

.social-menu__item {
  line-height: 1;
  display: inline-block;
  margin-right: 15px;
}
.social-menu__item--color {
  margin-right: 8px;
}
.social-menu__item:last-child {
  margin-right: 0;
}

.social-menu__link {
  font-size: 16px;
  color: #b4b4b4;
  line-height: 1;
}
.social-menu__link:hover {
  color: #fff;
}
.social-menu__link--green {
  color: #223d71;
}
.social-menu__link--green:hover {
  color: #223d71;
}
.social-menu__link--white {
  color: #fff;
}
.social-menu__link--color {
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 100%;
  padding: 12px 10px;
}
.social-menu__link--facebook {
  background-color: #3b5998;
}
.social-menu__link--twitter {
  background-color: #1da1f2;
}
.social-menu__link--instagram {
  background-color: #405de6;
}
.social-menu__link--youtube {
  background-color: #ff0000;
}
.social-menu__link--vimeo {
  background-color: #1ab7ea;
}

.social-menu__icon {
  width: 16px;
  height: 16px;
}

.social-menu__text {
  width: 0;
  height: 0;
  text-indent: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .footer .social-menu {
    margin-bottom: 20px;
  }

  .social-menu__item {
    margin-right: 12px;
  }
  .social-menu__item--color {
    margin-right: 8px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    print
\*------------------------------------*/
@media print {
  .social-menu {
    display: none;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.tab-group {
  background: white;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.tab-group__row {
  max-width: 1280px;
  font-size: 0;
}

.tab-group__tabs {
  width: 100%;
  border-bottom: 1px dashed #bbdba4;
  padding-bottom: 15px;
  white-space: nowrap;
}

.tab-group__tab {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.tab-group__tab.is-hidden {
  display: none;
}

.tab-group__tab-link {
  font-weight: 500;
  color: #223d71;
  display: block;
  padding: 8px 15px;
  border: 1px solid #223d71;
  border-radius: 20px;
  transition: all 0.2s ease;
}
.tab-group__tab-link.is-active {
  background: #223d71;
  color: #fff;
}

.tab-group__panel {
  background: #fff;
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  display: none;
}
.tab-group__panel.is-active {
  display: block;
}

.tab-group__wysiwyg h2, .tab-group__wysiwyg h3, .tab-group__wysiwyg h4, .tab-group__wysiwyg h5, .tab-group__wysiwyg p, .tab-group__wysiwyg ul, .tab-group__wysiwyg ol {
  margin-bottom: 20px;
}
.tab-group__wysiwyg h2:not(:first-child), .tab-group__wysiwyg h3:not(:first-child), .tab-group__wysiwyg h4:not(:first-child), .tab-group__wysiwyg h5:not(:first-child) {
  margin-top: 40px;
}
.tab-group__wysiwyg table h5 {
  margin-bottom: 0;
  line-height: 1.6;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .tab-group__tab {
    margin-right: 7px;
  }

  .tab-group__tab-link {
    padding: 6px 12px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .tab-group__tabs {
    overflow-x: scroll;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.tooltip {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
}

.tooltip__icon {
  font-size: 13px;
  color: #223d71;
  display: block;
  padding-bottom: 4px;
  cursor: help;
}

.tooltip__message {
  background: rgba(24, 24, 24, 0.95);
  min-width: 250px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
  color: #fff;
  display: block;
  border-radius: 2px;
  padding: 10px 13px 12px;
  position: absolute;
  top: 20px;
  left: 5px;
  z-index: 30;
}
.tooltip__message a {
  text-decoration: underline;
}
.tooltip__message a:hover {
  text-decoration: none;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.top-bar {
  background-color: #232323;
  width: 100%;
  min-height: 52px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-bar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .top-bar {
    min-height: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    print
\*------------------------------------*/
@media print {
  .top-bar {
    display: none;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  margin-bottom: 20px;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    print
\*------------------------------------*/
@media print {
  .video {
    display: none;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.video-gallery {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dashed #bbdba4;
}

.video-gallery__column {
  width: 33.333%;
  display: inline-block;
  padding-right: 40px;
  margin-bottom: 40px;
}

.video-gallery__image {
  width: 100%;
  margin-bottom: 20px;
}

.video-gallery__heading {
  font-weight: 700;
  margin-bottom: 20px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 900px) {
  .video-gallery__column {
    width: 50%;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .video-gallery__column {
    width: 100%;
    padding-right: 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.vip {
  background: #fff;
  width: 100%;
  padding: 40px 20px 60px;
  clear: both;
}

.vip--protected {
  background: #fff;
  width: 100%;
  max-height: 360px;
  padding: 40px 20px 60px;
  clear: both;
  position: relative;
  overflow: hidden;
}
.vip--protected:after {
  content: "";
  background: rgba(24, 24, 24, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.vip__row {
  font-size: 0;
}

.vip__row--protected {
  font-size: 0;
  filter: blur(3px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.vip__column--left {
  width: 50%;
  display: inline-block;
}

.vip__column--right {
  width: 50%;
  display: inline-block;
}

.vip__menu {
  text-align: right;
  padding-top: 15px;
}

.vip__menu-item {
  display: inline-block;
  margin-left: 20px;
}
.vip__menu-item:first-child {
  margin-left: 0;
}

.vip__menu-link {
  color: #223d71;
  text-decoration: underline;
  outline: none;
}
.vip__menu-link:hover {
  text-decoration: none;
}

.vip__content {
  width: 100%;
  max-width: 512px;
  text-align: left;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
}

.vip__content--protected {
  width: 100%;
  max-width: 520px;
  text-align: center;
  padding: 40px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.vip__heading {
  line-height: 1.1;
  margin-bottom: 20px;
}

.vip__heading--protected {
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
}

.vip__wysiwyg h4 {
  margin-bottom: 5px;
}

.vip__wysiwyg--protected {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.vip__wysiwyg--protected p {
  color: #fff;
}

.vip__error {
  color: #eb3630;
  margin-top: 10px;
}

.vip__input {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 15px;
}

.vip__button {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 18px 10px 20px;
  margin-left: 10px;
}
.vip__button:hover {
  opacity: 0.7;
}

.vip__button-icon {
  width: 16px;
  height: 17px;
  display: inline-block;
  margin-left: 5px;
  margin-top: -2px;
  vertical-align: middle;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .vip__content {
    padding-left: 30px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 900px) {
  .vip__content {
    padding-left: 0px;
    padding-right: 20px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .vip__column--left {
    width: 70%;
  }

  .vip__column--right {
    width: 30%;
  }

  .vip__menu {
    padding-top: 0;
  }

  .vip__menu-item {
    margin-bottom: 5px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .vip__column--left {
    width: 100%;
  }

  .vip__column--right {
    width: 100%;
  }

  .vip__menu {
    text-align: left;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.vip-banner {
  background: radial-gradient(circle at 0 0, #89b1f3, #3b6cb4);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  display: none;
  position: relative;
}
.vip-banner.is-visible {
  display: block;
}

.vip-banner__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.vip-banner__image {
  width: 100%;
  height: auto;
  display: none;
}

.vip-banner__heading {
  color: #fff;
  margin-bottom: 20px;
}

.vip-banner__content {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}

.vip-banner__wysiwyg {
  color: #fff;
  margin-bottom: 20px;
}

.vip-banner__button {
  font-weight: 700;
  color: #fff;
}
.vip-banner__button:hover {
  text-decoration: underline;
}

.vip-banner__close {
  background: rgba(24, 24, 24, 0.5);
  font-size: 0;
  display: inline-block;
  padding: 10px;
  border-radius: 100%;
  outline: none;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.vip-banner__close:hover {
  background: rgba(24, 24, 24, 0.3);
}

.vip-banner__close-icon {
  width: 9px;
  height: 9px;
  display: block;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (min-width: 800px) {
  .vip-banner__column--half {
    width: 50%;
  }

  .vip-banner__image {
    display: block;
  }

  .vip-banner__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (min-width: 900px) {
  .vip-banner__content {
    padding-left: 50px;
    padding-right: 20px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (min-width: 1240px) {
  .vip-banner__content {
    padding-left: 60px;
  }
}
/*------------------------------------*\
    styles
\*------------------------------------*/
.vip-detail {
  width: 100%;
}

.vip-detail__row {
  font-size: 0;
}

.vip-detail__column--left {
  width: 50%;
  display: inline-block;
  padding-right: 20px;
}

.vip-detail__column--right {
  width: 50%;
  display: inline-block;
  padding-left: 20px;
}

.vip-detail__heading {
  margin-bottom: 20px;
}

.vip-detail__image {
  float: left;
  max-width: 35%;
  margin-right: 15px;
}

.vip-detail__content {
  padding-right: 50px;
}

.vip-detail__content--no-image {
  padding-left: 50px;
  padding-right: 50px;
}

.vip-detail__list {
  padding-left: 50px;
  list-style: none;
}

.vip-detail__list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #bbdba4;
}

.vip-detail__list-link {
  color: #223d71;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 900px) {
  .vip-detail__list {
    padding-left: 20px;
  }

  .vip-detail__content--no-image {
    padding-left: 20px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .vip-detail__column--left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .vip-detail__column--right {
    width: 100%;
    padding-left: 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/**
 * Plugins
 */
.jssocials-shares {
  margin: 0.2em 0;
}

.jssocials-shares * {
  box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
  display: none;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  padding-right: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
  background: gainsboro;
}

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  transform: rotate(360deg);
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Overrides
 */
/*------------------------------------*\
    styles
\*------------------------------------*/
.gform_wrapper form .gform_heading .gform_title {
  font-size: 16px;
  font-weight: 700;
  color: #223d71;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.generic__wysiwyg .gform_wrapper form .gform_heading .gform_title {
  color: #fff;
  font-weight: 400;
}

.gform_wrapper form .gform_body {
  margin-bottom: 20px;
}

.gform_wrapper form .gform_body .gform_fields {
  list-style: none;
  margin-left: 0;
}

.gform_wrapper form .gform_body .gfield {
  margin-bottom: 10px;
}

.gform_wrapper form .gform_body li.gfield.gfield_visibility_hidden,
.gform_wrapper form .gform_body .gfield.hidden-label label.gfield_label {
  display: none;
}

.gform_wrapper form .gform_body .gfield label {
  display: block;
  margin-bottom: 5px;
}

.gform_wrapper form .gform_body .gfield .ginput_container input,
.gform_wrapper form .gform_body .gfield .ginput_container textarea {
  width: 100%;
  padding: 7px 10px;
}

.gform_wrapper form .gform_body .gfield .gfield_radio,
.gform_wrapper form .gform_body .gfield .gfield_checkbox {
  margin-left: 0;
}

.gform_wrapper form .gform_body .gfield .ginput_container_radio li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.gform_wrapper form .gform_body .gfield .ginput_container_radio li input[type=radio] {
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
}
.gform_wrapper form .gform_body .gfield .ginput_container_radio li input[type=radio]:checked {
  background-image: url(../img/icon/radio.svg);
}

.gform_wrapper form .gform_body .gfield .ginput_container .gfield_checkbox {
  list-style: none;
}

.gform_wrapper form .gform_body .gfield .ginput_container .gfield_checkbox li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.gform_wrapper form .gform_body .gfield .ginput_container .gfield_checkbox input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  flex-shrink: 0;
}

.gform_wrapper form .gform_body .gfield .ginput_container .gfield_checkbox label {
  text-transform: uppercase;
  color: #223d71;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.gform_wrapper form .gform_body .gfield .ginput_container_name {
  width: 100%;
  display: flex;
}

.gform_wrapper form .gform_body .gfield .ginput_container_name .name_first {
  flex-basis: 50%;
  padding-right: 10px;
}

.gform_wrapper form .gform_body .gfield .ginput_container_name .name_last {
  flex-basis: 50%;
  padding-left: 10px;
}

.gform_wrapper form .gform_footer .gform_button.button {
  font-size: 16px;
  border-radius: 0;
  outline: 0;
}

.gform_anchor {
  display: none;
}

.gform_wrapper.gform_validation_error form .validation_error {
  background: #eb3630;
  font-size: 16px;
  color: #fff;
  text-align: left;
  border: none;
  margin-bottom: 15px;
  padding: 7px;
}

.gform_wrapper.gform_validation_error form ul.gform_fields li.gfield.gfield_error {
  background: none;
  width: 100%;
  max-width: none !important;
  border: none;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  padding-top: 0;
}

.gform_wrapper.gform_validation_error form ul.gform_fields li.gfield.gfield_error .ginput_container {
  margin-top: 8px;
}

.gform_wrapper.gform_validation_error form ul.gform_fields li.gfield.gfield_error .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gform_validation_error form ul.gform_fields li.gfield.gfield_error .ginput_container textarea {
  border-color: #eb3630;
}

.gform_wrapper.gform_validation_error form ul.gform_fields li.gfield.gfield_error .gfield_label {
  margin-top: 0;
}

.gform_wrapper.gform_validation_error form ul.gform_fields li.gfield.gfield_error .gfield_description.validation_message {
  color: #eb3630;
  margin-top: 5px;
  margin-bottom: 10px;
}

.gform_ajax_spinner {
  margin-left: 10px;
  border-radius: 50%;
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
}

.hero__sidebar .gform_wrapper .gform_body li.gfield .ginput_container input, .hero__sidebar .gform_wrapper .gform_body li.gfield .ginput_container textarea {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
}
.hero__sidebar .gform_wrapper .gform_body li.gfield .ginput_container input:focus, .hero__sidebar .gform_wrapper .gform_body li.gfield .ginput_container textarea:focus {
  outline: none;
  border-color: #223d71;
}
.hero__sidebar .gform_wrapper .gform_body li.gfield .gfield_label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #223d71;
}
.hero__sidebar .gform_wrapper .gform_body li.gfield .gfield_label .gfield_required {
  color: #eb3630;
}
.hero__sidebar .gform_wrapper .gform_body .gfield_html {
  font-size: 13px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hero__sidebar .gform_ajax_spinner {
  width: 28px;
  height: 28px;
  border: 4px solid rgba(34, 61, 113, 0.3);
  border-left: 4px solid #223d71;
}

.modal .gform_wrapper .gform_body {
  max-width: 600px;
}
.modal .gform_wrapper .gform_body li.gfield .gfield_label {
  font-size: 14px;
  font-weight: 700;
}
.modal .gform_wrapper .gform_body li.gfield .gfield_label .gfield_required {
  color: #eb3630;
  margin-left: 5px;
}
.modal .gform_wrapper .gform_body li.gfield .ginput_container_name .name_first label, .modal .gform_wrapper .gform_body li.gfield .ginput_container_name .name_last label {
  margin-bottom: 0;
}
.modal .gform_wrapper .gform_body li.gfield .ginput_container textarea {
  max-height: 100px;
}
.modal .gform_wrapper form .gform_footer .gform_button.button {
  background-color: #223d71;
  font-weight: 700;
  border-radius: 0;
  outline: 0;
}
.modal .gform_wrapper.gform_validation_error form ul.gform_fields li.gfield.gfield_error .gfield_description.validation_message {
  font-size: 14px;
}
.modal .gform_wrapper.gform_validation_error form .validation_error {
  font-weight: 700;
  margin-bottom: 0;
}

.generic .gform_wrapper,
.landing .gform_wrapper,
.landing--title .gform_wrapper,
.landing--full .gform_wrapper,
.modal .gform_wrapper {
  margin-bottom: 40px;
}
.generic .gform_wrapper .gform_body li.gfield,
.landing .gform_wrapper .gform_body li.gfield,
.landing--title .gform_wrapper .gform_body li.gfield,
.landing--full .gform_wrapper .gform_body li.gfield,
.modal .gform_wrapper .gform_body li.gfield {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.generic .gform_wrapper .gform_body li.gfield .ginput_container input, .generic .gform_wrapper .gform_body li.gfield .ginput_container textarea,
.landing .gform_wrapper .gform_body li.gfield .ginput_container input,
.landing .gform_wrapper .gform_body li.gfield .ginput_container textarea,
.landing--title .gform_wrapper .gform_body li.gfield .ginput_container input,
.landing--title .gform_wrapper .gform_body li.gfield .ginput_container textarea,
.landing--full .gform_wrapper .gform_body li.gfield .ginput_container input,
.landing--full .gform_wrapper .gform_body li.gfield .ginput_container textarea,
.modal .gform_wrapper .gform_body li.gfield .ginput_container input,
.modal .gform_wrapper .gform_body li.gfield .ginput_container textarea {
  border: 1px solid #dddddd;
  border-radius: 0px;
}
.generic .gform_wrapper form .gform_body .gfield .ginput_container .gfield_checkbox input,
.landing .gform_wrapper form .gform_body .gfield .ginput_container .gfield_checkbox input,
.landing--title .gform_wrapper form .gform_body .gfield .ginput_container .gfield_checkbox input,
.landing--full .gform_wrapper form .gform_body .gfield .ginput_container .gfield_checkbox input,
.modal .gform_wrapper form .gform_body .gfield .ginput_container .gfield_checkbox input {
  width: 30px;
  height: 30px;
  border: 1px solid #dddddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.generic .gform_wrapper form .gform_body .gfield .ginput_container .gfield_checkbox input:checked,
.landing .gform_wrapper form .gform_body .gfield .ginput_container .gfield_checkbox input:checked,
.landing--title .gform_wrapper form .gform_body .gfield .ginput_container .gfield_checkbox input:checked,
.landing--full .gform_wrapper form .gform_body .gfield .ginput_container .gfield_checkbox input:checked,
.modal .gform_wrapper form .gform_body .gfield .ginput_container .gfield_checkbox input:checked {
  background-image: url(../img/icon/check.svg);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.generic .gform_confirmation_wrapper .gform_confirmation_message,
.landing .gform_confirmation_wrapper .gform_confirmation_message,
.landing--title .gform_confirmation_wrapper .gform_confirmation_message,
.landing--full .gform_confirmation_wrapper .gform_confirmation_message,
.modal .gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 16px;
  margin-top: 20px;
}
.generic .gform_ajax_spinner,
.landing .gform_ajax_spinner,
.landing--title .gform_ajax_spinner,
.landing--full .gform_ajax_spinner,
.modal .gform_ajax_spinner {
  width: 18px;
  height: 18px;
  border: 3px solid rgba(34, 61, 113, 0.3);
  border-left: 3px solid #223d71;
  margin-top: 7px;
}

.gform_confirmation_wrapper_4 {
  min-height: 300px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .gform_confirmation_wrapper_4 {
    min-height: 0;
  }

  .gform_wrapper form .gform_body .gfield .ginput_container_name {
    flex-wrap: wrap;
  }

  .gform_wrapper form .gform_body .gfield .ginput_container_name .name_first {
    margin-bottom: 15px;
  }

  .gform_wrapper form .gform_body .gfield .ginput_container_name .name_first,
.gform_wrapper form .gform_body .gfield .ginput_container_name .name_last {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.slick-slide {
  outline: none;
}

.slider .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 15px;
  z-index: 30;
}

.slider .slick-dots li {
  color: #223d71;
  display: inline-block;
  margin: 0 6px;
}

.slider .slick-dots li button {
  background: #223d71;
  width: 18px;
  height: 18px;
  font-size: 0;
  border-radius: 100%;
  border: 3px solid rgba(255, 255, 255, 0.1);
  display: block;
  outline: none;
  transition: all 0.2s ease;
}
.slider .slick-dots li button:hover {
  transform: scale(1.2);
}

.slider .slick-dots li.slick-active button {
  border-color: #fff;
  outline: none;
}

.standalone-slider .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.standalone-slider .slick-dots li {
  color: #555555;
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}

.standalone-slider .slick-dots li button {
  background: #888888;
  width: 10px;
  height: 10px;
  font-size: 0;
  border-radius: 100%;
  border: 3px solid transparent;
  display: block;
  outline: none;
  transition: all 0.2s ease;
}
.standalone-slider .slick-dots li button:hover {
  transform: scale(1.2);
}

.standalone-slider .slick-dots li.slick-active button {
  background: #fff;
  width: 16px;
  height: 16px;
  border-color: #888888;
  outline: none;
}

.standalone-slider .slick-slide img {
  display: inline-block;
}

.prize-slider {
  z-index: 0;
}

.prize-slider .slick-list {
  z-index: 1;
}

.prize-slider .slick-dots {
  width: 100%;
  max-width: 640px;
  text-align: right;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 30;
}

.prize-slider .slick-dots li {
  color: #3b6cb4;
  display: inline-block;
  margin-left: 12px;
}
.prize-slider .slick-dots li:first-child {
  margin-left: 0;
}

.prize-slider .slick-dots li button {
  background: #3b6cb4;
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 100%;
  display: block;
  outline: none;
  transition: all 0.2s ease;
}
.prize-slider .slick-dots li button:hover {
  transform: scale(1.2);
}

.prize-slider .slick-dots li.slick-active button {
  background: #fff;
  outline: none;
}

.hero-slider .slick-dots {
  width: 50%;
  text-align: center;
  position: absolute;
  bottom: 30px;
}

.hero-new__background-slider .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
}

.hero-slider .slick-dots li,
.hero-new__background-slider .slick-dots li {
  color: #3b6cb4;
  display: inline-block;
  margin-left: 14px;
}
.hero-slider .slick-dots li:first-child,
.hero-new__background-slider .slick-dots li:first-child {
  margin-left: 0;
}

.hero-slider .slick-dots li button,
.hero-new__background-slider .slick-dots li button {
  background: #fff;
  width: 16px;
  height: 16px;
  font-size: 0;
  border: 3px solid #fff;
  border-radius: 100%;
  display: block;
  outline: none;
  transition: all 0.2s ease;
}
.hero-slider .slick-dots li button:hover,
.hero-new__background-slider .slick-dots li button:hover {
  transform: scale(1.2);
}

.hero-slider .slick-dots li.slick-active button,
.hero-new__background-slider .slick-dots li.slick-active button {
  background: #223d71;
  outline: none;
}

.hero-new__background-slider .slick-list,
.hero-new__background-slider .slick-track {
  height: 100%;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1240px) {
  .prize-slider .slick-dots {
    max-width: none;
    text-align: left;
    left: 87px;
    bottom: 50px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 1000px) {
  .slider .slick-dots {
    width: 100%;
    text-align: center;
    right: 0;
  }

  .prize-slider .slick-dots {
    left: 40px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .prize-slider .slick-dots {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
    bottom: 30px;
  }

  .prize-slider .slick-dots li {
    margin-bottom: 10px;
  }

  .prize-slider .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .hero-slider .slick-dots {
    width: 100%;
  }

  .hero-slider .slick-track {
    display: flex;
  }

  .hero-slider .slick-track .slick-slide {
    float: none;
    height: auto;
  }

  .hero-slider .slick-track .slick-slide .hero-new {
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hero-slider .slick-track .slick-slide .hero-new__background-wrapper {
    flex-basis: 400px;
  }

  .hero-slider .slick-track .slick-slide .hero-new__block {
    flex-grow: 1;
    flex-basis: auto;
    align-items: flex-start;
  }

  .prize-slider {
    display: none !important;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.tns-outer {
  position: relative;
  z-index: 0;
}

.tns-slider {
  display: flex;
}

.tns-liveregion.tns-visually-hidden {
  display: none;
}

.tns-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}
.tns-nav button {
  background-color: #b4b4b4;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  border: 3px solid #fff;
  border-radius: 100%;
  margin: 0 8px;
  outline: none;
}
.tns-nav button.tns-nav-active {
  background-color: #223d71;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (min-width: 800px) {
  .tns-nav {
    width: 50%;
  }
  .tns-nav button {
    width: 16px;
    height: 16px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.vue-slider {
  margin-left: 8px;
}
label[for=square_footage] + .vue-slider {
  margin-right: 16px;
}
label[for=price_range] + .vue-slider {
  margin-right: 26px;
}

.vue-slider .vue-slider-process {
  background-color: #223d71;
}

.vue-slider.vue-slider-disabled .vue-slider-process {
  background-color: #b4b4b4;
  background: linear-gradient(to right, #b4b4b4 0%, #e7e7e7 50%, #b4b4b4 100%);
  background-size: 200%;
  -webkit-animation: gradient 1.5s linear infinite;
          animation: gradient 1.5s linear infinite;
}

.vue-slider .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner {
  background-color: #f2f2f2;
  color: #223d71;
  font-weight: 700;
  border-color: #f2f2f2;
}

.vue-slider .vue-slider-dot .vue-slider-dot-handle.vue-slider-dot-handle-focus {
  box-shadow: 0 0 1px 2px rgba(34, 61, 113, 0.4);
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .vue-slider {
    margin-bottom: 30px;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 600px) {
  .vue-slider-dot {
    width: 20px !important;
    height: 20px !important;
    margin-top: -8px !important;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
.alignnone {
  margin: 0 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 5px auto;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

img.alignnone {
  margin: 20px 0;
}

img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
@media screen and (max-width: 800px) {
  img.alignright,
img.alignleft,
.alignleft,
.alignright {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px 0;
  }

  img.alignnone {
    margin: 0 0 20px 0;
  }
}
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    styles
\*------------------------------------*/
.generic__wysiwyg .wpbr-wrap {
  font-family: inherit;
}
.generic__wysiwyg .wpbr-wrap .wpbr-review__reviewer-name {
  background: transparent;
}
.generic__wysiwyg .wpbr-wrap .wpbr-review__reviewer-image img {
  margin-top: 0;
  margin-bottom: 0;
}

/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
/*------------------------------------*\
    breakpoint
\*------------------------------------*/
.progress-container[data-v-0aa75b64] {
  position: relative;
  bottom: 15px;
}
.progress[data-v-0aa75b64] {
  background-color: #8ed8f8;
  width: 0rem;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-content[data-v-0aa75b64] {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/*# sourceMappingURL=global.css.map*/