@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 */
.condo-box-img:before, .hood-box-img:before, .link-box-img:after, .copy-on-media:before, .homepage-hero:before, .homepage-hero:after, lite-youtube::before,
lite-vimeo::before, .blog-cta:before, .list-img-wrap:before, .list-img-wrap:after, .cta-section:before, .lead-img:before, .header-media:before, .header-media:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

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

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

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

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

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

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

.fade-children > * {
  opacity: 0;
  transition: opacity 0.6s 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 {
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
}

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

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

.btn, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  font-family: "Work Sans", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: left;
  padding: 0 0 7px;
  line-height: 1.15;
  min-height: unset;
  min-width: 190px;
  border-radius: 0;
  border: 0 !important;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  display: inline-block;
  transition: all 0.33s ease-out;
  box-shadow: none !important;
  text-shadow: none;
  background-color: transparent !important;
}
.btn:hover:after, .wp-block-button.is-style-outline .wp-block-button__link:hover:after, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:after, .btn:focus:after, .wp-block-button.is-style-outline .wp-block-button__link:focus:after, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus:after, .btn:active:after, .wp-block-button.is-style-outline .wp-block-button__link:active:after, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active:after {
  width: 100%;
}
.btn:hover .btn-inner:before, .wp-block-button.is-style-outline .wp-block-button__link:hover .btn-inner:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .btn-inner:before, .btn:focus .btn-inner:before, .wp-block-button.is-style-outline .wp-block-button__link:focus .btn-inner:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .btn-inner:before, .btn:active .btn-inner:before, .wp-block-button.is-style-outline .wp-block-button__link:active .btn-inner:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .btn-inner:before {
  width: 100%;
}
.btn:hover .btn-arrow svg, .wp-block-button.is-style-outline .wp-block-button__link:hover .btn-arrow svg, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .btn-arrow svg, .btn:focus .btn-arrow svg, .wp-block-button.is-style-outline .wp-block-button__link:focus .btn-arrow svg, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .btn-arrow svg, .btn:active .btn-arrow svg, .wp-block-button.is-style-outline .wp-block-button__link:active .btn-arrow svg, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .btn-arrow svg {
  transform: rotate(0);
}
.btn:before, .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.btn:after, .wp-block-button.is-style-outline .wp-block-button__link:after, .wp-block-button:not(.is-style-outline) .wp-block-button__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #DFAE25;
  z-index: 1;
  transition: all 0.33s ease-out;
}

.btn-inner {
  position: relative;
  display: block;
  z-index: 1;
  padding-right: 25px;
  width: 100%;
}
.btn-inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: rgba(223, 174, 37, 0.14);
  transition: all 0.33s cubic-bezier(0.36, 0, 0.64, 1);
  z-index: -1;
}

.btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  height: 19px;
  color: #DFAE25;
  margin: auto;
  font-size: 0.6rem;
}
.btn-arrow svg {
  transition: all 0.5s cubic-bezier(0.36, 0, 0.64, 1);
  transform: rotate(-45deg);
  transform-origin: center;
}

.btn-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #122B38;
}
.btn-primary:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  background-color: #122B38;
}
.btn-primary:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .btn-primary:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .btn-primary:active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  color: #000;
}

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

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

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

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: "Noto Serif Display", serif;
  line-height: 1.15;
  font-weight: 100;
}

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

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

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

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

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

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

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

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

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

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

.tiny {
  font-size: 0.7rem;
}

.xtiny {
  font-size: 0.6rem;
}

.em {
  font-style: italic;
}

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

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

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

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

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

.body {
  font-family: "Work Sans", 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: #DFAE25;
}

.secondary-text {
  color: #122B38;
}

.lightgrey-text {
  color: #E6E7E8;
}

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

blockquote {
  margin: 30px 0;
  font-size: 1rem !important;
  color: #DFAE25 !important;
  padding: 35px;
  border-radius: 14px;
  background-color: #122B38;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote a:not(.btn):not(.wp-element-button) {
  color: #DFAE25 !important;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote .btn,
blockquote .wp-element-button {
  color: #fff !important;
}
blockquote .btn:before,
blockquote .wp-element-button:before {
  background-color: #fff !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .large-heading {
    font-size: 3rem;
  }
  h1, .h1 {
    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) {
  .large-heading,
  h1, .h1 {
    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;
  }
  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: #DFAE25 !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #DFAE25 !important;
}

.overlay-bg {
  background-color: #000;
  color: #fff;
}
.overlay-bg a:not(.btn) {
  color: #fff;
}
.overlay-bg .btn-primary,
.overlay-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff !important;
}
.overlay-bg .btn-primary:before,
.overlay-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  background-color: #fff;
}

.beige-bg {
  background-color: #ECEAE3;
}
.beige-bg + .beige-bg {
  padding-top: 0;
}
.beige-bg .btn-secondary,
.beige-bg .wp-block-button.is-style-outline .wp-block-button__link {
  color: #122B38 !important;
}
.beige-bg .btn-secondary:before,
.beige-bg .wp-block-button.is-style-outline .wp-block-button__link:before {
  background-color: #122B38;
}
.beige-bg .btn-secondary:hover, .beige-bg .btn-secondary:focus, .beige-bg .btn-secondary:active,
.beige-bg .wp-block-button.is-style-outline .wp-block-button__link:hover,
.beige-bg .wp-block-button.is-style-outline .wp-block-button__link:focus,
.beige-bg .wp-block-button.is-style-outline .wp-block-button__link:active {
  color: #000 !important;
}

.lightgrey-bg {
  background-color: #E6E7E8;
}
.lightgrey-bg + .lightgrey-bg {
  padding-top: 0;
}
.lightgrey-bg .btn-secondary,
.lightgrey-bg .wp-block-button.is-style-outline .wp-block-button__link {
  color: #122B38 !important;
}
.lightgrey-bg .btn-secondary:before,
.lightgrey-bg .wp-block-button.is-style-outline .wp-block-button__link:before {
  background-color: #122B38;
}
.lightgrey-bg .btn-secondary:hover, .lightgrey-bg .btn-secondary:focus, .lightgrey-bg .btn-secondary:active,
.lightgrey-bg .wp-block-button.is-style-outline .wp-block-button__link:hover,
.lightgrey-bg .wp-block-button.is-style-outline .wp-block-button__link:focus,
.lightgrey-bg .wp-block-button.is-style-outline .wp-block-button__link:active {
  color: #000 !important;
}

