@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 */
.hpr-inner:before, .hpc-overlay-media:before, .link-box-img:after, .hp-overlay-media:before, .overlay-media:before, .list-slide-inner:before, .homepage-hero:before, lite-youtube::before,
lite-vimeo::before, .blog-cta:before, .list-img-wrap:before, .cta-section:before, .lead-img > div:not(.lead-logo):before, .header-media:before, .cta-modal-img:before, .nav-modal-cta: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.75s ease-out 0.3s, transform 0.75s ease-out 0.3s;
}

.default-transition, a, .btn, .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, #login .button-primary {
  transition: all 0.75s 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.75s ease-out 0.3s;
}

.fade-children > * {
  opacity: 0;
  transition: opacity 0.75s 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);
}

.animate-media {
  clip-path: inset(100% 0% 0% 0%);
  transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.animate-media.animated {
  clip-path: inset(0% 0% 0% 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, .t-box-wrap .t-box-inner, #masthead.header-scroll, .sidebar {
  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: #CE7E64;
  font-weight: 600;
  text-decoration: none;
}

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

.btn, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  font-family: "Krub", sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 20px;
  line-height: 1;
  min-height: 55px;
  min-width: 235px;
  border-radius: 27px;
  border: 1px solid transparent;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  text-shadow: none;
  background-color: transparent !important;
}
.btn:hover, #login .button-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .btn:focus, #login .button-primary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .btn:active, #login .button-primary:active, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  border-color: #CE7E64;
}
.btn:hover .btn-icon, #login .button-primary:hover .btn-icon, .wp-block-button.is-style-outline .wp-block-button__link:hover .btn-icon, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .btn-icon, .btn:focus .btn-icon, #login .button-primary:focus .btn-icon, .wp-block-button.is-style-outline .wp-block-button__link:focus .btn-icon, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .btn-icon, .btn:active .btn-icon, #login .button-primary:active .btn-icon, .wp-block-button.is-style-outline .wp-block-button__link:active .btn-icon, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .btn-icon {
  background-image: url("../images/btn-icon-white.svg");
}
.btn:hover .btn-hover, #login .button-primary:hover .btn-hover, .wp-block-button.is-style-outline .wp-block-button__link:hover .btn-hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .btn-hover, .btn:focus .btn-hover, #login .button-primary:focus .btn-hover, .wp-block-button.is-style-outline .wp-block-button__link:focus .btn-hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .btn-hover, .btn:active .btn-hover, #login .button-primary:active .btn-hover, .wp-block-button.is-style-outline .wp-block-button__link:active .btn-hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .btn-hover {
  width: 225%;
  height: 562.5px;
}

.btn-icon {
  display: inline-block;
  width: 18px;
  height: 27px;
  margin-left: 8px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.4s ease-out;
}

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

.btn-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #0B270D;
  border-color: #CE7E64;
}
.btn-primary .btn-icon, .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-icon {
  background-image: url("../images/btn-icon-primary.svg");
}
.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: #fff;
}

.btn-secondary, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link {
  color: #fff;
  border-color: #E1D8CB;
}
.btn-secondary .btn-icon, #login .button-primary .btn-icon, .wp-block-button.is-style-outline .wp-block-button__link .btn-icon {
  background-image: url("../images/btn-icon-white.svg");
}
.btn-secondary:hover, #login .button-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-secondary:focus, #login .button-primary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .btn-secondary:active, #login .button-primary:active, .wp-block-button.is-style-outline .wp-block-button__link:active {
  color: #fff;
}

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

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

p:empty {
  display: none;
}

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

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Merchant", serif;
  line-height: 1;
}
h1 a:not(.btn), h2 a:not(.btn), h3 a:not(.btn), h4 a:not(.btn),
.h1 a:not(.btn), .h2 a:not(.btn), .h3 a:not(.btn), .h4 a:not(.btn) {
  font-weight: 100 !important;
}

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

.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: "Merchant", serif;
}
.heading a:not(.btn) {
  font-weight: 100 !important;
}

.body {
  font-family: "Krub", 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: #0B270D;
}

.secondary-text {
  color: #CE7E64;
}

.tertiary-text {
  color: #EBB79E;
}

.accent-text,
.has-crimson-color {
  color: #CA2A34;
}

.medgrey-text {
  color: #E1D8CB;
}

.lightgrey-text {
  color: rgb(249.256097561, 247.5329268293, 245.043902439);
}

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

blockquote {
  margin: 30px 0;
  font-size: 1rem !important;
  text-align: left !important;
  font-weight: bold;
  padding: 20px 0;
  border-top: 2px solid #CE7E64;
  border-bottom: 2px solid #CE7E64;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}

/** # Responsive **/
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 2.8rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  h1 br, h2 br, h3 br, h4 br, h5 br {
    display: none !important;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.2rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
}
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: #0B270D !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #0B270D !important;
}

.overlay-bg {
  background-color: #0B270D;
  color: #fff;
}
.overlay-bg .btn-primary,
.overlay-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff;
}
.overlay-bg .btn-primary .btn-icon,
.overlay-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-icon {
  background-image: url("../images/btn-icon-white.svg");
}

.medgrey-bg {
  background-color: #E1D8CB;
}
.medgrey-bg + .medgrey-bg {
  padding-top: 0;
}

.lightgrey-bg {
  background-color: rgb(249.256097561, 247.5329268293, 245.043902439);
}
.lightgrey-bg + .lightgrey-bg {
  padding-top: 0;
}

.black-bg {
  background-color: #000;
  color: #fff;
}
.black-bg + .black-bg {
  padding-top: 0;
}
.black-bg .btn-primary,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff;
}
.black-bg .btn-primary .btn-icon,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-icon {
  background-image: url("../images/btn-icon-white.svg");
}

.primary-bg {
  background-color: #0B270D;
  color: #fff;
}
.primary-bg + .primary-bg {
  padding-top: 0;
}
.primary-bg .btn-primary,
.primary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff;
}
.primary-bg .btn-primary .btn-icon,
.primary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-icon {
  background-image: url("../images/btn-icon-white.svg");
}

.secondary-bg {
  background-color: #CE7E64;
  color: #fff;
}
.secondary-bg + .secondary-bg {
  padding-top: 0;
}
.secondary-bg a:not(.btn) {
  color: #E1D8CB;
}
.secondary-bg a:not(.btn):hover, .secondary-bg a:not(.btn):focus, .secondary-bg a:not(.btn):active {
  color: #EBB79E;
}
.secondary-bg .btn-primary,
.secondary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff;
  border-color: #EBB79E;
}
.secondary-bg .btn-primary .btn-icon,
.secondary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-icon {
  background-image: url("../images/btn-icon-white.svg");
}
.secondary-bg .btn-primary .btn-hover,
.secondary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-hover {
  background-color: #EBB79E;
}
.secondary-bg .btn-primary:hover, .secondary-bg .btn-primary:focus, .secondary-bg .btn-primary:active,
.secondary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.secondary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.secondary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  border-color: #EBB79E;
}
.secondary-bg .btn-secondary .btn-hover,
.secondary-bg .wp-block-button.is-style-outline .wp-block-button__link .btn-hover {
  background-color: #EBB79E;
}
.secondary-bg .btn-secondary:hover, .secondary-bg .btn-secondary:focus, .secondary-bg .btn-secondary:active,
.secondary-bg .wp-block-button.is-style-outline .wp-block-button__link:hover,
.secondary-bg .wp-block-button.is-style-outline .wp-block-button__link:focus,
.secondary-bg .wp-block-button.is-style-outline .wp-block-button__link:active {
  border-color: #EBB79E;
}

.tertiary-bg {
  background-color: #EBB79E;
}
.tertiary-bg + .tertiary-bg {
  padding-top: 0;
}
.tertiary-bg a:not(.btn):hover, .tertiary-bg a:not(.btn):focus, .tertiary-bg a:not(.btn):active {
  color: #CE7E64;
  text-decoration: underline;
}

.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: 33px;
  height: 33px;
  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: #0B270D;
  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: #0B270D;
  color: #0B270D;
}
.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: #0B270D;
  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;
  background-color: #0B270D;
  opacity: 0.45;
  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: rgb(249.256097561, 247.5329268293, 245.043902439);
  color: #000;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
}
.slick-arrow + .slick-arrow {
  margin-left: 10px;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  opacity: 0.7;
}

