@charset "UTF-8";
/* Helpers */
/* Colours */
/* Typography */
.IDX-showcaseContainer a:after, .resource-box-img:before, .stat-slide > div:before, .link-box-img:after, .hpql-overlay-media:before, .hpql-box-img:before, .hp-overlay-media:before, .overlay-media:before, .homepage-blog:before, .homepage-hero:before, .homepage-hero:after, lite-youtube::before,
lite-vimeo::before, .blog-cta:before, .default-cta:before, .lead-img:before, .header-media:before, .header-media:after, .blog-box-play:before {
  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;
}

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

.default-transition, a, .btn, .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, .idx-btn:not(.idx-btn-toggle), #IDX-loginSubmit,
#IDX-signupFormSubmitBtn, #login .button-primary {
  transition: all 0.75s ease-in-out;
}

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

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

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

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

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

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

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

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

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

.fadein.animated {
  opacity: 1;
}

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

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

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

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

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

.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;
}

/** # Responsive **/
@media (max-width: 991px) {
  .d1, .d2, .d3, .d4 {
    transition-delay: 0.3s !important;
  }
}
/* 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, .tsearch-box-inner, .resource-box-inner, .stat-slide > div, .sidebar, #masthead.header-scroll {
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
}

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

.o5 {
  opacity: 0.05;
}

.o10 {
  opacity: 0.1;
}

.o15 {
  opacity: 0.15;
}

.o10 {
  opacity: 0.2;
}

.o10 {
  opacity: 0.25;
}

.o10 {
  opacity: 0.3;
}

.o10 {
  opacity: 0.35;
}

.o10 {
  opacity: 0.4;
}

.o10 {
  opacity: 0.45;
}

.o10 {
  opacity: 0.5;
}

.o10 {
  opacity: 0.55;
}

.o10 {
  opacity: 0.6;
}

.o10 {
  opacity: 0.65;
}

.o10 {
  opacity: 0.7;
}

.o10 {
  opacity: 0.75;
}

.o10 {
  opacity: 0.8;
}

.o10 {
  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 */
/* Helpers */
a {
  color: #62879F;
  font-weight: bold;
  text-decoration: none;
}

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

.btn, .idx-btn:not(.idx-btn-toggle), #IDX-loginSubmit,
#IDX-signupFormSubmitBtn, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  font-family: "IBM Plex Serif", serif;
  font-size: 0.8rem;
  font-weight: normal;
  padding: 11px 30px 15px;
  line-height: 1;
  min-height: 60px;
  min-width: 270px;
  border-radius: 30px;
  border: 1px solid transparent;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  text-shadow: none;
}
.btn:before, .idx-btn:not(.idx-btn-toggle):before, #IDX-loginSubmit:before,
#IDX-signupFormSubmitBtn:before, #login .button-primary:before, .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -325px;
  margin-top: -325px;
  width: 650px;
  height: 650px;
  border: 1px solid #62879F;
  border-radius: 100%;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.btn:hover, .idx-btn:hover:not(.idx-btn-toggle), #IDX-loginSubmit:hover,
#IDX-signupFormSubmitBtn: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, .btn:focus, .idx-btn:focus:not(.idx-btn-toggle), #IDX-loginSubmit:focus,
#IDX-signupFormSubmitBtn: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, .btn:active, .idx-btn:active:not(.idx-btn-toggle), #IDX-loginSubmit:active,
#IDX-signupFormSubmitBtn: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 {
  color: #FFFFFF !important;
}
.btn:hover:before, .idx-btn:hover:not(.idx-btn-toggle):before, #IDX-loginSubmit:hover:before,
#IDX-signupFormSubmitBtn:hover:before, #login .button-primary:hover:before, .wp-block-button.is-style-outline .wp-block-button__link:hover:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:before, .btn:focus:before, .idx-btn:focus:not(.idx-btn-toggle):before, #IDX-loginSubmit:focus:before,
#IDX-signupFormSubmitBtn:focus:before, #login .button-primary:focus:before, .wp-block-button.is-style-outline .wp-block-button__link:focus:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus:before, .btn:active:before, .idx-btn:active:not(.idx-btn-toggle):before, #IDX-loginSubmit:active:before,
#IDX-signupFormSubmitBtn:active:before, #login .button-primary:active:before, .wp-block-button.is-style-outline .wp-block-button__link:active:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active:before {
  border-width: 325px;
}

.btn-primary, .idx-btn:not(.idx-btn-toggle), #IDX-loginSubmit,
#IDX-signupFormSubmitBtn, #login .button-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #172F48;
  border-color: #172F48;
  color: #FFFFFF;
}
.btn-primary:hover, .idx-btn:hover:not(.idx-btn-toggle), #IDX-loginSubmit:hover,
#IDX-signupFormSubmitBtn:hover, #login .button-primary:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .btn-primary:focus, .idx-btn:focus:not(.idx-btn-toggle), #IDX-loginSubmit:focus,
#IDX-signupFormSubmitBtn:focus, #login .button-primary:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .btn-primary:active, .idx-btn:active:not(.idx-btn-toggle), #IDX-loginSubmit:active,
#IDX-signupFormSubmitBtn:active, #login .button-primary:active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  border-color: #62879F;
  background-color: #172F48 !important;
  color: #FFFFFF;
}

.btn-secondary, .white-form .gform_button, .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border-color: #DBC2A5;
  color: #FFFFFF;
}
.btn-secondary:hover, .white-form .gform_button:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-secondary:focus, .white-form .gform_button:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .btn-secondary:active, .white-form .gform_button:active, .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: transparent;
  border-color: #62879F;
  color: #FFFFFF;
}

/** # Responsive **/
@media (max-width: 767px) {
  .wp-block-button {
    width: 100%;
  }
  .btn, .idx-btn:not(.idx-btn-toggle), #IDX-loginSubmit,
  #IDX-signupFormSubmitBtn, #login .button-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link, .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: "IBM Plex Serif";
  src: url("../fonts/hinted-IBMPlexSerif-Regular.woff2") format("woff2"), url("../fonts/hinted-IBMPlexSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Serif";
  src: url("../fonts/hinted-IBMPlexSerif-Italic.woff2") format("woff2"), url("../fonts/hinted-IBMPlexSerif-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Serif";
  src: url("../fonts/hinted-IBMPlexSerif-SemiBold.woff2") format("woff2"), url("../fonts/hinted-IBMPlexSerif-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Serif";
  src: url("../fonts/hinted-IBMPlexSerif-SemiBoldItalic.woff2") format("woff2"), url("../fonts/hinted-IBMPlexSerif-SemiBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/hinted-IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/hinted-IBMPlexSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/hinted-IBMPlexSans-Italic.woff2") format("woff2"), url("../fonts/hinted-IBMPlexSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/hinted-IBMPlexSans-Medium.woff2") format("woff2"), url("../fonts/hinted-IBMPlexSans-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/hinted-IBMPlexSans-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-IBMPlexSans-MediumItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  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;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4, #idx-mlm-landing-cta .action__heading {
  font-family: "IBM Plex Serif", serif;
  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;
}

.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.03rem;
}

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

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

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

.heading {
  font-family: "IBM Plex Serif", serif;
}

.body {
  font-family: "IBM Plex Sans", sans-serif;
}

.light {
  font-weight: 100;
}

.semi {
  font-weight: 600;
}

.white-text {
  color: #FFFFFF;
}

.black-text {
  color: #000;
}

.primary-text {
  color: #172F48;
}

.secondary-text {
  color: #62879F;
}

.tertiary-text {
  color: #CBDCEA;
}

.darkgrey-text {
  color: rgb(133.11, 97.44, 75.69);
}

.medgrey-text {
  color: #DBC2A5;
}

.lightgrey-text {
  color: rgb(251.0571428571, 248.319047619, 245.1428571429);
}

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

blockquote {
  margin: 30px 0;
  padding: 45px 60px;
  font-size: 1.2rem;
  background-color: #172F48;
  color: #FFFFFF !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  line-height: 1.3;
  min-height: 230px;
  background-image: url("../images/brandmark-white.svg");
  background-size: 170px;
  background-repeat: no-repeat;
  background-position: center;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote a {
  color: #DBC2A5 !important;
  text-decoration: underline;
}
blockquote a:hover, blockquote a:focus, blockquote a:active {
  color: #CBDCEA !important;
  text-decoration: none;
}
blockquote h1, blockquote h2, blockquote h3, blockquote h4 {
  font-size: 1.25rem;
  color: #DBC2A5;
}
blockquote .wp-element-button,
blockquote .btn,
blockquote .idx-btn:not(.idx-btn-toggle),
blockquote #IDX-loginSubmit,
blockquote #IDX-signupFormSubmitBtn,
blockquote #login .button-primary,
#login blockquote .button-primary {
  background-color: transparent !important;
  border-color: #DBC2A5 !important;
  color: #FFFFFF !important;
}
blockquote .wp-element-button:hover, blockquote .wp-element-button:focus, blockquote .wp-element-button:active,
blockquote .btn:hover,
blockquote .idx-btn:hover:not(.idx-btn-toggle),
blockquote #IDX-loginSubmit:hover,
blockquote #IDX-signupFormSubmitBtn:hover,
blockquote #login .button-primary:hover,
#login blockquote .button-primary:hover,
blockquote .btn:focus,
blockquote .idx-btn:focus:not(.idx-btn-toggle),
blockquote #IDX-loginSubmit:focus,
blockquote #IDX-signupFormSubmitBtn:focus,
blockquote #login .button-primary:focus,
#login blockquote .button-primary:focus,
blockquote .btn:active,
blockquote .idx-btn:active:not(.idx-btn-toggle),
blockquote #IDX-loginSubmit:active,
blockquote #IDX-signupFormSubmitBtn:active,
blockquote #login .button-primary:active,
#login blockquote .button-primary:active {
  border-color: #62879F !important;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}

/** # Responsive **/
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.6rem;
  }
  h3, .h3 {
    font-size: 2.1rem;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.6rem;
  }
  h2, .h2 {
    font-size: 2.3rem;
  }
  h3, .h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.2rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4, #idx-mlm-landing-cta .action__heading {
    font-size: 1.4rem;
  }
  blockquote {
    padding: 30px 20px;
  }
}
.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;
  }
}
/* 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 */
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%;
}

p iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.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: #172F48 !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #172F48 !important;
}

.lightgrey-bg {
  background-color: rgb(251.0571428571, 248.319047619, 245.1428571429);
}
.lightgrey-bg .btn-secondary {
  color: #62879F;
}

.medgrey-bg {
  background-color: #DBC2A5;
}
.medgrey-bg .btn-secondary {
  border-color: rgb(251.0571428571, 248.319047619, 245.1428571429);
  color: #62879F;
}
.medgrey-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: #62879F !important;
}

.black-bg {
  background-color: #000;
  color: #FFFFFF;
}
.black-bg a:not(.btn):not(.wp-element-button):hover, .black-bg a:not(.btn):not(.wp-element-button):focus, .black-bg a:not(.btn):not(.wp-element-button):active {
  color: #CBDCEA;
}

.primary-bg {
  background-color: #172F48;
  color: #FFFFFF;
}
.primary-bg a:not(.btn):not(.wp-element-button) {
  color: #CBDCEA;
}
.primary-bg a:not(.btn):not(.wp-element-button):hover, .primary-bg a:not(.btn):not(.wp-element-button):focus, .primary-bg a:not(.btn):not(.wp-element-button):active {
  color: #62879F;
}
.primary-bg .btn-primary {
  background-color: transparent !important;
  border-color: #DBC2A5;
  color: #FFFFFF;
}
.primary-bg .btn-primary:before {
  border-color: #62879F;
}
.primary-bg .btn-primary:hover, .primary-bg .btn-primary:focus, .primary-bg .btn-primary:active {
  background-color: transparent;
  border-color: #62879F;
  color: #FFFFFF;
}
.primary-bg blockquote {
  background-color: #62879F;
}

