@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 */
.resource-box-inner:before, .hp-resource-box-inner:before, .link-box-img:after, .hp-overlay-media:before, .hp-overlay-media:after, .overlay-media:before, .hero-media:before, .hero-media:after, lite-youtube::before,
lite-vimeo::before, .blog-cta:before, .cta-section:before, .lead-wrap:before, .cta-modal-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

.no-scrollbar {
  -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.7s ease-out 0.3s, transform 0.7s 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.7s ease-out;
}

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

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

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

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

.slowfade {
  transition-duration: 1.75s !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-heading {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: all 0.15s ease-out;
  column-gap: 0.25rem;
  word-spacing: inherit;
  line-height: 1.175;
}
.animate-heading.animated {
  opacity: 1;
}
.animate-heading.animated .word span {
  transform: translateY(0);
  display: inline-block;
}
.animate-heading .word {
  overflow: hidden;
  display: inline-block;
}
.animate-heading .word span {
  transform: translateY(100%);
  transition: all 0.6s ease-out 0.3s;
}
.animate-heading .word:last-child {
  padding-right: 0;
}
.animate-heading.text-end {
  justify-content: flex-end;
}
.animate-heading.text-center {
  justify-content: center;
}

.break-word {
  padding: 0 !important;
  width: 100%;
  display: block !important;
}

h1.animate-heading,
.animate-heading.h1 {
  column-gap: 0.525rem;
}
h1.animate-heading.tight-heading .word,
.animate-heading.h1.tight-heading .word {
  margin-bottom: -10px;
}

h2.animate-heading,
.animate-heading.h2 {
  column-gap: 0.525rem;
}
h2.animate-heading.tight-heading .word,
.animate-heading.h2.tight-heading .word {
  margin-bottom: -10px;
}

h3.animate-heading,
.animate-heading.h3 {
  column-gap: 0.5rem;
  line-height: 1.197;
}
h3.animate-heading.tight-heading .word,
.animate-heading.h3.tight-heading .word {
  margin-bottom: -5px;
}

h4.animate-heading,
.animate-heading.h4 {
  column-gap: 0.4rem;
}
h4.animate-heading.tight-heading .word,
.animate-heading.h4.tight-heading .word {
  margin-bottom: 0px;
}

.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;
  }
  h1.animate-heading,
  .animate-heading.h1 {
    column-gap: 0.5rem;
  }
  h2.animate-heading,
  .animate-heading.h2 {
    column-gap: 0.45rem;
    line-height: 1.195;
  }
  h2.animate-heading.tight-heading .word,
  .animate-heading.h2.tight-heading .word {
    margin-bottom: -5px;
  }
  h3.animate-heading,
  .animate-heading.h3 {
    column-gap: 0.4rem;
  }
  h4.animate-heading,
  .animate-heading.h4 {
    column-gap: 0.325rem;
    line-height: 1.19;
  }
  .break-word {
    display: none !important;
  }
}
@media (max-width: 767px) {
  h1.animate-heading,
  .animate-heading.h1 {
    column-gap: 0.45rem;
  }
}
/* 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, .homepage-listings .list-box-inner, #masthead.header-scroll, body:not(.home) #masthead {
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.15);
}

.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: #B38D6F;
  font-weight: 500;
  text-decoration: none;
}

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

.arrow-link {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.075rem;
  color: #102D32;
  display: inline-block;
  border-bottom: 2px solid #B38D6F;
  width: fit-content;
  padding-bottom: 5px;
}
.arrow-link .btn-arrow {
  background-color: #DCD8CA;
  color: #102D32;
  transition: all 0.4s;
}
.arrow-link:hover, .arrow-link:focus, .arrow-link:active {
  color: #3E4F51;
  border-color: #DCD8CA;
}
.arrow-link:hover .btn-arrow, .arrow-link:focus .btn-arrow, .arrow-link:active .btn-arrow {
  background-color: #B38D6F;
}
.arrow-link:hover .btn-arrow svg, .arrow-link:focus .btn-arrow svg, .arrow-link:active .btn-arrow svg {
  transform: rotate(-45deg);
}

.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: "Open Sans", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.075rem;
  padding: 17px 20px;
  line-height: 1;
  min-height: 55px;
  min-width: 300px;
  border-radius: 0;
  border: 0 !important;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  text-shadow: none;
}
.btn:hover .btn-arrow svg, #login .button-primary:hover .btn-arrow svg, .wp-block-button.is-style-outline .wp-block-button__link:hover .btn-arrow svg, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .btn-arrow svg, .btn:focus .btn-arrow svg, #login .button-primary:focus .btn-arrow svg, .wp-block-button.is-style-outline .wp-block-button__link:focus .btn-arrow svg, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .btn-arrow svg, .btn:active .btn-arrow svg, #login .button-primary:active .btn-arrow svg, .wp-block-button.is-style-outline .wp-block-button__link:active .btn-arrow svg, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .btn-arrow svg {
  transform: rotate(-45deg);
}

.btn-arrow {
  display: inline-flex;
  width: 20px;
  min-width: 20px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  font-size: 0.55rem;
  align-items: center;
  justify-content: center;
  color: #102D32;
  margin-left: 12px;
}
.btn-arrow svg {
  transition: all 0.4s ease-out;
}

.btn-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #102D32;
  color: #fff;
}
.btn-primary .btn-arrow, .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-arrow {
  background-color: #DCD8CA;
}
.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 {
  background-color: #3E4F51;
  color: #fff;
}

.btn-secondary, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #DCD8CA;
  color: #102D32;
}
.btn-secondary .btn-arrow, #login .button-primary .btn-arrow, .wp-block-button.is-style-outline .wp-block-button__link .btn-arrow {
  background-color: #829599;
}
.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 {
  background-color: #CEDAE0;
  color: #102D32;
}

/** # 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: "Noto Serif Display";
  src: url("../fonts/hinted-NotoSerifDisplay-Light.woff2") format("woff2"), url("../fonts/hinted-NotoSerifDisplay-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Display";
  src: url("../fonts/hinted-NotoSerifDisplay-LightItalic.woff2") format("woff2"), url("../fonts/hinted-NotoSerifDisplay-LightItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Display";
  src: url("../fonts/hinted-NotoSerifDisplay-Medium.woff2") format("woff2"), url("../fonts/hinted-NotoSerifDisplay-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Display";
  src: url("../fonts/hinted-NotoSerifDisplay-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-NotoSerifDisplay-MediumItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/hinted-OpenSans.woff2") format("woff2"), url("../fonts/hinted-OpenSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/hinted-OpenSans-Italic.woff2") format("woff2"), url("../fonts/hinted-OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/hinted-OpenSans-Medium.woff2") format("woff2"), url("../fonts/hinted-OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/hinted-OpenSans-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-OpenSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/hinted-OpenSans-Semibold.woff2") format("woff2"), url("../fonts/hinted-OpenSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/hinted-OpenSans-SemiboldItalic.woff2") format("woff2"), url("../fonts/hinted-OpenSans-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/hinted-OpenSans-Bold.woff2") format("woff2"), url("../fonts/hinted-OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/hinted-OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/hinted-OpenSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #102D32;
  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: "Noto Serif Display", serif;
  line-height: 1.1;
}

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

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

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

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

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

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

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

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

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

.tiny {
  font-size: 0.7rem;
}

.xtiny {
  font-size: 0.6rem;
}

.em {
  font-style: italic;
}

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

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

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

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

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

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

.light {
  font-weight: 100;
}

.med {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #102D32;
}

.primary-text {
  color: #B38D6F;
}

.secondary-text {
  color: #3E4F51;
}

.tertiary-text {
  color: #829599;
}

.lightgrey-text {
  color: rgb(241.5790909091, 239.3217171717, 231.4209090909);
}

.medgrey-text {
  color: #DCD8CA;
}

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

blockquote {
  margin: 30px 0;
  font-size: 1rem !important;
  color: #102D32 !important;
  font-weight: 600;
  padding: 17px 0;
  border-top: 1px solid #102D32;
  border-bottom: 1px solid #102D32;
  text-align: left !important;
}
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.5rem;
  }
  h2, .h2 {
    font-size: 2.2rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.85rem;
  }
  h3, .h3 {
    font-size: 1.7rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h1 br, h2 br, h3 br, h4 br, h5 br {
    display: none !important;
  }
}
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 -10px;
}
.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: 10px solid transparent;
  position: relative;
}
.gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(16, 45, 50, 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: #B38D6F !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #B38D6F !important;
}

.pattern-bg,
.overlay-bg {
  background-color: #102D32;
  color: #fff;
}
.pattern-bg a:not(.btn):not(.arrow-link):hover, .pattern-bg a:not(.btn):not(.arrow-link):focus, .pattern-bg a:not(.btn):not(.arrow-link):active,
.overlay-bg a:not(.btn):not(.arrow-link):hover,
.overlay-bg a:not(.btn):not(.arrow-link):focus,
.overlay-bg a:not(.btn):not(.arrow-link):active {
  color: #829599;
}
.pattern-bg .arrow-link,
.overlay-bg .arrow-link {
  color: #fff;
}
.pattern-bg .arrow-link:hover, .pattern-bg .arrow-link:focus, .pattern-bg .arrow-link:active,
.overlay-bg .arrow-link:hover,
.overlay-bg .arrow-link:focus,
.overlay-bg .arrow-link:active {
  color: #CEDAE0;
}
.pattern-bg blockquote,
.overlay-bg blockquote {
  color: #fff !important;
  border-color: #fff !important;
}

.pattern-bg {
  background-image: url("../images/pattern.jpg");
  background-size: 1500px;
}

.lightgrey-bg {
  background-color: rgb(241.5790909091, 239.3217171717, 231.4209090909);
}
.lightgrey-bg + .lightgrey-bg {
  padding-top: 0;
}
.lightgrey-bg .btn-ssecondary,
.lightgrey-bg .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #102D32;
  color: #fff;
}
.lightgrey-bg .btn-ssecondary .btn-arrow,
.lightgrey-bg .wp-block-button.is-style-outline .wp-block-button__link .btn-arrow {
  background-color: #DCD8CA;
}
.lightgrey-bg .btn-ssecondary:hover, .lightgrey-bg .btn-ssecondary:focus, .lightgrey-bg .btn-ssecondary:active,
.lightgrey-bg .wp-block-button.is-style-outline .wp-block-button__link:hover,
.lightgrey-bg .wp-block-button.is-style-outline .wp-block-button__link:focus,
.lightgrey-bg .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: #3E4F51;
}

.medgrey-bg {
  background-color: #DCD8CA;
}
.medgrey-bg + .medgrey-bg {
  padding-top: 0;
}
.medgrey-bg .btn-secondary,
.medgrey-bg .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #102D32;
  color: #fff;
}
.medgrey-bg .btn-secondary .btn-arrow,
.medgrey-bg .wp-block-button.is-style-outline .wp-block-button__link .btn-arrow {
  background-color: #DCD8CA;
}
.medgrey-bg .btn-secondary:hover, .medgrey-bg .btn-secondary:focus, .medgrey-bg .btn-secondary:active,
.medgrey-bg .wp-block-button.is-style-outline .wp-block-button__link:hover,
.medgrey-bg .wp-block-button.is-style-outline .wp-block-button__link:focus,
.medgrey-bg .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: #3E4F51;
}
.medgrey-bg .arrow-link:hover, .medgrey-bg .arrow-link:focus, .medgrey-bg .arrow-link:active {
  border-color: #829599;
}

.black-bg {
  background-color: #102D32;
  color: #fff;
}
.black-bg + .black-bg {
  padding-top: 0;
}
.black-bg a:not(.btn):not(.arrow-link):hover, .black-bg a:not(.btn):not(.arrow-link):focus, .black-bg a:not(.btn):not(.arrow-link):active {
  color: #829599;
}
.black-bg .arrow-link {
  color: #fff;
}
.black-bg .arrow-link:hover, .black-bg .arrow-link:focus, .black-bg .arrow-link:active {
  color: #CEDAE0;
}
.black-bg .btn-primary,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #DCD8CA;
  color: #102D32;
}
.black-bg .btn-primary .btn-arrow,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-arrow {
  background-color: #829599;
}
.black-bg .btn-primary:hover, .black-bg .btn-primary:focus, .black-bg .btn-primary:active,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  background-color: #CEDAE0;
}
.black-bg blockquote {
  color: #fff !important;
  border-color: #fff !important;
}

.blackalt-bg {
  background-color: #0E262A;
  color: #fff;
}
.blackalt-bg + .blackalt-bg {
  padding-top: 0;
}
.blackalt-bg a:not(.btn):not(.arrow-link):hover, .blackalt-bg a:not(.btn):not(.arrow-link):focus, .blackalt-bg a:not(.btn):not(.arrow-link):active {
  color: #829599;
}
.blackalt-bg .arrow-link {
  color: #fff;
}
.blackalt-bg .arrow-link:hover, .blackalt-bg .arrow-link:focus, .blackalt-bg .arrow-link:active {
  color: #CEDAE0;
}
.blackalt-bg .btn-primary,
.blackalt-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #DCD8CA;
  color: #102D32;
}
.blackalt-bg .btn-primary .btn-arrow,
.blackalt-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link .btn-arrow {
  background-color: #829599;
}
.blackalt-bg .btn-primary:hover, .blackalt-bg .btn-primary:focus, .blackalt-bg .btn-primary:active,
.blackalt-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.blackalt-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.blackalt-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  background-color: #CEDAE0;
}
.blackalt-bg blockquote {
  color: #fff !important;
  border-color: #fff !important;
}

.primary-bg {
  background-color: #B38D6F;
}
.primary-bg + .primary-bg {
  padding-top: 0;
}

.secondary-bg {
  background-color: #3E4F51;
  color: #fff;
}
.secondary-bg + .secondary-bg {
  padding-top: 0;
}
.secondary-bg a:not(.btn):not(.arrow-link):hover, .secondary-bg a:not(.btn):not(.arrow-link):focus, .secondary-bg a:not(.btn):not(.arrow-link):active {
  color: #829599;
}
.secondary-bg .arrow-link {
  color: #fff;
}
.secondary-bg .arrow-link:hover, .secondary-bg .arrow-link:focus, .secondary-bg .arrow-link:active {
  color: #CEDAE0;
}
.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 {
  background-color: #829599;
}
.secondary-bg blockquote {
  color: #fff !important;
  border-color: #fff !important;
}

.tertiary-bg {
  background-color: #829599;
  color: #fff;
}
.tertiary-bg + .tertiary-bg {
  padding-top: 0;
}
.tertiary-bg a:not(.btn):not(.arrow-link) {
  color: #DCD8CA;
}
.tertiary-bg a:not(.btn):not(.arrow-link):hover, .tertiary-bg a:not(.btn):not(.arrow-link):focus, .tertiary-bg a:not(.btn):not(.arrow-link):active {
  color: #3E4F51;
}
.tertiary-bg .arrow-link {
  color: #fff;
}
.tertiary-bg .arrow-link:hover, .tertiary-bg .arrow-link:focus, .tertiary-bg .arrow-link:active {
  color: #CEDAE0;
}

.quaternary-bg {
  background-color: #CEDAE0;
}
.quaternary-bg + .quaternary-bg {
  padding-top: 0;
}
.quaternary-bg .btn-secondary,
.quaternary-bg .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #102D32;
  color: #fff;
}
.quaternary-bg .btn-secondary .btn-arrow,
.quaternary-bg .wp-block-button.is-style-outline .wp-block-button__link .btn-arrow {
  background-color: #DCD8CA;
}
.quaternary-bg .btn-secondary:hover, .quaternary-bg .btn-secondary:focus, .quaternary-bg .btn-secondary:active,
.quaternary-bg .wp-block-button.is-style-outline .wp-block-button__link:hover,
.quaternary-bg .wp-block-button.is-style-outline .wp-block-button__link:focus,
.quaternary-bg .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: #3E4F51;
}

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

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

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

.wp-block-social-links .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links .wp-social-link a {
  background-color: #B38D6F;
  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: #B38D6F;
  color: #B38D6F;
}
.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: #B38D6F;
  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: 20px;
  height: 5px;
  background-color: #B38D6F;
  opacity: 0.5;
  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: 1px solid #B38D6F;
  border-radius: 100%;
  background-color: #DCD8CA;
  color: #102D32;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  transition: all 0.4s ease-out;
}
.slick-arrow + .slick-arrow {
  margin-left: 10px;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  background-color: #CEDAE0;
  border-color: #829599;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select {
  background: #CEDAE0 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: #102D32;
  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(179, 141, 111, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(179, 141, 111, 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: "Open Sans", sans-serif !important;
}

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

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

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

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

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

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

.ui-datepicker-month,
.ui-datepicker-year {
  border: 1px solid #102D32 !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: #B38D6F !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: #3E4F51;
}

.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: #B38D6F !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: #102D32;
}
.gfield.gfield_error {
  outline: 1px solid #c02b0a;
}
.gfield.no-animate .gfield_label {
  position: static;
  font-size: 0.7rem !important;
}

.ginput_complex select {
  color: #102D32 !important;
}

.gfield_label,
label, .label {
  font-size: 0.8rem !important;
  color: #102D32 !important;
  font-weight: normal !important;
}

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

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

.white-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.white-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  background-color: transparent;
  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 rgba(255, 255, 255, 0.25) !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;
}

/* 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: #fff;
  border: 1px solid #fff;
  background-color: #102D32 !important;
  -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: #fff !important;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #B38D6F !important;
}

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

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

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

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

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

.widget select {
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  background: #102D32 url("../images/angle-down-white.svg") right 15px center no-repeat;
  background-size: 15px;
  font-size: 0.9rem !important;
}

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

.page-numbers {
  display: inline-block;
  width: 15px;
  text-align: center;
  background-color: transparent;
  color: #102D32 !important;
  margin: 0 6px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  border: 0 !important;
  font-weight: normal;
}
.page-numbers:hover, .page-numbers:focus, .page-numbers:active {
  color: #B38D6F !important;
}
.page-numbers.current {
  color: #B38D6F !important;
  font-weight: 600;
}
.page-numbers.next, .page-numbers.prev {
  color: #B38D6F !important;
  margin: 0;
  font-size: 0.8rem;
}

.white-paging .page-numbers {
  color: #fff !important;
}
.white-paging .page-numbers:hover, .white-paging .page-numbers:focus, .white-paging .page-numbers:active {
  color: #DCD8CA !important;
}
.white-paging .page-numbers.current {
  color: #CEDAE0 !important;
  font-weight: 600;
}
.white-paging .page-numbers.next, .white-paging .page-numbers.prev {
  color: #B38D6F !important;
}

/*----------------------------*/
/*--- ## 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: #102D32;
}
.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: #B38D6F;
}
.post-navigation .pagination .nav-next {
  float: right;
}

.login .message,
#login_error {
  color: #102D32;
  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: #102D32;
}
#login h1 a {
  width: 300px;
  background-size: 300px;
  height: 130px;
  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;
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
}

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

.primary-nav {
  padding: 0;
}

.main-menu {
  justify-content: space-between;
  width: 100%;
  margin: 0 -10px;
}
.main-menu > li {
  flex: unset !important;
}
.main-menu > li > a {
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  padding: 5px 10px !important;
  background-color: transparent !important;
  outline: none !important;
}
.main-menu > li > a:after {
  border: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  margin-left: 6px;
  transition: all 0.4s ease-out;
}
.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: #DCD8CA;
  background-color: transparent;
}
.main-menu > li:focus > a:after, .main-menu > li:hover > a:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent:focus > a:after, .main-menu > .current-menu-parent:hover > a:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item:focus > a:after, .main-menu > .current-menu-item:hover > a:after, .main-menu > li > a:focus:after, .main-menu > li > a:hover:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent > a:focus:after, .main-menu > .current-menu-parent > a:hover:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item > a:focus:after, .main-menu > .current-menu-item > a:hover:after {
  border-color: #DCD8CA;
}

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

.main-menu .dropdown-menu {
  border-radius: 0;
  background-color: #0E262A;
  margin-top: 0;
  min-width: 300px;
  top: 61px !important;
  border: 0;
  padding-bottom: 15px;
  box-shadow: 0 10px 6px 2px rgba(0, 0, 0, 0.05);
}
.main-menu .dropdown-menu li {
  text-align: left !important;
}
.main-menu .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  white-space: break-spaces;
  background-color: transparent !important;
  line-height: 1.1;
  padding: 0.3rem 1rem;
}
.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: #DCD8CA;
  background-color: transparent;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .nav-modal .modal-dialog {
    max-width: 100vw;
    margin: 0;
  }
  .nav-wrap {
    min-height: 100vh;
    overflow-y: auto;
    padding: 60px;
  }
  .nav-logo {
    width: 125px;
    margin: 0 auto 45px;
  }
  .nav-logo img {
    width: 100%;
    height: auto;
  }
  .nav-contact a {
    color: #fff !important;
  }
  .nav-contact a:hover, .nav-contact a:focus, .nav-contact a:active {
    color: #DCD8CA !important;
  }
  .mobile-nav {
    display: block;
    margin-top: 60px;
  }
  .main-menu-mobile {
    flex-direction: column !important;
    width: 100%;
    min-width: 100%;
  }
  .main-menu {
    margin: 0;
  }
  .main-menu > li > a {
    font-size: 1rem;
  }
  .main-menu .dropdown-menu {
    position: static !important;
    box-shadow: none;
    margin-bottom: 5px;
    padding-top: 0;
  }
  .main-menu .dropdown-menu > li {
    text-align: center !important;
  }
  .main-menu .dropdown-menu .dropdown-item {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .nav-wrap {
    padding: 45px 30px;
  }
  .nav-logo {
    width: 100px;
  }
  .nav-contact a {
    display: block;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  padding: 15px 60px;
  color: #fff;
}
#masthead.header-scroll {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0E262A !important;
}

.site-header-inner {
  justify-content: space-between;
  align-items: center;
}

body:not(.home) #masthead {
  background-color: #102D32;
}

.header-logo {
  width: 25%;
  min-width: 25%;
}
.header-logo img {
  height: 122px;
  width: auto;
  transition: all 0.2s;
}

.header-left,
.header-right {
  width: 37.5%;
  min-width: 37.5%;
}

.header-top {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  margin-bottom: 5px;
}
.header-top a {
  color: #fff;
}
.header-top a:hover, .header-top a:focus, .header-top a:active {
  color: #DCD8CA;
}

.header-social {
  border-left: 1px solid #fff;
}

.header-contact > span + span:before {
  content: "|";
  display: inline-block;
  margin: 0 4px 0 2px;
}

.header-left-bottom {
  padding-right: 75px;
}

.header-right-bottom {
  padding-left: 75px;
}
.header-right-bottom .collapse {
  justify-content: flex-end;
}

.header-scroll .header-logo img {
  height: 80px !important;
}

/** # Responsive **/
@media (max-width: 1600px) {
  #masthead {
    padding-left: 35px;
    padding-right: 35px;
  }
  .header-left-bottom {
    padding-right: 25px;
  }
  .header-right-bottom {
    padding-left: 25px;
  }
  .header-logo img {
    height: 100px;
  }
}
@media (max-width: 1199px) {
  #masthead {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-logo {
    width: 30%;
    min-width: 30%;
  }
  .header-left,
  .header-right {
    width: 35%;
    min-width: 35%;
  }
  .header-top {
    display: flex;
    align-items: center;
    height: 46px;
    padding-bottom: 10px;
    margin-bottom: 0;
    transition: all 0.2s;
  }
  .header-right-top {
    justify-content: flex-end;
  }
  .navbar-toggler {
    width: 45px;
    height: 35px;
    background-color: #B38D6F;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: none !important;
  }
  .navbar-toggler:hover .menu-bar:nth-child(2), .navbar-toggler:focus .menu-bar:nth-child(2), .navbar-toggler:active .menu-bar:nth-child(2) {
    width: 15px;
  }
  .menu-bar {
    width: 25px;
    height: 1px;
    background-color: #fff;
    margin: 3px 0;
    transition: all 0.2s ease-out;
  }
  .header-scroll .header-top {
    padding-bottom: 0;
    border-color: transparent;
  }
}
@media (max-width: 991px) {
  .header-logo {
    width: 35%;
    min-width: 35%;
  }
  .header-left,
  .header-right {
    width: 32.5%;
    min-width: 32.5%;
  }
  .header-logo img {
    height: 80px;
  }
  .header-scroll .header-logo img {
    height: 70px !important;
  }
}
@media (max-width: 767px) {
  #masthead {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-logo {
    width: 55%;
    min-width: 55%;
  }
  .header-logo img {
    height: 70px;
  }
  .header-right {
    width: 45%;
    min-width: 45%;
  }
  .header-top {
    padding-bottom: 0 !important;
    border: 0;
  }
  .header-contact > span {
    display: block;
    margin: 8px 0;
  }
  .header-contact > span:before {
    display: none !important;
  }
  .navbar-toggler {
    height: 45px;
  }
  .header-scroll .header-logo img {
    height: 60px !important;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}

