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

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

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

/* Helpers */
/* Colours */
/* Typography */
.vid-box-img:before, .com-box-img:before, .homepage-hover-links:before, .link-box-img:after, .hpcm-media .media-wrap:before, .hp-overlay-media:before, .overlay-media:before, .hp-list-inner:before, .hero-media:before, lite-youtube::before,
lite-vimeo::before, .blog-cta:before, .cta-section:before, .lead-img:before, .header-media:before, .cta-modal-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

.no-scrollbar, .nav-modal-inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar, .nav-modal-inner::-webkit-scrollbar {
  width: 0;
}

/* Animations */
.faderight,
.fade-children.faderight > *, .fadeleft,
.fade-children.fadeleft > *, .fadedown,
.fade-children.fadedown > *, .fadeup,
.fade-children.fadeup > * {
  opacity: 0;
  transition: opacity 0.5s ease-out 0.3s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 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, #login .button-primary {
  transition: all 0.5s ease-out;
}

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

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

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

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

.slowfade {
  transition-duration: 1.25s !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;
}

.imgzoom {
  overflow: hidden;
}
.imgzoom > * {
  transform: scale(1.1);
  opacity: 0;
  transition: all 0.8s ease-out 0.3s;
}
.imgzoom.animated > *, .imgzoom.modal-animate > * {
  transform: scale(1);
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .d1, .d2, .d3, .d4 {
    transition-delay: 0.3s !important;
  }
  .fadeup,
  .fade-children.fadeup > * {
    transform: translateY(15px);
  }
  .fadedown,
  .fade-children.fadedown > * {
    transform: translateY(-15px);
  }
  .fadeleft,
  .fade-children.fadeleft > * {
    transform: translateX(15px);
  }
  .faderight,
  .fade-children.faderight > * {
    transform: translateX(-15px);
  }
}
/* Helpers */
.object-cover, .nav-img img {
  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 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

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

.box-shadow, .sidebar, .cta-bubble-wrap, .cta-bubble-img, #masthead.header-scroll, .tco-box, blockquote {
  box-shadow: 0 0 8px 4px 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;
}

.o20 {
  opacity: 0.2;
}

.o25 {
  opacity: 0.25;
}

.o30 {
  opacity: 0.3;
}

.o35 {
  opacity: 0.35;
}

.o40 {
  opacity: 0.4;
}

.o45 {
  opacity: 0.45;
}

.o50 {
  opacity: 0.5;
}

.o55 {
  opacity: 0.55;
}

.o60 {
  opacity: 0.6;
}

.o65 {
  opacity: 0.65;
}

.o70 {
  opacity: 0.7;
}

.o75 {
  opacity: 0.75;
}

.o80 {
  opacity: 0.8;
}

.o85 {
  opacity: 0.85;
}

.o90 {
  opacity: 0.9;
}

.o95 {
  opacity: 0.95;
}

.o100 {
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .span-section {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .span-section {
    padding: 0 15px;
  }
}
/* Helpers */
a {
  color: #456DA5;
  font-weight: 500;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: rgb(159.1214285714, 183.8642857143, 109.6357142857);
  text-decoration: none;
}

.line-link {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.03rem;
  display: inline-block;
  border-bottom: 2px solid #C1D1A1;
  color: #162854;
}
.line-link:hover, .line-link:focus, .line-link:active {
  color: rgb(159.1214285714, 183.8642857143, 109.6357142857);
  border-color: transparent;
}

.btn, #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: "Jost", sans-serif;
  text-transform: uppercase;
  font-size: 0.685rem;
  letter-spacing: 0.03rem;
  padding: 12px 25px;
  line-height: 1;
  min-height: 50px;
  min-width: 210px;
  border-radius: 25px;
  border: 0 !important;
  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:hover .btn-hover, #login .button-primary:hover .btn-hover, .wp-block-button.is-style-outline .wp-block-button__link:hover .btn-hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .btn-hover, .btn:focus .btn-hover, #login .button-primary:focus .btn-hover, .wp-block-button.is-style-outline .wp-block-button__link:focus .btn-hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .btn-hover, .btn:active .btn-hover, #login .button-primary:active .btn-hover, .wp-block-button.is-style-outline .wp-block-button__link:active .btn-hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .btn-hover {
  width: 225%;
  height: 562.5px;
}

.btn-hover {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transition: width 0.4s ease-out, height 0.4s ease-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.btn-primary, .mrp-vow-account,
.mrp-vow-searches,
.mrp-vow-fav-categories, #login .button-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #456DA5 !important;
  color: #fff;
}
.btn-primary .btn-hover, .mrp-vow-account .btn-hover,
.mrp-vow-searches .btn-hover,
.mrp-vow-fav-categories .btn-hover, #login .button-primary .btn-hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-hover {
  background-color: #CEDAE0;
}
.btn-primary:hover, .mrp-vow-account:hover,
.mrp-vow-searches:hover,
.mrp-vow-fav-categories:hover, #login .button-primary:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .btn-primary:focus, .mrp-vow-account:focus,
.mrp-vow-searches:focus,
.mrp-vow-fav-categories:focus, #login .button-primary:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .btn-primary:active, .mrp-vow-account:active,
.mrp-vow-searches:active,
.mrp-vow-fav-categories:active, #login .button-primary:active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  color: #162854;
}

.btn-secondary, .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #CEDAE0 !important;
  color: #162854;
}
.btn-secondary .btn-hover, .wp-block-button.is-style-outline .wp-block-button__link .btn-hover {
  background-color: #456DA5;
}
.btn-secondary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-secondary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .btn-secondary:active, .wp-block-button.is-style-outline .wp-block-button__link:active {
  color: #fff;
}

/** # Responsive **/
@media (max-width: 767px) {
  .wp-block-button {
    width: 100%;
  }
  .btn, #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: "Figtree";
  src: url("../fonts/hinted-Figtree-Regular.woff2") format("woff2"), url("../fonts/hinted-Figtree-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/hinted-Figtree-Italic.woff2") format("woff2"), url("../fonts/hinted-Figtree-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/hinted-Figtree-Medium.woff2") format("woff2"), url("../fonts/hinted-Figtree-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/hinted-Figtree-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-Figtree-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/hinted-Figtree-SemiBold.woff2") format("woff2"), url("../fonts/hinted-Figtree-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/hinted-Figtree-SemiBoldItalic.woff2") format("woff2"), url("../fonts/hinted-Figtree-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/hinted-Figtree-Bold.woff2") format("woff2"), url("../fonts/hinted-Figtree-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/hinted-Figtree-BoldItalic.woff2") format("woff2"), url("../fonts/hinted-Figtree-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/hinted-Jost-Medium.woff2") format("woff2"), url("../fonts/hinted-Jost-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/hinted-Jost-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-Jost-MediumItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/hinted-Jost-SemiBold.woff2") format("woff2"), url("../fonts/hinted-Jost-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/hinted-Jost-SemiBoldItalic.woff2") format("woff2"), url("../fonts/hinted-Jost-SemiBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: #162854;
  overflow-x: hidden;
  letter-spacing: 0.04rem;
}

p:empty {
  display: none;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: 0.075rem;
}

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

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

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

h4, .h4 {
  font-size: 1.8rem;
}

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

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

.body-size {
  font-size: 1rem;
  letter-spacing: unset;
}

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

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

.tiny {
  font-size: 0.7rem;
  letter-spacing: 0.02rem;
}

.xtiny {
  font-size: 0.6rem;
  letter-spacing: 0.02rem;
}

.em {
  font-style: italic;
}

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

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

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

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

.altfont {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.body {
  font-family: "Figtree", sans-serif;
  letter-spacing: unset;
}

.light {
  font-weight: 100;
}

.med {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #162854;
}

.primary-text {
  color: #456DA5;
}

.secondary-text {
  color: #C1D1A1;
}

.tertiary-text {
  color: #CEDAE0;
}

.lightgrey-text {
  color: #F7F5F2;
}

.color-swap {
  color: #162854;
}

.heading-line {
  position: relative;
  display: inline-block;
  color: #162854;
  line-height: 1.25;
}
.heading-line:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #C1D1A1;
  transition: all 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
}
.heading-line.animated:before {
  width: 100%;
}

.wp-block-pullquote {
  padding: 0 !important;
  margin: 80px 0 35px !important;
}

blockquote {
  margin: 90px 0 35px;
  font-size: 1rem !important;
  background-color: #162854;
  color: #fff !important;
  text-align: center;
  border-radius: 30px;
  padding: 10px 35px 25px;
  font-weight: normal;
  z-index: 1;
  position: relative;
}
blockquote:before {
  content: "";
  display: block;
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background-color: inherit;
  margin: 0 auto -55px;
  transform: translateY(-60px);
  background-image: url("../images/brandmark.svg");
  background-size: 96px;
  background-repeat: no-repeat;
  background-position: center;
}
blockquote a {
  color: #C1D1A1;
  font-weight: 600;
}
blockquote a:hover, blockquote a:focus, blockquote a:active {
  color: #CEDAE0;
}

/** # Responsive **/
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 2.8rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.8rem;
  }
  h3, .h3 {
    font-size: 1.65rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h1 br, h2 br, h3 br, h4 br, h5 br {
    display: none !important;
  }
  .wp-block-pullquote {
    margin-top: 60px !important;
  }
  blockquote {
    margin-top: 60px;
    padding: 0 20px 25px;
    border-radius: 12px;
  }
  blockquote:before {
    width: 80px;
    background-size: 64px;
    transform: translateY(-35px);
    margin-bottom: -20px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

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

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

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

.gallery-item {
  width: 16.6666666667%;
  min-width: 16.6666666667%;
  margin: 0;
}
.gallery-item a {
  display: block;
  height: 100%;
  border: 5px solid transparent;
  position: relative;
}
.gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(22, 40, 84, 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: #456DA5 !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #456DA5 !important;
}

.overlay-bg {
  background-color: #162854;
  color: #fff;
}
.overlay-bg .color-swap,
.overlay-bg .heading-line {
  color: #CEDAE0;
}
.overlay-bg .line-link {
  color: #fff !important;
}
.overlay-bg .line-link:hover, .overlay-bg .line-link:focus, .overlay-bg .line-link:active {
  color: #C1D1A1 !important;
}
.overlay-bg a:not(.btn) {
  color: #C1D1A1;
}
.overlay-bg a:not(.btn):hover, .overlay-bg a:not(.btn):focus, .overlay-bg a:not(.btn):active {
  color: #CEDAE0;
}
.overlay-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  background-color: #C1D1A1 !important;
}

.lightgrey-bg {
  background-color: #F7F5F2;
}
.lightgrey-bg + .lightgrey-bg {
  padding-top: 0;
}

.medgrey-bg {
  background-color: rgb(239.8706896552, 238.75, 237.6293103448);
}
.medgrey-bg + .medgrey-bg {
  padding-top: 0;
}

.black-bg {
  background-color: #162854;
  color: #fff;
}
.black-bg .color-swap,
.black-bg .heading-line {
  color: #CEDAE0;
}
.black-bg + .black-bg {
  padding-top: 0;
}
.black-bg a:not(.btn) {
  color: #C1D1A1;
}
.black-bg a:not(.btn):hover, .black-bg a:not(.btn):focus, .black-bg a:not(.btn):active {
  color: #CEDAE0;
}
.black-bg .line-link {
  color: #fff !important;
}
.black-bg .line-link:hover, .black-bg .line-link:focus, .black-bg .line-link:active {
  color: #C1D1A1 !important;
}
.black-bg blockquote {
  background-color: #456DA5;
}
.black-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  background-color: #C1D1A1 !important;
}

.primary-bg {
  background-color: #456DA5;
  color: #fff;
}
.primary-bg .color-swap,
.primary-bg .heading-line {
  color: #CEDAE0;
}
.primary-bg + .primary-bg {
  padding-top: 0;
}
.primary-bg a:not(.btn) {
  color: #C1D1A1;
}
.primary-bg a:not(.btn):hover, .primary-bg a:not(.btn):focus, .primary-bg a:not(.btn):active {
  color: #CEDAE0;
}
.primary-bg .line-link {
  color: #fff !important;
}
.primary-bg .line-link:hover, .primary-bg .line-link:focus, .primary-bg .line-link:active {
  color: #C1D1A1 !important;
}
.primary-bg .btn-primary,
.primary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #162854 !important;
}
.primary-bg .btn-secondary .btn-hover,
.primary-bg .wp-block-button.is-style-outline .wp-block-button__link .btn-hover {
  background-color: #162854 !important;
}
.primary-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  background-color: #C1D1A1 !important;
}

.secondary-bg {
  background-color: #C1D1A1;
}
.secondary-bg + .secondary-bg {
  padding-top: 0;
}
.secondary-bg a:not(.btn):hover, .secondary-bg a:not(.btn):focus, .secondary-bg a:not(.btn):active {
  color: #162854;
}