.black-bg {
  background-color: #000;
  color: #fff;
}
.black-bg + .black-bg {
  padding-top: 0;
}
.black-bg a:not(.btn) {
  color: #fff;
}
.black-bg .btn-primary,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff !important;
}
.black-bg .btn-primary:before,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  background-color: #fff;
}

.primary-bg {
  background-color: #DFAE25;
}
.primary-bg + .primary-bg {
  padding-top: 0;
}
.primary-bg .btn-secondary,
.primary-bg .wp-block-button.is-style-outline .wp-block-button__link {
  color: #122B38 !important;
}
.primary-bg .btn-secondary:before,
.primary-bg .wp-block-button.is-style-outline .wp-block-button__link:before {
  background-color: #122B38;
}
.primary-bg .btn-secondary:after,
.primary-bg .wp-block-button.is-style-outline .wp-block-button__link:after {
  background-color: #805E00;
}
.primary-bg .btn-secondary:hover, .primary-bg .btn-secondary:focus, .primary-bg .btn-secondary:active,
.primary-bg .wp-block-button.is-style-outline .wp-block-button__link:hover,
.primary-bg .wp-block-button.is-style-outline .wp-block-button__link:focus,
.primary-bg .wp-block-button.is-style-outline .wp-block-button__link:active {
  color: #000 !important;
}
.primary-bg .btn-primary:after,
.primary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:after {
  background-color: #805E00;
}
.primary-bg .btn .btn-inner:before,
.primary-bg .wp-element-button .btn-inner:before {
  background-color: rgba(128, 94, 0, 0.14);
}
.primary-bg .btn .btn-arrow,
.primary-bg .wp-element-button .btn-arrow {
  color: #805E00;
}

.secondary-bg {
  background-color: #122B38;
  color: #fff;
}
.secondary-bg + .secondary-bg {
  padding-top: 0;
}
.secondary-bg a:not(.btn) {
  color: #fff;
}
.secondary-bg .btn-primary,
.secondary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff !important;
}
.secondary-bg .btn-primary:before,
.secondary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  background-color: #fff;
}
.secondary-bg blockquote {
  background-color: rgb(11.7972972973, 28.1824324324, 36.7027027027);
}

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

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

.btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  opacity: 1;
  width: 55px;
  height: 55px;
  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: #DFAE25;
  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: #DFAE25;
  color: #DFAE25;
}
.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: #DFAE25;
  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 {
  border-color: #122B38;
  background-color: transparent;
}
.slick-dots button {
  text-indent: -9999px;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #805E00;
  border: 1px solid #805E00;
  transition: all 0.4s ease-out;
}
.slick-dots button:hover, .slick-dots button:focus, .slick-dots button:active {
  opacity: 0.6;
}

.slick-arrow {
  padding: 0;
  border: 0;
  background-color: #E6E7E8;
  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 {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #page {
    overflow: hidden;
  }
  .video-overlay svg {
    width: 90px;
  }
}
.art-ratio-1x1 {
  aspect-ratio: 1/1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

select {
  background: rgba(0, 0, 0, 0.05) 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(223, 174, 37, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(223, 174, 37, 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: "Work Sans", sans-serif !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.white-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.white-form textarea,
.white-form select {
  background-color: #fff;
}
.white-form .gfield_label.no-animate,
.white-form .gform-field-label--type-inline {
  color: #fff !important;
}
.white-form .gform_button {
  color: #fff;
}

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

.widget-area {
  padding-left: 35px;
}

.widget + .widget {
  margin-top: 10px;
}

.search-form {
  position: relative;
}

#search_form .search-field {
  width: 100%;
  padding-right: 40px !important;
  color: #000;
  background-color: #fff !important;
  -webkit-appearance: none;
  border: 1px solid #000 !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;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #122B38 !important;
}

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

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

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

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

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

.widget select {
  width: 100%;
  color: #000;
  background-color: #fff !important;
  font-size: 0.9rem !important;
  border: 1px solid #000 !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  .widget-area {
    padding-left: 0;
  }
}
/*---------------------------*/
/*--- ## Paged Pagination ---*/
/*---------------------------*/
.paging-navigation {
  text-align: center;
}
.paging-navigation .pagination, .paging-navigation > div {
  font-size: 0;
  justify-content: center;
}
.paging-navigation .pagination:empty, .paging-navigation > div:empty {
  display: none;
}

.page-numbers {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: #122B38;
  margin: 0 6px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  border: 0 !important;
  text-decoration: none;
}
.page-numbers:hover, .page-numbers:focus, .page-numbers:active {
  opacity: 0.7;
}
.page-numbers.current {
  font-weight: bold;
  opacity: 1;
}
.page-numbers.next, .page-numbers.prev {
  color: #DFAE25;
  margin: 0;
  font-size: 20px;
}

/*----------------------------*/
/*--- ## Single Pagination ---*/
/*----------------------------*/
.post-navigation .pagination {
  padding-left: 0;
  list-style: none;
  margin-top: 35px;
  margin-bottom: 0;
  width: 100%;
}
.post-navigation .pagination .nav-previous,
.post-navigation .pagination .nav-next {
  display: inline-block;
}
.post-navigation .pagination .nav-previous a,
.post-navigation .pagination .nav-next a {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: #000;
}
.post-navigation .pagination .nav-previous a:hover, .post-navigation .pagination .nav-previous a:focus, .post-navigation .pagination .nav-previous a:active,
.post-navigation .pagination .nav-next a:hover,
.post-navigation .pagination .nav-next a:focus,
.post-navigation .pagination .nav-next a:active {
  color: #DFAE25;
}
.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: #000;
  position: relative;
  background-color: #ECEAE3;
}
#login h1 a {
  width: 200px;
  background-size: 200px;
  height: 142px;
  margin-bottom: 0;
}
#login p {
  text-align: left;
}
#login form {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 45px 0 15px;
}
#login form label {
  color: #000;
  font-size: 0.9rem;
}
#login form input:not([type=submit]) {
  background-color: #fff !important;
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Work Sans", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  background-color: #122B38;
  border: 0 !important;
  transition: all 0.4s ease-out;
}
#login .button-primary:hover, #login .button-primary:focus, #login .button-primary:active {
  background-color: #DFAE25;
}

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

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

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

