@charset "UTF-8";
/* Default */
/*-----------------------*/
/*--- # Accessibility ---*/
/*-----------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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 */
.venn-circle:before, .link-box-img:after, .light-lightgrey-bg + .testimonial-callout .hpt-mask:before,
.light-light-grey-bg + .testimonial-callout .hpt-mask:before, .light-lightgrey-bg + .homepage-testimonials .hpt-mask:before,
.light-light-grey-bg + .homepage-testimonials .hpt-mask:before, .hpr-large-link .hpr-img:before, .homepage-hero:before, lite-youtube::before,
lite-vimeo::before, .thanks-wrap:before,
.error-wrap:before, .blog-cta:before, .cta-section:before, .lead-wrap:before, .img-header: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 */
.default-transition, .stat-box, .stat, .stat-arrows button, .venn-circle, .venn-circle a svg, .venn-circle img, .venn-center-link a svg, .venn-center-link .banner-img, .list-arrows button, .hpt-arrows button, .hpr-arrow, .hpr-arrow svg, .hpr-large-link .hpr-img:before, .hpr-text-wrap p, .faq-toggle .faq-circle, .hilites-arrows button, .t-box-inner, .lead-wrap:before, .img-slider-arrows button, .footer-contact a > span, .footer-form .gform_next_button,
.footer-form .gform_previous_button,
.footer-form button.btn-primary.btn,
.footer-form button.btn-secondary.btn, .header-contact a > span, a, .btn, .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, #login .button-primary {
  transition: all 0.5s ease-out;
}

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

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

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

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

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

.fadeup,
.fade-children.fadeup > * {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.12, 0.06, 0.2, 1);
  transform: translateY(30px);
}

.fadedown,
.fade-children.fadedown > * {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.12, 0.06, 0.2, 1);
  transform: translateY(-30px);
}

.fadeleft,
.fade-children.fadeleft > * {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.12, 0.06, 0.2, 1);
  transform: translateX(30px);
}

.faderight,
.fade-children.faderight > * {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.12, 0.06, 0.2, 1);
  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);
}

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

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

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

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

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

.animate-heading {
  margin-bottom: 0.35em;
}
.animate-heading .word-wrap {
  overflow: hidden;
  display: inline-flex;
  padding-bottom: 0.14em;
  margin-bottom: -0.14em;
}
.animate-heading .word-wrap .word {
  display: inline-block;
  padding-right: 0.24em;
  transform: translateY(100%) translateZ(0);
  transition: all 0.8s ease 0.4s;
}
.animate-heading .word-wrap.animated .word {
  transform: translateZ(0);
}

.media-zoom,
.zoom-media {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.media-zoom > div, .media-zoom > img,
.zoom-media > div,
.zoom-media > img {
  transform: scale(1.4);
  transition: all 2s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.media-zoom.animated, .media-zoom.modal-animate,
.zoom-media.animated,
.zoom-media.modal-animate {
  opacity: 1;
}
.media-zoom.animated > div, .media-zoom.animated > img, .media-zoom.modal-animate > div, .media-zoom.modal-animate > img,
.zoom-media.animated > div,
.zoom-media.animated > img,
.zoom-media.modal-animate > div,
.zoom-media.modal-animate > img {
  transform: scale(1);
}

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

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

.object-top {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     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, #masthead.header-scroll {
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
}

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

.o5 {
  opacity: 0.05;
}

.o10 {
  opacity: 0.1;
}

.o15 {
  opacity: 0.15;
}

.o10 {
  opacity: 0.2;
}

.o10 {
  opacity: 0.25;
}

.o10 {
  opacity: 0.3;
}

.o10 {
  opacity: 0.35;
}

.o10 {
  opacity: 0.4;
}

.o10 {
  opacity: 0.45;
}

.o10 {
  opacity: 0.5;
}

.o10 {
  opacity: 0.55;
}

.o10 {
  opacity: 0.6;
}

.o10 {
  opacity: 0.65;
}

.o10 {
  opacity: 0.7;
}

.o10 {
  opacity: 0.75;
}

.o10 {
  opacity: 0.8;
}

.o10 {
  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: #AA8866;
  text-decoration: none;
}

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

.btn, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  font-family: "BentonSans", sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  padding: 17px 35px;
  line-height: 1;
  min-height: 50px;
  min-width: 270px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  text-shadow: none;
}
.btn:before, #login .button-primary:before, .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  content: "";
  background: #DC7A31;
  transition: 0.6s ease;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -120%;
  transform: skewX(45deg);
  width: 100%;
}
.btn:hover:before, #login .button-primary:hover:before, .wp-block-button.is-style-outline .wp-block-button__link:hover:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:before, .btn:focus:before, #login .button-primary:focus:before, .wp-block-button.is-style-outline .wp-block-button__link:focus:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus:before, .btn:active:before, #login .button-primary:active:before, .wp-block-button.is-style-outline .wp-block-button__link:active:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active:before {
  width: 240%;
}

.btn-primary, #login .button-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: transparent;
  color: #4D4946 !important;
  border: 1px solid #4D4946;
}
.btn-primary:hover, #login .button-primary:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .btn-primary:focus, #login .button-primary:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .btn-primary:active, #login .button-primary:active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #DC7A31;
}

.btn-secondary, .thanks-wrap .wp-block-button .wp-block-button__link,
.error-wrap .wp-block-button .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #fff !important;
  border: 1px solid rgba(231, 225, 222, 0.5);
}
.btn-secondary:hover, .thanks-wrap .wp-block-button .wp-block-button__link:hover,
.error-wrap .wp-block-button .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-secondary:focus, .thanks-wrap .wp-block-button .wp-block-button__link:focus,
.error-wrap .wp-block-button .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .btn-secondary:active, .thanks-wrap .wp-block-button .wp-block-button__link:active,
.error-wrap .wp-block-button .wp-block-button__link:active, .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #DC7A31;
}

.close-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 35px;
  right: 25px;
  z-index: 3;
  transition: all 0.7s cubic-bezier(0.68, -0.65, 0.265, 1.55);
}
.close-btn:hover {
  transform: rotate(90deg);
}