.tertiary-bg {
  background-color: #CEDAE0;
}
.tertiary-bg + .tertiary-bg {
  padding-top: 0;
}
.tertiary-bg a:not(.btn):hover, .tertiary-bg a:not(.btn):focus, .tertiary-bg a:not(.btn):active {
  color: #162854;
}
.tertiary-bg .btn-primary .btn-hover,
.tertiary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-hover {
  background-color: #162854 !important;
}
.tertiary-bg .btn-primary:hover, .tertiary-bg .btn-primary:focus, .tertiary-bg .btn-primary:active,
.tertiary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.tertiary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.tertiary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  color: #fff;
}
.tertiary-bg .btn-secondary,
.tertiary-bg .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #456DA5 !important;
  color: #fff;
}
.tertiary-bg .btn-secondary .btn-hover,
.tertiary-bg .wp-block-button.is-style-outline .wp-block-button__link .btn-hover {
  background-color: #162854;
}

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

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

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  opacity: 1;
  width: 48px;
  height: 48px;
  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: #C1D1A1;
  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: #C1D1A1;
  color: #C1D1A1;
}
.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: #C1D1A1;
  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: 5px;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots button {
  text-indent: -9999px;
  border: 0;
  padding: 0;
  width: 20px;
  height: 5px;
  background-color: rgb(159.1214285714, 183.8642857143, 109.6357142857);
  opacity: 0.4;
  transition: all 0.4s ease-out;
}
.slick-dots button:hover, .slick-dots button:focus, .slick-dots button:active {
  opacity: 1;
}

.slick-arrow {
  padding: 0;
  border: 0;
  background-color: #456DA5;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.slick-arrow + .slick-arrow {
  margin-left: 10px;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  color: #C1D1A1;
}

.tco-box {
  border-radius: 30px;
  padding: 0 35px 25px;
  z-index: 1;
}
.tco-box .tiny {
  letter-spacing: 0.075rem;
}

.tco-brand {
  width: 120px;
  aspect-ratio: 1/1;
  padding: 12px;
  border-radius: 100px;
  background-color: inherit;
  margin: 0 auto -55px;
  transform: translateY(-60px);
}
.tco-brand img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