.navbar-toggler {
  display: none;
}

.primary-nav {
  padding: 0;
}

.main-menu {
  justify-content: space-between;
  width: 100%;
}
.main-menu > li {
  flex: unset !important;
}
.main-menu > li > a {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
  font-weight: normal;
  padding: 0.25rem 10px !important;
  background-color: transparent !important;
  outline: none !important;
}
.main-menu > li > a:after {
  border: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 5px;
  transition: all 0.4s;
}
.main-menu > li:focus > a, .main-menu > li:hover > a, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent:focus > a, .main-menu > .current-menu-parent:hover > a, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item:focus > a, .main-menu > .current-menu-item:hover > a, .main-menu > li > a:focus, .main-menu > li > a:hover, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent > a:focus, .main-menu > .current-menu-parent > a:hover, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item > a:focus, .main-menu > .current-menu-item > a:hover {
  color: #DFAE25;
  background-color: transparent;
}
.main-menu > li:focus > a:after, .main-menu > li:hover > a:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent:focus > a:after, .main-menu > .current-menu-parent:hover > a:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item:focus > a:after, .main-menu > .current-menu-item:hover > a:after, .main-menu > li > a:focus:after, .main-menu > li > a:hover:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent > a:focus:after, .main-menu > .current-menu-parent > a:hover:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item > a:focus:after, .main-menu > .current-menu-item > a:hover:after {
  border-color: #DFAE25;
}

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

.main-menu .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  min-width: 225px;
  top: 59px !important;
  border: 0;
  padding: 15px 0;
  background-color: #122B38;
  box-shadow: 0 10px 6px 2px rgba(0, 0, 0, 0.05);
}
.main-menu .dropdown-menu li {
  text-align: left !important;
}
.main-menu .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 0.75rem;
  font-weight: normal;
  text-decoration: none;
  white-space: break-spaces;
  line-height: 1.15;
  background-color: transparent !important;
}
.main-menu .dropdown-menu .current-menu-item .dropdown-item,
.main-menu .dropdown-menu .dropdown-item:hover,
.main-menu .dropdown-menu .dropdown-item:active,
.main-menu .dropdown-menu .dropdown-item:focus {
  color: #DFAE25;
  background-color: transparent;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .navbar-toggler {
    width: 40px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    border-radius: 0;
    box-shadow: none !important;
  }
  .menu-bar {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
  }
  .nav-modal .modal-dialog {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100vw;
    width: 100vw;
  }
  .nav-modal .btn-close {
    position: fixed;
  }
  .nav-wrap {
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    padding: 40px;
  }
  .nav-logo {
    margin-bottom: 25px;
    text-align: center;
  }
  .nav-logo img {
    width: 140px;
    height: auto;
    margin: 0 auto;
  }
  .nav-contact {
    margin-bottom: 45px;
  }
  .nav-contact a {
    color: #DFAE25 !important;
    text-decoration: none;
    font-weight: normal;
  }
  .nav-contact a:hover, .nav-contact a:focus, .nav-contact a:active {
    text-decoration: underline;
  }
  .navbar {
    display: block !important;
  }
  .main-menu {
    display: block !important;
    margin-top: 0;
  }
  .main-menu > li {
    text-align: center !important;
    margin-bottom: 15px;
  }
  .main-menu > li > a {
    font-size: 1rem;
  }
  .main-menu > li > a:after {
    width: 6px;
    height: 6px;
    margin-left: 6px;
  }
  .main-menu .dropdown-menu {
    position: static !important;
    background-color: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    padding-top: 0;
  }
  .main-menu .dropdown-menu > .nav-item {
    text-align: center !important;
  }
  .main-menu .dropdown-menu .dropdown-item {
    display: inline-block;
    width: auto;
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .nav-wrap {
    padding: 30px 15px 45px;
  }
  .nav-logo img {
    height: 100px;
  }
  .nav-contact a {
    font-size: 0.6rem;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
}
#masthead.color-header {
  background-color: #122B38;
}
#masthead.header-scroll {
  background-color: #122B38;
}

.header-top,
.site-header-inner {
  padding-left: 60px;
  padding-right: 60px;
  transition: all 0.2s;
}

.header-top {
  border-bottom: 1px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}
.header-top a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.header-top a:hover, .header-top a:focus, .header-top a:active {
  color: #DFAE25;
}

.cta-link svg {
  transform: rotate(-45deg);
  transition: all 0.33s;
}
.cta-link:hover, .cta-link:focus, .cta-link:active {
  color: #DFAE25;
}
.cta-link:hover svg, .cta-link:focus svg, .cta-link:active svg {
  transform: rotate(0);
}

.site-header-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.header-left,
.header-right {
  width: calc(50% - 100px);
  min-width: calc(50% - 100px);
}
.header-left nav,
.header-right nav {
  margin: 0 -10px;
}

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

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

