@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-img:before, .link-box-img:after, .t-slide-inner:before, .hp-overlay-media:before, .overlay-media:before, .hp-list-img:before, .hp-list-img:after, .homepage-hero:before, lite-youtube::before,
lite-vimeo::before, .blog-cta:before, .cta-section:before, .lead-img:before, .img-header:before, .cta-modal-img:before, .cta-modal-img:after, .nav-cta-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 */
.img-zoom > *, .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 {
  transition: all 0.7s ease-out;
}

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

.long-transition {
  transition: all 1.2s 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.2s !important;
}

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

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

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

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

.fadein.animated {
  opacity: 1;
}

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

.img-zoom {
  overflow: hidden;
}
.img-zoom > * {
  transform: scale(1.15);
  transition-duration: 1.25s;
}
.img-zoom.animated > * {
  transform: scale(1);
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

.span-page {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

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

.box-shadow, .sidebar, .cta-bubble a, #masthead.header-scroll, blockquote {
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
}

.text-shadow {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.o5 {
  opacity: 0.05;
}

.o10 {
  opacity: 0.1;
}

.o15 {
  opacity: 0.15;
}

.o20 {
  opacity: 0.2;
}

.o25 {
  opacity: 0.25;
}

.o30 {
  opacity: 0.3;
}

.o35 {
  opacity: 0.35;
}

.o40 {
  opacity: 0.4;
}

.o45 {
  opacity: 0.45;
}

.o50 {
  opacity: 0.5;
}

.o55 {
  opacity: 0.55;
}

.o60 {
  opacity: 0.6;
}

.o65 {
  opacity: 0.65;
}

.o70 {
  opacity: 0.7;
}

.o75 {
  opacity: 0.75;
}

.o80 {
  opacity: 0.8;
}

.o85 {
  opacity: 0.85;
}

.o90 {
  opacity: 0.9;
}

.o95 {
  opacity: 0.95;
}

.o100 {
  opacity: 1;
}

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

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

.btn, #login .button-primary, .wp-block-button.is-style-outline .wp-element-button, .wp-block-button:not(.is-style-outline) .wp-element-button {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 17px 35px;
  line-height: 1;
  min-height: 60px;
  min-width: 250px;
  border-radius: 4px;
  border: 0 !important;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  box-shadow: none !important;
  text-shadow: none;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 50%, 0% 0%);
}
.btn:hover, #login .button-primary:hover, .wp-block-button.is-style-outline .wp-element-button:hover, .wp-block-button:not(.is-style-outline) .wp-element-button:hover, .btn:focus, #login .button-primary:focus, .wp-block-button.is-style-outline .wp-element-button:focus, .wp-block-button:not(.is-style-outline) .wp-element-button:focus, .btn:active, #login .button-primary:active, .wp-block-button.is-style-outline .wp-element-button:active, .wp-block-button:not(.is-style-outline) .wp-element-button:active {
  clip-path: polygon(calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 12px 50%, 0% 0%);
}

.btn-primary, #login .button-primary, .wp-block-button:not(.is-style-outline) .wp-element-button {
  background-color: #E1D9CA;
  color: #575924;
}
.btn-primary:hover, #login .button-primary:hover, .wp-block-button:not(.is-style-outline) .wp-element-button:hover, .btn-primary:focus, #login .button-primary:focus, .wp-block-button:not(.is-style-outline) .wp-element-button:focus, .btn-primary:active, #login .button-primary:active, .wp-block-button:not(.is-style-outline) .wp-element-button:active {
  background-color: #FDC583;
  color: #5C2D17;
}

.btn-secondary, .wp-block-button.is-style-outline .wp-element-button {
  background-color: #FDC583 !important;
  color: #5C2D17;
}
.btn-secondary:hover, .wp-block-button.is-style-outline .wp-element-button:hover, .btn-secondary:focus, .wp-block-button.is-style-outline .wp-element-button:focus, .btn-secondary:active, .wp-block-button.is-style-outline .wp-element-button:active {
  background-color: #E1D9CA !important;
  color: #575924;
}

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  color: #5C2D17;
  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: "Fraunces 72pt", serif;
  line-height: 1.15;
}

.jumbo {
  font-size: 3.8rem;
}

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

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

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

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

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

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

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

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

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

.tiny {
  font-size: 0.7rem;
}

.xtiny {
  font-size: 0.6rem;
}

.em {
  font-style: italic;
}

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

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

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

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

.heading {
  font-family: "Fraunces 72pt", serif;
}

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

.light {
  font-weight: 100;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

.primary-text {
  color: #575924;
}

.secondary-text {
  color: #CE823F;
}

.secondarylt-text {
  color: #FDC583;
}

.tertiary-text {
  color: #5C2D17;
}

.lightgrey-text {
  color: rgb(243.4337349398, 240.3493975904, 234.5662650602);
}

.medgrey-text {
  color: #E1D9CA;
}

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

blockquote {
  margin: 30px 0;
  font-size: 1.3rem;
  font-family: "Fraunces 72pt", serif;
  color: #5C2D17 !important;
  padding: 45px 40px;
  background-image: url("../images/lightgrey-pattern-swatch.jpg");
  background-size: cover;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote a:not(.btn):not(.wp-element-button) {
  color: #CE823F !important;
}
blockquote a:not(.btn):not(.wp-element-button):hover, blockquote a:not(.btn):not(.wp-element-button):focus, blockquote a:not(.btn):not(.wp-element-button):active {
  color: #575924 !important;
}
blockquote .btn-primary, blockquote #login .button-primary, #login blockquote .button-primary {
  background-color: rgb(243.4337349398, 240.3493975904, 234.5662650602) !important;
}
blockquote .btn-primary:hover, blockquote #login .button-primary:hover, #login blockquote .button-primary:hover, blockquote .btn-primary:focus, blockquote #login .button-primary:focus, #login blockquote .button-primary:focus, blockquote .btn-primary:active, blockquote #login .button-primary:active, #login blockquote .button-primary:active {
  background-color: #FDC583 !important;
}
blockquote .btn-secondary:hover, blockquote .btn-secondary:focus, blockquote .btn-secondary:active {
  background-color: rgb(243.4337349398, 240.3493975904, 234.5662650602) !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  h1, .h1, .jumbo {
    font-size: 2.8rem;
  }
  h2, .h2 {
    font-size: 2.3rem;
  }
  h3, .h3 {
    font-size: 1.8rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  h1, .h1, .jumbo {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  h1, .h1, .jumbo {
    font-size: 2.2rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.7rem;
  }
  h4, .h4 {
    font-size: 1.4rem;
  }
  h5, .h5 {
    font-size: 1.2rem;
  }
  blockquote {
    padding: 40px 20px;
    font-size: 1.1rem;
  }
}
img {
  max-width: 100%;
  height: auto;
}

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

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

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

.gallery-item {
  width: 16.6666666667%;
  min-width: 16.6666666667%;
  margin: 0;
}
.gallery-item a {
  display: block;
  height: 100%;
  border: 5px solid transparent;
  position: relative;
}
.gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-out;
  opacity: 0;
}
.gallery-item a:hover:after, .gallery-item a:focus:after, .gallery-item a:active:after {
  opacity: 1;
}

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

.fancybox__progress {
  background: #575924 !important;
}

.lightgrey-bg {
  background-color: rgb(243.4337349398, 240.3493975904, 234.5662650602);
}

.medgrey-bg {
  background-color: #E1D9CA;
}
.medgrey-bg .wp-block-button:not(.is-style-outline) .wp-element-button,
.medgrey-bg .btn-primary {
  background-color: rgb(243.4337349398, 240.3493975904, 234.5662650602);
}
.medgrey-bg .wp-block-button:not(.is-style-outline) .wp-element-button:hover, .medgrey-bg .wp-block-button:not(.is-style-outline) .wp-element-button:focus, .medgrey-bg .wp-block-button:not(.is-style-outline) .wp-element-button:active,
.medgrey-bg .btn-primary:hover,
.medgrey-bg .btn-primary:focus,
.medgrey-bg .btn-primary:active {
  background-color: #FDC583;
}
.medgrey-bg .wp-block-button.is-style-outline .wp-element-button:hover, .medgrey-bg .wp-block-button.is-style-outline .wp-element-button:focus, .medgrey-bg .wp-block-button.is-style-outline .wp-element-button:active,
.medgrey-bg .btn-secondary:hover,
.medgrey-bg .btn-secondary:focus,
.medgrey-bg .btn-secondary:active {
  background-color: rgb(243.4337349398, 240.3493975904, 234.5662650602) !important;
}

.black-bg {
  background-color: #000;
  color: #fff;
}
.black-bg a:not(.btn):not(.wp-element-button) {
  color: #FDC583;
}
.black-bg a:not(.btn):not(.wp-element-button):hover, .black-bg a:not(.btn):not(.wp-element-button):focus, .black-bg a:not(.btn):not(.wp-element-button):active {
  color: #CE823F;
}

.primary-bg {
  background-color: #575924;
  color: #fff;
}
.primary-bg a:not(.btn):not(.wp-element-button) {
  color: #FDC583;
}
.primary-bg a:not(.btn):not(.wp-element-button):hover, .primary-bg a:not(.btn):not(.wp-element-button):focus, .primary-bg a:not(.btn):not(.wp-element-button):active {
  color: #CE823F;
}

.secondary-bg {
  background-color: #CE823F;
  color: #fff;
}
.secondary-bg a:not(.btn):not(.wp-element-button):hover, .secondary-bg a:not(.btn):not(.wp-element-button):focus, .secondary-bg a:not(.btn):not(.wp-element-button):active {
  color: #FDC583;
}
.secondary-bg .btn-secondary:hover, .secondary-bg .btn-secondary:focus, .secondary-bg .btn-secondary:active,
.secondary-bg .wp-block-button.is-style-outline .wp-block-button__link:hover,
.secondary-bg .wp-block-button.is-style-outline .wp-block-button__link:focus,
.secondary-bg .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: #E1D9CA !important;
  color: #575924 !important;
}
.secondary-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  background-color: #575924 !important;
}

