@charset "UTF-8";
/* Default */
/*-----------------------*/
/*--- # Accessibility ---*/
/*-----------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Helpers */
/* Colours */
/* Typography */
.resource-box-img:before, .hprl-box-img:before, .link-box-img:after, .overlay-media:before, .hero-media:before, .hero-media:after, lite-youtube::before,
lite-vimeo::before, .blog-cta:before, .cta-img:before, .lead-img:before, .cta-modal-img:before, .nav-cta-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

.no-scrollbar,
.modal-content-wrap,
.nav-wrap {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar,
.modal-content-wrap::-webkit-scrollbar,
.nav-wrap::-webkit-scrollbar {
  width: 0;
}

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

.default-transition, a, .btn, .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, #login .button-primary {
  transition: all 0.75s ease-out;
}

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

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

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

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

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

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

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

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

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

.fadein.animated {
  opacity: 1;
}

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

.animate-media {
  clip-path: inset(0% 0% 0% 100%);
  transition: clip-path 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.animate-media.animated {
  clip-path: inset(0% 0% 0% 0%);
}

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

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

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

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

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

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

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

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

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

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

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

/** # Responsive **/
@media (max-width: 991px) {
  .d1, .d2, .d3, .d4 {
    transition-delay: 0.3s !important;
  }
  h1.animate-heading,
  .animate-heading.h1 {
    column-gap: 0.7rem;
  }
  h2.animate-heading,
  .animate-heading.h2 {
    column-gap: 0.55rem;
    line-height: 1.195;
  }
  h2.animate-heading.tight-heading .word,
  .animate-heading.h2.tight-heading .word {
    margin-bottom: -5px;
  }
  h3.animate-heading,
  .animate-heading.h3 {
    column-gap: 0.425rem;
  }
  h4.animate-heading,
  .animate-heading.h4 {
    column-gap: 0.325rem;
    line-height: 1.19;
  }
  .break-word {
    display: none !important;
  }
}
@media (max-width: 767px) {
  h1.animate-heading,
  .animate-heading.h1 {
    column-gap: 0.625rem;
  }
}
/* Helpers */
.object-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

.o5 {
  opacity: 0.05;
}

.o10 {
  opacity: 0.1;
}

.o15 {
  opacity: 0.15;
}

.o20 {
  opacity: 0.2;
}

.o25 {
  opacity: 0.25;
}

.o30 {
  opacity: 0.3;
}

.o35 {
  opacity: 0.35;
}

.o40 {
  opacity: 0.4;
}

.o45 {
  opacity: 0.45;
}

.o50 {
  opacity: 0.5;
}

.o55 {
  opacity: 0.55;
}

.o60 {
  opacity: 0.6;
}

.o65 {
  opacity: 0.65;
}

.o70 {
  opacity: 0.7;
}

.o75 {
  opacity: 0.75;
}

.o80 {
  opacity: 0.8;
}

.o85 {
  opacity: 0.85;
}

.o90 {
  opacity: 0.9;
}

.o95 {
  opacity: 0.95;
}

.o100 {
  opacity: 1;
}

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

a:hover,
a:active,
a:focus {
  color: rgb(192.6794871795, 108.2756410256, 6.8205128205);
  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: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 600;
  font-size: 0.7rem;
  padding: 17px 35px 15px;
  line-height: 1;
  min-height: 50px;
  min-width: 270px;
  border-radius: 0;
  border: 1px solid transparent;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  text-shadow: none;
}
.btn:hover .initial-btn-text, #login .button-primary:hover .initial-btn-text, .wp-block-button.is-style-outline .wp-block-button__link:hover .initial-btn-text, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .initial-btn-text, .btn:focus .initial-btn-text, #login .button-primary:focus .initial-btn-text, .wp-block-button.is-style-outline .wp-block-button__link:focus .initial-btn-text, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .initial-btn-text, .btn:active .initial-btn-text, #login .button-primary:active .initial-btn-text, .wp-block-button.is-style-outline .wp-block-button__link:active .initial-btn-text, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .initial-btn-text {
  transform: translateY(-225%) rotate(8deg);
}
.btn:hover .hover-btn-text, #login .button-primary:hover .hover-btn-text, .wp-block-button.is-style-outline .wp-block-button__link:hover .hover-btn-text, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .hover-btn-text, .btn:focus .hover-btn-text, #login .button-primary:focus .hover-btn-text, .wp-block-button.is-style-outline .wp-block-button__link:focus .hover-btn-text, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .hover-btn-text, .btn:active .hover-btn-text, #login .button-primary:active .hover-btn-text, .wp-block-button.is-style-outline .wp-block-button__link:active .hover-btn-text, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .hover-btn-text {
  transform: translateY(0) rotate(0deg);
}

.btn-inner {
  display: block;
  position: relative;
  overflow: hidden;
}

.initial-btn-text {
  transition: all 0.4s ease-out;
  display: block;
}

.hover-btn-text {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(225%) rotate(8deg);
  transition: all 0.4s ease-out;
}

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

.btn-secondary, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #fff;
  border-color: #F7941D;
}
.btn-secondary:hover, #login .button-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-secondary:focus, #login .button-primary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .btn-secondary:active, #login .button-primary:active, .wp-block-button.is-style-outline .wp-block-button__link:active {
  background-color: transparent;
  color: #fff;
  border-color: #F7941D;
}