.header-scroll .header-top {
  padding-top: 6px;
  padding-bottom: 6px;
}
.header-scroll .site-header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .header-top,
  .site-header-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header-left {
    padding-right: 0px;
  }
  .header-right {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .header-top,
  .site-header-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header-right {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .header-top,
  .site-header-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-top {
    text-align: center;
  }
  .header-scroll .header-logo img {
    width: 60px;
  }
}
/* 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 {
  position: relative;
}
.cta-modal-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.cta-modal-content {
  padding: 40px;
}
.cta-modal-content > div {
  max-width: 565px;
}
.cta-modal-content .gform_wrapper {
  padding: 0 20px;
}

.cta-contact {
  margin-top: 40px;
}
.cta-contact a {
  text-decoration: none;
}
.cta-contact a:hover, .cta-contact a:focus, .cta-contact a:active {
  color: #DFAE25;
}

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

/** # Responsive **/
@media (max-width: 767px) {
  .mobile-cta-link {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    overflow: hidden;
  }
  .mobile-cta-link a {
    background-color: #DFAE25;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 35px;
    border-radius: 6px;
    font-size: 0.8rem;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
  }
  .mobile-cta-link.hide-cta {
    z-index: -100;
    opacity: 0;
    transition: opacity 0.25s, z-index 0s linear 0.25s;
  }
  .cta-modal-content {
    padding: 60px 20px 35px;
  }
  .cta-modal-content .gform_wrapper {
    padding: 0;
  }
  .cta-contact span {
    display: block;
  }
  .cta-contact .delim {
    display: none;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 850px;
}

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

.hp-modal-content {
  padding: 70px 40px 40px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .hp-modal-content {
    padding: 60px 20px 35px;
  }
}
.footer-content {
  padding-top: 70px;
}

.footer-form {
  margin-top: 40px;
  margin-bottom: 25px;
}
.footer-form > div {
  border-radius: 14px;
  padding: 35px 25px 35px;
}
.footer-form textarea {
  height: 200px !important;
}

.site-footer-wrap {
  padding-top: 45px;
  padding-bottom: 50px;
}

.footer-logo {
  margin-right: 50px;
  width: 230px;
  min-width: 230px;
}
.footer-logo img {
  width: 100%;
  height: auto;
}

.site-footer-info {
  flex-grow: 1;
}

.footer-col p,
.footer-col li {
  margin-bottom: 3px;
  line-height: 1.15;
}
.footer-col a {
  color: #000;
  text-decoration: none;
}
.footer-col a:hover, .footer-col a:focus, .footer-col a:active {
  color: #DFAE25;
}

.footer-brokerage {
  display: flex;
  justify-content: center;
}

.site-info {
  display: flex;
  justify-content: flex-end;
}

.footer-legal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-info a {
  font-weight: normal;
}

.footer-social-wrap .tiny a {
  text-decoration: none;
}
.footer-social-wrap .tiny a:hover, .footer-social-wrap .tiny a:focus, .footer-social-wrap .tiny a:active {
  color: #DFAE25;
}

.footer-social a {
  width: 31px;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #DFAE25;
  color: #000;
  border-radius: 100%;
  font-size: 0.7rem;
  transition: all 0.4s;
  margin-left: 4px;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  background-color: rgba(223, 174, 37, 0.7);
}

/** # Responsive **/
@media (max-width: 1399px) {
  .site-footer-info {
    font-size: 0.7rem;
  }
  .footer-logo {
    width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 1199px) {
  .footer-logo {
    width: 100%;
    margin: 0 0 35px;
    text-align: center;
  }
  .footer-logo img {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .footer-content {
    padding-top: 50px;
  }
  .site-footer-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer-content {
    padding-top: 40px;
  }
  .site-footer-wrap {
    padding: 40px 15px;
  }
  .footer-logo {
    margin-bottom: 15px;
  }
  .footer-col {
    text-align: center;
    display: block !important;
    margin-top: 20px;
  }
  .footer-social {
    margin-top: 10px;
  }
  .footer-social a {
    margin: 0 4px !important;
  }
}
.media-wrap > div {
  height: 100%;
}
.media-wrap .bg-slider,
.media-wrap .img-slider {
  height: 100% !important;
}
.media-wrap .bg-slider .slick-track,
.media-wrap .bg-slider .slick-list,
.media-wrap .bg-slider .slick-slide,
.media-wrap .img-slider .slick-track,
.media-wrap .img-slider .slick-list,
.media-wrap .img-slider .slick-slide {
  height: 100% !important;
}
.media-wrap .comp-video {
  position: relative;
}
.media-wrap .video-wrap {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-wrap .video-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-slider-arrows {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.img-slider-arrows .slick-arrow {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: #fff;
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #122B38;
  transition: all 0.4s ease-out;
}
.img-slider-arrows .slick-arrow:hover, .img-slider-arrows .slick-arrow:focus, .img-slider-arrows .slick-arrow:active {
  opacity: 0.7;
}

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

.list-box-wrap {
  margin-bottom: 75px;
}
.list-box-wrap.list-box-slide {
  padding: 0 15px;
}
.list-box-wrap a {
  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);
  transition: all 3s 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: #805E00;
}

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

.list-box-status {
  position: absolute;
  top: 12px;
  left: 12px;
  min-width: 135px;
  width: fit-content;
  padding: 6px 20px;
  z-index: 1;
}

.list-box-info h3 {
  font-size: 0.9rem;
  border-top: 1px solid rgba(0, 0, 0, 0.33);
  padding-top: 12px;
  margin-top: 10px;
  transition: all 0.4s;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .list-box-meta {
    font-size: 0.6rem;
  }
}
@media (max-width: 991px) {
  .list-slider {
    margin: 0 -15px;
  }
}
/** # Responsive **/
@media (max-width: 991px) {
  .list-box-wrap {
    margin-bottom: 50px;
  }
}
.blog-box-wrap {
  margin-bottom: 50px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 15px;
}
.blog-box-wrap a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
.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 4s 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: #122B38;
}

.blog-box-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}
.blog-box-img img {
  transition: all 1s ease-out;
}

.blog-box-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  min-width: 135px;
  padding: 6px 15px;
}

.blog-box-info h3 {
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed-slider {
    margin: 0 -15px;
  }
}
.img-header {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 175px 150px 30px;
}
.img-header .page-header {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.header-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.header-media:before {
  bottom: unset;
  height: 140px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), 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) 55%);
  z-index: 1;
}

.page-header-scroll {
  position: absolute;
  right: 50px;
  bottom: 35px;
  z-index: 1;
}
.page-header-scroll img {
  transition: all 0.5s;
}
.page-header-scroll a {
  animation: glow 3s ease 0s infinite;
}
.page-header-scroll a:hover img, .page-header-scroll a:focus img, .page-header-scroll a:active img {
  transform: scale(1.05);
}

@keyframes glow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.text-header {
  padding-top: 175px;
  margin-bottom: 60px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .img-header {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .img-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .img-header {
    min-height: 600px;
  }
  .header-media:after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1) 70%);
  }
}
@media (max-width: 767px) {
  .img-header {
    display: block !important;
    padding: 0;
    min-height: unset;
    background-color: #122B38;
  }
  .img-header .page-header {
    text-shadow: none !important;
    padding: 30px 15px;
  }
  .header-media {
    position: relative;
    aspect-ratio: 4/3;
  }
  .header-media:before {
    height: 130px;
  }
  .header-media:after {
    display: none;
  }
  .text-header {
    padding-top: 160px;
  }
}
.sidebar {
  border-radius: 14px;
  padding: 30px 25px;
  position: sticky;
  text-align: center;
}
.sidebar h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: unset;
  font-weight: 600;
  margin: 0;
  line-height: 1.25;
}
.sidebar p {
  font-weight: 100;
  line-height: 1.25;
}
.sidebar p strong {
  font-weight: bold;
}
.sidebar .sidebar-contact {
  margin-bottom: 12px;
}
.sidebar .sidebar-contact a {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}
.sidebar .sidebar-contact a:hover, .sidebar .sidebar-contact a:focus, .sidebar .sidebar-contact a:active {
  color: #DFAE25;
}

