@charset "UTF-8";
/* Default */
/*-----------------------*/
/*--- # Accessibility ---*/
/*-----------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Helpers */
/* Colours */
/* Typography */
.IDX-showcaseContainer a:after, .rl-box-inner:before, .hpg-box-inner:before, .link-box-img:after, .hp-overlay-media:before, .overlay-media:before, .hpl-box-inner:before, .hero-media:before, lite-youtube::before,
lite-vimeo::before, .blog-cta:before, .cta-section:before, .lead-img:before, .cta-modal-img:before, .cta-modal-img:after, .nav-modal-cta:before, .nav-modal-cta:after, .btn-arrow:before, .btn-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  width: 0;
}

/* Animations */
.faderight,
.fade-children.faderight > *, .fadeleft,
.fade-children.fadeleft > *, .fadedown,
.fade-children.fadedown > *, .fadeup,
.fade-children.fadeup > * {
  opacity: 0;
  transition: opacity 0.4s ease-out 0.3s, transform 0.25s ease-out 0.3s;
}

.default-transition, a {
  transition: all 0.5s ease-out;
}

.short-transition, #masthead, .gfield_label {
  transition: all 0.2s ease-out !important;
}

.long-transition {
  transition: all 1s ease-out !important;
}

.fadein {
  opacity: 0;
  transition: opacity 0.4s ease-out 0.3s;
}

.fade-children > * {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.slowfade {
  transition-duration: 1.2s !important;
}

.fadeup,
.fade-children.fadeup > * {
  transform: translateY(20px);
}

.fadedown,
.fade-children.fadedown > * {
  transform: translateY(-20px);
}

.fadeleft,
.fade-children.fadeleft > * {
  transform: translateX(20px);
}

.faderight,
.fade-children.faderight > * {
  transform: translateX(-20px);
}

.fadein.animated {
  opacity: 1;
}

.modal-animate,
.faderight.animated,
.fadeleft.animated,
.fadeup.animated,
.fadedown.animated,
.fade-children.animated > * {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.animate-heading {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: all 0.15s ease-out;
  column-gap: 0.25rem;
  word-spacing: inherit;
  line-height: 1.175;
  overflow: hidden;
}
.animate-heading.animated {
  opacity: 1;
}
.animate-heading.animated .word {
  opacity: 1;
  transform: translateX(0);
}
.animate-heading .word {
  overflow: hidden;
  display: inline-block;
  transform: translateY(25%);
  opacity: 0;
  transition: all 0.25s ease-out 0.3s;
}
.animate-heading.text-end {
  justify-content: flex-end;
}
.animate-heading.text-center {
  justify-content: center;
}

h1.animate-heading,
.animate-heading.h1 {
  column-gap: 0.75rem;
}

h2.animate-heading,
.animate-heading.h2 {
  column-gap: 0.7rem;
}

h3.animate-heading,
.animate-heading.h3 {
  column-gap: 0.55rem;
  line-height: 1.197;
}

h4.animate-heading,
.animate-heading.h4,
#idx-mlm-landing-cta .animate-heading.action__heading {
  column-gap: 0.4rem;
}

.break-word {
  padding: 0 !important;
  width: 100%;
  display: block;
}

.parallax-image {
  overflow: hidden;
  position: relative;
}
.parallax-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  transform-origin: top;
}

.d1 {
  transition-delay: 0.5s !important;
}

.d2 {
  transition-delay: 0.7s !important;
}

.d3 {
  transition-delay: 0.9s !important;
}

.d4 {
  transition-delay: 1.1s !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  .d1, .d2, .d3, .d4 {
    transition-delay: 0.3s !important;
  }
  h1.animate-heading,
  .animate-heading.h1 {
    column-gap: 0.7rem;
  }
  h2.animate-heading,
  .animate-heading.h2 {
    column-gap: 0.55rem;
    line-height: 1.195;
  }
  h3.animate-heading,
  .animate-heading.h3 {
    column-gap: 0.425rem;
  }
  h4.animate-heading,
  .animate-heading.h4,
  #idx-mlm-landing-cta .animate-heading.action__heading {
    column-gap: 0.325rem;
    line-height: 1.19;
  }
  .break-word {
    display: none !important;
  }
}
@media (max-width: 767px) {
  h1.animate-heading,
  .animate-heading.h1 {
    column-gap: 0.625rem;
  }
}
/* Helpers */
.object-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.object-contain {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.object-top {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  object-position: top !important;
}

.banner-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.span-page, #IDX-main.IDX-category-results, #IDX-main.IDX-page-mapsearch {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.span-section {
  padding: 0 150px;
}

.box-shadow, .lis-bubble, .hp-list-type, .t-box-img, .list-box-type, #masthead.header-scroll, .btn-close {
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
}

.text-shadow, .hp-list-dots-wrap {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.o5 {
  opacity: 0.05;
}

.o10 {
  opacity: 0.1;
}

.o15 {
  opacity: 0.15;
}

.o20 {
  opacity: 0.2;
}

.o25 {
  opacity: 0.25;
}

.o30 {
  opacity: 0.3;
}

.o35 {
  opacity: 0.35;
}

.o40 {
  opacity: 0.4;
}

.o45 {
  opacity: 0.45;
}

.o50 {
  opacity: 0.5;
}

.o55 {
  opacity: 0.55;
}

.o60 {
  opacity: 0.6;
}

.o65 {
  opacity: 0.65;
}

.o70 {
  opacity: 0.7;
}

.o75 {
  opacity: 0.75;
}

.o80 {
  opacity: 0.8;
}

.o85 {
  opacity: 0.85;
}

.o90 {
  opacity: 0.9;
}

.o95 {
  opacity: 0.95;
}

.o100 {
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .span-section {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .span-section {
    padding: 0 15px;
  }
}
/* Helpers */
a {
  color: #000;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: #019186;
  text-decoration: none;
}

.btn, .IDX-showcaseTable + a, .idx-btn:not(.idx-btn-toggle), #IDX-loginSubmit,
#IDX-signupFormSubmitBtn,
#IDX-signupFormActions button, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.green-btn {
  font-family: "Compass Sans", sans-serif;
  text-decoration: none !important;
  font-size: 0.85rem;
  padding: 17px 25px;
  line-height: 1;
  min-height: 55px;
  min-width: 250px;
  border-radius: 27px;
  border: 1px solid transparent;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
  box-shadow: none !important;
  text-shadow: none;
}
.btn span, .IDX-showcaseTable + a span, .idx-btn:not(.idx-btn-toggle) span, #IDX-loginSubmit span,
#IDX-signupFormSubmitBtn span,
#IDX-signupFormActions button span, #login .button-primary span, .wp-block-button.is-style-outline .wp-block-button__link span, .wp-block-button:not(.is-style-outline) .wp-block-button__link span,
.green-btn span {
  display: flex;
  align-items: center;
}
.btn:hover, .IDX-showcaseTable + a:hover, .idx-btn:hover:not(.idx-btn-toggle), #IDX-loginSubmit:hover,
#IDX-signupFormSubmitBtn:hover,
#IDX-signupFormActions button:hover, #login .button-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.green-btn:hover, .btn:focus, .IDX-showcaseTable + a:focus, .idx-btn:focus:not(.idx-btn-toggle), #IDX-loginSubmit:focus,
#IDX-signupFormSubmitBtn:focus,
#IDX-signupFormActions button:focus, #login .button-primary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.green-btn:focus, .btn:active, .IDX-showcaseTable + a:active, .idx-btn:active:not(.idx-btn-toggle), #IDX-loginSubmit:active,
#IDX-signupFormSubmitBtn:active,
#IDX-signupFormActions button:active, #login .button-primary:active, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active,
.green-btn:active {
  background-color: #019186 !important;
  color: #fff !important;
  border-color: #019186 !important;
}
.btn:hover .btn-arrow, .IDX-showcaseTable + a:hover .btn-arrow, .idx-btn:hover:not(.idx-btn-toggle) .btn-arrow, #IDX-loginSubmit:hover .btn-arrow,
#IDX-signupFormSubmitBtn:hover .btn-arrow,
#IDX-signupFormActions button:hover .btn-arrow, #login .button-primary:hover .btn-arrow, .wp-block-button.is-style-outline .wp-block-button__link:hover .btn-arrow, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .btn-arrow,
.green-btn:hover .btn-arrow, .btn:focus .btn-arrow, .IDX-showcaseTable + a:focus .btn-arrow, .idx-btn:focus:not(.idx-btn-toggle) .btn-arrow, #IDX-loginSubmit:focus .btn-arrow,
#IDX-signupFormSubmitBtn:focus .btn-arrow,
#IDX-signupFormActions button:focus .btn-arrow, #login .button-primary:focus .btn-arrow, .wp-block-button.is-style-outline .wp-block-button__link:focus .btn-arrow, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .btn-arrow,
.green-btn:focus .btn-arrow, .btn:active .btn-arrow, .IDX-showcaseTable + a:active .btn-arrow, .idx-btn:active:not(.idx-btn-toggle) .btn-arrow, #IDX-loginSubmit:active .btn-arrow,
#IDX-signupFormSubmitBtn:active .btn-arrow,
#IDX-signupFormActions button:active .btn-arrow, #login .button-primary:active .btn-arrow, .wp-block-button.is-style-outline .wp-block-button__link:active .btn-arrow, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .btn-arrow,
.green-btn:active .btn-arrow {
  transform: rotate(45deg);
}
.btn:hover .btn-arrow:before, .IDX-showcaseTable + a:hover .btn-arrow:before, .idx-btn:hover:not(.idx-btn-toggle) .btn-arrow:before, #IDX-loginSubmit:hover .btn-arrow:before,
#IDX-signupFormSubmitBtn:hover .btn-arrow:before,
#IDX-signupFormActions button:hover .btn-arrow:before, #login .button-primary:hover .btn-arrow:before, .wp-block-button.is-style-outline .wp-block-button__link:hover .btn-arrow:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .btn-arrow:before,
.green-btn:hover .btn-arrow:before, .btn:focus .btn-arrow:before, .IDX-showcaseTable + a:focus .btn-arrow:before, .idx-btn:focus:not(.idx-btn-toggle) .btn-arrow:before, #IDX-loginSubmit:focus .btn-arrow:before,
#IDX-signupFormSubmitBtn:focus .btn-arrow:before,
#IDX-signupFormActions button:focus .btn-arrow:before, #login .button-primary:focus .btn-arrow:before, .wp-block-button.is-style-outline .wp-block-button__link:focus .btn-arrow:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .btn-arrow:before,
.green-btn:focus .btn-arrow:before, .btn:active .btn-arrow:before, .IDX-showcaseTable + a:active .btn-arrow:before, .idx-btn:active:not(.idx-btn-toggle) .btn-arrow:before, #IDX-loginSubmit:active .btn-arrow:before,
#IDX-signupFormSubmitBtn:active .btn-arrow:before,
#IDX-signupFormActions button:active .btn-arrow:before, #login .button-primary:active .btn-arrow:before, .wp-block-button.is-style-outline .wp-block-button__link:active .btn-arrow:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .btn-arrow:before,
.green-btn:active .btn-arrow:before {
  opacity: 0;
}
.btn:hover .btn-arrow:after, .IDX-showcaseTable + a:hover .btn-arrow:after, .idx-btn:hover:not(.idx-btn-toggle) .btn-arrow:after, #IDX-loginSubmit:hover .btn-arrow:after,
#IDX-signupFormSubmitBtn:hover .btn-arrow:after,
#IDX-signupFormActions button:hover .btn-arrow:after, #login .button-primary:hover .btn-arrow:after, .wp-block-button.is-style-outline .wp-block-button__link:hover .btn-arrow:after, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .btn-arrow:after,
.green-btn:hover .btn-arrow:after, .btn:focus .btn-arrow:after, .IDX-showcaseTable + a:focus .btn-arrow:after, .idx-btn:focus:not(.idx-btn-toggle) .btn-arrow:after, #IDX-loginSubmit:focus .btn-arrow:after,
#IDX-signupFormSubmitBtn:focus .btn-arrow:after,
#IDX-signupFormActions button:focus .btn-arrow:after, #login .button-primary:focus .btn-arrow:after, .wp-block-button.is-style-outline .wp-block-button__link:focus .btn-arrow:after, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .btn-arrow:after,
.green-btn:focus .btn-arrow:after, .btn:active .btn-arrow:after, .IDX-showcaseTable + a:active .btn-arrow:after, .idx-btn:active:not(.idx-btn-toggle) .btn-arrow:after, #IDX-loginSubmit:active .btn-arrow:after,
#IDX-signupFormSubmitBtn:active .btn-arrow:after,
#IDX-signupFormActions button:active .btn-arrow:after, #login .button-primary:active .btn-arrow:after, .wp-block-button.is-style-outline .wp-block-button__link:active .btn-arrow:after, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .btn-arrow:after,
.green-btn:active .btn-arrow:after {
  opacity: 1;
}

.btn-arrow {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  transition: all 0.4s ease-out;
  position: relative;
}
.btn-arrow:before {
  background-image: url("../images/btn-arrow-black.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s ease-out;
}
.btn-arrow:after {
  background-image: url("../images/btn-arrow-white.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.btn-primary, .idx-btn:not(.idx-btn-toggle), #IDX-loginSubmit,
#IDX-signupFormSubmitBtn,
#IDX-signupFormActions button, #login .button-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.green-btn {
  background-color: transparent;
  color: #000;
  border-color: #000;
}

.btn-secondary, .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #FFF5E9;
  color: #000;
  border-color: #FFF5E9;
}
.btn-secondary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-secondary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .btn-secondary:active, .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: #019186;
  color: #fff;
}

.btn-tertiary {
  background-color: #019186;
  border-color: #019186;
  color: #fff;
}
.btn-tertiary .btn-arrow:before {
  opacity: 0 !important;
}
.btn-tertiary .btn-arrow:after {
  opacity: 1 !important;
}
.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active {
  background-color: #24695E !important;
  border-color: #24695E !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  .wp-block-button {
    width: 100%;
  }
  .btn, .IDX-showcaseTable + a, .idx-btn:not(.idx-btn-toggle), #IDX-loginSubmit,
  #IDX-signupFormSubmitBtn,
  #IDX-signupFormActions button, #login .button-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link,
  .green-btn, .wp-block-button.is-style-outline .wp-block-button__link {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    min-width: unset;
  }
}
/* Helpers */
/******* Fonts *******/
/** woff/woff2 only **/
@font-face {
  font-family: "Compass Sans";
  src: url("../fonts/hinted-CompassSans-Bold.woff2") format("woff2"), url("../fonts/hinted-CompassSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Compass Sans";
  src: url("../fonts/hinted-CompassSans-BoldItalic.woff2") format("woff2"), url("../fonts/hinted-CompassSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Compass Sans";
  src: url("../fonts/hinted-CompassSans-Medium.woff2") format("woff2"), url("../fonts/hinted-CompassSans-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Compass Sans";
  src: url("../fonts/hinted-CompassSans-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-CompassSans-MediumItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Compass Sans";
  src: url("../fonts/hinted-CompassSans-Regular.woff2") format("woff2"), url("../fonts/hinted-CompassSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Compass Sans";
  src: url("../fonts/hinted-CompassSans-Italic.woff2") format("woff2"), url("../fonts/hinted-CompassSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  font-family: "Compass Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: #000;
  overflow-x: hidden;
}

p:empty {
  display: none;
}

.h1, .h2, .h3, .h4, #idx-mlm-landing-cta .action__heading, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: normal;
}

h1, h2, h3,
.h1, .h2, .h3 {
  line-height: 1.15;
}

h1, .h1 {
  font-size: 3.3rem;
}

h2, .h2 {
  font-size: 2.8rem;
}

h3, .h3 {
  font-size: 2.3rem;
}

h4, .h4, #idx-mlm-landing-cta .action__heading {
  font-size: 1.8rem;
}

h5, .h5 {
  font-size: 1.3rem;
}

h6, .h6 {
  font-size: 0.9rem;
  line-height: 1.3;
}

.body-size {
  font-size: 1rem;
}

.body-plus {
  font-size: 1.1rem;
}

small, .small {
  font-size: 0.8rem;
}

.tiny {
  font-size: 0.7rem;
}

.xtiny {
  font-size: 0.6rem;
}

.em {
  font-style: italic;
}

.text-uppercase {
  letter-spacing: 0.075rem;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-normal {
  text-transform: none;
}

.light {
  font-weight: 100;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

.primary-text {
  color: #019186;
}

.secondary-text {
  color: #24695E;
}

.lightgrey-text {
  color: #FFF5E9;
}

.wp-block-pullquote {
  padding: 0 !important;
}

blockquote {
  margin: 30px 0;
  border-radius: 12px;
  padding: 35px 40px;
  color: #fff !important;
  background-color: #019186;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-weight: 600;
  font-size: 0.8rem;
  box-shadow: 0 5px 6px 4px rgba(0, 0, 0, 0.1);
}
blockquote:before {
  content: "";
  display: block;
  width: 40px;
  height: 33px;
  margin: 0 auto 20px;
  background-image: url("../images/brandmark-white.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
blockquote a:not(.btn):not(.idx-btn:not(.idx-btn-toggle)):not(#IDX-loginSubmit):not(#IDX-signupFormSubmitBtn) {
  color: #FFF5E9 !important;
  text-decoration: underline !important;
}
blockquote a:not(.btn):not(.idx-btn:not(.idx-btn-toggle)):not(#IDX-loginSubmit):not(#IDX-signupFormSubmitBtn):hover, blockquote a:not(.btn):not(.idx-btn:not(.idx-btn-toggle)):not(#IDX-loginSubmit):not(#IDX-signupFormSubmitBtn):focus, blockquote a:not(.btn):not(.idx-btn:not(.idx-btn-toggle)):not(#IDX-loginSubmit):not(#IDX-signupFormSubmitBtn):active {
  text-decoration: none !important;
}
blockquote > *:last-child {
  margin-bottom: 0;
}

/** # Responsive **/
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.4rem;
  }
  h2, .h2 {
    font-size: 2.2rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4, #idx-mlm-landing-cta .action__heading {
    font-size: 1.55rem;
  }
  h5, .h5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.8rem;
  }
  h3, .h3 {
    font-size: 1.6rem;
  }
  h4, .h4, #idx-mlm-landing-cta .action__heading {
    font-size: 1.4rem;
  }
  h5, .h5 {
    font-size: 1.15rem;
  }
  blockquote {
    padding: 20px 20px 30px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.wp-block-embed__wrapper {
  aspect-ratio: 16/9;
  margin: 30px 0;
}
.wp-block-embed__wrapper iframe {
  height: 100%;
  width: 100%;
}

.wp-element-caption {
  font-size: 0.8rem;
  font-style: italic;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.gallery.gallery-size-thumbnail .gallery-item {
  width: auto;
  min-width: unset;
}

.gallery-item {
  width: 16.6666666667%;
  min-width: 16.6666666667%;
  margin: 0;
}
.gallery-item a {
  display: block;
  height: 100%;
  border: 5px solid transparent;
  position: relative;
}
.gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-out;
  opacity: 0;
}
.gallery-item a:hover:after, .gallery-item a:focus:after, .gallery-item a:active:after {
  opacity: 1;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #019186 !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #019186 !important;
}

.overlay-bg {
  background-color: #000;
  color: #fff;
}
.overlay-bg a:not(.btn) {
  color: #FFF5E9;
}
.overlay-bg .btn-primary,
.overlay-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #FFF5E9;
  border-color: #FFF5E9;
}
.overlay-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  background-color: #fff !important;
}

.lightgrey-bg {
  background-color: #FFF5E9;
}
.lightgrey-bg + .lightgrey-bg {
  padding-top: 0;
}
.lightgrey-bg .btn-secondary,
.lightgrey-bg .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: #000;
}

.xlightgrey-bg {
  background-color: rgb(255, 250.7954545455, 245.75);
}
.xlightgrey-bg + .xlightgrey-bg {
  padding-top: 0;
}
.xlightgrey-bg .btn-secondary,
.xlightgrey-bg .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: #000;
}

.black-bg {
  background-color: #000;
  color: #fff;
}
.black-bg + .black-bg {
  padding-top: 0;
}
.black-bg a:not(.btn) {
  color: #FFF5E9;
}
.black-bg .btn-primary,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #FFF5E9;
  border-color: #FFF5E9;
}
.black-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  background-color: #fff !important;
}