/** # 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;
  }
  .tco-box {
    padding: 0 20px 25px;
    border-radius: 12px;
  }
  .tco-brand {
    width: 80px;
    padding: 8px;
    transform: translateY(-40px);
    margin-bottom: -30px;
  }
}
.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-9x16 {
  aspect-ratio: 9/16;
}

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

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

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

textarea {
  border-radius: 0;
  background-color: rgb(239.8706896552, 238.75, 237.6293103448);
  border: 0 !important;
  padding: 5px 8px;
  font-size: 1rem !important;
  color: #162854;
}
textarea:focus-visible {
  outline: none;
}

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

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(69, 109, 165, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(69, 109, 165, 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_validation_container,
.gform_required_legend,
.gfield_visibility_hidden,
.gfield_validation_message {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: center;
  padding: 0 !important;
  margin-top: 12px !important;
}

.gfield_required,
.required {
  color: #C1D1A1 !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: #162854;
}
.gfield.gfield_error {
  outline: 1px solid #c02b0a;
}
.gfield.no-animate .gfield_label {
  position: static;
  font-size: 0.7rem !important;
}

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

.gfield_label,
label, .label {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: #162854 !important;
}

.gfield_label {
  position: absolute;
  left: 15px;
  top: 15px;
  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 {
  background-color: rgba(255, 255, 255, 0.33);
  color: #fff;
}
.white-form select {
  background: rgba(255, 255, 255, 0.33) url("../images/angle-down-white.svg") right 15px center no-repeat;
  background-size: 12px;
  color: transparent;
}
.white-form .gfield {
  position: relative;
}
.white-form .gfield.input--filled select {
  color: #fff;
}
.white-form .ginput_complex select {
  color: #fff !important;
}
.white-form .gfield_label,
.white-form label, .white-form .label {
  color: #fff !important;
}

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

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

.search-form {
  position: relative;
}

#search_form .search-field {
  width: 100%;
  padding-right: 40px !important;
  color: #162854;
  background-color: #E4E2E0 !important;
  -webkit-appearance: none;
  font-size: 1rem;
  font-weight: 500;
}

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

.search-form ::-webkit-input-placeholder {
  color: #162854;
  font-size: 1rem !important;
  font-weight: 500;
}

.search-form :-moz-placeholder {
  color: #162854;
  font-size: 1rem !important;
  font-weight: 500;
  opacity: 1;
}

.search-form ::-moz-placeholder {
  color: #162854;
  font-size: 1rem !important;
  font-weight: 500;
  opacity: 1;
}

.search-form :-ms-input-placeholder {
  color: #162854;
  font-size: 1rem !important;
  font-weight: 500;
}

.search-form ::-ms-input-placeholder {
  color: #162854;
  font-size: 1rem !important;
  font-weight: 500;
}

.widget select {
  width: 100%;
  color: #162854;
  background-color: #E4E2E0 !important;
  font-size: 1rem !important;
  font-weight: 500;
}

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

.page-numbers {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: #162854;
  margin: 0 6px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  border: 0 !important;
}
.page-numbers.current {
  color: #162854;
  font-weight: bold;
}
.page-numbers.next, .page-numbers.prev {
  color: #456DA5;
  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: #162854;
}
.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: #456DA5;
}
.post-navigation .pagination .nav-next {
  float: right;
}

.login .message,
#login_error {
  color: #162854;
  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;
  color: #fff;
}

#login {
  width: 450px;
  padding: 35px 20px;
  text-align: center;
  color: #162854;
  position: relative;
  background-color: #F7F5F2;
}
#login h1 a {
  width: 300px;
  background-size: 300px;
  height: 100px;
  margin-bottom: 0;
}
#login p {
  text-align: left;
}
#login form {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 45px 0 15px;
}
#login form label {
  color: #162854;
  font-size: 0.9rem;
}
#login form input:not([type=submit]) {
  background-color: #E4E2E0 !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: #162854 !important;
  color: #fff !important;
}

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

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

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

.nav-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}
.nav-modal .modal-content {
  background-color: #456DA5;
}

.nav-modal-inner {
  min-height: 100vh;
  overflow-y: auto;
  padding: 80px 80px 80px 200px;
}

.nav-img-wrap {
  position: relative;
}

.nav-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  opacity: 0;
  transition: all 0.4s ease-out 0.2s;
}
.nav-img img {
  object-position: top;
}
.nav-img:first-of-type {
  opacity: 1 !important;
}
.nav-img.nav-hover {
  opacity: 1;
  transition: all 0.4s ease-out;
}

.nav-brand {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 10;
}
.nav-brand img {
  width: 135px;
  height: auto;
}

.nav-wrap {
  padding-right: 50px;
  padding-top: 25px;
}

.nav-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 0;
  background-color: #C1D1A1;
  transition: all 1s ease-in-out;
}
.nav-line.modal-animate {
  width: 100%;
}

.primary-nav {
  padding: 0;
}

.main-menu {
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.main-menu > li {
  width: 47%;
  min-width: 47%;
  flex: unset !important;
  text-align: left !important;
  margin-bottom: 35px;
}
.main-menu > li > a {
  color: #CEDAE0;
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 !important;
  background-color: transparent !important;
  outline: none !important;
  width: fit-content;
}
.main-menu > li > a:after {
  display: none;
}
.main-menu > li > a.dropdown-toggle {
  cursor: default;
  pointer-events: none;
  color: #CEDAE0 !important;
}
.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: #C1D1A1;
  background-color: transparent;
}

/* Secondary Nav */
.main-menu .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  min-width: 185px;
  border: 0;
  padding-bottom: 0;
  padding-top: 5px;
  box-shadow: none;
  background-color: transparent;
  position: static !important;
  display: block !important;
}
.main-menu .dropdown-menu li {
  text-align: left !important;
  width: fit-content;
}
.main-menu .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  background-color: transparent !important;
  position: relative;
  padding: 4px 24px 4px 0;
  line-height: 1.15;
  white-space: break-spaces;
  width: fit-content;
}
.main-menu .dropdown-menu .dropdown-item:before {
  content: "";
  background-image: url("../images/arrow-right-long-solid-full.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.main-menu .dropdown-menu .current-menu-item .dropdown-item,
.main-menu .dropdown-menu .dropdown-item:hover,
.main-menu .dropdown-menu .dropdown-item:active,
.main-menu .dropdown-menu .dropdown-item:focus {
  color: #162854;
  background-color: transparent;
  padding: 4px 0 4px 24px;
}
.main-menu .dropdown-menu .current-menu-item .dropdown-item:before,
.main-menu .dropdown-menu .dropdown-item:hover:before,
.main-menu .dropdown-menu .dropdown-item:active:before,
.main-menu .dropdown-menu .dropdown-item:focus:before {
  opacity: 1;
  transition: all 0.3s ease-in 0.15s;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .nav-modal-inner {
    padding: 70px 50px 70px 100px;
  }
}
@media (max-width: 1600px) {
  .nav-modal-inner {
    padding: 60px 50px 60px 75px;
  }
  .nav-wrap {
    padding-top: 0;
  }
  .nav-line {
    height: 15px;
  }
}
@media (max-width: 1199px) {
  .nav-modal-inner {
    padding: 65px 40px 60px 30px;
  }
  .nav-wrap {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .nav-modal-inner {
    padding: 65px 40px 45px;
  }
  .nav-wrap {
    padding: 0;
  }
  .nav-brand {
    position: relative;
    text-align: right;
    right: -10px;
  }
}
@media (max-width: 767px) {
  .nav-modal-inner {
    padding: 70px 25px 30px;
  }
  .nav-line {
    height: 10px;
  }
  .main-menu > li {
    width: 100%;
    min-width: 100%;
  }
  .nav-brand {
    position: absolute;
    right: 0;
    bottom: unset;
    top: -70px;
    left: -25px;
    z-index: -1;
    overflow: hidden;
  }
  .nav-brand img {
    width: 90vw;
    opacity: 0.15;
    transform: translate(-75px, -50px);
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: #F7F5F2;
}
.header-top,
.site-header-inner {
  overflow: hidden;
  padding-left: 60px;
  padding-right: 60px;
}

.header-top {
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all 0.2s;
}
.header-top a {
  color: #162854;
}
.header-top a svg {
  margin-right: 2px;
}
.header-top a:hover, .header-top a:focus, .header-top a:active {
  color: #456DA5 !important;
}

.site-header-inner {
  padding-top: 15px;
  padding-bottom: 25px;
  transition: all 0.2s;
}

.header-quick-nav a {
  display: inline-block;
  color: #162854;
  border-bottom: 1px solid #162854;
  margin-right: 15px;
}
.header-quick-nav a:last-child {
  margin-right: 0;
}
.header-quick-nav a:hover, .header-quick-nav a:focus, .header-quick-nav a:active {
  color: #456DA5;
  border-color: transparent;
}

.header-logo img {
  height: 120px;
  width: auto;
  transition: all 0.2s;
}

.cta-trigger {
  min-height: 40px;
  min-width: 165px;
}

.navbar-toggler {
  width: 67px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #162854;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  box-shadow: none !important;
  transition: all 0.4s;
  padding: 0 18px;
}
.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  background-color: #456DA5;
}
.navbar-toggler:hover .menu-bar:nth-child(1), .navbar-toggler:focus .menu-bar:nth-child(1), .navbar-toggler:active .menu-bar:nth-child(1) {
  width: 25px;
}
.navbar-toggler:hover .menu-bar:nth-child(3), .navbar-toggler:focus .menu-bar:nth-child(3), .navbar-toggler:active .menu-bar:nth-child(3) {
  width: 30px;
}

.menu-bar {
  display: block;
  height: 1px;
  width: 30px;
  margin: 3px 0;
  background-color: #fff;
  transition: all 0.4s;
}
.menu-bar:nth-child(3) {
  width: 25px;
}

.header-scroll .header-top {
  padding-top: 3px;
  padding-bottom: 3px;
}
.header-scroll .site-header-inner {
  padding-top: 10px;
  padding-bottom: 15px;
}
.header-scroll .header-logo img {
  height: 75px !important;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .header-top,
  .site-header-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header-logo img {
    height: 105px;
  }
}
@media (max-width: 1399px) {
  .header-top,
  .site-header-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-quick-nav a {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .header-logo {
    order: 2;
  }
  .header-logo img {
    height: 95px;
  }
  .cta-link {
    order: 2;
  }
}
@media (max-width: 767px) {
  .header-top,
  .site-header-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-top {
    font-size: 0.6rem;
  }
  .navbar-toggler {
    width: 55px;
    padding: 0 12px;
  }
  .header-logo img {
    height: 70px;
  }
  .header-scroll .site-header-inner {
    padding-top: 8px;
    padding-bottom: 10px;
  }
  .header-scroll .header-logo img {
    height: 60px !important;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}

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

.cta-modal-content {
  padding: 35px;
}
.cta-modal-content > div {
  max-width: 480px;
}

.cta-contact a {
  color: #162854;
  font-weight: 600;
}
.cta-contact a:hover, .cta-contact a:focus, .cta-contact a:active {
  color: #456DA5;
}

.cta-modal-img {
  position: relative;
}
.cta-modal-img:before {
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0) 200px);
  z-index: 1;
}
.cta-modal-img > .object-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.cta-bubble-wrap {
  max-width: 450px;
  border-radius: 25px;
  padding: 30px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.cta-bubble-img {
  width: 110px;
  min-width: 110px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  margin-right: 18px;
  overflow: hidden;
}

.cta-bubble-content {
  line-height: 1.25;
  text-align: left;
}
.cta-bubble-content:first-child {
  text-align: center;
}
.cta-bubble-content p {
  margin-bottom: 0.25rem;
}

.cta-brand {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  width: 140px;
  aspect-ratio: 1/1;
}
.cta-brand img {
  width: 100%;
  height: auto;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .cta-brand {
    position: static;
    margin: 0 auto 35px;
    width: 100px;
  }
  .cta-bubble-wrap {
    position: static;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mobile-cta-link {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    overflow: hidden;
  }
  .mobile-cta-link a {
    background-color: #C1D1A1;
    color: #162854;
    font-size: 0.8rem;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 35px;
    border-radius: 4px;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
  }
  .mobile-cta-link.hide-cta {
    z-index: -100;
    opacity: 0;
    transition: opacity 0.25s, z-index 0s linear 0.25s;
  }
  .cta-modal-content {
    padding: 35px 20px;
  }
  .cta-brand {
    width: 90px;
    margin-bottom: 20px;
  }
  .cta-bubble-img {
    display: none;
  }
  .cta-bubble-content {
    text-align: center;
  }
  .cta-contact {
    font-size: 0.7rem;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 800px;
}
.hp-modal .modal-content {
  border-radius: 12px;
  overflow: hidden;
}

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

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

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

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
  .hp-modal .modal-content {
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .hp-modal-wrap {
    padding: 65px 20px 30px;
  }
  .hp-modal-content {
    padding: 0;
  }
}
.footer-content {
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}

.footer-brand {
  width: 180px;
  margin: -75px auto 40px;
}
.footer-brand img {
  width: 100%;
  height: auto;
}

.site-footer-inner {
  padding-top: 50px;
  padding-bottom: 55px;
  position: relative;
}
.site-footer-inner hr {
  opacity: 1;
  background-color: #fff;
  margin: 15px 0;
}

.footer-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 25px;
  background-color: #C1D1A1;
  transition: all 1s ease-in-out;
}
.footer-line.animated {
  width: 100%;
}

.footer-info {
  margin: 0 -10px;
  padding-bottom: 15px;
}

.footer-col {
  flex-grow: 1;
  padding: 0 10px;
}
.footer-col img {
  max-height: 100px;
  height: auto;
  width: auto;
}
.footer-col p {
  margin-bottom: 0.2rem;
  line-height: 1.25;
}
.footer-col a {
  color: #fff !important;
  font-weight: normal;
}
.footer-col a:hover, .footer-col a:focus, .footer-col a:active {
  color: #C1D1A1 !important;
}

.footer-contact {
  width: 20%;
  min-width: 20%;
}

.footer-brokerage {
  width: 15%;
  min-width: 15%;
}

.footer-cta-wrap {
  padding-top: 10px;
  padding-right: 35px;
  border-right: 1px solid #fff;
}

.footer-cta input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.footer-cta select {
  border-radius: 6px;
  background-color: #fff;
  height: 45px;
  font-size: 0.8rem !important;
  color: #162854;
}
.footer-cta .gfield_label {
  top: 11px;
  font-weight: normal !important;
  font-size: 0.75rem !important;
}
.footer-cta .gfield_label.no-animate {
  position: static;
  font-size: 0.6rem !important;
}
.footer-cta .gform_footer {
  justify-content: flex-end !important;
}
.footer-cta .gform_button {
  min-width: unset;
  min-height: unset;
  background-color: transparent !important;
  padding: 0 0 2px;
  border-radius: unset;
  font-size: 0.65rem;
  color: #fff;
  border-bottom: 2px solid #C1D1A1 !important;
  font-weight: normal;
  width: fit-content !important;
}
.footer-cta .gform_button .btn-hover {
  display: none;
}
.footer-cta .gform_button:hover, .footer-cta .gform_button:focus, .footer-cta .gform_button:active {
  color: #C1D1A1;
}

.footer-social-wrap {
  padding-top: 10px;
  padding-left: 35px;
}
.footer-social-wrap p a {
  color: #CEDAE0 !important;
}
.footer-social-wrap p a:hover, .footer-social-wrap p a:focus, .footer-social-wrap p a:active {
  color: #C1D1A1 !important;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #162854;
  color: #fff !important;
  font-size: 0.8rem;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  background-color: #C1D1A1;
}

.footer-ig {
  margin-top: 25px;
}

.site-info {
  margin-top: 15px;
}
.site-info a {
  color: #fff !important;
  font-weight: normal;
}
.site-info a:hover, .site-info a:focus, .site-info a:active {
  color: #C1D1A1 !important;
}
.site-info span a {
  font-weight: 600;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .footer-contact {
    width: 23.5%;
    min-width: 23.5%;
  }
  .footer-contact .body-size {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .footer-content {
    padding-bottom: 45px;
  }
  .footer-brand {
    width: 120px;
    margin: -40px auto 25px;
  }
  .site-footer-inner {
    padding-bottom: 45px;
  }
  .footer-line {
    height: 15px;
  }
  .footer-contact {
    width: 33%;
    min-width: 33%;
    margin-bottom: 30px;
  }
  .footer-brokerage {
    width: 66%;
    min-width: 66%;
    margin-bottom: 30px;
  }
  .footer-office {
    order: 2;
    width: 33.333333%;
    min-width: 33.333333%;
    text-align: center;
  }
  .footer-cta-wrap {
    padding-right: 15px;
    border-right: 0;
    text-align: center;
  }
  .footer-social-wrap {
    padding-left: 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #colophon {
    border-top: 1px solid rgba(22, 40, 84, 0.5);
  }
  .fig-img:nth-child(n+4) {
    display: none;
  }
  .footer-content {
    padding-top: 20px;
  }
  .footer-content textarea {
    height: 115px !important;
  }
  .footer-brand {
    width: 80px;
    margin: 0 auto 15px;
  }
  .site-footer-inner {
    padding-bottom: 30px;
  }
  .footer-line {
    height: 8px;
  }
  .footer-info {
    padding-bottom: 0;
  }
  .footer-contact,
  .footer-brokerage,
  .footer-office {
    width: 100%;
    min-width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .footer-cta .gform_footer {
    justify-content: center !important;
  }
}
.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: 8px;
  left: 8px;
}

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

.list-box-wrap {
  margin-bottom: 70px;
  position: relative;
}
.list-box-wrap.list-box-slide {
  padding: 0 15px;
  margin-bottom: 40px;
}
.list-box-wrap a {
  color: #162854;
  font-weight: 500;
}
.list-box-wrap a:hover .list-box-img img, .list-box-wrap a:focus .list-box-img img, .list-box-wrap a:active .list-box-img img {
  transform: scale(1.1);
  transition: all 4s ease-out;
}
.list-box-wrap a:hover .list-box-info h3, .list-box-wrap a:focus .list-box-info h3, .list-box-wrap a:active .list-box-info h3 {
  color: #162854;
}

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

.list-box-img {
  overflow: hidden;
  position: relative;
}
.list-box-img img {
  transition: all 0.75s ease-out;
}
.list-box-img .list-box-status {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}

.list-box-status {
  padding: 8px 12px 7px;
  border-radius: 8px;
  width: fit-content;
  min-width: 90px;
}
.list-box-status > span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 1px 0 6px;
}

.list-box-openhouse {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(22, 40, 84, 0.7);
  color: #fff;
  z-index: 1;
  font-weight: normal;
  padding: 12px;
}

.list-box-info {
  margin-top: 18px;
}
.list-box-info h3 {
  transition: all 0.4s ease-out;
  border-bottom: 1px solid #CEDAE0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.list-box-meta > span:not(:last-child) {
  margin-right: 15px;
}

.list-box-hood:not(:first-child) {
  padding-left: 15px;
  border-left: 1px solid #CEDAE0;
}

.wait-list-modal .modal-dialog {
  max-width: 700px;
}
.wait-list-modal .modal-content {
  background-color: #CEDAE0;
  padding: 75px 45px 35px;
  text-align: center;
}
.wait-list-modal .modal-content .gform_button {
  background-color: #456DA5 !important;
  color: #fff;
}
.wait-list-modal .modal-content .gform_button .btn-hover {
  background-color: #162854 !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .list-slider {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .list-box-wrap {
    margin-bottom: 50px;
  }
  .list-box-status {
    font-size: 0.6rem;
  }
  .list-box-meta {
    font-size: 0.7rem;
  }
  .list-box-meta > span:not(:last-child) {
    margin-right: 10px;
  }
  .list-box-hood:not(:first-child) {
    padding-left: 10px;
  }
  .wait-list-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .wait-list-modal .modal-content {
    padding: 60px 20px 35px;
  }
}
.blog-box-wrap {
  margin-bottom: 50px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 15px;
}
.blog-box-wrap a {
  color: #162854;
  font-weight: normal;
}
.blog-box-wrap a:hover .blog-box-meta, .blog-box-wrap a:focus .blog-box-meta, .blog-box-wrap a:active .blog-box-meta {
  background-color: #C1D1A1;
}
.blog-box-wrap a:hover .blog-box-img .object-cover, .blog-box-wrap a:focus .blog-box-img .object-cover, .blog-box-wrap a:active .blog-box-img .object-cover {
  transform: scale(1.1);
  transition: all 3s ease-out;
}

.blog-box-img {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.blog-box-img .object-cover {
  transition: all 0.5s;
}

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

.blog-box-meta {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 5px;
  padding: 6px 10px;
  z-index: 1;
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-box-play img {
    width: 90px;
  }
  .blog-box-meta {
    top: 7px;
    left: 7px;
    font-size: 0.65rem;
  }
}
@media (max-width: 767px) {
  .blog-feed-slider {
    margin: 0 -15px;
  }
  .blog-box-wrap {
    margin-bottom: 45px;
  }
}
.img-header {
  min-height: 600px;
  padding: 80px 0 60px;
  margin-top: 175px;
  color: #fff;
  background-color: #F7F5F2;
}
.img-header:before {
  content: "";
  position: absolute;
  height: 75px;
  left: 0;
  right: 0;
  top: -75px;
  background-color: #F7F5F2;
  z-index: -1;
}
.img-header .heading-line {
  color: #CEDAE0;
}
.img-header .container {
  position: relative;
  z-index: 1;
}
.img-header a:not(.btn) {
  color: #C1D1A1;
}
.img-header a:not(.btn):hover, .img-header a:not(.btn):focus, .img-header a:not(.btn):active {
  color: #CEDAE0;
}

.header-media {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: initial;
}
.header-media:before {
  background: linear-gradient(to top, rgba(22, 40, 84, 0.75), rgba(22, 40, 84, 0) 100%);
  z-index: 1;
}

.text-header {
  padding-top: 245px;
  padding-bottom: 30px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .img-header {
    padding-bottom: 50px;
  }
  .header-media {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .img-header {
    margin-top: 168px;
    min-height: 500px;
    padding-bottom: 45px;
  }
  .header-media {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .text-header {
    padding-top: 220px;
  }
}
@media (max-width: 991px) {
  .img-header {
    min-height: 400px;
    padding-bottom: 40px;
  }
  .header-media {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .img-header {
    min-height: 300px;
    padding: 50px 0 35px;
    margin-top: 140px;
  }
  .img-header .page-header {
    padding: 0 5px;
  }
  .header-media {
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .header-media:before {
    background: linear-gradient(to top, rgba(22, 40, 84, 0.75), rgba(22, 40, 84, 0.25) 100%);
  }
  .text-header {
    padding-top: 170px;
  }
}
.sidebar {
  background-color: #F7F5F2;
  border-radius: 20px;
  padding: 40px 35px 20px;
  position: sticky;
  text-align: center;
  color: #162854;
}
.sidebar h3 {
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  margin: 0;
  font-weight: bold;
  letter-spacing: unset;
}
.sidebar input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.sidebar select, .sidebar textarea {
  background-color: #E4E2E0;
}
.sidebar .gform_button {
  min-width: 145px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .sidebar {
    padding: 40px 20px 20px;
  }
}
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 45px;
  }
  .sidebar {
    padding: 40px 35px 20px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    padding: 40px 20px 20px;
  }
}
.lead-wrap {
  min-height: calc(100vh - 175px);
  margin-top: 175px;
  padding: 120px 90px;
  background-color: #F7F5F2;
  align-items: center;
  display: flex;
}
.lead-wrap:before {
  content: "";
  position: absolute;
  height: 75px;
  left: 0;
  right: 0;
  top: -75px;
  background-color: #F7F5F2;
  z-index: -1;
}

.lead-img {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: initial;
}
.lead-img:before {
  background: linear-gradient(to right, #162854, rgba(22, 40, 84, 0) 75%);
  z-index: 1;
}

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

.lead-content {
  padding-right: 300px;
  flex-grow: 1;
}
.lead-content h1 {
  font-size: 3rem;
}

.lead-form {
  max-width: 520px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .lead-content {
    padding-right: 80px;
  }
}
@media (max-width: 1399px) {
  .lead-wrap {
    padding-left: 75px;
    padding-right: 75px;
  }
  .lead-img {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .lead-content {
    padding-right: 30px;
  }
  .lead-content h1 {
    font-size: 2.7rem;
  }
}
@media (max-width: 1199px) {
  .lead-wrap {
    min-height: calc(100vh - 168px);
    padding: 80px 60px;
  }
  .lead-img {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .lead-content {
    padding-right: 15px;
  }
  .lead-content h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .lead-wrap {
    display: block;
    padding: 50px 45px;
    background-color: #162854;
    border-right: 10px solid #F7F5F2;
    border-bottom: 10px solid #F7F5F2;
    border-left: 10px solid #F7F5F2;
  }
  .lead-form {
    max-width: unset;
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    margin-top: 140px;
    padding: 40px 20px;
    border-right: 5px solid #F7F5F2;
    border-bottom: 5px solid #F7F5F2;
    border-left: 5px solid #F7F5F2;
  }
  .lead-content h1 {
    font-size: 1.65rem;
  }
  .lead-content h1 .heading-line:before {
    height: 3px;
  }
}
.posts-wrap {
  margin-top: 60px;
  margin-bottom: 50px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .posts-wrap {
    margin-top: 50px;
  }
}
.t-page-content {
  padding: 40px 0 60px;
}

.t-query {
  margin-top: 15px;
  margin-bottom: 50px;
}
.t-query .paging-navigation {
  margin-top: 50px;
}

.t-box-wrap {
  margin-top: 100px;
}
.t-box-wrap a {
  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 {
  background-color: #456DA5;
  color: #fff;
  transform: translateY(-15px);
}
.t-box-wrap a:hover .t-box-name, .t-box-wrap a:focus .t-box-name, .t-box-wrap a:active .t-box-name {
  color: #C1D1A1;
}

.t-box-inner {
  height: 100%;
  position: relative;
  padding-bottom: 80px;
  color: #162854;
  transition: all 0.4s ease-out;
}

.t-box-name {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
  transition: all 0.4s ease-out;
}

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

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

/** # Responsive **/
@media (max-width: 1199px) {
  .t-box-wrap {
    transition-delay: 0.3s !important;
  }
}
@media (max-width: 991px) {
  .t-page-content {
    padding: 40px 0;
  }
  .t-box-wrap {
    transform: none !important;
  }
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .t-box-wrap {
    margin-top: 70px;
  }
  .testimonial-modal .modal-content {
    border-radius: 12px;
  }
  .t-modal-wrap {
    padding: 35px 20px;
  }
}
.listings-wrap {
  margin-top: 60px;
  margin-bottom: 50px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .listings-wrap .list-box-wrap {
    transition-delay: 0.3s !important;
  }
}
@media (max-width: 767px) {
  .listings-wrap {
    margin-top: 50px;
  }
}
.page-content {
  margin: 50px 0;
}
.page-content:last-child {
  margin-bottom: 125px;
}

.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(.mrp-listing-results):not(.listing-contact-info-wrapper),
.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(.mrp-listing-results):not(.listing-contact-info-wrapper),
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(.mrp-listing-results):not(.listing-contact-info-wrapper) {
  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(.mrp-listing-results):not(.listing-contact-info-wrapper) 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(.mrp-listing-results):not(.listing-contact-info-wrapper) 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(.mrp-listing-results):not(.listing-contact-info-wrapper) li {
  padding-left: 14px;
  margin-bottom: 5px;
}
.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(.mrp-listing-results):not(.listing-contact-info-wrapper) 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(.mrp-listing-results):not(.listing-contact-info-wrapper) 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(.mrp-listing-results):not(.listing-contact-info-wrapper) li:before {
  margin: 0 10px 0 -14px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #162854;
  position: relative;
  top: -3px;
}

.page-content > h1, .page-content > h2, .page-content > h3, .page-content > h4,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4 {
  color: #456DA5;
}
.page-content > h1:not(:first-child), .page-content > h2:not(:first-child), .page-content > h3:not(:first-child), .page-content > h4:not(:first-child),
.entry-content > h1:not(:first-child),
.entry-content > h2:not(:first-child),
.entry-content > h3:not(:first-child),
.entry-content > h4:not(:first-child) {
  margin-top: 45px;
}
.page-content > h1, .page-content > .h1,
.entry-content > h1,
.entry-content > .h1 {
  font-size: 2.5rem;
}
.page-content > h2, .page-content > .h2,
.entry-content > h2,
.entry-content > .h2 {
  font-size: 2.2rem;
}
.page-content > h3, .page-content > .h3,
.entry-content > h3,
.entry-content > .h3 {
  font-size: 1.7rem;
}
.page-content > h4, .page-content > .h4,
.entry-content > h4,
.entry-content > .h4 {
  font-size: 1.4rem;
}

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

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

/** # Responsive **/
@media (max-width: 1399px) {
  .entry-content {
    padding-right: 75px;
  }
}
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .page-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .page-content:last-child {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .page-content > h1, .page-content > .h1,
  .entry-content > h1,
  .entry-content > .h1 {
    font-size: 1.8rem;
  }
  .page-content > h2, .page-content > .h2,
  .entry-content > h2,
  .entry-content > .h2 {
    font-size: 1.6rem;
  }
  .page-content > h3, .page-content > .h3,
  .entry-content > h3,
  .entry-content > .h3 {
    font-size: 1.4rem;
  }
  .page-content > h4, .page-content > .h4,
  .entry-content > h4,
  .entry-content > .h4 {
    font-size: 1.2rem;
  }
  .page-content > h5, .page-content > .h5,
  .entry-content > h5,
  .entry-content > .h5 {
    font-size: 1.1rem;
  }
}
.cta-section {
  min-height: 80vh;
  padding: 90px 0;
}
.cta-section .banner-img {
  z-index: unset;
}
.cta-section .container {
  position: relative;
  z-index: 1;
}
.cta-section:before {
  background: linear-gradient(to right, #162854, rgba(22, 40, 84, 0) 80%);
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .cta-section {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding: 50px 0;
  }
  .cta-section:before {
    background: linear-gradient(to right, rgba(22, 40, 84, 0.9), rgba(22, 40, 84, 0.25) 100%);
  }
}
.list-top-wrap {
  padding: 245px 0 90px;
  overflow: hidden;
}

.list-status {
  padding: 8px 15px 7px;
  margin: 0 auto 15px;
  border-radius: 8px;
  width: fit-content;
  min-width: 90px;
}
.list-status > span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 1px 0 6px;
}

.list-quick-links {
  margin-top: 15px;
  font-size: 0.85rem;
}
.list-quick-links > span:not(:last-of-type):after {
  content: "|";
  display: inline-block;
  margin: 0 0 0 8px;
}
.list-quick-links a {
  font-weight: 600;
  color: #162854;
}
.list-quick-links a:hover, .list-quick-links a:focus, .list-quick-links a:active {
  color: #456DA5;
}

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

.hilites-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 17px);
  z-index: 1;
}
.hilites-slider .slick-arrow.slick-prev {
  left: calc(18% + 17px);
}
.hilites-slider .slick-arrow.slick-next {
  right: calc(18% + 17px);
}

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

.list-wrap {
  margin-top: 80px;
  margin-bottom: 90px;
}

blockquote.open-houses:first-child {
  margin-top: 60px !important;
  padding-bottom: 45px;
  margin-bottom: 45px;
}

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

.list-detail {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #CEDAE0;
}
.list-detail:first-child {
  border-top: 0;
}

.list-desc,
.list-downloads,
.list-map,
.list-hoodq {
  margin-bottom: 45px;
}

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

.list-agent + .list-agent {
  margin-top: 45px;
}

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

.list-agent-info {
  flex-grow: 1;
}
.list-agent-info hr {
  margin: 10px 0 12px;
  background-color: #CEDAE0;
  opacity: 1;
}
.list-agent-info h3 a {
  color: #162854;
  font-weight: bold;
}
.list-agent-info h3 a:hover, .list-agent-info h3 a:focus, .list-agent-info h3 a:active {
  color: #456DA5;
}

.list-agent-contact a {
  color: #162854;
  font-weight: normal;
}
.list-agent-contact a:hover, .list-agent-contact a:focus, .list-agent-contact a:active {
  color: #C1D1A1;
}

.list-tour {
  padding: 50px 0 90px;
}

.list-video svg {
  width: 175px !important;
}
.list-video + .list-video, .list-video + .list-virtual {
  margin-top: 50px;
}

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

.list-img-callout.img-right .lic-img {
  order: 2;
}

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

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

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

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

/** # Responsive **/
@media (max-width: 1600px) {
  .hilites-slider .slick-arrow.slick-prev {
    left: calc(15% + 17px);
  }
  .hilites-slider .slick-arrow.slick-next {
    right: calc(15% + 17px);
  }
}
@media (max-width: 1399px) {
  .hilites-slider .slick-arrow.slick-prev {
    left: calc(10% + 17px);
  }
  .hilites-slider .slick-arrow.slick-next {
    right: calc(10% + 17px);
  }
  .list-agent-img {
    width: 130px;
    min-width: 130px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .list-top-wrap {
    padding: 200px 0 60px;
  }
}
@media (max-width: 991px) {
  .hilites-slider .slick-arrow.slick-prev {
    left: 10%;
  }
  .hilites-slider .slick-arrow.slick-next {
    right: 10%;
  }
  .hilites-slide {
    padding: 0 15px;
  }
  .list-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .list-tour {
    padding: 50px 0;
  }
  .list-video svg {
    width: 120px !important;
  }
  .list-content-blocks {
    padding: 50px 0;
  }
  .list-content-blocks .container > div + div {
    margin-top: 30px;
  }
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
  .list-gallery-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .related-listings-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .list-top-wrap {
    padding: 160px 0 40px;
  }
  .list-img-wrap {
    margin-top: 20px;
  }
  .hilites-slider .slick-arrow.slick-prev {
    left: 23px;
  }
  .hilites-slider .slick-arrow.slick-next {
    right: 23px;
  }
  .list-wrap {
    margin-top: 45px;
  }
  blockquote.open-houses:first-child {
    margin-top: 40px !important;
    padding-bottom: 30px;
  }
  .list-detail {
    padding-top: 10px;
    margin-top: 10px;
  }
  .list-agent-info .h5 {
    font-size: 1rem;
  }
  .list-agent-info p {
    font-size: 0.8rem;
  }
  .list-agent-contact a {
    font-size: 0.7rem;
  }
  .list-tour {
    padding: 40px 0 35px;
  }
  .list-video svg {
    width: 90px !important;
  }
  .list-video + .list-video, .list-video + .list-virtual {
    margin-top: 30px;
  }
  .hq-ah--data-container {
    flex-direction: column !important;
  }
  .hq-ah--data-container > div {
    width: 100% !important;
  }
  .related-listings-wrap {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .related-listings-header {
    margin-bottom: 30px;
  }
}
.post-header a {
  font-weight: 600;
}

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

.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;
  font-weight: 600;
}

.post-share {
  border-top: 2px solid #C1D1A1;
  padding-top: 12px;
  margin-top: 45px;
}
.post-share a {
  color: #162854;
}
.post-share a:hover, .post-share a:focus, .post-share a:active {
  color: #456DA5;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .post-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.single-team_member .comp-img img,
.single-team_member .bg-slide img {
  object-position: top;
}

.bio-header-wrap {
  padding: 225px 0 60px;
}

.bio-contact a {
  color: #162854;
  font-weight: normal;
}
.bio-contact a:hover, .bio-contact a:focus, .bio-contact a:active {
  color: #456DA5;
}

.bio-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #162854;
  color: #fff !important;
  font-size: 0.7rem;
}
.bio-social a:hover, .bio-social a:focus, .bio-social a:active {
  background-color: #C1D1A1;
}

.bio-wrap {
  margin-top: 80px;
  margin-bottom: 90px;
}

.testimonial-callout-slider + .related-listings-wrap {
  background-color: #fff;
  margin-top: 60px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .bio-header-wrap {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .bio-header .h2 {
    font-size: 1.9rem;
  }
  .bio-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .bio-header-wrap {
    padding: 150px 0 45px;
  }
  .bio-header {
    margin-bottom: 25px;
  }
  .bio-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .testimonial-callout-slider + .related-listings-wrap {
    margin-top: 40px;
  }
}
.blog-toggle {
  margin: 20px 0 45px;
}

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

.toggle-arrow {
  transition: all 0.4s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 25px;
  min-width: 25px;
  aspect-ratio: 1/1;
  background-color: #CEDAE0;
  color: #162854;
  font-size: 0.6rem;
}

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

.img-header.thanks-wrap {
  min-height: calc(100vh - 175px);
}

/** # Responsive **/
@media (max-width: 1199px) {
  .img-header.thanks-wrap {
    min-height: calc(100vh - 165px);
  }
}
@media (max-width: 767px) {
  .img-header.thanks-wrap {
    min-height: 60vh;
  }
}
lite-youtube,
lite-vimeo {
  background-color: #162854;
  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(22, 40, 84, 0.25);
}
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: 120px;
  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: 90px;
  }
}
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: calc(100vh - 175px);
  margin-top: 175px;
  padding: 90px 0 90px 100px;
  overflow: hidden;
  background-color: #F7F5F2;
}

.hero-media {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: 30px;
  z-index: initial;
}
.hero-media:before {
  background: linear-gradient(to right, rgba(22, 40, 84, 0.7), rgba(22, 40, 84, 0) 75%);
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .homepage-hero {
    padding-left: 75px;
  }
  .hero-media {
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .homepage-hero {
    min-height: calc(100vh - 168px);
    margin-top: 168px;
    padding-left: 60px;
  }
  .hero-media {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 991px) {
  .homepage-hero {
    min-height: 500px;
    padding: 90px 45px 50px;
  }
  .hero-media {
    left: 10px;
    right: 10px;
  }
  .hero-media:before {
    background: linear-gradient(to right, rgba(22, 40, 84, 0.7), rgba(22, 40, 84, 0.15) 100%);
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    min-height: 400px;
    padding: 50px 20px;
    margin-top: 140px;
  }
  .hero-media {
    left: 5px;
    right: 5px;
  }
  .hero-media:before {
    background: linear-gradient(to right, rgba(22, 40, 84, 0.7), rgba(22, 40, 84, 0.25) 100%);
  }
}
.homepage-listings {
  padding-top: 80px;
  padding-bottom: 90px;
  overflow: hidden;
}

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

.hp-list-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 17px);
  z-index: 1;
}
.hp-list-slider .slick-arrow.slick-prev {
  left: 18%;
}
.hp-list-slider .slick-arrow.slick-next {
  right: 18%;
}

.hp-list-slide {
  padding: 0 20px;
  position: relative;
}
.hp-list-slide a {
  font-weight: 500;
}
.hp-list-slide a:hover .hp-list-inner img, .hp-list-slide a:focus .hp-list-inner img, .hp-list-slide a:active .hp-list-inner img {
  transform: scale(1.1);
  transition: all 4s ease-out;
}
.hp-list-slide a:hover .hp-list-info h3, .hp-list-slide a:focus .hp-list-info h3, .hp-list-slide a:active .hp-list-info h3 {
  color: #456DA5;
}

.hp-list-inner {
  padding: 30px;
  overflow: hidden;
}
.hp-list-inner img {
  transition: all 0.75s;
}
.hp-list-inner:before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 50%);
}
.hp-list-inner .list-box-status {
  margin-bottom: 15px;
}

.hp-list-info {
  position: relative;
  z-index: 1;
  color: #162854;
}
.hp-list-info h3 {
  transition: all 0.4s;
}

.hp-list-meta > span:not(:last-child) {
  margin-right: 15px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hp-list-slider .slick-arrow.slick-prev {
    left: 14%;
  }
  .hp-list-slider .slick-arrow.slick-next {
    right: 14%;
  }
}
@media (max-width: 1399px) {
  .hp-list-slider .slick-arrow.slick-prev {
    left: 12%;
  }
  .hp-list-slider .slick-arrow.slick-next {
    right: 12%;
  }
}
@media (max-width: 1199px) {
  .hp-list-slider .slick-arrow.slick-prev {
    left: 10%;
  }
  .hp-list-slider .slick-arrow.slick-next {
    right: 10%;
  }
  .hp-list-info h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .homepage-listings {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hp-listings-header {
    margin-bottom: 30px;
  }
  .hp-list-slider .slick-arrow.slick-prev {
    left: 28px;
  }
  .hp-list-slider .slick-arrow.slick-next {
    right: 28px;
  }
}
@media (max-width: 767px) {
  .homepage-listings .list-slider {
    margin: 0;
  }
}
.freeform-content {
  margin: 50px 0;
}
.freeform-content blockquote:last-child {
  margin-bottom: 0;
}

.numbered-heading {
  border-bottom: 2px solid #C1D1A1;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.header-num {
  width: 55px;
  min-width: 55px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .header-num {
    width: 40px;
    min-width: 40px;
    margin-right: 12px;
    font-size: 0.9rem;
  }
}
.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-color: rgba(22, 40, 84, 0.6);
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-on-media {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    padding: 50px 0;
  }
}
.hp-copy-on-media {
  padding: 40px;
}

.hp-com-col.col-md-6:first-child {
  padding-right: 10px;
}
.hp-com-col.col-md-6:last-child {
  padding-left: 10px;
}

.hp-com-col-inner {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 35px 50px;
}

.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, #162854, rgba(22, 40, 84, 0) 75%);
  z-index: 1;
}

.hp-overlay-content {
  position: relative;
  z-index: 1;
  max-width: 550px;
}

.hpo-copy {
  line-height: 1.2;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-copy-on-media {
    padding: 20px;
  }
  .hp-com-col-inner {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .hp-copy-on-media {
    padding: 15px;
  }
  .hp-overlay-media:before {
    background: linear-gradient(to top, #162854, rgba(22, 40, 84, 0.15) 100%);
  }
  .hp-com-col-inner {
    padding: 150px 15px 30px;
    min-height: unset;
  }
  .hpo-copy {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .hp-com-col {
    padding: 0 15px !important;
  }
  .hp-com-col + .hp-com-col {
    margin-top: 15px;
  }
  .hp-com-col-inner {
    padding-top: 100px;
  }
}
.copy-and-media {
  padding: 100px 0;
}
.copy-and-media.white-bg {
  padding: 0;
  margin-top: 100px;
  margin-bottom: 100px;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-right .cm-inner {
  padding-right: 50px;
}
.copy-and-media.media-left .cm-inner {
  padding-left: 50px;
}
.copy-and-media.media-fit .cm-media {
  position: relative;
  min-height: 475px;
}
.copy-and-media.media-fit .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.copy-and-media.media-fit .cm-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.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;
}

/** # 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: 75px 0;
  }
  .copy-and-media.white-bg {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .copy-and-media.media-left .cm-inner {
    padding-left: 15px;
  }
  .copy-and-media.media-right .cm-inner {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .copy-and-media {
    padding: 50px 0;
  }
  .copy-and-media.white-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .copy-and-media .cm-media {
    order: unset !important;
    margin-bottom: 25px;
    min-height: unset !important;
  }
  .copy-and-media .cm-inner {
    padding: 0 15px !important;
  }
  .copy-and-media.media-fit .cm-media {
    aspect-ratio: 7/5;
  }
}
@media (max-width: 767px) {
  .copy-and-media {
    padding-top: 40px;
  }
  .copy-and-media.white-bg {
    margin-top: 45px;
  }
}
.hp-copy-and-media {
  padding: 30px 30px 70px;
}
.hp-copy-and-media.media-left .hpcm-tco-box {
  transform: translateX(calc(50vw - 282px));
}
.hp-copy-and-media.media-right .hpcm-media {
  order: 2;
}
.hp-copy-and-media.media-right .hpcm-tco-box {
  transform: translateX(calc(58vw - 282px));
}

.hpcm-media {
  position: relative;
}
.hpcm-media .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.hpcm-media .media-wrap:before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 40%);
  z-index: 1;
  opacity: 0;
  transition: all 0.8s ease-out 0.3s;
}
.hpcm-media .media-wrap.animated:before {
  opacity: 1;
}

.hpcm-inner {
  min-height: 90vh;
  padding: 30px 15px 200px;
}
.hpcm-inner > div {
  max-width: 500px;
}

.hpcm-tco-box {
  position: relative;
  z-index: 2;
  margin-top: -115px;
  width: 475px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hpcm-media {
    aspect-ratio: 7/5;
    order: unset !important;
  }
  .hpcm-inner {
    min-height: unset;
    padding: 0 15px;
    margin-top: 35px;
    text-align: center;
  }
  .hpcm-inner > div {
    max-width: 600px;
  }
  .hpcm-tco-box {
    transform: none !important;
    margin: 90px auto 0;
    max-width: 475px;
  }
}
@media (max-width: 767px) {
  .hp-copy-and-media {
    padding: 15px 15px 45px;
  }
  .hpcm-tco-box {
    width: 100%;
    margin-top: 75px;
  }
}
.copy-and-media-tc {
  padding: 100px 0;
}
.copy-and-media-tc.white-bg {
  padding: 0;
  margin-top: 100px;
  margin-bottom: 100px;
}
.copy-and-media-tc.black-bg .cmtc-tco-box {
  background-color: #456DA5;
}
.copy-and-media-tc.media-left .cmtc-tco-box {
  transform: translateX(50%);
}
.copy-and-media-tc.media-left .cmtc-inner {
  padding-left: 40px;
}
.copy-and-media-tc.media-right .cmtc-media {
  order: 2;
}
.copy-and-media-tc.media-right .cmtc-inner {
  padding-right: 40px;
}
.copy-and-media-tc.media-right .cmtc-tco-box {
  transform: translateX(calc(50% + 300px));
}

.cmtc-media {
  position: relative;
}
.cmtc-media .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}

.cmtc-inner {
  padding: 25px 15px 90px;
}

.cmtc-tco-box {
  position: relative;
  z-index: 2;
  margin-top: -60px;
  width: 475px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .copy-and-media-tc.media-right .cmtc-tco-box {
    transform: translateX(calc(50% + 200px));
  }
  .cmtc-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1199px) {
  .copy-and-media-tc {
    padding: 75px 0;
  }
  .copy-and-media-tc.white-bg {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .copy-and-media-tc.media-right .cmtc-tco-box {
    transform: translateX(calc(50% + 150px));
  }
  .cmtc-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 991px) {
  .copy-and-media-tc {
    padding: 50px 0;
  }
  .copy-and-media-tc.white-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .cmtc-media {
    aspect-ratio: 7/5;
    order: unset !important;
  }
  .cmtc-inner {
    padding: 0 15px !important;
    margin-top: 25px;
    text-align: center;
  }
  .cmtc-tco-box {
    transform: none !important;
    margin: 90px auto 0;
    max-width: 475px;
  }
}
@media (max-width: 767px) {
  .copy-and-media-tc {
    padding-top: 40px;
  }
  .copy-and-media-tc.white-bg {
    margin-top: 45px;
  }
  .cmtc-inner {
    text-align: left;
  }
  .cmtc-tco-box {
    width: 100%;
    margin-top: 75px;
  }
}
.team-query-wrap {
  margin: 60px 0;
}

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

.team-box-wrap {
  margin-bottom: 50px;
}
.team-box-wrap a {
  color: #162854;
  font-weight: normal;
}
.team-box-wrap a:hover .btn, .team-box-wrap a:focus .btn, .team-box-wrap a:active .btn {
  background-color: #456DA5 !important;
  color: #fff;
}

.team-box-img {
  aspect-ratio: 0.95/1;
  margin-bottom: 15px;
}

.team-box-info p {
  border-bottom: 1px solid #CEDAE0;
  padding-bottom: 15px;
}
.team-box-info .btn {
  min-width: 145px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .team-box-info .h5 {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .team-query-wrap {
    margin: 45px 0 15px;
  }
  .team-query-header {
    margin-bottom: 40px;
  }
}
.blog-feed {
  padding: 70px 0 40px;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed {
    padding: 50px 0 30px;
  }
}
@media (max-width: 767px) {
  .blog-feed {
    padding: 40px 0;
  }
}
.logo-slider-wrap {
  margin: 60px 0;
}
.logo-slider-wrap .section-links {
  margin-top: 35px;
}

.logo-slider-inner {
  margin-top: 45px;
}
.logo-slider-inner .slick-arrow {
  background-color: #162854;
  color: #fff;
}
.logo-slider-inner .slick-arrow:hover, .logo-slider-inner .slick-arrow:focus, .logo-slider-inner .slick-arrow:active {
  color: #C1D1A1;
}

.logo-slide {
  padding: 0 25px;
}
.logo-slide p {
  text-align: center;
  margin-top: 12px;
  font-size: 0.7rem;
  color: #162854;
  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: #456DA5;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .logo-slide-logo {
    height: 125px;
  }
}
@media (max-width: 767px) {
  .logo-slide {
    padding: 0 15px;
  }
}
.testimonial-callout-slider {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tcl-header {
  margin-bottom: 45px;
}
.tcl-header h2 + div {
  margin-top: 1rem;
}

.tcl-slider {
  margin: 0 -15px;
}
.tcl-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.tcl-slider .slick-arrow.slick-prev {
  left: -10px;
}
.tcl-slider .slick-arrow.slick-next {
  right: -10px;
}

.tcl-slide {
  padding: 60px 10px 12px;
}

.testimonial-callout {
  margin: 30px 0;
  position: relative;
}
.testimonial-callout .tco-box {
  padding-bottom: 35px;
}
.testimonial-callout .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.tcallout-slide {
  padding: 60px 10px 12px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .testimonial-callout-slider {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial-callout-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .testimonial-callout-slider .h5 {
    font-size: 1.1rem;
  }
  .tcl-header {
    margin-bottom: 30px;
  }
  .tcl-slide,
  .tcallout-slide {
    padding-top: 40px;
  }
}
.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: #162854;
  opacity: 0;
  transition: all 0.4s ease-out;
}

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

/* Styling for WP Media Block */
.hp-content-sticky-testimonial {
  padding: 100px 0;
}
.hp-content-sticky-testimonial.hpcst-overlap .tco-box {
  position: sticky;
  top: 33%;
  margin-top: -220px;
}

.hpcst-content {
  padding-right: 45px;
}

.hpcst-testimonial {
  padding-left: 45px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hpcst-content {
    padding-right: 15px;
  }
  .hpcst-testimonial {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .hp-content-sticky-testimonial {
    padding: 75px 0;
  }
  .hp-content-sticky-testimonial.hpcst-overlap .tco-box {
    top: 30%;
    margin-top: -160px;
  }
}
@media (max-width: 991px) {
  .hp-content-sticky-testimonial {
    padding: 60px 0;
  }
  .hpcst-testimonial .tco-box {
    margin: 80px 0 0 !important;
    position: static !important;
  }
}
@media (max-width: 767px) {
  .hp-content-sticky-testimonial {
    padding: 45px 0;
  }
}
.hp-slideshow-heading {
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: hidden;
}
.hp-slideshow-heading h2 {
  line-height: 1;
  margin-top: -33px;
  position: relative;
  z-index: 1;
}

.hp-large-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 17px);
  z-index: 1;
}
.hp-large-slider .slick-arrow.slick-prev {
  left: 20%;
}
.hp-large-slider .slick-arrow.slick-next {
  right: 20%;
}

.hp-large-slide {
  padding: 0 15px;
}
.hp-large-slide div {
  aspect-ratio: 7/4.5;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hp-slideshow-heading h2 {
    font-size: 3rem;
    margin-top: -30px;
  }
  .hp-large-slide div {
    aspect-ratio: 7/5;
  }
}
@media (max-width: 1199px) {
  .hp-slideshow-heading {
    padding-bottom: 45px;
  }
  .hp-slideshow-heading h2 {
    font-size: 1.8rem;
    margin-top: -18px;
  }
  .hp-large-slider .slick-arrow.slick-prev {
    left: 12%;
  }
  .hp-large-slider .slick-arrow.slick-next {
    right: 12%;
  }
}
@media (max-width: 767px) {
  .hp-slideshow-heading {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .hp-slideshow-heading h2 {
    margin-top: 25px;
    padding: 0 15px;
    font-size: 1.6rem;
  }
  .hp-large-slider .slick-arrow.slick-prev {
    left: 22px;
  }
  .hp-large-slider .slick-arrow.slick-next {
    right: 22px;
  }
}
.homepage-hover-links {
  padding: 100px 0 150px;
  min-height: 85vh;
}
.homepage-hover-links:before {
  background: linear-gradient(to right, #162854, rgba(22, 40, 84, 0) 60%);
  z-index: 1;
  opacity: 0;
  transition: all 0.7s linear 0.3s;
}
.homepage-hover-links.animated:before {
  opacity: 1;
}
.homepage-hover-links .container {
  position: relative;
  z-index: 1;
}

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

.hphl-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  opacity: 0;
  transition: all 0.4s ease-out 0.2s;
}
.hphl-img.hphl-default {
  opacity: 1 !important;
}
.hphl-img.imgchange {
  opacity: 1;
  transition: all 0.4s ease-out;
}

.hphl-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff !important;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
.hphl-link:hover, .hphl-link:focus, .hphl-link:active {
  color: #CEDAE0 !important;
}
.hphl-link:hover .hphl-arrow, .hphl-link:focus .hphl-arrow, .hphl-link:active .hphl-arrow {
  background: #162854;
  color: #C1D1A1;
}

.hphl-arrow {
  width: 23px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CEDAE0;
  color: #162854;
  transition: all 0.4s ease-out;
  font-size: 0.55rem;
}

.homepage-hover-links.resource-links {
  padding: 90px 0;
}
.homepage-hover-links.resource-links .hover-links {
  padding-right: 90px;
}
.homepage-hover-links.resource-links .hphl-link {
  padding: 10px 0;
}

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-hover-links {
    min-height: unset;
  }
  .homepage-hover-links:before {
    background: none;
    background-color: rgba(22, 40, 84, 0.7);
  }
  .homepage-hover-links.resource-links .hover-links {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .homepage-hover-links {
    padding: 45px 0 50px !important;
  }
}
.copy-and-testimonial {
  padding: 60px 0;
}
.copy-and-testimonial.white-bg {
  padding: 0;
  margin-top: 60px;
  margin-bottom: 60px;
}
.copy-and-testimonial.primary-bg .tco-box {
  background-color: #162854;
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-and-testimonial {
    padding: 50px 0;
    text-align: center;
  }
  .copy-and-testimonial.white-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .copy-and-testimonial .tco-box {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .copy-and-testimonial {
    padding: 40px 0;
  }
  .copy-and-testimonial.white-bg {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .copy-and-testimonial .tco-box {
    margin-top: 70px;
  }
}
.callout-copy {
  padding: 80px 0 100px;
}
.callout-copy .h5 {
  line-height: 1.5;
}

.cc-brand {
  width: 140px;
  margin: 0 auto 30px;
}
.cc-brand img {
  width: 100%;
  height: auto;
}

/** # Responsive **/
@media (max-width: 991px) {
  .callout-copy {
    padding: 50px 0 70px;
  }
}
@media (max-width: 767px) {
  .callout-copy {
    padding: 40px 0 50px;
  }
  .callout-copy .h5 {
    line-height: 1.3;
    font-size: 1.1rem;
  }
  .cc-brand {
    width: 120px;
  }
}
.copy-large-media {
  padding: 60px 0 100px;
  overflow: hidden;
}
.copy-large-media.white-bg {
  padding: 0;
  margin-top: 60px;
  margin-bottom: 100px;
}

.clm-inner + .clm-media,
.container + .clm-media {
  margin-top: 50px;
}

.center-slider {
  margin: 0 -30px;
}
.center-slider .bg-slide {
  padding: 0 30px;
}
.center-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 17px);
  z-index: 1;
}
.center-slider .slick-arrow.slick-prev {
  left: calc(20% + 15px);
}
.center-slider .slick-arrow.slick-next {
  right: calc(20% + 15px);
}

/** # Responsive **/
@media (max-width: 1600px) {
  .center-slider .slick-arrow.slick-prev {
    left: calc(15% + 15px);
  }
  .center-slider .slick-arrow.slick-next {
    right: calc(15% + 15px);
  }
}
@media (max-width: 1199px) {
  .copy-large-media {
    padding: 50px 0 70px;
  }
}
@media (max-width: 991px) {
  .center-slider {
    margin: 0 -15px;
  }
  .center-slider .bg-slide {
    padding: 0 15px;
  }
  .center-slider .slick-arrow.slick-prev {
    left: calc(10% - 3px);
  }
  .center-slider .slick-arrow.slick-next {
    right: calc(10% - 3px);
  }
}
@media (max-width: 767px) {
  .copy-large-media {
    padding: 45px 0 40px;
  }
  .center-slider {
    margin: 0;
  }
  .center-slider-arrows {
    position: absolute;
    bottom: 8px;
    left: 23px;
  }
}
.sticky-heading-content-blocks {
  margin: 70px 0 80px;
}

.shcb-heading {
  padding-right: 45px;
}

.shcb-content > section:first-child {
  margin-top: 0;
}
.shcb-content > section:last-child {
  margin-bottom: 0;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .shcb-heading {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .sticky-heading-content-blocks {
    margin: 50px 0;
  }
  .shcb-heading {
    margin-bottom: 40px;
  }
}
.com-page-content {
  padding: 40px 0 60px;
  margin-bottom: 60px;
}
.com-page-content .col-12 .btn {
  margin: 0 15px;
}

.hoods-section {
  margin-bottom: 45px;
}

.com-map-header {
  margin-bottom: 30px;
}

.go-map-wrap {
  margin-bottom: 50px;
}

.com-box-wrap {
  margin-bottom: 45px;
}
.com-box-wrap a {
  color: #162854;
  font-weight: normal;
}
.com-box-wrap a:hover .com-box-img img, .com-box-wrap a:focus .com-box-img img, .com-box-wrap a:active .com-box-img img {
  transform: scale(1.1);
  transition: all 3s ease-out;
}

.com-box-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 12px 15px;
}

.com-box-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
}
.com-box-img:before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 60%);
  z-index: 1;
}
.com-box-img img {
  transition: all 0.7s ease-out;
}

.com-box-info {
  position: relative;
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .com-page-content {
    padding: 40px 0;
    text-align: center;
  }
  .com-page-content .btn {
    margin: 0 10px;
  }
  .hoods-section {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .com-page-content {
    margin-bottom: 50px;
  }
}
.single-community .related-listings-wrap + .blog-feed {
  background-color: #fff;
  margin-top: 60px;
}

.com-top-wrap {
  padding: 50px 0 60px;
}

.com-keywords + .com-intro {
  margin-top: 35px;
}

.com-wrap {
  margin-top: 70px;
  margin-bottom: 80px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .com-top-wrap {
    padding: 40px 0;
  }
  .com-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.vid-box-wrap,
.grid-sizer {
  width: 33.333333%;
}

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

.vid-grid {
  margin: 0 -15px;
}

.vid-box-wrap {
  padding: 0 15px;
  margin-bottom: 35px;
}
.vid-box-wrap a {
  color: #162854;
  font-weight: normal;
}
.vid-box-wrap a:hover .vid-box-img .object-cover, .vid-box-wrap a:focus .vid-box-img .object-cover, .vid-box-wrap a:active .vid-box-img .object-cover {
  transform: scale(1.1);
  transition: all 3s ease-out;
}
.vid-box-wrap a:hover .vid-box-cat, .vid-box-wrap a:focus .vid-box-cat, .vid-box-wrap a:active .vid-box-cat {
  background-color: #C1D1A1;
}
.vid-box-wrap a:hover .vid-box-info, .vid-box-wrap a:focus .vid-box-info, .vid-box-wrap a:active .vid-box-info {
  color: #456DA5;
}

.vid-box-img {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
}
.vid-box-img .object-cover {
  transition: all 0.5s ease-out;
}
.vid-box-img:before {
  background-color: rgba(22, 40, 84, 0.25);
  z-index: 1;
}

.vid-box-cat {
  padding: 8px 12px 6px;
  border-radius: 8px;
  width: fit-content;
  min-width: 90px;
  background-color: #CEDAE0;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  transition: all 0.4s ease-out;
}

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

.vid-box-info {
  color: #162854;
  transition: all 0.4s ease-out;
}

.video-modal .modal-dialog {
  max-width: 800px;
}

.vid-modal-wrap {
  padding: 30px 15px 15px;
}
.vid-modal-wrap h3 {
  padding-right: 55px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .vid-box-wrap,
  .grid-sizer {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .vid-box-play img {
    width: 90px;
  }
  .video-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .videos-wrap {
    margin-top: 50px;
  }
  .vid-box-wrap,
  .grid-sizer {
    width: 100%;
  }
  .vid-modal-wrap {
    padding-top: 20px;
  }
}
/* MRP STYLING */
.mrp-style-area .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: none !important;
}

.save-search {
  display: none !important;
}

/********************/
/*** HIDDEN ITEMS ***/
/********************/
/*Hidden - Results*/
.listing-item-top-menu,
.summary-business-major,
.summary-status,
#listing-results-view.mrp-style-area .mrp-listing-links-section,
#listing-results-view.mrp-style-area .mrp-owner-contact-container .listing-contact-info {
  display: none !important;
}

/***************/
/*** BUTTONS ***/
/***************/
.mrp-vow-toolbar-non-auth a {
  background: transparent !important;
  border-radius: 0 !important;
}
.mrp-vow-toolbar-non-auth a:hover, .mrp-vow-toolbar-non-auth a:focus, .mrp-vow-toolbar-non-auth a:active {
  background-color: #456DA5 !important;
  color: #fff !important;
}

.vow-save-search-action-group .btn {
  background: transparent !important;
}
.vow-save-search-action-group .btn.active {
  background-color: #456DA5 !important;
  color: #fff !important;
}

.nav-inline-close {
  display: none !important;
}

.btn-circle {
  min-width: unset !important;
}
.btn-circle span {
  padding: 0 !important;
}

.mrp-style-area .btn {
  background-color: transparent !important;
  color: #456DA5 !important;
  border: 2px solid #456DA5 !important;
  padding: 12px !important;
  font-size: 0.8rem !important;
  display: inline-flex !important;
}

.mrp-style-area .btn:hover,
.mrp-style-area .btn:focus,
.mrp-style-area .btn:active {
  background-color: #456DA5 !important;
  color: #fff !important;
}

.mrp-style-area .btn:before,
.mrp-style-area .btn:after {
  display: none !important;
}

.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.btn,
.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-signup {
  background-color: transparent !important;
  color: #456DA5 !important;
  background-image: none !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.btn:hover,
.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-signup:hover {
  background-color: #456DA5 !important;
  color: #fff !important;
}

.mrp-style-area .btn-primary, .mrp-style-area .mrp-vow-account,
.mrp-style-area .mrp-vow-searches,
.mrp-style-area .mrp-vow-fav-categories,
.mrp-form-button-cancel {
  background-color: transparent !important;
  color: #456DA5 !important;
  background-image: none !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.mrp-style-area .btn-primary:hover, .mrp-style-area .mrp-vow-account:hover,
.mrp-style-area .mrp-vow-searches:hover,
.mrp-style-area .mrp-vow-fav-categories:hover,
.mrp-form-button-cancel:hover {
  background-color: #456DA5 !important;
  color: #fff !important;
}

.btn.mrp-idx-close {
  border: 2px solid #456DA5 !important;
  color: #456DA5 !important;
  background-color: transparent !important;
  position: relative !important;
}

.btn.mrp-idx-close span {
  padding: 0;
}

.btn.mrp-idx-close span:before {
  content: "Close" !important;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #456DA5;
  padding-bottom: 2px;
  font-family: sans-serif;
  color: #456DA5;
  background: transparent !important;
  transform: none !important;
  top: 4px;
  border: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.btn.mrp-idx-close span:after {
  display: none !important;
}

.mrp-idx-branding .home-button {
  top: 0 !important;
}

.mrp-basic-filter-form .noUi-connect {
  background-color: #456DA5 !important;
}

.mrp-idx-branding .mdi-action-home:before {
  content: "Close";
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #456DA5;
  padding-bottom: 2px;
  font-family: sans-serif;
  color: #456DA5;
}

.mrp-vow-account,
.mrp-vow-searches,
.mrp-vow-fav-categories {
  min-width: 100px;
}

/***************/
/*** GENERAL ***/
/***************/
.input-group .form-control {
  min-height: unset !important;
  height: unset !important;
}

.large-sidebar {
  display: none !important;
}

.mrp-listing-details .page-title {
  font-size: 2rem;
}

.mrp-listings-details .main-content .container {
  min-width: 1300px !important;
}

#listing-details-view.mrp-style-area.sm620 .post-image-wrapper {
  width: 100% !important;
}

.mrp-style-area a {
  color: #456DA5 !important;
  transition: all 0.3s ease-in;
}

.mrp-style-area a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

.listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .btn:hover {
  color: #fff !important;
}

#listing-results-view.mrp-style-area .NEW-BANNER .mrp-listing-main-image-container .results-ribbon,
.ribbon.NEW-BANNER {
  background-color: #456DA5 !important;
}

#listing-details-view.mrp-style-area .mrp-listing-last-modified {
  float: left !important;
}

.mrp-i-unit,
.mrp-m-unit {
  color: #456DA5 !important;
  border-bottom: 2px solid #456DA5 !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul li a {
  border: 0;
  padding: 0;
}

.listing-results-view .mrp-listing-result {
  border-bottom: 0 !important;
}

#listing-results-view.mrp-style-area .mrp-listing-result-overflow-message {
  background-color: #C1D1A1 !important;
}

#listing-details-view.mrp-style-area.xs .mrp-listing-quick-actions.top > span.details-ribbon.ribbon-new {
  background-color: #456DA5 !important;
}

.vow-only-elem .vow-only-button {
  border-color: #fff !important;
  color: #fff !important;
}

/*Pagination*/
.mrp-listing-details-page-navigation > a {
  font-weight: 600 !important;
  transition: all 0.3s ease-in-out;
}

.mrp-listing-page-navigation .page-buttons a {
  color: #456DA5 !important;
  font-weight: 400;
  box-shadow: none !important;
}

.mrp-listing-page-navigation .page-buttons a:hover {
  opacity: 0.7;
}

#listing-details-view.mrp-style-area .mrp-listing-details-page-navigation > a {
  box-shadow: none !important;
}

#listing-results-view.mrp-style-area .mrp-listing-page-navigation .page-buttons a.current {
  display: inline-block;
  box-shadow: none;
  color: #C1D1A1 !important;
}

/***************/
/*** RESULTS ***/
/***************/
.mrp-listing-results {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

form.mrp-omnibox-v2 .location-search-area {
  background-color: transparent !important;
  border-radius: 0 !important;
}

form.mrp-omnibox-v2 .selectize-input,
form.mrp-omnibox-v2 .field-item span {
  background-color: #fff !important;
}

form.mrp-omnibox-v2 .location-search-view-option {
  display: none !important;
}

form.mrp-omnibox-v2 .location-search-button {
  background-color: #456DA5 !important;
  padding: 11px 10px 2px !important;
  top: 23px !important;
  right: 25px !important;
}

form.mrp-omnibox-v2 .toggle-item .slider::before,
.idx-basic-form .toggle-control span.base::before {
  background-color: #456DA5 !important;
}

.idx-basic-form .noUi-connect {
  background-color: #C1D1A1 !important;
}

.idx-basic-form .bottom a.save-search {
  background-color: #456DA5 !important;
  color: #fff !important;
}

form.mrp-omnibox-v2 .selectize-control.multi .selectize-input [data-value],
.idx-basic-form .selectize-control.multi .selectize-input [data-value] {
  background-color: #456DA5 !important;
  border-color: #456DA5 !important;
  color: #fff !important;
}

.idx-basic-form .selectize-control [data-value] .remove {
  border-color: #fff !important;
  color: #C1D1A1 !important;
}

#listing-results-view.mrp-style-area.sm560 .mrp-listing-result .mrp-listing-price-container {
  top: 71px !important;
  right: 20px !important;
}

#listing-results-view.mrp-style-area .summary-property-type,
#listing-results-view.mrp-style-area .mrp-listing-price-container {
  box-shadow: none !important;
}

.mrp-listing-summary-outer,
.mrp-description-and-attribution-wrapper {
  background-color: #F7F5F2 !important;
}

.mrp-description-and-attribution-wrapper {
  opacity: 0;
}

#listing-results-view.mrp-style-area .summary-property-type {
  font-size: 0.7rem !important;
  text-transform: uppercase;
  font-weight: 600;
  right: 30px;
  left: 30px;
  text-align: center;
  background-color: #fff !important;
  color: #456DA5 !important;
  display: block !important;
}

#listing-results-view.mrp-style-area .mrp-listing-price-container {
  right: 8px !important;
  top: 71px !important;
  padding: 4px 18px !important;
  font-size: 18px !important;
  background-color: #C1D1A1 !important;
  text-align: right;
  opacity: 1 !important;
}

#listing-results-view.mrp-style-area .mrp-listing-details-link {
  width: 100% !important;
  z-index: 80 !important;
}

