@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 */
.hood-media:before, .hood-media:after, .hood-intro > div:before, .hpr-box-inner:before, .link-box-img:after, .hp-overlay-media:before, .hpo-inner:before, .overlay-media:before, .homepage-hero:before, .hero-reviews:before, lite-youtube::before,
lite-vimeo::before, .thanks-wrap:before, .blog-cta:before, .list-img:before, .list-img:after, .cta-media:before, .lead-img:before, .header-media:before, .header-media:after, .ph-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

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

/* 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 ease-out 0.3s;
}

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

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

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

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

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

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

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

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

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

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

.fadein.animated {
  opacity: 1;
}

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

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

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

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

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

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

/** # Responsive **/
@media (max-width: 991px) {
  .d1, .d2, .d3, .d4 {
    transition-delay: 0.3s !important;
  }
}
/* Helpers */
.object-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

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

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

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

.span-page {
  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, #masthead.header-scroll,
.blog-slider-wrap .slick-arrow div,
.list-slider-wrap .slick-arrow div,
.list-gallery-wrap .slick-arrow,
.img-slider-arrows .slick-arrow {
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.075);
}

.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: #000;
  text-decoration: underline;
  font-weight: 600;
}

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

.btn-primary, .mrp-vow-account,
.mrp-vow-searches,
.mrp-vow-fav-categories, .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.btn-secondary,
.wp-block-button.is-style-outline .wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-size: 0.675rem;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  font-weight: normal;
  line-height: 1;
  padding: 0;
  min-height: 47px;
  min-width: 220px;
  border-radius: 24px;
  border: 0 !important;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-color: transparent !important;
  box-shadow: none !important;
  text-shadow: none;
}
.btn-primary:before, .mrp-vow-account:before,
.mrp-vow-searches:before,
.mrp-vow-fav-categories:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before,
.btn-secondary:before,
.wp-block-button.is-style-outline .wp-block-button__link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 47px;
  border-radius: 24px;
  transition: all 0.4s;
  z-index: -1;
}
.btn-primary:hover:before, .mrp-vow-account:hover:before,
.mrp-vow-searches:hover:before,
.mrp-vow-fav-categories:hover:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:before, .btn-primary:focus:before, .mrp-vow-account:focus:before,
.mrp-vow-searches:focus:before,
.mrp-vow-fav-categories:focus:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus:before, .btn-primary:active:before, .mrp-vow-account:active:before,
.mrp-vow-searches:active:before,
.mrp-vow-fav-categories:active:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active:before,
.btn-secondary:hover:before,
.wp-block-button.is-style-outline .wp-block-button__link:hover:before,
.btn-secondary:focus:before,
.wp-block-button.is-style-outline .wp-block-button__link:focus:before,
.btn-secondary:active:before,
.wp-block-button.is-style-outline .wp-block-button__link:active:before {
  right: 0;
}
.btn-primary:hover .btn-arrow svg, .mrp-vow-account:hover .btn-arrow svg,
.mrp-vow-searches:hover .btn-arrow svg,
.mrp-vow-fav-categories:hover .btn-arrow svg, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .btn-arrow svg, .btn-primary:focus .btn-arrow svg, .mrp-vow-account:focus .btn-arrow svg,
.mrp-vow-searches:focus .btn-arrow svg,
.mrp-vow-fav-categories:focus .btn-arrow svg, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .btn-arrow svg, .btn-primary:active .btn-arrow svg, .mrp-vow-account:active .btn-arrow svg,
.mrp-vow-searches:active .btn-arrow svg,
.mrp-vow-fav-categories:active .btn-arrow svg, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .btn-arrow svg,
.btn-secondary:hover .btn-arrow svg,
.wp-block-button.is-style-outline .wp-block-button__link:hover .btn-arrow svg,
.btn-secondary:focus .btn-arrow svg,
.wp-block-button.is-style-outline .wp-block-button__link:focus .btn-arrow svg,
.btn-secondary:active .btn-arrow svg,
.wp-block-button.is-style-outline .wp-block-button__link:active .btn-arrow svg {
  transform: rotate(0);
}

.btn-text {
  flex-grow: 1;
  min-height: 47px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px 8px;
}

.btn-arrow {
  width: 47px;
  min-width: 47px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-arrow svg {
  transition: all 0.4s;
  transform: rotate(-45deg);
}

.btn-primary, .mrp-vow-account,
.mrp-vow-searches,
.mrp-vow-fav-categories, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff !important;
}
.btn-primary:before, .mrp-vow-account:before,
.mrp-vow-searches:before,
.mrp-vow-fav-categories:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before,
.btn-primary .btn-text,
.mrp-vow-account .btn-text,
.mrp-vow-searches .btn-text,
.mrp-vow-fav-categories .btn-text,
.wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-text,
.btn-primary .btn-arrow,
.mrp-vow-account .btn-arrow,
.mrp-vow-searches .btn-arrow,
.mrp-vow-fav-categories .btn-arrow,
.wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-arrow {
  background-color: #000;
}

.btn-secondary, .wp-block-button.is-style-outline .wp-block-button__link {
  color: #000 !important;
}
.btn-secondary:before, .wp-block-button.is-style-outline .wp-block-button__link:before,
.btn-secondary .btn-text,
.wp-block-button.is-style-outline .wp-block-button__link .btn-text,
.btn-secondary .btn-arrow,
.wp-block-button.is-style-outline .wp-block-button__link .btn-arrow {
  background-color: #fff;
}

/** # Responsive **/
@media (max-width: 767px) {
  .wp-block-button {
    width: 100%;
  }
  .btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    min-width: unset;
  }
}
/* Helpers */
/******* Fonts *******/
/** woff/woff2 only **/
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/hinted-PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/hinted-PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Regular.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Italic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Medium.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-MediumItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/hinted-Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Bold.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

p:empty {
  display: none;
}

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

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Playfair Display", serif;
  line-height: 1.15;
}

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

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

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

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

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

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

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

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

.large-heading {
  font-size: 3.8rem;
}

.small-heading {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
}

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

.tiny {
  font-size: 0.65rem;
}

.xtiny {
  font-size: 0.6rem;
}

.em {
  font-style: italic;
}

strong, .strong {
  font-weight: bold;
}

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

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

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

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

.heading {
  font-family: "Playfair Display", serif;
}

.body {
  font-family: "Montserrat", sans-serif;
}

.light {
  font-weight: 100;
}

.med {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

.primary-text {
  color: #233E85;
}

.secondary-text {
  color: #FF0000;
}

.lightgrey-text {
  color: #F1F1F1;
}

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

blockquote {
  margin: 30px 0;
  font-size: 0.8rem;
  font-weight: normal;
  text-align: center;
  background-color: #233E85;
  color: #fff !important;
  border-radius: 14px;
  padding: 35px 40px;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}
blockquote:before {
  content: "";
  display: block;
  margin: 0 auto 20px;
  width: 80px;
  height: 75px;
  background-image: url("../images/brandmark-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
blockquote > *:last-child {
  margin: 0;
}
blockquote a:not(.btn) {
  font-weight: bold;
  color: #fff !important;
}
blockquote .btn-primary, blockquote .mrp-vow-account,
blockquote .mrp-vow-searches,
blockquote .mrp-vow-fav-categories,
blockquote .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #000 !important;
}
blockquote .btn-primary:before, blockquote .mrp-vow-account:before,
blockquote .mrp-vow-searches:before,
blockquote .mrp-vow-fav-categories:before,
blockquote .btn-primary .btn-text,
blockquote .mrp-vow-account .btn-text,
blockquote .mrp-vow-searches .btn-text,
blockquote .mrp-vow-fav-categories .btn-text,
blockquote .btn-primary .btn-arrow,
blockquote .mrp-vow-account .btn-arrow,
blockquote .mrp-vow-searches .btn-arrow,
blockquote .mrp-vow-fav-categories .btn-arrow,
blockquote .wp-block-button:not(.is-style-outline) .wp-block-button__link:before,
blockquote .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-text,
blockquote .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-arrow {
  background-color: #fff;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .large-heading {
    font-size: 3.6rem;
  }
}
@media (max-width: 1199px) {
  h1, .h1, .large-heading {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2.2rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  h1 br, h2 br, h3 br, h4 br, h5 br {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.9rem;
  }
  h1, .h1, .large-heading {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.85rem;
  }
  h3, .h3 {
    font-size: 1.7rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 0.85rem;
  }
  blockquote {
    padding: 30px 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(0, 0, 0, 0.4);
  transition: all 0.4s ease-out;
  opacity: 0;
}
.gallery-item a:hover:after, .gallery-item a:focus:after, .gallery-item a:active:after {
  opacity: 1;
}

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

.fancybox__progress {
  background: #233E85 !important;
}

.overlay-bg {
  background-color: #000;
  color: #fff;
  font-weight: 100;
}
.overlay-bg .small-heading {
  font-weight: 500;
}
.overlay-bg a:not(.btn) {
  color: #fff;
}
.overlay-bg a:not(.btn):hover, .overlay-bg a:not(.btn):focus, .overlay-bg a:not(.btn):active {
  color: #FF0000;
}

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

.black-bg {
  background-color: #000;
  color: #fff;
  font-weight: 100;
}
.black-bg + .black-bg {
  padding-top: 0;
}
.black-bg .small-heading {
  font-weight: 500;
}
.black-bg a:not(.btn) {
  color: #fff;
}
.black-bg a:not(.btn):hover, .black-bg a:not(.btn):focus, .black-bg a:not(.btn):active {
  color: #FF0000;
}
.black-bg .btn-primary,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #000 !important;
}
.black-bg .btn-primary:before,
.black-bg .btn-primary .btn-text,
.black-bg .btn-primary .btn-arrow,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:before,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-text,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-arrow {
  background-color: #fff;
}

.primary-bg {
  background-color: #233E85;
  color: #fff;
  font-weight: 100;
}
.primary-bg + .primary-bg {
  padding-top: 0;
}
.primary-bg .small-heading {
  font-weight: 500;
}
.primary-bg a:not(.btn) {
  color: #fff;
}
.primary-bg a:not(.btn):hover, .primary-bg a:not(.btn):focus, .primary-bg a:not(.btn):active {
  color: #FF0000;
}
.primary-bg blockquote {
  background-color: #000;
}
.primary-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  background-color: #fff !important;
}

.secondary-bg {
  background-color: #FF0000;
}
.secondary-bg + .secondary-bg {
  padding-top: 0;
}

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

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

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

.wp-block-social-links .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links .wp-social-link a {
  background-color: #233E85;
  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: #233E85;
  color: #233E85;
}
.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: #233E85;
  border-radius: 20px;
}

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.slick-dots:has(li:first-child:last-child) {
  display: none;
}
.slick-dots li {
  margin: 0 4px;
  line-height: 12px;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots button {
  text-indent: -9999px;
  border: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #233E85;
  opacity: 0.6;
  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: #F1F1F1;
  color: #000;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow + .slick-arrow {
  margin-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  border-radius: 0;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: transparent;
  padding: 5px 8px;
  font-size: 0.9rem !important;
  color: #000;
}
textarea:focus-visible {
  outline: none;
}

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

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(35, 62, 133, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(35, 62, 133, 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: "Montserrat", sans-serif !important;
}

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

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

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

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

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

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

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

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

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

.ui-datepicker-title select {
  height: 35px !important;
  font-size: 0.75rem !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: #233E85 !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: #FF0000;
}

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

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

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

.gform_button {
  min-width: 200px;
}

.gfield_required,
.required {
  color: #233E85 !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.75rem;
}
.gfield.input--filled select {
  color: #000;
}
.gfield.gfield_error {
  outline: 1px solid #c02b0a;
}
.gfield.no-animate .gfield_label {
  position: static;
  font-size: 0.65rem !important;
}

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

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

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

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

.white-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.white-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #fff;
}
.white-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus,
.white-form select:focus,
.white-form textarea:focus {
  border-color: #fff !important;
}
.white-form select {
  background: transparent url("../images/angle-down-white.svg") right 15px center no-repeat;
  background-size: 12px;
  color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.white-form .gfield {
  position: relative;
}
.white-form .gfield.input--filled select {
  color: #fff;
}
.white-form .ginput_complex select {
  color: #fff !important;
}
.white-form .gfield_required,
.white-form .required {
  color: #fff !important;
}
.white-form label, .white-form .label {
  color: #fff !important;
}
.white-form .gfield_label {
  color: #fff !important;
  opacity: 0.4;
}
.white-form .gfield.input--filled .gfield_label {
  opacity: 1;
}
.white-form .gfield.input--filled input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.white-form .gfield.input--filled select,
.white-form .gfield.input--filled textarea {
  border-color: #fff !important;
}
.white-form .gform_button {
  color: #000 !important;
}
.white-form .gform_button:before,
.white-form .gform_button .btn-text,
.white-form .gform_button .btn-arrow {
  background-color: #fff;
}

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

.widget {
  position: relative;
}
.widget + .widget {
  margin-top: 12px;
}

.search-form {
  position: relative;
}

#search_form .search-field {
  width: 100%;
  padding-right: 40px !important;
  color: #000;
  background-color: #fff !important;
  -webkit-appearance: none;
  height: 60px !important;
}

.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: #000 !important;
  font-size: 0.75rem;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #233E85 !important;
}

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

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

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

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

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