.modal-content-wrap {
  min-height: 100vh;
  overflow-y: auto;
}
.modal-content-wrap .container {
  position: relative;
  z-index: 1;
}
.modal-content-wrap .gform_button {
  min-width: 150px;
}

.cta-modal-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.cta-modal-img:before {
  background: linear-gradient(to right, rgba(16, 45, 50, 0.75), rgba(16, 45, 50, 0) 100%);
  z-index: 1;
}

.cta-modal-logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
.cta-modal-logo img {
  height: 122px;
  width: auto;
}

.modal-content-wrap {
  padding: 150px 0 80px;
}

.cta-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  padding: 20px 0;
}
.cta-contact a {
  color: #fff !important;
  display: block;
}
.cta-contact a:hover, .cta-contact a:focus, .cta-contact a:active {
  color: #DCD8CA !important;
}

.cta-social {
  margin-top: 18px;
}
.cta-social a {
  width: 45px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #DCD8CA;
  color: #3E4F51 !important;
  margin-right: 3px;
  font-size: 0.8rem;
}
.cta-social a:hover, .cta-social a:focus, .cta-social a:active {
  background: #CEDAE0;
  color: #102D32 !important;
}

.cta-sidebar {
  padding: 30px 35px;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .modal-content-wrap {
    padding: 200px 0 45px;
  }
  .cta-modal-sidebar {
    margin-top: 35px;
  }
  .cta-modal-img:before {
    background: none;
    background-color: rgba(16, 45, 50, 0.9);
  }
  .mobile-cta-link {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    overflow: hidden;
  }
  .mobile-cta-link a {
    background-color: #829599;
    color: #102D32;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 35px;
    font-size: 0.85rem;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
  }
  .mobile-cta-link.hide-cta {
    z-index: -100;
    opacity: 0;
    transition: opacity 0.25s, z-index 0s linear 0.25s;
  }
}
@media (max-width: 767px) {
  .modal-content-wrap {
    padding-top: 150px;
  }
  .cta-modal-logo {
    top: 15px;
    left: 15px;
  }
  .cta-modal-logo img {
    height: 80px;
  }
  .cta-contact {
    font-size: 0.8rem;
  }
  .cta-sidebar {
    padding: 30px 20px;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 850px;
}

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

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

.hp-modal-content {
  padding: 80px 25px 40px 35px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .hp-modal-wrap {
    padding: 0;
  }
  .hp-modal-content {
    padding: 70px 20px 30px;
  }
}
#colophon {
  padding-bottom: 18px;
  background-color: #fff;
}