.secondarylt-bg {
  background-color: #FDC583;
}
.secondarylt-bg .btn-primary,
.secondarylt-bg .btn-secondary,
.secondarylt-bg .wp-block-button__link,
.secondarylt-bg .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #E1D9CA !important;
  color: #575924 !important;
}
.secondarylt-bg .btn-primary:hover, .secondarylt-bg .btn-primary:focus, .secondarylt-bg .btn-primary:active,
.secondarylt-bg .btn-secondary:hover,
.secondarylt-bg .btn-secondary:focus,
.secondarylt-bg .btn-secondary:active,
.secondarylt-bg .wp-block-button__link:hover,
.secondarylt-bg .wp-block-button__link:focus,
.secondarylt-bg .wp-block-button__link:active,
.secondarylt-bg .wp-block-button.is-style-outline .wp-block-button__link:hover,
.secondarylt-bg .wp-block-button.is-style-outline .wp-block-button__link:focus,
.secondarylt-bg .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: #CE823F !important;
  color: #fff !important;
}

.tertiary-bg {
  background-color: #5C2D17;
  color: #fff;
}
.tertiary-bg a:not(.btn):not(.wp-element-button) {
  color: #FDC583;
}
.tertiary-bg a:not(.btn):not(.wp-element-button):hover, .tertiary-bg a:not(.btn):not(.wp-element-button):focus, .tertiary-bg a:not(.btn):not(.wp-element-button):active {
  color: #CE823F;
}

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

.texture-bg {
  background-size: 800px;
}
.texture-bg.green-texture {
  background-image: url("../images/green-pattern-swatch.jpg");
}
.texture-bg.brick-texture {
  background-image: url("../images/brick-pattern-swatch.jpg");
}

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

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

.wp-block-social-links .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links .wp-social-link a {
  background-color: #575924;
  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: #575924;
  color: #575924;
}
.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: #575924;
  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 6px;
  line-height: 12px;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots button {
  text-indent: -9999px;
  border: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #575924;
  opacity: 0.6;
  transition: all 0.4s ease-out;
}
.slick-dots button:hover, .slick-dots button:focus, .slick-dots button:active {
  opacity: 1;
}

.slick-arrow {
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: transparent;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.slick-arrow + .slick-arrow {
  margin-left: 8px;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  opacity: 0.7;
}

/** # Responsive **/
@media (max-width: 991px) {
  .gallery-item {
    width: 33.3333%;
    min-width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #page {
    overflow: hidden;
  }
  .video-overlay svg {
    width: 90px;
  }
}
.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: #fff;
  border: 1px solid #FDC583;
  padding: 5px 8px;
  height: 65px;
  font-size: 1rem !important;
  color: #5C2D17;
}
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 #FDC583;
  background-color: #fff;
  padding: 5px 8px;
  font-size: 1rem !important;
  color: #5C2D17;
}
textarea:focus-visible {
  outline: none;
}

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

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(206, 130, 63, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(206, 130, 63, 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_fields {
  grid-row-gap: 8px !important;
}

.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: "Roboto", sans-serif !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gform_button {
  min-width: 175px;
}

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

.ginput_complex select {
  color: #5C2D17 !important;
}

.gfield_label,
label, .label {
  font-size: 0.9rem !important;
  color: #5C2D17 !important;
  font-weight: normal !important;
}

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

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

body img.gform_ajax_spinner {
  display: none !important;
}

.step-form {
  position: relative;
}
.step-form img.gform_ajax_spinner {
  display: none !important;
}
.step-form .gfield--type-consent {
  margin-bottom: 7px !important;
}

.gf_progressbar_wrapper {
  position: absolute;
  bottom: 58px;
  left: 0;
  right: 130px;
}

.gf_progressbar {
  background-color: #FDC583 !important;
  height: 14px;
  border-radius: 0 !important;
  margin: 0 !important;
}

.gf_progressbar_percentage {
  height: 100% !important;
  border-radius: 0 !important;
  background-color: #000 !important;
}
.gf_progressbar_percentage span {
  display: none !important;
}

.gf_progressbar_title {
  position: absolute;
  right: 0;
  bottom: -30px;
  color: #fff !important;
  font-size: 0.7rem !important;
}

.gform_page {
  position: relative;
}

.gform_page_fields {
  width: calc(100% - 130px);
}

.gform-page-footer {
  height: 70px;
  padding-top: 10px !important;
}

.gform_next_button,
.step-form .gform_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  min-width: unset;
  height: 65px;
  border-radius: 4px;
  background-color: #FDC583;
  color: #5C2D17;
  border: 0;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 17px 35px;
  line-height: 1;
  transition: all 0.25s;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 50%, 0% 0%);
  text-indent: -99999px;
  background-image: url("../images/fa-arrow-right-black.svg");
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center;
}
.gform_next_button:hover, .gform_next_button:focus, .gform_next_button:active,
.step-form .gform_button:hover,
.step-form .gform_button:focus,
.step-form .gform_button:active {
  clip-path: polygon(calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0% 100%, 12px 50%, 0% 0%);
  background-color: rgb(243.4337349398, 240.3493975904, 234.5662650602);
  color: #575924;
}

.step-form .gform_button {
  text-indent: unset;
  background-image: none;
}

.gform_previous_button {
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  color: #fff !important;
  background-color: transparent !important;
  border: 0;
  padding: 0 !important;
  transition: all 0.2s;
}
.gform_previous_button:hover, .gform_previous_button:focus, .gform_previous_button:active {
  color: #FDC583 !important;
}