.secondary-bg {
  background-color: #62879F;
  color: #FFFFFF;
}
.secondary-bg a:not(.btn):not(.wp-element-button) {
  color: #CBDCEA;
}
.secondary-bg a:not(.btn):not(.wp-element-button):hover, .secondary-bg a:not(.btn):not(.wp-element-button):focus, .secondary-bg a:not(.btn):not(.wp-element-button):active {
  color: #DBC2A5;
}
.secondary-bg .btn:before {
  border-color: #DBC2A5;
}
.secondary-bg .btn:hover, .secondary-bg .btn:focus, .secondary-bg .btn:active {
  border-color: #DBC2A5;
}

.tertiary-bg {
  background-color: #CBDCEA;
}
.tertiary-bg .btn-secondary {
  color: #172F48;
  border-color: #62879F;
}
.tertiary-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: #172F48 !important;
}

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

.pattern-bg {
  background-image: url("../images/primary-swatch.jpg");
  background-size: 130px;
  background-position: center;
}
.pattern-bg.light-pattern {
  background-image: url("../images/light-swatch.jpg");
}

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

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  opacity: 1;
  width: auto;
  height: auto;
  background-image: none;
  z-index: 2;
}

.wp-block-social-links .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links .wp-social-link a {
  background-color: #62879F;
  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: #62879F;
  color: #62879F;
}
.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: #62879F;
  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 4px;
  line-height: 12px;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots button {
  text-indent: -9999px;
  border: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #62879F;
  opacity: 0.6;
  transition: all 0.4s ease-out;
}
.slick-dots button:hover, .slick-dots button:focus, .slick-dots button:active {
  opacity: 1;
}

.dark-arrows .slick-arrow {
  background-color: #172F48;
  color: #FFFFFF;
}

.light-arrows .slick-arrow {
  background-color: #CBDCEA;
  color: #172F48;
}

.slick-arrow {
  padding: 0;
  border: 0;
  background-color: #CBDCEA;
  color: #172F48;
  border: 1px solid #172F48;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
  font-size: 1.5rem;
}
.slick-arrow + .slick-arrow {
  margin-left: 10px;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  transform: scale(1.05);
  transform-origin: center;
}

/** # Responsive **/
@media (max-width: 991px) {
  .gallery-item {
    width: 33.3333%;
    min-width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #page {
    overflow: hidden;
  }
  .video-overlay svg {
    width: 90px;
  }
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
select {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #172F48;
  padding: 5px 8px;
  height: 65px;
  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;
  border: 1px solid #172F48;
  background-color: transparent;
  padding: 5px 8px;
  font-size: 1rem !important;
  color: #000;
}
textarea:focus-visible {
  outline: none;
}

select {
  background: transparent url("../images/angle-down.svg") right 15px center no-repeat;
  background-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
select option {
  color: #000;
  background-color: #FFFFFF;
}
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(23, 47, 72, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(23, 47, 72, 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_fields {
  grid-row-gap: 6px !important;
}

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

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

.gfield_description {
  font-size: 0.6rem !important;
  margin-top: 2px;
  padding-top: 0 !important;
  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: #FFFFFF !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: #FFFFFF url("../images/angle-down.svg") right 12px center no-repeat !important;
  background-size: 14px !important;
}

.ui-datepicker table td a {
  border: 0 !important;
}
.ui-datepicker table td a.ui-state-active {
  background-color: #62879F !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: #62879F;
}

.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: #62879F !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.8rem !important;
  color: #000 !important;
  font-weight: normal !important;
}

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

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

.white-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.white-form textarea {
  border: 1px solid #FFFFFF !important;
  color: #FFFFFF;
  background-color: #172F48;
}
.white-form select {
  background: #172F48 url("../images/angle-down-white.svg") right 15px center no-repeat;
  background-size: 14px;
  color: transparent;
  border: 1px solid #FFFFFF !important;
}
.white-form .gfield {
  position: relative;
}
.white-form .gfield.input--filled select {
  color: #FFFFFF;
}
.white-form .ginput_complex select {
  color: #FFFFFF !important;
}
.white-form .gfield_label,
.white-form label, .white-form .label {
  color: #FFFFFF !important;
}
.white-form .gform_button:before {
  border-color: #62879F !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: #FFFFFF;
  background-color: transparent !important;
  border: 1px solid #DBC2A5 !important;
  -webkit-appearance: none;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-size: 20px;
  padding: 16px 0;
  border: 0 !important;
  color: #FFFFFF !important;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #DBC2A5 !important;
}

.search-form ::-webkit-input-placeholder {
  color: #FFFFFF;
  font-size: 0.9rem !important;
}

.search-form :-moz-placeholder {
  color: #FFFFFF;
  font-size: 0.9rem !important;
  opacity: 1;
}

.search-form ::-moz-placeholder {
  color: #FFFFFF;
  font-size: 0.9rem !important;
  opacity: 1;
}

.search-form :-ms-input-placeholder {
  color: #FFFFFF;
  font-size: 0.9rem !important;
}

.search-form ::-ms-input-placeholder {
  color: #FFFFFF;
  font-size: 0.9rem !important;
}

.widget select {
  width: 100%;
  color: #FFFFFF;
  background: transparent url("../images/angle-down-white.svg") right 12px center no-repeat !important;
  background-size: 14px !important;
  border: 1px solid #DBC2A5 !important;
  font-size: 0.9rem !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;
  width: 20px;
  text-align: center;
  background-color: transparent;
  color: #172F48;
  margin: 0 6px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  border: 0 !important;
}
.page-numbers:hover, .page-numbers:focus, .page-numbers:active {
  color: #62879F;
}
.page-numbers.current {
  color: #A87F66;
}
.page-numbers.next, .page-numbers.prev {
  color: #172F48;
  margin: 0;
  font-size: 20px;
}

/*----------------------------*/
/*--- ## 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: #172F48;
}
.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;
  color: #172F48;
  position: relative;
  background-color: rgb(251.0571428571, 248.319047619, 245.1428571429);
}
#login h1 a {
  width: 230px;
  background-size: 230px;
  height: 115px;
  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: 15px 0;
}
#login form label {
  color: #172F48 !important;
  font-size: 0.9rem;
  font-weight: 600 !important;
}
#login form input:not([type=submit]) {
  border-color: #DBC2A5 !important;
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
}
#login .button-primary:hover, #login .button-primary:focus, #login .button-primary:active {
  background-color: #62879F !important;
}

#rememberme {
  background-color: transparent;
  border: 2px solid #172F48 !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: #62879F !important;
  font-size: 18px;
}
#nav a:hover, #nav a:focus, #nav a:active,
#backtoblog a:hover,
#backtoblog a:focus,
#backtoblog a:active {
  color: #172F48 !important;
}

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

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

.navbar-toggler {
  display: none;
}

.primary-nav {
  padding: 0;
}

.main-menu {
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
.main-menu .nav-item {
  flex: unset !important;
}
.main-menu > li > a {
  color: #FFFFFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 0.8rem;
  font-weight: normal;
  padding: 0.33rem 0 !important;
  background-color: transparent !important;
  outline: none !important;
}
.main-menu > li > a:after {
  border: 0;
  width: 5px;
  height: 5px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  margin-left: 6px;
  transform: rotate(45deg);
  transition: all 0.4s;
}
.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: #CBDCEA;
  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 {
  border-color: #CBDCEA;
}

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

.dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  min-width: 185px;
  top: 44px !important;
  border: 0;
  padding-bottom: 15px;
  box-shadow: 0 10px 6px 2px rgba(0, 0, 0, 0.05);
}
.dropdown-menu li {
  text-align: left !important;
}
.dropdown-menu .dropdown-item {
  color: #172F48;
  font-family: "IBM Plex Serif", serif;
  font-size: 0.8rem;
  font-weight: normal;
  padding: 4px 25px;
  background-color: transparent !important;
  position: relative;
}
.dropdown-menu .dropdown-item:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 25px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #62879F;
  margin: auto;
  transition: all 0.4s;
  opacity: 0;
}
.dropdown-menu .current-menu-item .dropdown-item,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  color: #62879F;
  background-color: transparent;
  padding: 4px 15px 4px 35px;
}
.dropdown-menu .current-menu-item .dropdown-item:before,
.dropdown-menu .dropdown-item:hover:before,
.dropdown-menu .dropdown-item:active:before,
.dropdown-menu .dropdown-item:focus:before {
  opacity: 1;
  transform: translateX(-5px);
}

.header-scroll .dropdown-menu {
  top: 44px !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .nav-modal .modal-dialog {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100vw;
    width: 100vw;
  }
  .nav-modal .btn-close {
    position: fixed;
  }
  .nav-wrap {
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    padding: 20px 40px 40px;
  }
  .nav-logo {
    margin-bottom: 25px;
    text-align: center;
  }
  .nav-logo img {
    height: 165px;
    width: auto;
    margin: 0 auto;
  }
  .nav-contact {
    margin-bottom: 30px;
  }
  .nav-contact a {
    color: #172F48;
    font-weight: normal;
  }
  .nav-contact a:hover, .nav-contact a:focus, .nav-contact a:active {
    color: #62879F;
  }
  .navbar {
    display: block !important;
  }
  .main-menu {
    display: block !important;
    margin-top: 0;
  }
  .main-menu > li {
    text-align: center !important;
  }
  .main-menu > li > a {
    font-size: 1.5rem;
    color: #172F48;
  }
  .main-menu > li > a:after {
    border-color: #172F48;
    width: 9px;
    height: 9px;
    margin-left: 8px;
  }
  .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: #62879F;
    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 {
    border-color: #62879F;
  }
  .dropdown-menu {
    position: static !important;
    background-color: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    padding-top: 0;
  }
  .dropdown-menu > .nav-item {
    text-align: center !important;
  }
  .dropdown-menu .dropdown-item {
    display: inline-block;
    width: auto;
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .nav-wrap {
    padding: 30px 20px 45px;
  }
  .nav-logo img {
    height: 120px;
  }
  .nav-contact a {
    justify-content: center;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  padding: 10px 60px;
}
#masthead.header-scroll {
  background-color: #172F48;
}

.header-left,
.header-right {
  transition: all 0.2s;
  position: relative;
  padding-top: 25px;
}
.header-left:before,
.header-right:before {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 1px;
  background-color: #CBDCEA;
  transition: all 0.2s;
}

.header-left:before {
  left: 15px;
  right: -90px;
}

.header-right:before {
  left: -90px;
  right: 15px;
}

.header-logo {
  position: relative;
}
.header-logo img {
  width: auto;
}
.header-logo img:first-of-type {
  height: 180px;
  position: absolute;
  top: -25px;
  left: 15px;
  right: 15px;
  margin: auto;
  transition: height 0s, opacity 0.2s linear 0.1s;
}
.header-logo img:last-of-type {
  height: 60px;
  transition: all 0.2s;
  opacity: 0;
}

.header-contact a {
  color: #FFFFFF;
  font-weight: normal;
}
.header-contact a:hover, .header-contact a:focus, .header-contact a:active {
  color: #CBDCEA;
}

.header-contact-icon {
  width: 31px;
  min-width: 31px;
  height: 31px;
  border-radius: 100%;
  background-color: #172F48;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  transition: all 0.2s;
}

.cta-trigger {
  padding: 3px 30px 8px;
  min-height: 31px;
  background-color: #172F48;
  border-color: #172F48;
}
.cta-trigger:before {
  border-color: #DBC2A5;
}
.cta-trigger:hover, .cta-trigger:focus, .cta-trigger:active {
  border-color: #DBC2A5;
}

.header-scroll .header-left,
.header-scroll .header-right {
  padding-top: 10px;
}
.header-scroll .header-left:before,
.header-scroll .header-right:before {
  opacity: 0;
}
.header-scroll .header-logo img:first-of-type {
  opacity: 0;
  height: 100px;
  transition: opacity 0.2s, height 0s linear 0.25s;
}
.header-scroll .header-logo img:last-of-type {
  opacity: 1;
}
.header-scroll .header-contact-icon {
  background-color: #62879F;
}
.header-scroll .cta-trigger {
  background-color: #62879F;
  border-color: #62879F;
}

/** # Responsive **/
@media (max-width: 1399px) {
  #masthead {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-logo img:first-of-type {
    height: 165px;
    top: -23px;
  }
  .header-left,
  .header-right {
    padding-top: 15px;
  }
}
@media (max-width: 1199px) {
  #masthead {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-logo img:first-of-type {
    height: 130px;
    top: -10px;
  }
  .header-left {
    display: flex;
    align-items: center;
    padding-top: 35px;
  }
  .header-left:before {
    right: -70px;
  }
  .header-right {
    padding-top: 35px;
  }
  .header-right:before {
    left: -70px;
  }
  .header-scroll .header-left,
  .header-scroll .header-right {
    padding-top: 0;
  }
  .navbar-toggler {
    width: 31px;
    height: 27px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    border-radius: 0;
    box-shadow: none !important;
  }
  .navbar-toggler:hover .menu-bar, .navbar-toggler:focus .menu-bar, .navbar-toggler:active .menu-bar {
    background-color: #CBDCEA;
  }
  .menu-bar {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
    transition: all 0.3s;
  }
}
@media (max-width: 991px) {
  .header-contact-icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
    font-size: 0.7rem;
  }
  .header-left,
  .header-right {
    padding-top: 40px;
  }
  .header-right {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .header-contact a {
    display: block !important;
    margin-right: 0 !important;
  }
  .header-contact a + a {
    margin-top: 5px;
  }
  .header-contact-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    font-size: 0.55rem;
    margin-right: 3px;
  }
  .header-logo img:first-of-type {
    height: 75px;
    top: -2px;
  }
  .header-left,
  .header-right {
    padding-top: 0;
  }
  .header-left:before {
    right: -30px;
    bottom: -19px;
  }
  .header-right:before {
    left: -30px;
  }
  #masthead.header-scroll {
    padding: 5px 15px;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}

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