/** # 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: "Cormorant Garamond";
  src: url("../fonts/hinted-CormorantGaramond-Regular.woff2") format("woff2"), url("../fonts/hinted-CormorantGaramond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/hinted-CormorantGaramond-Italic.woff2") format("woff2"), url("../fonts/hinted-CormorantGaramond-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/hinted-CormorantGaramond-Medium.woff2") format("woff2"), url("../fonts/hinted-CormorantGaramond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/hinted-CormorantGaramond-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-CormorantGaramond-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Regular.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Italic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Medium.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/hinted-Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Bold.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

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

p:empty {
  display: none;
}

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

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Cormorant Garamond", serif;
}

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

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

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

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

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

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

.h6 {
  line-height: 1.5;
}

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

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

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

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

.heading {
  font-family: "Cormorant Garamond", serif;
}

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

.light {
  font-weight: 100;
}

.med {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

.primary-text {
  color: #F7941D;
}

.secondary-text {
  color: rgb(192.6794871795, 108.2756410256, 6.8205128205);
}

.lightgrey-text {
  color: #F5F5F5;
}

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

blockquote {
  margin: 30px 0;
  font-size: 0.78rem;
  background-color: #161616;
  color: #fff !important;
  padding: 100px 35px 25px;
  text-align: center;
  background-image: url("../images/brandmark-primary.svg");
  background-size: 58px;
  background-position: center 20px;
  background-repeat: no-repeat;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6,
blockquote .h1, blockquote .h2, blockquote .h3, blockquote .h4, blockquote .h5, blockquote .h6,
blockquote .has-small-font-size,
blockquote .has-medium-font-size {
  font-size: 0.78rem;
  text-transform: uppercase;
  color: #F7941D;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
blockquote .btn-primary,
blockquote .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border-color: #F7941D !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.8rem;
  }
  h2, .h2 {
    font-size: 2.3rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.2rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  blockquote {
    padding: 100px 20px 25px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

.fancybox__progress {
  background: #F7941D !important;
}

.lightgrey-bg {
  background-color: #F5F5F5;
}
.lightgrey-bg .btn-secondary,
.lightgrey-bg .wp-block-button.is-style-outline .wp-block-button__link {
  color: #000 !important;
}

.black-bg {
  background-color: #000;
  color: #fff;
}
.black-bg .btn-primary,
.black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border-color: #F7941D !important;
}
.black-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  background-color: #F7941D !important;
}

.overlay-bg {
  background-color: #000;
  color: #fff;
}
.overlay-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  background-color: #F7941D !important;
}

.darkgrey-bg {
  background-color: #161616;
  color: #fff;
}
.darkgrey-bg .btn-primary,
.darkgrey-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border-color: #F7941D !important;
}
.darkgrey-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  background-color: #F7941D !important;
}

.primary-bg {
  background-color: #F7941D;
}

.secondary-bg {
  background-color: rgb(192.6794871795, 108.2756410256, 6.8205128205);
}

.white-bg {
  background-color: #fff;
  color: #000;
}
.white-bg .btn-secondary,
.white-bg .wp-block-button.is-style-outline .wp-block-button__link {
  color: #000 !important;
}

.lightgrey-bg + .lightgrey-bg,
.black-bg + .black-bg,
.darkgrey-bg + .darkgrey-bg {
  padding-top: 0;
}

.pattern-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: flex-end;
}
.pattern-bg > div {
  width: 95%;
  min-width: 95%;
}
.pattern-bg img {
  opacity: 0.8;
}

.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;
  z-index: 2;
}

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

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.slick-dots:has(li:first-child:last-child) {
  display: none;
}
.slick-dots li {
  margin: 0 4px;
  line-height: 12px;
}
.slick-dots li.slick-active button {
  border-color: #F7941D;
  background-color: transparent;
  width: 24px;
}
.slick-dots button {
  text-indent: -9999px;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #161616;
  border: 2px solid #161616;
  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;
  background-color: #000;
  color: #F7941D;
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 0.7rem;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
}
.slick-arrow + .slick-arrow {
  margin-left: 10px;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  opacity: 0.7;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .pattern-bg > div {
    width: 98%;
    min-width: 98%;
  }
}
@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;
  }
  .pattern-bg {
    overflow: hidden;
  }
  .pattern-bg > div {
    width: unset;
    min-width: unset;
  }
  .pattern-bg img {
    height: 250px;
    width: auto;
    max-width: unset;
  }
}
.art-ratio-1x1 {
  aspect-ratio: 1/1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(247, 148, 29, 0.25);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(247, 148, 29, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker table td a {
  border: 0 !important;
}
.ui-datepicker table td a.ui-state-active {
  background-color: #F7941D !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: rgb(192.6794871795, 108.2756410256, 6.8205128205);
}

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

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

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

.gform_button {
  border-color: #F7941D !important;
}

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

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

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

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

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

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

.white-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.white-form textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.white-form select {
  background-color: rgba(255, 255, 255, 0.1);
  color: transparent;
}
.white-form .gfield {
  position: relative;
}
.white-form .gfield.input--filled select {
  color: #fff;
}
.white-form .ginput_complex select {
  color: #fff !important;
}
.white-form .gfield_label,
.white-form label, .white-form .label {
  color: #fff !important;
}

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

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

.search-form {
  position: relative;
}

#search_form .search-field {
  width: 100%;
  padding-right: 40px !important;
  color: #fff;
  background-color: #161616 !important;
  -webkit-appearance: none;
  height: 65px !important;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-size: 0.8rem;
  padding: 22px 0;
  border: 0 !important;
  color: #F7941D !important;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: rgb(192.6794871795, 108.2756410256, 6.8205128205) !important;
}

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

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

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

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

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

.widget select {
  width: 100%;
  height: 65px !important;
  color: #fff;
  background-color: #161616 !important;
  font-size: 0.9rem !important;
}

/*---------------------------*/
/*--- ## Paged Pagination ---*/
/*---------------------------*/
.paging-navigation {
  text-align: center;
}
.paging-navigation .pagination, .paging-navigation > div {
  font-size: 0;
  justify-content: center;
}
.paging-navigation .pagination:empty, .paging-navigation > div:empty {
  display: none;
}

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

.black-bg .page-numbers {
  color: #fff;
}
.black-bg .page-numbers:hover, .black-bg .page-numbers:focus, .black-bg .page-numbers:active {
  color: #F7941D;
}

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

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

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

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

#login {
  width: 450px;
  padding: 35px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #000;
}
#login h1 a {
  width: 350px;
  background-size: 350px;
  height: 75px;
  margin-bottom: 0;
}
#login p {
  text-align: left;
}
#login form {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 45px 0 15px;
}
#login form label {
  color: #fff !important;
  font-size: 0.9rem;
}
#login form input:not([type=submit]) {
  background-color: #161616 !important;
  color: #fff !important;
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
}
#login .button-primary:hover, #login .button-primary:focus, #login .button-primary:active {
  background-color: #F7941D !important;
}

#rememberme {
  background-color: transparent;
  border: 2px solid #F7941D !important;
  border: 0;
  box-shadow: none;
  transform: scale(1.3);
  margin-left: 2px;
}

#nav,
#backtoblog {
  margin: 0 !important;
  display: inline-block;
  padding: 0 !important;
  font-size: 18px;
}
#nav a,
#backtoblog a {
  color: #fff !important;
  font-size: 18px;
}
#nav a:hover, #nav a:focus, #nav a:active,
#backtoblog a:hover,
#backtoblog a:focus,
#backtoblog a:active {
  color: #F7941D !important;
}

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

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

.nav-modal .modal-dialog {
  max-width: 100%;
  margin: 0 !important;
}

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

.nav-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 0 30px 45px;
  overflow: hidden;
}
.nav-brand img {
  height: 600px;
  width: auto;
  max-width: unset;
}

.nav-top {
  padding: 15px 60px 12px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.nav-top a {
  color: #fff;
}
.nav-top a:hover, .nav-top a:focus, .nav-top a:active {
  color: #F7941D;
}

.nav-header {
  padding: 12px 60px;
}
.nav-header .btn-close {
  position: static;
  width: 50px;
  height: 50px;
}
.nav-header .cta-trigger {
  background-color: #F7941D;
  border-color: #F7941D;
}

.nav-logo img {
  height: 70px;
  width: auto;
  transition: all 0.2s;
}

.nav-ctas-wrap {
  padding-left: 100px;
}

.nav-content-wrap {
  padding: 45px 60px 30px 145px;
}

.nav-cta + .nav-cta {
  margin-top: 50px;
}
.nav-cta a {
  color: #fff;
  font-weight: normal;
}
.nav-cta a:hover .arrow-link, .nav-cta a:focus .arrow-link, .nav-cta a:active .arrow-link {
  color: #F7941D;
}

.nav-cta-inner {
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 15px;
}

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

.nav-cta-content {
  position: relative;
  z-index: 1;
}
.nav-cta-content .tiny {
  line-height: 1.25;
}
.nav-cta-content .arrow-link {
  transition: all 0.4s;
}

.nav-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F7941D;
  color: #fff;
  border-radius: 100%;
  margin-right: 8px;
  width: 35px;
  height: 35px;
}
.nav-social a:hover, .nav-social a:focus, .nav-social a:active {
  background-color: #F7941D;
  color: #fff;
}

.primary-nav {
  padding: 0;
}