.white-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.white-form textarea {
  color: #fff;
  background: transparent;
}
.white-form select {
  background: transparent url("../images/angle-down-white.svg") right 15px center no-repeat;
  background-size: 12px;
  color: transparent;
}
.white-form .gfield {
  position: relative;
}
.white-form .gfield.input--filled select {
  color: #fff;
}
.white-form .ginput_complex select {
  color: #fff !important;
}
.white-form .gfield_label,
.white-form label, .white-form .label {
  color: #fff !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  .gf_progressbar_wrapper {
    right: 85px;
  }
  .gform_page_fields {
    width: calc(100% - 85px);
  }
  .gform_next_button,
  .step-form .gform_button {
    width: 80px !important;
    padding: 0;
  }
}
/* 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;
  background-color: transparent !important;
  -webkit-appearance: none;
  border-color: #fff;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-size: 20px;
  padding: 18px 0;
  border: 0 !important;
  color: #FDC583 !important;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #CE823F !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;
  font-size: 0.9rem !important;
  border-color: #fff;
  background: transparent url("../images/angle-down-white.svg") right 15px center no-repeat;
  background-size: 12px;
}

/** # 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: 20px;
  text-align: center;
  background-color: transparent;
  color: #5C2D17;
  font-weight: 600;
  margin: 0 6px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  border: 0 !important;
}
.page-numbers.current {
  color: #FDC583;
}
.page-numbers.next, .page-numbers.prev {
  color: #FDC583;
  margin: 0;
  font-size: 20px;
}

.white-pagination .page-numbers {
  color: #fff;
}

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

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

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

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

#login {
  width: 450px;
  padding: 20px 20px 30px;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #000;
}
#login h1 a {
  width: 160px;
  background-size: 160px;
  height: 146px;
  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 form input:not([type=submit]) {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #FDC583 !important;
  border-radius: 4px !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 #575924 !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: #FDC583 !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: #FDC583 !important;
}

.nav-wrap {
  z-index: 97;
  top: 180px;
  height: fit-content;
  padding: 30px 45px 70px;
}
.nav-wrap.header-scroll {
  top: 100px;
}
.nav-wrap.show {
  border-bottom: 1px solid rgba(253, 197, 131, 0.5);
}

.modal-backdrop {
  z-index: 96;
}

.primary-nav {
  padding: 0;
}

.main-menu {
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.main-menu > li {
  width: 33.333333333%;
  min-width: 33.333333333%;
  padding: 0 15px;
  text-align: left !important;
}
.main-menu > li.menu-item-has-children > a {
  pointer-events: none;
  cursor: default;
}
.main-menu > li.menu-item-has-children > a:after {
  display: none;
}
.main-menu > li:not(.menu-item-has-children) > a:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  border-right: 1px solid #FDC583;
  border-bottom: 1px solid #FDC583;
  transform: rotate(-45deg);
  margin-left: 8px;
}
.main-menu > li > a {
  color: #FDC583;
  font-size: 1.4rem;
  font-family: "Fraunces 72pt", serif;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
  background-color: transparent !important;
  outline: none !important;
}
.main-menu > li:focus > a, .main-menu > li:hover > a, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent:focus > a, .main-menu > .current-menu-parent:hover > a, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item:focus > a, .main-menu > .current-menu-item:hover > a, .main-menu > li > a:focus, .main-menu > li > a:hover, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent > a:focus, .main-menu > .current-menu-parent > a:hover, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item > a:focus, .main-menu > .current-menu-item > a:hover {
  color: #CE823F;
  background-color: transparent;
}

/* Secondary Nav */
.dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
  min-width: 185px;
  border: 0;
  display: block !important;
  position: static !important;
  background: transparent;
}
.dropdown-menu li {
  text-align: left !important;
}
.dropdown-menu .dropdown-item {
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: normal;
  background-color: transparent !important;
  padding: 3px 22px 3px 0;
  line-height: 1.1;
  white-space: normal;
  position: relative;
}
.dropdown-menu .dropdown-item:before {
  content: "";
  background-image: url("../images/fa-arrow-right.svg");
  background-size: 15px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.dropdown-menu .current-menu-item .dropdown-item,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  color: #FDC583 !important;
  background-color: transparent;
  padding: 3px 0 3px 22px;
}
.dropdown-menu .current-menu-item .dropdown-item:before,
.dropdown-menu .dropdown-item:hover:before,
.dropdown-menu .dropdown-item:active:before,
.dropdown-menu .dropdown-item:focus:before {
  opacity: 1;
  transition: all 0.4s ease-out 0.1s;
}

.nav-cta-inner {
  min-height: 100%;
  padding: 25px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.nav-cta-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.nav-cta-img:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.15) 100%);
  z-index: 1;
}

.nav-cta-info {
  position: relative;
  z-index: 1;
}
.nav-cta-info .small {
  line-height: 1.2;
}
.nav-cta-info .btn {
  min-width: 175px;
  min-height: 40px;
  padding: 10px 25px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .nav-wrap {
    padding: 30px 20px 60px;
  }
  .nav-cta {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .nav-wrap {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .nav-wrap {
    top: 140px;
    padding: 30px 15px 35px;
    height: calc(100vh - 140px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .nav-wrap::-webkit-scrollbar {
    width: 0;
  }
  .nav-wrap.header-scroll {
    top: 80px;
    height: calc(100vh - 80px);
  }
  .main-menu > li {
    width: 50%;
    min-width: 50%;
  }
  .main-menu > li > a {
    font-size: 1.2rem;
  }
  .dropdown-item {
    padding: 3px 0 !important;
  }
  .dropdown-item:before {
    display: none;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: #000;
  padding: 10px 45px;
}
#masthead.header-scroll {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-logo {
  position: relative;
}

.unscroll-logo {
  height: 160px;
  width: auto;
  transition: all 0.2s ease-out;
}

.scroll-logo {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
  margin: auto;
  height: 70px;
  width: auto;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.header-contact {
  color: #fff;
}
.header-contact a {
  color: #fff;
}
.header-contact a:hover, .header-contact a:focus, .header-contact a:active {
  color: #FDC583;
}

.cta-trigger.btn {
  min-width: 175px;
}

.navbar-toggler {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 0;
  border-radius: 0;
  box-shadow: none !important;
  border-radius: 100%;
  background-color: #CE823F;
  padding: 27px;
  transition: all 0.2s ease-out;
}
.navbar-toggler.nav-open .menu-bar:nth-child(2) {
  display: none;
}
.navbar-toggler.nav-open .menu-bar:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.navbar-toggler.nav-open .menu-bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -4px);
}
.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  background-color: #575924;
}

.menu-bar {
  display: block;
  height: 2px;
  width: 25px;
  background-color: #fff;
  transition: all 0.2s;
}

.header-scroll .unscroll-logo {
  opacity: 0;
  height: 70px;
}
.header-scroll .scroll-logo {
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 1199px) {
  #masthead {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-toggler {
    width: 65px;
    height: 65px;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .unscroll-logo {
    height: 120px;
  }
  .scroll-logo {
    height: 45px;
    right: unset;
  }
  .header-scroll .unscroll-logo {
    height: 45px;
  }
  .navbar-toggler {
    height: 50px;
    width: 50px;
    padding: 17px;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}

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

.cta-modal-left {
  position: relative;
  order: 2;
}

.cta-modal-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.cta-modal-img:before {
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0) 25%);
  z-index: 1;
}
.cta-modal-img:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 30%);
  z-index: 1;
}

.cta-logo {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}
.cta-logo img {
  height: 190px;
  width: auto;
}