.cta-modal-content {
  padding: 10px 40px 35px;
  position: relative;
  z-index: 1;
}
.cta-modal-content > div {
  max-width: 550px;
}
.cta-modal-content img {
  height: 120px;
  width: auto;
  margin-bottom: 25px;
}
.cta-modal-content h2 {
  line-height: 1;
}
.cta-modal-content input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.cta-modal-content select,
.cta-modal-content textarea {
  border-radius: 15px;
}
.cta-modal-content input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.cta-modal-content select {
  height: 55px !important;
}
.cta-modal-content .gfield_label {
  top: 13px;
}
.cta-modal-content .gform_footer {
  justify-content: center;
  margin: 0 !important;
}
.cta-modal-content .gform_button {
  background-color: #CBDCEA !important;
  border-color: #CBDCEA;
  color: #172F48;
}
.cta-modal-content .gform_button:hover, .cta-modal-content .gform_button:focus, .cta-modal-content .gform_button:active {
  color: #FFFFFF;
}

.cta-modal-copy {
  line-height: 1.3;
}

.cta-contact a {
  color: #172F48;
  font-weight: normal;
}
.cta-contact a:hover, .cta-contact a:focus, .cta-contact a:active {
  color: #62879F;
}

.cta-modal-img {
  position: relative;
}
.cta-modal-img > div {
  margin-left: -150px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
}
.cta-modal-img > div img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .cta-modal .btn-close {
    width: 45px;
  }
  .cta-modal-content {
    background-color: rgb(251.0571428571, 248.319047619, 245.1428571429);
  }
  .cta-modal-content img {
    margin-bottom: 35px;
  }
  .mobile-cta-link {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    overflow: hidden;
  }
  .mobile-cta-link.hide-cta {
    z-index: -100;
    opacity: 0;
    transition: opacity 0.25s, z-index 0s linear 0.25s;
  }
  .mobile-cta-link a {
    background-color: #62879F;
    color: #FFFFFF;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .cta-modal-content {
    padding: 25px 15px 45px;
  }
  .cta-contact a {
    justify-content: center;
    text-align: center;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 900px;
}

.hp-modal-wrap {
  background-image: url("../images/primary-swatch.jpg");
  background-size: 120px;
  background-position: center;
  margin: 0;
}

.hp-modal-img {
  order: 2;
  padding: 0;
  position: relative;
}
.hp-modal-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.hp-modal-content {
  padding: 70px 50px 45px;
}
.hp-modal-content .gfield--input-type-html {
  margin-top: 5px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .hp-modal-content {
    padding: 70px 20px 30px;
  }
}
.site-footer {
  background-image: url("../images/primary-swatch.jpg");
  background-size: 130px;
  background-position: center;
  overflow: hidden;
  padding-top: 75px;
}
.site-footer hr {
  opacity: 0.75;
  background-color: #CBDCEA;
  margin: 0;
}

.footer-content {
  margin-bottom: 75px;
}
.footer-content h2 {
  font-size: 5rem;
  line-height: 1;
}
.footer-content textarea {
  height: 145px !important;
}

.footer-content-left {
  padding-right: 40px;
}

.footer-content-contact .btn {
  min-width: 160px;
}

.site-footer-inner {
  padding: 50px 0;
  margin: 0 -12px;
}

.footer-col {
  padding: 0 12px;
}
.footer-col img {
  height: 100px;
  width: auto;
}
.footer-col p {
  margin-bottom: 0;
  line-height: 1.25;
}
.footer-col p a {
  color: #FFFFFF !important;
  font-weight: normal;
}
.footer-col p a:hover, .footer-col p a:focus, .footer-col p a:active {
  color: #CBDCEA !important;
}

.footer-social {
  margin-top: 10px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #CBDCEA;
  color: #CBDCEA;
  border-radius: 100%;
  margin-right: 1px;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  background-color: #CBDCEA;
  color: #62879F !important;
}

.site-info a {
  color: #FFFFFF;
}
.site-info a:hover, .site-info a:focus, .site-info a:active {
  color: #62879F;
}

.footer-legal ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.footer-legal li {
  line-height: 1.25;
}
.footer-legal li a {
  color: #FFFFFF !important;
  font-weight: normal;
}
.footer-legal li a:hover, .footer-legal li a:focus, .footer-legal li a:active {
  color: #CBDCEA !important;
}

.footer-ig {
  position: relative;
  z-index: 1;
  padding-bottom: 35px;
}
.footer-ig:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #FFFFFF;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(50% + 17px);
}

/** # Responsive **/
@media (max-width: 1399px) {
  .footer-content-left {
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .footer-col p, .footer-col li {
    font-size: 0.8rem;
  }
  .footer-col img {
    height: 90px;
  }
  .footer-social a {
    width: 30px;
    height: 30px;
    font-size: 0.7rem;
  }
}
@media (max-width: 991px) {
  .site-footer {
    padding-top: 50px;
  }
  .footer-content-left {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 35px;
  }
  .footer-content-left h2 {
    font-size: 3rem;
  }
  .footer-content-right .gform_footer {
    justify-content: center;
  }
  .site-footer-inner {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .footer-col {
    width: 50%;
    min-width: 50%;
    text-align: center;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .footer-content {
    margin-bottom: 40px;
  }
  .footer-content-left h2 {
    font-size: 2.5rem;
  }
  .footer-col {
    width: 100%;
    min-width: 100%;
  }
  .footer-ig {
    padding-bottom: 20px;
  }
  .footer-ig:before {
    height: calc(50% + 10px);
  }
  .fig-img:nth-child(n+4) {
    display: none;
  }
}
.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-arrows {
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.list-box-wrap {
  margin-bottom: 50px;
}
.list-box-wrap.list-box-slide {
  padding: 0 15px;
  margin-bottom: 0;
}
.list-box-wrap a {
  display: block;
  height: 100%;
  font-weight: normal;
}
.list-box-wrap a:hover .list-box-status, .list-box-wrap a:focus .list-box-status, .list-box-wrap a:active .list-box-status {
  transform: translateY(-100%);
}
.list-box-wrap a:hover .list-box-info h2, .list-box-wrap a:focus .list-box-info h2, .list-box-wrap a:active .list-box-info h2 {
  color: #172F48;
}

.list-box-inner {
  height: 100%;
  background-color: rgb(246.5965714286, 238.5441904762, 229.2034285714);
}

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

.list-box-status {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(12px);
  padding: 6px 15px;
  min-width: 175px;
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.1, 1.35);
}

.list-box-info {
  padding: 12px;
}
.list-box-info h2 {
  font-size: 1.15rem;
  transition: all 0.4s ease-out;
  min-height: 53px;
}

.list-box-meta {
  color: #172F48;
}
.list-box-meta span:not(:last-child):after {
  content: " | ";
}

/** # Responsive **/
@media (max-width: 1199px) {
  .list-box-wrap {
    transition-delay: 0.3s !important;
  }
}
@media (max-width: 991px) {
  .list-slider {
    margin: 0 -15px;
  }
  .list-box-status {
    transform: translateY(12px) !important;
  }
}
.blog-box-wrap {
  margin-bottom: 60px;
}
.blog-box-wrap.blog-box-slide {
  padding: 15px;
  margin-bottom: 0;
}
.blog-box-wrap a {
  font-weight: normal;
  display: block;
  height: 100%;
}
.blog-box-wrap a:hover .blog-box-img,
.blog-box-wrap a:hover .blog-box-info, .blog-box-wrap a:focus .blog-box-img,
.blog-box-wrap a:focus .blog-box-info, .blog-box-wrap a:active .blog-box-img,
.blog-box-wrap a:active .blog-box-info {
  transform: translateY(-40px);
}
.blog-box-wrap a:hover .blog-box-info h3, .blog-box-wrap a:focus .blog-box-info h3, .blog-box-wrap a:active .blog-box-info h3 {
  color: #172F48;
}
.blog-box-wrap a:hover .blog-more, .blog-box-wrap a:focus .blog-more, .blog-box-wrap a:active .blog-more {
  opacity: 1;
}

.blog-box-inner {
  background-color: #FFFFFF;
  height: 100%;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

.blog-box-img {
  position: relative;
  transition: all 0.4s ease-out;
}

.blog-box-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: 1;
}
.blog-box-play:before {
  background-color: rgba(23, 47, 72, 0.33);
  z-index: -1;
}

.blog-box-info {
  color: #172F48;
  padding: 20px;
  transition: all 0.4s ease-out;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}
.blog-box-info h3 {
  transition: all 0.4s ease-out;
}

.blog-box-top {
  border-bottom: 1px solid #DBC2A5;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.blog-more {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.2s;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed-slider {
    margin: 0 -15px;
  }
  .blog-feed-slider .slick-dots {
    margin-top: 30px;
  }
  .blog-box-img,
  .blog-box-info {
    transform: none !important;
  }
  .blog-box-info {
    padding: 20px 15px;
  }
  .blog-box-play img {
    width: 90px;
  }
  .blog-more {
    display: none;
  }
}
.team-box-wrap {
  margin-bottom: 75px;
}
.team-box-wrap.team-box-slide {
  margin-bottom: 0;
  padding: 32px 25px 0;
}
.team-box-wrap a {
  font-weight: normal;
  display: block;
  position: relative;
}
.team-box-wrap a:hover .team-box-inner, .team-box-wrap a:focus .team-box-inner, .team-box-wrap a:active .team-box-inner {
  transform: translateY(-30px);
}
.team-box-wrap a:hover .team-switch, .team-box-wrap a:focus .team-switch, .team-box-wrap a:active .team-switch {
  opacity: 0;
}
.team-box-wrap a:hover .team-hover-img, .team-box-wrap a:focus .team-hover-img, .team-box-wrap a:active .team-hover-img {
  opacity: 1;
}
.team-box-wrap a:hover .team-more, .team-box-wrap a:focus .team-more, .team-box-wrap a:active .team-more {
  opacity: 1;
}

.team-box-inner {
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.1, 1.35);
}

.team-box-img {
  border: 2px solid #CBDCEA;
  position: relative;
  margin-bottom: 15px;
}

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

.team-hover-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.team-box-info {
  color: #FFFFFF;
}

.team-more {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .team-box-wrap {
    margin-bottom: 50px;
  }
  .team-box-inner {
    transform: none !important;
  }
}
.img-header {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 220px 0 60px;
}
.img-header .container {
  position: relative;
  z-index: 1;
}
.img-header a {
  color: #DBC2A5 !important;
}
.img-header a:hover, .img-header a:focus, .img-header a:active {
  color: #CBDCEA !important;
}

.header-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.header-media:before {
  background: linear-gradient(to bottom, rgba(23, 47, 72, 0.9), rgba(23, 47, 72, 0) 33%);
}
.header-media:after {
  background: linear-gradient(to top, #172f48, rgba(23, 47, 72, 0) 60%);
}
.header-media img, .header-media video {
  object-position: top;
}

.header-arrow {
  position: absolute;
  right: 15px;
  bottom: 30px;
  margin: auto;
}
.header-arrow a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(23, 47, 72, 0);
  border-radius: 100%;
  color: #FFFFFF !important;
  width: 72px;
  height: 72px;
  font-size: 1.5rem;
  transition: all 0.4s;
}
.header-arrow a svg {
  animation: arrow-bounce 2.5s linear infinite;
  transition: all 0.2s;
  display: block;
  position: relative;
  z-index: 1;
}
.header-arrow a:hover, .header-arrow a:focus, .header-arrow a:active {
  border-color: #FFFFFF;
  background-color: rgba(23, 47, 72, 0.25);
}

@keyframes arrow-bounce {
  0% {
    transform: translateY(-5px);
    opacity: 1;
  }
  25% {
    transform: translateY(0);
    opacity: 0.75;
  }
  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }
  75% {
    transform: translateY(0);
    opacity: 0.75;
  }
  100% {
    transform: translateY(-5px);
    opacity: 1;
  }
}
.text-header {
  padding: 230px 0 45px;
}
.text-header a:not(.btn) {
  color: #DBC2A5 !important;
}
.text-header a:not(.btn):hover, .text-header a:not(.btn):focus, .text-header a:not(.btn):active {
  color: #CBDCEA !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .text-header {
    padding-top: 180px;
  }
  .img-header {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .img-header {
    min-height: 600px;
    padding: 160px 0 25px;
  }
  .header-media:after {
    background: linear-gradient(to top, #172f48, rgba(23, 47, 72, 0.1) 66%);
  }
}
@media (max-width: 767px) {
  .img-header {
    min-height: unset;
    padding: 0;
    display: block !important;
  }
  .img-header .page-header {
    padding: 20px 0 30px;
  }
  .header-media {
    position: relative;
    aspect-ratio: 4/3;
  }
  .text-header {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
.sidebar {
  background-color: rgb(251.0571428571, 248.319047619, 245.1428571429);
  border: 1px solid #A87F66;
  text-align: center;
  padding: 20px 30px;
  position: sticky;
  color: #000 !important;
}
.sidebar a {
  color: #62879F !important;
}
.sidebar a:hover, .sidebar a:focus, .sidebar a:active {
  color: #172F48 !important;
}
.sidebar input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.sidebar select,
.sidebar textarea {
  border-radius: 12px;
}
.sidebar .gfield_label.no-animate,
.sidebar .gchoice label,
.sidebar .gfield_consent_label {
  color: #000 !important;
}
.sidebar .gform_footer {
  justify-content: center;
}
.sidebar .gform_button {
  min-width: 160px;
  background-color: #CBDCEA !important;
  border-color: #CBDCEA;
  color: #172F48;
}

/** # Responsive **/
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    padding: 20px;
  }
}
.lead-wrap {
  padding: 220px 0 45px;
  min-height: calc(100vh - 215px);
}

.lead-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.lead-img:before {
  background-color: #172F48;
  opacity: 0.7;
}

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

.lead-content {
  padding-right: 60px;
  padding-top: 30px;
}
.lead-content a:not(.btn):not(.wp-element-button) {
  color: #DBC2A5 !important;
}
.lead-content a:not(.btn):not(.wp-element-button):hover, .lead-content a:not(.btn):not(.wp-element-button):focus, .lead-content a:not(.btn):not(.wp-element-button):active {
  color: #CBDCEA !important;
}

#colophon.lead-footer {
  padding-top: 15px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .lead-content {
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .lead-wrap {
    padding-top: 180px;
  }
}
@media (max-width: 991px) {
  .lead-content {
    padding-top: 0;
  }
  .lead-form-wrap {
    margin-top: 35px;
  }
  #colophon.lead-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding-top: 120px;
  }
}
.posts-wrap {
  margin: 70px 0 60px;
}