.primary-bg {
  background-color: #019186;
  color: #fff;
}
.primary-bg + .primary-bg {
  padding-top: 0;
}
.primary-bg a:not(.btn) {
  color: #FFF5E9;
  text-decoration: underline;
}
.primary-bg a:not(.btn):hover, .primary-bg a:not(.btn):focus, .primary-bg a:not(.btn):active {
  text-decoration: none;
}
.primary-bg .btn-primary,
.primary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border-color: #fff;
  color: #fff;
}
.primary-bg .btn-primary .btn-arrow:before,
.primary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-arrow:before {
  opacity: 0;
}
.primary-bg .btn-primary .btn-arrow:after,
.primary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-arrow:after {
  opacity: 1;
}
.primary-bg .btn:hover, .primary-bg .btn:focus, .primary-bg .btn:active,
.primary-bg .wp-block-button .wp-block-button__link:hover,
.primary-bg .wp-block-button .wp-block-button__link:focus,
.primary-bg .wp-block-button .wp-block-button__link:active {
  background-color: #24695E !important;
}
.primary-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  background-color: #fff !important;
}
.primary-bg blockquote {
  background-color: #24695E;
}

.secondary-bg {
  background-color: #24695E;
  color: #fff;
}
.secondary-bg + .secondary-bg {
  padding-top: 0;
}
.secondary-bg a:not(.btn) {
  color: #FFF5E9;
  text-decoration: underline;
}
.secondary-bg a:not(.btn):hover, .secondary-bg a:not(.btn):focus, .secondary-bg a:not(.btn):active {
  text-decoration: none;
}
.secondary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border-color: #fff;
  color: #fff;
}
.secondary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-arrow:before {
  opacity: 0;
}
.secondary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-arrow:after {
  opacity: 1;
}
.secondary-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  background-color: #fff !important;
}

.white-bg {
  background-color: #fff;
  color: #000;
}

.modal-content {
  border: 0;
  border-radius: 0;
  position: relative;
}

.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  opacity: 1;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  z-index: 2;
  background-image: none;
}

.wp-block-social-links .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links .wp-social-link a {
  background-color: #019186;
  border-radius: 100%;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  background-color: transparent;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  fill: #019186;
  color: #019186;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  background-color: #019186;
  border-radius: 20px;
}

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.slick-dots:has(li:first-child:last-child) {
  display: none;
}
.slick-dots li {
  margin: 0 3px;
  line-height: 12px;
}
.slick-dots li.slick-active button {
  width: 30px;
  background-color: transparent;
}
.slick-dots button {
  text-indent: -9999px;
  border: 1px solid #24695E;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #24695E;
  transition: all 0.4s ease-out;
}
.slick-dots button:hover, .slick-dots button:focus, .slick-dots button:active {
  opacity: 0.7;
}

.slick-arrow {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
}
.slick-arrow + .slick-arrow {
  margin-left: 10px;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  transform: scale(1.05);
}

/** # Responsive **/
@media (max-width: 991px) {
  .gallery-item {
    width: 33.3333%;
    min-width: 33.3333%;
  }
  .btn-close {
    width: 45px;
    height: 45px;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  #page {
    overflow: hidden;
  }
  .video-overlay svg {
    width: 90px;
  }
}
.art-ratio-1x1 {
  aspect-ratio: 1/1;
}

.art-ratio-3x2 {
  aspect-ratio: 3/2;
}

.art-ratio-2x3 {
  aspect-ratio: 2/3;
}

.art-ratio-25x3 {
  aspect-ratio: 2.5/3;
}

.art-ratio-3x25 {
  aspect-ratio: 3/2.5;
}

.art-ratio-4x3 {
  aspect-ratio: 4/3;
}

.art-ratio-3x4 {
  aspect-ratio: 3/4;
}

.art-ratio-7x5 {
  aspect-ratio: 7/5;
}

.art-ratio-5x7 {
  aspect-ratio: 5/7;
}

.art-ratio-16x9 {
  aspect-ratio: 16/9;
}

.art-ratio-18x9 {
  aspect-ratio: 18/9;
}

.art-ratio-21x9 {
  aspect-ratio: 21/9;
}

/* -sm- */
@media (min-width: 567px) {
  .art-ratio-sm-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-sm-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-sm-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-sm-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-sm-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-sm-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-sm-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-sm-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-sm-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-sm-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-sm-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-sm-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-sm-unset {
    aspect-ratio: unset;
  }
}
/* -md- */
@media (min-width: 768px) {
  .art-ratio-md-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-md-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-md-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-md-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-md-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-md-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-md-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-md-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-md-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-md-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-md-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-md-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-md-unset {
    aspect-ratio: unset;
  }
}
/* -lg- */
@media (min-width: 992px) {
  .art-ratio-lg-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-lg-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-lg-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-lg-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-lg-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-lg-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-lg-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-lg-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-lg-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-lg-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-lg-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-lg-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-lg-unset {
    aspect-ratio: unset;
  }
}
/* -xl- */
@media (min-width: 1200px) {
  .art-ratio-xl-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-xl-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-xl-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-xl-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-xl-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-xl-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-xl-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-xl-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-xl-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-xl-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-xl-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-xl-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-xl-unset {
    aspect-ratio: unset;
  }
}
/* -xxl- */
@media (min-width: 1400px) {
  .art-ratio-xxl-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-xxl-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-xxl-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-xxl-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-xxl-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-xxl-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-xxl-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-xxl-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-xxl-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-xxl-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-xxl-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-xxl-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-xxl-unset {
    aspect-ratio: unset;
  }
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
select {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.04);
  border: 0;
  padding: 5px 8px;
  height: 60px;
  font-size: 1rem !important;
  color: #000;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus-visible,
select:focus-visible {
  outline: none !important;
}

textarea {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.04);
  border: 0;
  padding: 5px 8px;
  font-size: 1rem !important;
  color: #000;
}
textarea:focus-visible {
  outline: none;
}

select {
  background: rgba(0, 0, 0, 0.04) url("../images/angle-down.svg") right 15px center no-repeat;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
select option {
  color: #000;
  background-color: #fff;
}
select:focus-visible {
  outline: none;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(1, 145, 134, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(1, 145, 134, 0.6);
}

button {
  border-radius: 0;
}

input[type=number] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.gform_wrapper {
  text-align: left;
}

.gform_title {
  font-size: 1.25rem;
}

.gform_button {
  min-width: unset;
}
.gform_button:hover, .gform_button:focus, .gform_button:active {
  border-color: #24695E !important;
}

.gform_validation_container,
.gform_required_legend,
.gfield_visibility_hidden,
.gfield_validation_message {
  display: none !important;
}

.gform_validation_errors {
  border-radius: 0 !important;
}
.gform_validation_errors > h2 {
  font-size: 1rem !important;
  font-family: "Compass Sans", sans-serif !important;
}

.gfield_description {
  font-size: 0.6rem !important;
  margin-top: 5px;
  font-style: italic;
}

.gform_fileupload_rules {
  display: block;
  font-size: 0.7rem !important;
  font-style: italic;
  padding-top: 0 !important;
  margin-top: 4px !important;
}

.gfield--type-consent .gfield_label {
  display: none !important;
}
.gfield--type-consent .gform-field-label {
  font-size: 0.6rem !important;
}

.gfield--input-type-datepicker .ginput_container_date::after {
  color: #fff !important;
}

.gfield--input-type-datepicker ::placeholder {
  color: transparent !important;
}

.gform-datepicker {
  min-width: 100% !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
  border: 1px solid #000 !important;
  text-align-last: left !important;
  padding: 5px !important;
}

.ui-datepicker-month {
  min-width: 120px !important;
  margin-right: 10px !important;
}

.ui-datepicker-year {
  min-width: 85px !important;
}

.ui-datepicker-title select {
  height: 35px !important;
  font-size: 0.8rem !important;
  background: #fff url("../images/angle-down.svg") right 12px center no-repeat !important;
  background-size: 12px !important;
}

.ui-datepicker table td a {
  border: 0 !important;
}
.ui-datepicker table td a.ui-state-active {
  background-color: #019186 !important;
}
.ui-datepicker table td a.ui-state-highlight, .ui-datepicker table td a:hover, .ui-datepicker table td a:focus, .ui-datepicker table td a:active {
  background-color: #24695E;
}

.ginput_container_time {
  min-width: 75px !important;
  max-width: 75px !important;
}
.ginput_container_time input {
  padding: 10px 15px !important;
}
.ginput_container_time select {
  padding: 5px 15px 0 !important;
  min-width: 85px;
}

.gfield--type-html {
  line-height: 0.7;
  margin-top: -5px;
  margin-bottom: 12px;
}

.gform_footer {
  justify-content: flex-end;
  padding: 0 !important;
  margin-top: 12px !important;
}

.gfield_required,
.required {
  color: #019186 !important;
}

.gfield {
  position: relative;
}
.gfield input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.gfield select,
.gfield textarea {
  padding: 15px 15px 5px !important;
}
.gfield select {
  color: transparent;
}
.gfield input[type=file] {
  font-size: 0.8rem;
}
.gfield.input--filled select {
  color: #000;
}
.gfield.gfield_error {
  outline: 1px solid #c02b0a;
}
.gfield.no-animate .gfield_label {
  position: static;
  font-size: 0.7rem !important;
}

.ginput_complex select {
  color: #000 !important;
}

.gfield_label,
label, .label {
  font-size: 0.7rem !important;
  color: #000 !important;
  font-weight: normal !important;
}

.gfield_label {
  position: absolute;
  left: 15px;
  top: 20px;
  margin: 0 !important;
}
.gfield_label.no-animate {
  position: static;
  font-size: 0.7rem !important;
}

.gfield.input--filled .gfield_label {
  top: 2px !important;
  font-size: 0.7rem !important;
}

#input_83_7 {
  column-count: 2;
}

.white-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.white-form textarea {
  background-color: rgba(255, 255, 255, 0.33);
  color: #fff;
}
.white-form select {
  background: rgba(255, 255, 255, 0.33) url("../images/angle-down-white.svg") right 15px center no-repeat;
  background-size: 12px;
  color: transparent;
}
.white-form .gfield {
  position: relative;
}
.white-form .gfield.input--filled select {
  color: #fff;
}
.white-form .ginput_complex select {
  color: #fff !important;
}
.white-form .gfield_label,
.white-form label, .white-form .label {
  color: #fff !important;
}

/* Widgets */
.wp-block-categories__label,
.widget-title {
  display: none !important;
}

.widget-area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px;
}
.widget-area .widget {
  width: 50%;
  min-width: 50%;
  padding: 0 15px;
  position: relative;
}

.search-form {
  position: relative;
}

#search_form .search-field {
  width: 100%;
  padding-right: 40px !important;
  color: #fff;
  background-color: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  -webkit-appearance: none;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-size: 0.8rem;
  padding: 10px 0;
  border: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #019186 !important;
}

.search-form ::-webkit-input-placeholder {
  color: #fff;
}

.search-form :-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.search-form ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.search-form :-ms-input-placeholder {
  color: #fff;
}

.search-form ::-ms-input-placeholder {
  color: #fff;
}

.widget select {
  width: 100%;
  color: #fff;
  background: #000 url("../images/angle-down-white.svg") right 15px center no-repeat;
  background-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  .widget-area {
    display: block !important;
  }
  .widget-area .widget {
    width: 100%;
    min-width: 100%;
    margin: 10px 0;
  }
  .widget-area .widget + .widget {
    margin-top: 15px;
  }
}
/*---------------------------*/
/*--- ## Paged Pagination ---*/
/*---------------------------*/
.paging-navigation {
  text-align: center;
}
.paging-navigation .pagination, .paging-navigation > div {
  font-size: 0;
  justify-content: center;
}
.paging-navigation .pagination:empty, .paging-navigation > div:empty {
  display: none;
}

.page-numbers {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: #000;
  margin: 0 6px;
  font-size: 0.8rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border: 0 !important;
}
.page-numbers.current {
  color: #019186;
  font-weight: bold;
}
.page-numbers.next, .page-numbers.prev {
  color: #000;
  margin: 0;
  font-size: 0.8rem;
}