.main-menu {
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.main-menu > li {
  width: 50%;
  min-width: 50%;
  text-align: left !important;
  margin-bottom: 30px;
  padding-right: 30px;
}
.main-menu > li > a {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0 !important;
  background-color: transparent !important;
  outline: none !important;
  transition: all 0.5s ease-out;
  white-space: break-spaces;
  line-height: 1.2;
}
.main-menu > li > a.dropdown-toggle {
  pointer-events: none;
  color: #fff !important;
}
.main-menu > li > a.dropdown-toggle:after {
  display: none;
}
.main-menu > li > a:not(.dropdown-toggle):after {
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg) translateY(-1px);
  margin-left: 8px;
  display: inline-block;
  transition: all 0.5s ease-out;
}
.main-menu > li:focus > a, .main-menu > li:hover > a, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent:focus > a, .main-menu > .current-menu-parent:hover > a, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item:focus > a, .main-menu > .current-menu-item:hover > a, .main-menu > li > a:focus, .main-menu > li > a:hover, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent > a:focus, .main-menu > .current-menu-parent > a:hover, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item > a:focus, .main-menu > .current-menu-item > a:hover {
  color: rgb(192.6794871795, 108.2756410256, 6.8205128205);
  background-color: transparent;
}
.main-menu > li:focus > a:after, .main-menu > li:hover > a:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent:focus > a:after, .main-menu > .current-menu-parent:hover > a:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item:focus > a:after, .main-menu > .current-menu-item:hover > a:after, .main-menu > li > a:focus:after, .main-menu > li > a:hover:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent > a:focus:after, .main-menu > .current-menu-parent > a:hover:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item > a:focus:after, .main-menu > .current-menu-item > a:hover:after {
  border-color: #F7941D;
}