.no-results #search_form .search-field {
  color: #000;
}
.no-results .search-btn {
  color: #172F48 !important;
}
.no-results .search-btn:hover, .no-results .search-btn:focus, .no-results .search-btn:active {
  color: #A87F66 !important;
}
.no-results .search-form ::-webkit-input-placeholder {
  color: #000;
}
.no-results .search-form :-moz-placeholder {
  color: #000;
}
.no-results .search-form ::-moz-placeholder {
  color: #000;
}
.no-results .search-form :-ms-input-placeholder {
  color: #000;
}
.no-results .search-form ::-ms-input-placeholder {
  color: #000;
}

.testimonial-videos {
  margin-top: 60px;
  margin-bottom: 70px;
}

.tv-copy {
  padding-right: 45px;
}

.t-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

.t-box-wrap {
  margin-bottom: 60px;
}
.t-box-wrap a {
  font-weight: normal;
  color: #172F48;
  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(-20px);
}

.t-box-inner {
  border: 1px solid rgba(23, 47, 72, 0.4);
  padding: 20px 30px 100px;
  height: 100%;
  transition: all 0.4s ease-out;
  position: relative;
}

.t-stars {
  color: #A87F66;
}

.t-box-img {
  margin-bottom: 15px;
}
.t-box-img > div {
  width: 95px;
  min-width: 9px;
  height: 95px;
  border-radius: 100%;
  overflow: hidden;
}

.t-box-excerpt {
  line-height: 1.25;
}