/*----------------------------*/
/*--- ## Single Pagination ---*/
/*----------------------------*/
.post-navigation .pagination {
  padding-left: 0;
  list-style: none;
  margin-top: 35px;
  margin-bottom: 0;
  width: 100%;
}
.post-navigation .pagination .nav-previous,
.post-navigation .pagination .nav-next {
  display: inline-block;
}
.post-navigation .pagination .nav-previous a,
.post-navigation .pagination .nav-next a {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: #000;
}
.post-navigation .pagination .nav-previous a:hover, .post-navigation .pagination .nav-previous a:focus, .post-navigation .pagination .nav-previous a:active,
.post-navigation .pagination .nav-next a:hover,
.post-navigation .pagination .nav-next a:focus,
.post-navigation .pagination .nav-next a:active {
  color: #019186;
}
.post-navigation .pagination .nav-next {
  float: right;
}

.login .message,
#login_error {
  color: #000;
  margin-top: 25px;
}

.language-switcher {
  display: none !important;
}

.login {
  background-size: cover;
  background-position: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 100vh;
  position: relative;
}
.login .privacy-policy-page-link {
  margin: 30px 0 0;
}
.login h1.admin-email__heading {
  font-size: 1.4rem;
}

#login {
  width: 450px;
  padding: 35px 20px;
  text-align: center;
  position: relative;
  background-color: #fff;
  border-radius: 9px;
}
#login h1 a {
  width: 250px;
  background-size: 250px;
  height: 120px;
  margin-bottom: 0;
}
#login p {
  text-align: left;
}
#login form {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 45px 0 15px;
}
#login form label {
  color: #000;
  font-size: 0.9rem;
}
#login form input:not([type=submit]) {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
}

#rememberme {
  background-color: transparent;
  border: 2px solid #019186 !important;
  border: 0;
  box-shadow: none;
  transform: scale(1.3);
  margin-left: 2px;
}

#nav,
#backtoblog {
  margin: 0 !important;
  display: inline-block;
  padding: 0 !important;
  font-size: 18px;
}
#nav a,
#backtoblog a {
  color: #000 !important;
  font-size: 18px;
}
#nav a:hover, #nav a:focus, #nav a:active,
#backtoblog a:hover,
#backtoblog a:focus,
#backtoblog a:active {
  color: #019186 !important;
}

.privacy-policy-page-link {
  margin-top: 10px !important;
}

.privacy-policy-link {
  color: #000 !important;
  font-size: 16px;
  text-decoration: none;
}
.privacy-policy-link:hover, .privacy-policy-link:focus, .privacy-policy-link:active {
  color: #019186 !important;
}

.nav-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}

.nav-modal-wrap {
  height: 100vh;
  position: relative;
}

.nav-brand {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}
.nav-brand img {
  width: 47%;
  height: auto;
  transform: translateX(100px);
  opacity: 0.025;
}

.nav-modal-cta {
  position: relative;
  min-width: 45%;
  width: 45%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.nav-modal-cta .object-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.nav-modal-cta:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 160px);
  z-index: 1;
}
.nav-modal-cta:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 60%);
}

.nav-logo {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.nav-logo img {
  height: 125px;
  width: auto;
}

.nav-cta {
  padding: 0 45px 35px;
  z-index: 2;
}
.nav-cta > div {
  max-width: 520px;
}
.nav-cta .btn {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
  min-height: 45px;
  padding: 10px 25px;
  min-width: unset;
}
.nav-cta .btn .btn-arrow:before {
  opacity: 0 !important;
}
.nav-cta .btn .btn-arrow:after {
  opacity: 1 !important;
}
.nav-cta .btn:hover, .nav-cta .btn:focus, .nav-cta .btn:active {
  background-color: #019186 !important;
  border-color: #019186 !important;
}

.nav-wrap {
  width: 55%;
  min-width: 55%;
  order: 2;
  padding: 25px 60px 60px 75px;
  min-height: 100vh;
  overflow-y: auto;
  z-index: 1;
}

.primary-nav {
  padding: 0;
}

.main-menu {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
}
.main-menu > li {
  width: calc(50% - 8px);
  min-width: calc(50% - 8px);
  text-align: left !important;
  margin-top: 40px;
}
.main-menu > li > a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.03rem;
  padding: 0.25rem 0.5rem;
  background-color: transparent !important;
  outline: none !important;
  width: unset !important;
  display: inline-block;
  text-decoration: none !important;
}
.main-menu > li > a.dropdown-toggle {
  pointer-events: none;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000 !important;
}
.main-menu > li > a.dropdown-toggle:after, .main-menu > li > a.dropdown-toggle:before {
  display: none;
}
.main-menu > li > a:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 25px;
  height: 25px;
  background-image: url("../images/btn-arrow-black.svg");
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(3px);
  transition: all 0.4s ease-out;
}
.main-menu > li > a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  margin-left: 10px;
  width: 25px;
  height: 25px;
  background-image: url("../images/btn-arrow-primary.svg");
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.main-menu > li:focus > a, .main-menu > li:hover > a, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent:focus > a, .main-menu > .current-menu-parent:hover > a, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item:focus > a, .main-menu > .current-menu-item:hover > a, .main-menu > li > a:focus, .main-menu > li > a:hover, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent > a:focus, .main-menu > .current-menu-parent > a:hover, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item > a:focus, .main-menu > .current-menu-item > a:hover {
  color: #019186;
  background-color: transparent;
}
.main-menu > li:focus > a:after, .main-menu > li:hover > a:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent:focus > a:after, .main-menu > .current-menu-parent:hover > a:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item:focus > a:after, .main-menu > .current-menu-item:hover > a:after, .main-menu > li > a:focus:after, .main-menu > li > a:hover:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent > a:focus:after, .main-menu > .current-menu-parent > a:hover:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item > a:focus:after, .main-menu > .current-menu-item > a:hover:after {
  opacity: 0;
  transform: translateY(3px) rotate(45deg);
}
.main-menu > li:focus > a:before, .main-menu > li:hover > a:before, .main-menu > .current-menu-parent > a:before, .main-menu > .current-menu-parent:focus > a:before, .main-menu > .current-menu-parent:hover > a:before, .main-menu > .current-menu-item > a:before, .main-menu > .current-menu-item:focus > a:before, .main-menu > .current-menu-item:hover > a:before, .main-menu > li > a:focus:before, .main-menu > li > a:hover:before, .main-menu > .current-menu-parent > a:before, .main-menu > .current-menu-parent > a:focus:before, .main-menu > .current-menu-parent > a:hover:before, .main-menu > .current-menu-item > a:before, .main-menu > .current-menu-item > a:focus:before, .main-menu > .current-menu-item > a:hover:before {
  opacity: 1;
  transform: rotate(45deg);
}

/* Secondary Nav */
.main-menu > li:last-of-type .dropdown-menu {
  left: unset;
  right: 0;
}

.main-menu .dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  border: 0;
  display: block !important;
  position: static !important;
  background-color: transparent;
}
.main-menu .dropdown-menu li {
  text-align: left !important;
}
.main-menu .dropdown-menu .dropdown-item {
  color: #000;
  font-size: 0.95rem;
  text-decoration: none;
  font-weight: normal;
  background-color: transparent !important;
  padding: 3px 18px 3px 0 !important;
  position: relative;
  white-space: normal;
  line-height: 1.1;
}
.main-menu .dropdown-menu .dropdown-item:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  background-image: url("../images/btn-arrow-primary.svg");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.main-menu .dropdown-menu .current-menu-item .dropdown-item,
.main-menu .dropdown-menu .dropdown-item:hover,
.main-menu .dropdown-menu .dropdown-item:active,
.main-menu .dropdown-menu .dropdown-item:focus {
  color: #019186;
  background-color: transparent;
  padding: 3px 0 3px 18px !important;
}
.main-menu .dropdown-menu .current-menu-item .dropdown-item:before,
.main-menu .dropdown-menu .dropdown-item:hover:before,
.main-menu .dropdown-menu .dropdown-item:active:before,
.main-menu .dropdown-menu .dropdown-item:focus:before {
  opacity: 1;
  transition: all 0.4s ease-out 0.15s;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .nav-wrap {
    padding: 25px 50px 50px 50px;
  }
}
@media (max-width: 1199px) {
  .nav-wrap {
    padding: 20px 20px 40px 20px;
  }
  .nav-cta {
    padding: 0 20px 35px;
  }
}
@media (max-width: 991px) {
  .nav-modal-wrap {
    display: block !important;
    height: unset;
  }
  .nav-brand img {
    width: 80%;
    transform: translateX(75px);
  }
  .nav-modal-cta {
    width: 100%;
    text-align: center;
    padding: 45px;
    text-shadow: none;
  }
  .nav-modal-cta .object-cover {
    display: none;
  }
  .nav-cta {
    padding: 0;
  }
  .nav-wrap {
    width: 100%;
    min-height: unset;
    padding: 25px 40px 50px;
  }
  .nav-logo {
    position: static;
  }
}
@media (max-width: 767px) {
  .nav-brand {
    display: none;
  }
  .nav-wrap {
    padding: 20px 20px 50px;
  }
  .nav-logo img {
    height: 100px;
  }
  .primary-nav {
    display: block;
  }
  .main-menu {
    display: block !important;
    padding-top: 10px;
  }
  .main-menu > li {
    width: 100%;
    margin-top: 25px;
    text-align: center !important;
  }
  .main-menu .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .main-menu .dropdown-menu .dropdown-item {
    text-align: center !important;
    padding: 3px 9px 3px 9px !important;
    width: unset !important;
    display: inline-block;
  }
  .main-menu .dropdown-menu .current-menu-item .dropdown-item,
  .main-menu .dropdown-menu .dropdown-item:hover,
  .main-menu .dropdown-menu .dropdown-item:active,
  .main-menu .dropdown-menu .dropdown-item:focus {
    padding: 3px 0 3px 18px !important;
  }
  .nav-modal-cta {
    padding: 30px 20px;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: transparent;
  padding: 25px 60px 15px;
}
#masthead.header-scroll {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.header-logo {
  position: relative;
}
.header-logo img {
  height: 95px;
  width: auto;
}

.header-logo-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.2s;
}

.header-logo-black {
  transition: all 0.2s;
  opacity: 0;
}

.header-left {
  transition: all 0.2s;
}
.header-left p {
  line-height: 1.2;
}
.header-left a {
  color: #fff;
  transition: all 0.2s;
}

.header-social {
  transform: translateY(-6px);
  transition: all 0.2s ease-out;
}
.header-social a {
  transition: transform 0.35s ease-out, color 0.2s;
  display: inline-block;
}
.header-social a:hover, .header-social a:focus, .header-social a:active {
  transform: translateY(-2px);
}

.cta-trigger {
  min-width: unset;
}

.navbar-toggler {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #24695E;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  flex-direction: column;
  padding: 13px 10px;
  box-shadow: none !important;
}
.navbar-toggler:hover .menu-bar, .navbar-toggler:focus .menu-bar, .navbar-toggler:active .menu-bar {
  width: 25px;
}

.menu-bar {
  display: block;
  height: 1px;
  width: 20px;
  background-color: #fff;
  transition: all 0.15s ease-out;
}

.header-scroll .header-social {
  transform: translateY(0);
}
.header-scroll .header-logo img {
  height: 70px;
}
.header-scroll .header-logo-white {
  opacity: 0;
}
.header-scroll .header-logo-black {
  opacity: 1;
}
.header-scroll .header-left {
  color: #019186;
}
.header-scroll .header-left a {
  color: #000;
}
.header-scroll .header-social a {
  color: #019186;
}

/** # Responsive **/
@media (max-width: 1600px) {
  #masthead {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  #masthead {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #masthead {
    padding: 10px 15px;
  }
  .header-logo {
    padding: 0;
  }
  .header-logo img {
    height: 65px;
  }
  .header-left {
    font-size: 0.65rem;
  }
  .header-left p {
    line-height: 1.3;
  }
  .header-scroll .header-logo img {
    height: 55px;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}

.modal-content-wrap {
  min-height: 100vh;
  overflow-y: auto;
}

.mobile-cta-link {
  display: none;
}

.cta-modal-content {
  padding: 30px;
}
.cta-modal-content > div {
  max-width: 525px;
}

.cta-modal-img {
  position: relative;
}
.cta-modal-img:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 160px);
  z-index: 1;
}
.cta-modal-img:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 50%);
}
.cta-modal-img .object-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.cta-modal-logo {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.cta-modal-logo img {
  height: 125px;
  width: auto;
}

.cta-modal-contact {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  z-index: 2;
}
.cta-modal-contact p {
  line-height: 1.3;
}
.cta-modal-contact a {
  color: #fff;
}

.cta-modal-social a {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
}
.cta-modal-social a:hover, .cta-modal-social a:focus, .cta-modal-social a:active {
  background-color: #019186;
  border-color: #019186;
  color: #fff !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  .mobile-cta-link {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    overflow: hidden;
  }
  .mobile-cta-link a {
    background-color: #24695E;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 35px;
    font-size: 0.85rem;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
  }
  .mobile-cta-link.hide-cta {
    z-index: -100;
    opacity: 0;
    transition: opacity 0.25s, z-index 0s linear 0.25s;
  }
  .modal-content-wrap {
    background-color: #FFF5E9;
  }
  .cta-modal-logo {
    position: static;
    margin-bottom: 45px;
  }
  .cta-modal-contact {
    position: static;
    color: #019186;
  }
  .cta-modal-contact a {
    color: #000;
  }
  .cta-modal-social a {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
  }
  .cta-modal-social a:hover, .cta-modal-social a:focus, .cta-modal-social a:active {
    background-color: #019186;
    border-color: #019186;
    color: #fff !important;
  }
  .cta-modal-social a {
    border: 1px solid #000;
    color: #000 !important;
  }
  .cta-modal-social a:hover, .cta-modal-social a:focus, .cta-modal-social a:active {
    background-color: #019186;
    border-color: #019186;
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .cta-modal-content {
    padding: 30px 15px;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 800px;
}
.hp-modal .modal-content {
  border-radius: 12px;
  overflow: hidden;
}
.hp-modal .btn-close {
  top: 10px;
  right: 10px;
}

.hp-modal-wrap {
  padding: 25px 10px;
}

.hp-modal-img {
  position: relative;
  overflow: hidden;
}
.hp-modal-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
}

.hp-modal-content {
  padding: 30px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .hp-modal-content {
    padding: 40px 10px 10px;
  }
}
.footer-content-left {
  padding: 125px 45px 100px 15px;
}
.footer-content-left textarea {
  height: 150px !important;
}

.footer-content-right {
  margin-top: -55px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}
.footer-content-right > div {
  top: 33%;
  position: sticky;
}

.site-footer-inner {
  padding: 40px 0;
}
.site-footer-inner a {
  text-decoration: none;
}

.footer-logo {
  margin-bottom: 40px;
}
.footer-logo img {
  height: 130px;
  width: auto;
}

.footer-col {
  display: flex;
  align-items: center;
}
.footer-col > div {
  min-width: 90%;
}
.footer-col:not(:first-child):not(:last-child) {
  justify-content: center;
}
.footer-col:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.33);
}
.footer-col img {
  height: 26px;
  display: block;
  width: auto;
  margin: 0 auto;
}
.footer-col img + img {
  height: 40px;
  margin-top: 12px;
}
.footer-col p {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.25;
}
.footer-col a {
  color: #fff !important;
}

.footer-locations-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  padding-bottom: 4px;
  display: inline-block;
}
.footer-locations-link:hover, .footer-locations-link:focus, .footer-locations-link:active {
  text-decoration: none;
  border-color: transparent;
}

.footer-ig {
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  padding: 15px 20px 0 !important;
}

.footer-ig-inner {
  margin-bottom: 10px;
}
.footer-ig-inner a {
  color: #fff !important;
  font-weight: 600;
}
.footer-ig-inner a:hover, .footer-ig-inner a:focus, .footer-ig-inner a:active {
  color: #019186 !important;
  text-decoration: none;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  background-color: #019186;
  border-color: #019186;
  color: #fff !important;
}

.site-info a {
  color: #fff !important;
  font-weight: 600;
  text-decoration: underline;
}
.site-info a:hover, .site-info a:focus, .site-info a:active {
  text-decoration: none;
}