.slash-arrows {
  position: relative;
  width: fit-content;
  z-index: 1;
}
.slash-arrows .slick-arrow {
  background-color: transparent;
  border: 0;
  width: 30px;
  aspect-ratio: 1/1;
  transition: all 0.4s ease-out;
}
.slash-arrows .slick-arrow:hover, .slash-arrows .slick-arrow:focus, .slash-arrows .slick-arrow:active {
  opacity: 0.6;
}
.slash-arrows:before {
  content: "/";
  color: #CE7E64;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  height: 22px;
  margin: auto;
  font-size: 0.7rem;
  font-weight: 600;
  z-index: -1;
}

.sidebar {
  padding: 30px;
  text-align: center;
  position: sticky;
}
.sidebar h3 {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select {
  background: rgb(249.256097561, 247.5329268293, 245.043902439) 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(11, 39, 13, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(11, 39, 13, 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: "Krub", 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.65rem !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: #0B270D !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: #CE7E64;
}

.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: #CE7E64 !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.9rem !important;
  color: #000 !important;
  font-weight: normal !important;
  z-index: 1;
}

.gfield_label {
  position: absolute;
  left: 15px;
  top: 15px;
  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 {
  border: 1px solid #fff !important;
  background-color: transparent !important;
  color: #fff;
}
.white-form select {
  background: transparent url("../images/angle-down-white.svg") right 15px center no-repeat;
  background-size: 12px;
  color: transparent;
  border: 1px solid #fff !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_label,
.white-form label, .white-form .label {
  color: #fff !important;
}
.white-form .gform_button {
  color: #fff;
  border-color: rgb(249.256097561, 247.5329268293, 245.043902439);
}
.white-form .gform_button:hover, .white-form .gform_button:focus, .white-form .gform_button:active {
  border-color: #CE7E64;
}

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

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

.search-form {
  position: relative;
}

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

.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: #0B270D !important;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #EBB79E !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;
  border: 1px solid #CE7E64;
  font-size: 0.9rem !important;
}

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

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

/*----------------------------*/
/*--- ## Single Pagination ---*/
/*----------------------------*/
.post-navigation .pagination {
  padding-left: 0;
  list-style: none;
  margin-top: 35px;
  margin-bottom: 0;
  width: 100%;
}
.post-navigation .pagination .nav-previous,
.post-navigation .pagination .nav-next {
  display: inline-block;
}
.post-navigation .pagination .nav-previous a,
.post-navigation .pagination .nav-next a {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: #000;
}
.post-navigation .pagination .nav-previous a:hover, .post-navigation .pagination .nav-previous a:focus, .post-navigation .pagination .nav-previous a:active,
.post-navigation .pagination .nav-next a:hover,
.post-navigation .pagination .nav-next a:focus,
.post-navigation .pagination .nav-next a:active {
  color: #0B270D;
}
.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: #0B270D;
}
#login h1 a {
  width: 200px;
  background-size: 200px;
  height: 140px;
  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 !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
#login form input:not([type=submit]) {
  background-color: rgb(249.256097561, 247.5329268293, 245.043902439);
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
}
#login .button-primary:hover, #login .button-primary:focus, #login .button-primary:active {
  background-color: #CE7E64 !important;
}

#rememberme {
  background-color: transparent;
  border: 2px solid #EBB79E !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: #EBB79E !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: #EBB79E !important;
}

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

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

.nav-wrap {
  order: 2;
  padding: 70px 30px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-modal-cta {
  padding: 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 40px 50px;
}
.nav-modal-cta:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 40%);
}

.primary-nav {
  padding: 0;
}

.main-menu {
  justify-content: space-between;
  width: 100%;
}
.main-menu > li {
  text-align: left !important;
  margin-bottom: 15px;
}
.main-menu > li > a {
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.03rem;
  padding: 0.25rem 0.5rem;
  background-color: transparent !important;
  outline: none !important;
  width: unset !important;
  display: inline-block;
  text-decoration: none !important;
}
.main-menu > li > a.dropdown-toggle {
  pointer-events: none;
  color: #000 !important;
}
.main-menu > li > a.dropdown-toggle:after, .main-menu > li > a.dropdown-toggle:before {
  display: none;
}
.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: #0B270D;
  background-color: transparent;
}

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

/** # Responsive **/
@media (max-width: 1600px) {
  .nav-wrap {
    padding-top: 60px;
  }
  .main-menu > li > a,
  .main-menu .dropdown-menu .dropdown-item {
    font-size: 0.8rem;
  }
}
@media (max-width: 1199px) {
  .nav-modal-cta {
    padding: 30px 20px;
  }
  .nav-wrap {
    padding: 45px 30px 30px;
  }
}
@media (max-width: 991px) {
  .nav-wrap {
    order: unset;
    display: block;
    padding-top: 70px;
  }
  .main-menu {
    flex-direction: row;
  }
  .main-menu > li {
    width: 45%;
    margin-bottom: 25px;
  }
  .main-menu > li > a,
  .main-menu .dropdown-menu .dropdown-item {
    font-size: 0.95rem;
  }
  .nav-modal-cta {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .nav-modal-cta:before {
    background: none;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 767px) {
  .nav-wrap {
    padding-top: 50px;
  }
  .main-menu {
    flex-direction: column;
  }
  .main-menu > li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  padding: 15px 60px;
}
#masthead.header-scroll {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(9.878, 35.022, 11.674);
}

.header-left,
.header-right {
  padding-top: 10px;
}
.header-left a,
.header-right a {
  color: #fff;
}
.header-left a:hover, .header-left a:focus, .header-left a:active,
.header-right a:hover,
.header-right a:focus,
.header-right a:active {
  color: #EBB79E;
}

.header-logo {
  position: relative;
  padding-top: 10px;
  transition: all 0.2s ease-out;
}
.header-logo img {
  width: auto;
}

.logo-default {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 170px;
  transition: all 0.2s;
}

.logo-scroll {
  opacity: 0;
  height: 130px;
  transition: all 0.2s;
}

.header-quick-nav {
  border-right: 1px solid rgba(255, 255, 255, 0.33);
}

.navbar-toggler {
  padding: 0;
  font-size: 0.7rem;
  color: #fff;
  display: flex;
  align-items: center;
  box-shadow: none !important;
  border: 0;
  transform: translateY(-9px);
  font-weight: 600;
}
.navbar-toggler > div {
  width: 20px;
  margin-right: 4px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.navbar-toggler:hover .menu-bar:first-child, .navbar-toggler:focus .menu-bar:first-child, .navbar-toggler:active .menu-bar:first-child {
  width: 60%;
}
.navbar-toggler:hover .menu-bar:last-child, .navbar-toggler:focus .menu-bar:last-child, .navbar-toggler:active .menu-bar:last-child {
  width: 100%;
}

.menu-bar {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fff;
  margin: 3px 0;
  transition: all 0.4s;
}
.menu-bar:last-child {
  width: 60%;
}

.header-scroll .header-logo {
  padding-top: 0;
}
.header-scroll .logo-default {
  opacity: 0;
  height: 80px;
}
.header-scroll .logo-scroll {
  opacity: 1;
  height: 80px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  #masthead {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  #masthead {
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo-default {
    height: 130px;
  }
  .logo-scroll {
    height: 100px;
  }
  .header-scroll .logo-scroll,
  .header-scroll .logo-default {
    height: 70px;
  }
}
@media (max-width: 767px) {
  #masthead {
    padding: 10px 15px;
  }
  .header-logo {
    padding-top: 0;
  }
  .logo-default {
    height: 95px;
    margin: unset;
    left: 15px;
  }
  .logo-scroll {
    height: 75px;
  }
  .header-right {
    padding-top: 15px;
  }
  .header-scroll .logo-scroll,
  .header-scroll .logo-default {
    height: 50px;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}
.cta-modal .btn-close img:last-of-type {
  display: none;
}

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

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

.cta-modal-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 35px 20px;
}
.cta-modal-img:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0), 25%, rgba(0, 0, 0, 0), 75%, rgba(0, 0, 0, 0.6) 100%);
}