.widget select {
  width: 100%;
  color: #000;
  height: 60px !important;
  background-color: #fff !important;
  font-size: 0.8rem !important;
}

/*---------------------------*/
/*--- ## Paged Pagination ---*/
/*---------------------------*/
.paging-navigation {
  text-align: center;
}
.paging-navigation .pagination, .paging-navigation > div {
  font-size: 0;
  justify-content: center;
}
.paging-navigation .pagination:empty, .paging-navigation > div:empty {
  display: none;
}

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

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

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

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

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

#login {
  width: 450px;
  padding: 35px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #000;
}
#login h1 a {
  width: 320px;
  background-size: 320px;
  height: 133px;
  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: #fff !important;
  font-size: 0.9rem;
}
#login form input:not([type=submit]) {
  border: 1px solid #fff !important;
  border-radius: 4px;
  color: #fff !important;
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
  background-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 0.675rem;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  font-weight: normal;
  line-height: 1;
  padding: 12px 20px 8px;
  border: 0 !important;
  transition: all 0.4s ease-out;
}
#login .button-primary:hover, #login .button-primary:focus, #login .button-primary:active {
  background-color: #233E85;
  color: #fff;
}

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

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

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

.nav-modal .modal-dialog {
  width: 500px;
  max-width: 500px;
  margin: 0;
  transform: translate(500px, 0) !important;
  justify-self: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.nav-modal .btn-close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-modal.show .modal-dialog {
  transform: translate(0) !important;
}

.nav-wrap {
  min-height: 100vh;
  padding: 50px;
}

.nav-brand {
  height: 90px;
  text-align: center;
  margin: 0 auto 15px;
}
.nav-brand img {
  height: 100%;
  width: auto;
}

.nav-contact {
  margin-bottom: 45px;
}
.nav-contact a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.nav-contact a:hover, .nav-contact a:focus, .nav-contact a:active {
  color: #FF0000;
}

.primary-nav {
  padding: 0;
}

#main-menu {
  width: 100%;
}

.main-menu {
  display: block !important;
  width: 100%;
}
.main-menu > li {
  text-align: left !important;
  float: none !important;
  padding: 15px 0;
}
.main-menu > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}
.main-menu > li > a {
  color: #000;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
  padding: 10px 0 !important;
  background-color: transparent !important;
  outline: none !important;
  line-height: 1.3 !important;
  text-transform: uppercase;
  transition: all 0.4s;
}
.main-menu > li > a:after {
  border: 0;
  width: 7px;
  height: 7px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  transform-origin: center;
  position: relative;
  top: 2px;
  margin-left: 8px;
  transition: all 0.3s ease-out;
}
.main-menu > li:hover > a, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent:hover > a, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item:hover > a, .main-menu > li > a:hover, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent > a:hover, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item > a:hover, .main-menu.show {
  color: #000 !important;
  background-color: transparent;
  opacity: 0.6;
}
.main-menu > li:hover > a:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent:hover > a:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item:hover > a:after, .main-menu > li > a:hover:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent > a:hover:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item > a:hover:after, .main-menu.show:after {
  transform: rotate(45deg) !important;
}
.main-menu > .current-menu-parent:focus > a, .main-menu > .current-menu-item:focus > a, .main-menu > li > a:focus, .main-menu > .current-menu-parent > a:focus, .main-menu > .current-menu-item > a:focus {
  color: #000;
  opacity: 0.6;
}
.main-menu > .current-menu-parent:focus > a:after, .main-menu > .current-menu-item:focus > a:after, .main-menu > li > a:focus:after, .main-menu > .current-menu-parent > a:focus:after, .main-menu > .current-menu-item > a:focus:after {
  transform: rotate(45deg);
}

/* Secondary Nav */
.dropdown-menu {
  border-radius: 0;
  margin-top: 5px !important;
  min-width: 185px;
  border: 0;
  position: static !important;
  float: none !important;
  box-shadow: none !important;
  background-color: transparent;
  padding-top: 0 !important;
}
.dropdown-menu li {
  text-align: left !important;
}
.dropdown-menu .dropdown-item {
  color: #000;
  font-size: 0.75rem;
  padding: 3px 18px 3px 0 !important;
  background-color: transparent !important;
  position: relative;
  font-weight: 500;
  transition: all 0.3s;
}
.dropdown-menu .dropdown-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: url("../images/long-arrow-right.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 12px;
  margin: auto;
  opacity: 0;
  transform: translateY(-1px);
  transition: all 0.3s ease-out;
}
.dropdown-menu .current-menu-item .dropdown-item,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  color: #000;
  background-color: transparent;
  padding-left: 18px !important;
  padding-right: 0 !important;
}
.dropdown-menu .current-menu-item .dropdown-item:before,
.dropdown-menu .dropdown-item:hover:before,
.dropdown-menu .dropdown-item:active:before,
.dropdown-menu .dropdown-item:focus:before {
  opacity: 0.8;
  transition-delay: 0.15s;
}

/** # Responsive **/
@media (max-width: 767px) {
  .nav-modal .modal-dialog {
    width: 100vw;
    max-width: 100vw;
    transform: translate(100vw, 0) !important;
  }
  .nav-wrap {
    padding: 30px 20px 40px;
  }
  .main-menu > li > a {
    font-size: 0.85rem;
    letter-spacing: 0.03rem;
    white-space: normal;
  }
  .dropdown-menu .dropdown-item {
    font-size: 0.8rem;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .dropdown-menu .dropdown-item:before {
    transform: none !important;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  padding: 5px 60px 15px;
  overflow: hidden;
}
#masthead.header-scroll {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
}
#masthead.color-header {
  background-color: #000;
}

.header-logo a {
  display: block;
  position: relative;
}
.header-logo img {
  width: 360px;
  height: auto;
  transition: all 0.2s;
}

.scroll-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  margin: auto;
  opacity: 0;
}

.default-logo {
  transition: all 0.2s;
}

.header-left.text-uppercase,
.header-right.text-uppercase {
  letter-spacing: 0.05rem;
}

.header-left,
.header-mobile-contact {
  color: #fff;
}
.header-left a,
.header-mobile-contact a {
  color: #fff;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  font-weight: normal;
}
.header-left a:hover, .header-left a:focus, .header-left a:active,
.header-mobile-contact a:hover,
.header-mobile-contact a:focus,
.header-mobile-contact a:active {
  border-color: rgba(255, 255, 255, 0.5);
}
.header-left .delim,
.header-mobile-contact .delim {
  display: inline-block;
  margin: 0 4px;
}

.header-social a {
  border: 0;
  display: inline-block;
  margin-right: 2px;
}
.header-social a:hover, .header-social a:focus, .header-social a:active {
  transform: translateY(-3px);
}

.header-right {
  color: #fff;
}
.header-right a {
  color: #fff;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  font-weight: normal;
}
.header-right a:hover, .header-right a:focus, .header-right a:active {
  border-color: rgba(255, 255, 255, 0.5);
}

.header-quick-nav > div:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 4px;
}

.navbar-toggler {
  width: 57px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  box-shadow: none !important;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
}
.navbar-toggler .xtiny {
  font-size: 0.5rem;
  letter-spacing: 0.03rem;
  transform: translateY(1px);
}
.navbar-toggler:hover .menu-btn-text, .navbar-toggler:focus .menu-btn-text, .navbar-toggler:active .menu-btn-text {
  transform: translateY(-45px);
}
.navbar-toggler:hover .menu-btn-bars, .navbar-toggler:focus .menu-btn-bars, .navbar-toggler:active .menu-btn-bars {
  transform: translateY(0);
}

.menu-btn-text {
  transition: all 0.33s;
}