.footer-content {
  padding: 70px 0;
}
.footer-content textarea {
  height: 125px !important;
}
.footer-content h2 {
  line-height: 1.3;
}
.footer-content .gform_button {
  min-width: 150px;
}

.footer-brand {
  width: 95px;
  margin: 0 auto 35px;
}
.footer-brand img {
  width: 100%;
  height: auto;
}

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

.footer-col img {
  max-height: 160px;
  width: auto;
  height: auto;
}
.footer-col p {
  margin-bottom: 0.15rem;
  line-height: 1.3;
}
.footer-col a {
  color: #102D32;
  font-weight: normal;
}
.footer-col a:hover, .footer-col a:focus, .footer-col a:active {
  color: #B38D6F;
}

.footer-legal {
  display: inline-block;
}
.footer-legal ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  padding: 0;
}
.footer-legal li {
  margin-bottom: 0.15rem;
  line-height: 1.3;
}

.footer-credit a {
  font-weight: 600;
}

.footer-ig-header {
  margin-bottom: 18px;
}
.footer-ig-header p a {
  color: #102D32;
}
.footer-ig-header p a:hover, .footer-ig-header p a:focus, .footer-ig-header p a:active {
  color: #B38D6F;
}

.footer-social a {
  width: 45px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #DCD8CA;
  color: #3E4F51 !important;
  margin-left: 3px;
  font-size: 0.8rem;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  background: #CEDAE0;
  color: #102D32 !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .site-footer-inner {
    font-size: 0.7rem;
  }
}
@media (max-width: 991px) {
  .footer-content {
    padding: 45px 0;
  }
  .footer-content h2 {
    font-size: 1.75rem;
  }
  .site-footer-inner {
    padding: 35px 0;
    font-size: 0.8rem;
  }
  .footer-col {
    display: block !important;
    text-align: center !important;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .footer-content {
    padding: 35px 0;
  }
  .footer-content h2 {
    font-size: 1.35rem;
    column-gap: 0.3rem;
  }
  .footer-brand {
    width: 75px;
    margin-bottom: 30px;
  }
  .fig-img:nth-child(n+4) {
    display: none;
  }
}
.media-wrap > div {
  height: 100%;
}
.media-wrap .bg-slider,
.media-wrap .img-slider {
  height: 100% !important;
}
.media-wrap .bg-slider .slick-track,
.media-wrap .bg-slider .slick-list,
.media-wrap .bg-slider .slick-slide,
.media-wrap .img-slider .slick-track,
.media-wrap .img-slider .slick-list,
.media-wrap .img-slider .slick-slide {
  height: 100% !important;
}
.media-wrap .comp-video {
  position: relative;
}
.media-wrap .video-wrap {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-wrap .video-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-slider-arrows {
  position: absolute;
  bottom: 7px;
  left: 7px;
}
.img-slider-arrows .slick-arrow {
  width: 35px;
  height: 35px;
}

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

.list-box-wrap {
  margin-bottom: 45px;
  position: relative;
}
.list-box-wrap.list-box-slide {
  padding: 0 15px;
}
.list-box-wrap a {
  color: #fff !important;
  font-weight: normal;
  display: block;
  height: 100%;
}
.list-box-wrap a:hover .list-box-inner, .list-box-wrap a:focus .list-box-inner, .list-box-wrap a:active .list-box-inner {
  background-color: #3E4F51;
}
.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-wrap a:hover .list-box-hover img, .list-box-wrap a:focus .list-box-hover img, .list-box-wrap a:active .list-box-hover img {
  transition: all 2s ease-out 0.15s;
  opacity: 0.5;
  transform: scale(1);
}
.list-box-wrap a:hover .list-box-info h3,
.list-box-wrap a:hover .list-box-hood, .list-box-wrap a:focus .list-box-info h3,
.list-box-wrap a:focus .list-box-hood, .list-box-wrap a:active .list-box-info h3,
.list-box-wrap a:active .list-box-hood {
  border-color: #102D32;
}

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

.list-box-inner {
  background-color: #0E262A;
  transition: all 0.4s;
  height: 100%;
}

.list-box-status {
  padding: 10px 15px;
}

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

.list-box-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(16, 45, 50, 0.33);
  transition: all 0.4s;
  opacity: 0;
}
.list-box-hover img {
  width: 95px;
  height: auto;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s;
}

.list-box-info {
  padding: 20px 15px 15px;
}
.list-box-info h3 {
  border-bottom: 1px solid #3E4F51;
  transition: all 0.4s;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.list-box-hood {
  display: inline-block;
}
.list-box-hood:not(:first-of-type) {
  padding-left: 1rem;
  border-left: 1px solid #3E4F51;
  transition: all 0.4s;
}

.listing-alerts-modal .modal-dialog {
  max-width: 700px;
}
.listing-alerts-modal .btn-close {
  border: 1px solid rgba(255, 255, 255, 0.33) !important;
  border-radius: 0;
}
.listing-alerts-modal .modal-content {
  padding: 75px 45px 35px;
  text-align: center;
}

/** # Responsive **/
@media (max-width: 991px) {
  .list-slider {
    margin: 0 -15px;
  }
  .listing-alerts-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .listing-alerts-modal .modal-content {
    padding: 60px 20px 35px;
  }
}
.blog-box-wrap {
  margin-bottom: 50px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 15px;
  margin-bottom: 35px;
}
.blog-box-wrap a {
  font-weight: normal;
  color: #fff;
  display: block;
  height: 100%;
}
.blog-box-wrap a:hover .blog-box-inner, .blog-box-wrap a:focus .blog-box-inner, .blog-box-wrap a:active .blog-box-inner {
  background-color: #3E4F51;
}
.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-hover img, .blog-box-wrap a:focus .blog-box-hover img, .blog-box-wrap a:active .blog-box-hover img {
  transition: all 2s ease-out 0.15s;
  opacity: 0.5;
  transform: scale(1);
}
.blog-box-wrap a:hover .blog-box-play, .blog-box-wrap a:focus .blog-box-play, .blog-box-wrap a:active .blog-box-play {
  opacity: 0;
}
.blog-box-wrap a:hover .blog-box-info h3, .blog-box-wrap a:focus .blog-box-info h3, .blog-box-wrap a:active .blog-box-info h3 {
  color: #CEDAE0;
}

.blog-box-inner {
  transition: all 0.4s;
  height: 100%;
}

.blog-box-cat {
  padding: 12px 15px 10px;
}

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

.blog-box-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(16, 45, 50, 0.33);
  transition: all 0.4s;
  opacity: 0;
}
.blog-box-hover img {
  width: 100px;
  height: auto;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s;
}

.blog-box-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  transition: all 0.4s ease-out;
}