.cta-logo {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cta-logo img {
  height: 150px;
  width: auto;
}

.cta-contact {
  position: relative;
  color: #fff;
}
.cta-contact p a {
  color: #fff;
  font-weight: normal;
}
.cta-contact p a:hover, .cta-contact p a:focus, .cta-contact p a:active {
  color: #EBB79E;
}

.cta-social {
  margin-bottom: 35px;
}
.cta-social a {
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  color: #fff;
  background-color: #000;
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cta-social a:hover, .cta-social a:focus, .cta-social a:active {
  background-color: #CE7E64;
}

.cta-modal-content {
  padding: 30px;
}
.cta-modal-content > div {
  max-width: 590px;
}
.cta-modal-content .gform_wrapper {
  padding: 0 45px;
}
.cta-modal-content .gform_button {
  background-color: #000 !important;
  border-color: #000;
  color: #fff !important;
}
.cta-modal-content .gform_button .btn-icon {
  display: none;
}
.cta-modal-content .gform_button:hover, .cta-modal-content .gform_button:focus, .cta-modal-content .gform_button:active {
  border-color: #CE7E64;
}

/** # Responsive **/
@media (max-width: 991px) {
  .cta-modal .btn-close img:last-of-type {
    display: block;
  }
  .cta-modal .btn-close img:first-of-type {
    display: none;
  }
  .cta-modal-img:before {
    background: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@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: rgb(9.878, 35.022, 11.674);
    border: 1px solid rgba(255, 255, 255, 0.33);
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 35px;
    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 .btn-close img:last-of-type {
    display: none;
  }
  .cta-modal .btn-close img:first-of-type {
    display: block;
  }
  .cta-modal-img {
    order: 2;
  }
  .cta-modal-content {
    padding: 60px 20px 45px;
  }
  .cta-modal-content .gform_wrapper {
    padding: 0;
  }
  .cta-logo img {
    height: 110px;
  }
  .cta-social {
    margin-bottom: 0;
  }
  .cta-agent {
    margin-top: 20px;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 600px;
}

.hp-modal-wrap {
  padding: 60px 40px 40px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
  .hp-modal-wrap {
    padding: 50px 20px 30px;
  }
}
#colophon {
  padding-bottom: 25px;
}

.footer-content-wrap {
  padding: 80px 0;
}
.footer-content-wrap textarea {
  height: 145px !important;
}

.footer-brand {
  width: 40px;
  height: auto;
  margin: 0 auto 20px;
}

.site-footer-inner {
  padding: 60px 0;
}

.footer-logo {
  margin-bottom: 60px;
}
.footer-logo img {
  height: 150px;
  width: auto;
}

.footer-agent a {
  font-weight: normal;
  color: #000;
}
.footer-agent a:hover, .footer-agent a:focus, .footer-agent a:active {
  color: #CE7E64;
}
.footer-agent:nth-child(1), .footer-agent:nth-child(2) {
  margin-bottom: 30px;
}

.footer-cta {
  padding-bottom: 20px;
  border-bottom: 1px solid #CE7E64;
  margin-bottom: 30px;
}
.footer-cta input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.footer-cta select {
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem !important;
}
.footer-cta .gfield_label {
  font-size: 0.65rem !important;
  top: 10px;
}
.footer-cta .gfield.input--filled .gfield_label {
  font-size: 0.6rem !important;
}
.footer-cta .gform_footer {
  justify-content: flex-end !important;
}
.footer-cta .gform_button {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  min-height: unset;
  min-width: unset;
  width: fit-content !important;
  color: #000;
  padding: 0 0 2px;
  font-size: 0.6rem;
  font-weight: 500;
  text-transform: none;
}
.footer-cta .gform_button span {
  display: none !important;
}
.footer-cta .gform_button:hover, .footer-cta .gform_button:focus, .footer-cta .gform_button:active {
  color: #CE7E64;
  border-color: #CE7E64;
}

.footer-social p a {
  color: #000;
  font-weight: normal;
}
.footer-social p a:hover, .footer-social p a:focus, .footer-social p a:active {
  color: #CE7E64;
}

.footer-social-links a {
  width: 45px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-social-links a:hover, .footer-social-links a:focus, .footer-social-links a:active {
  background-color: #CE7E64;
  color: #fff;
  border-color: #CE7E64;
}

.footer-ig {
  overflow: hidden;
}

.site-info a {
  color: #000;
}
.site-info a:hover, .site-info a:focus, .site-info a:active {
  color: #CE7E64;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .site-footer-inner {
    padding: 50px 0 35px;
  }
  .footer-agent,
  .footer-brokerage {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-cta {
    text-align: center;
    margin-top: 40px;
  }
  .footer-cta .gform_footer {
    justify-content: center !important;
  }
}
@media (max-width: 991px) {
  .footer-content-wrap {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .fig-img:nth-child(n+4) {
    display: none;
  }
  .footer-content-wrap {
    padding: 45px 0;
  }
  .site-footer-inner {
    padding: 40px 0 30px;
  }
  .footer-logo {
    margin-bottom: 45px;
  }
  .footer-logo img {
    height: 110px;
  }
  .footer-contact > div {
    width: 100%;
  }
  .footer-cta {
    margin-top: 10px;
  }
  .footer-social .h5 {
    font-size: 1.1rem;
  }
  .footer-social-links a {
    width: 30px;
    font-size: 0.7rem;
  }
}
.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;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 25px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  z-index: 1;
  width: fit-content;
}
.img-slider-arrows:before {
  content: "/";
  color: #CE7E64;
  position: absolute;
  top: 7px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  text-align: center;
  font-size: 0.7rem;
}
.img-slider-arrows .slick-arrow {
  width: unset;
  height: unset;
  padding: 12px;
  background-color: transparent;
  margin: 0 !important;
}

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

.list-box-wrap {
  margin-bottom: 60px;
}
.list-box-wrap.list-box-slide {
  padding: 0 15px;
  margin-bottom: 0;
}
.list-box-wrap a {
  font-weight: normal;
  color: #000;
}
.list-box-wrap a:hover .list-box-hover, .list-box-wrap a:focus .list-box-hover, .list-box-wrap a:active .list-box-hover {
  opacity: 1;
}

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

.list-box-status {
  position: absolute;
  top: 12px;
  left: 15px;
  width: fit-content;
  min-width: 100px;
  padding: 4px 12px 2px;
  border-radius: 14px;
  font-weight: normal;
  text-align: center;
}

.list-box-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.list-box-hover img {
  width: 15px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.list-box-info {
  margin-top: 12px;
  color: #000;
}

.list-box-meta span:not(:last-child):after {
  content: " | ";
  font-weight: 500;
  font-style: normal;
}

/** # Responsive **/
@media (max-width: 991px) {
  .list-slider {
    margin: 0 -15px;
  }
  .list-slider .slick-dots {
    margin-top: 30px;
  }
}
.blog-box-wrap {
  margin-bottom: 60px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 15px;
  margin-bottom: 45px;
}
.blog-box-wrap a:hover .blog-box-hover, .blog-box-wrap a:focus .blog-box-hover, .blog-box-wrap a:active .blog-box-hover {
  opacity: 1;
}
.blog-box-wrap a:hover .blog-box-cat, .blog-box-wrap a:focus .blog-box-cat, .blog-box-wrap a:active .blog-box-cat {
  background-color: #0B270D;
}

.blog-box-img {
  position: relative;
  margin-bottom: 15px;
}

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

.blog-box-cat {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  min-width: 120px;
  width: fit-content;
  padding: 3px 12px;
  border-radius: 14px;
  text-align: center;
  transition: all 0.4s ease-out;
}

.blog-box-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.blog-box-hover img {
  width: 15px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.blog-box-info h3 {
  font-weight: 600;
  color: #000;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed-slider {
    margin: 0 -15px;
  }
}
.img-header {
  min-height: 100vh;
  padding: 250px 0 50px;
}
.img-header .page-header {
  position: relative;
  z-index: 1;
}
.img-header .page-header a:not(.btn) {
  color: #EBB79E;
}
.img-header .page-header a:not(.btn):hover, .img-header .page-header a:not(.btn):focus, .img-header .page-header a:not(.btn):active {
  color: #CE7E64;
}

.header-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.header-media:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.05) 33%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.text-header {
  padding-top: 275px;
  margin-bottom: 50px;
}
.text-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 210px;
  background-color: #0B270D;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .img-header {
    padding-top: 215px;
  }
  .text-header {
    padding-top: 225px;
  }
  .text-header:before {
    height: 165px;
  }
}
@media (max-width: 991px) {
  .img-header {
    min-height: 600px;
  }
  .header-media:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.6) 100%);
  }
}
@media (max-width: 767px) {
  .img-header {
    padding: 175px 0 35px;
    min-height: 350px;
  }
  .header-media:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.6) 100%);
  }
  .text-header {
    padding-top: 160px;
  }
  .text-header:before {
    height: 120px;
  }
}
.page-form-wrap {
  overflow: hidden;
}

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