/** # Responsive **/
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    padding: 30px 20px;
  }
  .sidebar-contact span {
    display: block;
  }
  .sidebar-contact .delim {
    display: none;
  }
}
.lead-wrap {
  padding: 200px 0 70px;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

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

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

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

/** # Responsive **/
@media (max-width: 1199px) {
  .lead-wrap {
    padding-top: 175px;
  }
}
@media (max-width: 991px) {
  .lead-wrap {
    padding: 175px 0 50px;
    min-height: unset;
  }
  .lead-content {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding-top: 160px;
  }
  .lead-img:before {
    background-color: rgba(0, 0, 0, 0.75);
  }
}
.blog-header p:last-child {
  margin-bottom: 0;
}

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

/** # Responsive **/
@media (max-width: 1399px) {
  .blog-header h1 {
    font-size: 2.4rem;
  }
}
/** # Responsive **/
@media (max-width: 767px) {
  .blog-header h1 {
    font-size: 2rem;
  }
  .posts-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.t-wrap {
  margin-top: 75px;
  margin-bottom: 75px;
}

.t-box-wrap {
  margin-bottom: 60px;
}
.t-box-wrap a {
  font-weight: normal;
  text-decoration: none;
  display: block;
  height: 100%;
}
.t-box-wrap a:hover .t-stars,
.t-box-wrap a:hover .t-more, .t-box-wrap a:focus .t-stars,
.t-box-wrap a:focus .t-more, .t-box-wrap a:active .t-stars,
.t-box-wrap a:active .t-more {
  color: #DFAE25;
}
.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-inner {
  height: 100%;
  border-radius: 14px;
  padding: 45px 30px 65px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s ease-out;
}

.t-box-quote {
  position: absolute;
  top: -10px;
  left: -15px;
  z-index: -1;
}

.t-stars {
  transition: all 0.4s ease-out;
}

.t-more {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
  transition: all 0.4s ease-out;
  color: #122B38;
  font-weight: 600;
}

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

.t-modal-wrap {
  padding: 35px 50px 50px;
  position: relative;
  z-index: 1;
}

.t-modal-quote {
  position: absolute;
  top: -10px;
  left: -15px;
  z-index: -1;
}

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

.listings-header p:last-child {
  margin-bottom: 0;
}

.listings-map {
  margin-bottom: 60px;
}

.gmap-link {
  text-decoration: none !important;
}
.gmap-link:hover, .gmap-link:focus, .gmap-link:active {
  color: #DFAE25 !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  .listings-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .list-filters {
    padding-left: 15px;
  }
}
.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),
.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),
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) {
  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) 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) 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) li {
  margin-bottom: 8px;
  padding-left: 16px;
  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) 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) 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) li:before {
  margin: 0 10px 0 -16px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #DFAE25;
  position: relative;
  top: -3px;
}

.page-wrap {
  position: relative;
  padding: 100px 0 115px;
}
.page-wrap:before {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  z-index: initial;
  border-radius: 14px;
  background-color: #fff;
}
.page-wrap .container {
  position: relative;
  z-index: 1;
}

.page-content > h1, .page-content > h2, .page-content > h3, .page-content > h4, .page-content > h5,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5 {
  color: #122B38;
}
.page-content > h1:not(:first-child), .page-content > h2:not(:first-child), .page-content > h3:not(:first-child), .page-content > h4:not(:first-child), .page-content > h5: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),
.entry-content > h5: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: 70px;
}
.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: 1199px) {
  .page-wrap {
    padding: 80px 0 90px;
  }
  .page-wrap:before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: initial;
  }
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .page-wrap {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .page-wrap {
    padding: 60px 0;
  }
  .page-wrap:before {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    z-index: initial;
  }
  .page-wrap .container {
    padding: 0 22px;
  }
  .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;
  }
}
.cta-section {
  padding: 100px 150px;
  min-height: 80vh;
}
.cta-section .banner-img {
  z-index: unset;
}
.cta-section:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 75%);
  z-index: 1;
}

.cta-inner {
  max-width: 560px;
  position: relative;
  z-index: 1;
}
.cta-inner h2 {
  line-height: 1;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .cta-section {
    padding: 100px 60px;
  }
}
@media (max-width: 1399px) {
  .cta-section {
    padding: 100px 40px;
  }
}
@media (max-width: 991px) {
  .cta-section {
    min-height: 500px;
  }
  .cta-section:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1) 100%);
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding: 50px 15px;
    min-height: unset;
  }
  .cta-section:before {
    background: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.list-top-wrap {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 200px 75px 35px;
}

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

.list-hilites,
.list-img,
.hilites-slider {
  height: 100% !important;
}
.list-hilites .slick-track,
.list-hilites .slick-list,
.list-hilites .hilites-slide,
.list-img .slick-track,
.list-img .slick-list,
.list-img .hilites-slide,
.hilites-slider .slick-track,
.hilites-slider .slick-list,
.hilites-slider .hilites-slide {
  height: 100% !important;
}

.list-header {
  position: relative;
  z-index: 1;
  max-width: 675px;
}

.list-status {
  text-shadow: none;
  min-width: 135px;
  width: fit-content;
  padding: 6px 20px;
  margin-bottom: 15px;
}
.list-status.primary-bg {
  color: #122B38 !important;
}

.list-header-meta > span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 3px 0 9px;
}
.list-header-meta a {
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  display: inline-block;
}
.list-header-meta a:hover, .list-header-meta a:focus, .list-header-meta a:active {
  color: #DFAE25 !important;
  border-color: transparent;
}

.hilites-arrows {
  position: absolute;
  right: 50px;
  bottom: 45px;
  z-index: 1;
}
.hilites-arrows .slick-arrow {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  transition: all 0.4s ease-out;
  color: #fff;
}
.hilites-arrows .slick-arrow + .slick-arrow {
  margin-left: 10px;
}
.hilites-arrows .slick-arrow:hover, .hilites-arrows .slick-arrow:focus, .hilites-arrows .slick-arrow:active {
  opacity: 0.6;
}