.cta-bottom {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.cta-contact {
  margin-bottom: 25px;
}
.cta-contact a {
  color: #fff !important;
}
.cta-contact a:hover, .cta-contact a:focus, .cta-contact a:active {
  color: #FDC583 !important;
}

.cta-social a {
  width: 45px;
  height: 45px;
  border-radius: 6px;
  background-color: #575924;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cta-social a:hover, .cta-social a:focus, .cta-social a:active {
  background-color: #CE823F;
}

.cta-modal-content {
  padding: 30px 40px;
}
.cta-modal-content > div {
  max-width: 650px;
}
.cta-modal-content .gform_footer {
  justify-content: center;
}

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

.cta-bubble {
  position: fixed;
  top: calc(50% - 70px);
  right: 0;
  z-index: 10;
  overflow: hidden;
}
.cta-bubble a {
  width: 140px;
  height: 140px;
  display: block;
  border-radius: 100%;
  position: relative;
  padding: 7px;
  transition: all 0.2s ease-out;
  transform: translateX(25%);
}
.cta-bubble a:hover, .cta-bubble a:focus, .cta-bubble a:active {
  transform: translateX(10px);
}
.cta-bubble a:hover .bubble-brand, .cta-bubble a:focus .bubble-brand, .cta-bubble a:active .bubble-brand {
  transform: scale(1.1);
}
.cta-bubble a:hover .bubble-text, .cta-bubble a:focus .bubble-text, .cta-bubble a:active .bubble-text {
  animation: none;
}
.cta-bubble.hide-cta a {
  z-index: -100;
  opacity: 0;
  transition: opacity 0.25s, z-index 0s linear 0.25s;
}

.bubble-text {
  animation: spin 30s linear infinite;
}

.bubble-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  margin: auto;
  width: 50%;
  transition: all 0.5s ease-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/** # Responsive **/
@media (max-width: 1199px) {
  .cta-modal-content {
    padding: 30px 20px;
  }
  .mobile-cta-link {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    overflow: hidden;
  }
  .mobile-cta-link a {
    background-color: #CE823F;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    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: 991px) {
  .cta-modal-left {
    order: unset;
    padding-top: 25px;
    margin-bottom: 15px;
  }
  .cta-logo,
  .cta-bottom {
    position: static;
  }
  .cta-bubble {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cta-logo img {
    height: 170px;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 850px;
}

.hp-modal-img {
  padding: 0;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
  .hp-modal-content {
    padding: 45px 30px;
  }
}
@media (max-width: 767px) {
  .hp-modal-content {
    padding: 70px 20px 35px;
  }
}
.footer-content {
  padding-top: 45px;
}
.footer-content img {
  height: 165px;
  width: auto;
  margin-bottom: 25px;
}

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

.footer-col img {
  height: 100px;
  width: auto;
}
.footer-col p {
  margin-bottom: 0.15rem;
  font-size: 0.9rem;
}
.footer-col a {
  color: #fff !important;
}
.footer-col a:hover, .footer-col a:focus, .footer-col a:active {
  color: #FDC583 !important;
}

.footer-ig {
  padding: 0 15px;
}

.site-info {
  padding: 15px;
}
.site-info a {
  color: #fff !important;
}
.site-info a:hover, .site-info a:focus, .site-info a:active {
  color: #FDC583 !important;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .footer-col p {
    font-size: 0.75rem;
  }
}
@media (max-width: 991px) {
  .site-footer-inner {
    padding: 20px 0;
  }
  .footer-col {
    margin: 20px 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-col {
    margin: 15px 0;
    text-align: left;
  }
  .footer-col p {
    font-size: 0.7rem;
  }
  .footer-col img {
    height: 85px;
  }
  .footer-address {
    padding-right: 5px;
  }
  .fig-img:nth-child(n+4) {
    display: none;
  }
  .site-info span {
    display: block;
  }
  .footer-legal li:first-child {
    border: 0;
  }
}
.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: 5px;
  left: 7px;
}

.list-box-wrap {
  margin-bottom: 45px;
}
.list-box-wrap.list-box-slide {
  padding: 35px 15px 0;
  margin-bottom: 0;
}
.list-box-wrap a {
  color: #fff !important;
  font-weight: normal;
  display: block;
  height: 100%;
}
.list-box-wrap a:hover .list-box-status, .list-box-wrap a:focus .list-box-status, .list-box-wrap a:active .list-box-status {
  transform: translateY(calc(-100% - 12px));
}
.list-box-wrap a:hover .list-box-bubble, .list-box-wrap a:focus .list-box-bubble, .list-box-wrap a:active .list-box-bubble {
  opacity: 0;
}
.list-box-wrap a:hover .list-box-info h3 svg, .list-box-wrap a:focus .list-box-info h3 svg, .list-box-wrap a:active .list-box-info h3 svg {
  opacity: 1;
  transform: translateX(0);
}
.list-box-wrap a:hover .list-box-meta, .list-box-wrap a:focus .list-box-meta, .list-box-wrap a:active .list-box-meta {
  color: #FDC583;
}

.list-box-inner {
  height: 100%;
}

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

.list-box-status {
  position: absolute;
  top: 12px;
  left: 12px;
  min-width: 120px;
  padding: 6px 12px;
  z-index: 1;
  transition: all 0.4s ease-out;
}
.list-box-status.secondarylt-bg {
  color: #5C2D17 !important;
}

.list-box-bubble {
  position: absolute;
  right: 12px;
  top: -20px;
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 100%;
  font-size: 0.6rem;
  line-height: 1.15;
  transition: all 0.4s ease-out;
  background-color: rgb(177.7394190871, 107.3842323651, 45.3605809129);
  color: #fff;
}
.list-box-bubble span {
  overflow-wrap: break-word;
  inline-size: 85px;
  hyphens: auto;
}

.list-box-info {
  margin-top: 12px;
}
.list-box-info h3 svg {
  transform: translateX(-5px);
  opacity: 0;
  transition: all 0.4s ease-out;
}

.list-box-meta {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E1D9CA;
  transition: all 0.4s ease-out;
}
.list-box-meta span:not(:last-child):after {
  content: " | ";
}

/** # Responsive **/
@media (max-width: 991px) {
  .list-box-wrap.list-box-slide {
    padding-top: 0;
  }
  .list-box-status {
    transform: none !important;
  }
  .list-box-bubble {
    top: 12px;
    opacity: 0.75;
  }
}
.blog-box-wrap {
  margin-bottom: 50px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 15px;
  margin-bottom: 0;
}
.blog-box-wrap a {
  font-weight: normal;
}
.blog-box-wrap a:hover .blog-box-img .object-cover, .blog-box-wrap a:focus .blog-box-img .object-cover, .blog-box-wrap a:active .blog-box-img .object-cover {
  transform: scale(1.05);
}
.blog-box-wrap a:hover .blog-box-info, .blog-box-wrap a:focus .blog-box-info, .blog-box-wrap a:active .blog-box-info {
  color: #5C2D17;
}

.blog-box-img {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.blog-box-img .object-cover {
  transition: all 1.2s ease-out;
}

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

.blog-box-date {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1.2;
  background-color: rgb(177.7394190871, 107.3842323651, 45.3605809129);
  color: #fff;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed-slider {
    margin: 0 -15px;
  }
  .blog-box-date {
    width: 75px;
    height: 75px;
  }
  .blog-box-play img {
    width: 90px;
  }
  .blog-box-info h3 {
    font-size: 1.25rem;
  }
}
.img-header {
  min-height: 95vh;
  padding: 260px 0 50px;
  overflow: hidden;
}
.img-header:before {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.img-header .container {
  position: relative;
  z-index: 1;
}

.header-media {
  position: absolute;
  top: 180px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.header-media img,
.header-media video {
  object-position: top;
}

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

.page-header a:not(.btn) {
  text-decoration: underline;
}
.page-header a:not(.btn):hover, .page-header a:not(.btn):focus, .page-header a:not(.btn):active {
  text-decoration: none;
}
.page-header .semi {
  color: #FDC583;
}

/** # Responsive **/
@media (max-width: 991px) {
  .img-header {
    min-height: unset;
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  .img-header {
    min-height: unset;
    display: block !important;
    padding: 140px 0 0;
  }
  .img-header .page-header {
    padding: 35px 0;
  }
  .img-header:before {
    display: none;
  }
  .header-media {
    top: 0;
    position: relative;
    aspect-ratio: 16/9;
  }
  .text-header {
    padding-top: 185px;
  }
}
.sidebar {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 30px;
  position: sticky;
}
.sidebar .gform_footer {
  justify-content: center;
}
.sidebar strong {
  font-weight: 600;
}

.sidebar-contact a {
  color: #fff !important;
  font-weight: normal;
}
.sidebar-contact a:hover, .sidebar-contact a:focus, .sidebar-contact a:active {
  color: #FDC583 !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .sidebar {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .sidebar-contact span {
    display: block;
  }
  .sidebar-contact .delim {
    display: none;
  }
}
.lead-wrap {
  padding: 245px 0 75px;
  background-color: #000;
}

.lead-img {
  position: absolute;
  top: 180px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.lead-img:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 75%);
}

.lead-inner {
  position: relative;
  z-index: 1;
  min-height: 50vh;
}

.lead-content {
  padding-right: 75px;
}

.lead-footer .site-info {
  padding-top: 0;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .lead-content {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .lead-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .lead-wrap {
    padding: 230px 0 50px;
    background-color: #5C2D17;
  }
  .lead-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding-top: 180px;
  }
}
.posts-wrap {
  margin: 60px 0 50px;
}

.no-results #search_form .search-field {
  color: #000;
  border-color: #FDC583;
}
.no-results .search-btn {
  color: #CE823F !important;
}
.no-results .search-btn:hover, .no-results .search-btn:focus, .no-results .search-btn:active {
  color: #575924 !important;
}
.no-results .search-form ::-webkit-input-placeholder {
  color: #000;
}
.no-results .search-form :-moz-placeholder {
  color: #000;
}
.no-results .search-form ::-moz-placeholder {
  color: #000;
}
.no-results .search-form :-ms-input-placeholder {
  color: #000;
}
.no-results .search-form ::-ms-input-placeholder {
  color: #000;
}

.t-wrap {
  margin: 60px 0;
}

.t-box-wrap {
  margin-bottom: 45px;
}
.t-box-wrap a {
  color: #fff;
  font-weight: normal;
  display: block;
  height: 100%;
}
.t-box-wrap a:hover .t-box-inner, .t-box-wrap a:focus .t-box-inner, .t-box-wrap a:active .t-box-inner {
  transform: translateY(-20px);
}
.t-box-wrap a:hover .t-box-inner .heading span, .t-box-wrap a:focus .t-box-inner .heading span, .t-box-wrap a:active .t-box-inner .heading span {
  color: #FDC583;
}

.t-box-inner {
  height: 100%;
  padding: 20px;
  transition: all 0.4s ease-out;
}
.t-box-inner .heading span {
  transition: all 0.4s ease-out;
}

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

.t-modal-wrap {
  padding: 45px;
  position: relative;
}

.t-modal-brand {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.t-modal-brand img {
  width: 150px;
  height: auto;
  opacity: 0.25;
  z-index: -1;
}

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

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

.entry-content {
  padding-right: 90px;
}

.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;
  margin-top: 15px;
}
.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: 15px;
  padding-left: 24px;
  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 -24px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #CE823F;
  position: relative;
  top: -1px;
}
.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 ul 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 ul 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 ul li:before {
  width: 7px;
  height: 7px;
  top: -3px;
}

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

.page-content > h1, .page-content > .h1,
.entry-content > h1,
.entry-content > .h1 {
  font-size: 2rem;
  color: #575924;
}
.page-content > h2, .page-content > .h2,
.entry-content > h2,
.entry-content > .h2 {
  font-size: 1.8rem;
  color: #575924;
}
.page-content > h3, .page-content > .h3,
.entry-content > h3,
.entry-content > .h3 {
  font-size: 1.6rem;
  color: #575924;
}
.page-content > h4, .page-content > .h4,
.entry-content > h4,
.entry-content > .h4 {
  font-size: 1.4rem;
  color: #575924;
}
.page-content > h5, .page-content > .h5,
.entry-content > h5,
.entry-content > .h5 {
  color: #575924;
}
.page-content > div:first-child, .page-content > section:first-child, .page-content > blockquote:first-child,
.entry-content > div:first-child,
.entry-content > section:first-child,
.entry-content > blockquote:first-child {
  margin-top: 0 !important;
}
.page-content > div:last-child, .page-content > section:last-child, .page-content > blockquote:last-child,
.entry-content > div:last-child,
.entry-content > section:last-child,
.entry-content > blockquote:last-child {
  margin-bottom: 0 !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .page-wrap {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .entry-content > h1, .entry-content > .h1 {
    font-size: 2rem;
  }
  .entry-content > h2, .entry-content > .h2 {
    font-size: 1.7rem;
  }
  .entry-content > h3, .entry-content > .h3 {
    font-size: 1.5rem;
  }
  .entry-content > h4, .entry-content > .h4 {
    font-size: 1.2rem;
  }
}
.cta-section {
  padding: 60px 0 35px;
  min-height: 75vh;
}
.cta-section .banner-img {
  z-index: unset;
}
.cta-section:before {
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}

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

.testimonial-cta-section {
  padding: 140px 0 60px;
}

.tcta-img {
  position: relative;
}

.tcta-img-inner {
  aspect-ratio: 4/3.5;
}

.tcta-brand {
  position: absolute;
  top: -97px;
  right: -82px;
  width: 195px;
  height: auto;
}

.tcta-inner {
  padding-left: 50px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .testimonial-cta-section {
    padding-top: 100px;
  }
  .tcta-brand {
    width: 160px;
    top: -80px;
    right: -50px;
  }
}
@media (max-width: 1199px) {
  .tcta-brand {
    right: -30px;
  }
  .tcta-inner h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .cta-section {
    min-height: unset;
    aspect-ratio: 16/9;
  }
  .testimonial-cta-section {
    padding: 50px 0;
  }
  .tcta-img-inner {
    aspect-ratio: 7/5;
  }
  .tcta-img-inner > div {
    position: relative;
  }
  .tcta-img-inner > div:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 50%);
    z-index: 1;
  }
  .tcta-brand {
    right: 30px;
    bottom: 15px;
    top: unset;
    width: 145px;
    z-index: 2;
  }
  .tcta-inner {
    padding: 0 15px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .cta-section {
    aspect-ratio: unset;
    padding: 50px 0;
  }
  .cta-section:before {
    background: none;
    background-color: #000;
    opacity: 0.6;
  }
  .testimonial-cta-section {
    padding-top: 45px;
  }
  .tcta-brand {
    width: 90px;
  }
  .tcta-inner h2 {
    font-size: 1.75rem;
  }
}
.single-listing .nav-wrap {
  top: 229px;
}
.single-listing .nav-wrap.header-scroll {
  top: 144px;
}

.list-sticky {
  border-top: 1px solid #E1D9CA;
  border-bottom: 1px solid #E1D9CA;
  padding: 8px 15px;
  color: #fff;
  margin-top: 14px;
  margin-bottom: -15px;
}
.list-sticky .container > span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 35px;
}
.list-sticky a {
  color: #fff !important;
  font-weight: normal;
}
.list-sticky a:hover, .list-sticky a:focus, .list-sticky a:active {
  color: #FDC583 !important;
}

.list-top-wrap {
  padding-top: 265px;
  padding-bottom: 50px;
}

.list-header-meta > span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
  color: #fff;
}