.page-form {
  padding: 90px 45px 70px;
  min-height: 75vh;
}
.page-form > div {
  max-width: 470px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .page-form {
    min-height: unset;
    padding: 70px 30px 60px;
  }
}
@media (max-width: 767px) {
  .page-form {
    padding: 45px 15px;
  }
}
.page-template-leadpage #masthead {
  background-color: transparent !important;
  position: absolute;
  box-shadow: none !important;
}
.page-template-leadpage .header-quick-nav {
  border-color: rgba(0, 0, 0, 0.33);
}
.page-template-leadpage .header-right a {
  color: #000;
}
.page-template-leadpage .header-right a:hover, .page-template-leadpage .header-right a:focus, .page-template-leadpage .header-right a:active {
  color: #CE7E64;
}
.page-template-leadpage .navbar-toggler {
  color: #000;
}
.page-template-leadpage .menu-bar {
  background-color: #000;
}
.page-template-leadpage .header-quick-link,
.page-template-leadpage .cta-link,
.page-template-leadpage .mobile-cta-link,
.page-template-leadpage .header-logo a {
  display: none !important;
}

.lead-footer .site-footer-inner {
  padding: 50px 0 15px;
}
.lead-footer .footer-cta {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.lead-footer .footer-social {
  padding-bottom: 20px;
  border-bottom: 1px solid #CE7E64;
}

.lead-wrap .row {
  margin: 0;
}

.lead-img {
  position: relative;
  padding: 0;
}
.lead-img > div:not(.lead-logo) {
  position: sticky;
  height: 100vh;
  top: 0;
}
.lead-img > div:not(.lead-logo):before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 350px);
  z-index: 1;
}

.lead-logo {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.lead-logo img {
  height: 150px;
  width: auto;
}

.lead-content {
  padding: 130px 30px 50px;
}
.lead-content > div {
  max-width: 580px;
}

.lead-form {
  padding: 0 45px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .lead-content {
    padding-top: 100px;
  }
  .lead-form {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .page-template-leadpage .navbar-toggler {
    color: #fff;
  }
  .page-template-leadpage .menu-bar {
    background-color: #fff;
  }
  .lead-img > div:not(.lead-logo) {
    height: unset;
    aspect-ratio: 16/9;
  }
  .lead-img > div:not(.lead-logo):before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 275px);
  }
  .lead-content {
    padding: 40px 30px 50px;
  }
}
@media (max-width: 767px) {
  .lead-logo {
    right: unset;
    margin: unset;
    top: 15px;
    left: 15px;
  }
  .lead-logo img {
    height: 100px;
  }
  .lead-content {
    padding: 30px 15px 40px;
  }
  .lead-form {
    padding: 0;
  }
}
.posts-wrap {
  margin-top: 60px;
  margin-bottom: 80px;
}

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

.t-box-wrap {
  margin-bottom: 60px;
}
.t-box-wrap a {
  color: #000;
  font-weight: normal;
  display: block;
  height: 100%;
}
.t-box-wrap a:hover .t-box-inner, .t-box-wrap a:focus .t-box-inner, .t-box-wrap a:active .t-box-inner {
  transform: translateY(-15px);
}
.t-box-wrap a:hover .t-stars, .t-box-wrap a:focus .t-stars, .t-box-wrap a:active .t-stars {
  color: #EBB79E;
}
.t-box-wrap .t-box-inner {
  height: 100%;
  transition: all 0.5s ease-out;
}

.t-box-inner {
  padding: 50px 35px 120px;
  position: relative;
}

.t-stars {
  margin-bottom: 15px;
  transition: all 0.5s ease-out;
}

.t-callout-text {
  display: block;
  font-family: "Merchant", serif;
  color: #0B270D;
  font-size: 1.25rem;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1;
}

.t-box-name {
  position: absolute;
  bottom: 35px;
  left: 35px;
  right: 35px;
  padding-top: 15px;
  border-top: 2px solid #EBB79E;
}

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

.t-modal-wrap {
  padding: 35px 50px 40px;
}
.t-modal-wrap p {
  font-size: 0.9rem;
}

.t-modal-brand {
  width: 30px;
  margin-bottom: 25px;
  opacity: 0.75;
}
.t-modal-brand img {
  width: 100%;
  height: auto;
}

/** # Responsive **/
@media (max-width: 991px) {
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .t-box-inner {
    padding: 45px 20px 110px;
  }
  .t-box-name {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .t-modal-wrap {
    padding: 30px 20px 35px;
  }
}
.listings-wrap {
  margin-top: 60px;
  margin-bottom: 80px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .listings-wrap {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
.page-content {
  margin: 50px 0;
}

.text-header + .page-content {
  margin-top: 10px;
}

.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: 14px;
  line-height: 1.3;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) 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 -14px;
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #CE7E64;
  position: relative;
  top: -3px;
}

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

.entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4 {
  color: #0B270D;
}
.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: 35px;
}
.entry-content > h1, .entry-content > .h1 {
  font-size: 2.5rem;
}
.entry-content > h2, .entry-content > .h2 {
  font-size: 2.2rem;
}
.entry-content > h3, .entry-content > .h3 {
  font-size: 1.7rem;
}
.entry-content > h4, .entry-content > .h4 {
  font-size: 1.4rem;
}