.list-wrap {
  position: relative;
  padding: 90px 0 100px;
}
.list-wrap:before {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  z-index: initial;
  border-radius: 14px;
  background-color: #fff;
}
.list-wrap .container {
  position: relative;
  z-index: 1;
}

.open-houses {
  border-radius: 14px;
  min-height: 170px;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}

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

.list-detail {
  margin-top: 10px;
}

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

.cs-testimonial {
  padding: 30px;
  border-radius: 14px;
}

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

.list-video + .list-virtual, .list-video + .list-video {
  margin-top: 50px;
}

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

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

.list-gallery-wrap {
  padding: 90px 0;
}

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

/** # Responsive **/
@media (max-width: 1399px) {
  .list-top-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .list-top-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hilites-arrows {
    right: 30px;
    bottom: 25px;
  }
  .list-wrap {
    padding: 75px 0 90px;
  }
  .list-wrap:before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: initial;
  }
}
@media (max-width: 991px) {
  .list-top-wrap {
    height: unset;
    background-color: #122B38;
    display: block;
    padding: 0;
  }
  .list-img-wrap {
    position: relative;
    aspect-ratio: 7/5;
  }
  .list-img-wrap:after {
    display: none;
  }
  .hilites-arrows {
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    aspect-ratio: 7/5;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 20px;
  }
  .list-header {
    text-align: center;
    padding: 30px 40px;
    max-width: unset;
  }
  .list-status {
    margin: 0 auto 15px;
  }
  .list-tour {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .list-content-blocks,
  .list-gallery-wrap {
    padding: 50px 0;
  }
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .list-img-wrap:before {
    height: 200px;
  }
  .hilites-arrows {
    padding: 10px;
  }
  .hilites-arrows .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }
  .list-header {
    padding: 30px 15px;
  }
  .list-header h1 {
    font-size: 1.75rem;
  }
  .list-header-meta {
    font-size: 0.8rem;
  }
  .list-wrap {
    padding: 50px 0;
  }
  .list-wrap:before {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    z-index: initial;
  }
  .list-wrap .container {
    padding: 0 22px;
  }
  .open-house {
    line-height: 1.2;
  }
  .open-house + .open-house {
    margin-top: 8px;
  }
  .list-detail {
    font-size: 0.8rem;
  }
  .cs-testimonial {
    padding: 30px 20px;
  }
}
.post-share a {
  text-decoration: none;
  color: #DFAE25;
}
.post-share a:hover, .post-share a:focus, .post-share a:active {
  color: #122B38;
}

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

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

.blog-cta {
  z-index: 1;
}
.blog-cta:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.15));
}
.blog-cta a {
  color: #fff;
  aspect-ratio: 7/5;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.blog-cta a > div {
  padding: 30px 50px;
}

.blog-feed.related-posts {
  margin-top: 0;
  padding-top: 90px;
  border-top: 1px solid #000;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .blog-cta a > div {
    padding: 30px 20px;
  }
  .blog-feed.related-posts {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .post-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .blog-feed.related-posts {
    padding-top: 50px;
  }
  .blog-cta a > div {
    padding: 30px 20px;
  }
  .blog-cta a > div h2 {
    font-size: 1.4rem;
  }
}
.bio-contact a {
  font-weight: normal;
  text-decoration: none;
}
.bio-contact a:hover, .bio-contact a:focus, .bio-contact a:active {
  color: #DFAE25;
}

.blog-toggle {
  margin: 0 0 45px;
}

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

.toggle-btn {
  background-color: transparent;
  border: 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #122B38;
  outline: none !important;
  text-align: left;
  color: #122B38 !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: 40px;
  min-width: 40px;
  border-radius: 100%;
  height: 40px;
  background-color: #DFAE25;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

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

/* Styling for thanks/404 pages */
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: 120px;
  position: relative;
  z-index: 10;
}
lite-youtube.lyt-activated, lite-youtube.ltv-activated,
lite-vimeo.lyt-activated,
lite-vimeo.ltv-activated {
  cursor: unset;
  background-image: none !important;
}
lite-youtube.lyt-activated::before, lite-youtube.lyt-activated > .lyt-playbtn, lite-youtube.lyt-activated > .ltv-playbtn, lite-youtube.ltv-activated::before, lite-youtube.ltv-activated > .lyt-playbtn, lite-youtube.ltv-activated > .ltv-playbtn,
lite-vimeo.lyt-activated::before,
lite-vimeo.lyt-activated > .lyt-playbtn,
lite-vimeo.lyt-activated > .ltv-playbtn,
lite-vimeo.ltv-activated::before,
lite-vimeo.ltv-activated > .lyt-playbtn,
lite-vimeo.ltv-activated > .ltv-playbtn {
  opacity: 0;
  pointer-events: none;
}

/** # Responsive **/
@media (max-width: 767px) {
  lite-youtube .lyt-playbtn svg,
  lite-youtube .ltv-playbtn svg,
  lite-vimeo .lyt-playbtn svg,
  lite-vimeo .ltv-playbtn svg {
    width: 75px;
  }
}
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 50px;
  overflow: hidden;
}
.homepage-hero:before {
  bottom: unset;
  height: 300px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  z-index: 1;
}
.homepage-hero:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}
.homepage-hero .row {
  position: relative;
  z-index: 2;
}

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

.hero-inner {
  padding-right: 200px;
}
.hero-inner h1 {
  font-size: 3.8rem;
}
.hero-inner div p:last-child {
  margin: 0;
}

.hero-arrow a {
  width: 70px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  justify-self: flex-end;
  animation: glow 3s ease 0s infinite;
}