.blog-box-info {
  padding: 12px 15px 15px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed-slider {
    margin: 0 -15px;
  }
  .blog-box-play img {
    width: 90px;
  }
  .blog-box-hover img {
    width: 90px;
  }
}
.img-header {
  padding-top: 152px;
}

.header-media {
  position: relative;
  padding: 0;
  order: 2;
}
.header-media .media-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.header-content {
  padding: 80px 50px 85px;
  min-height: calc(100vh - 152px);
}
.header-content .page-header {
  max-width: 570px;
}

.text-header {
  padding-top: 230px;
  padding-bottom: 60px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .img-header {
    padding-top: 130px;
  }
  .header-content {
    min-height: calc(100vh - 130px);
  }
  .text-header {
    padding-top: 200px;
  }
}
@media (max-width: 1199px) {
  .header-content {
    padding: 40px 30px 60px;
  }
  .text-header {
    padding-top: 190px;
  }
}
@media (max-width: 991px) {
  .img-header {
    padding-top: 110px;
  }
  .header-media {
    order: unset;
    aspect-ratio: 7/5;
  }
  .header-content {
    min-height: unset;
    padding: 35px 40px 40px;
  }
  .header-content .page-header {
    max-width: unset;
    width: 100%;
  }
  .text-header {
    padding-top: 170px;
  }
}
@media (max-width: 767px) {
  .img-header {
    padding-top: 100px;
  }
  .header-content {
    padding: 30px 15px 40px;
  }
  .text-header {
    padding-top: 135px;
    padding-bottom: 45px;
  }
}
.sidebar {
  padding: 25px 35px;
  position: sticky;
  text-align: center;
}
.sidebar h3 {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}
.sidebar strong {
  font-weight: 600;
}
.sidebar .gform_button {
  min-width: 140px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .sidebar {
    padding: 25px 20px;
  }
}
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 40px;
  }
  .sidebar {
    padding: 25px 35px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    padding: 25px 20px;
  }
}
.lead-wrap {
  padding: 225px 0 70px;
  min-height: 100vh;
}
.lead-wrap:before {
  background: linear-gradient(to right, rgba(16, 45, 50, 0.9), rgba(16, 45, 50, 0) 100%);
  z-index: 1;
}