.menu-btn-bars {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  transition: all 0.33s;
  transform: translateY(45px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-btn-bars svg {
  transition: all 0.2s;
}

.color-header .navbar-toggler {
  background-color: #fff;
  color: #000;
}
.color-header .menu-btn-bars svg {
  color: #000;
}

.header-scroll .header-logo img {
  width: 325px !important;
}
.header-scroll .scroll-logo {
  opacity: 1;
}
.header-scroll .default-logo {
  transition: opacity 0.2s, height 0.2s linear 0.1s;
  opacity: 0;
  height: 50px !important;
}
.header-scroll .navbar-toggler {
  background-color: #fff;
  color: #000;
}
.header-scroll .menu-btn-bars svg {
  color: #000;
}

/** # Responsive **/
@media (max-width: 1600px) {
  #masthead {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1399px) {
  #masthead {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-logo img {
    width: 375px;
  }
  .header-scroll .header-logo img {
    width: 300px !important;
  }
}
@media (max-width: 1199px) {
  .header-logo img {
    width: 300px;
  }
  .header-scroll .header-logo img {
    width: 275px !important;
  }
  .header-scroll .default-logo {
    height: 35px !important;
  }
}
@media (max-width: 991px) {
  .scroll-logo {
    right: unset;
  }
}
@media (max-width: 767px) {
  .header-logo img {
    width: 190px;
  }
  .header-scroll .header-logo img {
    width: 190px !important;
  }
  .header-right {
    padding-left: 0;
  }
}
/* 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-img {
  order: 2;
  position: relative;
  padding: 0;
}
.cta-modal-img > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.cta-modal-callout {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 620px;
  z-index: 1;
  border-radius: 14px;
  padding: 35px 45px;
}

.cta-callout-img {
  width: 140px;
  min-width: 140px;
  margin-right: 20px;
  border-radius: 100%;
  overflow: hidden;
}

.cta-callout-content:first-child {
  text-align: center;
}

.cta-callout-copy {
  line-height: 1.25;
}

.cta-callout-link a {
  font-weight: 100 !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 2px;
  display: inline-block;
}
.cta-callout-link a:hover, .cta-callout-link a:focus, .cta-callout-link a:active {
  border-color: #FF0000;
}

.cta-modal-content {
  padding: 35px;
}
.cta-modal-content img {
  width: 110px;
  height: auto;
  margin: 0 auto 15px;
}
.cta-modal-content > div {
  max-width: 540px;
}
.cta-modal-content .gform_footer {
  justify-content: center !important;
}

.cta-modal-contact a {
  font-weight: 600;
  text-decoration: none;
}

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

/** # Responsive **/
@media (max-width: 1399px) {
  .cta-modal-callout {
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .cta-modal-callout {
    max-width: 425px;
    padding: 30px 20px;
    font-size: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cta-modal-img > img {
    display: none;
  }
  .cta-modal-callout {
    position: static;
    margin-bottom: 45px;
  }
  .mobile-cta-link {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    overflow: hidden;
  }
  .mobile-cta-link a {
    background-color: #233E85;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
    border-radius: 100%;
    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;
  }
}
@media (max-width: 767px) {
  .cta-modal-content {
    padding: 35px 15px;
  }
  .cta-modal-callout {
    max-width: 95vw;
  }
  .cta-callout-img {
    width: 120px;
    min-width: 120px;
    margin-right: 15px;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 900px;
}

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

.hp-modal-content {
  padding: 45px;
}
.hp-modal-content img {
  width: 90px;
  height: auto;
  margin: 0 auto 15px;
}
.hp-modal-content .gform_footer {
  justify-content: center !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .hp-modal-img {
    display: none;
  }
  .hp-modal-content {
    padding: 35px 15px;
  }
}
.site-footer-inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-info {
  width: 30%;
  min-width: 30%;
  padding-right: 50px;
}
.footer-info img {
  max-width: 370px;
  height: auto;
  margin-bottom: 60px;
}
.footer-info p {
  margin-bottom: 10px;
  line-height: 1.25;
}
.footer-info p a {
  font-weight: normal;
  text-decoration: none;
}
.footer-info p a:hover, .footer-info p a:focus, .footer-info p a:active {
  color: #FF0000;
}

.footer-social {
  margin-top: 15px;
}
.footer-social a {
  width: 46px;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  color: #fff;
  margin-right: 4px;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  background-color: #FF0000;
  border-color: #FF0000;
  color: #fff !important;
}

.site-info {
  margin-top: 60px;
}
.site-info ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.site-info ul li {
  margin-bottom: 10px;
  line-height: 1.25;
}
.site-info ul li a {
  font-weight: normal;
  text-decoration: none;
}
.site-info ul li a:hover, .site-info ul li a:focus, .site-info ul li a:active {
  color: #FF0000;
}

.site-info-link {
  font-weight: 600 !important;
}
.site-info-link:hover, .site-info-link:focus, .site-info-link:active {
  text-decoration: underline;
}

.footer-form {
  width: 45%;
  min-width: 45%;
  padding: 0 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-form img {
  width: 100px;
  height: auto;
  margin-bottom: 25px;
}

.footer-navs {
  width: 25%;
  min-width: 25%;
  padding-left: 50px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
}

.footer-navs-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-quick-nav:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
  padding-bottom: 50px;
}
.footer-quick-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-quick-nav ul li {
  font-size: 0.65rem;
  margin-bottom: 2px;
  line-height: 1.25;
}
.footer-quick-nav ul li a {
  color: #fff !important;
  font-weight: 100;
  text-decoration: none;
}
.footer-quick-nav ul li a:hover, .footer-quick-nav ul li a:focus, .footer-quick-nav ul li a:active {
  color: #FF0000 !important;
}

/* Lead Footer */
.lead-footer-inner {
  padding: 60px 0;
}
.lead-footer-inner img {
  max-width: 370px;
  height: auto;
}
.lead-footer-inner p {
  margin-bottom: 10px;
  line-height: 1.25;
}
.lead-footer-inner p a {
  font-weight: normal;
  text-decoration: none;
}
.lead-footer-inner p a:hover, .lead-footer-inner p a:focus, .lead-footer-inner p a:active {
  color: #FF0000;
}
.lead-footer-inner .site-info {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .footer-info {
    padding-right: 35px;
  }
  .footer-form {
    padding: 0 35px;
  }
  .footer-navs {
    padding-left: 35px;
  }
}
@media (max-width: 1199px) {
  .footer-info {
    padding-right: 20px;
    width: 34%;
    min-width: 34%;
  }
  .footer-form {
    padding: 0 20px;
    width: 44%;
    min-width: 44%;
  }
  .footer-navs {
    padding-left: 20px;
    width: 22%;
    min-width: 22%;
  }
}
@media (max-width: 991px) {
  .site-footer-inner {
    padding-bottom: 50px;
  }
  .footer-info {
    width: 45%;
    min-width: 45%;
    padding-right: 35px;
  }
  .footer-form {
    width: 55%;
    min-width: 55%;
    border-right: 0;
    padding-right: 0;
    padding-left: 35px;
  }
  .footer-navs {
    width: 100%;
    min-width: 100%;
    margin-top: 45px;
    padding: 45px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    display: block;
  }
  .footer-navs-wrap {
    flex-direction: row;
    margin: 0 -25px;
  }
  .footer-quick-nav {
    padding: 0 25px;
    flex-grow: 1;
  }
  .footer-quick-nav:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .lead-footer-inner {
    padding: 50px 0;
  }
  .lead-footer-inner .footer-logo {
    margin: 25px auto;
  }
  .lead-footer-inner .site-info {
    display: block;
  }
}
@media (max-width: 767px) {
  .site-footer-inner {
    padding: 45px 0;
  }
  .footer-info,
  .footer-form {
    width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
  }
  .footer-info {
    order: 2;
    margin-top: 35px !important;
    padding-top: 25px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
    text-align: center;
  }
  .footer-info img {
    max-width: 275px;
    margin: 0 auto 35px;
  }
  .site-info {
    margin-top: 35px;
  }
  .footer-form {
    text-align: center;
  }
  .footer-form img {
    margin: 0 auto 25px;
  }
  .footer-navs {
    order: 3;
    text-align: center;
    margin-top: 35px;
  }
  .footer-navs-wrap {
    flex-wrap: wrap;
    margin: 0;
  }
  .footer-quick-nav {
    width: 100%;
    min-width: 100%;
    border-right: 0 !important;
    padding: 0 !important;
  }
  .footer-quick-nav:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    padding-bottom: 25px !important;
    margin-bottom: 25px !important;
  }
  .lead-footer-inner {
    padding: 40px 0;
  }
  .lead-footer-inner img {
    max-width: 275px;
  }
}
.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: 10px;
  left: 10px;
}
.img-slider-arrows .slick-arrow {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: #000;
  background-color: #fff;
  transition: all 0.5s;
}
.img-slider-arrows .slick-arrow:hover, .img-slider-arrows .slick-arrow:focus, .img-slider-arrows .slick-arrow:active {
  background-color: #233E85;
  color: #fff;
}

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

.list-slider {
  margin: 0 -7px;
}

.list-box-wrap {
  margin-bottom: 80px;
}
.list-box-wrap.list-box-slide {
  padding: 0 7px;
  margin-bottom: 0;
}
.list-box-wrap a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.list-box-wrap a:hover .list-box-img img, .list-box-wrap a:focus .list-box-img img, .list-box-wrap a:active .list-box-img img {
  transform: scale(1.1);
  transition: all 5s 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: #233E85;
}

.list-box-img {
  position: relative;
  overflow: hidden;
}
.list-box-img img {
  transition: all 1s;
}

.list-box-price-status {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 39px;
  border-radius: 20px;
  padding: 6px 15px 3px;
  z-index: 1;
  min-width: 125px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-box-price-status .delim {
  display: inline-block;
  margin: 0 5px;
}

.list-box-info {
  margin-top: 15px;
}
.list-box-info h3 {
  transition: all 0.4s ease-out;
  letter-spacing: 0.06rem;
}
.list-box-info hr {
  margin: 10px 0 12px;
}

.list-box-meta span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 4px 0 6px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .list-box-wrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .list-box-wrap {
    margin-bottom: 50px;
  }
}
.blog-feed-slider {
  margin: 0 -7px;
}

.blog-box-wrap {
  margin-bottom: 70px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 7px;
  margin-bottom: 0;
}
.blog-box-wrap a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.blog-box-wrap a:hover .blog-box-img img, .blog-box-wrap a:focus .blog-box-img img, .blog-box-wrap a:active .blog-box-img img {
  transform: scale(1.1);
  transition: all 5s ease-out;
}
.blog-box-wrap a:hover .blog-box-info h3, .blog-box-wrap a:focus .blog-box-info h3, .blog-box-wrap a:active .blog-box-info h3 {
  color: #233E85;
}

.blog-box-img {
  position: relative;
  overflow: hidden;
}
.blog-box-img img {
  transition: all 1s;
}

.blog-box-info {
  margin-top: 15px;
}
.blog-box-info h3 {
  transition: all 0.4s;
}
.blog-box-info hr {
  margin: 10px 0 12px;
}

.blog-box-meta {
  letter-spacing: 0.05rem;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-box-meta {
    letter-spacing: 0.03rem;
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .blog-box-wrap {
    margin-bottom: 50px;
  }
}
.img-header {
  overflow: hidden;
  min-height: 100vh;
  padding: 225px 200px 50px 150px;
}
.img-header .row {
  position: relative;
  z-index: 1;
  width: 100%;
}

.header-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.header-media:before {
  bottom: unset;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  z-index: 1;
}
.header-media:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 75%);
}

.header-inner > div > div {
  margin-right: -75px;
}
.header-inner > div > div div > *:last-child {
  margin-bottom: 0;
}
.header-inner hr {
  width: 60px;
  margin: 15px 0;
  opacity: 0.66;
}

.ph-callout {
  padding-left: 150px;
}

.ph-inner {
  padding-right: 0;
}
.ph-inner:before {
  right: -9999px;
}

.ph-callout {
  min-height: unset !important;
}

.ph-inner {
  position: relative;
  z-index: 1;
  padding: 45px 50px;
}
.ph-inner:before {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 14px;
  z-index: -1;
}

.ph-slider,
.ph-slide {
  background-color: transparent;
}

.ph-stars {
  opacity: 0.5;
  font-size: 0.5rem;
  margin-bottom: 15px;
}

.ph-excerpt {
  line-height: 1.5;
}

.ph-name {
  padding-right: 85px;
}
.ph-name a {
  font-weight: 100;
  text-decoration: none;
}
.ph-name a:hover, .ph-name a:focus, .ph-name a:active {
  color: #fff !important;
  text-decoration: underline;
}

.ph-arrows {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 77px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 15px;
  display: flex;
  padding: 0 5px;
}
.ph-arrows:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.45);
}
.ph-arrows .slick-arrow {
  flex-grow: 1;
  width: unset;
  height: unset;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 0.6rem;
  transition: all 0.4s ease-out;
}
.ph-arrows .slick-arrow:hover, .ph-arrows .slick-arrow:focus, .ph-arrows .slick-arrow:active {
  opacity: 0.7;
}

.text-header {
  margin-top: 230px;
  margin-bottom: 70px;
}

.sbs-header {
  margin-top: 230px;
  margin-bottom: 90px;
}
.sbs-header .page-header *:last-child {
  margin-bottom: 0;
}