.footer-legal {
  display: inline-block;
}
.footer-legal ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0;
  padding: 0 5px 0 3px;
}
.footer-legal li {
  border-right: 1px solid #fff;
  display: inline-block;
  padding: 0 8px;
  font-size: 0.7rem;
  line-height: 1;
}
.footer-legal li:first-of-type {
  border-left: 1px solid #fff;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .footer-content-left {
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  #colophon {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  }
  .footer-content {
    position: relative;
    z-index: 1;
    padding: 45px 0;
  }
  .footer-content-left {
    padding: 0 15px;
  }
  .footer-content-right {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: -1;
    margin-top: 0;
    width: 30%;
  }
  .footer-content-right > div {
    position: static;
  }
  .footer-content-right > div img {
    opacity: 0.1;
  }
  .site-footer-inner {
    padding-bottom: 15px;
  }
  .footer-col {
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }
  .footer-col:nth-child(even) {
    border-right: 0;
  }
  .footer-ig {
    padding: 15px 15px 0 !important;
  }
}
@media (max-width: 767px) {
  .footer-content-right {
    width: 45%;
  }
  .footer-col {
    border: 0 !important;
  }
  .fig-img:nth-child(n+4) {
    display: none;
  }
  .footer-legal {
    display: block;
  }
  .footer-legal li:first-of-type {
    border-left: 0;
  }
  .footer-legal li:last-of-type {
    border-right: 0;
  }
}
.media-wrap > div {
  height: 100%;
}
.media-wrap .bg-slider,
.media-wrap .img-slider {
  height: 100% !important;
}
.media-wrap .bg-slider .slick-track,
.media-wrap .bg-slider .slick-list,
.media-wrap .bg-slider .slick-slide,
.media-wrap .img-slider .slick-track,
.media-wrap .img-slider .slick-list,
.media-wrap .img-slider .slick-slide {
  height: 100% !important;
}
.media-wrap .comp-video {
  position: relative;
}
.media-wrap .video-wrap {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-wrap .video-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-slider {
  position: relative;
}
.img-slider .bg-slide:after {
  content: "";
  position: absolute;
  bottom: -140px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.img-slider-arrows {
  position: absolute;
  bottom: 12px;
  right: 15px;
  z-index: 2;
}

.media-block,
.wp-media-block {
  margin: 40px 0;
}

/** # Responsive **/
@media (max-width: 767px) {
  .img-slider-arrows {
    bottom: 5px;
    right: 10px;
  }
}
.list-box-wrap {
  margin-bottom: 40px;
  padding-top: 30px;
  position: relative;
}
.list-box-wrap.list-box-slide {
  padding: 0 15px;
}
.list-box-wrap a {
  text-decoration: none !important;
  color: #000;
}
.list-box-wrap a:hover .list-box-img img, .list-box-wrap a:focus .list-box-img img, .list-box-wrap a:active .list-box-img img {
  transform: scale(1);
}
.list-box-wrap .locked-overlay:hover + a .list-box-img img, .list-box-wrap .locked-overlay:focus + a .list-box-img img, .list-box-wrap .locked-overlay:active + a .list-box-img img {
  transform: scale(1);
}

.locked-overlay {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: 10;
}

.forced-reg-modal .modal-dialog {
  max-width: 600px;
}
.forced-reg-modal .modal-content {
  padding: 50px 40px 30px;
  border-radius: 9px;
  box-shadow: 0 5px 6px 4px rgba(0, 0, 0, 0.1);
}
.forced-reg-modal .btn-close {
  width: 45px;
  height: 45px;
  top: 10px;
  right: 10px;
}

.list-box-inner {
  position: relative;
}

.list-box-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.list-box-img img {
  transform: scale(1.05);
  transition: all 0.75s ease-out;
}

.list-box-status {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 6px 15px;
  line-height: 1;
  border-radius: 12px;
}

.list-box-type {
  position: absolute;
  top: -30px;
  right: 25px;
  width: 105px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.485rem;
  z-index: 1;
  padding-bottom: 10px;
}
.list-box-type img {
  display: block;
  margin: 0 auto 4px;
  width: 16px;
  height: auto;
}

.list-box-meta {
  margin-top: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.list-box-meta span:not(:last-child):after {
  content: " | ";
  font-weight: normal;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .list-box-wrap {
    transition-delay: 0.3s !important;
  }
}
@media (max-width: 991px) {
  .list-slider {
    margin: 0 -15px;
  }
  .list-box-wrap {
    padding-top: 0;
  }
  .list-box-type {
    bottom: 10px;
    right: 10px;
    top: unset;
    aspect-ratio: unset;
    width: unset;
    padding: 6px 15px;
    line-height: 1;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .forced-reg-modal .modal-dialog {
    max-width: 95vw;
  }
  .forced-reg-modal .modal-content {
    padding: 50px 20px 30px;
  }
}
.blog-box-wrap {
  margin-bottom: 50px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 15px;
}
.blog-box-wrap a {
  color: #000;
  text-decoration: none !important;
}
.blog-box-wrap a:hover .blog-box-img .object-cover, .blog-box-wrap a:focus .blog-box-img .object-cover, .blog-box-wrap a:active .blog-box-img .object-cover {
  transform: scale(1);
}

.blog-box-img {
  position: relative;
  overflow: hidden;
}
.blog-box-img .object-cover {
  transform: scale(1.05);
  transition: all 0.75s ease-out;
}

.blog-box-cat {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 6px 15px;
  line-height: 1;
  border-radius: 12px;
}

.blog-box-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.blog-box-info {
  margin-top: 15px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed-slider {
    margin: 0 -15px;
  }
}
.img-header {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-top: 175px;
  padding-bottom: 40px;
  overflow: hidden;
}

.header-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.header-media:after {
  content: "";
  position: absolute;
  bottom: -25%;
  left: -7%;
  width: 57vw;
  height: 57vw;
  background: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

.page-header-scroll {
  position: absolute;
  bottom: 40px;
  right: 50px;
  z-index: 1;
}
.page-header-scroll img {
  transform: rotate(133deg);
  animation: glow 2.5s linear infinite;
}

@keyframes glow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.text-header {
  padding-top: 190px;
  padding-bottom: 45px;
}
.text-header h1 {
  color: #fff !important;
}

.page-header {
  border: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .header-media:after {
    left: 0;
  }
}
@media (max-width: 991px) {
  .img-header {
    min-height: 500px;
  }
  .header-media:after {
    bottom: -25%;
    left: 2%;
    width: 60vw;
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .img-header {
    display: block;
    padding: 0;
    min-height: unset;
  }
  .img-header .page-header {
    padding: 25px 15px 30px;
    text-shadow: none;
  }
  .header-media {
    position: relative;
    aspect-ratio: 7/5;
  }
  .header-media:after {
    display: none;
  }
  .text-header {
    padding-top: 130px;
    padding-bottom: 30px;
  }
}
.sidebar {
  background-color: #fff;
  border-radius: 9px;
  padding: 30px 20px 5px;
  position: sticky;
  text-align: center;
  box-shadow: 0px 5px 6px 4px rgba(0, 0, 0, 0.1);
  color: #000;
}
.sidebar h3 {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: bold;
}
.sidebar a {
  color: #000;
  text-decoration: underline;
}
.sidebar a:hover, .sidebar a:focus, .sidebar a:active {
  color: #019186;
  text-decoration: none;
}

.sidebar-contact {
  margin-top: 15px;
}
.sidebar-contact a {
  font-weight: 600;
  letter-spacing: 0.03rem;
  text-decoration: none;
  color: #000 !important;
}
.sidebar-contact a:hover, .sidebar-contact a:focus, .sidebar-contact a:active {
  color: #019186 !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 45px;
  }
}
.lead-wrap {
  padding: 200px 0 80px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lead-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.lead-img:before {
  background-color: rgba(0, 0, 0, 0.6);
}

.lead-inner {
  position: relative;
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .lead-wrap {
    min-height: unset;
    padding: 200px 0 60px;
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding: 125px 0 50px;
  }
  .lead-img:before {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.posts-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .posts-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.t-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}

.t-box-wrap {
  margin-bottom: 60px;
}
.t-box-wrap a {
  text-decoration: none !important;
  color: #000;
  display: block;
  height: 100%;
}
.t-box-wrap a:hover .t-box-inner, .t-box-wrap a:focus .t-box-inner, .t-box-wrap a:active .t-box-inner {
  transform: translateY(-15px);
}
.t-box-wrap a:hover .t-more, .t-box-wrap a:focus .t-more, .t-box-wrap a:active .t-more {
  color: #019186;
  border-color: transparent;
}
.t-box-wrap .t-box-inner {
  box-shadow: 0 5px 6px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-out;
  padding-bottom: 35px;
  position: relative;
}

.t-box-inner {
  background-color: #fff;
  border-radius: 12px;
  color: #000;
  height: 100%;
}

.t-box-top {
  padding: 15px 25px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.t-box-img {
  width: 95px;
  min-width: 95px;
  margin-right: 15px;
  border-radius: 100%;
  overflow: hidden;
}

.t-box-star svg {
  margin-right: 1px;
}

.t-box-excerpt {
  padding: 25px 25px 30px;
}

.t-more {
  position: absolute;
  bottom: 20px;
  left: 25px;
  z-index: 1;
  border-bottom: 1px solid #000;
  transition: all 0.4s ease-out;
}

.testimonial-modal .modal-dialog {
  max-width: 750px;
}
.testimonial-modal .modal-content {
  border-radius: 13px;
  overflow: hidden;
}

.t-modal-wrap {
  padding: 40px 50px 35px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .t-box-wrap {
    transition-delay: 0.3s !important;
  }
}
@media (max-width: 991px) {
  .t-box-top {
    padding: 15px 15px 25px;
  }
  .t-box-excerpt {
    padding: 20px 15px 25px;
  }
  .t-box-wrap {
    margin-bottom: 45px;
  }
  .t-box-inner {
    transform: none !important;
  }
  .t-more {
    left: 15px;
  }
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .t-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .t-modal-wrap {
    padding: 35px 20px 25px;
  }
}
.listings-wrap {
  margin-top: 50px;
  margin-bottom: 70px;
}

.listings-callout {
  margin: 30px 0;
  border-radius: 12px;
  padding: 35px 40px;
  color: #fff !important;
  background-color: #019186;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-weight: 600;
  font-size: 0.8rem;
  box-shadow: 0 5px 6px 4px rgba(0, 0, 0, 0.1);
}
.listings-callout a:not(.btn) {
  color: #FFF5E9 !important;
  text-decoration: underline !important;
}
.listings-callout a:not(.btn):hover, .listings-callout a:not(.btn):focus, .listings-callout a:not(.btn):active {
  text-decoration: none !important;
}
.listings-callout > *:last-child {
  margin-bottom: 0;
}

/** # Responsive **/
@media (max-width: 767px) {
  .listings-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .listings-callout {
    padding: 25px 20px;
  }
}
.page-content {
  margin: 50px 0;
}

.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs):not(.select2-choices):not(.idx-listings):not(.idx-pagination):not(.idx-details__property-links):not(.select2-selection__rendered):not(.mlm-nav):not(#idx-mlm-nav-links),
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs):not(.select2-choices):not(.idx-listings):not(.idx-pagination):not(.idx-details__property-links):not(.select2-selection__rendered):not(.mlm-nav):not(#idx-mlm-nav-links),
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs):not(.select2-choices):not(.idx-listings):not(.idx-pagination):not(.idx-details__property-links):not(.select2-selection__rendered):not(.mlm-nav):not(#idx-mlm-nav-links) {
  padding-left: 0;
  list-style: none;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs):not(.select2-choices):not(.idx-listings):not(.idx-pagination):not(.idx-details__property-links):not(.select2-selection__rendered):not(.mlm-nav):not(#idx-mlm-nav-links) li,
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs):not(.select2-choices):not(.idx-listings):not(.idx-pagination):not(.idx-details__property-links):not(.select2-selection__rendered):not(.mlm-nav):not(#idx-mlm-nav-links) li,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs):not(.select2-choices):not(.idx-listings):not(.idx-pagination):not(.idx-details__property-links):not(.select2-selection__rendered):not(.mlm-nav):not(#idx-mlm-nav-links) li {
  margin-bottom: 8px;
  padding-left: 14px;
  line-height: 1.3;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs):not(.select2-choices):not(.idx-listings):not(.idx-pagination):not(.idx-details__property-links):not(.select2-selection__rendered):not(.mlm-nav):not(#idx-mlm-nav-links) li:before,
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs):not(.select2-choices):not(.idx-listings):not(.idx-pagination):not(.idx-details__property-links):not(.select2-selection__rendered):not(.mlm-nav):not(#idx-mlm-nav-links) li:before,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs):not(.select2-choices):not(.idx-listings):not(.idx-pagination):not(.idx-details__property-links):not(.select2-selection__rendered):not(.mlm-nav):not(#idx-mlm-nav-links) li:before {
  margin: 0 10px 0 -14px;
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #019186;
  position: relative;
  top: -3px;
}

.page-wrap {
  margin-bottom: 60px;
  margin-top: 60px;
}
.page-wrap.xlightgrey-bg {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 0;
}

.entry-content > h1, .entry-content > .h1,
.page-content > h1,
.page-content > .h1 {
  font-size: 2.5rem;
}
.entry-content > h2, .entry-content > .h2,
.page-content > h2,
.page-content > .h2 {
  font-size: 2.2rem;
}
.entry-content > h3, .entry-content > .h3,
.page-content > h3,
.page-content > .h3 {
  font-size: 1.7rem;
}
.entry-content > h4, .entry-content > .h4,
.page-content > h4,
.page-content > .h4 {
  font-size: 1.4rem;
}
.entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5,
.page-content > h1,
.page-content > h2,
.page-content > h3,
.page-content > h4,
.page-content > h5 {
  margin-top: 30px;
}
.entry-content > h1:first-child, .entry-content > h2:first-child, .entry-content > h3:first-child, .entry-content > h4:first-child, .entry-content > h5:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child {
  margin-top: 0;
}
.entry-content > h1 b, .entry-content > h1 strong, .entry-content > h2 b, .entry-content > h2 strong, .entry-content > h3 b, .entry-content > h3 strong, .entry-content > h4 b, .entry-content > h4 strong, .entry-content > h5 b, .entry-content > h5 strong,
.page-content > h1 b,
.page-content > h1 strong,
.page-content > h2 b,
.page-content > h2 strong,
.page-content > h3 b,
.page-content > h3 strong,
.page-content > h4 b,
.page-content > h4 strong,
.page-content > h5 b,
.page-content > h5 strong {
  font-weight: normal;
}

.entry-content {
  padding-right: 90px;
}
.entry-content > section:first-child {
  margin-top: 0 !important;
}
.entry-content > section:last-child {
  margin-bottom: 0 !important;
}
.entry-content > section > blockquote:first-child {
  margin-top: 0 !important;
}
.entry-content > section > blockquote:last-child {
  margin-bottom: 0 !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .page-wrap {
    margin-top: 45px;
    margin-bottom: 50px;
  }
  .page-wrap.xlightgrey-bg {
    padding: 45px 0 50px;
  }
}
@media (max-width: 767px) {
  .entry-content > h1, .entry-content > .h1,
  .page-content > h1,
  .page-content > .h1 {
    font-size: 2rem;
  }
  .entry-content > h2, .entry-content > .h2,
  .page-content > h2,
  .page-content > .h2 {
    font-size: 1.8rem;
  }
  .entry-content > h3, .entry-content > .h3,
  .page-content > h3,
  .page-content > .h3 {
    font-size: 1.5rem;
  }
  .entry-content > h4, .entry-content > .h4,
  .page-content > h4,
  .page-content > .h4 {
    font-size: 1.2rem;
  }
}
.cta-section {
  padding: 90px 0;
  min-height: 75vh;
  display: flex;
  align-items: center;
}
.cta-section:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 75%);
  z-index: 1;
}
.cta-section .container {
  position: relative;
  z-index: 1;
}
.cta-section .banner-img {
  z-index: unset;
}
.cta-section h2 {
  color: #fff !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  .cta-section {
    min-height: unset;
  }
  .cta-section:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 100%);
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding: 50px 0;
  }
  .cta-section:before {
    background: none;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.single-locked-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: 9999;
}

.single-locked-overlay-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  background-color: #fff;
  opacity: 0.97;
}

.list-top-wrap {
  height: 100vh;
  padding-top: 175px;
  padding-bottom: 75px;
  overflow: hidden;
}

.list-header {
  position: relative;
  z-index: 1;
}

.list-status {
  width: 100px;
  height: 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 2px 20px;
  text-shadow: none;
}

.list-top-meta {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.list-top-meta > span:not(:last-of-type):after {
  content: "|";
  display: inline-block;
  margin: 0 5px 0 8px;
  font-weight: normal;
}
.list-top-meta a {
  font-weight: normal;
  color: #fff !important;
}
.list-top-meta a:hover, .list-top-meta a:focus, .list-top-meta a:active {
  color: #FFF5E9 !important;
}

.oh-heading {
  min-width: 99px;
}

.list-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.list-img:after {
  content: "";
  position: absolute;
  bottom: -25%;
  left: -7%;
  width: 57vw;
  height: 57vw;
  background: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

.list-top-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.gallery-jump {
  position: absolute;
  right: 50px;
  bottom: 75px;
  z-index: 1;
}
.gallery-jump .btn {
  min-width: unset;
}
.gallery-jump .btn .btn-arrow {
  display: none !important;
}

.list-wrap {
  margin-top: 50px;
  margin-bottom: 75px;
}
.list-wrap .entry-content > div:last-child {
  margin-bottom: 0;
}

.list-desc,
.list-cs-desc,
.list-downloads,
.list-reel,
.cs-testimonial,
.cs-breakdown {
  margin-bottom: 45px;
}

.list-desc + .list-downloads {
  margin-top: -25px;
}

.list-detail {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(1, 145, 134, 0.5);
}

.list-tour {
  padding: 80px 0;
}

.list-video + .list-video, .list-video + .list-virtual {
  margin-top: 45px;
}
.list-video lite-youtube::before, .list-video lite-vimeo::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.list-gallery-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

.hilites-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 1;
  width: 45px;
  height: 45px;
  box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
.hilites-slider .slick-arrow.slick-prev {
  left: 30px;
}
.hilites-slider .slick-arrow.slick-next {
  right: 30px;
}

.expand-gallery {
  position: absolute;
  bottom: 20px;
  right: 25px;
  background-color: rgba(255, 255, 255, 0.9);
  height: 58px;
  padding: 10px 25px;
  border-radius: 29px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
  transition: all 0.4s ease-out;
}
.expand-gallery:hover, .expand-gallery:focus, .expand-gallery:active {
  background-color: #24695E;
  color: #fff;
}

.list-img-callout {
  margin-top: 45px;
  margin-bottom: 45px;
}
.list-img-callout.img-right .lic-img {
  order: 2;
}
.list-img-callout.img-right .lic-copy {
  padding-right: 45px;
}
.list-img-callout.img-left .lic-copy {
  padding-left: 45px;
}

.row-of-imgs {
  margin-top: 45px;
  margin-bottom: 45px;
}

.list-bottom {
  padding-top: 70px;
  padding-bottom: 70px;
}

.list-agents-map {
  order: 2;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}

.list-agents {
  margin-bottom: 45px;
}

.list-agent {
  width: 48%;
  min-width: 48%;
}

.list-agent-img {
  width: 100px;
  min-width: 100px;
  aspect-ratio: 1/1;
  margin-right: 15px;
  border-radius: 100%;
  overflow: hidden;
}

.list-agent-info a {
  color: #fff !important;
  font-weight: normal;
  text-decoration: none;
}
.list-agent-info a:hover, .list-agent-info a:focus, .list-agent-info a:active {
  text-decoration: underline;
}

.list-map {
  flex-grow: 1;
}
.list-map .acf-map {
  height: 100%;
}

.related-listings-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
}

.related-listings-header {
  margin-bottom: 20px;
}

.cs-testimonial .t-box-inner {
  background-color: rgb(255, 250.7954545455, 245.75);
}

.cs-breakdown {
  padding: 45px;
  margin-top: 50px;
}

.bd-stat > div {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #019186;
}

.cs-story-wrap {
  padding: 70px 0;
}

.story-track {
  width: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  flex: unset !important;
  padding: 0 !important;
}

.story-pull {
  width: 52px;
  aspect-ratio: 1/1;
  position: sticky;
  top: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #24695E;
  color: #fff;
  overflow: hidden;
  border-radius: 100%;
  transform: translateX(-24px);
}

.cs-story-steps {
  margin-top: 45px;
}

.story-step:nth-child(even) {
  margin-top: 80px;
  padding-left: 60px;
}
.story-step:nth-child(odd) {
  padding-right: 60px;
}
.story-step > div {
  border-radius: 9px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 5px 6px 4px rgba(0, 0, 0, 0.1);
}

/** # Responsive **/
@media (max-width: 1199px) {
  .list-top-wrap {
    padding-bottom: 35px;
  }
  .gallery-jump {
    bottom: 35px;
    right: 40px;
  }
  .list-img:after {
    left: 0;
  }
  .related-listings-wrap {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .list-top-wrap {
    height: unset;
    padding: 0;
    display: block !important;
  }
  .list-img {
    aspect-ratio: 7/5;
    position: relative;
  }
  .list-img:after {
    display: none;
  }
  .list-header {
    text-align: center;
    padding: 40px 40px;
  }
  .list-header h1 {
    justify-content: center;
  }
  .list-status {
    margin: 0 auto;
  }
  .open-houses {
    display: block !important;
  }
  .details-wrap {
    margin-bottom: 45px;
  }
  .hilites-slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .hilites-slider .slick-arrow.slick-next {
    right: 20px;
  }
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
  .lic-copy {
    padding: 0 15px !important;
  }
  .list-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .list-agents-map {
    order: unset;
    padding: 0 15px;
  }
  .list-map {
    aspect-ratio: 7/5;
  }
  .related-listings-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .related-listings-header {
    margin-bottom: 30px;
  }
  .related-listings-header h2 {
    justify-content: center;
  }
  .story-step:nth-child(even) {
    padding-left: 40px;
  }
  .story-step:nth-child(odd) {
    padding-right: 40px;
  }
  .story-step > div {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .gallery-jump {
    bottom: 10px;
    right: 10px;
  }
  .gallery-jump .btn {
    height: 40px;
    min-height: unset;
    padding: 10px 15px;
    font-size: 0.75rem;
  }
  .list-top-play img {
    width: 90px;
  }
  .list-header {
    padding: 35px 20px;
  }
  .list-top-meta > span:after {
    display: none !important;
  }
  .list-top-meta > span:not(:last-child):not(:first-child):before {
    content: "|";
    display: inline-block;
    margin: 0 8px 0 5px;
    font-weight: normal;
  }
  .list-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .list-tour {
    padding: 45px 0;
  }
  .list-gallery-wrap,
  .list-img-callout,
  .row-of-imgs {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .hilites-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .hilites-slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .hilites-slider .slick-arrow.slick-next {
    right: 10px;
  }
  .expand-gallery {
    bottom: 10px;
    right: 10px;
    height: 40px;
    padding: 10px 15px;
  }
  .list-agent {
    width: 100%;
    min-width: 100%;
  }
  .list-agent + .list-agent {
    margin-top: 20px;
  }
  .cs-breakdown {
    padding: 35px 20px;
  }
  .cs-story-wrap {
    padding: 50px 0;
  }
  .cs-story-steps {
    margin-top: 20px;
  }
  .story-step {
    padding: 0 15px !important;
    margin-top: 30px !important;
  }
}
.post-top-wrap {
  padding: 200px 0 70px;
}

.post-header {
  padding-right: 45px;
}

.post-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}

.post-share {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #019186;
  color: #019186;
}
.post-share a {
  color: #019186;
  text-decoration: none;
}
.post-share a:hover, .post-share a:focus, .post-share a:active {
  color: #24695E;
}

.blog-tags {
  margin-top: 45px;
}
.blog-tags a {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-cta {
  z-index: 1;
}
.blog-cta:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.blog-cta a {
  color: #fff;
  min-height: 400px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

/** # Responsive **/
@media (max-width: 991px) {
  .post-top-wrap {
    padding: 180px 0 50px;
  }
  .post-header {
    padding-right: 15px;
  }
  .post-header h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .post-top-wrap {
    padding: 125px 0 40px;
  }
  .post-header {
    margin-bottom: 25px;
  }
  .post-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bio-top-wrap {
  padding: 200px 0 70px;
}

.bio-header {
  padding-right: 45px;
}

.bio-contact p {
  line-height: 1.5;
}
.bio-contact a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.bio-contact a:hover, .bio-contact a:focus, .bio-contact a:active {
  color: #019186;
}

.bio-social a {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.bio-social a:hover, .bio-social a:focus, .bio-social a:active {
  background-color: #019186;
  border-color: #019186;
  color: #fff !important;
}

.bio-header-scroll {
  margin-top: 40px;
}
.bio-header-scroll img {
  transform: rotate(133deg);
  animation: glow 2.5s linear infinite;
}

.bio-wrap {
  padding: 70px 0 90px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .bio-top-wrap {
    padding: 180px 0 50px;
  }
  .bio-header {
    padding-right: 15px;
  }
  .bio-header h1 {
    font-size: 2rem;
  }
  .bio-contact {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .bio-top-wrap {
    padding: 125px 0 40px;
  }
  .bio-header {
    margin-bottom: 25px;
  }
  .bio-header h1 {
    font-size: 1.75rem;
  }
  .bio-wrap {
    padding: 50px 0;
  }
}
.blog-toggle {
  margin: 0 0 45px;
}

.toggle-btn {
  background-color: transparent;
  border: 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #019186;
  outline: none !important;
  text-align: left;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.toggle-btn:hover .toggle-arrow, .toggle-btn:focus .toggle-arrow, .toggle-btn:active .toggle-arrow, .toggle-btn:not(.collapsed) .toggle-arrow {
  transform: rotate(45deg);
}

.toggle-arrow {
  transition: all 0.4s ease-out;
  display: inline-flex;
}

.toggle-card-body {
  margin-top: 15px;
}

.thanks-wrap .header-media:before {
  background-color: rgba(0, 0, 0, 0.33);
}

lite-youtube,
lite-vimeo {
  background-color: #000;
  position: relative;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* play button */
  /* Post-click styles */
}
lite-youtube::before,
lite-vimeo::before {
  background-color: rgba(0, 0, 0, 0.05);
}
lite-youtube > iframe,
lite-vimeo > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 0;
  aspect-ratio: 16/9;
}
lite-youtube .lyt-playbtn svg,
lite-youtube .ltv-playbtn svg,
lite-vimeo .lyt-playbtn svg,
lite-vimeo .ltv-playbtn svg {
  width: 100px;
  height: auto;
  position: relative;
  z-index: 10;
}
lite-youtube.lyt-activated, lite-youtube.ltv-activated,
lite-vimeo.lyt-activated,
lite-vimeo.ltv-activated {
  cursor: unset;
  background-image: none !important;
}
lite-youtube.lyt-activated::before, lite-youtube.lyt-activated > .lyt-playbtn, lite-youtube.lyt-activated > .ltv-playbtn, lite-youtube.ltv-activated::before, lite-youtube.ltv-activated > .lyt-playbtn, lite-youtube.ltv-activated > .ltv-playbtn,
lite-vimeo.lyt-activated::before,
lite-vimeo.lyt-activated > .lyt-playbtn,
lite-vimeo.lyt-activated > .ltv-playbtn,
lite-vimeo.ltv-activated::before,
lite-vimeo.ltv-activated > .lyt-playbtn,
lite-vimeo.ltv-activated > .ltv-playbtn {
  opacity: 0;
  pointer-events: none;
}

/** # Responsive **/
@media (max-width: 767px) {
  lite-youtube .lyt-playbtn svg,
  lite-youtube .ltv-playbtn svg,
  lite-vimeo .lyt-playbtn svg,
  lite-vimeo .ltv-playbtn svg {
    width: 85px;
  }
}
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: 100vh;
  padding: 200px 0 60px;
  overflow: hidden;
}
.homepage-hero .container {
  position: relative;
  z-index: 1;
}

.hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hero-media:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 260px);
  z-index: 1;
}
.hero-media:after {
  content: "";
  position: absolute;
  bottom: -25%;
  left: -7%;
  width: 57vw;
  height: 57vw;
  background: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-inner {
  padding-right: 60px;
}
.hero-inner > div {
  padding-right: 100px;
}
.hero-inner .btn {
  min-width: unset;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hero-inner {
    padding: 0;
  }
  .hero-inner > div {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .homepage-hero {
    min-height: 60vh;
    padding-bottom: 45px;
  }
  .hero-media:after {
    bottom: -7%;
    left: -5%;
    width: 75vw;
    height: 75vw;
  }
  .hero-inner > div {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    display: block !important;
    padding: 0;
    min-height: unset;
  }
  .hero-media {
    position: relative;
    aspect-ratio: 7/5;
  }
  .hero-media:after {
    display: none;
  }
  .hero-inner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 30px 15px;
    text-shadow: none;
    background-color: #000;
  }
}
.homepage-listings {
  padding-top: 60px;
  padding-bottom: 50px;
}

.hp-listings-header {
  margin-bottom: 50px;
}

.hpl-box-wrap {
  margin-bottom: 20px;
}
.hpl-box-wrap a {
  text-decoration: none !important;
}
.hpl-box-wrap a:hover .hpl-box-inner img.d-block, .hpl-box-wrap a:focus .hpl-box-inner img.d-block, .hpl-box-wrap a:active .hpl-box-inner img.d-block {
  transform: rotate(45deg);
}
.hpl-box-wrap a:hover .hpl-box-inner .object-cover, .hpl-box-wrap a:focus .hpl-box-inner .object-cover, .hpl-box-wrap a:active .hpl-box-inner .object-cover {
  transform: scale(1);
}

.hpl-box-inner {
  aspect-ratio: 1/1;
  padding: 15px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hpl-box-inner:before {
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0) 100px);
}
.hpl-box-inner img.d-block {
  transition: all 0.4s ease-out;
}
.hpl-box-inner .object-cover {
  transform: scale(1.1);
  transition: all 0.75s ease-out;
}

.hp-list-type {
  position: absolute;
  top: 45px;
  right: 45px;
  width: 160px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-list-inner {
  aspect-ratio: 18/9;
  position: relative;
  color: #fff;
}
.hp-list-inner:before {
  content: "";
  position: absolute;
  bottom: -40%;
  left: -12%;
  width: 57vw;
  height: 57vw;
  background: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}
.hp-list-inner:after {
  content: "";
  position: absolute;
  bottom: -25%;
  right: -3%;
  width: 30vw;
  height: 30vw;
  background: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.hp-list-content {
  padding: 0 0 20px 35px;
}
.hp-list-content h3 a {
  color: #fff;
  text-decoration: none;
}
.hp-list-content h3 a img {
  display: inline-block;
  margin-left: 15px;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.hp-list-content h3 a:hover img, .hp-list-content h3 a:focus img, .hp-list-content h3 a:active img {
  opacity: 1;
  transform: rotate(45deg);
}

.hp-list-meta {
  margin-top: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
}
.hp-list-meta > span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 4px;
  font-weight: normal;
}

.hp-list-status {
  padding: 6px 15px;
  line-height: 1;
  border-radius: 12px;
  margin-right: 10px;
  text-shadow: none;
}

.hp-list-more a {
  text-decoration: none !important;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 4px;
  color: #fff;
}
.hp-list-more a:hover, .hp-list-more a:focus, .hp-list-more a:active {
  border-color: transparent;
}

.hp-list-nav {
  position: absolute;
  bottom: 35px;
  right: 80px;
  z-index: 1;
}

.hp-list-arrows {
  display: flex;
  align-items: center;
}

.hp-list-dots-wrap {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  padding: 0 15px;
}

.hp-list-dots {
  display: inline-block;
}
.hp-list-dots .slick-dots {
  position: relative;
  width: 12px;
}
.hp-list-dots .slick-dots li {
  margin: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.hp-list-dots .slick-dots li.slick-active button {
  opacity: 1;
}
.hp-list-dots .slick-dots button {
  text-indent: unset;
  background-color: transparent !important;
  border-radius: unset;
  border: 0 !important;
  color: #fff;
  height: unset;
  width: 12px;
  text-align: right;
  transform: translateY(1px);
  opacity: 0;
  font-weight: 600;
  pointer-events: none;
  cursor: default;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-list-inner {
    aspect-ratio: 16/9;
  }
  .hp-list-type {
    top: 30px;
    right: 30px;
    font-size: 0.6rem;
    width: 130px;
  }
  .hp-list-nav {
    right: 40px;
  }
}
@media (max-width: 991px) {
  .hp-listings-header {
    margin-bottom: 35px;
  }
  .hpl-box-inner .h5 {
    font-size: 0.9rem;
  }
  .hp-list-inner:before {
    left: -2%;
    width: 65vw;
    height: 65vw;
  }
  .hp-list-inner:after {
    right: 0;
  }
  .hp-list-type {
    top: 15px;
    right: 15px;
    font-size: 0.5rem;
    width: 105px;
  }
  .hp-list-content {
    padding-left: 15px;
  }
  .hp-list-nav {
    right: 15px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .homepage-listings {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .hpl-quick-links {
    margin-bottom: 35px;
  }
  .hpl-box-wrap {
    margin-bottom: 12px;
  }
  .hpl-box-inner {
    aspect-ratio: 18/9;
  }
}
/* Styling for homepage testimonials component */
.homepage-blog {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hp-blog-header {
  margin-bottom: 30px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .blog-feed-slider {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .hp-blog-header h2 {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .homepage-blog {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.freeform-content {
  margin: 45px 0;
}

.numbered-heading {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.numbered-heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  background-color: #019186;
  height: 1px;
  transition: all 0.6s ease-out 0.3s;
}
.numbered-heading.animated:before {
  width: 100%;
}

.heading-num {
  width: 50px;
  min-width: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.1);
  margin-right: 8px;
  font-size: 0.9rem;
}

/** # Responsive **/
@media (max-width: 767px) {
  .heading-num {
    width: 40px;
    min-width: 40px;
    font-size: 0.8rem;
  }
}
.copy-on-media {
  padding: 90px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
}
.copy-on-media .container {
  position: relative;
}

.overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.overlay-media:before {
  background-color: rgba(0, 0, 0, 0.65);
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-on-media {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    padding: 50px 0;
  }
  .overlay-media:before {
    background-color: rgba(0, 0, 0, 0.65);
  }
}
.hp-copy-on-media {
  padding-top: 90px;
  padding-bottom: 90px;
  min-height: 75vh;
}

.hp-overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hp-overlay-media:before {
  opacity: 0;
  transition: all 0.4s ease-out 0.3s;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 50%);
}
.hp-overlay-media.animated:before {
  opacity: 1;
}

.hp-overlay-inner {
  max-width: 480px;
}
.hp-overlay-inner .section-links a {
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 4px;
}
.hp-overlay-inner .section-links a:hover, .hp-overlay-inner .section-links a:focus, .hp-overlay-inner .section-links a:active {
  border-color: transparent;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hp-overlay-media:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 65%);
  }
}
@media (max-width: 1199px) {
  .hp-overlay-media:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 75%);
  }
}
@media (max-width: 991px) {
  .hp-copy-on-media {
    min-height: unset;
  }
  .hp-overlay-media:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 767px) {
  .hp-copy-on-media {
    padding: 50px 15px;
  }
  .hp-overlay-media:before {
    background: none;
    background-color: rgba(0, 0, 0, 0.55);
  }
}
.copy-and-media {
  padding: 90px 0;
}
.copy-and-media.white-bg {
  padding: 0;
  margin-top: 90px;
  margin-bottom: 90px;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-fit .cm-media {
  position: relative;
  min-height: 500px;
}
.copy-and-media.media-fit .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.copy-and-media.media-fit .cm-inner {
  padding: 45px 15px;
}
.copy-and-media.media-fit.media-left .cm-inner {
  padding-left: 50px;
}
.copy-and-media.media-fit.media-right .cm-inner {
  padding-right: 50px;
}
.copy-and-media.media-square .media-wrap {
  aspect-ratio: 1/1;
}
.copy-and-media.media-square.media-left .cm-inner {
  padding-left: 50px;
}
.copy-and-media.media-square.media-right .cm-inner {
  padding-right: 50px;
}
.copy-and-media.media-portrait .media-wrap {
  aspect-ratio: 2.5/3;
}
.copy-and-media.media-portrait.media-left .cm-inner {
  padding-left: 50px;
}
.copy-and-media.media-portrait.media-right .cm-inner {
  padding-right: 50px;
}
.copy-and-media.media-landscape .media-wrap {
  aspect-ratio: 7/5;
}
.copy-and-media.media-landscape.media-left .cm-inner {
  padding-left: 50px;
}
.copy-and-media.media-landscape.media-right .cm-inner {
  padding-right: 50px;
}
.copy-and-media.media-wide .media-wrap {
  aspect-ratio: 7.5/5;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .cm-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 991px) {
  .copy-and-media {
    padding: 45px 0;
  }
  .copy-and-media.white-bg {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .copy-and-media .cm-media {
    order: unset !important;
    margin-bottom: 35px;
  }
  .copy-and-media.media-fit .cm-media {
    aspect-ratio: 7/5;
    min-height: unset;
  }
  .cm-inner {
    padding: 0 15px !important;
  }
}
@media (max-width: 767px) {
  .copy-and-media {
    padding-top: 30px;
  }
}
.hp-copy-and-media {
  margin-top: 100px;
  margin-bottom: 100px;
}
.hp-copy-and-media.media-right .hpcm-media {
  order: 2;
}
.hp-copy-and-media.media-right .hpcm-inner {
  padding-right: 60px;
}
.hp-copy-and-media.media-left .hpcm-inner {
  padding-left: 60px;
}

.hpcm-media .media-wrap {
  aspect-ratio: 7/4.5;
}

.hpcm-inner > div {
  max-width: 470px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hp-copy-and-media.media-right .hpcm-inner {
    padding-right: 40px;
  }
  .hp-copy-and-media.media-left .hpcm-inner {
    padding-left: 40px;
  }
}
@media (max-width: 1399px) {
  .hp-copy-and-media.media-right .hpcm-inner {
    padding-right: 25px;
  }
  .hp-copy-and-media.media-left .hpcm-inner {
    padding-left: 25px;
  }
  .hpcm-inner > div {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .hp-copy-and-media {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .hpcm-media {
    position: relative;
  }
  .hpcm-media .media-wrap {
    aspect-ratio: unset;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
  }
  .hpcm-inner {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .hp-copy-and-media {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .hpcm-media {
    order: unset !important;
    margin-bottom: 35px;
  }
  .hpcm-media .media-wrap {
    aspect-ratio: 7/5;
    position: relative;
    left: 0;
    right: 0;
  }
  .hpcm-inner {
    padding: 0 15px !important;
  }
  .hpcm-inner > div {
    max-width: unset;
  }
}
.team-query-wrap {
  margin-top: 60px;
  margin-bottom: 30px;
}

.team-query-header {
  margin-bottom: 50px;
}

.team-box-wrap {
  margin-bottom: 60px;
}
.team-box-wrap a {
  font-weight: normal;
  text-decoration: none;
}
.team-box-wrap a:hover .team-box-info, .team-box-wrap a:focus .team-box-info, .team-box-wrap a:active .team-box-info {
  color: #019186;
}
.team-box-wrap a:hover .team-more img, .team-box-wrap a:focus .team-more img, .team-box-wrap a:active .team-more img {
  transform: rotate(45deg);
}

.team-box-info {
  color: #000;
  margin-top: 15px;
  transition: all 0.4s ease-out;
}
.team-box-info p.xtiny {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.team-more img {
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 767px) {
  .team-query-wrap {
    margin-top: 45px;
    margin-bottom: 10px;
  }
  .team-query-header {
    margin-bottom: 25px;
  }
  .team-box-wrap {
    margin-bottom: 45px;
  }
}
.logo-slider-wrap {
  margin: 60px 0;
}
.logo-slider-wrap .section-links {
  margin-top: 35px;
}

.logo-slider-inner {
  margin-top: 45px;
}
.logo-slider-inner .slick-dots {
  margin-top: 30px;
}

.logo-slide {
  padding: 0 25px;
}
.logo-slide p {
  text-align: center;
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #000;
  transition: all 0.4s ease-out;
}
.logo-slide a {
  text-decoration: none;
}
.logo-slide a:hover p, .logo-slide a:focus p, .logo-slide a:active p {
  color: #019186;
}

.logo-slide-logo {
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slide-logo img {
  max-height: 100%;
  width: auto;
}

/** # Responsive **/
@media (max-width: 991px) {
  .logo-slide-logo {
    height: 125px;
  }
}
/* shares styling with homepage-testimonials.php */
.testimonial-callout-slider {
  padding-top: 75px;
  padding-bottom: 80px;
}

.tcallout-header {
  margin-bottom: 45px;
}

.g-btn .btn-arrow {
  transform: none !important;
}
.g-btn .btn-arrow:before {
  background-image: url("../images/google.svg");
  opacity: 1 !important;
}
.g-btn .btn-arrow:after {
  display: none;
}

.tcallout-slider {
  margin: 0 -10px;
}

.tcallout-slide {
  padding: 0 10px;
}

.tcallout-bottom {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.slick-progress {
  display: block;
  flex-grow: 1;
  height: 10px;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to right, #019186, #019186);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-out;
}

.tcallout-arrows {
  margin-left: 35px;
}
.tcallout-arrows:first-child {
  margin-left: 0;
  margin: 0 auto;
}
.tcallout-arrows .slick-arrow {
  width: 45px;
  height: 45px;
}

.testimonial-callout {
  margin: 30px 0;
  box-shadow: 0 5px 6px 4px rgba(0, 0, 0, 0.11);
  border-radius: 13px;
  position: relative;
}
.testimonial-callout .slick-arrow {
  position: absolute;
  bottom: 15px;
  z-index: 1;
}
.testimonial-callout .slick-arrow.slick-prev {
  right: 60px;
}
.testimonial-callout .slick-arrow.slick-next {
  right: 20px;
}
.testimonial-callout .t-box-excerpt {
  padding-bottom: 50px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .tcallout-header .btn {
    padding: 17px 15px;
    min-width: unset;
  }
}
@media (max-width: 991px) {
  .testimonial-callout-slider {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .tcallout-header h2 {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tcallout-arrows {
    margin-left: 15px;
  }
}
.buttons-grid {
  margin: 50px 0;
}

.link-box-grid {
  margin: 50px 0;
}

.link-box {
  margin-bottom: 45px;
}
.link-box a {
  text-decoration: none;
  font-weight: 600;
}
.link-box a:hover, .link-box a:focus, .link-box a:active {
  color: #019186;
}
.link-box a:hover .link-box-img:after, .link-box a:focus .link-box-img:after, .link-box a:active .link-box-img:after {
  opacity: 0.3;
}

.link-box-img {
  position: relative;
}
.link-box-img:after {
  background-color: #000;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.wp-iframe-block iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

/* Styling for WP Media Block */
.homepage-team {
  margin: 150px 0 100px;
}

.hpteam-media {
  position: relative;
}
.hpteam-media .media-wrap {
  aspect-ratio: 4/3;
}

.hpteam-brand {
  position: absolute;
  top: -65px;
  right: 0;
  bottom: -25px;
}
.hpteam-brand > div {
  position: sticky;
  top: 25%;
}
.hpteam-brand img {
  width: 125px;
  height: auto;
}

.hpteam-inner {
  padding-right: 40px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hpteam-media .media-wrap {
    aspect-ratio: 1/0.85;
  }
}
@media (max-width: 1199px) {
  .homepage-team {
    margin-top: 125px;
    margin-bottom: 75px;
  }
  .hpteam-media .media-wrap {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 991px) {
  .homepage-team {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .hpteam-media {
    margin-top: 35px;
  }
  .hpteam-media .media-wrap {
    aspect-ratio: 4/3;
  }
  .hpteam-inner {
    padding-right: 15px;
  }
}
.homepage-guides {
  padding-top: 60px;
  padding-bottom: 50px;
}

.hpg-header {
  margin-bottom: 35px;
}

.hpg-box-wrap {
  margin-bottom: 20px;
}
.hpg-box-wrap a {
  text-decoration: none !important;
  position: relative;
  display: block;
  color: #fff;
}
.hpg-box-wrap a:hover .hpg-box-inner .object-cover, .hpg-box-wrap a:focus .hpg-box-inner .object-cover, .hpg-box-wrap a:active .hpg-box-inner .object-cover {
  transform: scale(1);
}
.hpg-box-wrap a:hover .hpg-box-hover, .hpg-box-wrap a:focus .hpg-box-hover, .hpg-box-wrap a:active .hpg-box-hover {
  opacity: 1;
}
.hpg-box-wrap a:hover .hpg-box-hover .hpg-title, .hpg-box-wrap a:focus .hpg-box-hover .hpg-title, .hpg-box-wrap a:active .hpg-box-hover .hpg-title {
  transform: translateY(0);
}
.hpg-box-wrap a:hover .hpg-arrow img, .hpg-box-wrap a:focus .hpg-arrow img, .hpg-box-wrap a:active .hpg-arrow img {
  transform: rotate(45deg);
}

.hpg-box-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  padding: 20px;
  padding-right: 70px;
  z-index: 1;
  overflow: hidden;
}
.hpg-box-inner .object-cover {
  transform: scale(1.05);
  transition: all 0.75s ease-out;
}
.hpg-box-inner:before {
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0) 100px);
}

.hpg-box-hover {
  aspect-ratio: 1/1;
  padding: 20px;
  padding-right: 70px;
  opacity: 0;
  transition: all 0.25s ease-out;
  z-index: 2;
  position: relative;
}
.hpg-box-hover .hpg-title {
  transform: translateY(15px);
  transition: all 0.4s ease-out;
}

.hpg-arrow {
  position: absolute;
  right: 15px;
  bottom: 20px;
  z-index: 3;
  display: inline-block;
}
.hpg-arrow img {
  transition: all 0.4s ease-out;
}

.hpg-title img {
  height: 25px;
  width: auto;
  margin-bottom: 10px;
}

.hpg-intro div {
  margin-top: 12px;
}
.hpg-intro span {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hpg-box-hover,
  .hpg-box-inner {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .hpg-box-wrap {
    transition-delay: 0.3s !important;
  }
}
@media (max-width: 991px) {
  .homepage-guides {
    padding-bottom: 30px;
    padding-top: 45px;
  }
  .hpg-box-hover {
    opacity: 0 !important;
    padding: 15px;
    padding-right: 60px;
  }
  .hpg-box-inner {
    padding: 15px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .homepage-guides {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .hpg-arrow {
    right: 5px;
    bottom: 10px;
  }
  .hpg-box-inner {
    padding-right: 40px;
    padding-left: 10px;
  }
  .hpg-title h3 {
    font-size: 0.9rem;
  }
  .hpg-title img {
    height: 20px;
  }
}
.sticky-copy-content-blocks {
  margin-top: 60px;
  margin-bottom: 60px;
}
.sticky-copy-content-blocks.sticky-left .sccb-right {
  padding-left: 90px;
}
.sticky-copy-content-blocks.sticky-right .sccb-left {
  order: 2;
}
.sticky-copy-content-blocks.sticky-right .sccb-right {
  padding-right: 90px;
}

.sccb-right > section:first-child {
  margin-top: 0;
}
.sccb-right > section:last-child {
  margin-bottom: 0;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .sticky-copy-content-blocks.sticky-left .sccb-right {
    padding-left: 70px;
  }
  .sticky-copy-content-blocks.sticky-right .sccb-right {
    padding-right: 70px;
  }
}
@media (max-width: 1199px) {
  .sccb-right {
    padding: 0 15px !important;
  }
}
@media (max-width: 991px) {
  .sccb-left {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sticky-copy-content-blocks {
    margin-top: 45px;
    margin-bottom: 50px;
  }
}
.callout-block {
  border-radius: 13px;
  padding: 35px;
  position: relative;
}
.callout-block h2 {
  padding-right: 70px;
}
.callout-block ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
  margin: 0;
}
.callout-block ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  display: none;
}
.callout-block ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.callout-block > div > *:last-child {
  margin-bottom: 0;
}

.cb-brand {
  position: absolute;
  top: 30px;
  right: 35px;
  z-index: 1;
}
.cb-brand img {
  width: 37px;
  height: auto;
}

/** # Responsive **/
@media (max-width: 767px) {
  .callout-block {
    padding: 25px 20px;
  }
  .callout-block ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li {
    font-size: 1.05rem;
    padding: 20px 0;
  }
  .cb-brand {
    top: 20px;
    right: 20px;
  }
}
.large-image-slider {
  margin-top: 75px;
  margin-bottom: 90px;
}

.lis-header {
  margin-bottom: 50px;
}

.lis-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 1;
  width: 45px;
  height: 45px;
  box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
.lis-slider .slick-arrow.slick-prev {
  left: 45px;
}
.lis-slider .slick-arrow.slick-next {
  right: 45px;
}

.lis-bubble {
  position: absolute;
  top: 35px;
  right: 45px;
  width: 125px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/** # Responsive **/
@media (max-width: 991px) {
  .large-image-slider {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lis-slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .lis-slider .slick-arrow.slick-next {
    right: 20px;
  }
  .lis-bubble {
    width: 100px;
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .large-image-slider {
    margin-top: 45px;
    margin-bottom: 50px;
  }
  .lis-header {
    margin-bottom: 25px;
  }
  .lis-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .lis-slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .lis-slider .slick-arrow.slick-next {
    right: 10px;
  }
  .lis-bubble {
    width: 85px;
    height: 25px;
    aspect-ratio: unset;
    top: 10px;
    right: 10px;
    border-radius: 4px;
  }
}
.callout-copy {
  padding: 90px 0;
}
.callout-copy.twocols-copy.white-bg {
  padding: 0;
  margin-top: 90px;
  margin-bottom: 90px;
}

.cc-blockquote.col-lg-6 {
  padding-left: 45px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .callout-copy {
    padding: 60px 0;
  }
  .callout-copy.twocols-copy.white-bg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .cc-blockquote.col-lg-6 {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .callout-copy {
    padding: 45px 0;
  }
  .callout-copy.twocols-copy.white-bg {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.resource-links {
  padding-top: 60px;
  padding-bottom: 50px;
}

.rl-header {
  margin-bottom: 50px;
}

.rl-box-wrap {
  margin-bottom: 20px;
}
.rl-box-wrap a {
  text-decoration: none !important;
}
.rl-box-wrap a:hover .rl-box-inner img.d-block, .rl-box-wrap a:focus .rl-box-inner img.d-block, .rl-box-wrap a:active .rl-box-inner img.d-block {
  transform: rotate(45deg);
}
.rl-box-wrap a:hover .rl-box-inner .object-cover, .rl-box-wrap a:focus .rl-box-inner .object-cover, .rl-box-wrap a:active .rl-box-inner .object-cover {
  transform: scale(1);
}

.rl-box-inner {
  aspect-ratio: 1/1;
  padding: 15px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rl-box-inner:before {
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0) 100px);
}
.rl-box-inner img.d-block {
  transition: all 0.4s ease-out;
}
.rl-box-inner .object-cover {
  transform: scale(1.1);
  transition: all 0.75s ease-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .rl-header {
    margin-bottom: 35px;
  }
  .rl-box-inner .h5 {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .resource-links {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .rl-box-wrap {
    margin-bottom: 12px;
  }
  .rl-box-inner {
    aspect-ratio: 18/9;
  }
}
.guides-wrap {
  margin-top: 70px;
  margin-bottom: 40px;
}

.guide-box-wrap {
  margin-bottom: 40px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .guides-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .guide-box-wrap {
    margin-bottom: 12px;
  }
}
.price-search-wrap {
  margin-top: 70px;
  margin-bottom: 70px;
}
.price-search-wrap .btn {
  font-size: 1.25rem;
}

.type-search-wrap {
  padding: 70px 0 55px;
}

.area-search-wrap {
  margin-top: 70px;
  margin-bottom: 70px;
}

.area-search-content {
  padding-left: 30px;
}
.area-search-content a {
  text-decoration: none;
  font-size: 1.1rem;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .type-search-wrap .rl-box-wrap {
    transition-delay: 0.3s !important;
  }
}
@media (max-width: 991px) {
  .price-search-wrap,
  .area-search-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .type-search-wrap {
    padding: 50px 0 35px;
  }
  .area-search-content {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .area-search-content h2 {
    justify-content: center;
  }
}
.con-intro-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.con-hood-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.con-hood-img {
  order: 2;
}

.construction-vid {
  margin-top: 50px;
  margin-bottom: 50px;
}

.construction-listings-wrap {
  padding-top: 60px;
  padding-bottom: 45px;
}

.con-al + .con-sl {
  margin-top: 50px;
}

.construction-features {
  margin-top: 50px;
  margin-bottom: 50px;
}

.construction-features-inner {
  column-count: 2;
}
.construction-features-inner > div {
  break-inside: avoid;
}

.construction-featuresheet {
  padding: 30px 15px;
}

.construction-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 50px;
}

.construction-logo {
  width: 30%;
  min-width: 30%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 20px;
}
.construction-logo img {
  max-height: 130px;
  width: auto;
}

.construction-form {
  padding-top: 70px;
  padding-bottom: 70px;
}

.const-form-map {
  order: 2;
}
.const-form-map .acf-map {
  height: 100%;
}

/** # Responsive **/
@media (max-width: 991px) {
  .con-intro-img {
    margin-bottom: 30px;
  }
  .con-hood-img {
    order: unset;
    margin-bottom: 30px;
  }
  .construction-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .const-form-map {
    order: unset;
  }
  .const-form-map .acf-map {
    aspect-ratio: 7/5;
    height: unset;
  }
}
@media (max-width: 767px) {
  .construction-listings-wrap {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .con-al + .con-sl {
    margin-top: 0;
  }
  .construction-features-inner {
    column-count: unset;
  }
  .construction-logo {
    width: 45%;
    min-width: 45%;
  }
}
.hoods-quick-nav-wrap {
  position: sticky;
  top: 103px;
  z-index: 10;
}

.hoods-quick-nav-inner {
  padding: 10px 15px;
}
.hoods-quick-nav-inner > span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 5px 0 10px;
}
.hoods-quick-nav-inner a {
  color: #fff;
  text-decoration: none;
}
.hoods-quick-nav-inner a:hover, .hoods-quick-nav-inner a:focus, .hoods-quick-nav-inner a:active {
  color: #019186;
}

.parent-hood-top {
  margin-top: 50px;
  margin-bottom: 50px;
}

.parent-hood-top-left {
  padding-right: 30px;
}

.child-hoods {
  padding: 60px 0 60px;
}

.child-hoods-map {
  margin-bottom: 45px;
}
.child-hoods-map iframe {
  height: 100%;
  width: 100%;
}

.child-hood-list {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 3;
  column-gap: 45px;
}
.child-hood-list li {
  margin: 8px 0;
}
.child-hood-list a {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
}
.child-hood-list a:hover, .child-hood-list a:focus, .child-hood-list a:active {
  color: #019186;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hoods-quick-nav-wrap {
    top: 90px;
  }
  .hoods-quick-nav-inner {
    font-size: 0.7rem;
  }
  .hoods-quick-nav-inner .small {
    font-size: 0.7rem;
  }
  .parent-hood-top-left h2 {
    justify-content: center;
  }
  .child-hood-list {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .parent-hood-top {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .child-hoods {
    padding: 35px 0 50px;
  }
  .child-hood-list {
    column-count: unset;
    column-gap: unset;
    text-align: center;
  }
  .child-hood-list a {
    font-size: 1.1rem;
  }
  .top-link {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}
.hood-top-wrap {
  padding: 200px 0 70px;
}

.hood-header {
  padding-right: 45px;
}

.hood-header-scroll {
  margin-top: 40px;
}
.hood-header-scroll img {
  transform: rotate(133deg);
  animation: glow 2.5s linear infinite;
}

.hood-wrap {
  padding: 70px 0 90px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hood-top-wrap {
    padding: 180px 0 50px;
  }
  .hood-header {
    padding-right: 15px;
  }
  .hood-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .hood-top-wrap {
    padding: 125px 0 40px;
  }
  .hood-header {
    margin-bottom: 25px;
  }
}
.press-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .press-box-wrap {
    transition-delay: 0.3s !important;
  }
}
@media (max-width: 767px) {
  .press-wrap {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
/* IDX */
/* Login/Signup */
#IDX-leadLoginContainer,
#IDX-leadSignupContainer {
  text-align: center;
}
#IDX-leadLoginContainer label,
#IDX-leadSignupContainer label {
  text-align: left;
  display: block;
}
#IDX-leadLoginContainer h2,
#IDX-leadSignupContainer h2 {
  font-size: 1.5rem;
}

#IDX-keepLoggedIn label {
  text-align: center;
}

#IDX-leadSignUpFormContainer .IDX-customRegistrationFields {
  display: flex;
  flex-wrap: wrap;
}
#IDX-leadSignUpFormContainer .IDX-customRegistrationFields .IDX-control-group {
  width: 25%;
  min-width: 25%;
  padding: 8px;
  margin: 0 !important;
}
#IDX-leadSignUpFormContainer .IDX-customRegistrationFields .IDX-control-group input {
  width: 100%;
}

.IDX-panel {
  border-color: #FFF5E9 !important;
}
.IDX-panel a {
  color: #000 !important;
  text-decoration: none !important;
}
.IDX-panel a:hover, .IDX-panel a:focus, .IDX-panel a:active {
  color: #019186 !important;
}

.IDX-panel-heading {
  background-color: transparent !important;
}

#IDX-loginSubmit,
#IDX-signupFormSubmitBtn,
#IDX-signupFormActions button {
  margin-top: 10px;
}
#IDX-loginSubmit:before,
#IDX-signupFormSubmitBtn:before,
#IDX-signupFormActions button:before {
  display: none;
}
#IDX-loginSubmit:hover, #IDX-loginSubmit:focus, #IDX-loginSubmit:active,
#IDX-signupFormSubmitBtn:hover,
#IDX-signupFormSubmitBtn:focus,
#IDX-signupFormSubmitBtn:active,
#IDX-signupFormActions button:hover,
#IDX-signupFormActions button:focus,
#IDX-signupFormActions button:active {
  color: #fff !important;
  background-color: #019186 !important;
}

.IDX-pageContainer + div {
  font-size: 0.8rem !important;
}
.IDX-pageContainer + div a {
  color: #000 !important;
  text-decoration: none !important;
}

/* Account */
.mlm-navbar {
  background-color: #000 !important;
  border: 0 !important;
}
.mlm-navbar .router-link-active,
.mlm-navbar .dropdown-toggle {
  color: #fff !important;
  border: 0 !important;
}
.mlm-navbar .router-link-active:hover, .mlm-navbar .router-link-active:focus, .mlm-navbar .router-link-active:active, .mlm-navbar .router-link-active.router-link-exact-active,
.mlm-navbar .dropdown-toggle:hover,
.mlm-navbar .dropdown-toggle:focus,
.mlm-navbar .dropdown-toggle:active,
.mlm-navbar .dropdown-toggle.router-link-exact-active {
  background-color: rgb(25.5, 25.5, 25.5) !important;
}
.mlm-navbar .open > .dropdown-toggle {
  background-color: rgb(25.5, 25.5, 25.5) !important;
}
.mlm-navbar .dropdown-menu {
  background-color: #000 !important;
}
.mlm-navbar .dropdown-menu li a {
  color: #fff !important;
  border: 0 !important;
}
.mlm-navbar .dropdown-menu li a:hover, .mlm-navbar .dropdown-menu li a:focus, .mlm-navbar .dropdown-menu li a:active {
  background-color: rgb(25.5, 25.5, 25.5) !important;
}

.mlm-navbar__brand {
  color: #fff !important;
}

.mlm-alert__info {
  background-color: #000 !important;
}

.mlm-button__info {
  background-color: #019186 !important;
  border-color: #019186 !important;
}
.mlm-button__info:hover, .mlm-button__info:focus, .mlm-button__info:active {
  background-color: rgb(0.6506849315, 94.3493150685, 87.1917808219) !important;
}

.mlm-bar__link {
  color: #000 !important;
}

.landing .mlm-nav .mlm-nav__item .mlm-nav__item-link,
.saved-searches .mlm-nav .mlm-nav__item .mlm-nav__item-link {
  background-color: #019186 !important;
}
.landing .mlm-nav .mlm-nav__item .mlm-nav__item-link:hover, .landing .mlm-nav .mlm-nav__item .mlm-nav__item-link:focus, .landing .mlm-nav .mlm-nav__item .mlm-nav__item-link:active,
.saved-searches .mlm-nav .mlm-nav__item .mlm-nav__item-link:hover,
.saved-searches .mlm-nav .mlm-nav__item .mlm-nav__item-link:focus,
.saved-searches .mlm-nav .mlm-nav__item .mlm-nav__item-link:active {
  background-color: rgb(0.6506849315, 94.3493150685, 87.1917808219) !important;
}

#idx-mlm-app + div {
  font-size: 0.8rem;
}
#idx-mlm-app + div a {
  color: #000 !important;
  text-decoration: none !important;
}

#idx-mlm-footer {
  display: none !important;
}

.action__heading {
  line-height: 1.25 !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  .mlm-navbar__header {
    background-color: #FFF5E9 !important;
  }
  .mlm-menu__toggle:hover, .mlm-menu__toggle:focus, .mlm-menu__toggle:active {
    background-color: rgb(255, 221.8181818182, 182) !important;
  }
  .mlm-menu__toggle svg {
    color: #000 !important;
  }
  .mlm-navbar__collapse {
    padding-top: 90px;
  }
  #IDX-leadSignUpFormContainer .IDX-customRegistrationFields .IDX-control-group {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  #IDX-leadSignUpFormContainer .IDX-customRegistrationFields .IDX-control-group {
    width: 100%;
    min-width: 100%;
  }
}
/* Listing Pro Details */
.idx-grid--listing-pro {
  display: block !important;
}
.idx-grid--listing-pro .idx-lead__account-bar a {
  color: #000 !important;
  text-decoration: none !important;
}
.idx-grid--listing-pro .idx-details__topbar {
  display: none;
}
.idx-grid--listing-pro .idx-prop-status {
  display: none;
}
.idx-grid--listing-pro .idx-details__favorite {
  border: 0 !important;
  top: 15px !important;
  right: 15px !important;
}
.idx-grid--listing-pro .idx-details__favorite .fa-layers {
  font-size: 2rem !important;
}
.idx-grid--listing-pro .idx-details__favorite:hover svg:first-of-type {
  color: #24695E;
}
.idx-grid--listing-pro .idx-details__favorite.idx-details__favorite--is-favorite svg:first-of-type {
  color: #24695E !important;
}
.idx-grid--listing-pro .idx-details__main {
  display: block !important;
}
.idx-grid--listing-pro .idx-details-overview__address-full {
  color: #000 !important;
}
.idx-grid--listing-pro .idx-contact__listing-agent {
  padding: 0 !important;
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.idx-grid--listing-pro .idx-contact__listing-agent a {
  color: #000;
  text-decoration: none !important;
}
.idx-grid--listing-pro .idx-contact__listing-agent a:hover, .idx-grid--listing-pro .idx-contact__listing-agent a:focus, .idx-grid--listing-pro .idx-contact__listing-agent a:active {
  color: #019186;
}
.idx-grid--listing-pro .contact__account-name {
  text-transform: uppercase;
  font-size: 1.1rem;
}
.idx-grid--listing-pro .idx-btn__contact {
  background-color: #019186;
  border-color: #019186;
  color: #fff !important;
  font-size: 0.7rem !important;
}
.idx-grid--listing-pro .idx-btn__contact:hover, .idx-grid--listing-pro .idx-btn__contact:focus, .idx-grid--listing-pro .idx-btn__contact:active {
  background-color: #24695E !important;
  border-color: #24695E !important;
}
.idx-grid--listing-pro .idx-card__links .idx-card-header {
  background-color: rgb(255, 250.7954545455, 245.75);
  padding: 15px 15px 0 !important;
  text-transform: capitalize !important;
}
.idx-grid--listing-pro .idx-card__links .idx-card-body {
  background-color: rgb(255, 250.7954545455, 245.75);
}
.idx-grid--listing-pro .idx-card__links a {
  border: 0 !important;
  color: #019186 !important;
}
.idx-grid--listing-pro .idx-details-card--title {
  text-transform: none !important;
  color: #fff !important;
  font-size: 1.1rem !important;
}
.idx-grid--listing-pro .idx-details-card--collapsible .idx-row {
  padding: 20px 0 !important;
}
.idx-grid--listing-pro .idx-details__property-links {
  margin-bottom: 0 !important;
}
.idx-grid--listing-pro .idx-details__property-links a {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
}
.idx-grid--listing-pro .idx-details__property-links a:hover, .idx-grid--listing-pro .idx-details__property-links a:focus, .idx-grid--listing-pro .idx-details__property-links a:active {
  color: #24695E !important;
}
.idx-grid--listing-pro .IDX-field-listingPrice {
  color: #24695E;
  font-weight: normal;
}
.idx-grid--listing-pro .idx-details-overview__remarks {
  margin-bottom: 40px;
}
.idx-grid--listing-pro .idx-details-card--body {
  background-color: #000 !important;
  padding: 15px !important;
}
.idx-grid--listing-pro .idx-details-card--body h3 {
  font-size: 1.1rem !important;
}
.idx-grid--listing-pro .idx-btn-toggle span:before, .idx-grid--listing-pro .idx-btn-toggle span:after {
  background-color: #019186 !important;
}
.idx-grid--listing-pro #IDX-map {
  margin-top: 45px !important;
}

#idx-share-this-body {
  background-color: #000;
}

.idx-share-this--title {
  font-family: "Compass Sans", sans-serif !important;
}

.idx-details__footer,
.idx-data-services {
  font-size: 0.8rem !important;
}
.idx-details__footer a,
.idx-data-services a {
  color: #000;
  text-decoration: none !important;
}
.idx-details__footer a:hover, .idx-details__footer a:focus, .idx-details__footer a:active,
.idx-data-services a:hover,
.idx-data-services a:focus,
.idx-data-services a:active {
  color: #019186;
}

.idx-property-card {
  display: none !important;
}

#IDX-leadToolsBar {
  background-color: #000 !important;
}
#IDX-leadToolsBar a {
  border: 0 !important;
}
#IDX-leadToolsBar a:hover, #IDX-leadToolsBar a:focus, #IDX-leadToolsBar a:active {
  text-decoration: none !important;
}

.IDX-PIH {
  display: block !important;
  margin: 0 0 30px;
}
.IDX-PIH a {
  color: #019186 !important;
}
.IDX-PIH a:hover, .IDX-PIH a:focus, .IDX-PIH a:active {
  color: #000 !important;
}

.IDX-submit-btn {
  background-color: #019186 !important;
  border-color: #019186 !important;
  font-size: 0.75rem !important;
  font-family: "Compass Sans", sans-serif;
}
.IDX-submit-btn:hover, .IDX-submit-btn:focus, .IDX-submit-btn:active {
  background-color: rgb(0.6506849315, 94.3493150685, 87.1917808219) !important;
}

.IDX-googleRecaptchaPolicy a {
  text-decoration: none !important;
  color: #000 !important;
}

#IDX-scheduleshowingContainer + div {
  font-size: 0.8rem !important;
}
#IDX-scheduleshowingContainer + div a {
  color: #000 !important;
  text-decoration: none !important;
}

.IDX-contactInfo {
  font-size: 0.9rem;
}
.IDX-contactInfo .IDX-contact__name {
  text-transform: uppercase;
  font-size: 1.1rem;
}
.IDX-contactInfo a {
  color: #000 !important;
  text-decoration: none !important;
}
.IDX-contactInfo a:hover, .IDX-contactInfo a:focus, .IDX-contactInfo a:active {
  color: #019186 !important;
}

#IDX-showingPreferredDate,
#IDX-showingAlternativeDate {
  padding: 0;
}

/** # Responsive **/
@media (max-width: 991px) {
  .IDX-contact-content {
    display: block !important;
  }
  .IDX-contact-content .IDX-contact-information {
    justify-content: unset !important;
    margin-top: 25px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .idx-dialog__dismiss .idx-btn {
    top: 0 !important;
    right: 0 !important;
  }
  .idx-dialog__mortgage-calculator .idx-dialog__header {
    padding-top: 75px !important;
  }
  .IDX-contact__actions {
    position: static !important;
  }
  .IDX-contact__actions button {
    width: 100% !important;
  }
  .IDX-PIH a {
    border: 0 !important;
    padding: 0 !important;
  }
  .IDX-contactStandalone {
    display: block !important;
  }
  #IDX-leadToolsBar {
    height: unset !important;
  }
  #IDX-leadLogOutLink,
  #IDX-leadInfo {
    float: none !important;
  }
}
.single-idx-wrapper .modal.fade.show {
  opacity: 1 !important;
}
.single-idx-wrapper .cta-link,
.single-idx-wrapper .mobile-cta-link,
.single-idx-wrapper .footer-content {
  display: none !important;
}

.idx-page-content {
  margin-top: 0 !important;
}

.idx-btn:not(.idx-btn-toggle) {
  min-width: unset !important;
  padding: 7px 10px !important;
}
.idx-btn:not(.idx-btn-toggle):before {
  display: none;
}
.idx-btn:not(.idx-btn-toggle):hover, .idx-btn:not(.idx-btn-toggle):focus, .idx-btn:not(.idx-btn-toggle):active {
  background-color: #019186 !important;
  color: #fff !important;
}

.select2-search-choice {
  background-color: #000 !important;
}

.IDX-Subheader-type a {
  color: #019186 !important;
}

.idx-dialog__dismiss .idx-btn {
  position: absolute !important;
}

.idx-dialog__header .idx-dialog__title {
  line-height: unset !important;
  letter-spacing: unset !important;
}

#idx-contact-submit-button {
  justify-content: center !important;
}

.idx-button--row {
  display: flex !important;
  justify-content: center;
}

#IDX-main {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}

.idx-form-control {
  border-color: #019186 !important;
  border-radius: 0 !important;
}

textarea.idx-form-control,
select.IDX-form__element--PL,
textarea.IDX-form__element--PL {
  background-color: rgba(0, 0, 0, 0.04) !important;
  border: 0 !important;
}

.IDX-select {
  height: 60px !important;
  border-radius: 0 !important;
  border-color: #019186 !important;
}

.IDX-text-area {
  border-radius: 0 !important;
  border-color: #019186 !important;
}

.idx-lightbox .idx-lightbox__button-dismiss {
  display: inline-flex !important;
}

/* Prime Map Search */
#IDX-main.IDX-page-mapsearch {
  width: 100vw !important;
  padding: 0 60px;
  margin: 0 -50vw !important;
}

#navigation-container .idx-nav-button {
  border-radius: 0 !important;
}

.idx-nav-button-container {
  justify-content: center !important;
}
.idx-nav-button-container .idx-nav-button {
  background-color: #019186 !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 0 !important;
}
.idx-nav-button-container .idx-nav-button:hover, .idx-nav-button-container .idx-nav-button:focus, .idx-nav-button-container .idx-nav-button:active {
  background-color: #24695E !important;
}

#prime-map-search--filter-bar {
  display: flex !important;
  justify-content: center !important;
}

#prime-map-search--filter-bar__flyto {
  display: none !important;
}

#prime-map-search--results--header {
  margin-bottom: 10px;
}

#listing-results-count__chip {
  background-color: #019186 !important;
}

.leaflet-pane {
  z-index: 40 !important;
}

.leaflet-control-container {
  z-index: 41 !important;
  position: absolute;
}

.listing-card__wrap {
  min-height: unset !important;
}

.listing-card__parent,
.listing-card__image--wrap img {
  border-radius: 0 !important;
}

.listing-card__image--wrap {
  aspect-ratio: 7/5;
  height: unset !important;
}

.listing-card__label {
  background-color: #FFF5E9 !important;
  color: #000 !important;
}
.listing-card__label > div {
  color: #000 !important;
}
.listing-card__label a {
  color: #000 !important;
  border: 0 !important;
}
.listing-card__label svg {
  fill: #000 !important;
}

.listing-card__prop-status {
  display: none;
}

.listing-card__favorite {
  display: none !important;
}

.listing-card__listing-price {
  color: #24695E;
  font-weight: normal !important;
}

.listing-card__core-fields {
  font-size: 0.8rem;
}

.listing-card__address {
  text-transform: capitalize;
  font-size: 1rem;
  margin-top: 10px;
}

div a[href="https://www.idxbroker.com/"] {
  color: #000 !important;
  text-decoration: none !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  #IDX-main.IDX-page-mapsearch {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #IDX-main.IDX-page-mapsearch {
    padding: 0 15px;
  }
}
/* Home Studio */
.leaflet-label--active {
  background-color: #24695E !important;
}

.idx-listings-total-results {
  font-size: 1.25rem;
  font-family: "Compass Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#IDX-main.IDX-category-results {
  width: 100vw !important;
  padding: 0 60px;
  max-width: unset !important;
  margin: 0 -50vw !important;
}

.idx-header__nav {
  display: none !important;
}

#idx-results-page .idx-page__content {
  padding-left: 30px !important;
  padding-right: 0 !important;
  box-shadow: none !important;
}

.idx-listings {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.IDX-resultsCell {
  width: 49%;
  min-width: 49%;
  padding: 0 !important;
}
.IDX-resultsCell .idx-listing__status,
.IDX-resultsCell .IDX-resultsVirtualTour {
  display: none;
}
.IDX-resultsCell .idx-listing__price {
  color: #24695E;
  font-weight: normal !important;
}
.IDX-resultsCell .idx-listing__address {
  font-size: 1rem;
  white-space: unset;
}
.IDX-resultsCell .idx-listing__features {
  display: flex !important;
  flex-wrap: wrap;
}
.IDX-resultsCell .idx-listing__features hr,
.IDX-resultsCell .idx-listing__features svg {
  display: none;
}
.IDX-resultsCell .idx-listing__features .idx-listing__feature {
  font-size: 0.7rem;
  width: 50%;
  min-width: 50%;
}
.IDX-resultsCell .idx-listing__courtesy {
  margin-top: 5px;
  font-size: 0.6rem;
  color: #333333;
}
.IDX-resultsCell a {
  border: 0 !important;
}
.IDX-resultsCell .IDX-listing {
  display: flex !important;
  flex-direction: column;
}
.IDX-resultsCell .idx-listing__photo a > img {
  aspect-ratio: 7/5 !important;
  border-radius: 0 !important;
}
.IDX-resultsCell .idx-listing--active .idx-listing__photo {
  border-color: #019186 !important;
}
.IDX-resultsCell .idx-listing__courtesy {
  order: 2;
}

#idx-results-page #IDX-ccz-group {
  display: none !important;
}

#idx-refinement-toggle,
#idx-map-toggle {
  background-color: #019186 !important;
}
#idx-refinement-toggle:hover, #idx-refinement-toggle:focus, #idx-refinement-toggle:active,
#idx-map-toggle:hover,
#idx-map-toggle:focus,
#idx-map-toggle:active {
  background-color: rgb(0.6506849315, 94.3493150685, 87.1917808219) !important;
}

.select2-results .select2-highlighted {
  background-color: #FFF5E9 !important;
  color: #000 !important;
}

#IDX-resultsRefineSubmit.idx-btn--refinement {
  align-self: center !important;
  height: 39px !important;
  position: relative;
  top: 3px;
  background-color: #019186 !important;
}
#IDX-resultsRefineSubmit.idx-btn--refinement:hover, #IDX-resultsRefineSubmit.idx-btn--refinement:focus, #IDX-resultsRefineSubmit.idx-btn--refinement:active {
  background-color: rgb(0.6506849315, 94.3493150685, 87.1917808219) !important;
}