.list-img-wrap {
  margin-top: 35px;
}
.list-img-wrap .slick-arrow {
  position: absolute;
  top: calc(50% - 21px);
  z-index: 2;
}
.list-img-wrap .slick-arrow.slick-prev {
  left: -21px;
}
.list-img-wrap .slick-arrow.slick-next {
  right: -21px;
}

.list-bubble {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 190px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 5px;
}
.list-bubble span {
  overflow-wrap: break-word;
  inline-size: 170px;
  hyphens: auto;
}

.open-houses {
  padding: 35px;
  margin-top: 50px;
  background-image: url("../images/lightgrey-pattern-swatch.jpg");
  background-size: cover;
}

.open-house {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #5C2D17;
}

.list-wrap {
  padding: 50px 0;
}
.list-wrap .entry-content {
  padding-right: 15px;
}

.details-wrap {
  padding-right: 60px;
}

.list-detail > div {
  border-bottom: 1px solid #FDC583;
  padding: 10px 0;
}

.list-desc {
  margin-bottom: 50px;
}
.list-desc + .list-downloads {
  margin-top: -35px;
}

.list-downloads {
  margin-bottom: 50px;
}

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

.list-content-blocks {
  padding: 90px 0 75px;
  border-top: 1px solid #E1D9CA;
  border-bottom: 1px solid #E1D9CA;
  background-image: url("../images/white-pattern-swatch.jpg");
}
.list-content-blocks .container > div + div {
  margin-top: 35px;
}

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