.t-box-bottom {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.testimonial-modal .modal-dialog {
  max-width: 900px;
}

.t-modal-wrap {
  padding: 60px;
  border: 1px solid rgba(23, 47, 72, 0.4);
}

/** # Responsive **/
@media (max-width: 991px) {
  .tv-copy {
    margin-bottom: 35px;
    text-align: center;
    padding-right: 15px;
  }
  .t-box-wrap {
    margin-bottom: 45px;
  }
  .t-box-inner {
    padding: 20px 20px 100px;
    transform: none !important;
  }
  .t-box-bottom {
    left: 20px;
    right: 20px;
  }
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .testimonial-videos {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .t-wrap {
    margin-top: 50px;
  }
  .t-modal-wrap {
    padding: 75px 20px 35px;
  }
}
.listings-wrap {
  margin: 60px 0 35px;
}

.listings-map-embed {
  margin: 50px 0;
}
.listings-map-embed iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: unset;
}

/** # Responsive **/
@media (max-width: 767px) {
  .listings-map-embed iframe {
    aspect-ratio: 1/1;
  }
}
.page-content {
  margin: 50px 0;
}
.page-content > h1, .page-content > .h1 {
  font-size: 2.5rem;
  color: #62879F;
}
.page-content > h2, .page-content > .h2 {
  font-size: 2.2rem;
  color: #62879F;
}
.page-content > h3, .page-content > .h3 {
  font-size: 1.7rem;
  color: #62879F;
}
.page-content > h4, .page-content > .h4 {
  font-size: 1.4rem;
  color: #62879F;
}

.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(.idx-listings):not(.idx-pagination):not(.idx-open-house--list):not(.select2-selection__rendered):not(.mlm-nav):not(.dropdown-menu),
.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(.idx-listings):not(.idx-pagination):not(.idx-open-house--list):not(.select2-selection__rendered):not(.mlm-nav):not(.dropdown-menu),
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(.idx-listings):not(.idx-pagination):not(.idx-open-house--list):not(.select2-selection__rendered):not(.mlm-nav):not(.dropdown-menu) {
  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(.idx-listings):not(.idx-pagination):not(.idx-open-house--list):not(.select2-selection__rendered):not(.mlm-nav):not(.dropdown-menu) 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(.idx-listings):not(.idx-pagination):not(.idx-open-house--list):not(.select2-selection__rendered):not(.mlm-nav):not(.dropdown-menu) 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(.idx-listings):not(.idx-pagination):not(.idx-open-house--list):not(.select2-selection__rendered):not(.mlm-nav):not(.dropdown-menu) li {
  margin-bottom: 8px;
  padding-left: 19px;
  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(.idx-listings):not(.idx-pagination):not(.idx-open-house--list):not(.select2-selection__rendered):not(.mlm-nav):not(.dropdown-menu) 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(.idx-listings):not(.idx-pagination):not(.idx-open-house--list):not(.select2-selection__rendered):not(.mlm-nav):not(.dropdown-menu) 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(.idx-listings):not(.idx-pagination):not(.idx-open-house--list):not(.select2-selection__rendered):not(.mlm-nav):not(.dropdown-menu) li:before {
  margin: 0 10px 0 -19px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #CBDCEA;
  position: relative;
  top: -2px;
}

.page-wrap {
  margin-bottom: 60px;
  margin-top: 60px;
}

.entry-content {
  padding-right: 80px;
}
.entry-content img.alignnone {
  margin: 20px auto;
}
.entry-content > section:first-child {
  margin-top: 0;
}
.entry-content > section:last-child {
  margin-bottom: 0;
}
.entry-content > h1, .entry-content > .h1 {
  font-size: 2.5rem;
  color: #62879F;
}
.entry-content > h2, .entry-content > .h2 {
  font-size: 2.2rem;
  color: #62879F;
}
.entry-content > h3, .entry-content > .h3 {
  font-size: 1.7rem;
  color: #62879F;
}
.entry-content > h4, .entry-content > .h4 {
  font-size: 1.4rem;
  color: #62879F;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .entry-content > h1, .entry-content > .h1 {
    font-size: 2rem;
  }
  .entry-content > h2, .entry-content > .h2 {
    font-size: 1.8rem;
  }
  .entry-content > h3, .entry-content > .h3 {
    font-size: 1.5rem;
  }
  .entry-content > h4, .entry-content > .h4 {
    font-size: 1.2rem;
  }
}
.default-cta {
  padding: 80px 0;
  min-height: 75vh;
}
.default-cta img {
  z-index: unset;
}
.default-cta .container {
  position: relative;
  z-index: 1;
}
.default-cta:before {
  background-color: rgba(23, 47, 72, 0.7);
  z-index: 1;
}

.testimonial-cta {
  padding: 100px 0;
}

.tcta-inner {
  padding-right: 60px;
}

.tcta-media {
  order: 2;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .tcta-inner {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .default-cta {
    min-height: 450px;
  }
  .testimonial-cta {
    padding: 50px 0;
  }
  .tcta-media {
    order: unset;
    margin-bottom: 35px;
  }
  .tcta-inner {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .default-cta {
    padding: 50px 0;
    min-height: unset;
  }
}
.list-top-wrap {
  padding: 245px 0 40px;
}

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

.list-quick-links > span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 4px;
}
.list-quick-links a {
  color: #FFFFFF !important;
  font-weight: normal;
}
.list-quick-links a:hover, .list-quick-links a:focus, .list-quick-links a:active {
  color: #DBC2A5 !important;
}

.list-status {
  padding: 12px;
}

.hilites-slider {
  position: relative;
}
.hilites-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 2;
}
.hilites-slider .slick-arrow.slick-prev {
  left: calc(15% - 7px);
}
.hilites-slider .slick-arrow.slick-next {
  right: calc(15% - 7px);
}

.hilites-slide {
  padding: 0 15px;
}

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

.open-houses {
  padding: 60px 35px;
  margin-bottom: 45px;
}

.open-house {
  border-bottom: 1px solid #A87F66;
  padding: 12px 0;
}

.details-wrap {
  margin-bottom: 40px;
}

.list-details {
  border-top: 1px solid #DBC2A5;
}

.list-detail {
  border-bottom: 1px solid #DBC2A5;
  padding: 12px 0;
}

.list-downloads,
.list-desc,
.list-reel,
.list-toggles {
  margin-bottom: 40px;
}

.list-downloads .btn {
  min-width: 250px;
}

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

.list-video + .list-video, .list-video + .list-virtual {
  margin-top: 45px;
}
.list-video .lyt-playbtn svg,
.list-video .ltv-playbtn svg {
  width: 175px;
  height: auto;
}

.list-content-blocks {
  padding: 90px 0;
}
.list-content-blocks .container > div + div {
  margin-top: 45px;
}

.list-img-callout {
  margin-right: 0;
  margin-left: 0;
  background-color: rgba(219, 194, 165, 0.2);
}
.list-img-callout.img-right .lic-img {
  order: 2;
}

.lic-img {
  padding: 0;
}

.lic-copy {
  padding: 30px 45px;
}

.list-gallery-wrap {
  margin: 60px 0;
}

.list-gallery .gallery-item:nth-child(n+7) {
  display: none;
}

.related-listings-wrap {
  padding-top: 60px;
  padding-bottom: 1px;
}

.related-listings {
  margin-top: 60px;
}

.cs-testimonial {
  margin: 45px 0;
}

.cs-breakdown {
  margin: 45px 0;
  padding: 45px 30px;
}
.cs-breakdown .row {
  margin-top: 30px;
}
.cs-breakdown .bd-stat {
  margin: 15px 0;
}
.cs-breakdown .bd-stat:nth-child(even) {
  border-left: 1px solid #DBC2A5;
}

.cs-story-wrap {
  margin: 60px 0;
}

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

.story-pull {
  width: 50px;
  aspect-ratio: 1/1;
  position: sticky;
  top: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #172F48;
  color: #FFFFFF;
  overflow: hidden;
  border-radius: 100%;
  transform: translateX(-25px);
}

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

.story-step:nth-child(even) {
  margin-top: 75px;
  padding-left: 60px;
}
.story-step:nth-child(odd) {
  padding-right: 60px;
}

.story-step-inner {
  padding: 35px 30px 40px;
}
.story-step-inner h4 {
  border-bottom: 1px solid #A87F66;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

/** # Responsive **/
@media (max-width: 1599px) {
  .hilites-slider .slick-arrow.slick-prev {
    left: calc(10% - 7px);
  }
  .hilites-slider .slick-arrow.slick-next {
    right: calc(10% - 7px);
  }
}
@media (max-width: 1399px) {
  .open-houses {
    padding: 60px 20px;
  }
  .lic-copy {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .list-top-wrap {
    padding-top: 175px;
  }
  .list-img-wrap {
    padding: 0 30px;
  }
  .hilites-slider .slick-arrow.slick-prev {
    left: 15px;
  }
  .hilites-slider .slick-arrow.slick-next {
    right: 15px;
  }
  .hilites-slide {
    padding: 0;
  }
  .story-step:nth-child(even) {
    padding-left: 45px;
  }
  .story-step:nth-child(odd) {
    padding-right: 45px;
  }
  .story-step-inner {
    padding: 35px 20px 40px;
  }
}
@media (max-width: 991px) {
  .list-status {
    width: fit-content;
    min-width: 260px;
    margin: 10px auto;
  }
  .list-video .lyt-playbtn svg,
  .list-video .ltv-playbtn svg {
    width: 125px;
    height: auto;
  }
  .list-content-blocks {
    padding: 60px 0;
  }
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
  .lic-copy {
    padding: 0 15px 30px;
  }
  .story-step:nth-child(even) {
    padding-left: 35px;
  }
  .story-step:nth-child(odd) {
    padding-right: 35px;
  }
  .related-listings-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .related-list-slider {
    margin: 35px -15px 0;
  }
  .related-list-slider .slick-dots {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .list-top-wrap {
    padding-top: 120px;
  }
  .list-img-wrap {
    padding: 0 15px;
  }
  .hilites-slider .slick-arrow.slick-prev {
    left: 7px;
  }
  .hilites-slider .slick-arrow.slick-next {
    right: 7px;
  }
  .open-houses {
    padding: 35px 15px;
  }
  .open-house span {
    display: block;
  }
  .open-house .delim {
    display: none;
  }
  .hq-ah--data-container {
    flex-direction: column !important;
  }
  .hq-ah--data-container > div {
    width: 100% !important;
  }
  .list-tour {
    padding: 45px 0 50px;
  }
  .list-video .lyt-playbtn svg,
  .list-video .ltv-playbtn svg {
    width: 100px;
    height: auto;
  }
  .list-gallery-wrap {
    margin: 50px 0;
  }
  .bd-stat .h4 {
    font-size: 1.2rem;
  }
  .cs-story-wrap {
    margin: 45px 0 50px;
  }
  .story-step {
    margin-top: 35px !important;
    padding: 0 15px !important;
  }
  .story-step:first-child {
    margin-top: 0 !important;
  }
}
.single-post #masthead {
  background-color: #172F48;
}

.post-header-wrap {
  padding: 245px 0 80px;
}
.post-header-wrap .header-arrow {
  position: relative;
  margin-top: 30px;
  right: unset;
  bottom: unset;
}

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

.post-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #CBDCEA;
  color: #CBDCEA;
  border-radius: 100%;
  margin-right: 1px;
}
.post-share a:hover, .post-share a:focus, .post-share a:active {
  background-color: #CBDCEA;
  color: #62879F !important;
}

.post-wrap {
  margin-top: 60px;
  margin-bottom: 50px;
}

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

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

/** # Responsive **/
@media (max-width: 1199px) {
  .post-header-wrap {
    padding-top: 175px;
  }
  .post-header {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .post-header {
    padding-right: 15px;
  }
  .post-header h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .post-header-wrap {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .post-header {
    margin-bottom: 35px;
  }
  .post-wrap {
    margin-top: 50px;
  }
}
.single-team_member #masthead {
  background-color: #172F48;
}

.bio-header-wrap {
  padding: 245px 0 80px;
}
.bio-header-wrap .header-arrow {
  position: relative;
  margin-top: 30px;
  right: unset;
  bottom: unset;
}

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

.bio-position {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(203, 220, 234, 0.5);
}

.bio-contact {
  margin-top: 15px;
}
.bio-contact p {
  margin-bottom: 0;
  line-height: 1.25;
}
.bio-contact a {
  color: #FFFFFF !important;
  font-weight: normal;
}
.bio-contact a:hover, .bio-contact a:focus, .bio-contact a:active {
  color: #CBDCEA !important;
}

.bio-social {
  margin-top: 20px;
}
.bio-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #CBDCEA;
  color: #CBDCEA;
  border-radius: 100%;
  margin-right: 1px;
}
.bio-social a:hover, .bio-social a:focus, .bio-social a:active {
  background-color: #CBDCEA;
  color: #62879F !important;
}

.bio-featured > div {
  border: 2px solid #CBDCEA;
}

.bio-wrap {
  margin-top: 60px;
  margin-bottom: 50px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .bio-header-wrap {
    padding-top: 175px;
  }
  .bio-header {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .bio-header {
    padding-right: 15px;
  }
  .bio-position {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .bio-header-wrap {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .bio-header {
    margin-bottom: 35px;
  }
  .bio-wrap {
    margin-top: 50px;
  }
}
.blog-faq {
  margin: 0 0 45px;
}

.faq-toggle {
  background-color: transparent;
  border: 0;
  padding: 0 0 10px;
  border-bottom: 2px solid #DBC2A5;
  outline: none !important;
  text-align: left;
  color: #172F48 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-toggle:hover .faq-arrow, .faq-toggle:focus .faq-arrow, .faq-toggle:active .faq-arrow, .faq-toggle:not(.collapsed) .faq-arrow {
  transform: rotate(90deg);
}

.faq-arrow {
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: #A87F66;
  color: #FFFFFF;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
}

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

/** # Responsive **/
@media (max-width: 767px) {
  .faq-card-header .h4 {
    font-size: 1.5rem;
  }
}
.thanks-wrap {
  margin-bottom: -1px;
}

lite-youtube,
lite-vimeo {
  background-color: #000;
  position: relative;
  background-position: center 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(23, 47, 72, 0.33);
}
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: 150px;
  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: 95px;
  }
}
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: 100vh;
  padding: 225px 0 35px;
  overflow: hidden;
}
.homepage-hero:before {
  background: linear-gradient(to bottom, rgba(23, 47, 72, 0.95), rgba(23, 47, 72, 0) 30%);
  z-index: 1;
  opacity: 0;
  transition: all 0.75s ease-out 0.3s;
}
.homepage-hero:after {
  background: linear-gradient(to top, rgba(23, 47, 72, 0.95), rgba(23, 47, 72, 0) 50%);
  z-index: 1;
  opacity: 0;
  transition: all 0.75s ease-out 0.3s;
}
.homepage-hero.animated:before, .homepage-hero.animated:after {
  opacity: 1;
}
.homepage-hero .container {
  position: relative;
  z-index: 2;
}
.homepage-hero .section-links .btn {
  min-width: 100%;
}

.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hero-media img,
.hero-media video {
  object-position: top !important;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-hero {
    padding-top: 150px;
  }
  .homepage-hero:after {
    background: linear-gradient(to top, rgba(23, 47, 72, 0.95), rgba(23, 47, 72, 0) 60%);
  }
  .homepage-hero .section-links {
    display: flex;
    flex-wrap: wrap;
  }
  .homepage-hero .section-links .btn {
    min-width: 250px;
    margin-right: 12px;
  }
  .hero-left {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    min-height: unset;
    padding-top: 180px;
  }
  .homepage-hero:after {
    background: none;
    background-color: rgba(23, 47, 72, 0.6);
  }
  .homepage-hero .section-links {
    display: block;
  }
  .homepage-hero .section-links .btn {
    min-width: 100%;
  }
}
.homepage-team {
  margin-top: 5px;
}

.hp-team-inner {
  margin: 0;
}

.hp-team-img {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  max-height: 100vh;
  padding: 10px 15px 0 35px;
}
.hp-team-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.hp-team-content {
  padding: 45px 45px 45px 15px;
}
.hp-team-content > div {
  max-width: 500px;
}

.team-slider-wrap {
  padding: 35px 150px 45px;
  overflow: hidden;
}

.hp-team-slider {
  margin: 0 -25px;
}
.hp-team-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 22px);
}
.hp-team-slider .slick-arrow.slick-prev {
  left: -45px;
}
.hp-team-slider .slick-arrow.slick-next {
  right: -45px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .team-slider-wrap {
    padding: 35px 90px 45px;
  }
}
@media (max-width: 991px) {
  .hp-team-img {
    padding: 10px 15px 0;
  }
  .hp-team-content {
    border-top: 1px solid #172F48;
    display: block !important;
    padding: 35px 45px;
  }
  .hp-team-content .section-links {
    display: flex;
    flex-wrap: wrap;
  }
  .hp-team-content .section-links .btn {
    margin-right: 12px;
  }
  .hp-team-content > div {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .hp-team-content {
    padding: 35px 15px;
  }
  .hp-team-content .section-links {
    display: block;
  }
  .team-slider-wrap {
    padding: 35px 15px 45px;
  }
  .hp-team-arrows {
    margin-top: 20px;
    text-align: center;
  }
  .hp-team-arrows .slick-arrow {
    position: static;
  }
}
.homepage-listings {
  padding: 50px 0 5px;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .hp-listings-header {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .homepage-listings {
    padding: 40px 0;
  }
  .homepage-listings .slick-dots {
    margin-top: 25px;
  }
}
.homepage-testimonials {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.hpt-slider {
  margin: 45px -15px 0;
  position: relative;
}
.hpt-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 2;
}
.hpt-slider .slick-arrow.slick-prev {
  left: -10px;
}
.hpt-slider .slick-arrow.slick-next {
  right: -10px;
}

.hpt-slide {
  padding: 0 15px;
}

.hpt-slide-inner {
  border: 1px solid rgba(23, 47, 72, 0.4);
  padding: 20px 30px 30px;
}

.hpt-img {
  margin-bottom: 15px;
}
.hpt-img > div {
  width: 95px;
  min-width: 9px;
  height: 95px;
  border-radius: 100%;
  overflow: hidden;
}

.hpt-excerpt {
  line-height: 1.25;
}

/** # Responsive **/
@media (max-width: 767px) {
  .homepage-testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hpt-slide-inner {
    padding: 20px 20px 25px;
  }
}
.homepage-blog {
  padding-top: 50px;
  padding-bottom: 1px;
}
.homepage-blog:before {
  background-color: #FFFFFF;
  top: unset;
  height: 33%;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-blog {
    padding-bottom: 50px;
  }
  .hp-blog-header {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .hp-blog-header {
    padding: 0;
  }
}
.freeform-content {
  margin: 40px 0;
}
.freeform-content div > h1, .freeform-content div > h2, .freeform-content div > h3, .freeform-content div > h4, .freeform-content div > h5 {
  color: #62879F;
}

.copy-on-media {
  padding: 80px 0;
  min-height: 80vh;
}
.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: linear-gradient(to right, #172f48, rgba(23, 47, 72, 0) 100%);
}

/** # Responsive **/
@media (max-width: 1199px) {
  .overlay-media:before {
    background: linear-gradient(to right, #172f48, rgba(23, 47, 72, 0.25) 100%);
  }
}
@media (max-width: 991px) {
  .copy-on-media {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    padding: 50px 0;
  }
  .overlay-media:before {
    background: none;
    background-color: rgba(23, 47, 72, 0.8);
  }
}
.hp-copy-on-media {
  padding: 70px 0 50px;
}
.hp-copy-on-media .container {
  position: relative;
  z-index: 1;
}

.hp-overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hp-overlay-media:before {
  background: linear-gradient(to top, #172f48, rgba(23, 47, 72, 0.1) 100%);
  opacity: 0;
  transition: all 1.5s ease-out 0.5s;
}
.hp-overlay-media.animated:before {
  opacity: 1;
}

.hpo-left > div {
  position: sticky;
  top: 25%;
}
.hpo-left h2 {
  font-size: 3.8rem;
}

.hpo-right {
  padding-left: 40px;
}
.hpo-right p:last-child {
  margin: 0;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hpo-left h2 {
    font-size: 3.3rem;
  }
}
@media (max-width: 1199px) {
  .hpo-left h2 {
    font-size: 2.8rem;
  }
  .hpo-right {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .hp-copy-on-media {
    padding: 80px 0;
  }
  .hp-overlay-inner {
    min-height: unset !important;
  }
  .hp-overlay-media {
    top: 0 !important;
  }
  .hp-overlay-media:before {
    background-color: rgba(23, 47, 72, 0.5);
  }
  .hpo-left h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .hp-copy-on-media {
    padding: 50px 0;
  }
  .hpo-left h2 {
    font-size: 2rem;
  }
}
.hpql-copy-on-media {
  padding-bottom: 50px;
}
.hpql-copy-on-media + .homepage-blog {
  padding-top: 15px;
  margin-top: -1px;
}

.hpql-top {
  padding: 80px 0;
  min-height: 65vh;
}
.hpql-top .container {
  position: relative;
  z-index: 1;
}

.hpql-overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hpql-overlay-media:before {
  bottom: -1px;
  background: linear-gradient(to top, #172f48, rgba(23, 47, 72, 0.25) 100%);
}

.hpql-links {
  margin-top: -30px;
}

.hpql-box-wrap a {
  font-weight: normal;
}
.hpql-box-wrap a:hover .hpql-box-img img, .hpql-box-wrap a:focus .hpql-box-img img, .hpql-box-wrap a:active .hpql-box-img img {
  transform: scale(1.1);
}
.hpql-box-wrap a:hover .hpql-box-img:before, .hpql-box-wrap a:focus .hpql-box-img:before, .hpql-box-wrap a:active .hpql-box-img:before {
  opacity: 0.75 !important;
}

.hpql-box-inner {
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
}

.hpql-box-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
  z-index: -1;
}
.hpql-box-img img {
  transition: all 0.75s cubic-bezier(0.65, 0.05, 0.1, 1.35);
  transform: scale(1.01);
}
.hpql-box-img:before {
  background-color: #172F48;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.4s ease-out;
}

.hpql-box-info {
  color: #FFFFFF;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hpql-top {
    min-height: 50vh;
  }
  .hpql-box-img:before {
    opacity: 0.45;
  }
  .hpql-box-info h3 {
    font-size: 1.25rem;
  }
  .hpql-box-info img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .hpql-top {
    min-height: unset;
    padding: 60px 0;
  }
  .hpql-links {
    margin-top: -15px;
  }
  .hpql-box-wrap + .hpql-box-wrap {
    margin-top: 20px;
  }
}
.copy-and-media {
  padding: 100px 0;
}
.copy-and-media.white-bg {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
}
.copy-and-media.media-left .cm-inner {
  padding-left: 60px;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-right .cm-inner {
  padding-right: 60px;
}
.copy-and-media.media-fit .cm-media {
  position: relative;
}
.copy-and-media.media-fit .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.copy-and-media.media-square .media-wrap {
  aspect-ratio: 1/1;
}
.copy-and-media.media-portrait .media-wrap {
  aspect-ratio: 2.5/3;
}
.copy-and-media.media-landscape .media-wrap {
  aspect-ratio: 7/5;
}

.cm-inner {
  padding: 30px 15px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .copy-and-media.media-left .cm-inner {
    padding-left: 30px;
  }
  .copy-and-media.media-right .cm-inner {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .copy-and-media {
    padding: 60px 0;
  }
  .copy-and-media.white-bg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .cm-inner {
    padding: 30px 15px !important;
  }
}
@media (max-width: 991px) {
  .copy-and-media .cm-media {
    order: unset !important;
    margin-bottom: 35px;
  }
  .copy-and-media.media-fit .cm-media {
    height: 500px;
  }
  .cm-inner {
    padding: 0 15px !important;
  }
}
@media (max-width: 767px) {
  .copy-and-media {
    padding: 50px 0;
  }
  .copy-and-media.white-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .copy-and-media.media-fit .cm-media {
    aspect-ratio: 7/5;
    height: unset;
  }
}
.team-query-wrap {
  padding: 70px 0 30px;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .team-query-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .team-query-wrap {
    padding: 50px 0 15px;
  }
}
.blog-feed {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.blog-feed:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #FFFFFF;
  height: 40%;
}

.blog-feed-header {
  margin-bottom: 70px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed-header {
    margin-bottom: 35px;
  }
}
.logo-slider-wrap {
  margin: 60px 0 70px;
}
.logo-slider-wrap .section-links {
  margin-top: 35px;
}

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

.logo-slider-inner {
  padding: 0 60px;
}

.logo-slider {
  position: relative;
}
.logo-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 21px);
  z-index: 2;
}
.logo-slider .slick-arrow.slick-prev {
  left: -60px;
}
.logo-slider .slick-arrow.slick-next {
  right: -60px;
}

.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: #172F48;
}

.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-slider-inner {
    padding: 0;
  }
  .logo-slide {
    padding: 0 15px;
  }
  .logo-slide-logo {
    height: 125px;
  }
}
@media (max-width: 767px) {
  .logo-slider-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.testimonial-callout {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.tcallout-videos + .tcallout-slider {
  margin-top: 45px;
}

.tcallout-slider {
  margin: 0 -15px;
  position: relative;
}
.tcallout-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 2;
}
.tcallout-slider .slick-arrow.slick-prev {
  left: -10px;
}
.tcallout-slider .slick-arrow.slick-next {
  right: -10px;
}

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

.tcallout-slide-inner {
  border: 1px solid rgba(23, 47, 72, 0.4);
  padding: 20px 30px 30px;
}

.tcallout-img {
  margin-bottom: 15px;
}
.tcallout-img > div {
  width: 95px;
  min-width: 9px;
  height: 95px;
  border-radius: 100%;
  overflow: hidden;
}

.tcallout-excerpt {
  line-height: 1.25;
}

.testimonial-callout-small {
  margin: 45px 0;
  padding: 45px;
}

.tsm-slider {
  position: relative;
}
.tsm-slider .tcallout-slide {
  padding: 0;
}
.tsm-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 1;
}
.tsm-slider .slick-arrow.slick-prev {
  left: -22px;
}
.tsm-slider .slick-arrow.slick-next {
  right: -22px;
}

/** # Responsive **/
@media (max-width: 991px) {
  lite-youtube .lyt-playbtn svg,
  lite-youtube .ltv-playbtn svg,
  lite-vimeo .lyt-playbtn svg,
  lite-vimeo .ltv-playbtn svg {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .testimonial-callout {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tcallout-slide-inner {
    padding: 20px 20px 25px;
  }
  .testimonial-callout-small {
    padding: 12px;
  }
}
.buttons-grid {
  margin: 50px 0;
}

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

.link-box {
  margin-bottom: 45px;
}
.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-beforeafters {
  margin-top: 70px;
  margin-bottom: 120px;
}
.homepage-beforeafters.beforeafters-slider.primary-bg, .homepage-beforeafters.beforeafters-slider.lightgrey-bg, .homepage-beforeafters.beforeafters-slider.tertiary-bg {
  margin-top: 0;
  margin-bottom: 0;
  padding: 75px 0 90px;
}

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

.ba-slider-wrap .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 2;
}
.ba-slider-wrap .slick-arrow.slick-prev {
  left: -22px;
}
.ba-slider-wrap .slick-arrow.slick-next {
  right: -22px;
}

.vstaged-flag {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 8px 20px 10px;
  min-width: 175px;
  z-index: 1;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -3px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -3px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

/**/
.twentytwenty-handle {
  width: 85px;
  height: 85px;
  background-color: #CBDCEA;
  opacity: 1;
  border-radius: 100%;
  margin-left: -42px !important;
  margin-top: -42px !important;
  box-shadow: none;
  border: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #172F48;
  text-align: center;
  font-size: 0.8rem;
  font-family: "IBM Plex Serif", serif;
}
.twentytwenty-handle span {
  transform: translateY(-2px);
}
.twentytwenty-handle:before, .twentytwenty-handle:after {
  width: 5px !important;
  background-color: #CBDCEA !important;
  box-shadow: none !important;
}
.twentytwenty-handle .twentytwenty-left-arrow,
.twentytwenty-handle .twentytwenty-right-arrow {
  display: none;
}

.twentytwenty-overlay,
.twentytwenty-before-label,
.twentytwenty-after-label {
  display: none;
}

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-beforeafters {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .homepage-beforeafters.beforeafters-slider.primary-bg, .homepage-beforeafters.beforeafters-slider.lightgrey-bg, .homepage-beforeafters.beforeafters-slider.tertiary-bg {
    padding: 50px 0 70px;
  }
  .comp-slider {
    aspect-ratio: 7/5;
  }
}
@media (max-width: 767px) {
  .ba-slider-wrap .slick-arrow {
    top: unset;
    bottom: 5px;
  }
  .ba-slider-wrap .slick-arrow.slick-prev {
    left: 5px;
  }
  .ba-slider-wrap .slick-arrow.slick-next {
    right: 5px;
  }
  .vstaged-flag {
    top: 5px;
    padding: 6px 20px 8px;
    min-width: 150px;
    font-size: 0.65rem;
  }
  .twentytwenty-handle {
    width: 50px;
    height: 50px;
    margin-left: -25px !important;
    margin-top: -25px !important;
    font-size: 0.65rem;
  }
}
.sticky-copy-content-blocks {
  padding: 75px 0;
}
.sticky-copy-content-blocks.white-bg {
  padding: 0;
  margin-top: 75px;
  margin-bottom: 75px;
}
.sticky-copy-content-blocks.primary-bg .freeform-content h2 {
  color: #CBDCEA;
}

.sccb-left {
  padding-right: 80px;
}

.sccb-right > section:first-child {
  margin-top: 0;
}
.sccb-right > section:last-child {
  margin-bottom: 0;
}
.sccb-right .freeform-content h2 {
  font-size: 1.8rem;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .sccb-left {
    padding-right: 40px;
  }
  .sccb-right {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .sccb-left,
  .sccb-right {
    padding: 0 15px 0;
  }
}
@media (max-width: 991px) {
  .sticky-copy-content-blocks {
    padding: 50px 0;
  }
  .sticky-copy-content-blocks.white-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sccb-left {
    margin-bottom: 30px;
  }
  .sccb-right .freeform-content h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .sccb-right .freeform-content h2 {
    font-size: 1.4rem;
  }
}
.stats-slider-wrap {
  margin-top: 60px;
  margin-bottom: 90px;
}

.stats-header {
  margin-bottom: 30px;
}

.stat-slide:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease-out;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #CBDCEA;
  opacity: 0;
}
.stat-slide > div {
  background-color: #172F48;
  color: #FFFFFF;
  font-family: "IBM Plex Serif", serif;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  min-height: 180px;
  z-index: 1;
  position: relative;
  transition: all 0.4s ease-out;
}
.stat-slide > div:before {
  background-image: url("../images/brandmark-white.svg");
  background-size: 140px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.stat-slide.slick-current:before {
  opacity: 1;
  transform: translateY(-3px);
}
.stat-slide.slick-current > div {
  transform: translateY(-30px);
}
.stat-slide.slick-current > div:before {
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .stat-slide > div {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .stats-slider-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .stat-slide > div {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .stats-slider .slick-track {
    display: flex;
    justify-content: center;
    width: 100% !important;
  }
  .stat-slide {
    width: 33.333333333% !important;
    float: none !important;
    left: unset !important;
    display: #000 !important;
    opacity: 1 !important;
    padding: 30px 15px 0;
  }
}
@media (max-width: 767px) {
  .stats-slider .slick-dots {
    margin-top: 30px;
  }
  .stat-slide > div {
    transform: none !important;
    font-size: 1.2rem;
  }
}
.resource-links-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

.resource-links-header {
  margin-bottom: 40px;
  margin-top: 70px;
}

.resource-box-wrap {
  margin: 12px 0;
}
.resource-box-wrap a {
  font-weight: normal;
}
.resource-box-wrap a:hover .resource-box-img img, .resource-box-wrap a:focus .resource-box-img img, .resource-box-wrap a:active .resource-box-img img {
  transform: scale(1.1);
}
.resource-box-wrap a:hover .resource-box-img:before, .resource-box-wrap a:focus .resource-box-img:before, .resource-box-wrap a:active .resource-box-img:before {
  opacity: 0.75 !important;
}

.resource-box-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 15px;
}

.resource-box-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
  z-index: -1;
}
.resource-box-img img {
  transition: all 0.75s cubic-bezier(0.65, 0.05, 0.1, 1.35);
  transform: scale(1.01);
}
.resource-box-img:before {
  background-color: #172F48;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.4s ease-out;
}

.resource-box-info {
  color: #FFFFFF;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .resource-box-wrap.col-lg-4 h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .resource-box-img:before {
    opacity: 0.45;
  }
  .resource-box-info h3 {
    font-size: 1.25rem;
  }
  .resource-box-info img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .resource-links-header {
    margin-top: 0;
  }
}
.coms-wrap {
  margin: 60px 0 25px;
}

.com-box-wrap {
  margin-bottom: 50px;
}
.com-box-wrap a {
  display: block;
  height: 100%;
  font-weight: normal;
}
.com-box-wrap a:hover .com-box-info h2, .com-box-wrap a:focus .com-box-info h2, .com-box-wrap a:active .com-box-info h2 {
  color: #172F48;
}
.com-box-wrap a:hover .com-arrow, .com-box-wrap a:focus .com-arrow, .com-box-wrap a:active .com-arrow {
  opacity: 1;
  transform: translateX(0);
}

.com-box-inner {
  height: 100%;
  background-color: rgb(246.5965714286, 238.5441904762, 229.2034285714);
}

.com-box-info {
  padding: 15px 65px 15px 15px;
  position: relative;
}
.com-box-info h2 {
  font-size: 1.5rem;
  transition: all 0.4s ease-out;
}
.com-box-info h2 span {
  transition: all 0.4s ease-out;
}

.com-arrow {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  border: 1px solid #DBC2A5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-5px);
  opacity: 0;
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .com-box-info h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .com-arrow {
    opacity: 1;
    transform: none;
  }
}
.com-stats {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 0;
}

.com-wrap {
  margin-top: 60px;
  margin-bottom: 50px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .com-stats .stat-slide > div {
    font-size: 0.85rem;
  }
}
@media (max-width: 767px) {
  .com-stats {
    padding-top: 45px;
  }
  .com-stats .stat-slide > div {
    font-size: 1.2rem;
  }
  .com-wrap {
    margin-top: 50px;
  }
}
.events-wrap {
  margin: 60px 0 25px;
}
.events-wrap + .events-wrap {
  margin-top: 20px;
}

.com-query {
  margin-top: 50px;
}

.event-box-wrap {
  margin-bottom: 50px;
}
.event-box-wrap a {
  display: block;
  height: 100%;
  font-weight: normal;
}
.event-box-wrap a:hover .event-box-flag, .event-box-wrap a:focus .event-box-flag, .event-box-wrap a:active .event-box-flag {
  transform: translateY(-100%);
}
.event-box-wrap a:hover .event-box-info h2, .event-box-wrap a:focus .event-box-info h2, .event-box-wrap a:active .event-box-info h2 {
  color: #172F48;
}

.event-box-inner {
  height: 100%;
  background-color: rgb(246.5965714286, 238.5441904762, 229.2034285714);
}

.event-box-img {
  position: relative;
}

.event-box-flag {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(12px);
  padding: 6px 15px;
  min-width: 175px;
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.1, 1.35);
}

.event-box-info {
  padding: 15px;
  position: relative;
}
.event-box-info h2 {
  font-size: 1.25rem;
  transition: all 0.4s ease-out;
}
.event-box-info h2 span {
  transition: all 0.4s ease-out;
}

.event-arrow {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  border: 1px solid #DBC2A5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-5px);
  opacity: 0;
  transition: all 0.4s ease-out;
}

.event-flag {
  min-width: 250px;
  width: fit-content;
  padding: 12px;
  margin: 0 auto;
}

.event-wrap {
  margin-top: 60px;
  margin-bottom: 50px;
}

.event-meta {
  padding-bottom: 15px;
  border-bottom: 1px solid #DBC2A5;
  margin-bottom: 30px;
}
.event-meta p {
  margin-bottom: 5px;
  line-height: 1.25;
}

.price-searches {
  margin: 50px 0;
}

.psearch-link {
  margin: 15px 0;
}

.type-searches {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 45px 0 25px;
}

.tsearch-box-wrap {
  margin-bottom: 50px;
}
.tsearch-box-wrap a {
  display: block;
  height: 100%;
  font-weight: normal;
}
.tsearch-box-wrap a:hover .tsearch-box-info h2, .tsearch-box-wrap a:focus .tsearch-box-info h2, .tsearch-box-wrap a:active .tsearch-box-info h2 {
  color: #172F48;
}
.tsearch-box-wrap a:hover .tsearch-arrow, .tsearch-box-wrap a:focus .tsearch-arrow, .tsearch-box-wrap a:active .tsearch-arrow {
  opacity: 1;
  transform: translateX(0);
}

.tsearch-box-inner {
  height: 100%;
  background-color: rgb(246.5965714286, 238.5441904762, 229.2034285714);
}

.tsearch-box-info {
  padding: 15px 65px 15px 15px;
  position: relative;
}
.tsearch-box-info h2 {
  font-size: 1.2rem;
  transition: all 0.4s ease-out;
}
.tsearch-box-info h2 span {
  transition: all 0.4s ease-out;
}

.tsearch-arrow {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  border: 1px solid #DBC2A5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-5px);
  opacity: 0;
  transition: all 0.4s ease-out;
}

.area-searches {
  margin: 50px -15px 60px;
}

.asearch-img {
  padding-right: 30px;
}

.asearch-links a {
  color: #172F48;
  display: block;
  margin: 4px 0;
}
.asearch-links a:hover, .asearch-links a:focus, .asearch-links a:active {
  color: #62879F;
}

.asearch-arrow {
  width: 32px;
  height: 32px;
  font-size: 0.9rem;
  border: 1px solid #DBC2A5;
  color: #172F48 !important;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .asearch-links .h5 {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .asearch-img {
    padding-right: 15px;
  }
  .tsearch-arrow {
    transform: none;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .psearch-link {
    margin: 8px 0;
  }
  .asearch-img {
    margin-bottom: 30px;
  }
}
.cashflow-calc {
  height: 1100px;
}

.equity-calc {
  height: 800px;
}

.mortgage-calc {
  height: 1500px;
}

.budget-calc {
  height: 800px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .cashflow-calc {
    height: 1250px;
  }
  .mortgage-calc {
    height: 1600px;
  }
  .budget-calc {
    height: 850px;
  }
}
@media (max-width: 1199px) {
  .cashflow-calc {
    height: 1700px;
  }
  .equity-calc {
    height: 1250px;
  }
  .mortgage-calc {
    height: 2000px;
  }
  .budget-calc {
    height: 1400px;
  }
}
@media (max-width: 991px) {
  .mortgage-calc {
    height: 2300px;
  }
}
@media (max-width: 767px) {
  .cashflow-calc {
    height: 1800px;
  }
  .equity-calc {
    height: 1470px;
  }
  .mortgage-calc {
    height: 2400px;
  }
  .budget-calc {
    height: 1480px;
  }
}
/* IDX */
/* Login/Signup */
#IDX-leadLoginContainer .col-sm-4 {
  width: 60% !important;
  margin: 0 auto !important;
  float: none !important;
}

.IDX-panel {
  border-color: rgb(251.0571428571, 248.319047619, 245.1428571429) !important;
}
.IDX-panel a {
  color: #000 !important;
  text-decoration: none !important;
}
.IDX-panel a:hover, .IDX-panel a:focus, .IDX-panel a:active {
  color: #172F48 !important;
}

.IDX-panel-heading {
  background-color: rgb(251.0571428571, 248.319047619, 245.1428571429) !important;
}

#IDX-FormActions,
#IDX-signupFormActions {
  text-align: center;
}

#IDX-loginSubmit,
#IDX-signupFormSubmitBtn {
  width: 300px !important;
}
#IDX-loginSubmit svg,
#IDX-signupFormSubmitBtn svg {
  display: none;
}

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

/* Account */
.mlm-navbar {
  background-color: rgb(251.0571428571, 248.319047619, 245.1428571429) !important;
  border: 0 !important;
}
.mlm-navbar .router-link-active,
.mlm-navbar .dropdown-toggle {
  color: #172F48 !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(236.4857142857, 223.6285714286, 208.7142857143) !important;
}
.mlm-navbar .open > .dropdown-toggle {
  background-color: rgb(236.4857142857, 223.6285714286, 208.7142857143) !important;
}
.mlm-navbar .dropdown-menu {
  background-color: rgb(251.0571428571, 248.319047619, 245.1428571429) !important;
}
.mlm-navbar .dropdown-menu li a {
  color: #172F48 !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(236.4857142857, 223.6285714286, 208.7142857143) !important;
}

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

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

.mlm-button__info {
  background-color: #172F48 !important;
  border-color: #172F48 !important;
}
.mlm-button__info:hover, .mlm-button__info:focus, .mlm-button__info:active {
  background-color: rgb(10.6526315789, 21.7684210526, 33.3473684211) !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: #172F48 !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(10.6526315789, 21.7684210526, 33.3473684211) !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;
}

/** # Responsive **/
@media (max-width: 991px) {
  .mlm-navbar__header {
    background-color: rgb(251.0571428571, 248.319047619, 245.1428571429) !important;
  }
  .mlm-menu__toggle:hover, .mlm-menu__toggle:focus, .mlm-menu__toggle:active {
    background-color: rgb(236.4857142857, 223.6285714286, 208.7142857143) !important;
  }
  .mlm-menu__toggle svg {
    color: #000 !important;
  }
  .mlm-navbar__collapse {
    padding-top: 90px;
  }
  #IDX-leadLoginContainer .col-sm-4 {
    width: 100% !important;
  }
}
/* 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: #172F48;
}
.idx-grid--listing-pro .idx-details__favorite.idx-details__favorite--is-favorite svg:first-of-type {
  color: #172F48 !important;
}
.idx-grid--listing-pro .idx-details__main {
  display: block !important;
  padding-left: 0 !important;
}
.idx-grid--listing-pro .idx-details-overview__address-full {
  color: #A87F66 !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: #172F48;
}
.idx-grid--listing-pro .contact__account-name {
  font-family: "IBM Plex Serif", serif;
  color: #62879F;
  font-size: 1.1rem;
}
.idx-grid--listing-pro .idx-btn__contact {
  background-color: #172F48;
  border-color: #172F48;
  width: 300px !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: rgb(10.6526315789, 21.7684210526, 33.3473684211) !important;
}
.idx-grid--listing-pro .idx-card__links .idx-card-header {
  background-color: rgb(251.0571428571, 248.319047619, 245.1428571429);
  font-family: "IBM Plex Serif", serif;
  padding: 15px 15px 0 !important;
  text-transform: capitalize !important;
}
.idx-grid--listing-pro .idx-card__links .idx-card-body {
  background-color: rgb(251.0571428571, 248.319047619, 245.1428571429);
}
.idx-grid--listing-pro .idx-card__links a {
  border: 0 !important;
  color: #172F48 !important;
}
.idx-grid--listing-pro .idx-details-card--title {
  text-transform: none !important;
  color: #172F48 !important;
  font-size: 1.1rem !important;
}
.idx-grid--listing-pro .idx-details-card--body + .idx-collapse > .idx-row {
  padding: 15px !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: #172F48 !important;
}
.idx-grid--listing-pro .IDX-field-listingPrice {
  font-family: "IBM Plex Serif", serif;
  color: #172F48;
  font-weight: normal;
}
.idx-grid--listing-pro .idx-details-overview__remarks {
  margin-bottom: 40px;
}
.idx-grid--listing-pro .idx-details-card--body {
  background-color: rgb(251.0571428571, 248.319047619, 245.1428571429) !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: #172F48 !important;
}
.idx-grid--listing-pro #IDX-map {
  margin-top: 45px !important;
}

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

.idx-share-this--title {
  font-family: "IBM Plex 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: #172F48;
}

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

#IDX-leadToolsBar {
  background-color: rgb(251.0571428571, 248.319047619, 245.1428571429) !important;
  color: #172F48 !important;
}
#IDX-leadToolsBar a {
  border: 0 !important;
  color: #172F48 !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: #172F48 !important;
}
.IDX-PIH a:hover, .IDX-PIH a:focus, .IDX-PIH a:active {
  color: #000 !important;
}

.idx-dialog__body {
  padding: 30px !important;
}

.IDX-submit-btn {
  background-color: #172F48 !important;
  border-color: #172F48 !important;
  font-size: 0.75rem !important;
  font-family: "IBM Plex Sans", sans-serif;
}
.IDX-submit-btn:hover, .IDX-submit-btn:focus, .IDX-submit-btn:active {
  background-color: rgb(10.6526315789, 21.7684210526, 33.3473684211) !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 {
  font-family: "IBM Plex Serif", serif;
  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: #172F48 !important;
}

/** # 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 {
  display: none !important;
}
.single-idx-wrapper .header-logo > * {
  position: unset;
}

.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):hover, .idx-btn:not(.idx-btn-toggle):focus, .idx-btn:not(.idx-btn-toggle):active {
  background-color: #172F48 !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;
  text-transform: none;
}

.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: #172F48 !important;
  border-radius: 0 !important;
}

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

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

/* Legacy Widgets */
.single-searchpage .idx-pg-content {
  display: flex;
  flex-direction: column;
}