#listing-results-view.mrp-style-area .mrp-listing-details-link a {
  background-color: #456DA5 !important;
  color: #fff !important;
  border-radius: 0 !important;
  width: 100% !important;
  text-align: center;
  transition: all 0.3s ease-in-out !important;
}

#listing-results-view.mrp-style-area .mrp-listing-details-link a:hover {
  background-color: #456DA5 !important;
  color: #fff !important;
  border-radius: 0 !important;
  width: 100% !important;
  text-align: center;
}

#listing-results-view.mrp-style-area.sm560 .mrp-listing-result .listing-item-entry-title {
  bottom: 85px;
  position: absolute;
  padding: 0 20px 0 0;
}

#listing-results-view.mrp-style-area .mrp-listing-main-image-container {
  box-shadow: none !important;
  padding: 0 !important;
  height: 260px !important;
}

#listing-results-view.mrp-style-area .mrp-listing-result.no-photo-overlay .mrp-listing-main-image-container {
  border-bottom: none !important;
  padding: 0 !important;
}

#listing-results-view.mrp-style-area .mrp-listing-result.no-photo-overlay .mrp-listing-main-image-container .inner {
  padding: 0 !important;
}

#listing-results-view.mrp-style-area.region-DDF .mrp-listing-main-image-container .inner img.mrp-listing-main-image {
  object-fit: cover;
  object-position: center;
  height: 100% !important;
  width: 100% !important;
}