.lic-img {
  position: relative;
}

.lic-bubble {
  position: absolute;
  top: -35px;
  right: 25px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 5px;
  font-size: 0.8rem;
}
.lic-bubble span {
  overflow-wrap: break-word;
  inline-size: 135px;
  hyphens: auto;
}

.list-gallery-wrap {
  margin: 60px 0 50px;
}

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

.list-map-form {
  margin-top: 60px;
  margin-bottom: 75px;
}

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

.list-map {
  margin-top: 25px;
  flex-grow: 1;
}

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

.list-slider {
  position: relative;
  margin-top: 25px;
}
.list-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 21px);
  z-index: 1;
}
.list-slider .slick-arrow.slick-prev {
  left: -10px;
}
.list-slider .slick-arrow.slick-next {
  right: -10px;
}

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

.cs-breakdown {
  margin-bottom: 50px;
  border-radius: 12px;
  padding: 35px;
}

.bd-stat {
  margin-top: 25px;
}
.bd-stat > div {
  border-radius: 4px;
  padding: 20px 15px;
}

.cs-story-wrap {
  padding: 45px 0 50px;
}

.story-track {
  width: 2px;
  background-color: #E1D9CA;
  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: #CE823F;
  color: #fff;
  overflow: hidden;
  border-radius: 100%;
  transform: translateX(-25px);
}

.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 {
  border-radius: 4px;
  padding: 30px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .list-bubble {
    width: 145px;
    height: 145px;
    font-size: 0.65rem;
    top: 10px;
    left: 10px;
  }
  .list-bubble span {
    inline-size: 135px;
  }
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
  .details-wrap {
    margin-bottom: 50px;
    padding-right: 15px;
  }
  .details-wrap span {
    display: block;
  }
  .list-map-wrap {
    order: unset;
  }
  .list-map {
    aspect-ratio: 7/5;
  }
  .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) {
  .single-listing .nav-wrap {
    top: 184px;
  }
  .single-listing .nav-wrap.header-scroll {
    top: 119px;
  }
  .list-sticky {
    font-size: 0.8rem;
  }
  .list-sticky .container > span:not(:last-child):after {
    margin: 0 12px;
  }
  .list-top-wrap {
    padding-top: 215px;
    padding-bottom: 35px;
  }
  .list-img-wrap .slick-arrow {
    top: unset;
    bottom: 5px;
  }
  .list-img-wrap .slick-arrow.slick-prev {
    left: 5px;
  }
  .list-img-wrap .slick-arrow.slick-next {
    right: 5px;
  }
  .list-bubble {
    width: 90px;
    height: 90px;
    font-size: 0.55rem;
    top: 5px;
    left: 5px;
  }
  .list-bubble span {
    inline-size: 80px;
  }
  .open-houses {
    margin-top: 35px;
    padding: 35px 20px;
  }
  .open-house span {
    display: block;
  }
  .open-house .delim {
    display: none;
  }
  .list-detail {
    font-size: 0.9rem;
  }
  .list-content-blocks {
    padding: 60px 0;
  }
  .lic-bubble {
    width: 90px;
    height: 90px;
    font-size: 0.55rem;
    top: -15px;
  }
  .lic-bubble span {
    inline-size: 80px;
  }
  .list-gallery-wrap {
    margin-top: 45px;
  }
  .list-map-form {
    margin-bottom: 50px;
  }
  .hq-ah--data-container {
    flex-direction: column !important;
  }
  .hq-ah--data-container > div {
    width: 100% !important;
  }
  .related-listings-wrap {
    padding: 45px 0 40px;
  }
  .cs-breakdown {
    padding: 30px 20px;
  }
  .story-step {
    padding: 0 15px !important;
    margin-top: 30px !important;
  }
}
.post-cat-date a {
  text-decoration: none !important;
}

.post-wrap {
  margin: 60px -15px;
}

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

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

.bio-top-wrap {
  padding-top: 220px;
  padding-bottom: 50px;
}

.bio-header {
  padding-right: 45px;
}
.bio-header a {
  color: #fff !important;
  font-weight: normal;
}
.bio-header a:hover, .bio-header a:focus, .bio-header a:active {
  color: #FDC583 !important;
}

.bio-intro {
  margin-top: 35px;
  padding: 35px 0 22px;
  border-top: 1px solid #FDC583;
  border-bottom: 1px solid #FDC583;
}

.bio-featured {
  padding-left: 45px;
}

.bio-wrap {
  margin: 50px -15px 70px;
}

.testimonial-callout.bio-testimonials {
  margin-top: 0;
  margin-bottom: 0;
  padding: 70px 0;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .bio-featured {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .bio-contact {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #FDC583;
  }
  .bio-intro {
    padding: 0;
    border: 0;
  }
  .testimonial-callout.bio-testimonials {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .bio-top-wrap {
    padding-top: 170px;
  }
  .bio-header {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 15px;
  }
  .bio-wrap {
    margin: 50px -15px;
  }
  .testimonial-callout.bio-testimonials {
    padding: 45px 0;
  }
}
.blog-toggle {
  margin: 0 0 45px;
}

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

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

/* Styling for thanks/404 pages */
lite-youtube,
lite-vimeo {
  background-color: #000;
  position: relative;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* play button */
  /* Post-click styles */
}
lite-youtube::before,
lite-vimeo::before {
  background-color: rgba(0, 0, 0, 0.25);
}
lite-youtube > iframe,
lite-vimeo > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 0;
  aspect-ratio: 16/9;
}
lite-youtube .lyt-playbtn svg,
lite-youtube .ltv-playbtn svg,
lite-vimeo .lyt-playbtn svg,
lite-vimeo .ltv-playbtn svg {
  width: 120px;
  position: relative;
  z-index: 10;
}
lite-youtube.lyt-activated, lite-youtube.ltv-activated,
lite-vimeo.lyt-activated,
lite-vimeo.ltv-activated {
  cursor: unset;
  background-image: none !important;
}
lite-youtube.lyt-activated::before, lite-youtube.lyt-activated > .lyt-playbtn, lite-youtube.lyt-activated > .ltv-playbtn, lite-youtube.ltv-activated::before, lite-youtube.ltv-activated > .lyt-playbtn, lite-youtube.ltv-activated > .ltv-playbtn,
lite-vimeo.lyt-activated::before,
lite-vimeo.lyt-activated > .lyt-playbtn,
lite-vimeo.lyt-activated > .ltv-playbtn,
lite-vimeo.ltv-activated::before,
lite-vimeo.ltv-activated > .lyt-playbtn,
lite-vimeo.ltv-activated > .ltv-playbtn {
  opacity: 0;
  pointer-events: none;
}

/** # Responsive **/
@media (max-width: 767px) {
  lite-youtube .lyt-playbtn svg,
  lite-youtube .ltv-playbtn svg,
  lite-vimeo .lyt-playbtn svg,
  lite-vimeo .ltv-playbtn svg {
    width: 75px;
  }
}
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: 100vh;
  padding: 260px 0 80px;
  overflow: hidden;
}
.homepage-hero:before {
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 1;
}
.homepage-hero .container {
  position: relative;
  z-index: 1;
}
.homepage-hero .h1 {
  padding-right: 75px;
}

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

/** # Responsive **/
@media (max-width: 767px) {
  .homepage-hero {
    min-height: unset;
    padding: 220px 0 50px;
  }
  .homepage-hero .h1 {
    padding: 0;
  }
  .hero-media {
    top: 140px;
  }
}
.homepage-listings {
  padding: 80px 0;
}

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

.hp-list-slider {
  position: relative;
}
.hp-list-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 21px);
  z-index: 2;
}
.hp-list-slider .slick-arrow.slick-prev {
  left: calc(15% - 8px);
}
.hp-list-slider .slick-arrow.slick-next {
  right: calc(15% - 8px);
}