/** # Responsive **/
@media (max-width: 767px) {
  .wp-block-button {
    width: 100%;
  }
  .btn, #login .button-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    min-width: unset;
  }
}
/* Helpers */
/******* Fonts *******/
/** woff/woff2 only **/
@font-face {
  font-family: "BentonSans";
  src: url("../fonts/hinted-BentonSans-Bold.woff2") format("woff2"), url("../fonts/hinted-BentonSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BentonSans";
  src: url("../fonts/hinted-BentonSans-Book.woff2") format("woff2"), url("../fonts/hinted-BentonSans-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  font-family: "BentonSans", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #4D4946;
  overflow-x: hidden;
}

p:empty {
  display: none;
}

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

h1, h2, h3, h4,
.h1, .h2, .h3, .list-wrap .entry-content h2, .h4 {
  font-family: "Literata", serif;
  line-height: 1.2;
}

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

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

h3, .h3, .list-wrap .entry-content h2 {
  font-size: 2.1rem;
}

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

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

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

.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: "Literata", serif;
}

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

.bold {
  font-weight: bold;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #4D4946;
}

.primary-text {
  color: #AA8866;
}

.secondary-text {
  color: #DC7A31;
}

.lightgrey-text,
.light-grey-text {
  color: #E7E1DE;
}

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

blockquote {
  margin: 30px 0;
  font-size: 1.1rem;
  font-family: "Literata", serif;
  padding-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #DC7A31;
  border-bottom: 1px solid #DC7A31;
}
blockquote p {
  font-size: 1.2rem;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

/** # Responsive **/
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2.1rem;
  }
  h3, .h3, .list-wrap .entry-content h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.3rem;
  }
  h2, .h2 {
    font-size: 2.1rem;
  }
  h3, .h3, .list-wrap .entry-content h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 1.9rem;
  }
  h2, .h2 {
    font-size: 1.8rem;
  }
  h3, .h3, .list-wrap .entry-content h2 {
    font-size: 1.6rem;
  }
  h4, .h4 {
    font-size: 1.4rem;
  }
  .h6 {
    font-size: 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(77, 73, 70, 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: #AA8866 !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #AA8866 !important;
}

.lightgrey-bg {
  background-color: #E7E1DE;
}

.black-bg, .text-header {
  background-color: #4D4946;
  color: #fff;
}
.black-bg a, .text-header a {
  color: #DC7A31;
}
.black-bg a:hover, .text-header a:hover {
  color: #AA8866;
}

.light-lightgrey-bg,
.light-light-grey-bg {
  background-color: rgba(231, 225, 222, 0.2);
}

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

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

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

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

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.slick-dots:has(li:first-child:last-child) {
  display: none;
}
.slick-dots li {
  margin: 0 4px;
  line-height: 12px;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots button {
  text-indent: -9999px;
  border: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #DC7A31;
  opacity: 0.6;
  transition: all 0.4s ease-out;
}
.slick-dots button:hover, .slick-dots button:focus, .slick-dots button:active {
  opacity: 1;
}

.slick-arrow {
  padding: 0;
  border: 0;
  background-color: #E7E1DE;
  color: #4D4946;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow + .slick-arrow {
  margin-left: 5px;
}

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

/** # Responsive **/
@media (max-width: 1399px) {
  .entry-content {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@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;
  }
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
select {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #AA8866;
  padding: 5px 8px;
  height: 65px;
  font-size: 1rem !important;
  color: #4D4946;
}
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 #AA8866;
  background-color: transparent;
  padding: 5px 8px;
  font-size: 1rem !important;
  color: #4D4946;
}
textarea:focus-visible {
  outline: none;
}

select {
  background: transparent url("../images/angle-down.svg") right 15px center no-repeat;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
select option {
  color: #4D4946;
  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 {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(170, 136, 102, 0.6);
}

button {
  border-radius: 0;
}

input[type=number] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.gform_wrapper {
  text-align: left;
}

.gform_validation_container,
.gform_required_legend,
.gfield_visibility_hidden,
.gfield_validation_message {
  display: none !important;
}

.gform_validation_errors {
  border-radius: 0 !important;
}
.gform_validation_errors > h2 {
  font-size: 1rem !important;
  font-family: "BentonSans", sans-serif !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 12px !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--type-choice .gfield_label {
  margin-bottom: 8px !important;
}
.gfield--type-choice .gchoice {
  margin-bottom: 3px;
}

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

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

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

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

.ui-datepicker-month,
.ui-datepicker-year {
  border: 1px solid #4D4946 !important;
  -moz-text-align-last: left !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: #AA8866 !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: #DC7A31;
}

.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_footer .btn.btn-primary {
  min-width: 165px;
  background-color: #AA8866;
  color: #fff !important;
  border: 1px solid #AA8866;
}
.gform_footer .btn.btn-primary:hover {
  background-color: #AA8866 !important;
  border: 1px solid #DC7A31;
}

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

.ginput_complex select {
  color: #4D4946 !important;
}

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

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

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

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

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

.widget-area {
  display: flex;
  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: 1px solid #fff;
  height: 52px;
  padding-left: 18px;
  border-radius: 3px;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-size: 0.8rem;
  padding: 14px 0;
  border: 0 !important;
  color: #DC7A31 !important;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #E7E1DE !important;
}

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

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

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

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

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

.widget select {
  width: 100%;
  color: #fff;
  background-color: transparent !important;
  font-size: 0.8rem !important;
  border: 1px solid #fff;
  height: 52px;
  padding-left: 18px;
  border-radius: 3px;
}

/** # 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;
  margin: 30px 0;
}
.paging-navigation:not(:has(*)) {
  display: none;
}
.paging-navigation .pagination, .paging-navigation > div {
  font-size: 0;
  justify-content: center;
}

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

/*----------------------------*/
/*--- ## Single Pagination ---*/
/*----------------------------*/
.post-navigation .pagination {
  padding-left: 0;
  list-style: none;
  margin-top: 35px;
  margin-bottom: 0;
  width: 100%;
}
.post-navigation .pagination .nav-previous,
.post-navigation .pagination .nav-next {
  display: inline-block;
}
.post-navigation .pagination .nav-previous a,
.post-navigation .pagination .nav-next a {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: #4D4946;
}
.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: #AA8866;
}
.post-navigation .pagination .nav-next {
  float: right;
}

.login .message,
#login_error {
  color: #4D4946;
  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: #4D4946;
}

#login {
  width: 450px;
  padding: 35px 20px;
  text-align: center;
  color: #4D4946;
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  border: 2px solid #DC7A31;
}
#login h1 a {
  width: 200px;
  background-size: 200px;
  height: 80px;
  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: #4D4946 !important;
  font-size: 0.9rem !important;
}
#login form input:not([type=submit]) {
  border: 1px solid #AA8866;
  color: #4D4946;
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
}
#login .button-primary:hover {
  background-color: #DC7A31 !important;
}

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

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

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

.primary-nav {
  padding: 0;
}

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

.main-menu {
  width: 100%;
  justify-content: space-between;
}
.main-menu > li {
  text-align: start !important;
  flex: unset !important;
}
.main-menu > li > a {
  color: #4D4946;
  font-size: 0.7rem;
  font-weight: normal;
  padding: 0 !important;
  background-color: transparent !important;
  outline: none !important;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.main-menu > li > a:after {
  border-right: 1px solid #DC7A31;
  border-bottom: 1px solid #DC7A31;
  transform: rotate(45deg);
  margin-left: 9px;
  margin-top: -6px;
  border-left: none;
  border-top: none;
  height: 10px;
  width: 10px;
}
.main-menu > li:last-of-type > a {
  padding-right: 0;
}
.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: #AA8866;
  background-color: transparent;
}

.white-header .dropdown-menu {
  background-color: #fff;
}

.dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  min-width: 185px;
  top: 38px !important;
  border: 0;
  padding-bottom: 15px;
  box-shadow: 0 10px 6px 2px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu li {
  text-align: left !important;
}
.dropdown-menu .dropdown-item {
  color: #4D4946;
  font-size: 0.7rem;
  font-weight: normal;
  background-color: transparent !important;
}
.dropdown-menu .current-menu-item .dropdown-item,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  color: #AA8866;
  background-color: transparent;
}

.header-scroll .dropdown-menu {
  top: 28px !important;
  background-color: #fff;
}

.navbar-toggler {
  display: none;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .navbar-toggler {
    display: flex;
    width: 55px;
    height: 55px;
    justify-content: space-between;
    flex-direction: column;
    padding: 19px 15px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: none !important;
    transition: transform 1s cubic-bezier(0.68, -0.65, 0.265, 1.55), border-left 0.2s ease-out, border-right 0.2s ease-out, border-bottom 0.2s ease-out, border-top 0.2s ease-out;
    border: 1px solid #AA8866;
  }
  .navbar-toggler:hover {
    transform: rotate(180deg);
  }
  .navbar-toggler.nav-open {
    justify-content: center;
  }
  .navbar-toggler.nav-open .menu-bar:nth-child(1) {
    transform: rotate(45deg) translate(1px, 1px);
  }
  .navbar-toggler.nav-open .menu-bar:nth-child(2) {
    display: none;
  }
  .navbar-toggler.nav-open .menu-bar:nth-child(3) {
    transform: rotate(-45deg);
  }
  .menu-bar {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #AA8866;
    transition: all 0.2s ease-out;
  }
  .header-bottom {
    display: flex;
    justify-content: flex-end;
  }
  .nav-wrap {
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #fff;
    top: 92px;
    transition: all 0.2s ease-out !important;
  }
  .header-scroll .nav-wrap {
    top: 82px;
    background-color: #fff;
  }
  .header-scroll .navbar-toggler {
    border: 1px solid #AA8866;
  }
  .main-menu {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 7px 6px -4px rgba(0, 0, 0, 0.05);
  }
  .main-menu > li {
    text-align: center !important;
  }
  .main-menu > li > a {
    padding: 10px 20px !important;
    justify-content: center;
    font-size: 1rem;
  }
  .dropdown-menu {
    text-align: center;
    box-shadow: none;
    background-color: transparent !important;
    padding-top: 0;
    margin-top: 0 !important;
  }
  .dropdown-menu li {
    text-align: center !important;
  }
  .dropdown-menu .dropdown-item {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .nav-wrap {
    top: 75px;
  }
  .header-scroll .nav-wrap {
    top: 65px;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px 40px;
}
#masthead.header-scroll {
  padding: 10px 40px;
  background-color: #fff;
}
#masthead.white-header {
  background-color: #fff;
}

.header-logo {
  width: 200px;
}
.header-logo img {
  width: auto;
}

.header-inner {
  width: calc(100% - 200px);
  padding-left: 30px;
}

.header-top {
  margin-bottom: 20px;
}

.header-contact a {
  color: #4D4946;
  text-decoration: none;
  font-size: 0.7rem;
}
.header-contact a > span {
  text-decoration: underline;
}
.header-contact a svg {
  color: #DC7A31;
  margin-right: 3px;
}
.header-contact a:hover, .header-contact a:focus, .header-contact a:active {
  color: #AA8866;
}
.header-contact a:hover > span, .header-contact a:focus > span, .header-contact a:active > span {
  text-decoration: none;
}