#listing-results-view.mrp-style-area .mrp-listing-summary-section > div {
  border: none !important;
}

/*Pop-up description box*/
#listing-results-view.mrp-style-area .mrp-listing-result-overlay.blue {
  background-color: #456DA5 !important;
  font-weight: 100 !important;
  font-size: 18px;
}

#listing-results-view.mrp-style-area .mrp-listing-result-overlay .close {
  border-left: 0;
  border-bottom: 0;
}

#listing-results-view.mrp-style-area .mrp-listing-summary-section {
  text-align: center;
}

.mrp-listing-result {
  margin-bottom: 30px;
}

/***************/
/*** DETAILS ***/
/***************/
/*Toolbars (Top of Detail Page)*/
.mrp-vow-toolbar .btn {
  min-width: 100px;
}

.ctrl-group label,
.ctrl-group .label {
  color: #fff !important;
}

.mrp-in-page-controls a {
  color: #fff !important;
}

.search-button-pane .btn-circle {
  border-color: #fff !important;
  color: #fff !important;
  transform: translateY(5px) !important;
}

.mrp-vow-toolbar-non-auth {
  flex-wrap: wrap;
}

.mrp-idx-panel-toolbar select.mrp-idx-results-sort {
  height: unset !important;
  max-width: unset !important;
}