.IDX-showcaseTable + a {
  margin: 0 auto !important;
  width: 250px;
  background-color: #172F48;
  color: #FFFFFF;
  font-family: "IBM Plex Serif", serif;
  font-weight: normal;
  font-size: 0.8rem;
  padding: 15px 35px;
  border-radius: 30px;
  text-align: center;
  display: block;
  min-height: 60px;
}
.IDX-showcaseTable + a:hover, .IDX-showcaseTable + a:focus, .IDX-showcaseTable + a:active {
  background-color: #DBC2A5;
}

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

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

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

.IDX-showcaseContainer {
  padding: 0 12px !important;
  border: 0 !important;
  box-shadow: none !important;
  z-index: 1;
}
.IDX-showcaseContainer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  right: 12px;
  background-color: rgb(251.0571428571, 248.319047619, 245.1428571429);
  z-index: -1;
}
.IDX-showcaseContainer a {
  border: 0;
  display: block !important;
  padding: 0 !important;
  aspect-ratio: 7/5;
  height: unset !important;
  overflow: hidden;
}
.IDX-showcaseContainer a:after {
  background-color: rgba(23, 47, 72, 0.25);
  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: "IBM Plex Serif", serif;
  color: #A87F66;
  text-transform: none;
  font-size: 1rem;
  margin-top: 10px;
  text-align: left !important;
  padding: 0 12px;
}