.header-btns {
  border: 1px solid #AA8866;
  border-radius: 3px;
  display: flex;
}
.header-btns a {
  display: block;
  line-height: 1;
  padding: 13px 17px;
  font-size: 0.7rem;
  color: #AA8866;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.header-btns a:nth-of-type(2) {
  border-left: 1px solid #AA8866;
}
.header-btns a:hover, .header-btns a:focus, .header-btns a:active {
  color: #fff;
  background-color: #AA8866;
}
.header-btns a:hover:before, .header-btns a:focus:before, .header-btns a:active:before {
  width: 245%;
}

@media (max-width: 1399px) {
  .header-top {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .header-btns {
    display: none;
  }
  #masthead {
    padding: 20px 15px;
  }
  #masthead.header-scroll {
    padding: 10px 15px;
  }
  .header-logo {
    width: 140px;
  }
  .header-inner {
    width: calc(100% - 140px);
  }
}
@media (max-width: 567px) {
  .header-contact a {
    display: block;
  }
  .header-contact a:nth-of-type(2) {
    margin-top: 2px;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}

.modal-logo {
  width: 240px;
  position: absolute;
  top: 30px;
  left: 40px;
}

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

.modal-content-inner {
  max-width: 500px;
  padding: 140px 15px 30px 30px;
}

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

/** # Responsive **/
@media (max-width: 1399px) {
  .mobile-cta-link {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    overflow: hidden;
  }
  .mobile-cta-link a {
    background-color: #DC7A31;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
}
@media (max-width: 991px) {
  .cta-modal .close-btn {
    border: 1px solid #AA8866;
    border-radius: 50%;
    top: 20px;
    right: 15px;
  }
  .modal-content-inner {
    padding: 100px 15px 20px 15px;
    margin: 0 auto;
  }
  .modal-logo {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .modal-logo {
    width: 180px;
    left: 30px;
  }
  .modal-content-inner {
    padding-top: 130px;
  }
}
.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;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 1170px;
}
.hp-modal .close-btn {
  top: 15px;
  right: 15px;
}

.hp-modal-content {
  padding: 60px 31px 20px 31px;
}

@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 760px;
  }
  .hp-modal-content {
    padding: 80px 15px 20px 15px;
  }
}
.footer-content {
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer-left {
  width: 440px;
}

.footer-logos img {
  width: 300px;
  display: block;
}
.footer-logos hr {
  background-color: #AA8866;
  opacity: 1;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-contact a {
  color: #4D4946;
  text-decoration: none;
  font-size: 0.7rem;
}
.footer-contact a > span {
  text-decoration: underline;
}
.footer-contact a svg {
  color: #DC7A31;
  margin-right: 3px;
}
.footer-contact a:hover, .footer-contact a:focus, .footer-contact a:active {
  color: #AA8866;
}
.footer-contact a:hover > span, .footer-contact a:focus > span, .footer-contact a:active > span {
  text-decoration: none;
}

.footer-social a {
  width: 30px;
  height: 30px;
  background-color: #DC7A31;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
.footer-social a:hover {
  background-color: #AA8866;
}
.footer-social a svg {
  font-size: 0.7rem;
}

.footer-right {
  width: calc(100% - 440px);
  padding-left: 70px;
}

.footer-form {
  position: relative;
}
.footer-form .gfield_label {
  top: 21px;
}
.footer-form .gfield.input--filled .gfield_label {
  top: 2px !important;
}
.footer-form textarea {
  min-height: 56px;
  height: auto;
}
.footer-form .gf_progressbar_percentage span {
  display: none !important;
}
.footer-form .gf_progressbar_percentage {
  height: 9px !important;
  background-color: #AA8866 !important;
  border-radius: 0 !important;
}
.footer-form .gform_next_button,
.footer-form .gform_previous_button,
.footer-form button.btn-primary.btn,
.footer-form button.btn-secondary.btn {
  color: #4D4946 !important;
  font-size: 0.7rem;
  height: auto;
  padding: 0 !important;
  background-color: transparent !important;
  min-height: auto;
  min-width: auto;
  text-transform: none;
  letter-spacing: unset;
  font-weight: normal;
  width: auto;
  border: none;
  text-decoration: none !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #4D4946 !important;
}
.footer-form .gform_next_button:hover, .footer-form .gform_next_button:active, .footer-form .gform_next_button:focus,
.footer-form .gform_previous_button:hover,
.footer-form .gform_previous_button:active,
.footer-form .gform_previous_button:focus,
.footer-form button.btn-primary.btn:hover,
.footer-form button.btn-primary.btn:active,
.footer-form button.btn-primary.btn:focus,
.footer-form button.btn-secondary.btn:hover,
.footer-form button.btn-secondary.btn:active,
.footer-form button.btn-secondary.btn:focus {
  color: #AA8866 !important;
  transform: translate(0);
  border-bottom: 1px solid #AA8866 !important;
}
.footer-form .gform_next_button:focus-visible,
.footer-form .gform_previous_button:focus-visible,
.footer-form button.btn-primary.btn:focus-visible,
.footer-form button.btn-secondary.btn:focus-visible {
  outline: none;
}
.footer-form .gform_next_button {
  margin-right: 20px;
}
.footer-form .gform_previous_button {
  margin-left: 20px;
}
.footer-form .gform_page_footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 18px;
  position: relative;
}
.footer-form .gform_page_footer:after {
  content: url("../images/arrow-right-long-regular.svg");
  display: inline-block;
  width: 16px;
  height: auto;
  position: absolute;
  top: 11px;
  right: 0;
}
.footer-form .gform_page_footer:before {
  content: url("../images/arrow-left-long-regular.svg");
  display: inline-block;
  width: 16px;
  height: auto;
  position: absolute;
  top: 11px;
  right: 128px;
}
.footer-form .gform_page_footer input {
  line-height: 1.5 !important;
  min-height: unset !important;
}
.footer-form .gf_progressbar {
  background-color: #E7E1DE !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
.footer-form .gf_progressbar_wrapper {
  position: absolute;
  width: 100%;
  bottom: 51px;
}
.footer-form #gform_ajax_spinner_3 {
  display: none !important;
}
.footer-form #gform_page_3_1 .gform_page_footer:before {
  display: none;
}
.footer-form #gform_page_3_6 .gform_page_footer:after {
  display: none;
}
.footer-form #gform_page_3_6 .gform_page_footer:before {
  right: 122px;
}
.footer-form .gf_progressbar_title {
  font-size: 0.6rem !important;
  color: #4D4946 !important;
  position: absolute;
  top: 19px;
}
.footer-form .gf_progressbar_title .gf_step_current_page {
  color: #DC7A31;
  font-weight: bold;
}
.footer-form .gform_button {
  background-color: transparent !important;
  border-radius: 0 !important;
  text-decoration: none !important;
}
.footer-form .gform_button:before {
  display: none;
}

.site-footer-inner {
  padding: 40px 0 20px 0;
  position: relative;
}
.site-footer-inner:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  height: 1px;
  top: 0;
  background-color: #DC7A31;
}

.footer-col {
  width: 20%;
  margin-bottom: 20px;
}
.footer-col img {
  height: 100px;
  width: auto;
}
.footer-col p {
  margin-bottom: 0px;
  font-size: 0.7rem;
}
.footer-col a {
  color: #4D4946;
  text-decoration: none;
}
.footer-col a:hover {
  color: #AA8866;
}

.footer-legal ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-legal li {
  display: block;
  font-size: 0.7rem;
}