#listing-details-view.mrp-style-area.xl .mrp-details-vow-toolbar-wrapper {
  transform: none !important;
}

.mrp-listing-details-all-photos-container ul li,
.mrp-listing-links-section ul li {
  line-height: unset !important;
}
.mrp-listing-details-all-photos-container ul li:before,
.mrp-listing-links-section ul li:before {
  display: none !important;
}

.mrp-listing-details-all-photos-container .image-toolbar {
  display: none !important;
}

.mrp-vow-login-forgot-password a,
.mrp-vow-login-signup a {
  border: 0 !important;
}

.mrp-listing-details .page-header h1 {
  font-size: 2rem;
}

.highlight {
  color: #456DA5 !important;
}

#listing-details-view.mrp-style-area .mrp-listing-details-tabs > li a {
  color: #456DA5 !important;
}

#listing-details-view.mrp-style-area .mrp-listing-details-tabs > li a:hover {
  opacity: 0.7;
}

#listing-details-view.mrp-style-area.xs .mrp-details-vow-toolbar-wrapper {
  margin: 0 auto !important;
  max-width: 100% !important;
}

#listing-details-view.mrp-style-area.sm620 .mrp-listing-quick-actions.top.top {
  display: flex !important;
  -webkit-display: flex !important;
}

#listing-details-view.mrp-style-area.sm620 .mrp-listing-quick-actions.top {
  margin-top: 16px !important;
}