.IDX-showcaseCityStateZip {
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: none;
  color: #172F48;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: left !important;
  padding: 0 12px 12px;
  display: flex !important;
  flex-wrap: wrap;
}

.IDX-showcasePrice {
  color: #FFFFFF;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.8rem;
  text-align: center !important;
  position: absolute;
  top: 15px;
  left: 12px;
  background-color: #172F48;
  padding: 4px 25px;
  z-index: 2;
}

/** # Responsive **/
@media (max-width: 767px) {
  .IDX-showcaseContainer {
    margin-bottom: 40px !important;
    padding: 0 !important;
  }
}
/* Prime Map Search */
#IDX-main.IDX-page-mapsearch {
  width: 100vw !important;
  padding: 0 60px;
  margin: 0 -50vw !important;
}

.idx-nav-button-container {
  justify-content: center !important;
}
.idx-nav-button-container .idx-nav-button {
  background-color: #62879F !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  border: 0 !important;
  opacity: 100% !important;
  letter-spacing: 1.6px !important;
  min-width: 135px;
  border-radius: 12px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 5px 0 0 !important;
  font-size: 16px !important;
  padding: 0px 18px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  flex-shrink: 0;
  height: 50px !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, .idx-nav-button-container .idx-nav-button.idx-nav-button__active {
  background-color: #172F48 !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: #172F48 !important;
}

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

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

.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: rgb(251.0571428571, 248.319047619, 245.1428571429) !important;
  color: #172F48 !important;
}
.listing-card__label a {
  color: #172F48 !important;
  border: 0 !important;
}
.listing-card__label svg {
  fill: #172F48 !important;
}

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

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