.idx-pagination a {
  border: 0 !important;
  border-radius: 0 !important;
}

.idx-pagination > .IDX-active > a,
.idx-pagination > .IDX-active > a:active,
.idx-pagination > .IDX-active > a:focus,
.idx-pagination > .IDX-active > span,
.idx-pagination > .IDX-active > span:active,
.idx-pagination > .IDX-active > span:focus {
  background-color: #019186 !important;
  color: #fff !important;
}

.idx-page__results a {
  color: #019186 !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  #IDX-main.IDX-category-results {
    padding: 0 30px;
  }
  #idx-results-page {
    margin-top: -70px;
  }
}
@media (max-width: 991px) {
  #idx-results-page {
    margin-top: 0px;
  }
  .idx-page__results {
    overflow: visible !important;
    height: unset !important;
  }
  #idx-results-page .idx-page__content {
    padding-left: 0 !important;
  }
  .idx-mobile__map-control {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #IDX-main.IDX-category-results {
    padding: 0 15px;
  }
  #idx-results-page {
    margin-top: 0;
  }
  #idx-results-page .idx-page__content {
    padding: 0 !important;
  }
  .IDX-resultsCell {
    width: 200%;
    min-width: 100%;
  }
  .idx-mobile__map-control {
    padding: 0 !important;
  }
  .idx-btn--map-toggle {
    text-align: center !important;
  }
}
/* Precision Listings */
.IDX-precision-navbar .IDX-nav-items-container {
  justify-content: center;
}
.IDX-precision-navbar .IDX-searchNavItem {
  background-color: #019186 !important;
  border-color: #019186 !important;
  border-radius: 0 !important;
  filter: unset !important;
}
.IDX-precision-navbar .IDX-searchNavItem:hover, .IDX-precision-navbar .IDX-searchNavItem:focus, .IDX-precision-navbar .IDX-searchNavItem:active, .IDX-precision-navbar .IDX-searchNavItem.IDX-active {
  background-color: #24695E !important;
}
.IDX-precision-navbar .IDX-searchNavItem a {
  border: 0 !important;
}