.listing-results-view.mrp-style-area .mrp-details-vow-toolbar-wrapper, .listing-details-view.mrp-style-area .mrp-details-vow-toolbar-wrapper, .vow-landing.mrp-style-area .mrp-details-vow-toolbar-wrapper {
  z-index: 1 !important;
}

#listing-details-view.mrp-style-area.md .mrp-vow-login-with-external-id {
  float: left !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul li,
#listing-details-view.mrp-style-area .mrp-listing-quick-actions > span {
  background-color: #456DA5 !important;
  transition: all 0.3s ease-in !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul li:hover,
#listing-details-view.mrp-style-area .mrp-listing-quick-actions > span:hover {
  background-color: #C1D1A1 !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul li a {
  color: #fff !important;
}

#listing-details-view.mrp-style-area .mrp-listing-details-tabs li.active {
  border-bottom: 3px solid #456DA5 !important;
}

#listing-details-view.mrp-style-area .mrp-listing-photo-other .mrp-listing-photo-thumb .more {
  background-color: #F7F5F2 !important;
}

.section-head,
.top-content h1,
.top-content h2,
.mrp-listing-price-info .price,
#listing-details-view.mrp-style-area.xl .large-sidebar > section.inline-contact-form .mrp-form-title-main,
#listing-details-view.mrp-style-area.xl .large-sidebar > section.inline-mortgage-calc-form .mrp-form-title-main,
#listing-details-view.mrp-style-area .mrp-listing-info-section label, #listing-details-view.mrp-style-area .mrp-listing-wide-info-section label,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-heading,
#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-heading {
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
}