.lead-img {
  position: absolute;
  top: 152px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

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

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

#colophon.lead-footer {
  padding-bottom: 5px;
}
#colophon.lead-footer .site-footer-inner {
  padding: 40px 0 25px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .lead-wrap {
    padding-top: 210px;
  }
  .lead-img {
    top: 130px;
  }
}
@media (max-width: 991px) {
  .lead-wrap {
    padding-top: 160px;
  }
  .lead-wrap:before {
    background: linear-gradient(to bottom, #102d32, rgba(16, 45, 50, 0) 100%);
  }
  .lead-content {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding-top: 135px;
    padding-bottom: 50px;
  }
}
.blog #page,
.archive #page,
.search #page {
  background-image: url("../images/pattern.jpg");
  background-size: 1500px;
  background-color: #102D32;
}

.blog-header {
  background-color: transparent;
}

.posts-wrap {
  margin-bottom: 70px;
  margin-top: 15px;
}
.posts-wrap .paging-navigation {
  margin-top: 20px;
}

.no-results {
  background-color: transparent;
}

/** # Responsive **/
@media (max-width: 991px) {
  .posts-wrap {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .posts-wrap .paging-navigation {
    margin-top: 10px;
  }
}
.page-template-testimonialspage #page {
  background-image: url("../images/pattern.jpg");
  background-size: 1500px;
  background-color: #102D32;
}
.page-template-testimonialspage .text-header {
  background-image: none;
  background-color: transparent;
}

.t-wrap {
  margin-top: 15px;
  margin-bottom: 70px;
}
.t-wrap .paging-navigation {
  margin-top: 15px;
}

.t-box-wrap {
  margin-bottom: 50px;
}
.t-box-wrap.t-slide {
  padding: 0 15px;
  margin-bottom: 0;
}
.t-box-wrap a {
  color: #fff;
  font-weight: normal;
}
.t-box-wrap a:hover .t-box-inner, .t-box-wrap a:focus .t-box-inner, .t-box-wrap a:active .t-box-inner {
  transform: translateY(-10px);
}
.t-box-wrap a:hover .t-stars, .t-box-wrap a:focus .t-stars, .t-box-wrap a:active .t-stars {
  color: #3E4F51;
}

.t-box-inner {
  padding: 40px 40px 75px;
  position: relative;
  transition: all 0.4s ease-out;
}
.t-box-inner.t-slide-inner {
  padding: 40px 50px 15px;
}

.t-box-brand {
  width: 70px;
  margin: 0 auto 50px;
}
.t-box-brand img {
  width: 100%;
  height: auto;
}

.t-stars {
  transition: all 0.4s;
}
.t-stars svg {
  margin: 0 2px;
}

.t-bottom {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.33);
}

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

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

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

/** # Responsive **/
@media (max-width: 1199px) {
  .t-box-wrap {
    transition-delay: 0.3s !important;
  }
  .t-box-inner {
    padding: 40px 30px 75px;
  }
  .t-box-inner.t-slide-inner {
    padding: 40px 30px 15px;
  }
}
@media (max-width: 991px) {
  .t-box-inner {
    padding: 40px 40px 15px !important;
    transform: none !important;
  }
  .t-box-brand {
    margin-bottom: 35px;
  }
  .t-excerpt {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .t-bottom {
    position: static !important;
    font-size: 0.6rem;
  }
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .t-box-inner {
    padding: 30px 20px 15px !important;
  }
  .t-modal-wrap {
    padding: 35px 20px 25px;
  }
  .t-content {
    font-size: 0.9rem;
  }
}
.page-template-listingspage #page,
.tax-listing_status #page,
.tax-listing_type #page {
  background-image: url("../images/pattern.jpg");
  background-size: 1500px;
  background-color: #102D32;
}

.listings-header {
  background-color: transparent;
}

.listings-wrap {
  margin-bottom: 70px;
  margin-top: 15px;
}
.listings-wrap .paging-navigation {
  margin-top: 35px;
}

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