.header-filters {
  padding-left: 40px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .img-header {
    padding-left: 60px;
    padding-right: 100px;
  }
  .img-header h1 {
    font-size: 2.4rem;
  }
  .header-inner > div > div {
    margin-right: -70px;
  }
  .ph-callout {
    padding-left: 100px;
  }
}
@media (max-width: 1399px) {
  .img-header {
    padding-left: 40px;
    padding-right: 60px;
  }
  .img-header h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1199px) {
  .img-header {
    padding: 0;
    min-height: unset;
  }
  .img-header .row {
    margin: 0;
  }
  .header-media {
    aspect-ratio: 7/5;
    bottom: unset;
  }
  .header-inner {
    aspect-ratio: 7/5;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  .header-inner > div > div {
    margin: 0;
    padding: 200px 30px 35px;
  }
  .ph-callout {
    padding: 0 60px;
  }
  .ph-inner {
    padding: 45px;
  }
  .ph-arrows {
    right: 45px;
  }
  .sbs-header {
    margin-top: 200px;
    margin-bottom: 80px;
  }
  .text-header {
    margin-top: 200px;
  }
}
@media (max-width: 991px) {
  .img-header h1 {
    font-size: 2.2rem;
  }
  .header-inner > div > div {
    padding: 100px 20px 35px;
  }
  .sbs-header {
    margin-top: 180px;
    margin-bottom: 60px;
  }
  .header-filters {
    padding-left: 15px;
    margin-top: 25px;
  }
  .text-header {
    margin-top: 180px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .img-header {
    display: block !important;
    padding-bottom: 35px;
  }
  .img-header h1 {
    font-size: 1.85rem;
  }
  .header-media {
    position: relative;
    aspect-ratio: 4/3;
  }
  .header-media:after {
    display: none;
  }
  .header-inner {
    padding: 35px 15px 0 !important;
    aspect-ratio: unset;
  }
  .header-inner > div > div {
    padding: 0;
  }
  .header-inner + .ph-callout {
    margin-top: 40px;
  }
  .ph-callout {
    position: static !important;
    padding: 0 15px !important;
  }
  .ph-inner {
    padding: 25px 20px 20px !important;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.33);
    width: 100%;
  }
  .ph-inner:before {
    background-color: rgba(255, 255, 255, 0.1);
    left: 0 !important;
    right: 0 !important;
  }
  .ph-name {
    padding: 0;
  }
  .ph-arrows {
    position: relative;
    bottom: 0;
    left: 0 !important;
    margin-top: 20px;
  }
  .text-header,
  .sbs-header {
    margin-top: 135px;
    margin-bottom: 45px;
  }
}
.sidebar {
  border-radius: 14px;
  padding: 30px 25px 20px;
  position: sticky;
  text-align: center;
}
.sidebar h3 {
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0;
  letter-spacing: unset;
}
.sidebar strong {
  font-weight: 600 !important;
}
.sidebar p {
  font-size: 0.8rem;
}

.sidebar-contact a {
  text-decoration: none;
  font-weight: 600;
}

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

.lead-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.lead-img img {
  position: sticky;
  top: 0;
  height: 100vh;
}
.lead-img:before {
  background-color: #000;
  opacity: 0.6;
  z-index: 1;
}

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

.home-eval-col iframe {
  width: 100%;
  height: 650px;
}

.estimate-container.embed {
  background-color: #233E85 !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .lead-wrap {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .lead-wrap {
    padding-bottom: 60px;
  }
  .lead-img:before {
    opacity: 0.85;
  }
  .lead-img img {
    width: auto;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding: 130px 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.posts-wrap {
  margin-bottom: 60px;
}

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

.t-box-wrap {
  margin-bottom: 60px;
}
.t-box-wrap.tcl-slide {
  margin-bottom: 0;
  padding: 0 15px;
}
.t-box-wrap a {
  text-decoration: none;
  font-weight: normal;
  color: #000;
  display: block;
  height: 100%;
}
.t-box-wrap a:hover .t-box-inner, .t-box-wrap a:focus .t-box-inner, .t-box-wrap a:active .t-box-inner {
  transform: translateY(-10px);
}
.t-box-wrap a:hover .t-box-more, .t-box-wrap a:focus .t-box-more, .t-box-wrap a:active .t-box-more {
  color: #233E85;
  border-color: transparent;
}
.t-box-wrap .t-box-inner {
  background-color: #F1F1F1;
  height: 100%;
  transition: all 0.5s ease-out;
}

.t-box-inner {
  background-color: #fff;
  color: #000;
  border-radius: 14px;
  padding: 30px 30px 110px;
  position: relative;
}

.t-box-top {
  margin-bottom: 35px;
}

.t-box-img {
  width: 95px;
  min-width: 95px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}

.t-box-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.33);
  padding: 20px 30px;
  letter-spacing: 0.05rem;
}

.t-box-name {
  flex-grow: 1;
}

.t-box-more {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  font-weight: 500;
  transition: all 0.4s ease-out;
  min-width: 93px;
  margin-left: 15px;
}

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

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

.t-modal-brand {
  margin-bottom: 30px;
  text-align: center;
}
.t-modal-brand img {
  height: 110px;
  width: auto;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .testimonial-modal .modal-dialog {
    max-width: 90vw;
  }
}
@media (max-width: 991px) {
  .t-box-wrap {
    margin-bottom: 50px;
  }
  .t-box-wrap .t-box-inner {
    transform: none !important;
  }
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .t-box-inner {
    padding: 30px 20px 100px;
  }
  .t-box-bottom {
    padding: 15px 20px;
  }
  .t-modal-wrap {
    padding: 30px 20px 30px;
  }
}
.listings-wrap {
  margin-bottom: 60px;
}

.om-login {
  background-color: #F1F1F1;
  border-radius: 14px;
  padding: 30px 40px;
  margin-bottom: 70px;
  margin-top: -30px;
}

.post-password-form label {
  width: 100%;
}
.post-password-form label input {
  width: 90%;
  margin: 0 auto;
}
.post-password-form input {
  display: block;
}
.post-password-form input[type=submit] {
  background-color: #000;
  color: #fff;
  min-height: 47px;
  padding: 12px 20px 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.675rem;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  font-weight: normal;
  line-height: 1;
  border: 0 !important;
  margin: 10px auto 0;
  transition: all 0.4s;
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus, .post-password-form input[type=submit]:active {
  background-color: #233E85;
}

.page-content {
  margin: 50px 0;
}

.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs):not(.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 {
  margin-bottom: 12px;
  padding-left: 27px;
  line-height: 1.3;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs):not(.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 -27px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #233E85;
  position: relative;
  top: 1px;
}

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

.page-content > h1, .page-content > h2, .page-content > h3, .page-content > h4,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4 {
  margin-bottom: 0.75rem;
}
.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: 80px;
}
.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;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .entry-content {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .page-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .page-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .entry-content > h1, .entry-content > .h1 {
    font-size: 1.8rem;
  }
  .entry-content > h2, .entry-content > .h2 {
    font-size: 1.6rem;
  }
  .entry-content > h3, .entry-content > .h3 {
    font-size: 1.4rem;
  }
  .entry-content > h4, .entry-content > .h4 {
    font-size: 1.2rem;
  }
  .entry-content > h5, .entry-content > .h5 {
    font-size: 1.1rem;
  }
  .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 {
    margin-bottom: 10px;
    padding-left: 23px;
  }
  .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 -23px;
    width: 10px;
    height: 10px;
    top: -1px;
  }
}
.cta-section {
  overflow: hidden;
  min-height: 90vh;
  padding: 100px 150px 50px;
}
.cta-section .row {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cta-section.copy-left {
  padding-right: 200px;
}
.cta-section.copy-left .cta-inner {
  padding-right: 150px;
}
.cta-section.copy-left .cta-inner > div {
  margin-right: -100px;
}
.cta-section.copy-left .hpo-callout {
  padding-left: 150px;
}
.cta-section.copy-left .hpo-inner {
  padding-right: 0;
}
.cta-section.copy-left .hpo-inner:before {
  right: -9999px;
}
.cta-section.copy-right {
  padding-left: 200px;
}
.cta-section.copy-right .cta-inner {
  padding-left: 150px;
  order: 2;
}
.cta-section.copy-right .cta-inner > div {
  margin-left: -100px;
}
.cta-section.copy-right .hpo-callout {
  padding-right: 150px;
}
.cta-section.copy-right .hpo-inner {
  padding-left: 0;
}
.cta-section.copy-right .hpo-inner:before {
  left: -9999px;
}
.cta-section.copy-right .hpt-arrows {
  right: 50px;
}

.cta-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.cta-media:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 80%);
}

/** # Responsive **/
@media (max-width: 1600px) {
  .cta-section {
    padding-left: 60px;
    padding-right: 60px;
  }
  .cta-section.copy-left {
    padding-right: 100px;
  }
  .cta-section.copy-left .cta-inner {
    padding-right: 75px;
  }
  .cta-section.copy-left .hpo-callout {
    padding-left: 100px;
  }
  .cta-section.copy-right {
    padding-left: 100px;
  }
  .cta-section.copy-right .cta-inner {
    padding-left: 75px;
  }
  .cta-section.copy-right .hpo-callout {
    padding-right: 100px;
  }
}
@media (max-width: 1399px) {
  .cta-section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cta-section.copy-left {
    padding-right: 60px;
  }
  .cta-section.copy-left .cta-inner > div {
    margin-right: -50px;
  }
  .cta-section.copy-right {
    padding-left: 60px;
  }
  .cta-section.copy-right .cta-inner > div {
    margin-left: -50px;
  }
  .cta-inner {
    padding: 0 15px !important;
  }
}
@media (max-width: 1199px) {
  .cta-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cta-section.copy-left {
    padding-right: 45px;
  }
  .cta-section.copy-left .cta-inner > div {
    margin-right: 0px;
  }
  .cta-section.copy-left .hpo-callout {
    padding-left: 60px;
  }
  .cta-section.copy-left .hpo-inner {
    padding-left: 35px;
  }
  .cta-section.copy-right {
    padding-left: 45px;
  }
  .cta-section.copy-right .cta-inner > div {
    margin-left: 0px;
  }
  .cta-section.copy-right .hpo-callout {
    padding-right: 60px;
  }
  .cta-section.copy-right .hpo-inner {
    padding-right: 35px;
  }
  .cta-section.copy-right .hpt-arrows {
    right: 35px;
  }
}
@media (max-width: 991px) {
  .cta-section {
    display: block !important;
    padding: 0 0 35px !important;
    min-height: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  }
  .cta-section .row {
    position: static;
    margin: 0;
  }
  .cta-section.copy-left .hpo-callout {
    justify-content: flex-end;
  }
  .cta-section.copy-left .hpo-inner {
    padding-right: 30px;
  }
  .cta-section.copy-right .hpo-inner {
    padding-left: 30px;
  }
  .cta-media {
    position: relative;
    aspect-ratio: 7/5;
  }
  .cta-media:before {
    display: none;
  }
  .cta-inner {
    padding: 35px 45px 0 !important;
    order: unset !important;
  }
}
@media (max-width: 767px) {
  .cta-inner {
    padding: 35px 15px 0 !important;
  }
  .cta-inner + .hpo-callout {
    margin-top: 40px;
  }
}
.list-top-wrap {
  height: 100vh;
  padding-top: 200px;
  padding-bottom: 35px;
  overflow: hidden;
}

.list-header {
  position: relative;
  z-index: 1;
}
.list-header hr {
  opacity: 0.5;
  background-color: #fff;
  width: 60px;
  margin: 10px 0 15px;
}
.list-header a:not(.btn) {
  font-weight: 100 !important;
}
.list-header a:not(.btn):hover, .list-header a:not(.btn):focus, .list-header a:not(.btn):active {
  color: #fff !important;
}

.list-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.list-img:before {
  bottom: unset;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  z-index: 1;
}
.list-img:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 60%);
}

.list-top-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.list-top-play button {
  color: #fff;
  background-color: transparent;
  border: 0;
  transition: all 0.4s ease-out;
}
.list-top-play button:hover, .list-top-play button:focus, .list-top-play button:active {
  opacity: 0.7;
}

.gallery-jump {
  position: absolute;
  right: 50px;
  bottom: 45px;
  z-index: 1;
}
.gallery-jump .btn {
  min-width: unset;
}