#IDX-coreSearchFields {
  min-height: unset !important;
}

.select2-search__field {
  background-color: transparent !important;
}

.select2-selection__choice {
  background-color: #000 !important;
  color: #fff !important;
}

.select2-selection__choice__remove {
  color: #019186 !important;
}

#IDX-action-buttons {
  text-align: center;
}
#IDX-action-buttons .IDX-btn {
  background-color: #019186 !important;
  border-color: #019186 !important;
}
#IDX-action-buttons .IDX-btn:hover, #IDX-action-buttons .IDX-btn:focus, #IDX-action-buttons .IDX-btn:active {
  background-color: rgb(0.6506849315, 94.3493150685, 87.1917808219) !important;
}

#IDX-searchForm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.select2-selection__rendered {
  display: block !important;
}

#IDX-address,
#IDX-listingID {
  background-color: transparent !important;
  border: 1px solid var(--idx-stroke-gray) !important;
}

.IDX-type-listingID #IDX-formSubmit {
  padding: 10px 25px !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  #IDX-action-buttons {
    position: static !important;
  }
}
@media (max-width: 767px) {
  .IDX-precision-navbar {
    background-color: #019186 !important;
  }
  .IDX-precision-navbar .IDX-navLinkTitle {
    filter: none !important;
  }
  .IDX-nav-items-container {
    flex-wrap: wrap;
  }
  .IDX-searchNavItem {
    margin: 0 !important;
    padding: 5px 15px !important;
  }
}
/* Legacy Widgets */
.single-searchpage .idx-pg-content {
  display: flex;
  flex-direction: column;
}