@media (max-width: 1199px) {
  .footer-col {
    width: 50%;
  }
  .footer-right {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .footer-left {
    width: 100%;
    max-width: 460px;
    margin-bottom: 30px;
  }
  .footer-right {
    width: 100%;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .site-footer-inner {
    padding-bottom: 0;
  }
}
@media (max-width: 567px) {
  .footer-col {
    width: 100%;
  }
  .footer-logos img {
    width: 200px;
    display: block;
  }
  .footer-contact a {
    display: block;
  }
  .footer-contact a:first-of-type:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img-slider-arrows {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.img-slider-arrows button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  padding: 0;
  outline: 0;
  border: 0;
  margin: 0 3px;
}
.img-slider-arrows button:hover {
  opacity: 0.6;
}

.bw-image {
  filter: grayscale(1);
  transition: all 1.4s ease-out;
}
.bw-image:hover, .bw-image:focus, .bw-image:active {
  filter: grayscale(0);
}

.list-box-wrap {
  margin-top: 70px;
}

.list-box-img {
  overflow: hidden;
}
.list-box-img img {
  transform: scale(1.1);
  transition: all 1s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.list-box-status {
  position: absolute;
  left: 0;
  top: 22px;
  background-color: #DC7A31;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 11px 24px;
  text-align: center;
  min-width: 127px;
  z-index: 4;
  transition: all 0.3s cubic-bezier(0.12, 0.06, 0.2, 1);
}
.list-box-status.sold-list {
  background-color: #AA8866;
}

.list-box-type {
  display: inline-flex;
  align-items: center;
}
.list-box-type:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #DC7A31;
  border-radius: 50%;
  margin-right: 5px;
}

.list-box-meta {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid rgba(231, 225, 222, 0.19);
}
.list-box-meta span:not(:last-child):after {
  content: " | ";
}

.list-box-info {
  margin-top: 7px;
}
.list-box-info h3 {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid rgba(231, 225, 222, 0.19);
  font-size: 1rem;
}

.list-box-link {
  color: #fff !important;
}
.list-box-link:hover {
  color: #fff !important;
}
.list-box-link:hover h3 {
  color: #DC7A31 !important;
}
.list-box-link:hover .list-box-status {
  top: -46px;
}
.list-box-link:hover .list-box-img img {
  transform: scale(1);
}

/** # Responsive **/
@media (max-width: 991px) {
  .list-box-status {
    top: -46px;
  }
}
.blog-box-wrap.blog-box-slide {
  padding: 0 15px;
  margin-bottom: 0;
}

.blog-box-img {
  position: relative;
  overflow: hidden;
}
.blog-box-img img {
  transform: scale(1.1);
  transition: all 1s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

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

.blog-box-info {
  margin-top: 20px;
}

.blog-box-cat {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(231, 225, 222, 0.5);
  display: flex;
  align-items: center;
}
.blog-box-cat:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #DC7A31;
  border-radius: 50%;
  margin-right: 5px;
}

.blog-box-link {
  color: #fff !important;
}
.blog-box-link:hover, .blog-box-link:focus, .blog-box-link:active {
  color: #fff !important;
}
.blog-box-link:hover h3, .blog-box-link:focus h3, .blog-box-link:active h3 {
  color: #DC7A31 !important;
}
.blog-box-link:hover .blog-box-img img, .blog-box-link:focus .blog-box-img img, .blog-box-link:active .blog-box-img img {
  transform: scale(1);
}
.blog-box-link:hover .bw-image, .blog-box-link:focus .bw-image, .blog-box-link:active .bw-image {
  filter: grayscale(0);
}

.img-header {
  min-height: 750px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 200px 0 40px;
}
.img-header:before {
  background-image: linear-gradient(to bottom, rgba(77, 73, 70, 0) 35%, #4d4946);
  z-index: 1;
}
.img-header .container {
  position: relative;
  z-index: 2;
}
.img-header:hover .bw-image {
  filter: grayscale(0);
}

.header-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.header-media .object-cover {
  -o-object-position: top;
     object-position: top;
}

.img-header-copy {
  margin-top: 50px;
  margin-bottom: 50px;
}
.img-header-copy p:last-of-type {
  margin-bottom: 0;
}
.img-header-copy:has(.header-callout) .header-copy {
  padding-right: 100px;
}

.text-header {
  padding-top: 170px;
  padding-bottom: 30px;
}
.text-header a {
  text-decoration: underline;
}
.text-header a:hover {
  text-decoration: none;
}

@media (max-width: 1399px) {
  .text-header {
    padding-top: 150px;
  }
  .img-header-copy:has(.header-callout) .header-copy {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .img-header-copy:has(.header-callout) .header-copy {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .text-header {
    padding-top: 130px;
  }
  .img-header {
    min-height: auto;
  }
}
.sidebar {
  border: 1px solid #AA8866;
  padding: 30px 40px;
  position: sticky;
  text-align: center;
  line-height: 1;
  background-color: #fff;
}
.sidebar .btn {
  border-radius: 0;
}
.sidebar h3 {
  font-weight: bold;
}
.sidebar h3, .sidebar .form-copy {
  display: inline;
  font-family: "BentonSans", sans-serif;
  font-size: 0.8rem;
}
.sidebar h3 p, .sidebar .form-copy p {
  display: inline;
}
.sidebar .gform_wrapper {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .sidebar {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .sidebar {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    padding: 40px 30px;
  }
}
.lead-wrap {
  padding: 200px 0 70px;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.lead-wrap:before {
  background-image: linear-gradient(to right, rgba(77, 73, 70, 0.97), rgba(77, 73, 70, 0));
  z-index: 1;
  opacity: 0;
}
.lead-wrap:hover .bw-image, .lead-wrap:focus .bw-image, .lead-wrap:active .bw-image {
  filter: grayscale(0);
}
.lead-wrap.animated:before {
  opacity: 1;
}
.lead-wrap .container {
  position: relative;
  z-index: 2;
}
.lead-wrap a {
  color: #E7E1DE;
}
.lead-wrap a:hover {
  color: #DC7A31;
}

.lead-content {
  color: #fff;
  font-size: 1rem;
}

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

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

.lead-form {
  position: static;
}

.page-id-355 .lead-form {
  position: sticky;
}

/** # Responsive **/
@media (max-width: 991px) {
  .lead-inner {
    color: unset;
  }
  .lead-wrap {
    background-color: rgba(231, 225, 222, 0.2);
    padding-top: 140px;
    min-height: unset;
  }
  .lead-wrap:before {
    display: none;
  }
  .lead-wrap a {
    color: #AA8866;
  }
  .lead-wrap a:hover {
    color: #DC7A31;
  }
  .lead-content {
    color: #4D4946;
    text-shadow: none !important;
  }
  .lead-content h1 {
    color: #AA8866;
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding-top: 130px;
  }
}
/* Styling for main blog/archive/search pages */
.posts-wrap {
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 991px) {
  .posts-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Styling for testimonial page and modals */
.page-template-testimonialspage .page-header-wrap {
  background-color: #fff;
  color: #4D4946;
  padding-bottom: 15px;
}

.t-mask {
  -webkit-mask-image: url("../images/Testimonial-Mask-03.svg");
          mask-image: url("../images/Testimonial-Mask-03.svg");
  height: 126px;
  width: calc(100% + 70px);
  left: -35px;
  background-color: #fff;
  transform: translateY(-30px);
  position: relative;
  z-index: 3;
}

.t-box-inner {
  background-color: #fff;
  padding: 40px 30px 30px 30px;
  height: 100%;
  box-shadow: none;
}

.t-excerpt {
  border-top: 1px solid #DC7A31;
  border-bottom: 1px solid #DC7A31;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.t-excerpt p {
  margin-bottom: 0;
}

.t-box-link {
  color: #4D4946;
}
.t-box-link:hover {
  color: #4D4946;
}
.t-box-link:hover .t-box-inner {
  box-shadow: 0 10px 16px 0 rgba(77, 73, 70, 0.3), 0 6px 20px 0 rgba(77, 73, 70, 0.29);
}

.t-wrap .page-numbers {
  color: #4D4946 !important;
}
.t-wrap .page-numbers.current {
  color: #DC7A31 !important;
}
.t-wrap .page-numbers.next, .t-wrap .page-numbers.prev {
  color: #DC7A31 !important;
}
.t-wrap .page-numbers:hover {
  color: #DC7A31 !important;
}

.t-query {
  background-color: #fff;
  padding-left: 35px;
  padding-right: 35px;
  background: repeating-linear-gradient(135deg, #C5DFED, #C5DFED 3px, #fff 3px, #fff 6px);
}

.testimonial-modal .modal-dialog {
  max-width: 800px;
}
.testimonial-modal .modal-content {
  position: relative;
  overflow: hidden;
}
.testimonial-modal .close-btn {
  border: 1px solid #DC7A31;
  border-radius: 50%;
  top: 25px;
  width: 50px;
  height: 50px;
}

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

.t-video {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.t-modal-wrap {
  z-index: 2;
}

.t-modal-img {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.t-content {
  border-bottom: 1px solid #DC7A31;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .t-query {
    padding-left: 15px;
    padding-right: 15px;
  }
  .t-mask {
    width: calc(100% + 30px);
    left: -15px;
  }
}
@media (max-width: 767px) {
  .t-box-inner {
    padding: 40px 15px 30px 15px;
  }
  .t-modal-wrap {
    padding: 85px 15px 40px 15px;
  }
}
/* Styling for main listings page */
.listings-wrap {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 45px;
}

.listing-sort {
  padding-right: 15px;
}
.listing-sort select {
  color: #fff;
  font-size: 0.8rem !important;
  height: unset;
  min-height: unset;
  border: none;
  width: 190px;
  padding-left: 0;
  padding-right: 0;
  background: transparent url("../images/angle-down.svg") right 0px center no-repeat;
  background-size: 12px;
  border-bottom: 1px solid #DC7A31;
}
.listing-sort select:focus {
  box-shadow: none;
  border-bottom: 1px solid #E7E1DE;
}

@media (max-width: 991px) {
  .listings-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-content {
  margin: 50px 0;
}

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

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

.entry-content > h1, .entry-content > .h1 {
  font-size: 2.5rem;
  color: #AA8866;
}
.entry-content > h2, .entry-content > .h2 {
  font-size: 2rem;
  color: #AA8866;
}
.entry-content > h3, .entry-content > .h3 {
  font-size: 1.7rem;
  color: #AA8866;
}
.entry-content > h4, .entry-content > .h4 {
  font-size: 1.4rem;
  color: #AA8866;
}

/** # Responsive **/
@media (max-width: 767px) {
  .entry-content > h1, .entry-content > .h1 {
    font-size: 2rem;
  }
  .entry-content > h2, .entry-content > .h2 {
    font-size: 1.8rem;
  }
  .entry-content > h3, .entry-content > .h3 {
    font-size: 1.5rem;
  }
  .entry-content > h4, .entry-content > .h4 {
    font-size: 1.2rem;
  }
}
.cta-section {
  padding: 60px 0;
  color: #fff;
  min-height: 80vh;
}
.cta-section:before {
  background-image: linear-gradient(to right, rgba(77, 73, 70, 0.97), rgba(77, 73, 70, 0));
}
.cta-section:hover .bw-image, .cta-section:focus .bw-image, .cta-section:active .bw-image {
  filter: grayscale(0);
}
.cta-section .container {
  position: relative;
  z-index: 1;
}

.cta-inner {
  max-width: 570px;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .cta-inner {
    max-width: none;
  }
  .cta-section:before {
    background-image: linear-gradient(to right, rgba(77, 73, 70, 0.97), rgba(77, 73, 70, 0.2));
  }
}
@media (max-width: 767px) {
  .cta-section {
    min-height: unset;
  }
  .cta-section:before {
    background-image: none;
    background-color: rgba(77, 73, 70, 0.5);
  }
}
.list-header {
  padding: 170px 15px 40px 15px;
}

.list-status-price {
  height: 44px;
  min-width: 155px;
  margin-bottom: 18px;
  padding: 11px 15px;
  background-color: #DC7A31;
  color: #fff;
  z-index: 4;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.list-status-price p {
  margin-bottom: 0;
}
.list-status-price p:nth-of-type(2):before {
  content: "|";
  margin-right: 10px;
  margin-left: 10px;
}
.list-status-price.sold-list {
  background-color: #AA8866;
}

.list-quick-links p {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #fff;
}
.list-quick-links p:not(:last-of-type):after {
  content: " | ";
  display: inline-block;
  margin-left: 3px;
}
.list-quick-links p svg {
  margin-right: 5px;
}
.list-quick-links a {
  color: #fff;
}
.list-quick-links a:hover {
  color: #DC7A31;
}

.list-hilites .slick-list {
  padding: 0 15vw !important;
}

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

.hilites-arrows button {
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  top: calc(50% - 20px);
}
.hilites-arrows button.slick-prev {
  left: calc(15vw - 8px);
}
.hilites-arrows button.slick-next {
  right: calc(15vw - 8px);
}
.hilites-arrows button:hover {
  opacity: 0.7;
}

.list-wrap .entry-content h2 {
  color: #AA8866;
}

.list-detail {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #DC7A31;
  margin-bottom: 10px;
}
.list-detail:first-of-type {
  padding-top: 10px;
  border-top: 1px solid #DC7A31;
}
.list-detail p {
  margin-bottom: 0;
}

.acf-map {
  border: 1px solid #AA8866;
}

.listing-agent {
  flex-wrap: wrap;
  padding-top: 20px;
}
.listing-agent:first-of-type {
  padding-top: 0;
}

.lis-agent-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}

.lis-agent-info {
  width: calc(100% - 180px);
}
.lis-agent-info h3 {
  margin-bottom: 10px;
  font-family: "Literata", serif;
}
.lis-agent-info h3 a {
  color: #4D4946;
  text-decoration: none;
}
.lis-agent-info h3 a:hover {
  color: #DC7A31;
}
.lis-agent-info p {
  font-size: 0.8rem;
}
.lis-agent-info p:has(a) {
  font-weight: bold;
}
.lis-agent-info p a {
  color: #4D4946;
  font-weight: normal;
}
.lis-agent-info p a:hover {
  color: #DC7A31;
}

.open-houses {
  padding: 30px;
  background-color: #4D4946;
  background-image: url("../images/OpenHouse-Pattern.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 40px;
}
.open-houses h2 {
  font-size: 1.8rem;
  color: #AA8866;
  margin-bottom: 20px;
}

.open-house {
  font-size: 0.8rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #DC7A31;
  margin-bottom: 15px;
}

.open-house-inner {
  background-color: #fff;
  padding: 10px 30px;
}

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

.list-content-blocks .container > div:last-of-type {
  margin-bottom: 0;
}

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

.list-wrap + .list-gallery-wrap {
  background-color: rgba(231, 225, 222, 0.2);
}

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

/** # Responsive **/
@media (max-width: 1399px) {
  .list-header {
    padding-top: 150px;
  }
  .list-hilites .slick-list {
    padding: 0 10vw !important;
  }
  .hilites-arrows button.slick-prev {
    left: calc(10vw - 8px);
  }
  .hilites-arrows button.slick-next {
    right: calc(10vw - 8px);
  }
}
@media (max-width: 991px) {
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
  .list-hilites .slick-list {
    padding: 0 5vw !important;
  }
  .hilites-arrows button.slick-prev {
    left: calc(5vw - 8px);
  }
  .hilites-arrows button.slick-next {
    right: calc(5vw - 8px);
  }
  .open-houses h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .hq-ah--data-container {
    flex-direction: column !important;
  }
  .hq-ah--data-container > div {
    width: 100% !important;
  }
  .list-header {
    padding-top: 130px;
  }
  .list-hilites {
    margin-left: 15px;
    margin-right: 15px;
  }
  .list-hilites .slick-list {
    padding: 0 0vw !important;
  }
  .hilites-slide {
    padding: 0;
  }
  .hilites-arrows {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .hilites-arrows button {
    position: static;
  }
}
@media (max-width: 567px) {
  .lis-agent-info {
    margin-top: 10px;
    width: auto;
  }
  .lis-agent-photo {
    margin: 0 auto;
  }
  .listing-agent {
    margin-top: 30px;
    text-align: center;
  }
  .listing-agent:first-of-type {
    margin-top: 0;
  }
  .list-quick-links p {
    display: flex;
    justify-content: center;
  }
  .list-quick-links p:after {
    display: none !important;
  }
}
.post-header {
  padding-top: 170px;
  padding-bottom: 60px;
}

.blog-box-date {
  color: #fff;
}
.blog-box-date a {
  color: #fff;
}
.blog-box-date a:hover {
  color: #DC7A31;
}

.post-share a {
  width: 30px;
  height: 30px;
  background-color: #DC7A31;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.post-share a svg {
  font-size: 0.7rem;
}
.post-share a:hover {
  background-color: #E7E1DE;
  color: #4D4946;
}

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

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

.case-address-type span.small:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #DC7A31;
  border-radius: 50%;
  margin-left: 13px;
  margin-right: 13px;
  transform: translateY(-4px);
}

@media (max-width: 1399px) {
  .post-header {
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  .post-header {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .post-header {
    padding-top: 130px;
  }
}
/* Styling for team bios */
.bio-header-wrap {
  padding-top: 170px;
  padding-bottom: 60px;
}

.bio-header-links {
  margin-bottom: 15px;
}
.bio-header-links p {
  margin-bottom: 0;
  font-weight: bold;
}
.bio-header-links a {
  color: #fff;
  font-weight: normal;
}
.bio-header-links a:hover {
  color: #DC7A31;
}

.team-social a {
  width: 30px;
  height: 30px;
  background-color: #DC7A31;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
.team-social a:hover {
  background-color: #AA8866;
  color: #fff;
}
.team-social a svg {
  font-size: 0.7rem;
}

@media (max-width: 1399px) {
  .bio-header-wrap {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .bio-header-wrap {
    padding-top: 130px;
  }
}
.blog-faq {
  margin: 30px 0;
}
.blog-faq h3 {
  font-size: 1.3rem;
  font-family: "BentonSans", sans-serif;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: none;
  display: inline-block;
}
.blog-faq h3:after {
  display: block;
  content: "";
  background-color: #DC7A31;
  height: 2px;
  width: 72px;
  margin-top: 10px;
}

#faq-accordion {
  margin-top: 30px;
}

.faq-card {
  margin-top: 20px;
}

.faq-toggle {
  background-color: transparent;
  border: none !important;
  padding: 0 0 5px;
  outline: none !important;
  text-align: left;
  color: #4D4946 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-toggle .faq-circle {
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotate(90deg);
  margin-left: 30px;
  border-radius: 50%;
  background-color: #DC7A31;
  border: 1px solid #DC7A31;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-toggle.collapsed .faq-circle {
  transform: rotate(0deg);
  background-color: transparent;
  color: #4D4946;
  border: 1px solid #AA8866;
}
.faq-toggle:hover .faq-circle {
  transform: rotate(90deg);
}

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

/* Styling for thanks/404 pages */
.thanks-wrap,
.error-wrap {
  padding: 220px 0 50px 0;
  min-height: 100vh;
}
.thanks-wrap:before,
.error-wrap:before {
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.thanks-wrap .container,
.error-wrap .container {
  position: relative;
  z-index: 2;
}
.thanks-wrap a,
.error-wrap a {
  color: #E7E1DE;
  text-decoration: underline;
}
.thanks-wrap a:hover, .thanks-wrap a:active, .thanks-wrap a:focus,
.error-wrap a:hover,
.error-wrap a:active,
.error-wrap a:focus {
  color: #DC7A31;
  text-decoration: none;
}
.thanks-wrap .wp-block-button,
.error-wrap .wp-block-button {
  margin: 20px auto;
}
.thanks-wrap .wp-block-button .wp-block-button__link,
.error-wrap .wp-block-button .wp-block-button__link {
  text-decoration: none;
}

@media (max-width: 767px) {
  .thanks-wrap,
  .error-wrap {
    min-height: unset;
  }
}
lite-youtube,
lite-vimeo {
  background-color: #4D4946;
  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(77, 73, 70, 0.4);
}
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;
  }
}
.testimonial-block {
  text-shadow: none !important;
}

.t-block-top {
  background: repeating-linear-gradient(135deg, #fff, #fff 3px, #C5DFED 3px, #C5DFED 6px);
  -webkit-mask-image: url("../images/Testimonial-Mask.svg");
          mask-image: url("../images/Testimonial-Mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: -62px top;
          mask-position: -62px top;
  padding: 100px 15px 15px 15px;
}

.t-block-inner {
  background-color: #fff;
  padding: 0 15px 15px 15px;
  background: repeating-linear-gradient(135deg, #C5DFED, #C5DFED 3px, #fff 3px, #fff 6px);
}

.t-block-content {
  background-color: #fff;
  color: #4D4946;
  padding: 25px 20px 15px 20px;
}

.t-block-copy {
  padding-top: 15px;
  border-top: 1px solid #DC7A31;
  padding-bottom: 15px;
  border-bottom: 1px solid #DC7A31;
  margin-bottom: 15px;
}

/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: 100vh;
  padding: 200px 0 50px;
  overflow: hidden;
}
.homepage-hero:before {
  background-image: linear-gradient(to bottom, rgba(77, 73, 70, 0), rgba(77, 73, 70, 0.73));
  z-index: 1;
}
.homepage-hero .container {
  position: relative;
  z-index: 1;
}
.homepage-hero:hover .bw-image, .homepage-hero:focus .bw-image, .homepage-hero:active .bw-image {
  filter: grayscale(0);
}

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

.hero-inner {
  max-width: 790px;
}

.hero-down-arrow a {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.hero-down-arrow a:hover svg {
  opacity: 1 !important;
  animation: none;
}
.hero-down-arrow svg {
  opacity: 0.2;
  animation: down-arrow 3s forwards infinite;
  transition: all 0.2s cubic-bezier(0.12, 0.06, 0.2, 1);
}
.hero-down-arrow svg:first-of-type {
  animation-delay: 0s;
  transform: translateY(6px);
}
.hero-down-arrow svg:nth-of-type(2) {
  animation-delay: 1s;
}
.hero-down-arrow svg:nth-of-type(3) {
  animation-delay: 2s;
  transform: translateY(-6px);
}

@keyframes down-arrow {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
/** # Responsive **/
@media (max-width: 767px) {
  .homepage-hero {
    min-height: unset;
    padding-bottom: 30px;
  }
  .homepage-hero:before {
    background-image: none;
    background-color: rgba(77, 73, 70, 0.6);
    z-index: 1;
  }
}
.homepage-resources {
  padding-left: 30px;
  padding-right: 30px;
}
.homepage-resources.light-lightgrey-bg {
  padding-top: 50px;
  padding-bottom: 50px;
}
.homepage-resources.white-bg {
  margin-top: 40px;
  margin-bottom: 20px;
}
.homepage-resources h2 {
  max-width: 820px;
  margin: 0 auto 0.35em auto;
}

.hpr-small-link a:hover, .hpr-small-link a:focus, .hpr-small-link a:active {
  color: #AA8866;
}
.hpr-small-link a:hover .hpr-arrow, .hpr-small-link a:focus .hpr-arrow, .hpr-small-link a:active .hpr-arrow {
  background-color: #DC7A31;
  border: 1px solid #DC7A31;
}
.hpr-small-link a:hover .hpr-arrow svg, .hpr-small-link a:focus .hpr-arrow svg, .hpr-small-link a:active .hpr-arrow svg {
  color: #fff;
}
.hpr-small-link a:hover .hpr-img img, .hpr-small-link a:focus .hpr-img img, .hpr-small-link a:active .hpr-img img {
  transform: scale(1);
}
.hpr-small-link a:hover .bw-image, .hpr-small-link a:focus .bw-image, .hpr-small-link a:active .bw-image {
  filter: grayscale(0);
}

.hpr-img {
  overflow: hidden;
  position: relative;
}
.hpr-img img {
  transform: scale(1.1);
  transition: all 1s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.hpr-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #AA8866;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.hpr-arrow svg {
  color: #4D4946;
}

.hpr-large-link .hpr-img {
  height: calc(100vh - 150px);
}
.hpr-large-link .hpr-img:before {
  background-color: rgba(77, 73, 70, 0.38);
  z-index: 1;
}
.hpr-large-link a:hover .hpr-img:before, .hpr-large-link a:focus .hpr-img:before, .hpr-large-link a:active .hpr-img:before {
  background-color: rgba(77, 73, 70, 0.6);
}
.hpr-large-link a:hover .hpr-img img, .hpr-large-link a:focus .hpr-img img, .hpr-large-link a:active .hpr-img img {
  transform: scale(1);
}
.hpr-large-link a:hover .hpr-text-wrap p, .hpr-large-link a:focus .hpr-text-wrap p, .hpr-large-link a:active .hpr-text-wrap p {
  border-bottom: 1px solid transparent;
}
.hpr-large-link a:hover .bw-image, .hpr-large-link a:focus .bw-image, .hpr-large-link a:active .bw-image {
  filter: grayscale(0);
}

.hpr-text-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: 1;
  padding: 20px;
  text-align: center;
}
.hpr-text-wrap p {
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1199px) {
  .hpr-large-link .hpr-img {
    height: unset;
    aspect-ratio: 5/7;
  }
}
@media (max-width: 991px) {
  .homepage-resources {
    padding-left: 15px;
    padding-right: 15px;
  }
  .homepage-resources.light-lightgrey-bg {
    padding-bottom: 30px;
  }
}
@media (max-width: 567px) {
  .hpr-text-wrap p {
    font-size: 1rem;
  }
  .hpr-small-link .h5 {
    font-size: 1rem;
  }
}
.homepage-copy-and-media {
  padding-left: 70px;
  padding-right: 70px;
}

.hpcm-inner {
  padding-right: 100px;
}
.hpcm-inner h2 {
  max-width: 470px;
}

.hpcm-caption {
  position: absolute;
  bottom: 0;
  top: 50%;
  background-image: linear-gradient(to bottom, rgba(77, 73, 70, 0), #4d4946);
  z-index: 2;
  padding: 25px;
  display: flex;
  align-items: flex-end;
  height: unset !important;
  transform: none !important;
}

.hpcm-media:has(.lyt-activated) .hpcm-caption {
  display: none;
}

@media (max-width: 1399px) {
  .hpcm-inner {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .hpcm-inner {
    padding-right: 15px;
  }
  .homepage-copy-and-media {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .homepage-copy-and-media {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 40px;
  }
  .homepage-copy-and-media .container-xxl {
    max-width: 760px;
    margin: 0 auto;
  }
}
/* Styling for homepage listings component */
.homepage-listings {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .homepage-listings {
    padding-left: 15px;
    padding-right: 15px;
  }
  .homepage-listings .list-box-slide {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
/* Styling for homepage testimonials component */
.homepage-testimonials {
  background: repeating-linear-gradient(135deg, #C5DFED, #C5DFED 3px, #fff 3px, #fff 6px);
}
.homepage-testimonials .banner-img {
  width: 100vw;
  height: 100%;
}

.black-bg + .homepage-testimonials .hpt-mask {
  background-color: #4D4946;
}

.light-lightgrey-bg + .homepage-testimonials .hpt-mask,
.light-light-grey-bg + .homepage-testimonials .hpt-mask {
  background-color: #fff;
  position: relative;
}
.light-lightgrey-bg + .homepage-testimonials .hpt-mask:before,
.light-light-grey-bg + .homepage-testimonials .hpt-mask:before {
  background-color: rgba(231, 225, 222, 0.2);
}

.hpt-mask {
  -webkit-mask-image: url("../images/Testimonial-Mask-03.svg");
          mask-image: url("../images/Testimonial-Mask-03.svg");
  height: 126px;
  width: 100%;
  background-color: #fff;
  transform: translateY(-30px);
}

.hpt-slider-wrap {
  padding-top: 30px;
  padding-bottom: 40px;
  margin-left: 130px;
}

.hpt-heading {
  position: absolute;
  padding: 40px 30px 20px 30px;
  top: 20px;
  z-index: 10;
}
.hpt-heading h2 {
  max-width: 400px;
}

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

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

.hpt-inner {
  height: 100%;
  background-color: #fff;
  padding: 120px 30px 20px 30px;
}

.hpt-copy {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #DC7A31;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DC7A31;
}

.hpt-arrows button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  padding: 0;
  outline: 0;
  border: 0;
  margin: 0 3px;
}
.hpt-arrows button:hover {
  opacity: 0.6;
}

.hpt-progress-bar {
  display: block;
  width: 100%;
  height: 20px;
  margin: 20px 0;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to right, #DC7A31, #DC7A31);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .hpt-slider .slick-list {
    padding: 0 300px 0 0 !important;
  }
}
@media (max-width: 900px) {
  .hpt-slider-wrap {
    margin-left: 30px;
  }
}
@media (max-width: 800px) {
  .hpt-slider .slick-list {
    padding: 0 150px 0 0 !important;
  }
}
@media (max-width: 767px) {
  .hpt-heading h2 {
    max-width: 350px;
  }
  .hpt-inner {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .hpt-slider .slick-list {
    padding: 0 80px 0 0 !important;
  }
  .hpt-slider h2 {
    max-width: 350px;
  }
  .hpt-slider-wrap {
    margin-left: 15px;
  }
  .hpt-copy {
    font-size: 1.1rem;
  }
}
@media (max-width: 500px) {
  .hpt-slider .slick-list {
    padding: 0 !important;
  }
  .hpt-progress-bar {
    width: calc(100% - 15px);
  }
}
.list-box-slide {
  padding: 0 7.5px;
  margin-bottom: 0;
}

.list-arrows {
  text-align: center;
}
.list-arrows button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  padding: 0;
  outline: 0;
  border: 0;
  margin: 0 3px;
}
.list-arrows button:hover {
  opacity: 0.6;
}

.listing-feed {
  padding-left: 25px;
  padding-right: 25px;
}
.listing-feed + .listing-feed {
  padding-top: 20px !important;
}

.list-feed-arrows:not(:empty) {
  margin-top: 15px;
  text-align: center;
}
.list-feed-arrows:not(:empty) button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@media (max-width: 991px) {
  .list-slider {
    margin: 0 -7.5px;
  }
  .listing-feed {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .list-box-slide {
    padding: 0;
  }
}
.copy-and-media {
  padding-top: 60px;
  padding-bottom: 60px;
}
.copy-and-media.white-bg + .white-bg {
  padding-top: 0;
}
.copy-and-media.light-lightgrey-bg + .light-lightgrey-bg {
  padding-top: 0;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-fit .cm-media {
  position: relative;
}
.copy-and-media.media-fit .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.copy-and-media.media-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: 4/3;
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-and-media .cm-media {
    order: unset !important;
    margin-bottom: 35px;
  }
  .copy-and-media.media-fit .cm-media {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .copy-and-media.media-fit .cm-media {
    aspect-ratio: 7/5;
    height: unset;
  }
}
/* Styling for team query component */
.team-box-link {
  color: #4D4946;
  text-align: center;
}
.team-box-link h3 {
  color: #AA8866;
}
.team-box-link:hover {
  color: #4D4946;
}
.team-box-link:hover .bw-image {
  filter: grayscale(0);
}
.team-box-link:hover h3 {
  color: #AA8866;
}
.team-box-link:hover .team-box-img img {
  transform: scale(1);
}

.team-box-img {
  overflow: hidden;
}
.team-box-img img {
  transform: scale(1.1);
  transition: all 1s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.team-box-wrap {
  margin-bottom: 40px;
}

/* Styling for blog feed component */
.blog-feed {
  padding-left: 25px;
  padding-right: 25px;
}
.blog-feed .slick-dots {
  margin-top: 20px;
}
.blog-feed .blog-feed-slider {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .blog-feed {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.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: #4D4946;
  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: #AA8866;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .logo-slide-logo {
    height: 125px;
  }
}
/* Styling for testimonial callout component */
.testimonial-callout {
  background: repeating-linear-gradient(135deg, #C5DFED, #C5DFED 3px, #fff 3px, #fff 6px);
}
.testimonial-callout .banner-img {
  width: 100vw;
  height: 100%;
}

.black-bg + .testimonial-callout .hpt-mask {
  background-color: #4D4946;
}

.light-lightgrey-bg + .testimonial-callout .hpt-mask,
.light-light-grey-bg + .testimonial-callout .hpt-mask {
  background-color: #fff;
  position: relative;
}
.light-lightgrey-bg + .testimonial-callout .hpt-mask:before,
.light-light-grey-bg + .testimonial-callout .hpt-mask:before {
  background-color: rgba(231, 225, 222, 0.2);
}

.hpt-slider-wrap .btn-primary {
  background-color: #fff;
}
.hpt-slider-wrap .section-links {
  padding-right: 200px;
}

@media (max-width: 1199px) {
  .hpt-slider-wrap .section-links {
    padding-right: 300px;
  }
}
@media (max-width: 767px) {
  .hpt-slider-wrap .section-links {
    padding-right: 30px;
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 567px) {
  .hpt-slider-wrap .section-links {
    padding-right: 15px;
  }
}
.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: #4D4946;
  opacity: 0;
  transition: all 0.4s ease-out;
}

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

/* Styling for WP Media Block */
.venn-diagram-links {
  padding-left: 50px;
  padding-right: 50px;
}

.venn-heading {
  width: calc(100% - 1000px);
}
.venn-heading > div {
  max-width: 460px;
  margin: 0 auto;
}

.venn-diagram {
  width: 1000px;
  position: relative;
  aspect-ratio: 1.05;
}
.venn-diagram.venn-circles-2 {
  padding-bottom: 37.65%;
  aspect-ratio: unset;
}

.venn-circle {
  width: 66%;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
}
.venn-circle:before {
  -webkit-mask-image: radial-gradient(transparent 70%, black 65%);
          mask-image: radial-gradient(transparent 70%, black 65%);
}
.venn-circle a {
  color: #fff;
  position: absolute;
  text-align: center;
  width: 145px;
  z-index: 2;
}
.venn-circle a svg {
  opacity: 0;
}
.venn-circle a:hover {
  color: #fff;
}
.venn-circle a:hover img {
  opacity: 0.37;
}
.venn-circle a:hover svg {
  opacity: 1;
}
.venn-circle img {
  opacity: 0;
}

.venn-circle-1 {
  left: 0;
  top: 0;
}
.venn-circle-1 a {
  left: 50px;
}

.venn-circle-2 {
  right: 0;
  top: 0;
}
.venn-circle-2 a {
  right: 50px;
}

.venn-circle-3 {
  right: 0;
  bottom: 0;
}
.venn-circle-3 a {
  bottom: 20%;
}

.venn-circle-4 {
  right: 0;
  bottom: 0;
}
.venn-circle-4 a {
  bottom: 20%;
}

.venn-circles-2 .venn-circle-1,
.venn-circles-2 .venn-circle-2 {
  bottom: 0;
}
.venn-circles-2 .venn-circle-1 a,
.venn-circles-2 .venn-circle-2 a {
  top: calc(50% + 21px);
}
.venn-circles-2 .venn-circle-1:before {
  background: conic-gradient(#fff 0deg 31deg, #DC7A31 31deg 149deg, #fff 149deg 360deg);
}
.venn-circles-2 .venn-circle-2:before {
  background: conic-gradient(#fff 0deg 213deg, #DC7A31 213deg 327deg, #fff 327deg 360deg);
}
.venn-circles-2 .venn-center-link {
  top: 0;
}

.venn-circles-3 .venn-circle-1,
.venn-circles-3 .venn-circle-2,
.venn-circles-4 .venn-circle-1,
.venn-circles-4 .venn-circle-2 {
  bottom: 30.7%;
}
.venn-circles-3 .venn-circle-1 a,
.venn-circles-3 .venn-circle-2 a,
.venn-circles-4 .venn-circle-1 a,
.venn-circles-4 .venn-circle-2 a {
  top: calc(33% + 21px);
}

.venn-circles-3 .venn-circle-1:before {
  background: conic-gradient(#fff 0deg 31deg, #DC7A31 31deg 91deg, #fff 91deg 149deg, #DC7A31 149deg 209deg, #fff 209deg 360deg);
}
.venn-circles-3 .venn-circle-2:before {
  background: conic-gradient(#fff 0deg 151deg, #DC7A31 151deg 211deg, #fff 212deg 269deg, #DC7A31 267deg 328deg, #fff 330deg 360deg);
}
.venn-circles-3 .venn-circle-3 {
  left: 17%;
}
.venn-circles-3 .venn-circle-3 a {
  left: 37%;
}
.venn-circles-3 .venn-circle-3:before {
  background: conic-gradient(#fff 0deg 29deg, #DC7A31 29deg 89deg, #fff 89deg 271deg, #DC7A31 271deg 331deg, #fff 332deg 360deg);
}

.venn-circle-3,
.venn-circle-4 {
  top: 30.7%;
}

.venn-circles-4 .venn-circle-1:before {
  background: conic-gradient(#fff 0deg 31deg, #DC7A31 31deg 84deg, #fff 84deg 178deg, #DC7A31 178deg 244deg, #fff 239deg 360deg);
}
.venn-circles-4 .venn-circle-2:before {
  background: conic-gradient(#fff 0deg 116deg, #DC7A31 116deg 182deg, #fff 182deg 276deg, #DC7A31 277deg 328deg, #fff 330deg 360deg);
}
.venn-circles-4 .venn-circle-3 {
  right: 0;
}
.venn-circles-4 .venn-circle-3 a {
  right: 80px;
}
.venn-circles-4 .venn-circle-3:before {
  background: conic-gradient(#DC7A31 0deg 64deg, #fff 64deg 211deg, #DC7A31 211deg 264deg, #fff 263deg 357deg, #DC7A31 357deg 360deg);
}
.venn-circles-4 .venn-circle-4 {
  left: 0;
}
.venn-circles-4 .venn-circle-4 a {
  left: 80px;
}
.venn-circles-4 .venn-circle-4:before {
  background: conic-gradient(#DC7A31 0deg 3deg, #fff 3deg 96deg, #DC7A31 96deg 149deg, #fff 149deg 296deg, #DC7A31 296deg 360deg);
}

.venn-center-link {
  position: absolute;
  top: 15%;
  left: 17%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66%;
  border-radius: 50%;
  border: 2px solid transparent;
  overflow: hidden;
}
.venn-center-link a {
  width: 150px;
  text-align: center;
  z-index: 20;
  font-weight: bold;
  color: #fff;
}
.venn-center-link a svg {
  opacity: 0;
}
.venn-center-link a:hover {
  color: #fff;
}
.venn-center-link a:hover svg {
  opacity: 1;
}
.venn-center-link a:hover .banner-img {
  opacity: 0.37;
}
.venn-center-link .banner-img {
  z-index: initial;
  opacity: 0;
}

@media (max-width: 1499px) {
  .venn-heading {
    width: calc(100% - 800px);
  }
  .venn-heading > div {
    max-width: 370px;
  }
  .venn-diagram {
    width: 800px;
  }
  .venn-circles-3 .venn-circle-3 a {
    left: 35%;
  }
  .venn-circles-3 .venn-circle-1 a,
  .venn-circles-3 .venn-circle-2 a,
  .venn-circles-4 .venn-circle-1 a,
  .venn-circles-4 .venn-circle-2 a {
    top: calc(33% - 31px);
  }
}
@media (max-width: 1299px) {
  .venn-heading {
    width: 100%;
    margin-bottom: 20px;
  }
  .venn-heading > div {
    max-width: 450px;
  }
  .venn-diagram {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .venn-diagram-links {
    padding-left: 15px;
    padding-right: 15px;
  }
  .venn-heading {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .venn-diagram {
    font-size: 0.8rem;
  }
  .venn-center-link a {
    width: 100px;
  }
  .venn-circle a {
    width: 100px;
  }
}
@media (max-width: 567px) {
  .venn-circles-4 .venn-circle-3 a {
    right: 50px;
    bottom: 14%;
  }
  .venn-circles-4 .venn-circle-4 a {
    left: 50px;
    bottom: 14%;
  }
  .venn-center-link {
    top: 20%;
  }
  .venn-circles-3 .venn-circle-3 a {
    left: 32%;
    bottom: 13%;
  }
}
@media (max-width: 490px) {
  .venn-circle-2 a {
    right: 9vw;
  }
  .venn-circle-1 a {
    left: 9vw;
  }
  .venn-circles-4 .venn-circle-3 a {
    right: 9vw;
    bottom: 7%;
  }
  .venn-circles-4 .venn-circle-4 a {
    left: 9vw;
    bottom: 7%;
  }
  .venn-center-link a {
    font-size: 0.7rem;
  }
  .venn-diagram {
    font-size: 0.7rem;
  }
  .venn-circles-3 .venn-circle-3 a {
    left: 27%;
    bottom: 7%;
  }
}
.callout-text-wrap:before, .callout-text-wrap:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #DC7A31;
  transform: scale(0);
  transform-origin: center;
  transition: all 0.4s ease-out 0.4s;
}
.callout-text-wrap.animated:before, .callout-text-wrap.animated:after {
  transform: scale(1);
}

.callout-text {
  font-family: "Literata", serif;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
.callout-text p:last-of-type {
  margin-bottom: 0;
}

.resource-copy {
  color: #4D4946 !important;
  border-bottom: 1px solid #AA8866;
}

.sticky-heading-and-content + .sticky-heading-and-content .container {
  position: relative;
}
.sticky-heading-and-content + .sticky-heading-and-content .container:before {
  content: "";
  width: calc(100% - 30px);
  position: absolute;
  left: 15px;
  top: -45px;
  height: 1px;
  background-color: #AA8866;
  transform: scale(0);
  transform-origin: left;
  transition: all 1s ease-out 0.5s;
}
.sticky-heading-and-content + .sticky-heading-and-content .container.animated:before {
  transform: scale(1);
}

.bullet-heading {
  margin-bottom: 30px;
}
.bullet-heading:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #AA8866;
  position: relative;
  bottom: -15px;
  width: 100%;
  transform: scale(0);
  transform-origin: left;
  transition: all 1.5s ease-out 0.4s;
}
.bullet-heading.animated:after {
  transform: scale(1);
}

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

.stat-wrap {
  padding: 0 7.5px;
}
.stat-wrap.current-list-slide .stat {
  color: #DC7A31;
}

.stat-box {
  background-color: #fff;
  border: 1px solid #AA8866;
  padding: 60px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-box.active-stat .stat {
  color: #DC7A31;
}

.stat {
  line-height: 1;
  margin-bottom: 25px;
  color: #AA8866;
}

.stat-arrows:not(:empty) {
  text-align: center;
  margin-top: 20px;
}
.stat-arrows button {
  width: 45px;
  height: 45px;
  background-color: transparent;
  padding: 0;
  outline: 0;
  border: 0;
  margin: 0 3px;
}
.stat-arrows button:hover {
  opacity: 0.6;
}

.full-width-media .img-slider-arrows {
  position: static;
}
.full-width-media .img-slider-arrows button {
  position: absolute;
  top: calc(50% - 20px);
}
.full-width-media .img-slider-arrows button.slick-prev {
  left: -20px;
}
.full-width-media .img-slider-arrows button.slick-next {
  right: -20px;
}
.full-width-media .media-wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 567px) {
  .full-width-media .img-slider-arrows {
    position: absolute;
  }
  .full-width-media .img-slider-arrows button {
    position: static;
  }
  .full-width-media .media-wrap {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}/*# sourceMappingURL=main.css.map */