/** # Responsive **/
@media (max-width: 767px) {
  .entry-content > h1, .entry-content > .h1 {
    font-size: 2rem;
  }
  .entry-content > h2, .entry-content > .h2 {
    font-size: 1.8rem;
  }
  .entry-content > h3, .entry-content > .h3 {
    font-size: 1.5rem;
  }
  .entry-content > h4, .entry-content > .h4 {
    font-size: 1.2rem;
  }
}
.cta-section {
  min-height: 80vh;
  padding: 100px 60px 50px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.cta-section:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.cta-section .banner-img {
  z-index: unset;
}

.cta-inner {
  position: relative;
  z-index: 1;
  padding-right: 200px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .cta-section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .cta-inner {
    padding-right: 50px;
  }
}
@media (max-width: 1399px) {
  .cta-inner {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .cta-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .cta-section {
    min-height: 450px;
  }
  .cta-section:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.15) 100%);
  }
}
@media (max-width: 767px) {
  .cta-section {
    min-height: unset;
    padding: 50px 15px;
    text-align: center;
  }
  .cta-section:before {
    background: none;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.list-top-wrap {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.list-img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.list-img-wrap:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.075) 45%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.hilites-slide,
.list-img {
  height: 100vh !important;
}

.list-top-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 60px 20px;
}
.list-top-inner hr {
  background-color: #fff;
  margin: 15px 0;
}

.list-header-meta > span:not(:last-child):after {
  content: " | ";
  font-style: normal;
}

.list-top-btn .btn {
  min-width: unset;
}

.open-houses > span:not(:last-child):after {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #E1D8CB;
  opacity: 0.5;
  display: inline-block;
  margin: 0 12px 0 15px;
}

.hilites-link {
  height: 35px;
  width: 55px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #0B270D !important;
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hilites-link:hover, .hilites-link:focus, .hilites-link:active {
  opacity: 0.7;
}

.hilites-arrows,
.hilites-arrows-mobile {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 25px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  z-index: 1;
  width: fit-content;
  position: relative;
}
.hilites-arrows:before,
.hilites-arrows-mobile:before {
  content: "/";
  color: #CE7E64;
  position: absolute;
  top: 7px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  text-align: center;
  font-size: 0.7rem;
}
.hilites-arrows .slick-arrow,
.hilites-arrows-mobile .slick-arrow {
  width: unset;
  height: unset;
  padding: 12px;
  background-color: transparent;
  margin: 0 !important;
}

.list-wrap {
  padding: 70px 0 90px;
}
.list-wrap .entry-content {
  padding-right: 55px;
  border-right: 1px solid #CE7E64;
}

.list-details-wrap {
  padding-left: 55px;
}

.list-tour {
  margin-top: 50px;
}

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

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

.list-img-callout.img-right .lic-img {
  order: 2;
}
.list-img-callout.img-right .lic-brand {
  left: -15px;
}
.list-img-callout.img-left .lic-brand {
  right: -15px;
}

.lic-img {
  position: relative;
}

.lic-brand {
  position: absolute;
  top: -30px;
  z-index: 1;
}
.lic-brand img {
  width: 65px;
  height: auto;
}

.list-hood-callout {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.more-photos {
  border-bottom: 1px solid #0B270D;
  color: #0B270D;
}
.more-photos:hover, .more-photos:focus, .more-photos:active {
  color: #CE7E64;
  border-color: #CE7E64;
}

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

.list-form-map {
  padding: 90px 0;
}

.list-agent-map {
  order: 2;
  display: flex;
  flex-direction: column;
}

.list-form-wrap.col-lg-6 {
  padding-right: 75px;
}

.list-agents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

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

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

.list-agent-info p {
  line-height: 1.3;
}
.list-agent-info a {
  color: #fff;
  font-weight: normal;
}
.list-agent-info a:hover, .list-agent-info a:focus, .list-agent-info a:active {
  color: #EBB79E;
}
.list-agent-info h3 a {
  font-weight: 600 !important;
}

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

.list-cs-desc,
.cs-testimonial {
  margin-top: 45px;
}

.cs-story-wrap {
  margin-top: 90px;
  margin-bottom: 120px;
}

.story-track {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.33);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  flex: unset !important;
  padding: 0 !important;
}
.story-track:before {
  content: "";
  width: 9px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(0, 0, 0, 0.33);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -4px;
  right: 0;
  margin: auto;
  border-radius: 100%;
}
.story-track:after {
  content: "";
  width: 9px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(0, 0, 0, 0.33);
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: -4px;
  right: 0;
  margin: auto;
  border-radius: 100%;
}

.story-pull {
  width: 50px;
  aspect-ratio: 1/1;
  position: sticky;
  top: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0B270D;
  overflow: hidden;
  border-radius: 100%;
  z-index: 1;
  transform: translateX(-25px);
}
.story-pull img {
  width: 15px;
  height: auto;
}

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

.story-step:nth-child(even) {
  margin-top: 80px;
  padding-left: 60px;
}
.story-step:nth-child(odd) {
  padding-right: 60px;
}
.story-step > div {
  padding: 30px 30px 35px;
}
.story-step hr {
  background-color: #CE7E64;
  width: 30px;
  opacity: 1;
  margin: 12px 0;
}

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

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

/** # Responsive **/
@media (max-width: 1399px) {
  .list-top-inner {
    padding: 0 40px 20px;
  }
}
@media (max-width: 1199px) {
  .list-top-inner {
    padding: 0 30px 20px;
  }
  .list-wrap {
    padding-bottom: 60px;
  }
  .list-wrap .entry-content {
    padding-right: 30px;
  }
  .list-details-wrap {
    padding-left: 30px;
  }
  .list-content-blocks {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .list-hood-callout,
  .list-gallery-wrap {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .list-form-map {
    padding: 60px 0;
  }
  .list-agent-inner {
    display: block !important;
  }
  .list-agent-img {
    margin-bottom: 12px;
  }
  .list-form-wrap.col-lg-6 {
    padding-right: 45px;
  }
  .related-listings-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .list-top-wrap {
    height: unset;
    display: block;
  }
  .list-img-wrap {
    position: relative;
  }
  .list-img-wrap:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 300px);
  }
  .hilites-slide,
  .list-img {
    height: unset !important;
    aspect-ratio: 7/5;
  }
  .mobile-controls {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
  }
  .list-top-inner {
    text-align: center;
    padding: 30px 30px;
  }
  .list-top-inner .text-end {
    text-align: center !important;
  }
  .list-top-inner hr {
    display: none;
  }
  .list-wrap {
    padding: 60px 0;
  }
  .list-wrap .entry-content {
    padding-right: 15px;
    border-right: 0;
    order: 2;
  }
  .list-details-wrap {
    padding-left: 15px;
    margin-bottom: 40px;
  }
  .list-detail,
  .cs-stat {
    font-size: 0.85rem;
  }
  .list-downloads {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .list-downloads p {
    margin-right: 12px;
  }
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
  .list-content-blocks,
  .list-hood-callout,
  .list-gallery-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .cs-story-wrap {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .list-form-map {
    padding: 50px 0;
  }
  .list-agent-map {
    order: unset;
  }
  .list-agent-inner {
    display: flex !important;
  }
  .list-map {
    aspect-ratio: 1/1;
  }
  .list-form-wrap.col-lg-6 {
    padding: 0 60px;
    margin-top: 45px;
  }
  .story-step:nth-child(even) {
    padding-left: 40px;
  }
  .story-step:nth-child(odd) {
    padding-right: 40px;
  }
  .story-step > div {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .list-img-wrap:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 200px);
  }
  .mobile-controls {
    right: 10px;
    bottom: 10px;
  }
  .list-header h1 {
    margin: 15px 0 !important;
  }
  .open-houses span {
    display: block;
  }
  .open-houses span:after {
    display: none !important;
  }
  .list-wrap {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .list-details-wrap {
    margin-bottom: 30px;
  }
  .list-downloads {
    display: block;
    margin-top: 15px;
  }
  .list-downloads p {
    margin: 0;
  }
  .list-tour,
  .list-video + .list-video,
  .list-video + .list-virtual {
    margin-top: 40px;
  }
  .list-agents {
    display: block;
  }
  .list-agent {
    width: 100%;
  }
  .list-agent + .list-agent {
    margin-top: 12px;
  }
  .list-form-wrap.col-lg-6 {
    padding: 0 15px;
  }
  .cs-story-steps {
    margin-top: 0;
  }
  .story-step {
    padding: 0 15px !important;
    margin-top: 30px !important;
  }
  .related-listings-wrap {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.post-wrap {
  margin-top: 60px;
  margin-bottom: 80px;
}
.post-wrap .entry-content {
  padding-right: 60px;
}

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

.post-share {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #0B270D;
}

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

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

/** # Responsive **/
@media (max-width: 1199px) {
  .post-wrap .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .post-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.bio-wrap {
  padding-top: 275px;
  margin-bottom: 80px;
}
.bio-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 210px;
  background-color: #0B270D;
}
.bio-wrap .entry-content {
  padding-right: 60px;
}

.bio-top {
  margin-bottom: 40px;
}

.bio-contact {
  order: 2;
  padding-left: 20px;
}
.bio-contact a {
  color: #000;
  font-weight: normal;
}
.bio-contact a:hover, .bio-contact a:focus, .bio-contact a:active {
  color: #CE7E64;
}

.bio-listings {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .bio-wrap {
    padding-top: 225px;
  }
  .bio-wrap:before {
    height: 165px;
  }
  .bio-wrap .entry-content {
    padding-right: 15px;
  }
  .bio-contact {
    padding-left: 15px;
  }
  .bio-listings {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .bio-wrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .bio-wrap {
    padding-top: 150px;
    margin-bottom: 50px;
  }
  .bio-wrap:before {
    height: 120px;
  }
  .bio-contact {
    order: unset;
    text-align: center;
    margin-bottom: 30px;
  }
  .bio-listings {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.blog-toggle {
  margin: 0 0 45px;
}

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

.toggle-arrow {
  display: inline-flex;
  font-size: 0.75rem;
}
.toggle-arrow svg {
  transition: all 0.4s ease-out;
  transform-origin: center;
}

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

.thanks-wrap.header-media:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0.6) 100%);
}
.thanks-wrap .btn,
.thanks-wrap .wp-element-button {
  color: #fff !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  .thanks-wrap .header-media:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.6) 100%);
  }
}
@media (max-width: 767px) {
  .thanks-wrap .header-media:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.6) 100%);
  }
}
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: 90px;
  }
}
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: 100vh;
  padding: 250px 60px 45px;
  overflow: hidden;
}
.homepage-hero:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.075) 45%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

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

.hero-inner {
  position: relative;
  z-index: 1;
  padding-left: 100px;
}
.hero-inner .btn {
  min-width: 190px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .homepage-hero {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hero-inner {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .homepage-hero {
    padding: 215px 30px 45px;
  }
}
@media (max-width: 991px) {
  .homepage-hero {
    min-height: 600px;
  }
  .homepage-hero:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.6) 100%);
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    padding: 150px 15px 40px;
  }
  .homepage-hero:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.6) 100%);
  }
  .hero-copy {
    font-size: 0.9rem;
  }
}
.homepage-listings {
  padding: 60px 0 80px 200px;
  overflow: hidden;
}