@keyframes glow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/** # Responsive **/
@media (max-width: 1600px) {
  .hero-inner {
    padding-right: 15px;
  }
}
@media (max-width: 1399px) {
  .hero-inner h1 {
    font-size: 3.3rem;
  }
}
@media (max-width: 991px) {
  .homepage-hero {
    min-height: 600px;
  }
  .hero-inner h1 {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    display: block !important;
    padding: 0;
    background-color: #122B38;
  }
  .homepage-hero .row {
    margin: 0;
  }
  .homepage-hero:before {
    height: 200px;
  }
  .homepage-hero:after {
    display: none;
  }
  .hero-media {
    position: relative;
    aspect-ratio: 4/3;
  }
  .hero-inner {
    text-shadow: none !important;
    padding: 30px 15px;
  }
  .hero-inner h1 {
    font-size: 1.9rem;
  }
  .hero-inner .btn {
    color: #122B38;
  }
  .hero-inner .btn:before {
    background-color: #122B38;
  }
  .hero-inner .btn:after {
    background-color: #805E00;
  }
  .hero-inner .btn .btn-inner:before {
    background-color: rgba(128, 94, 0, 0.14);
  }
  .hero-inner .btn .btn-arrow {
    color: #805E00;
  }
}
.homepage-listings {
  margin-top: 75px;
  margin-bottom: 15px;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-listings {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .homepage-listings {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .hp-listings-header {
    margin-bottom: 20px;
  }
}
.homepage-testimonials .row {
  margin: 0;
}

.hpt-content {
  position: relative;
  z-index: 1;
  padding: 45px 30px;
}
.hpt-content > div {
  max-width: 600px;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hpt-quote {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: -1;
}

.hpt-slider {
  margin: 45px 0;
}

.t-callout-text {
  display: block;
  font-family: "Noto Serif Display", serif;
  color: #122B38;
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1.25;
}

.hpt-bottom > div {
  padding: 0;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .hpt-content > div {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .hpt-content > div {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .hpt-content {
    padding: 45px 15px;
  }
  .hpt-content > div {
    max-width: unset;
    width: 100%;
  }
  .hpt-slider {
    margin: 30px 0;
  }
  .t-callout-text {
    font-size: 1.4rem;
  }
}
.freeform-content {
  margin-bottom: 50px;
}

.num-heading {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  color: #122B38;
}

.copy-on-media {
  padding: 100px 150px;
  min-height: 80vh;
}
.copy-on-media:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 75%);
  z-index: 1;
}

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

.overlay-inner {
  max-width: 560px;
  position: relative;
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .copy-on-media {
    padding: 100px 60px;
  }
}
@media (max-width: 1399px) {
  .copy-on-media {
    padding: 100px 40px;
  }
}
@media (max-width: 991px) {
  .copy-on-media {
    min-height: 500px;
  }
  .copy-on-media:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1) 100%);
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    padding: 50px 15px;
    min-height: unset;
  }
  .copy-on-media:before {
    background: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.copy-and-media {
  padding: 100px 0;
}
.copy-and-media.white-bg {
  padding: 0;
  margin-top: 100px;
  margin-bottom: 100px;
}
.copy-and-media.media-left .cm-inner {
  padding-left: 50px;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-right .cm-inner {
  padding-right: 50px;
}
.copy-and-media.media-fit .cm-media {
  position: relative;
  min-height: 600px;
}
.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: 20px;
}
.copy-and-media.media-square .media-wrap {
  aspect-ratio: 1/1;
}
.copy-and-media.media-portrait .media-wrap {
  aspect-ratio: 2.5/3;
}
.copy-and-media.media-landscape .media-wrap {
  aspect-ratio: 7/5;
}

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

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

.team-box-wrap {
  margin-bottom: 50px;
}
.team-box-wrap a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
.team-box-wrap a:hover .team-box-info h3, .team-box-wrap a:focus .team-box-info h3, .team-box-wrap a:active .team-box-info h3 {
  color: #122B38;
}
.team-box-wrap a:hover .btn:after, .team-box-wrap a:focus .btn:after, .team-box-wrap a:active .btn:after {
  width: 100%;
}
.team-box-wrap a:hover .btn .btn-inner:before, .team-box-wrap a:focus .btn .btn-inner:before, .team-box-wrap a:active .btn .btn-inner:before {
  width: 100%;
}
.team-box-wrap a:hover .btn .btn-arrow svg, .team-box-wrap a:focus .btn .btn-arrow svg, .team-box-wrap a:active .btn .btn-arrow svg {
  transform: rotate(0);
}

.team-box-img {
  margin-bottom: 17px;
}

.team-box-info h3 {
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 767px) {
  .team-query-wrap {
    margin: 50px 0 20px;
  }
  .team-query-header {
    margin-bottom: 35px;
  }
}
.white-bg + .blog-feed {
  margin-top: 0;
  padding-top: 90px;
  border-top: 1px solid #000;
}

.blog-feed {
  margin-top: 90px;
  margin-bottom: 40px;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .white-bg + .blog-feed {
    padding-top: 60px;
  }
  .blog-feed {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .white-bg + .blog-feed {
    padding-top: 50px;
  }
  .blog-feed {
    margin-top: 50px;
  }
}
.white-bg + .listings-feed {
  margin-top: 0;
  padding-top: 90px;
  border-top: 1px solid #000;
}

.listings-feed {
  margin-top: 90px;
  margin-bottom: 40px;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .white-bg + .listings-feed {
    padding-top: 60px;
  }
  .listings-feed {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .white-bg + .listings-feed {
    padding-top: 50px;
  }
  .listings-feed {
    margin-top: 50px;
  }
}
.logo-slider-wrap {
  margin: 60px 0;
}
.logo-slider-wrap .section-links {
  margin-top: 35px;
}

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

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

.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;
  }
}
/* Styling for testimonial callout component */
.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 */
.hp-copy-and-media {
  padding: 90px 0;
}

.hpcm-inner {
  margin-bottom: 40px;
}

.hpcm-media .object-cover {
  object-position: top;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-copy-and-media {
    padding: 75px 0;
  }
}
@media (max-width: 991px) {
  .hp-copy-and-media {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .hp-copy-and-media {
    padding: 45px 0;
  }
}
.hp-resource-links {
  padding-top: 60px;
  padding-bottom: 30px;
}

.hpr-inner {
  border-radius: 14px;
  padding: 75px 10px 15px;
}

.hpr-content {
  margin-bottom: 50px;
}

.hpr-box {
  padding: 0 25px;
  margin-bottom: 35px;
}
.hpr-box a {
  text-decoration: none;
}
.hpr-box a:hover .hpr-img img, .hpr-box a:focus .hpr-img img, .hpr-box a:active .hpr-img img {
  transform: scale(1);
  transition: all 4s ease-out;
}
.hpr-box a:hover .btn:after, .hpr-box a:focus .btn:after, .hpr-box a:active .btn:after {
  width: 100%;
}
.hpr-box a:hover .btn .btn-inner:before, .hpr-box a:focus .btn .btn-inner:before, .hpr-box a:active .btn .btn-inner:before {
  width: 100%;
}
.hpr-box a:hover .btn .btn-arrow svg, .hpr-box a:focus .btn .btn-arrow svg, .hpr-box a:active .btn .btn-arrow svg {
  transform: rotate(0);
}

.hpr-img {
  overflow: hidden;
}
.hpr-img img {
  transform: scale(1.05);
  transition: all 1s ease-out;
}

.hpr-info {
  margin-top: 15px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hpr-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hpr-box {
    padding: 0 20px;
  }
}
@media (max-width: 1399px) {
  .hpr-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hpr-box {
    padding: 0 12px;
  }
  .hpr-info h3 {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .hpr-inner {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .hpr-inner {
    padding: 40px 20px 5px;
  }
  .hpr-content {
    margin-bottom: 35px;
  }
  .hpr-box {
    padding: 0 7px;
  }
  .hpr-info h3 {
    font-size: 0.85rem;
  }
  .hpr-info .btn {
    font-size: 0.6rem;
  }
}
.guides-quick-nav {
  position: sticky;
  top: 107px;
  z-index: 70;
}
.guides-quick-nav > div {
  padding: 6px 15px 9px;
}
.guides-quick-nav a {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 600;
}
.guides-quick-nav a:hover, .guides-quick-nav a:focus, .guides-quick-nav a:active {
  color: #DFAE25;
}

.guides-mobile-top {
  display: none;
}
.guides-mobile-top.hide-cta {
  z-index: -100;
  opacity: 0;
  transition: opacity 0.25s, z-index 0s linear 0.25s;
}

.condo-guides-wrap {
  padding-top: 60px;
  margin-bottom: 60px;
}

.condo-box-wrap {
  margin-bottom: 50px;
}
.condo-box-wrap:nth-child(odd) {
  padding-right: 40px;
}
.condo-box-wrap:nth-child(even) {
  padding-left: 40px;
}
.condo-box-wrap a {
  text-decoration: none;
  font-weight: normal;
}
.condo-box-wrap a:hover .condo-box-img img, .condo-box-wrap a:focus .condo-box-img img, .condo-box-wrap a:active .condo-box-img img {
  transform: scale(1.1);
  transition: all 4s ease-out;
}
.condo-box-wrap a:hover .btn:after, .condo-box-wrap a:focus .btn:after, .condo-box-wrap a:active .btn:after {
  width: 100%;
}
.condo-box-wrap a:hover .btn .btn-inner:before, .condo-box-wrap a:focus .btn .btn-inner:before, .condo-box-wrap a:active .btn .btn-inner:before {
  width: 100%;
}
.condo-box-wrap a:hover .btn .btn-arrow svg, .condo-box-wrap a:focus .btn .btn-arrow svg, .condo-box-wrap a:active .btn .btn-arrow svg {
  transform: rotate(0);
}

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

.condo-box-img {
  overflow: hidden;
}
.condo-box-img:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 55%);
  z-index: 1;
}
.condo-box-img img {
  transition: all 1s;
}

.condo-box-info {
  position: absolute;
  color: #fff;
  z-index: 1;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.hood-guides-wrap {
  padding-top: 60px;
  padding-bottom: 25px;
  background: #ECEAE3;
}

.hood-box-wrap {
  margin-bottom: 60px;
}
.hood-box-wrap a {
  text-decoration: none;
  font-weight: normal;
}
.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 4s ease-out;
}
.hood-box-wrap a:hover .btn:after, .hood-box-wrap a:focus .btn:after, .hood-box-wrap a:active .btn:after {
  width: 100%;
}
.hood-box-wrap a:hover .btn .btn-inner:before, .hood-box-wrap a:focus .btn .btn-inner:before, .hood-box-wrap a:active .btn .btn-inner:before {
  width: 100%;
}
.hood-box-wrap a:hover .btn .btn-arrow svg, .hood-box-wrap a:focus .btn .btn-arrow svg, .hood-box-wrap a:active .btn .btn-arrow svg {
  transform: rotate(0);
}

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

.hood-box-img {
  overflow: hidden;
}
.hood-box-img:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 55%);
  z-index: 1;
}
.hood-box-img img {
  transition: all 1s;
}

.hood-box-info {
  position: absolute;
  color: #fff;
  z-index: 1;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .condo-guides-wrap {
    margin-bottom: 30px;
  }
  .condo-box-wrap:nth-child(odd) {
    padding-right: 20px;
  }
  .condo-box-wrap:nth-child(even) {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .condo-box-wrap {
    padding: 0 15px !important;
    transition-delay: 0.3s !important;
  }
  .condo-box-img:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 75%);
  }
  .condo-box-info {
    left: 15px;
    bottom: 15px;
    right: 15px;
  }
  .condo-box-info .small {
    font-size: 0.7rem;
  }
  .condo-box-info p:last-child {
    margin-bottom: 10px;
  }
  .hood-box-wrap {
    transition-delay: 0.3s !important;
  }
}
@media (max-width: 991px) {
  .condo-box-img:before {
    display: none;
  }
  .condo-box-info {
    position: static;
    margin-top: 15px;
    color: #000;
    text-shadow: none !important;
  }
  .condo-box-info h3 {
    color: #122B38;
  }
  .condo-box-info .btn {
    color: #122B38;
  }
  .condo-box-info .btn:before {
    background-color: #122B38;
  }
  .hood-box-info {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .guides-quick-nav a {
    display: block;
  }
  .guides-quick-nav .delim {
    display: none;
  }
  .guides-mobile-top {
    display: block;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 70;
    font-size: 0.7rem;
  }
  .guides-mobile-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #122B38;
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
    width: 30px;
    height: 35px;
    border-radius: 2px;
  }
  .condo-guides-wrap {
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .hood-guides-wrap {
    padding-top: 45px;
    padding-bottom: 10px;
  }
  .hood-box-wrap {
    margin-bottom: 40px;
  }
}
.guide-gallery {
  margin-top: 50px;
}

.guide-files {
  margin-top: 50px;
  border-radius: 14px;
  padding: 45px 30px 25px;
  color: #DFAE25 !important;
}
.guide-files .btn-secondary {
  color: #fff !important;
}
.guide-files .btn-secondary:before {
  background-color: #fff !important;
}
.guide-files .btn-secondary:hover, .guide-files .btn-secondary:focus, .guide-files .btn-secondary:active {
  color: #fff !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  .guide-files {
    padding: 35px 20px 20px;
  }
}

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