.hp-list-slide {
  padding: 0 15px;
}

.hp-list-slide-inner {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.hp-list-slide-inner a {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff !important;
  font-weight: normal;
}
.hp-list-slide-inner a:hover .hp-list-img img, .hp-list-slide-inner a:focus .hp-list-img img, .hp-list-slide-inner a:active .hp-list-img img {
  transform: scale(1.05);
}
.hp-list-slide-inner a:hover .hp-list-img:after, .hp-list-slide-inner a:focus .hp-list-img:after, .hp-list-slide-inner a:active .hp-list-img:after {
  opacity: 0;
}

.hp-list-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
}
.hp-list-img img {
  transition: all 1.25s ease-out;
}
.hp-list-img:before {
  background-color: #000;
  opacity: 0.15;
  z-index: 1;
}
.hp-list-img:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 45%);
  z-index: 1;
  transition: all 0.6s;
}

.hp-list-status {
  position: absolute;
  top: 15px;
  left: 15px;
  min-width: 140px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.9rem;
  z-index: 1;
}
.hp-list-status.secondarylt-bg {
  color: #5C2D17 !important;
}

.hp-list-bubble {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 135px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 100%;
  font-size: 0.8rem;
  line-height: 1.15;
  transition: all 0.4s ease-out;
  background-color: rgb(177.7394190871, 107.3842323651, 45.3605809129);
  color: #fff;
}
.hp-list-bubble span {
  overflow-wrap: break-word;
  inline-size: 125px;
  hyphens: auto;
}

.hp-list-info {
  position: relative;
  z-index: 1;
  padding: 0 45px 20px;
}

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

@media (max-width: 1599px) {
  .hp-list-slider .slick-arrow.slick-prev {
    left: calc(12% - 8px);
  }
  .hp-list-slider .slick-arrow.slick-next {
    right: calc(12% - 8px);
  }
}
@media (max-width: 1199px) {
  .homepage-listings {
    padding: 50px 0;
  }
  .hp-list-slider .slick-arrow.slick-prev {
    left: calc(8% - 8px);
  }
  .hp-list-slider .slick-arrow.slick-next {
    right: calc(8% - 8px);
  }
}
@media (max-width: 991px) {
  .hp-list-bubble {
    right: 12px;
    top: 12px;
    width: 95px;
    height: 95px;
    font-size: 0.6rem;
  }
  .hp-list-bubble span {
    inline-size: 85px;
  }
}
.homepage-testimonials {
  padding: 70px 0 125px;
}

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

.hpt-content-wrap {
  min-height: 70vh;
}

.hpt-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}
.hpt-media .media-wrap {
  height: 100%;
}
.hpt-media img, .hpt-media video {
  object-position: top;
}

.hpt-stamp {
  position: absolute;
  bottom: -100px;
  left: -100px;
  z-index: 1;
}
.hpt-stamp img {
  width: 200px;
  height: auto;
}

.hpt-slider-wrap {
  padding: 50px 50px 50px 0;
}

.hpt-excerpt {
  font-size: 1.2rem;
}

.hpt-arrows {
  border: 1px solid #FDC583;
  border-radius: 25px;
  width: fit-content;
  overflow: hidden;
}
.hpt-arrows .slick-arrow {
  width: 100px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #5C2D17;
  border: 0;
  border-radius: unset;
  opacity: 1 !important;
}
.hpt-arrows .slick-arrow + .slick-arrow {
  margin-left: 0;
  border-left: 1px solid #FDC583;
}
.hpt-arrows .slick-arrow:hover, .hpt-arrows .slick-arrow:focus, .hpt-arrows .slick-arrow:active {
  background-color: rgb(71.6, 35.0217391304, 17.9);
}

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-testimonials {
    padding: 50px 0 0;
  }
  .hpt-content-wrap {
    min-height: unset;
    display: block !important;
    text-align: center;
  }
  .hpt-media {
    position: relative;
    aspect-ratio: 7/5;
    left: 0;
    margin-top: 45px;
  }
  .hpt-stamp {
    bottom: unset;
    top: -100px;
    left: 20px;
  }
  .hpt-slider-wrap {
    padding: 0;
  }
  .hpt-excerpt {
    font-size: 1rem;
  }
  .hpt-arrows {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hpt-stamp {
    display: none;
  }
}
.homepage-blog {
  margin: 90px 0 70px;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-blog {
    margin: 50px 0;
  }
}
.freeform-content {
  margin: 50px 0;
}

.copy-on-media {
  padding: 80px 0;
  min-height: 75vh;
}
.copy-on-media .container {
  position: relative;
  z-index: 1;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .overlay-media:before {
    background: linear-gradient(to right, black, rgba(0, 0, 0, 0.1) 100%);
  }
}
@media (max-width: 991px) {
  .copy-on-media {
    min-height: unset;
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    padding: 50px 0;
  }
  .overlay-media:before {
    background: none;
    background-color: #000;
    opacity: 0.6;
  }
}
.hp-copy-on-media {
  padding: 30px 0;
  color: #fff;
  min-height: 90vh;
}
.hp-copy-on-media .container {
  position: relative;
  z-index: 2;
}

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

.hp-overlay-inner p:last-of-type {
  margin-bottom: 0;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-copy-on-media {
    min-height: 70vh;
  }
}
@media (max-width: 767px) {
  .hp-overlay-media:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.15) 100%);
  }
}
.copy-and-media {
  padding: 80px 0;
}
.copy-and-media.lightgrey-bg + .copy-and-media.lightgrey-bg, .copy-and-media.medgrey-bg + .copy-and-media.medgrey-bg, .copy-and-media.black-bg + .copy-and-media.black-bg, .copy-and-media.primary-bg + .copy-and-media.primary-bg, .copy-and-media.tertiary-bg + .copy-and-media.tertiary-bg {
  padding-top: 0;
}
.copy-and-media.white-bg {
  padding: 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: 80px;
}
.copy-and-media.media-left .cm-inner {
  padding-left: 80px;
}
.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-square .media-wrap {
  aspect-ratio: 1/1;
}
.copy-and-media.media-portrait .media-wrap {
  aspect-ratio: 2.5/3;
}
.copy-and-media.media-landscape .media-wrap {
  aspect-ratio: 7/5;
}

.cm-inner {
  padding: 30px 15px;
}

.cm-block + .cm-block {
  margin-top: 45px;
}

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

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

.team-box-wrap {
  margin-bottom: 45px;
}
.team-box-wrap a {
  font-weight: normal;
}
.team-box-wrap a:hover .team-box-hover, .team-box-wrap a:focus .team-box-hover, .team-box-wrap a:active .team-box-hover {
  opacity: 1;
}
.team-box-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 {
  opacity: 1;
}
.team-box-wrap a:hover .team-box-hover div, .team-box-wrap a:focus .team-box-hover div, .team-box-wrap a:active .team-box-hover div {
  transform: translateY(0);
}

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

.team-box-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  color: #fff;
  padding: 15px;
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0;
  transition: all 0.25s ease-out;
}
.team-box-hover img {
  position: absolute;
  bottom: 7px;
  right: 7px;
  height: 50px;
  width: auto;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.team-box-hover div {
  transition: all 0.25s ease-out;
  transform: translateY(5px);
}

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

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

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

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

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

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

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

/** # Responsive **/
@media (max-width: 991px) {
  .logo-slide-logo {
    height: 125px;
  }
}
.testimonial-callout {
  margin-top: 75px;
  margin-bottom: 75px;
  overflow-x: hidden;
}

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

.tcallout-slider {
  position: relative;
  margin: 0 -15px;
}
.tcallout-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 21px);
}
.tcallout-slider .slick-arrow.slick-prev {
  left: -40px;
}
.tcallout-slider .slick-arrow.slick-next {
  right: -40px;
}

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

.t-slide-inner {
  padding: 35px 25px 20px;
  position: relative;
}
.t-slide-inner:before {
  background-color: #575924;
  opacity: 0.25;
}
.t-slide-inner > * {
  position: relative;
  z-index: 1;
}