.hp-listings-header {
  padding-right: 200px;
  margin-bottom: 20px;
}

.hp-list-slider {
  margin-left: -15px;
}
.hp-list-slider .slick-list {
  padding: 0 22% 0 0 !important;
}

.hp-list-slide {
  padding: 0 15px;
}
.hp-list-slide a {
  font-weight: normal;
}
.hp-list-slide a:hover .list-slide-inner .object-cover, .hp-list-slide a:focus .list-slide-inner .object-cover, .hp-list-slide a:active .list-slide-inner .object-cover {
  transform: scale(1.05);
  transition: all 4s ease-out;
}

.list-slide-inner {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.list-slide-inner:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 45%);
}
.list-slide-inner .object-cover {
  transition: all 1.5s ease-out;
}

.list-slide-info {
  padding: 0 30px 15px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.list-slide-info h3 {
  padding-right: 100px;
}

.list-slide-bottom {
  border-top: 1px solid #fff;
  padding-top: 15px;
  margin-top: 15px;
}

.list-slide-meta span:not(:last-child):after {
  content: " | ";
  font-weight: normal;
  font-style: normal;
}

.hp-list-arrows {
  position: absolute;
  right: calc(22% + 45px);
  bottom: 60px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .homepage-listings {
    padding-left: 100px;
  }
  .hp-listings-header {
    padding-right: 100px;
  }
}
@media (max-width: 1399px) {
  .list-slide-inner {
    aspect-ratio: 14/9;
  }
}
@media (max-width: 1199px) {
  .homepage-listings {
    padding-left: 60px;
  }
  .hp-listings-header {
    padding-right: 60px;
  }
  .hp-listings-header .btn {
    min-width: unset;
  }
  .hp-list-slider .slick-list {
    padding-right: 15% !important;
  }
  .hp-list-arrows {
    right: calc(15% + 45px);
  }
}
@media (max-width: 991px) {
  .homepage-listings {
    padding: 60px 40px;
  }
  .hp-listings-header {
    padding-right: 0;
  }
  .hp-list-slider {
    margin-right: -15px;
  }
  .hp-list-slider .slick-list {
    padding-right: 0 !important;
  }
  .list-slide-inner {
    aspect-ratio: 7/5;
  }
  .list-slide-info h3 {
    font-size: 1.4rem;
  }
  .hp-list-arrows {
    right: 30px;
  }
}
/** # Responsive **/
@media (max-width: 767px) {
  .homepage-listings {
    padding: 45px 15px;
  }
}
.homepage-testimonials {
  padding: 150px 0 130px 200px;
  overflow: hidden;
}

.hpt-header {
  padding-right: 200px;
  margin-bottom: 45px;
}

.hpt-slider {
  margin-left: -15px;
}
.hpt-slider .slick-list {
  padding: 0 12% 0 0 !important;
}

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

.hpt-bottom {
  margin-top: 30px;
}

.hpt-arrows {
  margin-right: 30px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .homepage-testimonials {
    padding-left: 100px;
  }
  .hpt-header {
    padding-right: 100px;
  }
}
@media (max-width: 1199px) {
  .homepage-testimonials {
    padding-left: 60px;
  }
  .hpt-header {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .homepage-testimonials {
    padding: 60px 0 60px 40px;
  }
  .homepage-testimonials h2 {
    font-size: 2rem;
  }
  .hpt-header {
    padding-right: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .homepage-testimonials {
    padding: 45px 15px;
  }
  .hpt-header {
    padding: 0;
  }
  .hpt-slider {
    margin-right: -15px;
  }
  .hpt-slider .slick-list {
    padding: 0 !important;
  }
  .hpt-bottom {
    margin-top: 10px;
  }
}
.freeform-content {
  margin: 50px 0;
}
.freeform-content:first-child {
  margin-top: 0;
}
.freeform-content:last-child {
  margin-bottom: 0;
}

.numbered-heading {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CE7E64;
}

/** # Responsive **/
@media (max-width: 767px) {
  .freeform-content {
    margin: 40px 0;
  }
  .numbered-heading {
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
}
.copy-on-media {
  min-height: 90vh;
  padding: 90px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-on-media .container {
  position: relative;
  z-index: 1;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .copy-on-media {
    min-height: unset;
  }
  .overlay-media:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.15) 100%);
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    padding: 50px 0;
  }
  .overlay-media:before {
    background: none;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.hp-copy-on-media {
  padding: 60px 60px 50px;
  min-height: 100vh;
}

.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.85), rgba(0, 0, 0, 0) 70%);
}

.hp-overlay-inner {
  position: relative;
  z-index: 1;
  padding-right: 150px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hp-copy-on-media {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hp-overlay-inner {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .hp-copy-on-media {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .hp-copy-on-media {
    min-height: 600px;
  }
  .hp-overlay-media:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 767px) {
  .hp-copy-on-media {
    padding: 50px 15px;
    min-height: unset;
  }
  .hp-overlay-media:before {
    background: none;
    background-color: rgba(0, 0, 0, 0.55);
  }
}
.copy-and-media {
  padding-top: 100px;
  padding-bottom: 100px;
}
.copy-and-media.white-bg {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 100px;
  margin-bottom: 100px;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-right .cm-inner {
  padding-right: 45px;
}
.copy-and-media.media-right .cm-brand {
  left: -20px;
}
.copy-and-media.media-left .cm-inner {
  padding-left: 45px;
}
.copy-and-media.media-left .cm-brand {
  right: -20px;
}
.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: 45px;
  padding-bottom: 45px;
  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: 500px;
}
.cm-contained.media-portrait .media-wrap {
  aspect-ratio: 2.4/3;
}
.cm-contained.media-landscape .media-wrap {
  aspect-ratio: 4/3;
}
.cm-contained.media-left.media-portrait .cm-inner, .cm-contained.media-left.media-square .cm-inner {
  padding-left: 75px;
}
.cm-contained.media-right.media-portrait .cm-inner, .cm-contained.media-right.media-square .cm-inner {
  padding-right: 75px;
}

.cm-wide.media-fit .cm-media {
  min-height: 645px;
}
.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: 500px;
}

.cm-media {
  position: relative;
}
.cm-media .object-cover {
  object-position: top;
}
.cm-media lite-youtube, .cm-media lite-vimeo {
  background-position: center top !important;
}

.cm-brand {
  position: absolute;
  top: -30px;
  bottom: -30px;
  z-index: 1;
  width: 65px;
}
.cm-brand img {
  width: 100%;
  height: auto;
  position: sticky;
  top: 20%;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .cm-wide.media-fit .cm-media {
    min-height: 525px;
  }
}
@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-left .cm-brand {
    right: 5px;
  }
  .copy-and-media.media-right .cm-brand {
    left: 5px;
  }
  .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;
  }
  .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: 120px 0;
}

.hpcm-inner {
  padding-right: 50px;
}

.hpcm-copy {
  padding: 175px 100px;
}

.hpcm-media {
  padding-left: 50px;
  order: 2;
}
.hpcm-media .media-wrap {
  position: relative;
}
.hpcm-media .media-wrap > div > div {
  height: 100%;
}

.hpcm-brand {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
}
.hpcm-brand img {
  width: 65px;
  height: auto;
  position: sticky;
  top: 25%;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hpcm-copy {
    padding: 175px 75px;
  }
}
@media (max-width: 1199px) {
  .hpcm-copy {
    padding: 115px 30px;
  }
}
@media (max-width: 991px) {
  .hp-copy-and-media {
    padding: 45px 0;
  }
  .hpcm-media {
    order: unset;
    padding: 0 15px 0 33%;
    margin-bottom: 35px;
  }
  .hpcm-inner {
    padding: 0 33% 0 15px;
  }
  .hpcm-copy {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hpcm-media,
  .hpcm-inner {
    padding: 0 15px;
  }
}
.team-query-wrap {
  margin-top: 90px;
  margin-bottom: 75px;
}

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

.team-box-wrap {
  margin-bottom: 45px;
}
.team-box-wrap a {
  color: #000;
  font-weight: normal;
}
.team-box-wrap a:hover .team-box-hover, .team-box-wrap a:focus .team-box-hover, .team-box-wrap a:active .team-box-hover {
  opacity: 1;
}

.team-box-img {
  position: relative;
  margin-bottom: 15px;
}

.team-box-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.team-box-hover img {
  width: 18px;
  height: auto;
}

.team-box-info hr {
  width: 30px;
  background-color: #CE7E64;
  opacity: 1;
  margin: 10px 0 2px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .team-query-wrap {
    margin-top: 60px;
    margin-bottom: 45px;
  }
  .team-query-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .team-query-wrap {
    margin-top: 45px;
    margin-bottom: 30px;
  }
}
.blog-feed {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 60px;
  margin-bottom: 35px;
}

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

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

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

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

.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 {
  margin: 70px 0;
}

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

.tcallout-slider-wrap {
  padding: 0 65px;
}
.tcallout-slider-wrap .slick-arrow {
  position: absolute;
  top: calc(50% - 16px);
  z-index: 1;
  width: 32px;
  height: unset;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #CE7E64;
}
.tcallout-slider-wrap .slick-arrow.slick-prev {
  left: -50px;
}
.tcallout-slider-wrap .slick-arrow.slick-next {
  right: -50px;
}

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

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

.testimonial-callout-block {
  margin: 40px 0;
  position: relative;
}
.testimonial-callout-block .tcallout-slide {
  padding: 0;
}
.testimonial-callout-block:first-child {
  margin-top: 0;
}
.testimonial-callout-block:last-child {
  margin-bottom: 0;
}
.testimonial-callout-block .slick-dots {
  position: absolute;
  bottom: 35px;
  right: 35px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .tcallout-slider-wrap {
    padding: 0 50px;
  }
  .tcallout-slider .slick-arrow.slick-prev {
    left: -35px;
  }
  .tcallout-slider .slick-arrow.slick-next {
    right: -35px;
  }
}
@media (max-width: 767px) {
  .testimonial-callout {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .tcallout-slider-wrap {
    padding: 0;
  }
  .tcallout-arrows .slick-arrow {
    position: static;
  }
  .testimonial-callout-block .slick-dots {
    bottom: 25px;
    right: 20px;
  }
}
.buttons-grid {
  margin: 50px 0;
}

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

.link-box {
  margin-bottom: 45px;
}
.link-box a {
  color: #0B270D;
}
.link-box a:hover, .link-box a:focus, .link-box a:active {
  color: #CE7E64;
}
.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: #0B270D;
  opacity: 0;
  transition: all 0.4s ease-out;
}

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

/* Styling for WP Media Block */
.homepage-timeline {
  padding: 120px 0 80px;
}
.homepage-timeline .container {
  position: relative;
}

.hptl-grid {
  flex-wrap: wrap;
}

.hptl-item {
  width: 50%;
  min-width: 50%;
  display: flex;
}
.hptl-item:nth-child(even) {
  justify-content: flex-end;
}
.hptl-item:nth-child(even) > div {
  align-items: flex-end;
}
.hptl-item > div {
  width: 400px;
  min-width: 400px;
  display: flex;
  flex-direction: column;
}
.hptl-item > div img {
  aspect-ratio: 1/1;
}
.hptl-item:first-child {
  margin-top: 70px;
}
.hptl-item:nth-child(2) {
  margin-top: 270px;
}
.hptl-item:nth-child(3), .hptl-item:nth-child(7) {
  padding-left: 90px;
}
.hptl-item:nth-child(4), .hptl-item:nth-child(8) {
  margin-top: 200px;
  padding-right: 90px;
}
.hptl-item:nth-child(6), .hptl-item:nth-child(10) {
  margin-top: 200px;
}

.hptl-caption {
  width: 75%;
  margin-top: 15px;
  line-height: 1.35;
}

.hptl-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: 1;
}

.hptl-inner {
  position: sticky;
  top: 25%;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .homepage-timeline {
    padding-top: 90px;
  }
  .hptl-item > div {
    width: 300px;
    min-width: 300px;
  }
  .hptl-item:nth-child(3), .hptl-item:nth-child(7) {
    padding-left: 45px;
  }
  .hptl-item:nth-child(4), .hptl-item:nth-child(8) {
    padding-right: 45px;
  }
  .hptl-caption {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .homepage-timeline {
    padding: 60px 0;
  }
  .hptl-slider {
    margin: 0 -12px 35px;
  }
  .hptl-slider .slick-dots {
    margin-top: 25px;
  }
  .hptl-slider .slick-dots button {
    background-color: transparent;
    border: 1px solid #EBB79E;
  }
  .hptl-slider .slick-dots .slick-active button {
    background-color: #EBB79E;
  }
  .hptl-slide {
    padding: 0 12px;
  }
  .hptl-caption {
    width: 90%;
  }
  .hptl-wrap {
    position: static;
  }
  .hptl-inner {
    text-shadow: none;
  }
  .hptl-inner .section-links {
    display: flex;
    justify-content: center;
  }
  .hptl-inner .section-links p {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .homepage-timeline {
    padding: 45px 0;
  }
  .hptl-inner .section-links {
    display: block;
  }
  .hptl-inner .section-links p {
    margin: 0;
  }
  .hptl-caption {
    width: 100%;
  }
}
.hp-communities {
  padding: 60px 60px 100px;
  min-height: 100vh;
  overflow: hidden;
}

.hpc-overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hpc-overlay-media:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 70%);
}

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

.hp-community-marquee-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  padding: 25px 0;
}