/* Secondary Nav */
.main-menu .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  border: 0;
  padding-bottom: 15px;
  box-shadow: none;
  display: block !important;
  position: static;
  background-color: transparent;
  padding-top: 8px;
}
.main-menu .dropdown-menu li {
  text-align: left !important;
}
.main-menu .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 0.75rem;
  font-weight: normal;
  background-color: transparent !important;
  padding: 3px 22px 3px 0;
  transition: all 0.4s;
  white-space: break-spaces;
  line-height: 1.2;
}
.main-menu .dropdown-menu .dropdown-item img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-2px);
  opacity: 0;
  transition: all 0.4s;
}
.main-menu .dropdown-menu .current-menu-item .dropdown-item,
.main-menu .dropdown-menu .dropdown-item:hover,
.main-menu .dropdown-menu .dropdown-item:active,
.main-menu .dropdown-menu .dropdown-item:focus {
  color: #F7941D;
  background-color: transparent;
  padding: 3px 0 3px 22px;
}
.main-menu .dropdown-menu .current-menu-item .dropdown-item img,
.main-menu .dropdown-menu .dropdown-item:hover img,
.main-menu .dropdown-menu .dropdown-item:active img,
.main-menu .dropdown-menu .dropdown-item:focus img {
  transform: translateX(0);
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .nav-brand img {
    height: 500px;
  }
  .nav-top,
  .nav-header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .nav-content-wrap {
    padding-right: 40px;
    padding-left: 100px;
  }
  .nav-ctas-wrap {
    padding-left: 15px;
  }
  .main-menu > li > a {
    font-size: 1.3rem;
  }
}
@media (max-width: 1399px) {
  .nav-brand {
    padding: 0 0 20px 20px;
  }
  .nav-brand img {
    height: 450px;
  }
  .nav-content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .nav-top,
  .nav-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-content-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .nav-brand {
    padding-left: 10px;
  }
  .nav-top,
  .nav-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-content-wrap {
    padding-left: 40px;
    padding-right: 25px;
  }
  .nav-half {
    padding: 0;
  }
  .main-menu > li {
    padding-right: 15px;
  }
  .dropdown-item {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .nav-brand img {
    height: 250px;
  }
  .nav-top {
    font-size: 0.65rem;
  }
  .nav-content-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
  .main-menu > li {
    width: 100%;
    min-width: 100%;
    margin-bottom: 25px;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: transparent;
  transition: opacity 0.5s linear 0.3s, background-color 0.2s ease-out;
}
#masthead.header-scroll {
  background-color: #161616;
}

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

.site-header-top,
.site-header-inner {
  padding: 0 60px;
}

.site-header-top {
  padding-top: 15px;
  padding-bottom: 12px;
  transition: all 0.2s;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.site-header-top a {
  color: #fff;
}
.site-header-top a:hover, .site-header-top a:focus, .site-header-top a:active {
  color: #F7941D;
}

.site-header-inner {
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all 0.2s;
}

.cta-trigger {
  min-width: unset;
  transition: all 0.2s;
}

.navbar-toggler {
  width: 50px;
  height: 50px;
  background: #000;
  border: 1px solid transparent;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 9px 7px;
  border-radius: 0;
  box-shadow: none !important;
  transition: all 0.2s;
}
.navbar-toggler span.xtiny {
  line-height: 1;
}
.navbar-toggler:hover .menu-bar:nth-child(2), .navbar-toggler:hover .menu-bar:nth-child(4), .navbar-toggler:focus .menu-bar:nth-child(2), .navbar-toggler:focus .menu-bar:nth-child(4), .navbar-toggler:active .menu-bar:nth-child(2), .navbar-toggler:active .menu-bar:nth-child(4) {
  width: 50%;
}

.menu-bar {
  display: block;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  transition: all 0.3s ease-out;
}

.header-scroll .header-logo img {
  height: 50px;
}
.header-scroll .site-header-top {
  padding-top: 10px;
  padding-bottom: 8px;
}
.header-scroll .cta-trigger {
  border-color: #F7941D;
  background-color: #F7941D;
}
.header-scroll .navbar-toggler {
  border-color: #fff;
}

body:not(.home):not(.page-template-leadpage) .cta-trigger {
  border-color: #F7941D;
  background-color: #F7941D;
}
body:not(.home):not(.page-template-leadpage) .navbar-toggler {
  border-color: #fff;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .site-header-top,
  .site-header-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .site-header-top,
  .site-header-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .site-header-top,
  .site-header-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .site-header-top {
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 0.65rem;
  }
  .site-header-inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header-logo img {
    height: 45px;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}
.cta-modal .btn-close {
  top: 7px;
  right: 12px;
}

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

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

.cta-modal-top {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 100px 12px 60px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cta-modal-top a {
  color: #fff;
}
.cta-modal-top a:hover, .cta-modal-top a:focus, .cta-modal-top a:active {
  color: #F7941D;
}

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

.cta-modal-brand {
  margin: 0 auto 15px;
}
.cta-modal-brand img {
  width: 55px;
  height: auto;
}

.cta-modal-content {
  padding: 85px 60px 45px;
}
.cta-modal-content > div {
  max-width: 550px;
}
.cta-modal-content .gform_button {
  width: 100%;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .cta-modal-top {
    padding-left: 40px;
    padding-right: 80px;
  }
}
@media (max-width: 1199px) {
  .cta-modal-top {
    padding-left: 20px;
    padding-right: 65px;
  }
}
@media (max-width: 991px) {
  .mobile-cta-link {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    overflow: hidden;
  }
  .mobile-cta-link a {
    background-color: #F7941D;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 35px;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
  }
  .mobile-cta-link.hide-cta {
    z-index: -100;
    opacity: 0;
    transition: opacity 0.25s, z-index 0s linear 0.25s;
  }
  .cta-modal-top {
    padding-left: 15px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .cta-modal-top {
    font-size: 0.65rem;
    padding-right: 15px;
  }
  .cta-modal-content {
    padding: 75px 20px 45px;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 950px;
}

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

.hp-modal-content {
  padding: 60px 45px 35px;
  position: relative;
  z-index: 1;
}

.hp-modal-brand {
  position: absolute;
  z-index: -1;
  bottom: 15px;
  right: 0;
  overflow: hidden;
}
.hp-modal-brand img {
  height: 175px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
  .hp-modal-content {
    padding: 60px 30px 35px;
  }
  .hp-modal-brand img {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .hp-modal-content {
    padding: 60px 20px 35px;
  }
  .hp-modal-brand {
    right: unset;
    left: 10px;
  }
}
#colophon {
  padding-top: 80px;
}

.footer-content-wrap {
  margin-bottom: 80px;
}
.footer-content-wrap hr {
  background-color: #F7941D;
  opacity: 1;
  margin: 30px 0;
}
.footer-content-wrap a {
  color: #fff;
  font-weight: 500;
}
.footer-content-wrap a:hover, .footer-content-wrap a:focus, .footer-content-wrap a:active {
  color: #F7941D;
}

.footer-content {
  padding-right: 70px;
}

.footer-brand {
  margin-bottom: 15px;
}
.footer-brand img {
  width: 100px;
  height: auto;
}

.footer-social {
  margin-top: 15px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F7941D;
  border-radius: 100%;
  margin-right: 8px;
  width: 35px;
  height: 35px;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  background-color: #F7941D;
  color: #fff;
}

.footer-brokerage {
  margin-top: 30px;
}
.footer-brokerage img {
  height: 90px;
  width: auto;
}

.footer-form .white-form,
.footer-form .gform_wrapper {
  height: 100%;
}
.footer-form form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-form .gform_body {
  flex-grow: 1;
}
.footer-form .gform_fields {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
.footer-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.footer-form select {
  height: 70px;
}
.footer-form .gfield_label {
  top: 24px;
}
.footer-form .gfield--type-textarea {
  flex-grow: 1;
}
.footer-form .gfield--type-textarea .ginput_container {
  height: 100%;
}
.footer-form .gfield--type-textarea textarea {
  height: 100% !important;
  min-height: 115px;
}
.footer-form .gform_button {
  width: 100%;
}

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

.site-info {
  padding: 15px;
}
.site-info a {
  color: #fff;
  font-weight: normal;
}
.site-info a:hover, .site-info a:focus, .site-info a:active {
  color: #F7941D;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .footer-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  #colophon {
    padding-top: 50px;
    text-align: center;
  }
  .footer-content-wrap {
    margin-bottom: 50px;
  }
  .footer-content-wrap h2 {
    justify-content: center;
  }
  .footer-content-wrap .small {
    font-size: 0.75rem;
  }
  .footer-social a {
    margin: 0 5px;
  }
  .footer-form form {
    display: block;
  }
  .footer-form .gfield--type-textarea textarea {
    height: 145px !important;
  }
}
@media (max-width: 767px) {
  .fig-img:nth-child(n+4) {
    display: none;
  }
  .footer-legal {
    display: block;
  }
  .footer-legal li:first-of-type {
    border-left: 0;
  }
  .footer-legal li:last-of-type {
    border-right: 0;
  }
}
.media-wrap > div {
  height: 100%;
}
.media-wrap .bg-slider,
.media-wrap .img-slider {
  height: 100% !important;
}
.media-wrap .bg-slider .slick-track,
.media-wrap .bg-slider .slick-list,
.media-wrap .bg-slider .slick-slide,
.media-wrap .img-slider .slick-track,
.media-wrap .img-slider .slick-list,
.media-wrap .img-slider .slick-slide {
  height: 100% !important;
}
.media-wrap .comp-video {
  position: relative;
}
.media-wrap .video-wrap {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-wrap .video-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-slider-arrows {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.list-box-wrap {
  margin-bottom: 50px;
}
.list-box-wrap.list-box-slide {
  padding: 0 15px;
  margin-bottom: 35px;
}
.list-box-wrap a {
  color: #000;
  font-weight: normal;
}
.list-box-wrap a:hover .list-box-img img, .list-box-wrap a:focus .list-box-img img, .list-box-wrap a:active .list-box-img img {
  transform: scale(1.1);
  transition: all 4s ease-out;
}
.list-box-wrap a:hover .list-box-info h3, .list-box-wrap a:focus .list-box-info h3, .list-box-wrap a:active .list-box-info h3 {
  color: #F7941D;
}

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

.list-status-price {
  padding: 8px 12px;
  width: fit-content;
  min-width: 185px;
  line-height: 1;
  position: absolute;
  top: 8px;
  left: 10px;
}

.list-box-meta {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.list-box-info h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease-out;
}
.list-box-info h3 svg {
  margin-left: 15px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .list-slider {
    margin: 0 -15px;
  }
  .list-box-meta {
    font-size: 0.55rem;
    letter-spacing: 0.025rem;
  }
}
.blog-box-wrap {
  margin-bottom: 50px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 15px;
  margin-bottom: 35px;
}
.blog-box-wrap a {
  font-weight: normal;
  color: #000;
}
.blog-box-wrap a:hover .blog-box-img .object-cover, .blog-box-wrap a:focus .blog-box-img .object-cover, .blog-box-wrap a:active .blog-box-img .object-cover {
  transform: scale(1.1);
  transition: all 4s ease-out;
}
.blog-box-wrap a:hover .blog-box-info h3, .blog-box-wrap a:focus .blog-box-info h3, .blog-box-wrap a:active .blog-box-info h3 {
  color: #F7941D;
}

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

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

.blog-box-info h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease-out;
}
.blog-box-info h3 svg {
  margin-left: 15px;
}

.blog-box-meta {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed-slider {
    margin: 0 -15px;
  }
}
.img-header {
  padding-top: 210px;
  padding-bottom: 90px;
}
.img-header .page-header {
  padding: 25px 90px 15px 15px;
}
.img-header .page-header blockquote {
  margin-top: 50px;
  margin-bottom: 0;
}

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

.header-pattern {
  z-index: 1;
  padding-top: 160px;
}

.header-media {
  position: relative;
  min-height: 600px;
}
.header-media .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}

.text-header {
  padding-top: 210px;
  padding-bottom: 45px;
  overflow: hidden;
}
.text-header .container {
  position: relative;
  z-index: 1;
}
.text-header .container a:not(.btn) {
  font-weight: 600;
  text-decoration: underline;
}
.text-header .container a:not(.btn):hover, .text-header .container a:not(.btn):focus, .text-header .container a:not(.btn):active {
  text-decoration: none;
}

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

/** # Responsive **/
@media (max-width: 1399px) {
  .img-header .page-header {
    padding-right: 75px;
  }
}
@media (max-width: 1199px) {
  .img-header .page-header {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .img-header {
    padding-top: 180px;
    padding-bottom: 50px;
  }
  .img-header .page-header {
    padding: 0 15px;
    margin-bottom: 35px;
  }
  .header-media {
    min-height: unset;
    aspect-ratio: 4/3;
  }
  .text-header {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .img-header {
    padding-top: 140px;
    padding-bottom: 35px;
  }
  .text-header {
    padding-top: 140px;
  }
  .header-pattern {
    padding-top: 125px;
  }
}
.sidebar {
  padding: 20px;
  position: sticky;
  text-align: center;
}
.sidebar h3 {
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  color: #F7941D;
  margin-bottom: 3px;
  font-weight: 500;
}
.sidebar .gform_button {
  width: 100%;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .sidebar-contact span {
    display: block;
  }
  .sidebar-contact .delim {
    display: none;
  }
}
.lead-wrap {
  padding: 250px 0 90px;
  min-height: 100vh;
}

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

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

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

#colophon.lead-footer {
  padding-top: 50px;
}

.lead-footer-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px 50px;
}

.footer-col {
  padding: 0 15px;
}
.footer-col a {
  color: #fff;
  font-weight: normal;
}
.footer-col p a:hover, .footer-col p a:focus, .footer-col p a:active {
  color: #F7941D;
}

.lead-footer-brand img {
  width: 98px;
  height: auto;
}

.lead-footer-brokerage img {
  height: 90px;
  width: auto;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .lead-footer-wrap {
    flex-wrap: wrap;
  }
  .footer-col {
    width: 50%;
    min-width: 50%;
    text-align: center;
  }
  .lead-footer-brand,
  .footer-contact {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .lead-wrap {
    padding: 180px 0 60px;
  }
  .lead-footer-wrap {
    font-size: 0.75rem;
  }
  .lead-form-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding: 120px 0 50px;
  }
  .footer-col {
    width: 100%;
    min-width: 100%;
  }
  .footer-address {
    margin-bottom: 30px;
  }
}
.blog-header {
  padding-bottom: 60px;
}

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

/** # Responsive **/
@media (max-width: 767px) {
  .blog-header {
    padding-bottom: 40px;
  }
}
.page-template-testimonialspage .text-header {
  overflow: unset;
}

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

.t-box-wrap {
  margin-bottom: 50px;
}
.t-box-wrap a {
  font-weight: normal;
  display: block;
  height: 100%;
}
.t-box-wrap a:hover .t-more, .t-box-wrap a:focus .t-more, .t-box-wrap a:active .t-more {
  color: #F7941D;
}

.t-box-inner {
  position: relative;
  z-index: 1;
  padding: 35px 50px 120px;
  height: 100%;
}

.t-box-pattern {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 15px;
  z-index: -1;
}
.t-box-pattern div {
  align-self: flex-end;
}
.t-box-pattern div img {
  max-height: 225px;
  width: auto;
  margin: 0 auto;
}

.t-box-brand {
  width: 70px;
  margin: 0 auto 60px;
}

.t-box-excerpt {
  line-height: 1.65;
}

.t-box-name {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

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

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

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

/** # Responsive **/
@media (max-width: 991px) {
  .t-box-inner {
    padding: 50px 40px 100px;
  }
  .t-box-brand {
    margin-bottom: 40px;
  }
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .t-box-inner {
    padding: 35px 20px 80px;
  }
  .t-box-excerpt {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .t-box-name {
    padding: 15px;
  }
  .t-box-pattern {
    overflow: hidden;
    left: 10px;
    right: 0;
  }
  .t-box-pattern div img {
    max-height: unset;
    height: 175px;
    max-width: unset;
  }
  .t-modal-wrap {
    padding: 50px 20px 30px;
  }
}
.listings-header {
  padding-bottom: 60px;
}

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

/** # Responsive **/
@media (max-width: 767px) {
  .listings-header {
    padding-bottom: 40px;
  }
}
.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: 12px;
  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: 15px;
  padding-left: 25px;
  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 -15px;
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #000;
  position: relative;
  top: -3px;
  left: -10px;
}

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

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

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

/** # Responsive **/
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .page-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .entry-content > h1, .entry-content > .h1 {
    font-size: 2rem;
  }
  .entry-content > h2, .entry-content > .h2 {
    font-size: 1.8rem;
  }
  .entry-content > h3, .entry-content > .h3 {
    font-size: 1.5rem;
  }
  .entry-content > h4, .entry-content > .h4 {
    font-size: 1.2rem;
  }
}
.cta-section {
  padding: 80px 0;
  min-height: 75vh;
}
.cta-section .container {
  position: relative;
}
.cta-section h2.animate {
  font-size: 3.8rem;
}

.cta-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.cta-img:before {
  background-color: #000;
  opacity: 0.5;
}

/** # Responsive **/
@media (max-width: 991px) {
  .cta-section {
    min-height: 500px;
  }
  .cta-section h2.animate {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .cta-section {
    min-height: unset;
    padding: 50px 0;
  }
  .cta-section h2.animate {
    font-size: 2.2rem;
  }
  .cta-img:before {
    opacity: 0.65;
  }
}
.list-top-wrap {
  padding: 200px 0 30px;
}
.list-top-wrap .container {
  position: relative;
  z-index: 1;
}

.list-img-wrap {
  padding: 0 22px;
  margin: 0 -22px;
}
.list-img-wrap .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 1;
}
.list-img-wrap .slick-arrow.slick-prev {
  left: -22px;
}
.list-img-wrap .slick-arrow.slick-next {
  right: -22px;
}

.list-quick-links {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 15px 15px 12px;
  color: #fff;
}
.list-quick-links > span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 7px 0 8px;
}
.list-quick-links a {
  color: #fff;
  font-weight: normal;
}
.list-quick-links a:hover, .list-quick-links a:focus, .list-quick-links a:active {
  color: #F7941D;
}

.details-wrap {
  margin-top: 60px;
}

.list-detail {
  margin-bottom: 35px;
}
.list-detail .xtiny {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 8px;
  padding-bottom: 8px;
}

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

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

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

.list-agent {
  position: relative;
  margin-bottom: 35px;
}
.list-agent h3 {
  font-size: 1.5rem;
}

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

.list-agent-info a {
  color: #000;
  font-weight: normal;
}
.list-agent-info a:hover, .list-agent-info a:focus, .list-agent-info a:active {
  color: rgb(192.6794871795, 108.2756410256, 6.8205128205);
}

.list-tour {
  padding: 60px 0 80px;
}

.list-video lite-youtube .lyt-playbtn svg,
.list-video lite-youtube .ltv-playbtn svg,
.list-video lite-vimeo .lyt-playbtn svg,
.list-video lite-vimeo .ltv-playbtn svg {
  width: 150px;
}
.list-video + .list-video, .list-video + .list-virtual {
  margin-top: 45px;
}

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

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

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

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

.listing-feed {
  padding-top: 60px;
  padding-bottom: 60px;
}
.listing-feed.related-listings {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 70px;
  margin-bottom: 60px;
}

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

.cs-breakdown {
  margin-bottom: 15px;
}

.bd-stat {
  margin-bottom: 35px;
}
.bd-stat .xtiny {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  padding-bottom: 8px;
}

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

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

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

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

.story-step:nth-child(even) {
  margin-top: 80px;
  padding-left: 60px;
}
.story-step:nth-child(odd) {
  padding-right: 60px;
}
.story-step > div {
  padding: 30px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .list-agent-img {
    width: 90px;
    min-width: 90px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .list-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .list-agent {
    display: flex;
    justify-content: center;
  }
  .list-agent h3 {
    font-size: 1.25rem;
  }
  .list-tour {
    padding: 50px 0 60px;
  }
  .list-content-blocks {
    padding: 60px 0;
  }
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
  .story-step:nth-child(even) {
    padding-left: 40px;
  }
  .story-step:nth-child(odd) {
    padding-right: 40px;
  }
  .story-step > div {
    padding: 30px 20px;
  }
  .list-gallery-wrap {
    margin-top: 50px;
  }
  .listing-feed {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .list-top-wrap {
    padding-top: 140px;
    padding-bottom: 15px;
  }
  .list-img-wrap {
    padding: 0;
    margin: 0;
  }
  .hilites-arrows {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
  }
  .hilites-arrows .slick-arrow {
    position: static;
  }
  .list-quick-links {
    position: static;
    background-color: transparent;
    padding: 0 0 15px;
    margin-top: 25px;
    border-bottom: 1px solid #F7941D;
  }
  .list-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .open-house span {
    display: block;
  }
  .open-house .delim {
    display: none;
  }
  .hq-ah--data-container {
    flex-direction: column !important;
  }
  .hq-ah--data-container > div {
    width: 100% !important;
  }
  .list-agent {
    text-align: center;
  }
  .list-agent-img {
    width: 120px;
    min-width: 120px;
    margin: 0 auto 15px;
  }
  .list-tour {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .list-video lite-youtube .lyt-playbtn svg,
  .list-video lite-youtube .ltv-playbtn svg,
  .list-video lite-vimeo .lyt-playbtn svg,
  .list-video lite-vimeo .ltv-playbtn svg {
    width: 90px;
  }
  .list-video + .list-video, .list-video + .list-virtual {
    margin-top: 40px;
  }
  .list-content-blocks {
    padding: 50px 0;
  }
  .list-content-blocks .container > div + div {
    margin-top: 30px;
  }
  .cs-story-wrap {
    margin: 50px 0;
  }
  .cs-story-steps {
    margin-top: 0;
  }
  .story-step {
    padding: 0 15px !important;
    margin-top: 30px !important;
  }
  .list-gallery-wrap {
    margin-top: 45px;
  }
  .listing-feed {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .listing-feed.related-listings {
    margin-top: 45px;
    margin-bottom: 50px;
  }
}
.post-top-wrap {
  padding-top: 200px;
  padding-bottom: 80px;
  overflow: hidden;
}
.post-top-wrap .container {
  position: relative;
  z-index: 1;
}

.post-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F7941D;
  border-radius: 100%;
  margin-right: 8px;
  width: 25px;
  height: 25px;
  font-size: 0.65rem;
  color: #fff;
}
.post-share a:hover, .post-share a:focus, .post-share a:active {
  background-color: #F7941D;
  color: #fff;
}

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

.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(0, 0, 0, 0.6);
}
.blog-cta a {
  color: #fff;
  min-height: 400px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

/** # Responsive **/
@media (max-width: 767px) {
  .post-top-wrap {
    padding-top: 140px;
    padding-bottom: 45px;
  }
  .post-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.bio-top-wrap {
  padding-top: 200px;
  padding-bottom: 60px;
}

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

.bio-header {
  padding-right: 60px;
}
.bio-header a {
  color: #fff;
  font-weight: normal;
}
.bio-header a:hover, .bio-header a:focus, .bio-header a:active {
  color: #F7941D;
}

.bio-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F7941D;
  border-radius: 100%;
  margin-right: 8px;
  width: 35px;
  height: 35px;
}
.bio-social a:hover, .bio-social a:focus, .bio-social a:active {
  background-color: #F7941D;
  color: #fff;
}

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

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

/** # Responsive **/
@media (max-width: 1399px) {
  .bio-header {
    padding-right: 45px;
  }
  .bio-featured {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .bio-header {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .bio-wrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .bio-top-wrap {
    padding-top: 140px;
    padding-bottom: 45px;
  }
  .bio-header {
    margin-bottom: 35px;
  }
  .bio-wrap {
    margin: 50px -15px;
  }
}
.blog-toggle {
  margin: 0 0 45px;
}

.toggle-btn {
  background-color: transparent;
  border: 0;
  padding: 0 0 5px;
  border-bottom: 2px solid #F7941D;
  outline: none !important;
  text-align: left;
  color: #000 !important;
}
.toggle-btn:hover .toggle-arrow, .toggle-btn:focus .toggle-arrow, .toggle-btn:active .toggle-arrow, .toggle-btn:not(.collapsed) .toggle-arrow {
  transform: rotate(90deg);
}

.toggle-arrow {
  transition: all 0.4s ease-out;
  display: inline-flex;
}

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

.page-template-thankspage #colophon,
.error404 #colophon {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

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

/** # Responsive **/
@media (max-width: 767px) {
  lite-youtube .lyt-playbtn svg,
  lite-youtube .ltv-playbtn svg,
  lite-vimeo .lyt-playbtn svg,
  lite-vimeo .ltv-playbtn svg {
    width: 75px;
  }
}
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: 100vh;
  padding-top: 200px;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hero-media:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 250px);
  z-index: 1;
}
.hero-media:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}

.section-change-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  opacity: 0;
  transition: all 0.5s ease-out;
}

.section-default-img {
  opacity: 1;
  transition: all 0.5s;
}

.hero-links {
  border-top: 1px solid #fff;
  margin-top: 30px;
}

.hero-link a {
  width: 100%;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  text-align: center;
}
.hero-link + .hero-link {
  border-left: 1px solid #fff;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .homepage-hero {
    padding-top: 175px;
  }
  .section-default-img {
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    min-height: unset;
  }
  .hero-media:before {
    display: none;
  }
  .hero-media:after {
    background: none;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .hero-link {
    width: 100%;
    min-width: 100%;
  }
  .hero-link + .hero-link {
    border-left: 0;
    border-top: 1px solid #fff;
  }
  .hero-link a {
    height: 60px;
  }
}
.homepage-listings {
  margin-top: 50px;
  margin-bottom: 90px;
}

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

.hp-featured-listing {
  margin-bottom: 70px;
}
.hp-featured-listing a {
  color: #fff;
  font-weight: normal;
}
.hp-featured-listing a:hover .hpfeatured-more, .hp-featured-listing a:focus .hpfeatured-more, .hp-featured-listing a:active .hpfeatured-more {
  color: #F7941D;
}
.hp-featured-listing a:hover .hpfeatured-img img, .hp-featured-listing a:focus .hpfeatured-img img, .hp-featured-listing a:active .hpfeatured-img img {
  transform: scale(1.1);
  transition: all 4s ease-out;
}

.hpfeatured-inner {
  background-color: #000;
}

.hpfeatured-img {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.hpfeatured-img img {
  transition: all 0.75s ease-out;
}

.hpfeatured-img-inner {
  aspect-ratio: 16/11;
}

.featured-flag {
  position: absolute;
  top: 40px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 240px;
  padding: 13px 15px 10px;
}

.hpfeatured-info {
  padding: 35px 45px 80px;
  position: relative;
}
.hpfeatured-info .list-status-price {
  position: static;
  margin-bottom: 20px;
}
.hpfeatured-info h3 {
  font-size: 1.2rem;
}

.hpfeatured-meta {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.hpfeatured-more {
  position: absolute;
  bottom: 35px;
  left: 45px;
  transition: all 0.4s;
}

.hp-list-tabs {
  display: flex;
  justify-content: center;
  border: 0;
  width: fit-content;
  margin: 0 auto 50px;
  border: 1px solid #000;
}
.hp-list-tabs li {
  width: 270px;
}
.hp-list-tabs .nav-link {
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0;
  padding-top: 2px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-align: center;
  width: 100%;
  border-radius: unset;
  border: 0 !important;
  color: #000;
  background-color: #fff;
  margin: 0;
}
.hp-list-tabs .nav-link:hover, .hp-list-tabs .nav-link:focus, .hp-list-tabs .nav-link:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.hp-list-tabs .nav-link.active {
  background-color: #000 !important;
  color: #fff;
  cursor: default;
}

.hp-list-slider {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.hp-list-slider.open, .hp-list-slider.animated {
  opacity: 1;
}

.hp-list-link {
  margin-top: 35px;
}
.hp-list-link a {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid #F7941D;
  padding-bottom: 2px;
}
.hp-list-link a:hover, .hp-list-link a:focus, .hp-list-link a:active {
  color: #F7941D;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hpfeatured-img-inner {
    aspect-ratio: 4/3;
  }
  .featured-flag {
    top: 30px;
  }
  .hpfeatured-info {
    padding: 35px 20px 70px;
  }
  .hpfeatured-meta {
    margin-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .hpfeatured-more {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .hpfeatured-img-inner {
    aspect-ratio: 7/5;
  }
  .hp-list-slider {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .homepage-listings {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .hp-listings-header {
    margin-bottom: 35px;
  }
  .hp-featured-listing {
    margin-bottom: 50px;
  }
  .featured-flag {
    top: 12px;
    width: unset;
    padding: 6px 15px 4px;
  }
  .hp-list-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
  .hp-list-tabs li {
    width: 100%;
  }
}
.homepage-testimonials {
  padding-top: 60px;
  padding-bottom: 80px;
}
.homepage-testimonials .section-links {
  padding: 0 15px;
}

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

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

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

.hpt-slide-inner {
  position: relative;
  z-index: 1;
  padding: 50px 60px 120px;
}

.hpt-pattern {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 15px;
  z-index: -1;
}
.hpt-pattern div {
  align-self: flex-end;
}
.hpt-pattern div img {
  max-height: 225px;
  width: auto;
  margin: 0 auto;
}

.hpt-brand {
  width: 70px;
  margin: 0 auto 60px;
}

.hpt-excerpt {
  line-height: 1.9;
}

.hpt-name {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hpt-slider .slick-arrow.slick-prev {
    left: calc(20% - 22px);
  }
  .hpt-slider .slick-arrow.slick-next {
    right: calc(20% - 22px);
  }
}
@media (max-width: 1199px) {
  .hpt-slider .slick-arrow.slick-prev {
    left: calc(10% - 22px);
  }
  .hpt-slider .slick-arrow.slick-next {
    right: calc(10% - 22px);
  }
}
@media (max-width: 991px) {
  .hpt-slider .slick-arrow.slick-prev {
    left: calc(5% - 22px);
  }
  .hpt-slider .slick-arrow.slick-next {
    right: calc(5% - 22px);
  }
  .hpt-slide-inner {
    padding: 50px 40px 100px;
  }
  .hpt-brand {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .homepage-testimonials {
    padding: 45px 0 50px;
  }
  .hpt-header {
    margin-bottom: 35px;
  }
  .hpt-slide {
    padding: 0 15px;
  }
  .hpt-slide-inner {
    padding: 35px 20px 80px;
  }
  .hpt-excerpt {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .hpt-name {
    padding: 15px;
  }
  .hpt-pattern {
    overflow: hidden;
    left: 10px;
    right: 0;
  }
  .hpt-pattern div img {
    max-height: unset;
    height: 175px;
    max-width: unset;
  }
}
.homepage-blog {
  margin-top: 80px;
  margin-bottom: 25px;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-blog {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .homepage-blog .section-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .homepage-blog .section-links .btn {
    margin: 0 10px;
  }
  .hp-blog-header {
    margin-bottom: 20px;
  }
  .hp-blog-header h2 {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .homepage-blog {
    margin-top: 45px;
  }
  .homepage-blog .section-links {
    display: block;
  }
  .homepage-blog .section-links .btn {
    margin: 0;
  }
}
.freeform-content {
  margin: 50px 0;
}

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

.overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.overlay-media:before {
  background-color: #000;
  opacity: 0.5;
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-on-media {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    min-height: unset;
    padding: 50px 0;
  }
  .overlay-media:before {
    opacity: 0.65;
  }
}
.copy-and-media {
  padding: 80px 0;
}
.copy-and-media.white-bg {
  padding: 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-right .cm-inner {
  padding-right: 30px;
}
.copy-and-media.media-left .cm-inner {
  padding-left: 30px;
}
.copy-and-media.media-fit .cm-media {
  position: relative;
}
.copy-and-media.media-fit .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.copy-and-media.media-fit .cm-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.copy-and-media.media-square .media-wrap {
  aspect-ratio: 1/1;
}
.copy-and-media.media-portrait .media-wrap {
  aspect-ratio: 2.5/3;
}
.copy-and-media.media-landscape .media-wrap {
  aspect-ratio: 7/5;
}

.cm-inner 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;
}
.cm-inner 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: 20px;
  padding-left: 23px;
}
.cm-inner 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 -23px;
  width: 13px;
  height: 13px;
  background-color: #F7941D;
  top: 1px;
  left: 0px;
}

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

.clm-inner {
  margin-top: -20px;
  margin-bottom: 45px;
}

.clm-media {
  margin: 0 -22px;
}
.clm-media lite-youtube .lyt-playbtn svg,
.clm-media lite-youtube .ltv-playbtn svg,
.clm-media lite-vimeo .lyt-playbtn svg,
.clm-media lite-vimeo .ltv-playbtn svg {
  width: 175px;
}
.clm-media .img-slider-arrows {
  position: static;
}
.clm-media .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 1;
}
.clm-media .slick-arrow.slick-prev {
  left: -22px;
}
.clm-media .slick-arrow.slick-next {
  right: -22px;
}
.clm-media .media-wrap {
  padding: 0 22px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-large-media {
    padding: 60px 0;
  }
  .copy-large-media.white-bg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .clm-media lite-youtube .lyt-playbtn svg,
  .clm-media lite-youtube .ltv-playbtn svg,
  .clm-media lite-vimeo .lyt-playbtn svg,
  .clm-media lite-vimeo .ltv-playbtn svg {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .copy-large-media {
    padding: 45px 0 50px;
  }
  .copy-large-media.white-bg {
    margin-top: 45px;
    margin-bottom: 50px;
  }
  .clm-media {
    margin: 0;
  }
  .clm-media lite-youtube .lyt-playbtn svg,
  .clm-media lite-youtube .ltv-playbtn svg,
  .clm-media lite-vimeo .lyt-playbtn svg,
  .clm-media lite-vimeo .ltv-playbtn svg {
    width: 90px;
  }
  .clm-media .img-slider-arrows {
    position: absolute;
  }
  .clm-media .slick-arrow {
    position: static;
  }
  .clm-media .media-wrap {
    padding: 0;
  }
}
.hp-copy-and-media {
  padding-top: 50px;
  padding-bottom: 90px;
}
.hp-copy-and-media + .hp-copy-and-media .hpcm-brand {
  top: -27%;
}
.hp-copy-and-media.media-right .hpcm-media {
  order: 2;
}
.hp-copy-and-media.media-right.media-square .hpcm-media {
  padding-left: 75px;
}
.hp-copy-and-media.media-left.media-square .hpcm-media {
  padding-right: 75px;
}
.hp-copy-and-media.media-fit .hpcm-media {
  position: relative;
}
.hp-copy-and-media.media-fit .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.hp-copy-and-media.media-square .media-wrap {
  aspect-ratio: 1/1;
}
.hp-copy-and-media.media-portrait .media-wrap {
  aspect-ratio: 2.5/3;
}
.hp-copy-and-media.media-landscape .media-wrap {
  aspect-ratio: 7/5;
}

.hpcm-brand {
  top: 30px;
  z-index: unset;
}

.hpcm-inner {
  position: relative;
  z-index: 1;
}
.hpcm-inner > div {
  max-width: 410px;
}

.hpcm-media {
  position: relative;
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-copy-and-media {
    padding-bottom: 60px;
  }
  .hpcm-media {
    padding: 0 15px !important;
  }
}
@media (max-width: 991px) {
  .hp-copy-and-media {
    padding-bottom: 50px;
  }
  .hp-copy-and-media .hpcm-media {
    order: unset !important;
    margin-bottom: 35px;
  }
  .hp-copy-and-media.media-fit .hpcm-media {
    aspect-ratio: 7/5;
  }
  .hp-copy-and-media + .hp-copy-and-media .hpcm-brand {
    top: -100px;
  }
  .hpcm-inner > div {
    max-width: unset;
    text-align: center;
  }
  .hpcm-inner > div h2 {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hp-copy-and-media + .hp-copy-and-media {
    padding-top: 0;
  }
  .hp-copy-and-media.media-fit .hpcm-media {
    aspect-ratio: 7/5;
    height: unset;
  }
}
.team-query-wrap {
  margin: 90px 0;
}

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

.big-team-wrap a:hover .btn .initial-btn-text, .big-team-wrap a:focus .btn .initial-btn-text, .big-team-wrap a:active .btn .initial-btn-text {
  transform: translateY(-225%) rotate(8deg);
}
.big-team-wrap a:hover .btn .hover-btn-text, .big-team-wrap a:focus .btn .hover-btn-text, .big-team-wrap a:active .btn .hover-btn-text {
  transform: translateY(0) rotate(0deg);
}

.big-team-img {
  padding: 0;
}

.big-team-info {
  padding-left: 75px;
  color: #000;
  font-weight: normal;
}
.big-team-info h3 {
  line-height: 1;
}

.team-box-wrap {
  margin-top: 50px;
}
.team-box-wrap a:hover .btn .initial-btn-text, .team-box-wrap a:focus .btn .initial-btn-text, .team-box-wrap a:active .btn .initial-btn-text {
  transform: translateY(-225%) rotate(8deg);
}
.team-box-wrap a:hover .btn .hover-btn-text, .team-box-wrap a:focus .btn .hover-btn-text, .team-box-wrap a:active .btn .hover-btn-text {
  transform: translateY(0) rotate(0deg);
}

.team-box-info {
  color: #000;
  font-weight: normal;
  margin-top: 15px;
}
.team-box-info h3 {
  font-size: 1.5rem;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .big-team-info {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .big-team-info {
    padding-left: 20px;
  }
  .big-team-info h3 {
    font-size: 1.75rem;
  }
  .big-team-info .btn {
    min-width: unset;
    padding: 17px 20px 15px;
  }
}
@media (max-width: 767px) {
  .team-query-wrap {
    margin: 50px 0;
  }
  .team-header {
    margin-top: 0;
  }
  .big-team-img > div {
    aspect-ratio: 1/1;
  }
  .big-team-info {
    margin-top: 15px;
    text-align: center;
    padding: 0 15px;
    display: block !important;
  }
}
.blog-feed {
  border-top: 1px solid #F7941D;
  padding-top: 60px;
  margin-bottom: 15px;
}

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

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

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

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

.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;
  }
}
.tcallout-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 1;
}
.tcallout-slider .slick-arrow.slick-prev {
  left: -22px;
}
.tcallout-slider .slick-arrow.slick-next {
  right: -22px;
}
.tcallout-slider .slick-arrow:hover, .tcallout-slider .slick-arrow:focus, .tcallout-slider .slick-arrow:active {
  opacity: 0.9;
}

.tc-excerpt {
  line-height: 1.3;
}

.tc-slide-inner {
  padding: 40px 40px 90px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .tcallout-slider .slick-arrow {
    top: 110px;
  }
  .tcallout-slider .slick-arrow.slick-prev {
    left: 12px;
  }
  .tcallout-slider .slick-arrow.slick-next {
    right: 12px;
  }
}
.buttons-grid {
  margin: 50px 0;
}

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

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

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

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

/* Styling for WP Media Block */
.homepage-team {
  z-index: 1;
  padding: 120px 0 100px;
}

.hpteam-pattern {
  padding-top: 80px;
}

.hpteam-media {
  margin-top: 70px;
  position: relative;
}

.hpteam-brand {
  position: absolute;
  top: -30px;
  right: -75px;
  bottom: -30px;
  left: 0;
  z-index: initial;
  justify-content: flex-end;
}
.hpteam-brand img {
  width: auto;
  height: 140px;
  display: block;
  position: sticky;
  top: 20%;
}

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-team {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .hpteam-pattern {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .homepage-team {
    padding: 50px 0;
  }
  .hpteam-media {
    margin-top: 45px;
  }
}
.homepage-resource-links {
  margin-top: 60px;
  margin-bottom: 30px;
}

.hp-resources-header {
  margin-bottom: 50px;
}

.hprl-box-wrap {
  margin-bottom: 40px;
}
.hprl-box-wrap a {
  color: #fff;
  font-weight: normal;
}
.hprl-box-wrap a:hover .hprl-box-img img, .hprl-box-wrap a:focus .hprl-box-img img, .hprl-box-wrap a:active .hprl-box-img img {
  transform: scale(1);
}
.hprl-box-wrap a:hover .resource-arrow, .hprl-box-wrap a:focus .resource-arrow, .hprl-box-wrap a:active .resource-arrow {
  background-color: #F7941D;
}

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

.hprl-box-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
}
.hprl-box-img img {
  transition: 1.5s;
  transform: scale(1.05);
}
.hprl-box-img:before {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hprl-box-info {
  position: relative;
  z-index: 1;
  padding: 15px;
}
.hprl-box-info h3 {
  letter-spacing: 0.175rem;
}

.resource-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #F7941D;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hprl-box-info h3 {
    font-size: 1.1rem;
  }
  .hprl-box-img img {
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .homepage-resource-links {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .hp-resources-header {
    margin-bottom: 40px;
  }
}
.content-grid {
  padding-top: 70px;
  padding-bottom: 50px;
}
.content-grid.white-bg {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 70px;
  margin-bottom: 50px;
}

.content-grid-header {
  margin-bottom: 45px;
}

.content-box {
  margin-bottom: 45px;
}

.cb-content {
  margin-top: 15px;
}
.cb-content h3 {
  font-size: 0.625rem;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #F7941D;
}
.cb-content .section-links a {
  color: #000;
  border-bottom: 1px solid #F7941D;
}
.cb-content .section-links a:hover, .cb-content .section-links a:focus, .cb-content .section-links a:active {
  color: #F7941D;
  border-color: transparent;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .content-grid {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .content-grid.white-bg {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .content-grid .container {
    padding: 0;
  }
  .content-box {
    transition-delay: 0.3s !important;
  }
}
@media (max-width: 767px) {
  .content-grid {
    padding-top: 45px;
    padding-bottom: 10px;
  }
  .content-grid.white-bg {
    margin-top: 45px;
    margin-bottom: 10px;
  }
}
.resource-links {
  padding-top: 50px;
  padding-bottom: 25px;
}

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

.resource-box-wrap {
  margin-bottom: 30px;
}
.resource-box-wrap a {
  color: #fff;
  font-weight: normal;
}
.resource-box-wrap a:hover .resource-box-img img, .resource-box-wrap a:focus .resource-box-img img, .resource-box-wrap a:active .resource-box-img img {
  transform: scale(1);
}
.resource-box-wrap a:hover .resource-box-img:before, .resource-box-wrap a:focus .resource-box-img:before, .resource-box-wrap a:active .resource-box-img:before {
  opacity: 0.25;
}
.resource-box-wrap a:hover .resource-box-img:after, .resource-box-wrap a:focus .resource-box-img:after, .resource-box-wrap a:active .resource-box-img:after {
  opacity: 1;
}

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

.resource-box-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
}
.resource-box-img img {
  transition: 1.5s;
  transform: scale(1.05);
}
.resource-box-img:before {
  background-color: #000;
  opacity: 0.65;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.resource-box-img:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 1px solid #F7941D;
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: 1;
}

.resource-box-info {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.resource-box-info h3 {
  letter-spacing: 0.175rem;
}

/** # Responsive **/
@media (max-width: 767px) {
  .resource-box-wrap {
    margin-bottom: 15px;
  }
}

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