#listing-details-view.mrp-style-area .mrp-listing-attribution-container {
  float: right;
}

.tab-content .mid-content {
  padding-top: 0;
}

.mid-content {
  padding-top: 30px;
  max-width: 100% !important;
}

#listing-details-view.mrp-style-area.sm620 .post-image-wrapper {
  max-width: 100% !important;
}

.section-head,
.top-content h1,
.top-content h2 {
  color: #162854 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mrp-listing-price-info .price {
  top: 32px !important;
  right: 0 !important;
  background: none;
  color: #456DA5;
}

#listing-details-view.mrp-style-area.xs .mrp-listing-quick-actions.top > span.details-ribbon.ribbon-new {
  background-color: #C1D1A1 !important;
}

/*Related Listings */
.mrp-listing-related > div {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  column-count: 3;
  margin-top: 45px;
}

.mrp-listing-related > div > a {
  position: relative;
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.mrp-listing-sold-related {
  position: relative;
  margin-top: 45px;
}

.related-price {
  position: absolute;
  right: 0;
  top: 25px;
  color: #456DA5;
  background: #C1D1A1;
  padding: 5px 10px;
}

.related-recip-logo {
  position: absolute !important;
  bottom: 18px !important;
  right: 0px !important;
}

/* Sidebar */
.mrp-details-vow-toolbar-wrapper {
  margin-left: 0 !important;
}

#listing-details-view.mrp-style-area .mrp-owner-contact-container .listing-contact-info .listing-contact-photo-wrapper {
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 100px !important;
  width: 100px !important;
}

#listing-details-view.mrp-style-area .mrp-owner-contact-container .listing-contact-info {
  display: flex !important;
}

.post-image-sidebar .mrp-owner-contact-container .listing-contact-photo-wrapper {
  float: none !important;
  width: 100% !important;
}

.post-image-sidebar .listing-contact-info {
  display: block;
}

.listing-contact-info {
  display: flex;
  -webkit-display: flex;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar,
#listing-details-view.mrp-style-area .mrp-area-stats {
  border: 1px solid #456DA5 !important;
}

#listing-details-view.mrp-style-area .post-image-sidebar .mrp-ll-sidebar {
  margin-bottom: 20px !important;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-footer,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-save-search {
  background-color: #456DA5 !important;
  transition: all 0.3s ease-in-out;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-footer:hover,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-save-search:hover {
  opacity: 0.7;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-footer a {
  color: #fff !important;
}

.inline-contact-form .mrp-form-textbox,
.inline-contact-form textarea {
  background-color: #fff !important;
}

.inline-contact-form .form-group label.col-md-offset-4 {
  margin-left: 0;
  width: 100%;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-heading,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-heading {
  color: #456DA5 !important;
}

.stat-line dd {
  color: #456DA5 !important;
  margin-bottom: 0;
}

.add-open-house-button .btn {
  background-color: #456DA5 !important;
  color: #fff !important;
  background-image: none !important;
  min-width: unset;
}
.add-open-house-button .btn .icon {
  fill: #fff !important;
}
.add-open-house-button .btn:hover, .add-open-house-button .btn:focus, .add-open-house-button .btn:active {
  opacity: 0.8;
}

.mrp-basic-filter-form .bottom a.save-search {
  background-color: #456DA5 !important;
  color: #fff !important;
}

/*Map*/
.mrp-idx-form-container .mrp-map-options-overlay .btn.map-options {
  display: none !important;
}

.mrp-showcase-container .map-container {
  padding-bottom: 55% !important;
}

.mrp-geo-popup-options-container a {
  color: #456DA5 !important;
}

.mrp-geo-popup-options-container a:hover {
  opacity: 0.7;
}

/*RESPONSIVE - NEW VERSION */
/*Sold Data Map*/
.mrp-idx-search-form.mrp-fullscreen .mrp-vow-toolbar {
  padding-top: 0;
}

.mrp-idx-search-form.mrp-fullscreen .mrp-results-page-summary a {
  color: #fff !important;
}

.mrp-idx-on .mrp-idx-panel .mrp-idx-panel-contents {
  padding-top: 100px;
}

.mrp-idx-on .mrp-idx-panel-controls + .mrp-idx-panel-contents #listing-details-view.xs.sm .mrp-details-vow-toolbar-wrapper {
  position: absolute;
  top: -40px;
}

.wp-idx-button-wrapper {
  padding: 0 !important;
  font-size: unset !important;
  text-align: center !important;
}

button.idx-start {
  background-color: #456DA5;
  background-image: none !important;
  border-radius: 0 !important;
  border: 2px solid #456DA5 !important;
  font-size: 14px;
  padding: 15px 25px !important;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 375ms ease, color 375ms ease;
  color: transparent !important;
  position: relative;
}
button.idx-start:before {
  content: "Start A Map Search";
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.idx-start:hover,
button.idx-start:focus,
button.idx-start:active {
  background-color: transparent;
}
button.idx-start:hover:before,
button.idx-start:focus:before,
button.idx-start:active:before {
  color: #456DA5 !important;
}

.idx-basic-form .bottom a.launch-map {
  background-color: #456DA5 !important;
  color: #fff !important;
  background-image: url("../images/map-marker-white.svg") !important;
  padding-right: 20px !important;
}

.idx-basic-form .bottom a.launch-map:before {
  display: none;
}

.mrp-form-textarea {
  background-color: rgb(239.8706896552, 238.75, 237.6293103448) !important;
}

#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-save-search a {
  font-size: 18px !important;
}

@media screen and (max-width: 1500px) {
  .mls-template-default .main-content .container {
    min-width: unset !important;
  }
}
@media screen and (max-width: 1230px) {
  .mrp-details-vow-toolbar-wrapper {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .mrp-listing-result {
    padding-bottom: 0 !important;
  }
  #listing-results-view.mrp-style-area .summary-property-type {
    display: block !important;
  }
  .summary-property-type {
    display: none !important;
  }
  #listing-results-view .listing-item-entry-title {
    bottom: 95px !important;
  }
  #listing-results-view.mrp-style-area .mrp-listing-details-link a {
    margin-bottom: 30px !important;
  }
  .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login-with-external-id, .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login-with-external-id, .vow-landing.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login-with-external-id {
    float: none;
    padding-bottom: 15px;
    width: 100%;
  }
  .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth, .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth, .vow-landing.mrp-style-area .mrp-vow-toolbar-non-auth {
    text-align: center !important;
  }
  .mrp-listing-price-info .price {
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    font-size: 18px !important;
  }
  .mrp-area-stats {
    clear: both;
  }
  .mrp-listing-related > div {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
  }
  .mrp-listing-related > div > a {
    margin: 15px 0;
  }
}
@media screen and (max-width: 590px) {
  #listing-results-view .listing-item-entry-title {
    position: absolute;
  }
  #listing-results-view.mrp-style-area .mrp-listing-price-container {
    right: 0 !important;
    top: 65px !important;
  }
}
#listing-details-view.mrp-style-area.xs .mrp-details-vow-toolbar-wrapper {
  margin: 0 auto !important;
}

#listing-details-view.mrp-style-area.sm620 .mrp-listing-quick-actions.top.top {
  display: flex !important;
  -webkit-display: flex !important;
}

#listing-details-view.mrp-style-area.sm620 .mrp-listing-quick-actions.top {
  margin-top: 16px !important;
}

.listing-results-view.mrp-style-area .mrp-details-vow-toolbar-wrapper, .listing-details-view.mrp-style-area .mrp-details-vow-toolbar-wrapper, .vow-landing.mrp-style-area .mrp-details-vow-toolbar-wrapper {
  z-index: 1 !important;
}

#listing-details-view.mrp-style-area.md .mrp-vow-login-with-external-id {
  float: left !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul li,
#listing-details-view.mrp-style-area .mrp-listing-quick-actions > span {
  background-color: #456DA5 !important;
  transition: all 0.3s ease-in !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul li:hover,
#listing-details-view.mrp-style-area .mrp-listing-quick-actions > span:hover {
  background-color: #C1D1A1 !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul li a {
  color: #fff !important;
}

#listing-details-view.mrp-style-area .mrp-listing-details-tabs li.active {
  border-bottom: 3px solid #456DA5 !important;
}

.section-head,
.top-content h1,
.top-content h2,
.mrp-listing-price-info .price,
#listing-details-view.mrp-style-area.xl .large-sidebar > section.inline-contact-form .mrp-form-title-main,
#listing-details-view.mrp-style-area.xl .large-sidebar > section.inline-mortgage-calc-form .mrp-form-title-main,
#listing-details-view.mrp-style-area .mrp-listing-info-section label, #listing-details-view.mrp-style-area .mrp-listing-wide-info-section label,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-heading,
#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-heading {
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
}

#listing-details-view.mrp-style-area .mrp-listing-attribution-container {
  float: right;
}

.tab-content .mid-content {
  padding-top: 0;
}

.mid-content {
  padding-top: 30px;
}

.section-head,
.top-content h1,
.top-content h2 {
  color: #456DA5 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mrp-listing-price-info .price {
  top: 32px !important;
  right: 0 !important;
  background: none;
  color: #456DA5;
}

#listing-details-view.mrp-style-area.xs .mrp-listing-quick-actions.top > span.details-ribbon.ribbon-new {
  background-color: #C1D1A1 !important;
}

/*Related Listings */
.mrp-listing-related {
  column-count: 3;
}

.mrp-listing-related .related-listing > div {
  position: relative;
}

.related-price {
  position: absolute;
  right: 0;
  top: 25px;
  color: #456DA5;
  background: #C1D1A1;
  padding: 5px 10px;
}

.related-recip-logo {
  position: absolute !important;
  bottom: 18px !important;
  right: 0px !important;
}

/* Sidebar */
.mrp-details-vow-toolbar-wrapper {
  margin-left: 0 !important;
}

#listing-details-view.mrp-style-area .mrp-owner-contact-container .listing-contact-info .listing-contact-photo-wrapper {
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 100px !important;
  width: 100px !important;
}

#listing-details-view.mrp-style-area .mrp-owner-contact-container .listing-contact-info {
  display: flex !important;
}

.post-image-sidebar .mrp-owner-contact-container .listing-contact-photo-wrapper {
  float: none !important;
  width: 100% !important;
}

.post-image-sidebar .listing-contact-info {
  display: block;
}

.listing-contact-info {
  display: flex;
  -webkit-display: flex;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar,
#listing-details-view.mrp-style-area .mrp-area-stats {
  border: 1px solid #456DA5 !important;
}

#listing-details-view.mrp-style-area .post-image-sidebar .mrp-ll-sidebar {
  margin-bottom: 20px !important;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-footer,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-save-search {
  background-color: #456DA5 !important;
  transition: all 0.3s ease-in-out;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-footer:hover,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-save-search:hover {
  background-color: rgba(69, 109, 165, 0.8) !important;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-footer a {
  color: #fff !important;
}

.inline-contact-form .mrp-form-textbox,
.inline-contact-form textarea {
  background-color: #fff !important;
}

.inline-contact-form .form-group label.col-md-offset-4 {
  margin-left: 0;
  width: 100%;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-heading,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-heading {
  color: #456DA5 !important;
}

.stat-line dd {
  color: #456DA5 !important;
  margin-bottom: 0;
}

/*Map*/
.mrp-geo-popup-options-container a {
  color: #456DA5 !important;
}

.mrp-geo-popup-options-container a:hover {
  opacity: 0.7;
}

.mrp-listing-popup {
  width: 225px !important;
}

/*RESPONSIVE - NEW VERSION */
@media screen and (max-width: 1500px) {
  .mrp-listings-details .container {
    min-width: unset !important;
  }
}
@media screen and (max-width: 1230px) {
  .mrp-details-vow-toolbar-wrapper {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 767px) {
  #listing-results-view.mrp-style-area .mrp-listing-details-link a {
    margin-bottom: 30px !important;
  }
  .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login-with-external-id, .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login-with-external-id, .vow-landing.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login-with-external-id {
    float: none;
    padding-bottom: 15px;
    width: 100%;
  }
  .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth, .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth, .vow-landing.mrp-style-area .mrp-vow-toolbar-non-auth {
    text-align: center !important;
  }
  .mrp-listing-price-info .price {
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    font-size: 18px !important;
  }
  .mrp-listing-details .page-header h1 {
    font-size: 1.4rem;
  }
  .hoodq-container {
    clear: both;
  }
  .mrp-listing-results {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .idx-basic-form .bottom a.launch-map {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 590px) {
  #listing-results-view .listing-item-entry-title {
    position: absolute;
  }
}
.mrp-style-area a.vow-signup-link:hover,
.mrp-style-area a.vow-signup-link:focus,
.mrp-style-area a.vow-signup-link:active {
  color: #456DA5 !important;
}

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