.hp-com-item {
  padding: 0 20px;
  position: relative;
}
.hp-com-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #E1D8CB;
  opacity: 0.5;
}
.hp-com-item a {
  color: #fff;
  white-space: nowrap;
}
.hp-com-item a:hover, .hp-com-item a:focus, .hp-com-item a:active {
  color: #EBB79E;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hp-communities {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hpc-overlay-inner {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .hp-communities {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .hp-communities {
    min-height: 600px;
  }
  .hpc-overlay-media:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 767px) {
  .hp-communities {
    padding: 50px 15px 75px;
    min-height: unset;
  }
  .hpc-overlay-media:before {
    background: none;
    background-color: rgba(0, 0, 0, 0.55);
  }
  .hp-community-marquee-wrap {
    padding: 15px 0;
  }
}
.homepage-resources {
  padding: 90px 0 90px 200px;
  overflow: hidden;
}

.hpr-copy {
  padding-right: 30px;
}

.hpr-links {
  padding-right: 0;
  padding-left: 50px;
}

.hpr-slider {
  margin: 0 -12px;
}
.hpr-slider .slick-list {
  padding: 0 15% 0 0 !important;
}

.hpr-slide {
  padding: 0 12px;
}
.hpr-slide a:hover .hpr-inner .object-cover, .hpr-slide a:focus .hpr-inner .object-cover, .hpr-slide a:active .hpr-inner .object-cover {
  transform: scale(1.05);
  transition: all 1.5s ease-out;
}

.hpr-inner {
  padding: 15px 20px;
  overflow: hidden;
}
.hpr-inner .object-cover {
  transition: all 0.4s ease-out;
}
.hpr-inner:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 45%);
  z-index: 1;
}