.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs),
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs),
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) {
  padding-left: 0;
  list-style: none;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li,
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li {
  margin-bottom: 8px;
  padding-left: 17px;
  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 -17px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #B38D6F;
  position: relative;
  top: -3px;
}

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

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

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

/** # Responsive **/
@media (max-width: 1399px) {
  .entry-content {
    padding-right: 75px;
  }
}
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .page-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .page-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .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 {
  padding: 100px 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-section .banner-img {
  z-index: unset;
}
.cta-section:before {
  background-color: rgba(16, 45, 50, 0.55);
  z-index: 1;
}
.cta-section .container {
  position: relative;
  z-index: 1;
}
.cta-section .btn {
  min-width: 300px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .cta-section {
    min-height: 50vh;
  }
}
@media (max-width: 767px) {
  .cta-section {
    min-height: unset;
    padding: 50px 0;
  }
  .cta-section:before {
    background-color: rgba(16, 45, 50, 0.65);
  }
}
.list-top-wrap {
  padding-top: 220px;
  padding-bottom: 70px;
  overflow: hidden;
}

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

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

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

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

.open-houses {
  margin-top: 45px;
  padding: 20px 30px 35px;
}

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

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

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

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

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

.list-agent-info h3 a {
  color: #3E4F51;
}
.list-agent-info h3 a:hover, .list-agent-info h3 a:focus, .list-agent-info h3 a:active {
  color: #B38D6F;
}
.list-agent-info p {
  line-height: 1.3;
}
.list-agent-info p a {
  color: #102D32;
}
.list-agent-info p a:hover, .list-agent-info p a:focus, .list-agent-info p a:active {
  color: #B38D6F;
}

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

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

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

.list-img-callout.img-right .lic-img {
  order: 2;
}
.list-img-callout.img-right .lic-brand {
  left: -25px;
}
.list-img-callout.img-right .lic-copy {
  padding-right: 30px;
}
.list-img-callout.img-left .lic-brand {
  right: -25px;
}
.list-img-callout.img-left .lic-copy {
  padding-left: 30px;
}

.lic-img {
  position: relative;
}

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

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

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

.more-photos {
  color: #102D32;
  border-bottom: 1px solid #102D32;
  display: inline-block;
  padding-bottom: 3px;
  font-weight: 500;
}
.more-photos:hover, .more-photos:focus, .more-photos:active {
  color: #B38D6F;
  border-color: #B38D6F;
}

.cs-story-wrap {
  margin-top: 75px;
  margin-bottom: 80px;
}

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

.story-pull {
  width: 50px;
  aspect-ratio: 1/1;
  position: sticky;
  top: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #102D32;
  color: #DCD8CA;
  overflow: hidden;
  border-radius: 100%;
  font-size: 0.7rem;
  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;
}

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

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

/** # Responsive **/
@media (max-width: 1600px) {
  .list-top-wrap {
    padding-top: 200px;
  }
  .hilites-slider .slick-arrow.slick-prev {
    left: calc(8% - 8px);
  }
  .hilites-slider .slick-arrow.slick-next {
    right: calc(8% - 8px);
  }
}
@media (max-width: 1199px) {
  .list-top-wrap {
    padding-top: 180px;
  }
}
@media (max-width: 991px) {
  .list-top-wrap {
    padding-top: 170px;
  }
  .hilites-slider .slick-arrow.slick-prev {
    left: calc(8% + 8px);
  }
  .hilites-slider .slick-arrow.slick-next {
    right: calc(8% + 8px);
  }
  .list-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .list-video svg {
    width: 100px !important;
  }
  .list-content-blocks {
    padding: 60px 0;
  }
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
  .lic-copy {
    padding: 0 15px !important;
  }
  .cs-story-wrap {
    margin: 50px 0;
  }
  .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-top-wrap {
    padding: 150px 0 40px;
  }
  .hilites-slider .slick-arrow {
    top: unset;
    bottom: 7px;
  }
  .hilites-slider .slick-arrow.slick-prev {
    left: 22px;
  }
  .hilites-slider .slick-arrow.slick-next {
    right: 22px;
  }
  .list-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .hq-ah--data-container {
    flex-direction: column !important;
  }
  .hq-ah--data-container > div {
    width: 100% !important;
  }
  .list-agent-inner {
    display: block !important;
  }
  .list-agent-img {
    margin-bottom: 15px;
    width: 140px;
    min-width: unset;
  }
  .list-tour {
    padding: 45px 0 50px;
  }
  .list-gallery-wrap {
    margin: 50px 0;
  }
  .story-step {
    padding: 0 15px !important;
    margin-top: 30px !important;
  }
  .story-step:first-child {
    margin-top: 0 !important;
  }
  .related-listings-wrap {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .related-listings-header {
    margin-bottom: 35px;
  }
}
.post-header-wrap {
  padding-top: 225px;
  padding-bottom: 80px;
}

.post-header {
  padding-right: 75px;
}
.post-header a {
  color: #102D32;
}
.post-header a:hover, .post-header a:focus, .post-header a:active {
  color: #B38D6F;
}

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

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

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

/** # Responsive **/
@media (max-width: 1600px) {
  .post-header-wrap {
    padding-top: 200px;
  }
}
@media (max-width: 1399px) {
  .post-header {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .post-header-wrap {
    padding-top: 160px;
  }
  .post-header {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .post-header-wrap {
    padding: 135px 0 35px;
  }
  .post-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.bio-header-wrap {
  padding-top: 225px;
  padding-bottom: 80px;
}

.bio-featured > div {
  aspect-ratio: 0.9/1;
}

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

.bio-contact a {
  color: #102D32;
}
.bio-contact a:hover, .bio-contact a:focus, .bio-contact a:active {
  color: #B38D6F;
}

.bio-intro {
  border-top: 1px solid #102D32;
  margin-top: 30px;
  padding-top: 30px;
}

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

/** # Responsive **/
@media (max-width: 1600px) {
  .bio-header-wrap {
    padding-top: 200px;
  }
}
@media (max-width: 1399px) {
  .bio-header {
    padding-right: 60px;
  }
  .bio-intro {
    padding-top: 25px;
    margin-top: 25px;
  }
}
@media (max-width: 1399px) {
  .bio-header-wrap {
    padding: 180px 0 50px;
  }
}
@media (max-width: 991px) {
  .bio-header-wrap {
    padding-top: 160px;
  }
  .bio-header {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .bio-header-wrap {
    padding: 135px 0 35px;
  }
  .bio-header {
    margin-bottom: 25px;
  }
  .bio-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.blog-toggle {
  margin: 0 0 45px;
}

.toggle-btn {
  background-color: transparent;
  border: 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #B38D6F;
  outline: none !important;
  text-align: left;
  color: #102D32 !important;
  display: flex;
  align-items: center;
}
.toggle-btn:hover .toggle-arrow, .toggle-btn:focus .toggle-arrow, .toggle-btn:active .toggle-arrow, .toggle-btn:not(.collapsed) .toggle-arrow {
  transform: rotate(90deg);
}

.toggle-arrow {
  transition: all 0.4s ease-out;
  display: inline-flex;
  width: 20px;
  min-width: 20px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  font-size: 0.55rem;
  align-items: center;
  justify-content: center;
  color: #102D32;
  margin-left: 12px;
  background-color: #829599;
}

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

/* Styling for thanks/404 pages */
lite-youtube,
lite-vimeo {
  background-color: #102D32;
  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(16, 45, 50, 0.25);
}
lite-youtube > iframe,
lite-vimeo > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 0;
  aspect-ratio: 16/9;
}
lite-youtube .lyt-playbtn svg,
lite-youtube .ltv-playbtn svg,
lite-vimeo .lyt-playbtn svg,
lite-vimeo .ltv-playbtn svg {
  width: 120px;
  position: relative;
  z-index: 10;
}
lite-youtube.lyt-activated, lite-youtube.ltv-activated,
lite-vimeo.lyt-activated,
lite-vimeo.ltv-activated {
  cursor: unset;
  background-image: none !important;
}
lite-youtube.lyt-activated::before, lite-youtube.lyt-activated > .lyt-playbtn, lite-youtube.lyt-activated > .ltv-playbtn, lite-youtube.ltv-activated::before, lite-youtube.ltv-activated > .lyt-playbtn, lite-youtube.ltv-activated > .ltv-playbtn,
lite-vimeo.lyt-activated::before,
lite-vimeo.lyt-activated > .lyt-playbtn,
lite-vimeo.lyt-activated > .ltv-playbtn,
lite-vimeo.ltv-activated::before,
lite-vimeo.ltv-activated > .lyt-playbtn,
lite-vimeo.ltv-activated > .ltv-playbtn {
  opacity: 0;
  pointer-events: none;
}

/** # Responsive **/
@media (max-width: 767px) {
  lite-youtube .lyt-playbtn svg,
  lite-youtube .ltv-playbtn svg,
  lite-vimeo .lyt-playbtn svg,
  lite-vimeo .ltv-playbtn svg {
    width: 75px;
  }
}
/* Custom */
.homepage-hero {
  min-height: calc(100vh + 5px);
  padding: 175px 175px 35px;
  overflow: hidden;
}
.homepage-hero .row {
  position: relative;
  z-index: 1;
}

.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hero-media:before {
  background: linear-gradient(to bottom, #102d32, rgba(16, 45, 50, 0) 300px);
  z-index: 1;
}
.hero-media:after {
  background: linear-gradient(to top, #102d32, rgba(16, 45, 50, 0) 40%);
}

.hero-heading h1 {
  font-size: 50px;
  line-height: 1.3;
}

.hero-content {
  padding-left: 100px;
}
.hero-content .section-links {
  margin-top: -10px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .homepage-hero {
    padding-left: 50px;
    padding-right: 50px;
  }
  .hero-heading h1 {
    font-size: 45px;
  }
  .hero-content {
    padding-left: 70px;
  }
}
@media (max-width: 1399px) {
  .hero-heading h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .homepage-hero {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-heading h1 {
    font-size: 42px;
  }
  .hero-content {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .homepage-hero {
    min-height: 600px;
    padding: 145px 40px 40px;
  }
  .hero-media:after {
    background: linear-gradient(to top, #102d32, rgba(16, 45, 50, 0) 75%);
  }
  .hero-content {
    padding-left: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    padding: 145px 15px 30px;
  }
  .hero-heading h1 {
    font-size: 1.75rem;
  }
  .hero-media:after {
    background: linear-gradient(to top, #102d32, rgba(16, 45, 50, 0.1) 100%);
  }
}
.homepage-listings {
  padding-top: 100px;
  padding-bottom: 70px;
  border-bottom: 1px solid #B38D6F;
}
.hp-listings-header {
  margin-bottom: 60px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-listings {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .homepage-listings h2 {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .homepage-listings {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .hp-listings-header {
    margin-bottom: 40px;
  }
}
.homepage-testimonials {
  margin-top: 90px;
  margin-bottom: 100px;
}
.homepage-testimonials.testimonial-callout-slider .hpt-header + .hpt-slider {
  margin-top: 45px;
}

.hpt-header + .hpt-slider {
  margin-top: 60px;
}

.hpt-header .btn {
  min-width: 275px;
}

.hpt-slider {
  margin: 0 -15px;
}
.hpt-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 1;
}
.hpt-slider .slick-arrow.slick-prev {
  left: -7px;
}
.hpt-slider .slick-arrow.slick-next {
  right: -7px;
}

.hpt-excerpt {
  margin-bottom: 50px;
  font-size: 0.9rem;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .homepage-testimonials {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .hpt-header + .hpt-slider {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .hpt-arrows {
    margin-top: 35px;
  }
  .hpt-excerpt {
    margin-bottom: 35px;
  }
}
.homepage-blog {
  margin-top: 100px;
  margin-bottom: 60px;
}

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

.hp-blog-feed-slider {
  margin: 0 -15px;
}
.hp-blog-feed-slider .slick-arrow {
  position: absolute;
  top: 214px;
  z-index: 1;
}
.hp-blog-feed-slider .slick-arrow.slick-prev {
  left: -7px;
}
.hp-blog-feed-slider .slick-arrow.slick-next {
  right: -7px;
}

.hp-blog-box-wrap {
  margin-bottom: 50px;
}
.hp-blog-box-wrap.hp-blog-box-slide {
  padding: 0 15px;
  margin-bottom: 35px;
}
.hp-blog-box-wrap a {
  font-weight: normal;
  color: #102D32;
}
.hp-blog-box-wrap a:hover .hp-blog-box-hover, .hp-blog-box-wrap a:focus .hp-blog-box-hover, .hp-blog-box-wrap a:active .hp-blog-box-hover {
  opacity: 1;
}
.hp-blog-box-wrap a:hover .hp-blog-box-hover img, .hp-blog-box-wrap a:focus .hp-blog-box-hover img, .hp-blog-box-wrap a:active .hp-blog-box-hover img {
  transition: all 2s ease-out 0.15s;
  opacity: 0.5;
  transform: scale(1);
}
.hp-blog-box-wrap a:hover .hp-blog-box-play, .hp-blog-box-wrap a:focus .hp-blog-box-play, .hp-blog-box-wrap a:active .hp-blog-box-play {
  opacity: 0;
}
.hp-blog-box-wrap a:hover .hp-blog-box-info h3, .hp-blog-box-wrap a:focus .hp-blog-box-info h3, .hp-blog-box-wrap a:active .hp-blog-box-info h3 {
  color: #102D32;
}

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

.hp-blog-box-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(16, 45, 50, 0.33);
  transition: all 0.4s;
  opacity: 0;
}
.hp-blog-box-hover img {
  width: 115px;
  height: auto;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s;
}

.hp-blog-box-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  transition: all 0.4s ease-out;
}

.hp-blog-box-info h3 {
  padding-top: 15px;
  margin-top: 11px;
  border-top: 1px solid #DCD8CA;
  transition: all 0.4s ease-out;
}

.blog-feed-slider {
  margin: 0 -15px;
}
.blog-feed-slider .slick-arrow {
  position: absolute;
  top: 214px;
  z-index: 1;
}
.blog-feed-slider .slick-arrow.slick-prev {
  left: -7px;
}
.blog-feed-slider .slick-arrow.slick-next {
  right: -7px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hp-blog-feed-slider .slick-arrow {
    top: 180px;
  }
}
@media (max-width: 1199px) {
  .hp-blog-feed-slider .slick-arrow {
    top: 146px;
  }
}
@media (max-width: 991px) {
  .homepage-blog {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .hp-blog-header {
    margin-bottom: 40px;
  }
  .hp-blog-feed-slider .slick-arrow {
    top: 101px;
  }
  .hp-blog-box-play img {
    width: 90px;
  }
  .hp-blog-box-hover img {
    width: 95px;
  }
  .hp-blog-box-meta {
    font-size: 0.65rem;
  }
}
@media (max-width: 767px) {
  .homepage-blog {
    margin-bottom: 50px;
  }
}
.freeform-content {
  margin: 60px 0;
}

/** # Responsive **/
@media (max-width: 767px) {
  .freeform-content {
    margin: 45px 0;
  }
}
.copy-on-media {
  padding: 100px 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-on-media .container {
  position: relative;
  z-index: 1;
}
.copy-on-media .btn {
  min-width: 300px;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .copy-on-media {
    min-height: 50vh;
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    min-height: unset;
    padding: 50px 0;
  }
  .overlay-media:before {
    background-color: rgba(16, 45, 50, 0.65);
  }
}
.hp-copy-on-media {
  min-height: 100vh;
  padding: 175px 175px 30px;
  overflow: hidden;
}
.hp-copy-on-media .row {
  position: relative;
  z-index: 1;
}

.hp-overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hp-overlay-media:before {
  background: linear-gradient(to bottom, #102d32, rgba(16, 45, 50, 0) 250px);
  z-index: 1;
}
.hp-overlay-media:after {
  background: linear-gradient(to top, #102d32, rgba(16, 45, 50, 0) 40%);
}

.hp-overlay-content .section-links {
  margin-top: -10px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hp-copy-on-media {
    padding-left: 50px;
    padding-right: 50px;
  }
  .hp-overlay-content {
    padding-left: 70px;
  }
}
@media (max-width: 1199px) {
  .hp-copy-on-media {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hp-overlay-content {
    padding-left: 30px;
  }
  .hp-overlay-media:after {
    background: linear-gradient(to top, #102d32, rgba(16, 45, 50, 0) 50%);
  }
}
@media (max-width: 991px) {
  .hp-copy-on-media {
    min-height: 600px;
    padding: 145px 40px 40px;
  }
  .hp-overlay-media:after {
    background: linear-gradient(to top, #102d32, rgba(16, 45, 50, 0) 80%);
  }
  .hp-overlay-content {
    padding-left: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .hp-copy-on-media {
    padding: 80px 15px 50px;
  }
  .hp-overlay-media:after {
    background: linear-gradient(to top, #102d32, rgba(16, 45, 50, 0.1) 100%);
  }
}
.copy-and-media {
  padding-top: 80px;
  padding-bottom: 80px;
}
.copy-and-media.white-bg {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-right .cm-inner {
  padding-right: 75px;
}
.copy-and-media.media-left .cm-inner {
  padding-left: 75px;
}
.copy-and-media.media-fit .cm-media {
  position: relative;
}
.copy-and-media.media-fit .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.copy-and-media.media-fit .cm-inner {
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-and-media.media-square .media-wrap {
  aspect-ratio: 1/1;
}

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

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

.cm-media {
  position: relative;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .copy-and-media.media-right .cm-inner {
    padding-right: 50px;
  }
  .copy-and-media.media-left .cm-inner {
    padding-left: 50px;
  }
  .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-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 {
  overflow: hidden;
}
.hp-copy-and-media.media-right .hpcm-media {
  order: 2;
}

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

.hpcm-layout1 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.hpcm-layout1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: rgb(241.5790909091, 239.3217171717, 231.4209090909);
  transition: all 1s ease-out 0.3s;
}
.hpcm-layout1.animated:before {
  width: 45vw;
}
.hpcm-layout1.media-left:before {
  left: 0;
}
.hpcm-layout1.media-right:before {
  right: 0;
}
.hpcm-layout1 .hpcm-media .object-cover {
  object-position: top;
}
.hpcm-layout1 .hpcm-inner {
  padding: 40px 30px;
  min-height: 80vh;
}
.hpcm-layout1 .hpcm-inner > div {
  max-width: 470px;
}

.hpcm-layout2 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.hpcm-layout2.white-bg {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 120px;
  margin-bottom: 120px;
}
.hpcm-layout2 .hpcm-inner {
  padding: 40px 30px;
  min-height: 80vh;
}
.hpcm-layout2 .hpcm-inner > div {
  max-width: 470px;
}

.hpcm-layout3 .hpcm-inner {
  padding: 40px 30px;
  min-height: 90vh;
}
.hpcm-layout3 .hpcm-inner > div {
  max-width: 470px;
}
.hpcm-layout3 .hpcm-inner .btn {
  min-width: 350px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hpcm-layout1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hpcm-layout2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hpcm-layout2.white-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .hp-copy-and-media .hpcm-media {
    aspect-ratio: 7/5;
    order: unset !important;
    margin-bottom: 35px;
  }
  .hpcm-layout1:before {
    left: 0 !important;
    right: 0 !important;
    top: 0;
    bottom: unset;
    width: 100% !important;
  }
  .hpcm-layout1.animated:before {
    height: 350px;
  }
  .hpcm-layout3 {
    padding-bottom: 45px;
  }
  .hpcm-layout3.white-bg {
    padding-bottom: 0;
    margin-bottom: 45px;
  }
  .hpcm-layout3 .hpcm-inner {
    padding: 0 15px !important;
  }
  .hpcm-inner {
    min-height: unset !important;
    padding: 0 !important;
    text-align: center;
  }
  .hpcm-inner > div {
    max-width: 600px !important;
  }
  .hpcm-inner h2 {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .hpcm-layout1 {
    padding-top: 30px;
  }
  .hpcm-layout1.animated:before {
    height: 200px;
  }
  .hpcm-layout2 {
    padding-top: 30px;
  }
  .hpcm-layout2.white-bg {
    margin-top: 30px;
  }
}
.team-query-wrap {
  margin: 120px 0 60px;
}

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

.team-box-wrap {
  margin-bottom: 50px;
}
.team-box-wrap:nth-child(odd) {
  padding-right: 40px;
}
.team-box-wrap:nth-child(even) {
  padding-left: 40px;
}
.team-box-wrap a {
  font-weight: normal;
  color: #102D32;
}
.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-wrap a:hover .team-box-hover img, .team-box-wrap a:focus .team-box-hover img, .team-box-wrap a:active .team-box-hover img {
  transition: all 2s ease-out 0.15s;
  opacity: 0.5;
  transform: scale(1);
}
.team-box-wrap a:hover .team-arrow, .team-box-wrap a:focus .team-arrow, .team-box-wrap a:active .team-arrow {
  background-color: #CEDAE0;
}

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

.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(16, 45, 50, 0.33);
  transition: all 0.4s;
  padding: 15px;
  opacity: 0;
}
.team-box-hover img {
  width: 75px;
  height: auto;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s;
}

.team-more {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #829599;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .team-query-wrap {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .team-box-wrap {
    padding: 0 15px !important;
  }
}
@media (max-width: 767px) {
  .team-query-wrap {
    margin: 40px 0 15px;
  }
  .team-query-header {
    margin-bottom: 30px;
  }
}
.blog-feed {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

/** # Responsive **/
@media (max-width: 767px) {
  .blog-feed {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .blog-feed-header {
    margin-bottom: 25px;
  }
}
.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: #102D32;
  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: #B38D6F;
}

.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: 50px 0;
}

.tcallout-slider {
  position: relative;
  background-color: #102D32;
}
.tcallout-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 1;
}
.tcallout-slider .slick-arrow.slick-prev {
  left: -22px;
}
.tcallout-slider .slick-arrow.slick-next {
  right: -22px;
}
.tcallout-slider .t-box-brand {
  margin-bottom: 30px;
}

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

/** # Responsive **/
@media (max-width: 767px) {
  .tcallout-slider .slick-arrow {
    top: unset;
    bottom: 10px;
    width: 32px;
    height: 32px;
  }
  .tcallout-slider .slick-arrow.slick-prev {
    left: 15px;
  }
  .tcallout-slider .slick-arrow.slick-next {
    right: 15px;
  }
  .tcallout-slider .t-bottom {
    padding: 15px 40px 0;
  }
  .tc-excerpt {
    margin-bottom: 25px;
  }
}
.buttons-grid {
  margin: 50px 0;
}

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

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

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

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

/* Styling for WP Media Block */
.hp-copy-marquee {
  overflow: hidden;
  padding: 120px 0 50px;
}
.hp-copy-marquee .container + .hp-marquee-wrap {
  margin-top: 100px;
}

.hpmar-header .btn {
  min-width: 290px;
}

.hp-marquee {
  outline: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hp-img-slide {
  width: 33vw;
  padding: 0 15px;
  position: relative;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-copy-marquee {
    padding-top: 90px;
  }
  .hp-img-slide {
    width: 45vw;
  }
}
@media (max-width: 991px) {
  .hp-img-slide {
    width: 55vw;
  }
}
@media (max-width: 767px) {
  .hp-copy-marquee {
    padding: 40px 0;
  }
  .hp-copy-marquee .container + .hp-marquee-wrap {
    margin-top: 40px;
  }
  .hp-img-slide {
    width: 85vw;
  }
}
.homepage-resources {
  padding-top: 50px;
  padding-bottom: 10px;
}
.homepage-resources .container + .row {
  margin-top: 45px;
}

.hp-resource-box-wrap {
  margin-bottom: 20px;
}
.hp-resource-box-wrap a {
  color: #fff;
}
.hp-resource-box-wrap a:hover .hp-resource-box-inner .banner-img, .hp-resource-box-wrap a:focus .hp-resource-box-inner .banner-img, .hp-resource-box-wrap a:active .hp-resource-box-inner .banner-img {
  transform: scale(1.1);
  transition: all 2.5s ease-out;
}
.hp-resource-box-wrap a:hover .hp-resource-box-inner h3, .hp-resource-box-wrap a:focus .hp-resource-box-inner h3, .hp-resource-box-wrap a:active .hp-resource-box-inner h3 {
  color: #DCD8CA;
}

.col-md-4 .hp-resource-box-inner {
  aspect-ratio: 1/1;
}

.col-xl-3 .hp-resource-box-inner {
  aspect-ratio: 3/4;
}

.hp-resource-box-inner {
  padding: 20px 15px;
  overflow: hidden;
}
.hp-resource-box-inner .banner-img {
  z-index: unset;
  transition: all 0.5s ease-out;
}
.hp-resource-box-inner:before {
  background: linear-gradient(to top, #102d32, rgba(16, 45, 50, 0) 50%);
  z-index: 1;
}
.hp-resource-box-inner h3 {
  position: relative;
  z-index: 1;
  letter-spacing: 0.075rem;
  transition: all 0.5s ease-out;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .col-xl-3 .hp-resource-box-inner {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 767px) {
  .homepage-resources {
    padding-top: 40px;
  }
  .homepage-resources .container + .row {
    margin-top: 30px;
  }
  .hp-resource-box-inner {
    aspect-ratio: 18/9 !important;
  }
}
.copy-large-media {
  padding: 70px 0;
}
.copy-large-media.white-bg {
  padding: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.clm-inner + .clm-media {
  margin-top: 45px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-large-media {
    padding: 60px 0;
  }
  .copy-large-media.white-bg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .copy-large-media {
    padding: 45px 0 50px;
  }
  .copy-large-media.white-bg {
    margin-top: 45px;
    margin-bottom: 50px;
  }
}
.resource-links-wrap {
  margin: 60px 0 50px;
}

.resource-links-header {
  margin-bottom: 50px;
}

.resource-box-wrap {
  margin-bottom: 20px;
}
.resource-box-wrap a {
  color: #fff;
}
.resource-box-wrap a:hover .resource-box-inner img, .resource-box-wrap a:focus .resource-box-inner img, .resource-box-wrap a:active .resource-box-inner img {
  transform: scale(1.1);
  transition: all 4s ease-out;
}
.resource-box-wrap a:hover .resource-box-info h3, .resource-box-wrap a:focus .resource-box-info h3, .resource-box-wrap a:active .resource-box-info h3 {
  color: #CEDAE0;
}
.resource-box-wrap.col-lg-4 .resource-box-inner, .resource-box-wrap.col-xl-3 .resource-box-inner {
  aspect-ratio: 1/1;
}

.resource-box-inner {
  position: relative;
  aspect-ratio: 7/5;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  overflow: hidden;
}
.resource-box-inner:before {
  background: linear-gradient(to top, rgba(16, 45, 50, 0.8), rgba(16, 45, 50, 0) 75%);
  z-index: 1;
}
.resource-box-inner img {
  transition: all 0.4s;
}

.resource-box-info {
  position: relative;
  z-index: 1;
}
.resource-box-info h3 {
  transition: all 0.4s;
}

/** # Responsive **/
@media (max-width: 991px) {
  .resource-box-wrap {
    margin-bottom: 12px;
  }
  .resource-box-inner {
    aspect-ratio: 7/5 !important;
  }
}
@media (max-width: 767px) {
  .resource-links-wrap {
    margin: 45px 0 30px;
  }
  .resource-box-inner {
    aspect-ratio: 1/1 !important;
    padding: 15px 10px;
  }
  .resource-box-inner:before {
    background: linear-gradient(to top, rgba(16, 45, 50, 0.9), rgba(16, 45, 50, 0.15) 100%);
  }
}

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