.list-price-status {
  height: 41px;
  border-radius: 20px;
  padding: 6px 20px 3px;
  z-index: 1;
  min-width: 125px;
  width: fit-content;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.list-price-status .delim {
  display: inline-block;
  margin: 0 5px;
}

.listing-modal .modal-dialog {
  max-width: 70vw;
}
.listing-modal .modal-content {
  border-radius: 14px;
  overflow: hidden;
  padding: 40px 45px;
}
.listing-modal .btn-close {
  width: 35px;
  height: 35px;
}

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

.open-houses {
  margin-bottom: 50px;
  border-radius: 14px;
  padding: 30px;
}

.list-virtual,
.list-desc,
.list-downloads,
.list-video,
.list-cs-desc,
.cs-testimonial {
  margin-bottom: 50px;
}

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

.cs-testimonial .t-box-inner {
  background-color: #F1F1F1;
}

.list-gallery-wrap {
  position: relative;
}
.list-gallery-wrap .slick-arrow {
  position: absolute;
  top: calc(50% - 17px);
  z-index: 1;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: #000;
  background-color: #fff;
  transition: all 0.5s;
  line-height: 1;
}
.list-gallery-wrap .slick-arrow.slick-prev {
  left: 30px;
}
.list-gallery-wrap .slick-arrow.slick-next {
  right: 30px;
}
.list-gallery-wrap .slick-arrow:hover, .list-gallery-wrap .slick-arrow:focus, .list-gallery-wrap .slick-arrow:active {
  background-color: #233E85;
  color: #fff;
}

.list-gallery-slide {
  aspect-ratio: 18/9;
}
.list-gallery-slide a {
  display: block;
  height: 100%;
}

.gallery-expand {
  position: absolute;
  bottom: 35px;
  right: 30px;
  z-index: 1;
}
.gallery-expand button {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.gallery-expand button:hover span, .gallery-expand button:focus span, .gallery-expand button:active span {
  background-color: #233E85 !important;
}

.list-expand-text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.675rem;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  min-height: 47px;
  font-weight: normal;
  line-height: 1;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-shadow: none;
  padding: 12px 20px 8px;
  transition: all 0.4s ease-out;
}

.list-expand-arrow {
  width: 47px;
  height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  margin-left: 4px;
  font-size: 0.675rem;
  transition: all 0.4s ease-out;
}

.list-content-blocks {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.list-content-blocks:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border-radius: 14px;
  background-color: #F1F1F1;
  z-index: -1;
}
.list-content-blocks > div + div {
  margin-top: 70px;
}

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

.lic-copy > div {
  max-width: 500px;
}

.list-form-map {
  margin: 75px -15px 100px;
}

.list-map-agent {
  padding-right: 80px;
}

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

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

.list-agent-info {
  flex-grow: 1;
}
.list-agent-info a {
  color: #000 !important;
  font-weight: normal;
  text-decoration: none;
}
.list-agent-info a:hover, .list-agent-info a:focus, .list-agent-info a:active {
  color: #233E85 !important;
}
.list-agent-info h3 a {
  font-weight: 600;
}

.list-agent-meta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 5px;
  margin-bottom: 7px;
}
.list-agent-meta > span {
  white-space: no-wrap;
  display: inline-block;
}
.list-agent-meta > span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 2px;
  font-style: normal;
}

.list-agent-link {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  font-weight: 500;
}
.list-agent-link:hover, .list-agent-link:focus, .list-agent-link:active {
  border-color: transparent;
}

.list-map {
  margin-top: 50px;
}
.list-map .acf-map {
  border: 1px solid #000;
}

.listings-feed {
  margin-top: 90px;
  margin-bottom: 90px;
}
.listings-feed.related-listings {
  border-top: 1px solid #000;
  margin-top: 0;
  padding-top: 90px;
}
.listings-feed.lightgrey-bg {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}

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