.IDX-showcaseTable + a {
  border-color: #000;
  margin: 0 auto;
  display: flex;
  width: 250px;
}
.IDX-showcaseTable + a:hover, .IDX-showcaseTable + a:focus, .IDX-showcaseTable + a:active {
  background-color: #019186;
}

.IDX-showcaseTable {
  text-align: center;
}

.IDX-showcaseRow {
  display: flex !important;
  margin: 0 -15px;
  flex-wrap: wrap;
  width: 100% !important;
}

.IDX-showcaseCell {
  margin-bottom: 60px !important;
}

.IDX-showcaseContainer {
  padding: 0 12px !important;
  border: 0 !important;
  box-shadow: none !important;
}
.IDX-showcaseContainer a {
  border: 0;
  display: block !important;
  padding: 0 !important;
  aspect-ratio: 7/5;
  height: unset !important;
  overflow: hidden;
  position: relative;
}
.IDX-showcaseContainer a:after {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  transition: all 0.6s ease-out;
}
.IDX-showcaseContainer a:hover:after, .IDX-showcaseContainer a:focus:after, .IDX-showcaseContainer a:active:after {
  opacity: 1;
}
.IDX-showcaseContainer a:hover img, .IDX-showcaseContainer a:focus img, .IDX-showcaseContainer a:active img {
  transform: scale(1.1);
  transition: all 6s ease-out;
}
.IDX-showcaseContainer img {
  margin: 0 !important;
  object-fit: center;
  object-position: center;
  max-height: unset !important;
  max-width: unset !important;
  width: 100% !important;
  height: 100% !important;
  transition: all 1s ease-out;
}

.IDX-showcaseAddress {
  font-family: "Compass Sans", sans-serif;
  text-transform: none;
  color: #000 !important;
  font-weight: normal;
  font-size: 1rem;
  margin-top: 10px;
  text-align: left !important;
  border-bottom: 1px solid rgba(1, 145, 134, 0.5);
}

.IDX-showcaseCityStateZip {
  display: none !important;
}

.IDX-showcasePrice {
  color: #fff;
  background-color: #019186;
  font-size: 0.8rem;
  font-weight: 600;
  position: absolute;
  top: 10px;
  left: 22px;
  min-width: 110px;
  z-index: 1;
  padding: 6px 15px;
  line-height: 1;
  border-radius: 12px;
  text-align: center;
}

/** # Responsive **/
@media (max-width: 991px) {
  .IDX-showcaseCell {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .IDX-showcaseContainer {
    margin-bottom: 40px !important;
    padding: 0 !important;
  }
  .IDX-showcaseCell {
    width: 100% !important;
  }
  .IDX-showcasePrice {
    left: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