.t-brand img {
  width: 82px;
  height: auto;
  margin: 0 auto;
}

.testimonial-callout-small {
  margin: 50px 0;
  padding-bottom: 15px;
}
.testimonial-callout-small .t-slide-inner {
  padding: 35px 45px 20px;
}
.testimonial-callout-small .t-brand img {
  width: 95px;
}
.testimonial-callout-small .slick-dots li button {
  background-color: #FDC583;
  opacity: 0.6;
}
.testimonial-callout-small .slick-dots li.slick-active button {
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .testimonial-callout {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tcallout-header {
    margin-bottom: 30px;
  }
  .tcallout-slider {
    padding: 0;
    margin: 0;
  }
  .tcallout-slide {
    padding: 0;
  }
  .testimonial-callout-small .t-slide-inner {
    padding: 35px 20px 20px;
  }
}
.buttons-grid {
  margin: 50px 0;
}

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

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

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

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

/* Styling for WP Media Block */
.hp-copy-and-media {
  padding: 80px 0;
}
.hp-copy-and-media.white-bg {
  padding: 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
.hp-copy-and-media.media-left .hpcm-inner {
  padding-left: 100px;
}
.hp-copy-and-media.media-left .hpcm-brand {
  right: -90px;
}
.hp-copy-and-media.media-right .hpcm-media {
  order: 2;
}
.hp-copy-and-media.media-right .hpcm-inner {
  padding-right: 100px;
}
.hp-copy-and-media.media-right .hpcm-brand {
  left: -90px;
}
.hp-copy-and-media.media-fit .hpcm-media {
  position: relative;
}
.hp-copy-and-media.media-fit .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.hp-copy-and-media.media-square .media-wrap {
  aspect-ratio: 1/1;
}
.hp-copy-and-media.media-portrait .media-wrap {
  aspect-ratio: 2.5/3;
}
.hp-copy-and-media.media-landscape .media-wrap {
  aspect-ratio: 7/5;
}

.hpcm-media {
  position: relative;
}

.hpcm-brand {
  position: absolute;
  top: 70%;
  width: 180px;
  z-index: 1;
  overflow: unset !important;
}
.hpcm-brand img {
  width: 100%;
  height: auto;
  position: static !important;
}

.hpcm-inner {
  padding: 30px 15px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-copy-and-media {
    padding: 50px 0 50px;
  }
  .hp-copy-and-media.white-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .hpcm-inner {
    padding: 30px 15px !important;
  }
}
@media (max-width: 991px) {
  .hp-copy-and-media {
    padding-bottom: 40px;
  }
  .hp-copy-and-media.white-bg {
    margin-bottom: 40px;
  }
  .hp-copy-and-media .hpcm-media {
    order: unset !important;
    margin-bottom: 35px;
  }
  .hp-copy-and-media.media-fit .hpcm-media {
    height: 500px;
  }
  .hp-copy-and-media .section-links {
    display: flex;
    flex-wrap: wrap;
  }
  .hpcm-inner {
    padding: 0 15px !important;
  }
}
@media (max-width: 767px) {
  .hp-copy-and-media.media-fit .hpcm-media {
    aspect-ratio: 7/5;
    height: unset;
  }
  .hp-copy-and-media .section-links {
    display: block;
  }
  .hpcm-brand {
    display: none;
  }
}
.hp-sticky-copy-imgs {
  padding: 80px 0;
}
.hp-sticky-copy-imgs.white-bg {
  padding: 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
.hp-sticky-copy-imgs.imgs-left .hpsci-inner {
  padding-left: 50px;
}
.hp-sticky-copy-imgs.imgs-right .hpsci-imgs {
  order: 2;
}
.hp-sticky-copy-imgs.imgs-right .hpsci-inner {
  padding-right: 50px;
}

.hpsci-collage-img > div {
  aspect-ratio: 1/1;
}
.hpsci-collage-img.col-12 > div {
  aspect-ratio: 7/5;
}

.hpsci-stacked-img + .hpsci-stacked-img {
  margin-top: 30px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hp-sticky-copy-imgs.imgs-left .hpsci-inner {
    padding-left: 30px;
  }
  .hp-sticky-copy-imgs.imgs-right .hpsci-inner {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .hp-sticky-copy-imgs {
    padding: 50px 0;
  }
  .hp-sticky-copy-imgs.white-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .hpsci-inner {
    padding: 0 15px !important;
  }
}
@media (max-width: 991px) {
  .hp-sticky-copy-imgs {
    padding-bottom: 40px;
  }
  .hp-sticky-copy-imgs.white-bg {
    margin-bottom: 40px;
  }
  .hpsci-imgs {
    order: unset !important;
  }
  .hpsci-slider-wrap {
    margin-bottom: 35px;
  }
  .hpsci-inner .section-links {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .hpsci-inner .section-links {
    display: block;
  }
}
.copy-large-slider {
  padding: 50px 0 80px;
}

.cls-inner + .cls-slider-wrap {
  margin-top: 35px;
}

.cls-slider {
  position: relative;
}
.cls-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 21px);
  z-index: 2;
}
.cls-slider .slick-arrow.slick-prev {
  left: -21px;
}
.cls-slider .slick-arrow.slick-next {
  right: -21px;
}

.cls-slide {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.cls-bubble {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  padding: 10px;
  letter-spacing: 0.07rem;
}

/** # Responsive **/
@media (max-width: 991px) {
  .cls-bubble {
    top: 12px;
    left: 12px;
    font-size: 0.65rem;
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .copy-large-slider {
    padding: 40px 0 50px;
  }
  .cls-slider .slick-arrow {
    top: unset;
    bottom: 5px;
  }
  .cls-slider .slick-arrow.slick-prev {
    left: 5px;
  }
  .cls-slider .slick-arrow.slick-next {
    right: 5px;
  }
  .cls-bubble {
    height: unset;
    width: unset;
    min-width: 115px;
    border-radius: 8px;
    padding: 5px 15px;
    top: 10px;
    left: 10px;
  }
}
.resource-links-wrap {
  padding: 80px 0 40px;
}

.rl-heading {
  padding-right: 50px;
}

.wide-box .resource-box-wrap:first-child {
  width: 100%;
}

.resource-box-wrap {
  margin-bottom: 20px;
}
.resource-box-wrap a {
  color: #fff;
  font-weight: normal;
}
.resource-box-wrap a:hover .resource-box-info svg, .resource-box-wrap a:focus .resource-box-info svg, .resource-box-wrap a:active .resource-box-info svg {
  color: rgb(243.4337349398, 240.3493975904, 234.5662650602);
}
.resource-box-wrap a:hover .resource-box-img img, .resource-box-wrap a:focus .resource-box-img img, .resource-box-wrap a:active .resource-box-img img {
  transform: scale(1.1);
}
.resource-box-wrap a:hover .resource-box-img:before, .resource-box-wrap a:focus .resource-box-img:before, .resource-box-wrap a:active .resource-box-img:before {
  opacity: 0.7;
}

.resource-box-inner {
  height: 300px;
  position: relative;
  padding: 12px;
}

.resource-box-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
}
.resource-box-img:before {
  background-color: #000;
  opacity: 0.45;
  transition: all 0.75s ease-out;
  z-index: 1;
}
.resource-box-img img {
  transition: all 0.75s ease-out;
}

.resource-box-info {
  height: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.resource-box-info svg {
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .rl-heading {
    padding-right: 30px;
  }
  .resource-box-inner {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .resource-links-wrap {
    padding: 45px 0 40px;
  }
  .rl-heading {
    padding-right: 15px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .resource-links-wrap {
    padding-bottom: 25px;
  }
  .rl-heading {
    margin-bottom: 20px;
  }
  .resource-box-inner {
    height: 160px;
  }
  .resource-box-info .h5 {
    font-size: 1rem;
  }
}
.twocols-content {
  padding: 60px 0;
}

/** # Responsive **/
@media (max-width: 767px) {
  .twocols-content {
    padding: 45px 0 50px;
  }
}

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