/** # Responsive **/
@media (max-width: 1399px) {
  .list-map-agent {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .list-gallery-slide {
    aspect-ratio: 16/9;
  }
  .list-content-blocks {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .list-content-blocks:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .list-map-agent {
    padding-right: 15px;
  }
  .listings-feed {
    margin-top: 75px;
    margin-bottom: 60px;
  }
  .listings-feed.lightgrey-bg {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .listings-feed.related-listings {
    padding-top: 75px;
  }
  .listings-feed-header {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .list-top-wrap {
    display: block !important;
    height: unset;
    padding: 0;
  }
  .list-img {
    position: relative;
    aspect-ratio: 7/5;
  }
  .list-img:before {
    height: 170px;
  }
  .list-img:after {
    display: none;
  }
  .listing-modal .modal-dialog {
    max-width: 95vw;
  }
  .listing-modal .modal-content {
    padding: 30px 20px 20px;
  }
  .gallery-jump {
    right: 20px;
    bottom: 20px;
  }
  .list-header {
    text-align: center;
    background-color: #F1F1F1;
    color: #000;
    text-shadow: none !important;
    padding: 30px;
  }
  .list-header a:not(.btn) {
    color: #000 !important;
  }
  .list-header a:not(.btn):hover, .list-header a:not(.btn):focus, .list-header a:not(.btn):active {
    color: #233E85 !important;
  }
  .list-price-status {
    margin: 0 auto 10px;
  }
  .list-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .list-wrap .entry-content {
    order: 2;
    margin-top: 50px;
  }
  .list-gallery-slide {
    aspect-ratio: 7/5;
  }
  .gallery-expand {
    right: 15px;
    bottom: 15px;
  }
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
  .lic-copy > div {
    max-width: unset;
  }
  .list-form-map {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .list-header {
    padding: 30px 15px;
  }
  .listing-modal .modal-content {
    padding: 15px;
  }
  .list-gallery-wrap .slick-arrow.slick-prev {
    left: 8px;
  }
  .list-gallery-wrap .slick-arrow.slick-next {
    right: 8px;
  }
  .gallery-expand {
    right: 5px;
    bottom: 8px;
  }
  .list-expand-arrow {
    width: 35px;
    height: 35px;
  }
  .list-content-blocks {
    padding: 35px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .list-content-blocks:before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
  .listings-feed {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .listings-feed.lightgrey-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .listings-feed.related-listings {
    padding-top: 50px;
  }
  .listings-feed-header {
    margin-bottom: 40px;
  }
}
.post-wrap {
  margin-bottom: 80px;
}

.post-img {
  margin-bottom: 20px;
}

.post-share {
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}
.post-share a {
  text-decoration: none;
  color: #233E85;
}
.post-share a:hover, .post-share a:focus, .post-share a:active {
  color: #000;
}

.author-byline a {
  text-decoration: none;
  color: #233E85;
}
.author-byline a:hover, .author-byline a:focus, .author-byline a:active {
  color: #000;
}

.blog-tags {
  margin-top: 45px;
}
.blog-tags a {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 0.75rem;
  color: #233E85;
  text-decoration: none;
}
.blog-tags a:hover, .blog-tags a:focus, .blog-tags a:active {
  color: #000;
}

.post-author-card {
  margin: 40px 0;
  padding-top: 20px;
  border-top: 2px solid #233E85;
}
.post-author-card a {
  text-decoration: none;
}
.post-author-card a.text-uppercase {
  letter-spacing: 0.03rem;
  color: #233E85;
}
.post-author-card a.text-uppercase:hover, .post-author-card a.text-uppercase:focus, .post-author-card a.text-uppercase:active {
  color: #000;
}

.author-card-img {
  width: 90px;
  min-width: 90px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
}

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

.author-wrap {
  margin-bottom: 60px;
}

.author-copy {
  padding-left: 45px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .author-copy {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .author-wrap {
    margin-bottom: 50px;
  }
  .author-copy {
    margin-top: 35px;
  }
}
.bio-top-wrap {
  margin-top: 215px;
  margin-bottom: 60px;
}

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

.bio-contact {
  margin-top: 25px;
}
.bio-contact a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.bio-contact a:hover, .bio-contact a:focus, .bio-contact a:active {
  color: #233E85;
}

.bio-intro {
  margin-top: 50px;
}
.bio-intro hr {
  opacity: 1;
  width: 60px;
  margin: 0 0 30px;
}

.bio-wrap {
  padding-top: 75px;
  padding-bottom: 80px;
}
.bio-wrap lite-youtube,
.bio-wrap lite-vimeo {
  background-position: top center;
}

.bio-intro-mobile + h2 {
  margin-top: 0 !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .bio-top-wrap {
    margin-top: 190px;
  }
}
@media (max-width: 991px) {
  .bio-top-wrap {
    margin-top: 175px;
    margin-bottom: 45px;
  }
  .bio-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bio-intro-mobile h2 {
    font-size: 2.2rem;
  }
  .bio-intro-mobile + h2 {
    margin-top: 45px !important;
  }
}
@media (max-width: 767px) {
  .bio-top-wrap {
    margin-top: 130px;
    margin-bottom: 40px;
  }
  .bio-header {
    margin-bottom: 25px;
    text-align: center;
  }
  .bio-intro-mobile h2 {
    font-size: 1.6rem;
  }
}
.blog-toggle {
  margin: 15px 0 45px;
}

.toggle-card + .toggle-card {
  margin-top: 20px;
}

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

.toggle-arrow {
  transition: all 0.4s ease-out;
  display: inline-flex;
  width: 31px;
  min-width: 31px;
  border-radius: 100%;
  height: 31px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
}

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

.thanks-wrap {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 200px 0 35px;
}
.thanks-wrap .container {
  position: relative;
  z-index: 1;
}
.thanks-wrap .banner-img {
  z-index: unset;
}
.thanks-wrap:before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .thanks-wrap {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .thanks-wrap {
    height: unset;
    padding: 250px 0 30px;
  }
}
lite-youtube,
lite-vimeo {
  background-color: #000;
  position: relative;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* play button */
  /* Post-click styles */
}
lite-youtube::before,
lite-vimeo::before {
  background-color: rgba(0, 0, 0, 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: 150px;
  height: auto;
  position: relative;
  z-index: 10;
}
lite-youtube.lyt-activated, lite-youtube.ltv-activated,
lite-vimeo.lyt-activated,
lite-vimeo.ltv-activated {
  cursor: unset;
  background-image: none !important;
}
lite-youtube.lyt-activated::before, lite-youtube.lyt-activated > .lyt-playbtn, lite-youtube.lyt-activated > .ltv-playbtn, lite-youtube.ltv-activated::before, lite-youtube.ltv-activated > .lyt-playbtn, lite-youtube.ltv-activated > .ltv-playbtn,
lite-vimeo.lyt-activated::before,
lite-vimeo.lyt-activated > .lyt-playbtn,
lite-vimeo.lyt-activated > .ltv-playbtn,
lite-vimeo.ltv-activated::before,
lite-vimeo.ltv-activated > .lyt-playbtn,
lite-vimeo.ltv-activated > .ltv-playbtn {
  opacity: 0;
  pointer-events: none;
}

/** # Responsive **/
@media (max-width: 767px) {
  lite-youtube .lyt-playbtn svg,
  lite-youtube .ltv-playbtn svg,
  lite-vimeo .lyt-playbtn svg,
  lite-vimeo .ltv-playbtn svg {
    width: 90px;
  }
}
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: 100vh;
  padding: 250px 0 35px;
  overflow: hidden;
}
.homepage-hero:before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

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

.hero-wrap {
  position: relative;
  z-index: 1;
  padding: 0 150px;
}
.hero-wrap h1 {
  font-size: 86px;
}
.hero-wrap hr {
  width: 50px;
  background-color: #fff;
  opacity: 0.4;
  margin: 15px 0;
}

.hero-inner {
  padding-right: 150px;
}

.hero-reviews {
  position: relative;
  border-radius: 14px;
  padding: 20px 20px 30px;
  z-index: 1;
  backdrop-filter: blur(4px);
}
.hero-reviews:before {
  background-color: #000;
  opacity: 0.15;
  z-index: -1;
}
.hero-reviews a {
  font-weight: 100;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
  display: inline-block;
}
.hero-reviews a:hover, .hero-reviews a:focus, .hero-reviews a:active {
  color: #fff !important;
  border-color: transparent;
}
.hero-reviews.animated .hero-reviews-imgs {
  opacity: 1;
}
.hero-reviews.animated .hero-reviews-img:first-child {
  transform: translateX(-50px);
}
.hero-reviews.animated .hero-reviews-img:nth-child(2) {
  transform: translateX(-18px);
}
.hero-reviews.animated .hero-reviews-img:nth-child(3) {
  transform: translateX(18px);
}
.hero-reviews.animated .hero-reviews-img:last-child {
  transform: translateX(50px);
}

.hero-stars {
  color: #FFE500;
}

.hero-reviews-imgs {
  height: 58px;
  width: 100%;
  position: relative;
  margin: 18px 0 15px;
  opacity: 0;
  transition: opacity 0.5s linear 1.33s;
}

.hero-reviews-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 58px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 2px solid #fff;
  overflow: hidden;
  transition: transform 0.33s ease-out 1.75s;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hero-wrap {
    padding: 0 60px;
  }
  .hero-inner {
    padding-right: 50px;
  }
}
@media (max-width: 1399px) {
  .hero-wrap {
    padding: 0 40px;
  }
  .hero-wrap h1 {
    font-size: 76px;
  }
  .hero-inner {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .hero-wrap h1 {
    font-size: 62px;
  }
  .hero-inner {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .homepage-hero {
    min-height: unset;
    min-height: 600px;
    padding-top: 200px;
  }
  .hero-wrap h1 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    display: block !important;
    padding-top: 0;
  }
  .homepage-hero:before {
    bottom: unset;
    aspect-ratio: 7/5;
    background-color: transparent;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 100%);
  }
  .hero-media {
    position: relative;
    aspect-ratio: 7/5;
  }
  .hero-wrap {
    padding: 35px 15px 0;
    text-align: center;
  }
  .hero-wrap h1 {
    font-size: 2rem;
  }
  .hero-wrap hr {
    margin: 12px auto;
  }
}
.homepage-listings {
  margin-top: 90px;
  margin-bottom: 75px;
}

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

.list-slider-wrap {
  padding: 0 35px;
  position: relative;
}
.list-slider-wrap .slick-arrow {
  position: absolute;
  background-color: transparent;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.list-slider-wrap .slick-arrow div {
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: #000;
  background-color: #fff;
  transition: all 0.5s;
}
.list-slider-wrap .slick-arrow.slick-prev {
  left: -17px;
}
.list-slider-wrap .slick-arrow.slick-next {
  right: -17px;
}
.list-slider-wrap .slick-arrow:hover div, .list-slider-wrap .slick-arrow:focus div, .list-slider-wrap .slick-arrow:active div {
  background-color: #233E85;
  color: #fff;
}

.hp-listings-more {
  margin-top: 60px;
}
.hp-listings-more a {
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
.hp-listings-more a:hover, .hp-listings-more a:focus, .hp-listings-more a:active {
  border-color: #233E85;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .homepage-listings {
    margin-top: 75px;
    margin-bottom: 60px;
  }
  .hp-listings-header {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .homepage-listings {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .hp-listings-header {
    margin-bottom: 40px;
  }
  .list-slider-wrap {
    padding: 0 15px;
  }
  .list-slider-wrap .slick-arrow {
    position: static;
    height: 35px !important;
    width: 35px !important;
    display: inline-block !important;
  }
  .hp-listings-more {
    margin-top: 45px;
  }
}
.homepage-blog {
  padding-top: 70px;
  padding-bottom: 75px;
}

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

.blog-slider-wrap {
  padding: 0 35px;
  position: relative;
}
.blog-slider-wrap .slick-arrow {
  position: absolute;
  background-color: transparent;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.blog-slider-wrap .slick-arrow div {
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: #000;
  background-color: #fff;
  transition: all 0.5s;
}
.blog-slider-wrap .slick-arrow.slick-prev {
  left: -17px;
}
.blog-slider-wrap .slick-arrow.slick-next {
  right: -17px;
}
.blog-slider-wrap .slick-arrow:hover div, .blog-slider-wrap .slick-arrow:focus div, .blog-slider-wrap .slick-arrow:active div {
  background-color: #233E85;
  color: #fff;
}

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-blog {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .homepage-blog {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog-slider-wrap {
    padding: 0 15px;
  }
  .blog-slider-wrap .slick-arrow {
    position: static;
    height: 35px !important;
    width: 35px !important;
    display: inline-block !important;
  }
}
.freeform-content,
.toggle-content {
  margin-bottom: 60px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .freeform-content,
  .toggle-content {
    margin-bottom: 50px;
  }
}
.copy-on-media {
  padding: 90px 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.copy-on-media .container {
  position: relative;
}
.copy-on-media .h2 {
  line-height: 1.3;
}

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

.overlay-brand {
  text-align: center;
  margin-bottom: 25px;
}
.overlay-brand img {
  width: 150px;
  height: auto;
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-on-media {
    min-height: unset;
  }
  .overlay-brand img {
    width: 114px;
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    padding: 50px 0;
  }
  .copy-on-media .h2 {
    font-size: 1.4rem;
  }
  .overlay-media:before {
    background-color: rgba(0, 0, 0, 0.45);
  }
}
.hp-copy-on-media {
  overflow: hidden;
  min-height: 90vh;
  padding: 100px 150px 50px;
}
.hp-copy-on-media .row {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hp-copy-on-media.copy-left {
  padding-right: 200px;
}
.hp-copy-on-media.copy-left .hp-overlay-inner {
  padding-right: 150px;
}
.hp-copy-on-media.copy-left .hpo-callout {
  padding-left: 150px;
}
.hp-copy-on-media.copy-left .hpo-inner {
  padding-right: 0;
}
.hp-copy-on-media.copy-left .hpo-inner:before {
  right: -9999px;
}
.hp-copy-on-media.copy-right {
  padding-left: 200px;
}
.hp-copy-on-media.copy-right .hp-overlay-inner {
  padding-left: 150px;
  order: 2;
}
.hp-copy-on-media.copy-right .hpo-callout {
  padding-right: 150px;
}
.hp-copy-on-media.copy-right .hpo-inner {
  padding-left: 0;
}
.hp-copy-on-media.copy-right .hpo-inner:before {
  left: -9999px;
}
.hp-copy-on-media.copy-right .hpt-arrows {
  right: 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, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 80%);
}

.hpo-callout {
  min-height: unset !important;
}

.hpo-inner {
  position: relative;
  z-index: 1;
  padding: 45px 50px;
}
.hpo-inner:before {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 14px;
  z-index: -1;
}

.hpt-slider,
.hpt-slide {
  background-color: transparent;
}

.hpo-stars {
  opacity: 0.5;
  font-size: 0.5rem;
  margin-bottom: 15px;
}

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

.hpt-name {
  padding-right: 85px;
}
.hpt-name a {
  font-weight: 100;
  text-decoration: none;
}
.hpt-name a:hover, .hpt-name a:focus, .hpt-name a:active {
  color: #fff !important;
  text-decoration: underline;
}

.hpt-arrows {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 77px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 15px;
  display: flex;
  padding: 0 5px;
}
.hpt-arrows:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.45);
}
.hpt-arrows .slick-arrow {
  flex-grow: 1;
  width: unset;
  height: unset;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 0.6rem;
  transition: all 0.4s ease-out;
}
.hpt-arrows .slick-arrow:hover, .hpt-arrows .slick-arrow:focus, .hpt-arrows .slick-arrow:active {
  opacity: 0.7;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hp-copy-on-media {
    padding-left: 60px;
    padding-right: 60px;
  }
  .hp-copy-on-media.copy-left {
    padding-right: 100px;
  }
  .hp-copy-on-media.copy-left .hp-overlay-inner {
    padding-right: 75px;
  }
  .hp-copy-on-media.copy-left .hpo-callout {
    padding-left: 100px;
  }
  .hp-copy-on-media.copy-right {
    padding-left: 100px;
  }
  .hp-copy-on-media.copy-right .hp-overlay-inner {
    padding-left: 75px;
  }
  .hp-copy-on-media.copy-right .hpo-callout {
    padding-right: 100px;
  }
}
@media (max-width: 1399px) {
  .hp-copy-on-media {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hp-copy-on-media.copy-left {
    padding-right: 60px;
  }
  .hp-copy-on-media.copy-right {
    padding-left: 60px;
  }
  .hp-overlay-inner {
    padding: 0 15px !important;
  }
}
@media (max-width: 1199px) {
  .hp-copy-on-media {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hp-copy-on-media.copy-left {
    padding-right: 45px;
  }
  .hp-copy-on-media.copy-left .hpo-callout {
    padding-left: 60px;
  }
  .hp-copy-on-media.copy-left .hpo-inner {
    padding-left: 35px;
  }
  .hp-copy-on-media.copy-right {
    padding-left: 45px;
  }
  .hp-copy-on-media.copy-right .hpo-callout {
    padding-right: 60px;
  }
  .hp-copy-on-media.copy-right .hpo-inner {
    padding-right: 35px;
  }
  .hp-copy-on-media.copy-right .hpt-arrows {
    right: 35px;
  }
}
@media (max-width: 991px) {
  .hp-copy-on-media {
    display: block !important;
    padding: 0 0 35px !important;
    min-height: unset;
  }
  .hp-copy-on-media .row {
    position: static;
    margin: 0;
  }
  .hp-copy-on-media.copy-left .hpo-callout {
    justify-content: flex-end;
  }
  .hp-copy-on-media.copy-left .hpo-inner {
    padding-right: 30px;
  }
  .hp-copy-on-media.copy-right .hpo-inner {
    padding-left: 30px;
  }
  .hp-overlay-media {
    position: relative;
    aspect-ratio: 7/5;
  }
  .hp-overlay-media:before {
    display: none;
  }
  .hpo-callout {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    aspect-ratio: 7/5;
    display: flex;
    align-items: flex-end;
    padding-bottom: 25px;
  }
  .hpo-inner {
    width: 85%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hpo-inner:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .hpt-arrows {
    right: 30px;
    bottom: 25px;
  }
  .hp-overlay-inner {
    padding: 35px 45px 0 !important;
    order: unset !important;
  }
}
@media (max-width: 767px) {
  .hp-overlay-inner {
    padding: 35px 15px 0 !important;
  }
  .hp-overlay-inner + .hpo-callout {
    margin-top: 40px;
  }
  .hpo-callout {
    position: static !important;
    padding: 0 15px !important;
    aspect-ratio: unset;
  }
  .hpo-inner {
    padding: 25px 20px 20px !important;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.33);
    width: 100%;
  }
  .hpo-inner:before {
    background-color: rgba(255, 255, 255, 0.1);
    left: 0 !important;
    right: 0 !important;
  }
  .hpt-name {
    padding: 0;
  }
  .hpt-arrows {
    position: relative;
    bottom: 0;
    left: 0 !important;
    margin-top: 20px;
  }
}
.copy-and-media {
  padding-top: 80px;
  padding-bottom: 80px;
}
.copy-and-media.white-bg {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-fit .cm-media {
  position: relative;
}
.copy-and-media.media-fit .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.copy-and-media.media-fit .cm-inner {
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-and-media.media-square .media-wrap {
  aspect-ratio: 1/1;
}

.cm-contained.media-fit .cm-media {
  min-height: 600px;
}
.cm-contained.media-portrait .media-wrap {
  aspect-ratio: 2.4/3;
}
.cm-contained.media-landscape .media-wrap {
  aspect-ratio: 4/3;
}

.cm-wide.media-right .cm-inner {
  padding-right: 40px;
}
.cm-wide.media-left .cm-inner {
  padding-left: 40px;
}
.cm-wide.media-fit .cm-media {
  min-height: 600px;
}
.cm-wide.media-portrait .media-wrap {
  aspect-ratio: 0.85/1;
}
.cm-wide.media-landscape .media-wrap {
  aspect-ratio: 7/5;
}
.cm-wide .cm-inner > div {
  max-width: 640px;
}

.cm-media {
  position: relative;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .cm-wide.media-fit .cm-media {
    min-height: 525px;
  }
  .cm-contained.media-fit .cm-media {
    min-height: 500px;
  }
}
@media (max-width: 1199px) {
  .copy-and-media {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .copy-and-media.white-bg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .copy-and-media.media-fit .cm-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cm-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 991px) {
  .copy-and-media {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .copy-and-media.white-bg {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .copy-and-media.media-fit .cm-media {
    aspect-ratio: 7/5;
  }
  .copy-and-media h2 br {
    display: none;
  }
  .cm-media {
    order: unset !important;
    min-height: unset !important;
    margin-bottom: 35px;
  }
  .cm-inner {
    padding: 0 15px !important;
  }
  .cm-inner > div {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .copy-and-media {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .copy-and-media.white-bg {
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
.hp-copy-and-media {
  padding: 20px;
}
.hp-copy-and-media:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border-radius: 14px;
  background-color: #F1F1F1;
  z-index: -1;
}
.hp-copy-and-media.media-left .hpcm-media {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.hp-copy-and-media.media-right .hpcm-media {
  order: 2;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.hpcm-inner {
  min-height: 60vh;
  padding: 30px 45px;
}
.hpcm-inner > div {
  max-width: 545px;
}

.hpcm-media {
  position: relative;
  overflow: hidden;
}
.hpcm-media .media-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-copy-and-media {
    padding: 10px;
  }
  .hp-copy-and-media:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .hpcm-inner {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .hpcm-media {
    padding: 0;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    order: unset !important;
  }
  .hpcm-media .media-wrap {
    position: relative;
    aspect-ratio: 7/5;
  }
  .hpcm-inner {
    min-height: unset;
    padding: 35px;
  }
  .hpcm-inner > div {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .hp-copy-and-media {
    padding: 4px;
  }
  .hp-copy-and-media:before {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }
  .hpcm-inner {
    padding: 35px 11px;
  }
}
.team-query-wrap {
  margin-top: 90px;
  margin-bottom: 30px;
}

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

.team-box-wrap {
  margin-bottom: 60px;
}
.team-box-wrap a {
  text-decoration: none;
  font-weight: normal;
  color: #000;
}
.team-box-wrap a:hover .team-box-img, .team-box-wrap a:focus .team-box-img, .team-box-wrap a:active .team-box-img {
  filter: grayscale(0);
}
.team-box-wrap a:hover .team-more span, .team-box-wrap a:focus .team-more span, .team-box-wrap a:active .team-more span {
  color: #233E85;
  border-color: #233E85;
}

.team-box-img {
  margin-bottom: 15px;
  filter: grayscale(1);
  transition: all 0.5s;
}

.team-more {
  border-top: 1px solid rgba(0, 0, 0, 0.33);
  padding-top: 12px;
  margin-top: 10px;
}
.team-more span {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  transition: all 0.5s;
}

/** # Responsive **/
@media (max-width: 991px) {
  .team-query-wrap {
    margin-top: 60px;
    margin-bottom: 15px;
  }
  .team-box-info .small {
    font-size: 0.65rem;
    letter-spacing: 0.02rem;
  }
  .team-box-info .tiny {
    font-size: 0.6rem;
  }
  .team-box-info .xtiny {
    letter-spacing: 0.02rem;
  }
}
@media (max-width: 767px) {
  .team-query-wrap {
    margin-top: 50px;
    margin-bottom: 5px;
  }
  .team-box-wrap {
    margin-bottom: 50px;
  }
}
/* Styling for blog feed component */
.logo-slider-wrap {
  margin: 60px 0;
}
.logo-slider-wrap .section-links {
  margin-top: 35px;
}

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

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

.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;
  }
}
.testimonial-callout-slider-wrap {
  padding: 80px 0 50px;
}
.testimonial-callout-slider-wrap .btn {
  min-width: 327px;
}

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

.tcl-arrows {
  margin: 50px auto 0;
  width: 77px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 15px;
  display: flex;
  justify-self: center;
  position: relative;
  padding: 0 5px;
}
.tcl-arrows:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.45);
}
.tcl-arrows .slick-arrow {
  flex-grow: 1;
  width: unset;
  height: unset;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 0.6rem;
  transition: all 0.4s ease-out;
}
.tcl-arrows .slick-arrow:hover, .tcl-arrows .slick-arrow:focus, .tcl-arrows .slick-arrow:active {
  opacity: 0.7;
}

.testimonial-callout {
  position: relative;
  margin: 50px 0;
}
.testimonial-callout .t-box-inner {
  background-color: #F1F1F1;
}
.testimonial-callout .t-box-bottom {
  padding-right: 125px;
}
.testimonial-callout .slick-dots {
  position: absolute;
  bottom: 24px;
  right: 30px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .testimonial-callout-slider-wrap {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .testimonial-callout-slider-wrap {
    padding: 45px 0;
  }
  .tcallout-header {
    margin-bottom: 35px;
  }
  .tcl-arrows {
    margin-top: 35px;
  }
  .testimonial-callout .slick-dots {
    right: 20px;
    bottom: 19px;
  }
}
.buttons-grid {
  margin: 50px 0;
}

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

.link-box {
  margin-bottom: 45px;
}
.link-box a:hover .link-box-img:after, .link-box a:focus .link-box-img:after, .link-box a:active .link-box-img:after {
  opacity: 0.3;
}

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

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

/* Styling for WP Media Block */
.homepage-resources {
  margin: 75px 0 35px;
}

.hp-resources-header {
  margin-bottom: 35px;
}

.hpr-box-wrap {
  margin-bottom: 20px;
}
.hpr-box-wrap a {
  color: #fff !important;
  text-decoration: none !important;
}
.hpr-box-wrap a:hover .hpr-box-inner:before, .hpr-box-wrap a:focus .hpr-box-inner:before, .hpr-box-wrap a:active .hpr-box-inner:before {
  opacity: 0.33;
}
.hpr-box-wrap a:hover .hpr-box-inner img, .hpr-box-wrap a:focus .hpr-box-inner img, .hpr-box-wrap a:active .hpr-box-inner img {
  transform: scale(1.1);
  transition: all 5s;
}
.hpr-box-wrap a:hover .hpr-box-inner .hpr-arrow, .hpr-box-wrap a:focus .hpr-box-inner .hpr-arrow, .hpr-box-wrap a:active .hpr-box-inner .hpr-arrow {
  background-color: #233E85;
  color: #fff;
  transform: rotate(0);
}

.hpr-box-inner {
  position: relative;
  aspect-ratio: 2.5/3;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 15px 25px 25px;
}
.hpr-box-inner img {
  transition: all 1s;
}
.hpr-box-inner h3 {
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
.hpr-box-inner:before {
  z-index: 1;
  background-color: #000;
  opacity: 0.25;
  transition: all 0.4s;
}

.hpr-arrow {
  align-self: flex-end;
  position: relative;
  z-index: 1;
  width: 47px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  border-radius: 100%;
  transform: rotate(-45deg);
  font-size: 0.75rem;
  transition: background-color 0.4s, transform 0.25s ease-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hpr-box-inner {
    padding: 20px 10px 20px 15px;
  }
  .hpr-box-inner h3 {
    font-size: 1.4rem;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .homepage-resources {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .hpr-box-inner {
    aspect-ratio: 4/3;
  }
}
.homepage-team {
  padding: 85px 0 60px;
}
.homepage-team:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border-radius: 14px;
  background-color: #F1F1F1;
  z-index: -1;
}

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

.hp-team-media {
  position: relative;
}
.hp-team-media .img-slider-arrows {
  display: none;
}
.hp-team-media lite-youtube::before,
.hp-team-media lite-vimeo::before {
  display: none;
}
.hp-team-media .lyt-playbtn svg,
.hp-team-media .ltv-playbtn svg {
  width: 215px;
  height: auto;
}
.hp-team-media.hp-team-has-stats .lyt-playbtn svg,
.hp-team-media.hp-team-has-stats .ltv-playbtn svg {
  transform: translateY(-60px);
}

.hp-team-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  padding-bottom: 35px;
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}

.hp-team-stat:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.33);
}
.hp-team-stat .text-uppercase br {
  display: none;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .homepage-team {
    padding: 75px 0 60px;
  }
  .homepage-team:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .hp-team-media .lyt-playbtn svg,
  .hp-team-media .ltv-playbtn svg {
    width: 175px;
    height: auto;
  }
  .hp-team-media.hp-team-has-stats .lyt-playbtn svg,
  .hp-team-media.hp-team-has-stats .ltv-playbtn svg {
    transform: translateY(-50px);
  }
  .hp-team-stats {
    padding-bottom: 20px;
  }
  .hp-team-stat {
    font-size: 0.65rem;
  }
}
@media (max-width: 991px) {
  .hp-team-media .lyt-playbtn svg,
  .hp-team-media .ltv-playbtn svg {
    width: 150px;
    height: auto;
  }
  .hp-team-media.hp-team-has-stats .lyt-playbtn svg,
  .hp-team-media.hp-team-has-stats .ltv-playbtn svg {
    transform: translateY(-40px);
  }
  .hp-team-stat {
    font-size: 0.55rem;
  }
  .hp-team-stat .text-uppercase {
    letter-spacing: 0.07rem;
  }
}
@media (max-width: 767px) {
  .homepage-team {
    padding: 55px 0 45px;
  }
  .homepage-team:before {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }
  .hp-team-header {
    margin-bottom: 35px;
  }
  .hp-team-media .lyt-playbtn svg,
  .hp-team-media .ltv-playbtn svg {
    width: 100px;
    height: auto;
  }
  .hp-team-media.hp-team-has-stats .lyt-playbtn svg,
  .hp-team-media.hp-team-has-stats .ltv-playbtn svg {
    transform: translateY(0px);
  }
  .hp-team-stats {
    position: static;
    background-color: #000;
    padding-top: 20px;
  }
  .hp-team-stat {
    font-size: 0.65rem;
  }
  .hp-team-stat:not(:first-child) .hp-team-star {
    display: none;
  }
  .hp-team-stat:not(:last-child) {
    border: 0;
    margin-bottom: 25px;
  }
}
.hp-callout-copy {
  padding: 115px 0;
}
.hp-callout-copy.white-bg {
  padding: 0;
  margin-top: 115px;
  margin-bottom: 115px;
}
.hp-callout-copy .h5 {
  line-height: 1.5;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-callout-copy {
    padding: 90px 0;
  }
  .hp-callout-copy.white-bg {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .hp-callout-copy {
    padding: 70px 0;
  }
  .hp-callout-copy.white-bg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .hp-callout-copy {
    padding: 35px 0 45px;
  }
  .hp-callout-copy.white-bg {
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .hp-callout-copy .h5 {
    font-size: 1.15rem;
  }
}
.homepage-neighbourhoods {
  margin-top: 80px;
  margin-bottom: 80px;
}

.hpn-content {
  padding: 45px 60px 45px 15px;
}
.hpn-content > div {
  position: sticky;
  top: 30%;
}

.hpn-wrap2 {
  margin-top: 75px;
}

.hpn-wrap3 {
  margin-top: -25px;
}

.hpn-wrap4 {
  margin-top: 50px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .homepage-neighbourhoods {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .homepage-neighbourhoods .row {
    align-items: center;
  }
  .hpn-content > div {
    position: static;
  }
  .hpn-mobile-slider .img-slider {
    height: 100% !important;
  }
  .hpn-mobile-slider .img-slider .slick-track,
  .hpn-mobile-slider .img-slider .slick-list,
  .hpn-mobile-slider .img-slider .slick-slide {
    height: 100% !important;
  }
}
@media (max-width: 991px) {
  .hpn-content {
    order: 2;
    margin-top: 35px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .homepage-neighbourhoods {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.no-scroll {
  overflow-y: hidden;
}

.loading-screen {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.loading-screen.ls-fade {
  opacity: 0;
  transition: opacity 0.5s;
}
.loading-screen > div {
  text-align: center;
}

.loading-logo1 {
  overflow: hidden;
}
.loading-logo1 img {
  width: 500px;
  height: auto;
  margin-bottom: 15px;
  transform: translateY(180px);
  transition: all 1.5s cubic-bezier(0, 1.028, 0.379, 0.982);
}
.loading-logo1.animated img {
  transform: translateY(0);
}

.loading-logo2 img {
  width: 1000px;
  height: auto;
  filter: blur(20px);
  opacity: 0;
  transition: all 2s;
}
.loading-logo2.animated img {
  filter: blur(0px);
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .loading-logo1 img {
    width: 400px;
  }
  .loading-logo2 img {
    width: 800px;
  }
}
@media (max-width: 991px) {
  .loading-logo1 img {
    width: 300px;
    transform: translateY(120px);
  }
  .loading-logo2 img {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .loading-logo1 img {
    width: 250px;
    transform: translateY(100px);
  }
  .loading-logo2 img {
    width: 345px;
  }
}
/* 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: #233E85 !important;
  color: #fff !important;
}

.vow-save-search-action-group .btn {
  background: transparent !important;
}
.vow-save-search-action-group .btn.active {
  background-color: #233E85 !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: #233E85 !important;
  border: 2px solid #233E85 !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: #233E85 !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: #233E85 !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: #233E85 !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: #233E85 !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: #233E85 !important;
  color: #fff !important;
}

.btn.mrp-idx-close {
  border: 2px solid #233E85 !important;
  color: #233E85 !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 #233E85;
  padding-bottom: 2px;
  font-family: sans-serif;
  color: #233E85;
  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: #233E85 !important;
}

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

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

.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: #233E85 !important;
}

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

.mrp-i-unit,
.mrp-m-unit {
  color: #233E85 !important;
  border-bottom: 2px solid #233E85 !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: #233E85 !important;
}

#listing-details-view.mrp-style-area.xs .mrp-listing-quick-actions.top > span.details-ribbon.ribbon-new {
  background-color: #233E85 !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: #233E85 !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;
  font-weight: bold;
  color: #233E85 !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: #233E85 !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: #233E85 !important;
}

.idx-basic-form .noUi-connect {
  background-color: rgba(35, 62, 133, 0.8) !important;
}

.idx-basic-form .bottom a.save-search {
  background-color: #233E85 !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: #233E85 !important;
  border-color: #233E85 !important;
  color: #fff !important;
}

.idx-basic-form .selectize-control [data-value] .remove {
  border-color: #fff !important;
  color: #fff !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: #F1F1F1 !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: #233E85 !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: 0.75rem !important;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.8) !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: #233E85 !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: #233E85 !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: #233E85 !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)*/
.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: #233E85 !important;
}

#listing-details-view.mrp-style-area .mrp-listing-details-tabs > li a {
  color: #233E85 !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: #233E85 !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: #000 !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 #233E85 !important;
}

#listing-details-view.mrp-style-area .mrp-listing-photo-other .mrp-listing-photo-thumb .more {
  background-color: #F1F1F1 !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: #000 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

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

#listing-details-view.mrp-style-area.xs .mrp-listing-quick-actions.top > span.details-ribbon.ribbon-new {
  background-color: #000 !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: #fff;
  background: rgba(0, 0, 0, 0.8);
  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 #233E85 !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: #233E85 !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: #233E85 !important;
}

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

.add-open-house-button .btn {
  background-color: #233E85 !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: #233E85 !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: #233E85 !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: #233E85;
  background-image: none !important;
  border-radius: 0 !important;
  border: 2px solid #233E85 !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: #233E85 !important;
}

.idx-basic-form .bottom a.launch-map {
  background-color: #233E85 !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: #F1F1F1 !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: #233E85 !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: #000 !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 #233E85 !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: #233E85 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

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

#listing-details-view.mrp-style-area.xs .mrp-listing-quick-actions.top > span.details-ribbon.ribbon-new {
  background-color: #000 !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: #fff;
  background: rgba(0, 0, 0, 0.8);
  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 #233E85 !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: #233E85 !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(35, 62, 133, 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: #233E85 !important;
}

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

/*Map*/
.mrp-geo-popup-options-container a {
  color: #233E85 !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: #233E85 !important;
}

.hoods-wrap {
  margin-bottom: 30px;
}

.hood-box-wrap {
  margin-bottom: 60px;
}
.hood-box-wrap a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.hood-box-wrap a:hover .hood-box-img img, .hood-box-wrap a:focus .hood-box-img img, .hood-box-wrap a:active .hood-box-img img {
  transform: scale(1.1);
  transition: all 5s ease-out;
}
.hood-box-wrap a:hover .hood-box-info h3, .hood-box-wrap a:focus .hood-box-info h3, .hood-box-wrap a:active .hood-box-info h3 {
  color: #233E85;
}

.hood-box-img {
  position: relative;
  overflow: hidden;
}
.hood-box-img img {
  transition: all 1s;
}

.hood-box-info {
  margin-top: 15px;
}
.hood-box-info h3 {
  transition: all 0.4s ease-out;
  letter-spacing: 0.06rem;
}
.hood-box-info hr {
  margin: 10px 0 12px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hood-box-wrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hood-box-wrap {
    margin-bottom: 50px;
  }
}
.resource-links-ext {
  padding: 110px 20px 40px;
}
.resource-links-ext:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border-radius: 14px;
  background-color: #F1F1F1;
  z-index: -1;
}

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

.rlext-wrap {
  margin-bottom: 60px;
}
.rlext-wrap .hpr-box-inner {
  aspect-ratio: 7/5;
  border-radius: 0;
}

.rlext-copy {
  margin-top: 40px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .resource-links-ext {
    padding: 90px 10px 20px;
  }
  .resource-links-ext:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}
@media (max-width: 991px) {
  .resource-links-ext {
    padding: 75px 10px 10px;
  }
  .rlext-copy h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .resource-links-ext {
    padding: 40px 4px 1px;
  }
  .resource-links-ext:before {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }
  .rlext-wrap {
    margin-bottom: 45px;
  }
}
.resource-links-wrap {
  margin-top: 70px;
  margin-bottom: 40px;
}

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

/** # Responsive **/
@media (max-width: 1399px) {
  .resource-links-wrap .hpr-box-inner .h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .resource-links-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .resource-links-wrap {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .resource-links-wrap .hpr-box-inner {
    padding: 15px 10px;
    aspect-ratio: 1/1;
  }
  .resource-links-wrap .hpr-box-inner .h4 {
    font-size: 1.05rem;
  }
}
.stats-section {
  margin: 70px 0;
}

.stats-brand {
  margin: 0 0 30px;
  text-align: center;
}
.stats-brand img {
  width: 114px;
  height: auto;
}

.stats-wrap {
  margin-top: 45px;
}

.stat-box:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.33);
}

/** # Responsive **/
@media (max-width: 1199px) {
  .stats-section {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .stats-section {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .stat-box .h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .stat-box {
    border: 0 !important;
  }
  .stat-box .h4 {
    font-size: 1.4rem;
  }
  .stat-box .h4 br {
    display: none;
  }
  .stat-box + .stat-box {
    margin-top: 25px;
  }
}
.hood-top-wrap {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 225px 200px 50px 150px;
  overflow: hidden;
}

.hood-top-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hood-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hood-media:before {
  bottom: unset;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
  z-index: 1;
}
.hood-media:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 75%);
}

.hood-intro {
  font-size: 0.9rem;
}
.hood-intro > div {
  position: relative;
  padding: 40px 0 25px 50px;
  z-index: 1;
}
.hood-intro > div:before {
  right: -9999px;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 14px;
  z-index: -1;
}

.hood-stats {
  padding: 75px 0;
}

.hood-stat:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.33);
}

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

.hood-idx-map {
  aspect-ratio: 4/3;
  border: 1px solid #000;
}
.hood-idx-map .mrp-showcase-container {
  height: 100% !important;
}
.hood-idx-map .map-container {
  padding-bottom: 0 !important;
  height: 100% !important;
}

.hood-listings {
  padding-top: 90px;
  margin-top: 0;
  border-top: 1px solid #000;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hood-top-wrap {
    padding-left: 60px;
    padding-right: 100px;
  }
}
@media (max-width: 1399px) {
  .hood-top-wrap {
    padding-left: 40px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .hood-top-wrap {
    display: block;
    padding: 0;
    min-height: unset;
  }
  .hood-media {
    position: relative;
    aspect-ratio: 7/5;
  }
  .hood-media:after {
    display: none;
  }
  .hood-intro {
    margin-top: 15px;
    transform: none !important;
  }
  .hood-intro > div {
    padding: 0;
  }
  .hood-intro > div:before {
    display: none;
  }
  .hood-top-inner {
    padding: 45px 40px 30px;
    border-bottom: 1px solid #fff;
  }
  .hood-stats {
    padding: 60px 0;
  }
  .hood-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .hood-listings {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .hood-top-inner {
    padding: 35px 15px 20px;
  }
  .hood-stats {
    padding: 40px 15px;
  }
  .hood-stat {
    border-right: 0 !important;
  }
  .hood-stat:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .hood-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .hood-listings {
    padding-top: 50px;
  }
}
.video-grid {
  padding: 75px 0 35px;
}
.video-grid.white-bg {
  padding: 0;
  margin-top: 75px;
  margin-bottom: 35px;
}

.video-grid-header {
  margin-bottom: 40px;
}

.vid-box {
  margin-bottom: 50px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .video-grid {
    padding: 45px 0 15px;
  }
  .video-grid.white-bg {
    margin-top: 45px;
    margin-bottom: 15px;
  }
  .video-grid-header {
    margin-bottom: 30px;
  }
}
.media-links-wrap {
  margin-bottom: 30px;
}

.media-box-wrap {
  margin-bottom: 70px;
}
.media-box-wrap a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.media-box-wrap a:hover .media-box-img .object-cover, .media-box-wrap a:focus .media-box-img .object-cover, .media-box-wrap a:active .media-box-img .object-cover {
  transform: scale(1.1);
  transition: all 5s ease-out;
}
.media-box-wrap a:hover .media-box-info h3, .media-box-wrap a:focus .media-box-info h3, .media-box-wrap a:active .media-box-info h3 {
  color: #233E85;
}
.media-box-wrap a:hover .media-box-play, .media-box-wrap a:focus .media-box-play, .media-box-wrap a:active .media-box-play {
  background-color: rgba(35, 62, 133, 0.8);
}

.media-box-img {
  position: relative;
  overflow: hidden;
}
.media-box-img img {
  transition: all 1s;
}

.media-box-play {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
  padding: 7px;
  transition: all 0.5s;
}

.media-box-info {
  margin-top: 15px;
}
.media-box-info h3 {
  transition: all 0.4s;
}
.media-box-info hr {
  margin: 10px 0 12px;
}

.media-box-meta {
  letter-spacing: 0.05rem;
}

/** # Responsive **/
@media (max-width: 991px) {
  .media-box-meta {
    letter-spacing: 0.03rem;
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .media-box-wrap {
    margin-bottom: 50px;
  }
}

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