.hpr-info {
  position: relative;
  z-index: 1;
  color: #fff;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .homepage-resources {
    padding-left: 100px;
  }
  .hpr-slider .slick-list {
    padding-right: 10% !important;
  }
}
@media (max-width: 1399px) {
  .homepage-resources {
    padding-left: 60px;
  }
  .hpr-copy {
    padding-right: 15px;
  }
  .hpr-slider .slick-list {
    padding-right: 8% !important;
  }
}
@media (max-width: 1199px) {
  .homepage-resources {
    padding: 60px 40px;
  }
  .hpr-links {
    padding: 0 15px;
    margin-top: 20px;
  }
  .hpr-slider .slick-list {
    padding-right: 0 !important;
  }
  .hpr-inner {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .homepage-resources {
    padding: 45px 15px;
  }
}
.callout-copy {
  padding: 100px 0;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .callout-copy {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .callout-copy {
    padding: 40px 0;
  }
}
.sticky-media-copy-blocks {
  padding: 90px 0;
}
.sticky-media-copy-blocks.white-bg {
  padding: 0;
  margin-top: 90px;
  margin-bottom: 90px;
}
.sticky-media-copy-blocks.media-left .smcb-blocks {
  padding-left: 30px;
}
.sticky-media-copy-blocks.media-right .smcb-media {
  order: 2;
}
.sticky-media-copy-blocks.media-right .smcb-blocks {
  padding-right: 30px;
}

.smcb-block + .smcb-block {
  margin-top: 75px;
}

.smcb-media .media-wrap {
  position: sticky;
  top: 120px;
  height: calc(100vh - 140px);
}

/** # Responsive **/
@media (max-width: 1199px) {
  .sticky-media-copy-blocks {
    padding: 60px 0;
  }
  .sticky-media-copy-blocks.white-bg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .smcb-blocks {
    padding: 0 15px !important;
  }
}
@media (max-width: 991px) {
  .sticky-media-copy-blocks {
    padding: 45px 0;
  }
  .sticky-media-copy-blocks.white-bg {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .smcb-media {
    order: unset !important;
    margin-bottom: 35px;
  }
  .smcb-media .media-wrap {
    position: relative;
    top: unset;
    height: unset;
    aspect-ratio: 4/3;
  }
  .smcb-block + .smcb-block {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .sticky-media-copy-blocks {
    padding-top: 15px;
  }
  .sticky-media-copy-blocks.white-bg {
    margin-top: 15px;
  }
  .smcb-block + .smcb-block {
    margin-top: 40px;
  }
}
.large-media {
  padding: 90px 0;
}
.large-media.white-bg {
  padding: 0;
  margin-top: 90px;
  margin-bottom: 90px;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .large-media {
    padding: 60px 0;
  }
  .large-media.white-bg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .large-media {
    padding: 45px 0;
  }
  .large-media.white-bg {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .large-media {
    padding: 40px 0;
  }
  .large-media.white-bg {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.sticky-copy-content-blocks {
  margin-top: 90px;
  margin-bottom: 90px;
}

.sccb-sticky {
  padding-right: 100px;
}

.sccb-brand {
  width: 30px;
  margin-bottom: 10px;
}
.sccb-brand img {
  width: 100%;
  height: auto;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .sticky-copy-content-blocks {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .sccb-sticky {
    padding-right: 15px;
  }
  .sccb-blocks {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .sticky-copy-content-blocks {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .sccb-sticky {
    margin-bottom: 45px;
  }
  .sccb-blocks {
    padding-left: 15px;
  }
}
.stats-section {
  padding: 100px 0;
}

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

.stat-box {
  padding: 20px 15px 40px;
  margin-bottom: 35px;
}
.stat-box:nth-child(even) {
  border-left: 1px solid #CE7E64;
}

.stat-num {
  font-size: 5.8rem;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .stat-num {
    font-size: 4.8rem;
  }
}
@media (max-width: 1199px) {
  .stat-num {
    font-size: 3.8rem;
  }
}
@media (max-width: 991px) {
  .stats-section {
    padding: 60px 0;
  }
  .stat-num {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .stats-section {
    padding: 45px 0;
  }
  .stats-section .row {
    margin: 0;
  }
  .stats-header {
    margin-bottom: 0px;
  }
  .stat-box {
    border-left: 0 !important;
    padding: 20px 0 30px;
    margin: 0;
  }
  .stat-box + .stat-box {
    border-top: 1px solid #CE7E64;
  }
}
.timeline-wrap {
  padding: 50px 0 70px;
}
.timeline-wrap .container {
  position: relative;
}

.tl-grid {
  flex-wrap: wrap;
}

.tl-item {
  width: 50%;
  min-width: 50%;
  display: flex;
  margin-bottom: 30px;
}
.tl-item:nth-child(even) {
  justify-content: flex-end;
}
.tl-item:nth-child(even) > div {
  align-items: flex-end;
}
.tl-item:nth-child(odd) .tl-year {
  text-align: end;
}
.tl-item > div {
  width: 400px;
  min-width: 400px;
}
.tl-item > div img {
  aspect-ratio: 1/1;
}
.tl-item:first-child {
  margin-top: 225px;
}
.tl-item:nth-child(2) {
  margin-top: 375px;
}
.tl-item:nth-child(3), .tl-item:nth-child(7), .tl-item:nth-child(11), .tl-item:nth-child(15), .tl-item:nth-child(19), .tl-item:nth-child(23), .tl-item:nth-child(27) {
  padding-left: 25px;
}
.tl-item:nth-child(4), .tl-item:nth-child(8), .tl-item:nth-child(12), .tl-item:nth-child(16), .tl-item:nth-child(20), .tl-item:nth-child(24), .tl-item:nth-child(28) {
  margin-top: 100px;
  padding-right: 25px;
}
.tl-item:nth-child(6), .tl-item:nth-child(10), .tl-item:nth-child(14), .tl-item:nth-child(18), .tl-item:nth-child(22), .tl-item:nth-child(26) {
  margin-top: 100px;
}

.tl-caption {
  margin-top: 15px;
  line-height: 1.25;
}
.tl-caption .xtiny {
  font-size: 0.6rem;
}
.tl-caption .xtiny p {
  margin-bottom: 8px;
}
.tl-caption .xtiny strong {
  font-weight: 600;
}
.tl-caption .tiny {
  font-size: 0.5rem;
}

.tl-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: 1;
}

.tl-line {
  position: absolute;
  top: 220px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.33);
  margin: 0 auto;
}
.tl-line:before {
  content: "";
  width: 9px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.33);
  background-color: #0B270D;
  position: absolute;
  top: 0;
  left: -4px;
  right: 0;
  margin: auto;
  border-radius: 100%;
}
.tl-line:after {
  content: "";
  width: 9px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.33);
  background-color: #0B270D;
  position: absolute;
  bottom: 0;
  left: -4px;
  right: 0;
  margin: auto;
  border-radius: 100%;
}

.tl-inner {
  position: sticky;
  top: 25%;
  z-index: 1;
  margin-bottom: 75px;
}
.tl-inner:before {
  content: "";
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: 0;
  right: 0;
  background-color: #0B270D;
  width: 50px;
  margin: auto;
  z-index: -1;
}

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

/** # Responsive **/
@media (max-width: 1399px) {
  .tl-item > div {
    width: 375px;
    min-width: 375px;
  }
  .tl-inner h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1199px) {
  .tl-item > div {
    width: 300px;
    min-width: 300px;
  }
  .tl-item:nth-child(3), .tl-item:nth-child(7), .tl-item:nth-child(11), .tl-item:nth-child(15), .tl-item:nth-child(19), .tl-item:nth-child(23), .tl-item:nth-child(27) {
    padding-left: 15px;
  }
  .tl-item:nth-child(4), .tl-item:nth-child(8), .tl-item:nth-child(12), .tl-item:nth-child(16), .tl-item:nth-child(20), .tl-item:nth-child(24), .tl-item:nth-child(28) {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .timeline-wrap {
    padding: 60px 0;
  }
  .tl-caption {
    width: 90%;
  }
  .tl-wrap {
    position: static;
    margin-bottom: 0;
  }
  .tl-inner {
    margin-bottom: 35px;
  }
  .tl-inner:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .timeline-wrap {
    padding: 45px 0;
  }
  .tl-caption {
    width: 100%;
  }
}
.hoods-wrap {
  margin-top: 60px;
  margin-bottom: 80px;
}

.hood-box-wrap {
  margin-bottom: 60px;
}
.hood-box-wrap a {
  font-weight: normal;
  color: #000;
}
.hood-box-wrap a:hover .hood-box-hover, .hood-box-wrap a:focus .hood-box-hover, .hood-box-wrap a:active .hood-box-hover {
  opacity: 1;
}

.hood-box-img {
  overflow: hidden;
  position: relative;
}

.hood-box-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.hood-box-hover img {
  width: 15px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.hood-box-info {
  margin-top: 12px;
  color: #000;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hoods-wrap {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
.hood-wrap {
  margin-top: 50px;
  margin-bottom: 80px;
}
.hood-wrap .entry-content {
  padding-right: 60px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hood-wrap .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .hood-wrap {
    margin-bottom: 50px;
  }
}
.collapsible-content {
  padding: 75px 0 60px;
}
.collapsible-content.white-bg {
  padding: 0;
  margin-top: 75px;
  margin-bottom: 60px;
}
.collapsible-content.primary-bg .toggle-btn {
  color: #E1D8CB !important;
}
.collapsible-content .toggle-card-body ul, .collapsible-content .toggle-card-body li {
  column-count: 2;
}

.collapse-header {
  margin-bottom: 40px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .collapsible-content {
    padding: 50px 0 45px;
  }
  .collapsible-content.white-bg {
    margin-top: 50px;
    margin-bottom: 45px;
  }
  .collapsible-content .toggle-card-body ul, .collapsible-content .toggle-card-body li {
    column-count: unset;
  }
}

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