.listing-card__listing-price {
  color: #62879F;
  font-size: 0.8rem;
  font-weight: normal !important;
}

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

.listing-card__address {
  text-transform: capitalize;
  font-size: 1rem;
  color: #172F48;
  font-weight: 600;
  margin-top: 10px;
}

.mls-filter-container {
  display: none !important;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  #IDX-main.IDX-page-mapsearch {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .idx-nav-button-container-mobile {
    display: none !important;
  }
  .idx-nav-button-container {
    display: flex !important;
  }
  .no-gap-hr {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #IDX-main.IDX-page-mapsearch {
    padding: 0 15px;
  }
  .idx-nav-button-container {
    flex-wrap: wrap;
  }
  .idx-nav-button-container .idx-nav-button {
    min-width: unset;
    font-size: 0.6rem !important;
    height: unset !important;
    margin: 2px !important;
    padding: 5px 15px !important;
  }
}
/* Home Studio */
.leaflet-label--active {
  background-color: #172F48 !important;
}

.idx-listings-total-results {
  font-size: 1.25rem;
  font-family: "IBM Plex 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;
  padding-top: 0 !important;
  box-shadow: none !important;
  display: block !important;
}

#idx-results-page .idx-refinement__form-group {
  display: flex;
  flex-wrap: wrap;
}

.idx-listing__category + .idx-listing__category {
  margin-top: 45px;
}

.idx-listing__category-heading {
  font-family: "IBM Plex Serif", serif;
  color: #62879F;
  font-size: 1.25rem;
}

.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 {
  font-family: "IBM Plex Serif", serif;
  color: #172F48;
  font-weight: normal !important;
}
.IDX-resultsCell .idx-listing__address {
  font-family: "IBM Plex Serif", serif;
  font-size: 0.85rem;
  color: #A87F66;
  white-space: unset;
}
.IDX-resultsCell .idx-listing__features {
  display: flex !important;
}
.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.65rem;
}
.IDX-resultsCell .idx-listing__features .idx-listing__feature + .idx-listing__feature {
  margin-left: 10px;
}
.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: #172F48 !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: #172F48 !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(10.6526315789, 21.7684210526, 33.3473684211) !important;
}

.select2-results .select2-highlighted {
  background-color: rgb(251.0571428571, 248.319047619, 245.1428571429) !important;
  color: #000 !important;
}

#IDX-resultsRefineSubmit.idx-btn--refinement {
  align-self: center !important;
  height: 39px !important;
  position: relative;
  top: 3px;
  background-color: #172F48 !important;
}
#IDX-resultsRefineSubmit.idx-btn--refinement:hover, #IDX-resultsRefineSubmit.idx-btn--refinement:focus, #IDX-resultsRefineSubmit.idx-btn--refinement:active {
  background-color: rgb(10.6526315789, 21.7684210526, 33.3473684211) !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: #172F48 !important;
  color: #FFFFFF !important;
}

.idx-page__results a {
  color: #172F48 !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-map-toggle {
    z-index: 90;
  }
  #idx-results-page .idx-page__content {
    padding-left: 0 !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: #62879F !important;
  border-color: #172F48 !important;
  border-radius: 10px !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: #172F48 !important;
}
.IDX-precision-navbar .IDX-searchNavItem a {
  border: 0 !important;
}

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

.IDX-controls input:not(.select2-search__field),
.select2-selection {
  border: 1px solid #172F48 !important;
}

.select2-selection__choice {
  background-color: rgb(251.0571428571, 248.319047619, 245.1428571429) !important;
}

#IDX-action-buttons {
  text-align: center;
}
#IDX-action-buttons .IDX-btn {
  background-color: #172F48 !important;
  border-color: #172F48 !important;
}
#IDX-action-buttons .IDX-btn:hover, #IDX-action-buttons .IDX-btn:focus, #IDX-action-buttons .IDX-btn:active {
  background-color: rgb(10.6526315789, 21.7684210526, 33.3473684211) !important;
}

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

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

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

#IDX-idxID-group {
  display: none !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  #IDX-action-buttons {
    position: static !important;
  }
}
@media (max-width: 767px) {
  .IDX-precision-navbar {
    background-color: transparent !important;
  }
  .IDX-precision-navbar .IDX-navLinkTitle {
    filter: none !important;
    font-size: 0.6rem;
  }
  .IDX-nav-items-container {
    flex-wrap: wrap;
    height: unset !important;
  }
  .IDX-searchNavItem {
    margin: 2px !important;
    padding: 5px 15px !important;
  }
}

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