@charset "UTF-8";
/* Helpers */
/* Colours */
/* Typography */
.rl-box-img:before, .cta-callout-img:before, .link-box-img:after, .overlay-media:before, .hero-links a:before, .homepage-hero:before, .thanks-img:before, .blog-cta:before, .lead-img:before, .blog-box-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  width: 0;
}

/* 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;
}

/* Animations */
.zoom, .faderight,
.fade-children.faderight > *, .fadeleft,
.fade-children.fadeleft > *, .fadedown,
.fade-children.fadedown > *, .fadeup,
.fade-children.fadeup > * {
  opacity: 0;
  transition: opacity 0.5s ease-out 0.3s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}

.default-transition, .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 {
  transition: all 0.5s ease-out;
}

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

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

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

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

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

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

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

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

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

.zoom {
  transform: scale(0.7);
}

.fadein.animated {
  opacity: 1;
}

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

.img-animate > div {
  transform: scale(0.9);
  transform-origin: center;
  opacity: 0;
  transition: opacity 0.4s ease-out 0.3s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.img-animate.animated > div {
  transform: none;
  opacity: 1;
}

.animate-heading {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: all 0.15s ease-out;
}
.animate-heading.animated {
  opacity: 1;
}
.animate-heading .word {
  padding-right: 12px;
}
.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;
}

.jumbo .word {
  padding-right: 20px !important;
}

h1 .word, .h1 .word {
  padding-right: 14px !important;
}

h2 .word, .h2 .word {
  padding-right: 12px !important;
}

h3 .word, .h3 .word {
  padding-right: 10px !important;
}

h4 .word, .h4 .word {
  padding-right: 8px !important;
}

.fadeletter {
  opacity: 0 !important;
  display: inline-block;
  transform: rotateY(-25deg);
  transition: opacity 0.5s ease-out 0.3s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transition: all 0.33s ease-out 0.3s;
  transform-origin: 0 0;
}

.animated.fadeletter {
  opacity: 1 !important;
  transform: rotate(0);
}

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

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

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

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

/** # Responsive **/
@media (max-width: 991px) {
  .d1, .d2, .d3, .d4 {
    transition-delay: 0.3s !important;
  }
}
@media (max-width: 767px) {
  .word {
    padding-right: 10px;
  }

  .jumbo .word {
    padding-right: 12px !important;
  }

  h1 .word, .h1 .word {
    padding-right: 12px !important;
  }
}
/******* Fonts *******/
/** woff/woff2 only **/
@font-face {
  font-family: "Gantari";
  src: url("../fonts/hinted-Gantari-SemiBoldItalic.woff2") format("woff2"), url("../fonts/hinted-Gantari-SemiBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gantari";
  src: url("../fonts/hinted-Gantari-SemiBold.woff2") format("woff2"), url("../fonts/hinted-Gantari-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gantari";
  src: url("../fonts/hinted-Gantari-LightItalic.woff2") format("woff2"), url("../fonts/hinted-Gantari-LightItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gantari";
  src: url("../fonts/hinted-Gantari-Light.woff2") format("woff2"), url("../fonts/hinted-Gantari-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gantari";
  src: url("../fonts/hinted-Gantari-Italic.woff2") format("woff2"), url("../fonts/hinted-Gantari-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gantari";
  src: url("../fonts/hinted-Gantari-Regular.woff2") format("woff2"), url("../fonts/hinted-Gantari-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

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

p:empty {
  display: none;
}

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

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Gantari", sans-serif;
  font-weight: 100;
  line-height: 1.15;
}

.jumbo {
  font-size: 4.3rem;
}

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

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

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

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

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

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

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

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: "Gantari", sans-serif;
}

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

.light {
  font-weight: 100;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.primary-text {
  color: #d0b893;
}

.secondary-text {
  color: #002D4F;
}

.darkgrey-text {
  color: #4c4d4d;
}

.medgrey-text {
  color: #838484;
}

.lightgrey-text {
  color: #cbcbcb;
}

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

blockquote {
  margin: 30px 0;
  border: 2px solid #d0b893;
  background-color: #002D4F;
  text-align: center;
  padding: 25px 60px;
  color: #fff;
}
blockquote:before {
  content: "";
  display: block;
  margin: 0 auto 15px;
  background-image: url("../images/brandmark.svg");
  width: 51px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 51px;
}
blockquote p {
  font-size: 1rem !important;
  color: #fff !important;
  margin-bottom: 0.5rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
  color: #d0b893;
}
blockquote h4, blockquote .h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  font-weight: 600;
}
blockquote a:not(.btn) {
  color: #d0b893 !important;
  border-bottom: 1px solid #d0b893;
}
blockquote a:not(.btn):hover, blockquote a:not(.btn):focus, blockquote a:not(.btn):active {
  border-color: transparent;
}
blockquote .btn, blockquote #login .button-primary, #login blockquote .button-primary, blockquote .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline blockquote .wp-block-button__link, blockquote .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) blockquote .wp-block-button__link {
  color: #fff !important;
}
blockquote .wp-block-buttons {
  justify-content: center;
}
blockquote .wp-block-buttons .btn, blockquote .wp-block-buttons #login .button-primary, #login blockquote .wp-block-buttons .button-primary, blockquote .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline blockquote .wp-block-buttons .wp-block-button__link, blockquote .wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) blockquote .wp-block-buttons .wp-block-button__link {
  color: #fff !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .jumbo {
    font-size: 3.3rem;
  }

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

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

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

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

  h5, .h5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .jumbo {
    font-size: 2.4rem;
  }

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

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

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

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

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

  blockquote {
    padding: 25px 15px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

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

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

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

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

.YTwrapper {
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.video-overlay.no-img {
  display: none !important;
}
.video-overlay svg {
  position: relative;
  z-index: 1;
  width: 120px;
}

.z-hide {
  z-index: -9999;
}

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

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

.gallery-item {
  width: 16.6666666667%;
  min-width: 16.6666666667%;
  margin: 0;
}
.gallery-item a {
  display: block;
  height: 100%;
  border: 5px solid transparent;
  position: relative;
}
.gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(32, 30, 32, 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: #d0b893 !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #d0b893 !important;
}

.darkgrey-bg {
  background-color: #4c4d4d;
  color: #fff;
}
.darkgrey-bg .btn, .darkgrey-bg #login .button-primary, #login .darkgrey-bg .button-primary, .darkgrey-bg .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .darkgrey-bg .wp-block-button__link, .darkgrey-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .darkgrey-bg .wp-block-button__link {
  color: #d0b893 !important;
}

.medgrey-bg {
  background-color: #838484;
  color: #fff;
}
.medgrey-bg .btn, .medgrey-bg #login .button-primary, #login .medgrey-bg .button-primary, .medgrey-bg .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .medgrey-bg .wp-block-button__link, .medgrey-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .medgrey-bg .wp-block-button__link {
  color: #fff !important;
}

.lightgrey-bg {
  background-color: #cbcbcb;
}
.lightgrey-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: #002D4F !important;
}
.lightgrey-bg .btn, .lightgrey-bg #login .button-primary, #login .lightgrey-bg .button-primary, .lightgrey-bg .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .lightgrey-bg .wp-block-button__link, .lightgrey-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .lightgrey-bg .wp-block-button__link {
  color: #fff !important;
  border-color: #002D4F !important;
  background-color: rgba(0, 45, 79, 0.25) !important;
}
.lightgrey-bg a:not(.btn) {
  color: #9f7b45;
}
.lightgrey-bg a:not(.btn):hover, .lightgrey-bg a:not(.btn):focus, .lightgrey-bg a:not(.btn):active {
  color: #b9955e;
}

.primary-bg {
  background-color: #d0b893;
}
.primary-bg a:not(.btn) {
  color: #00599c;
}
.primary-bg a:not(.btn):hover, .primary-bg a:not(.btn):focus, .primary-bg a:not(.btn):active {
  color: #002D4F;
}
.primary-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: #002D4F !important;
}
.primary-bg .btn, .primary-bg #login .button-primary, #login .primary-bg .button-primary, .primary-bg .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .primary-bg .wp-block-button__link, .primary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .primary-bg .wp-block-button__link {
  color: #fff !important;
  border-color: #002D4F !important;
  background-color: rgba(0, 45, 79, 0.25) !important;
}

.primarylt-bg {
  background-color: #FAF8F4;
}
.primarylt-bg .btn, .primarylt-bg #login .button-primary, #login .primarylt-bg .button-primary, .primarylt-bg .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .primarylt-bg .wp-block-button__link, .primarylt-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .primarylt-bg .wp-block-button__link {
  color: #201e20 !important;
}

.black-bg,
.secondary-bg {
  background-color: #002D4F;
  color: #fff;
}
.black-bg a:not(.btn),
.secondary-bg a:not(.btn) {
  color: #d0b893;
}
.black-bg a:not(.btn):hover, .black-bg a:not(.btn):focus, .black-bg a:not(.btn):active,
.secondary-bg a:not(.btn):hover,
.secondary-bg a:not(.btn):focus,
.secondary-bg a:not(.btn):active {
  color: #e7dbc8;
}
.black-bg .btn, .black-bg #login .button-primary, #login .black-bg .button-primary, .black-bg .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .black-bg .wp-block-button__link, .black-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .black-bg .wp-block-button__link,
.secondary-bg .btn,
.secondary-bg #login .button-primary,
#login .secondary-bg .button-primary,
.secondary-bg .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .secondary-bg .wp-block-button__link,
.secondary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.wp-block-button:not(.is-style-outline) .secondary-bg .wp-block-button__link {
  color: #fff !important;
}

.secondarylt-bg {
  background-color: #021E34;
  color: #fff;
}
.secondarylt-bg a:not(.btn) {
  color: #d0b893;
}
.secondarylt-bg a:not(.btn):hover, .secondarylt-bg a:not(.btn):focus, .secondarylt-bg a:not(.btn):active {
  color: #e7dbc8;
}
.secondarylt-bg .btn, .secondarylt-bg #login .button-primary, #login .secondarylt-bg .button-primary, .secondarylt-bg .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .secondarylt-bg .wp-block-button__link, .secondarylt-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .secondarylt-bg .wp-block-button__link {
  color: #fff !important;
}

.white-bg {
  background-color: #fff;
  color: #201e20;
}

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

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

.btn-close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 0 !important;
  border-radius: 0 !important;
  background-image: none !important;
  height: 26.31px !important;
  width: 25px !important;
  z-index: 1;
}
.btn-close img {
  transform: translateY(-4px) !important;
}

.wp-block-social-links .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links .wp-social-link a {
  background-color: #d0b893;
  border: 0 !important;
  border-radius: 100%;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  background-color: transparent;
  border: 0 !important;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  fill: #d0b893;
  color: #d0b893;
}
.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: #d0b893;
  border-radius: 20px;
  border: 0 !important;
}

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

.slick-arrow {
  padding: 0;
  border: 0;
  background-color: transparent;
  transition: all 0.4s ease-out;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  opacity: 0.7;
}

.heading-gem {
  margin-right: 25px;
}
.heading-gem img {
  width: 35px;
  min-width: 35px;
  height: auto;
  transform: translateY(12px);
}

/** # Responsive **/
@media (max-width: 1199px) {
  .heading-gem {
    margin-right: 15px;
  }
  .heading-gem img {
    width: 25px;
    min-width: 25px;
    transform: translateY(10px);
  }
}
@media (max-width: 991px) {
  .gallery-item {
    width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .gallery-item {
    width: 33.3333%;
    min-width: 33.3333%;
  }

  #page {
    overflow: hidden;
  }

  .video-overlay svg {
    width: 90px;
  }

  .heading-gem {
    margin-right: 10px;
  }
  .heading-gem img {
    width: 20px;
    min-width: 20px;
    transform: translateY(5px);
  }
}
a {
  color: #d0b893;
  transition: all 0.4s ease-out;
  text-decoration: none;
}

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

.gem-link {
  display: inline-flex;
  position: relative;
  color: #201e20;
  border-bottom: 1px solid #201e20;
  margin-left: 19px;
}
.gem-link.gem-link-white {
  color: #fff;
  border-color: #fff;
}
.gem-link:before {
  content: "";
  background-image: url("../images/gem.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 16px;
  transition: all 0.4s ease-out;
  position: absolute;
  top: 0;
  left: -19px;
  bottom: 0;
  margin: auto;
}
.gem-link:hover, .gem-link:focus, .gem-link:active {
  border-color: #d0b893;
}
.gem-link:hover:before, .gem-link:focus:before, .gem-link:active:before {
  transform: rotate(90deg);
  transform-origin: center;
}

.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: "Gantari", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  padding: 17px 20px;
  min-width: 250px;
  line-height: 1;
  min-height: 50px;
  border-radius: 0;
  border: 1px solid #d0b893 !important;
  background-color: transparent !important;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  box-shadow: none !important;
  text-shadow: none;
}
.btn span, #login .button-primary span, .wp-block-button.is-style-outline .wp-block-button__link span, .wp-block-button:not(.is-style-outline) .wp-block-button__link span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn span:before, #login .button-primary span:before, .wp-block-button.is-style-outline .wp-block-button__link span:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link span:before {
  content: "";
  background-image: url("../images/gem.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.4s ease-out;
}
.btn:hover span:before, #login .button-primary:hover span:before, .wp-block-button.is-style-outline .wp-block-button__link:hover span:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover span:before, .btn:focus span:before, #login .button-primary:focus span:before, .wp-block-button.is-style-outline .wp-block-button__link:focus span:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus span:before, .btn:active span:before, #login .button-primary:active span:before, .wp-block-button.is-style-outline .wp-block-button__link:active span:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active span:before {
  transform: rotate(90deg) scale(1.2);
  transform-origin: center;
}

.btn-primary, #login .button-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #201e20 !important;
}

.btn-secondary, .wp-block-button.is-style-outline .wp-block-button__link {
  color: #d0b893 !important;
}

/** # 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;
  }
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
select {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #002D4F;
  padding: 5px 8px;
  height: 50px;
  font-size: 1rem !important;
  color: #201e20;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus-visible,
select:focus-visible {
  outline: none !important;
}

textarea {
  border-radius: 0;
  border: 1px solid #002D4F;
  background-color: transparent;
  padding: 5px 8px;
  font-size: 1rem !important;
  color: #201e20;
}
textarea:focus-visible {
  outline: none;
}

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

button {
  border-radius: 0;
}

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

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

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

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

.gform_wrapper {
  text-align: left;
}

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

.gform_validation_errors {
  border-radius: 0 !important;
}
.gform_validation_errors > h2 {
  font-size: 1rem !important;
  font-family: "Gantari", 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;
}

.gform_footer {
  justify-content: flex-end;
  padding-bottom: 0 !important;
}

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

.ginput_complex select {
  color: #201e20 !important;
}

.gfield_label,
label, .label {
  font-size: 0.7rem !important;
  color: #201e20 !important;
  font-weight: normal !important;
}

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

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

.step-form {
  position: relative;
}

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

.gf_progressbar_title,
.gf_progressbar_percentage span {
  display: none;
}

.gf_progressbar {
  background-color: rgba(255, 255, 255, 0.15) !important;
  height: 6px;
  border-radius: 0 !important;
  margin: 0 !important;
}

.gf_progressbar_percentage {
  height: 100% !important;
  border-radius: 0 !important;
  background-color: rgba(203, 203, 203, 0.3) !important;
}
.gf_progressbar_percentage span {
  display: none !important;
}

.gform_page_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  width: 100% !important;
}
.gform_page_footer .gform_button {
  padding: 0 0 2px !important;
  min-height: unset;
  border: 0 !important;
  min-width: unset;
  border-bottom: 1px solid #fff !important;
  font-size: 0.8rem !important;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 0 !important;
  transform: translateY(1px);
  letter-spacing: 0.05rem;
  transition: all 0.4s ease-out !important;
}
.gform_page_footer .gform_button:hover, .gform_page_footer .gform_button:focus, .gform_page_footer .gform_button:active {
  border-color: transparent !important;
}

.gform_next_button,
.gform_previous_button {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 0.8rem !important;
  color: #fff !important;
  padding: 0 !important;
  letter-spacing: 0.05rem;
  height: auto !important;
  transition: all 0.4s ease-out;
  min-width: unset;
  min-height: unset;
  height: fit-content !important;
}
.gform_next_button:hover, .gform_next_button:focus, .gform_next_button:active,
.gform_previous_button:hover,
.gform_previous_button:focus,
.gform_previous_button:active {
  border-color: transparent !important;
}

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

/** # Responsive **/
@media (max-width: 767px) {
  .gfield_label,
label, .label {
    font-size: 0.6rem !important;
  }
}
/* Widgets */
.widget-title {
  display: none;
}

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

.search-form {
  position: relative;
}

#search_form .search-field {
  width: 100%;
  padding-right: 40px !important;
  color: #fff;
  background-color: #002D4F !important;
  -webkit-appearance: none;
  border-color: #d0b893 !important;
}

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

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

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

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

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

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

.widget select {
  width: 100%;
  color: #fff;
  background-color: #002D4F !important;
  font-size: 0.9rem !important;
  border-color: #d0b893 !important;
}

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

.page-numbers {
  display: inline-block;
  width: 20px;
  text-align: center;
  background-color: transparent;
  color: #201e20;
  margin: 0 6px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  border: 0 !important;
}
.page-numbers.current {
  color: #d0b893;
}
.page-numbers.next, .page-numbers.prev {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border: 1px solid #d0b893 !important;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: #201e20;
  margin: 0;
  font-size: 0.7rem;
}
.page-numbers.next:hover, .page-numbers.next:focus, .page-numbers.next:active, .page-numbers.prev:hover, .page-numbers.prev:focus, .page-numbers.prev:active {
  opacity: 0.7;
}

.white-pagination .page-numbers {
  color: #d0b893 !important;
}
.white-pagination .page-numbers.current {
  color: #fff !important;
}

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

.login .message,
#login_error {
  color: #201e20;
  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 {
  width: 450px;
  padding: 35px 20px;
  border: 2px solid #d0b893;
  background-color: #002D4F;
  text-align: center;
  color: #fff;
  position: relative;
}
#login h1 a {
  width: 300px;
  background-size: 300px;
  height: 115px;
  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 0;
}
#login form label {
  color: #fff !important;
  font-size: 0.8rem !important;
  text-transform: uppercase;
}
#login form input:not([type=submit]) {
  border-color: #d0b893 !important;
  color: #fff !important;
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
  color: #fff !important;
}
#login .button-primary:hover, #login .button-primary:focus, #login .button-primary:active {
  background-color: #d0b893 !important;
}

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

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

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

.nav-modal .modal-dialog {
  width: 475px;
  max-width: 475px;
  margin: 0;
  transform: translate(475px, 0) !important;
  float: right;
}

.nav-modal.show .modal-dialog {
  transform: translate(0) !important;
}

.nav-wrap {
  min-height: 100vh;
  padding: 30px 50px;
  text-align: center;
}

.nav-brand {
  margin-bottom: 50px;
}
.nav-brand img {
  width: 180px;
  height: auto;
}

.nav-contact {
  position: absolute;
  max-width: unset !important;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.nav-contact div {
  padding: 8px 5px;
}
.nav-contact div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.nav-contact a {
  color: #fff;
}
.nav-contact a:hover, .nav-contact a:focus, .nav-contact a:active {
  color: #d0b893;
}

.primary-nav {
  padding: 0;
  margin-bottom: 50px;
}

#main-menu {
  width: 100%;
}

.main-menu {
  display: block !important;
  width: 100%;
}
.main-menu > li {
  text-align: center !important;
  float: none !important;
}
.main-menu > li > a {
  color: #fff !important;
  font-size: 1.7rem;
  letter-spacing: 0.03rem;
  padding: 0.5rem 0 0.25rem !important;
  font-weight: 100;
  background-color: transparent !important;
  outline: none !important;
  line-height: 1.3 !important;
  display: inline-block;
  width: unset !important;
  border-bottom: 1px solid transparent;
}
.main-menu > li > a:after {
  border: 0;
  width: 12px;
  height: 12px;
  border-right: 1px solid #d0b893;
  border-bottom: 1px solid #d0b893;
  transform: rotate(-45deg);
  transform-origin: center;
  position: relative;
  top: 4px;
  margin-left: 10px;
  transition: all 0.2s ease-out;
}
.main-menu > li:hover > a, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent:hover > a, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item:hover > a, .main-menu > li > a:hover, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent > a:hover, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item > a:hover, .main-menu.show {
  color: #d0b893 !important;
  border-color: #d0b893;
  background-color: transparent;
}
.main-menu > li:hover > a.menu-item-object-page, .main-menu > .current-menu-parent > a.menu-item-object-page, .main-menu > .current-menu-parent:hover > a.menu-item-object-page, .main-menu > .current-menu-item > a.menu-item-object-page, .main-menu > .current-menu-item:hover > a.menu-item-object-page, .main-menu > li > a:hover.menu-item-object-page, .main-menu > .current-menu-parent > a.menu-item-object-page, .main-menu > .current-menu-parent > a:hover.menu-item-object-page, .main-menu > .current-menu-item > a.menu-item-object-page, .main-menu > .current-menu-item > a:hover.menu-item-object-page, .main-menu.show.menu-item-object-page {
  color: #d0b893 !important;
}
.main-menu > li:hover > a:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent:hover > a:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item:hover > a:after, .main-menu > li > a:hover:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent > a:hover:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item > a:hover:after, .main-menu.show:after {
  transform: rotate(45deg) !important;
  border-color: #d0b893 !important;
}
.main-menu > .current-menu-parent:focus > a, .main-menu > .current-menu-item:focus > a, .main-menu > li > a:focus, .main-menu > .current-menu-parent > a:focus, .main-menu > .current-menu-item > a:focus {
  color: #d0b893 !important;
}
.main-menu > .current-menu-parent:focus > a:after, .main-menu > .current-menu-item:focus > a:after, .main-menu > li > a:focus:after, .main-menu > .current-menu-parent > a:focus:after, .main-menu > .current-menu-item > a:focus:after {
  transform: rotate(45deg);
}

/* Secondary Nav */
.dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  min-width: 185px;
  border: 0;
  position: static !important;
  float: none !important;
  box-shadow: none !important;
  background-color: transparent;
  padding-top: 10px !important;
  margin-top: 0 !important;
}
.dropdown-menu li {
  text-align: center !important;
}
.dropdown-menu .dropdown-item {
  color: #fff !important;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding: 6px 0 !important;
  background-color: transparent !important;
  position: relative;
}
.dropdown-menu .current-menu-item .dropdown-item,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  color: #d0b893 !important;
  background-color: transparent;
}

/** # Responsive **/
@media (max-width: 767px) {
  .nav-modal .modal-dialog {
    width: 100vw;
    max-width: 100vw;
    transform: translate(-100vw, 0) !important;
  }

  .nav-wrap {
    padding: 30px 20px;
  }

  .primary-nav {
    margin-bottom: 75px;
  }

  .nav-contact div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
}
#masthead.header-scroll {
  background-color: #002D4F;
}
#masthead a {
  color: #fff;
}
#masthead a:hover, #masthead a:focus, #masthead a:active {
  color: #d0b893;
}

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

.header-top {
  padding: 6px 45px;
  transition: all 0.25s ease-out;
}

.home .header-top {
  border-bottom: 1px solid #d0b893;
}

.site-header-inner {
  padding: 15px 45px;
  transition: all 0.25s ease-out;
}

.header-logo {
  transition: all 0.25s ease-out;
  opacity: 0;
}
.header-logo img {
  height: 75px;
  width: auto;
  transition: all 0.25s ease-out;
}

.header-cta a {
  border-bottom: 1px solid #d0b893;
  padding-bottom: 2px;
}

.nav-btn {
  margin-top: -10px;
}

.navbar-toggler {
  padding: 0;
  outline: 0 !important;
  box-shadow: none !important;
  color: #fff;
  transition: all 0.4s ease-out;
}
.navbar-toggler span {
  border-bottom: 1px solid #d0b893;
  padding-bottom: 2px;
}
.navbar-toggler img {
  transition: all 0.4s ease-out;
  transform-origin: center;
}
.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  color: #d0b893;
}
.navbar-toggler:hover img, .navbar-toggler:focus img, .navbar-toggler:active img {
  transform: rotate(90deg);
}

.header-scroll .header-top {
  border-color: transparent;
}
.header-scroll .site-header-inner {
  padding: 10px 45px;
}
.header-scroll .header-logo {
  margin-top: -32px;
  opacity: 1 !important;
}
.header-scroll .header-logo img {
  height: 65px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .header-top,
.site-header-inner {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .site-header-inner {
    align-items: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .header-mobile-contact {
    padding-right: 0;
  }

  .nav-btn {
    margin-top: -6px;
    padding-left: 0;
  }

  .navbar-toggler img {
    width: 20px;
  }

  .header-logo {
    margin-top: 0 !important;
  }
  .header-logo img {
    height: 65px;
  }

  .header-scroll .header-logo img {
    height: 50px;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}

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

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

.cta-modal-content {
  padding: 30px 30px 70px;
  position: relative;
}
.cta-modal-content > div {
  max-width: 500px;
}
.cta-modal-content img {
  width: 180px;
  height: auto;
  margin-bottom: 45px;
}

.cta-contact {
  position: absolute;
  max-width: unset !important;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #002D4F;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.cta-contact div {
  padding: 8px 5px;
}
.cta-contact div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.cta-contact a {
  color: #fff;
}
.cta-contact a:hover, .cta-contact a:focus, .cta-contact a:active {
  color: #d0b893;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .cta-contact svg {
    display: none;
  }
}
@media (max-width: 991px) {
  .cta-contact svg {
    display: inline-block;
  }

  .mobile-cta-link {
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 45px;
    height: 35px;
    z-index: 90;
    overflow: hidden;
    box-shadow: 0 0 4px 6px rgba(32, 30, 32, 0.05);
  }
  .mobile-cta-link a {
    border: 1px solid #d0b893;
    background-color: #002D4F;
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cta-modal-content {
    padding-bottom: 90px;
  }

  .cta-contact div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 950px;
}

.hp-modal-wrap {
  margin: 0;
}

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

.hp-modal-content {
  padding: 50px;
}
.hp-modal-content > div {
  width: 100%;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
  .hp-modal .btn-close {
    background-color: #201e20 !important;
  }

  .hp-modal-img {
    aspect-ratio: 7/5;
  }

  .hp-modal-content {
    padding: 30px 35px;
  }
}
@media (max-width: 767px) {
  .hp-modal-content {
    padding: 30px 20px 35px;
  }
}
body:not(.home) #colophon {
  border-top: 1px solid #d0b893;
}

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

.footer-col:not(:last-child) {
  border-right: 1px solid #d0b893;
}
.footer-col img {
  height: 70px;
  width: auto;
}
.footer-col img + img {
  height: 45px;
}
.footer-col p {
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
}

.contact-col a {
  color: #201e20;
}
.contact-col a:hover, .contact-col a:focus, .contact-col a:active {
  color: #d0b893;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d0b893;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  color: #4c4d4d;
}

.social-col a {
  color: #d0b893;
}
.social-col a:hover, .social-col a:focus, .social-col a:active {
  color: #002D4F;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d0b893;
  width: 40px;
  height: 40px;
  margin: 5px;
  color: #4c4d4d;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  color: #fff;
  background-color: #d0b893;
}

.brokerage-col {
  padding-left: 30px;
}

.footer-ig {
  border-top: 1px solid #d0b893;
  padding: 5px 0;
}

#sb_instagram {
  padding-bottom: 0 !important;
}

.footer-content {
  padding: 40px 0;
}

.footer-logo {
  width: 275px;
  height: auto;
  margin-bottom: 50px;
}

.site-info {
  padding: 12px 0;
  color: #838484;
}
.site-info a {
  color: #838484;
}
.site-info a.semi {
  color: #201e20;
}
.site-info a:hover, .site-info a:focus, .site-info a:active {
  color: #d0b893;
}

.footer-legal {
  display: inline-block;
}
.footer-legal ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0;
  padding: 0;
}
.footer-legal li {
  display: inline-block;
  padding-right: 25px;
  font-size: 0.7rem;
  line-height: 1;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .footer-col img + img {
    height: 33px;
  }
}
@media (max-width: 991px) {
  .social-col {
    border-right: 0 !important;
    padding-left: 30px;
  }

  .brokerage-col {
    padding: 0 15px;
  }

  .footer-col img {
    height: 60px;
  }
  .footer-col img + img {
    height: 35px;
  }

  .footer-social a {
    margin-left: 0;
  }

  .footer-legal li {
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .footer-col:not(:last-child) {
    border-bottom: 1px solid #d0b893;
    padding-bottom: 15px;
  }

  .footer-col {
    border-right: 0 !important;
  }

  .social-col {
    padding-left: 15px;
  }

  .footer-logo {
    width: 225px;
  }

  .footer-legal li {
    padding-right: 12px;
  }
}
.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 .VideoWrapper {
  height: 100%;
  max-width: 100%;
}
.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;
}

.VideoWrapper {
  position: relative;
}
.VideoWrapper iframe {
  width: 100%;
  height: 100%;
}

.img-slider-arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #002D4F;
  padding: 7px;
}
.img-slider-arrows button + button {
  margin-left: 5px;
}

.carousel-wrap .slick-arrow {
  position: absolute;
  top: calc(50% - 17px);
  z-index: 2;
}
.carousel-wrap .slick-arrow.slick-prev {
  left: -22px;
}
.carousel-wrap .slick-arrow.slick-next {
  right: -22px;
}

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

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

/** # Responsive **/
@media (max-width: 767px) {
  .carousel-wrap .slick-arrow {
    top: unset;
    bottom: 12px;
  }
  .carousel-wrap .slick-arrow.slick-prev {
    left: 8px;
  }
  .carousel-wrap .slick-arrow.slick-next {
    right: 8px;
  }
}
.list-box-wrap {
  margin-bottom: 45px;
  padding: 0 8px;
}
.list-box-wrap a {
  color: #201e20;
}
.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(0.97);
  transform-origin: center;
}
.list-box-wrap a:hover .list-box-commission, .list-box-wrap a:focus .list-box-commission, .list-box-wrap a:active .list-box-commission {
  transform: scale(0.97);
}

.list-box-img {
  position: relative;
  margin-bottom: 12px;
}
.list-box-img img {
  transition: all 0.4s ease-out;
}

.list-box-status {
  position: absolute;
  top: 10px;
  left: 12px;
  transition: all 0.4s ease-out;
  background-color: #fff;
  padding: 6px 10px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
}

.list-box-commission {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 767px) {
  .list-box-wrap {
    padding: 0 15px;
  }
}
.blog-box-wrap {
  margin-bottom: 45px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 15px;
  margin-bottom: 0;
}
.blog-box-wrap a {
  color: #fff !important;
}
.blog-box-wrap a:hover .blog-box-img .object-cover,
.blog-box-wrap a:hover .blog-box-img:before, .blog-box-wrap a:focus .blog-box-img .object-cover,
.blog-box-wrap a:focus .blog-box-img:before, .blog-box-wrap a:active .blog-box-img .object-cover,
.blog-box-wrap a:active .blog-box-img:before {
  transform: scale(0.95);
}

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

.blog-box-img {
  position: relative;
}
.blog-box-img .object-cover {
  transition: all 0.4s ease-out;
}
.blog-box-img:before {
  background-color: rgba(32, 30, 32, 0.4);
  z-index: 1;
  transition: all 0.4s ease-out;
}

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

.blog-box-info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.img-header {
  padding: 30px 0 0;
}
.img-header .page-header {
  margin-bottom: 45px;
  z-index: 1;
  position: relative;
}

.pg-header-logo {
  margin-bottom: 40px;
}
.pg-header-logo img {
  width: 230px;
  height: auto;
  margin: 0 auto;
}

#logo-scroll {
  transition: all 0.4s ease-out;
}
#logo-scroll.header-scroll {
  opacity: 0;
}

.pg-header-brand {
  position: absolute;
  top: 175px;
  right: 0;
  bottom: 0;
  left: 70px;
  z-index: initial;
}
.pg-header-brand img {
  width: 330px;
  height: auto;
  opacity: 0.4;
}

.header-media {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.header-media .media-wrap {
  transform: scale(1.1);
  transition: all 1s ease-out 0.3s;
}
.header-media .media-wrap.animated {
  transform: scale(1);
}
.header-media img {
  object-position: top;
}

.page-header a:not(.btn) {
  border-bottom: 1px solid #d0b893;
}

.text-header {
  padding: 30px 0 35px;
}

.sbs-header {
  padding-bottom: 45px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .header-media .media-wrap {
    aspect-ratio: 16/9;
  }

  .pg-header-brand {
    top: 250px;
    left: 30px;
  }

  .sbs-header .page-header {
    text-align: center;
    margin-bottom: 35px;
  }
  .sbs-header .page-header h1 {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .pg-header-brand {
    top: 300px;
    left: 20px;
  }
  .pg-header-brand img {
    opacity: 0.25;
    width: 275px;
  }

  .sbs-header {
    padding-bottom: 25px;
  }
}
.sidebar {
  padding: 15px;
  position: sticky;
  text-align: center;
  border: 2px solid #d0b893;
}
.sidebar h3 {
  font-size: 0.85rem;
  font-weight: 600;
  color: #d0b893;
  margin: 0;
}
.sidebar p {
  font-size: 0.85rem;
  margin: 0;
}
.sidebar .gform_footer {
  padding-top: 0 !important;
  margin-top: 6px !important;
}
.sidebar .gform_button {
  width: 100%;
}
.sidebar .gform_fields {
  grid-row-gap: 10px !important;
}

.sidebar-gem img {
  width: 16px;
  height: auto;
  margin: 0 auto;
}

.sidebar-contact {
  font-size: 0.7rem;
}
.sidebar-contact a {
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
.sidebar-contact a:hover, .sidebar-contact a:focus, .sidebar-contact a:active {
  color: #d0b893 !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 45px;
  }
}
.lead-wrap {
  padding: 30px 0 125px;
}
.lead-wrap .container {
  position: relative;
  z-index: 2;
}
.lead-wrap .pg-header-logo {
  position: relative;
  z-index: 2;
  margin-bottom: 75px;
}

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

.lead-content a:not(.btn) {
  border-bottom: 1px solid #d0b893;
}
.lead-content a:not(.btn):hover, .lead-content a:not(.btn):focus, .lead-content a:not(.btn):active {
  border-color: transparent;
}

.lead-footer .site-info {
  border-top: 1px solid #d0b893;
}

/** # Responsive **/
@media (max-width: 991px) {
  .lead-wrap {
    padding: 30px 0 45px;
  }
  .lead-wrap .pg-header-logo {
    margin-bottom: 50px;
  }

  .lead-img {
    position: static;
  }
  .lead-img:before {
    display: none;
  }
}
.posts-wrap {
  padding: 30px 0;
}

.sbs-header .widget {
  width: 75%;
  min-width: 75%;
}

.t-wrap {
  padding: 30px 0 50px;
}

.t-box-wrap {
  margin-bottom: 60px;
}
.t-box-wrap a {
  display: block;
  height: 100%;
}
.t-box-wrap a:hover .gem-link, .t-box-wrap a:focus .gem-link, .t-box-wrap a:active .gem-link {
  color: #d0b893 !important;
}
.t-box-wrap a:hover .gem-link:before, .t-box-wrap a:focus .gem-link:before, .t-box-wrap a:active .gem-link:before {
  transform: rotate(90deg);
  transform-origin: center;
}
.t-box-wrap a:hover .t-box-excerpt img, .t-box-wrap a:focus .t-box-excerpt img, .t-box-wrap a:active .t-box-excerpt img {
  transform: translateY(-15px);
}

.t-box-inner {
  height: 100%;
  padding: 30px 30px 15px;
}

.t-box-brand {
  height: 75px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.t-box-brand img {
  height: 100%;
  width: auto;
}

.t-box-excerpt {
  position: relative;
  z-index: 1;
  margin-top: 35px;
}
.t-box-excerpt img {
  position: absolute;
  top: -65px;
  left: 15px;
  z-index: -1;
  transition: all 0.75s ease-out;
}

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

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

.t-modal-wrap {
  padding: 40px 45px;
}
.t-modal-wrap blockquote {
  background-color: #021E34;
}
.t-modal-wrap blockquote:before {
  display: none;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 991px) {
  .sbs-header .widget {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .t-box-inner {
    padding: 30px 15px 15px;
  }

  .t-modal-wrap {
    padding: 40px 15px 30px;
  }

  .sbs-header .widget {
    width: 100%;
    min-width: 100%;
  }
}
.listings-wrap {
  padding: 30px 30px 45px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .listings-wrap {
    padding: 30px 15px 40px;
  }
}
.page-wrap.black-bg {
  padding: 50px 0 75px;
}
.page-wrap.white-bg {
  margin-top: 50px;
  margin-bottom: 75px;
  padding: 0;
}

.page-content {
  margin: 50px 0;
}

.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs),
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs),
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) {
  padding-left: 0;
  list-style: none;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li,
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li {
  margin-top: 20px;
  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 -25px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/gem.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.entry-content {
  padding-right: 75px;
}
.entry-content > section:first-of-type {
  margin-top: 0 !important;
}
.entry-content > section:last-of-type {
  margin-bottom: 0 !important;
}
.entry-content > h1, .entry-content > .h1, .entry-content > h2, .entry-content > .h2, .entry-content > h3, .entry-content > .h3, .entry-content > h4, .entry-content > .h4 {
  color: #d0b893;
}
.entry-content > h1:not(:first-child), .entry-content > .h1:not(:first-child), .entry-content > h2:not(:first-child), .entry-content > .h2:not(:first-child), .entry-content > h3:not(:first-child), .entry-content > .h3:not(:first-child), .entry-content > h4:not(:first-child), .entry-content > .h4:not(:first-child) {
  margin-top: 35px;
}
.entry-content > h1, .entry-content > .h1 {
  font-size: 2.5rem;
}
.entry-content > h2, .entry-content > .h2 {
  font-size: 2.2rem;
}
.entry-content > h3, .entry-content > .h3 {
  font-size: 1.7rem;
}
.entry-content > h4, .entry-content > .h4 {
  font-size: 1.4rem;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .entry-content > h1, .entry-content > .h1 {
    font-size: 2rem;
  }
  .entry-content > h2, .entry-content > .h2 {
    font-size: 1.8rem;
  }
  .entry-content > h3, .entry-content > .h3 {
    font-size: 1.5rem;
  }
  .entry-content > h4, .entry-content > .h4 {
    font-size: 1.2rem;
  }
}
.cta-section {
  padding: 15px 0;
  border-top: 1px solid #d0b893;
  overflow-x: hidden;
}
.cta-section .jumbo {
  font-size: 3.8rem;
}
.cta-section + .cta-section .cta-img {
  order: 2;
}

.cta-img {
  position: relative;
  overflow: hidden;
}
.cta-img > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.cta-img > div img {
  transform: scale(1.1);
  transition: all 1s ease-out 0.3s;
}
.cta-img > div.animated img {
  transform: scale(1);
}

.cta-inner {
  min-height: 80vh;
  padding: 40px;
}
.cta-inner > div {
  max-width: 450px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .cta-section .jumbo {
    font-size: 3.3rem;
  }
}
@media (max-width: 991px) {
  .cta-img {
    aspect-ratio: 7/5;
    order: unset !important;
  }

  .cta-inner {
    padding: 0 40px;
    margin-top: 40px;
    min-height: unset;
    text-align: center;
  }
  .cta-inner h2 {
    justify-content: center;
  }
  .cta-inner > div {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .cta-inner {
    margin-top: 30px;
    padding: 0 30px;
    text-align: left;
  }
  .cta-inner h2 {
    justify-content: flex-start;
  }

  .cta-section .jumbo {
    font-size: 2.4rem;
  }
}
.single-listing #masthead {
  background-color: #002D4F;
  padding-bottom: 0;
}
.single-listing #masthead .site-header-inner {
  padding-bottom: 12px;
}
.single-listing #masthead .pg-header-logo {
  margin-top: -115px;
  transition: all 0.2s ease-out 0.05s;
  margin-bottom: 30px;
}
.single-listing #masthead.header-scroll .pg-header-logo {
  height: 86px;
  transition: all 0.15s;
}

.list-sticky {
  padding: 5px 0;
  position: relative;
  z-index: 2;
}
.list-sticky > div > span {
  display: inline-block;
}
.list-sticky > div > span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}
.list-sticky a {
  color: #fff;
}
.list-sticky a:hover, .list-sticky a:focus, .list-sticky a:active {
  color: #d0b893;
}

.list-img-wrap {
  margin-bottom: 75px;
  padding-top: 266px;
}

.list-hilites {
  position: relative;
}
.list-hilites .slick-arrow {
  position: absolute;
  z-index: 1;
  top: calc(50% - 17px);
}

.full-hilites {
  overflow-x: hidden;
}
.full-hilites .slick-arrow.slick-prev {
  left: 15px;
}
.full-hilites .slick-arrow.slick-next {
  right: 15px;
}

.contained-hilites .slick-arrow.slick-prev {
  left: -22px;
}
.contained-hilites .slick-arrow.slick-next {
  right: -22px;
}

.hilites-car-wrap {
  padding-top: 15px;
  background-color: #fff;
}

.hilites-car {
  margin: 0 -8px;
}

.hilites-thumb {
  padding: 0 8px;
  position: relative;
}
.hilites-thumb.slick-current .thumb-hover, .hilites-thumb:hover .thumb-hover, .hilites-thumb:focus .thumb-hover, .hilites-thumb:active .thumb-hover {
  opacity: 1;
}

.list-img,
.contained-hilites {
  padding: 45px 0 60px;
}

.thumb-hover {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(32, 30, 32, 0.6);
  transition: all 0.4s ease-out;
  opacity: 0;
  cursor: pointer;
}
.thumb-hover img {
  width: 40px;
  height: auto;
}

.list-status {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 10px;
  min-width: 160px;
  z-index: 1;
  color: #201e20;
}

.see-full {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: #201e20;
  padding: 15px 25px;
  transition: all 0.4s ease-out;
}
.see-full:hover, .see-full:focus, .see-full:active {
  background-color: #021E34;
  color: #fff;
}

.precon-img-wrap {
  padding-top: 30px !important;
}
.precon-img-wrap .list-img {
  padding-top: 10px;
}

.open-houses {
  padding: 12px 15px 15px;
  border: 2px solid #d0b893;
  margin-bottom: 40px;
}
.open-houses img {
  width: 65px;
  height: auto;
  margin-bottom: 15px;
}

.list-header {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d0b893;
}

.list-details {
  margin: 35px -15px 30px;
}

.list-detail {
  padding: 0 15px;
  margin-bottom: 35px;
  width: 20%;
  min-width: 20%;
}
.list-detail .primary-text {
  letter-spacing: 0.03rem;
}

.list-tours {
  margin-bottom: 75px;
}

.list-tour-heading {
  padding-bottom: 25px;
  border-bottom: 1px solid #d0b893;
}

.list-tour-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  z-index: -1;
}
.list-tour-brand img {
  width: 350px;
  height: auto;
  opacity: 0.33;
  transform: translateX(75px);
}

.list-virtual iframe {
  height: 100%;
  width: 100%;
}

.list-content-blocks {
  padding: 60px 0;
  overflow-x: hidden;
}
.list-content-blocks .container > div {
  margin-bottom: 50px;
}
.list-content-blocks .container > div:last-child {
  margin-bottom: 0;
}

.list-img-callout {
  position: relative;
  z-index: 1;
}
.list-img-callout.img-left .lic-brand {
  right: -100px;
  justify-content: flex-end;
}
.list-img-callout.img-right .lic-brand {
  left: -100px;
}

.lic-brand {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: -1;
}
.lic-brand img {
  width: 350px;
  height: auto;
  opacity: 0.33;
}

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

.list-map-agents {
  padding-right: 60px;
}

.list-map {
  margin-bottom: 40px;
}
.list-map .acf-map {
  border: 2px solid #d0b893;
}

.list-agent {
  margin-bottom: 20px;
}
.list-agent h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0b893;
}
.list-agent h4 a {
  color: #201e20;
}
.list-agent h4 a:hover, .list-agent h4 a:focus, .list-agent h4 a:active {
  color: #d0b893;
}

.list-agent-img {
  width: 160px;
  min-width: 160px;
  margin-right: 15px;
  border-radius: 100%;
  overflow: hidden;
}

.list-agent-info {
  flex-grow: 1;
}

.list-gallery-wrap {
  padding: 50px 0 30px;
}

.more-photos {
  color: #201e20;
  font-weight: 600;
}

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

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

.related-listings-wrap {
  padding: 45px 30px;
  overflow-x: hidden;
}
.related-listings-wrap + .related-listings-wrap {
  border-top: 1px solid #d0b893;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .lic-brand img {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .list-hilites .art-ratio-21x9 {
    aspect-ratio: 16/9;
  }

  .list-detail {
    width: 25%;
    min-width: 25%;
  }

  .lic-brand img {
    width: 250px;
  }

  .list-map-agents {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .list-detail {
    width: 33.333333%;
    min-width: 33.333333%;
  }

  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }

  .list-tour-brand,
.lic-brand {
    display: none;
  }

  .lic-copy {
    text-align: center;
  }
  .lic-copy h2 {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .single-listing #masthead .pg-header-logo {
    margin-top: -72px;
  }
  .single-listing #masthead.header-scroll .pg-header-logo {
    height: 42px;
  }

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

  .list-img-wrap .art-ratio-16x9,
.list-img-wrap .art-ratio-21x9 {
    aspect-ratio: 7/5;
  }

  .list-status {
    top: 10px;
    left: 10px;
    padding: 5px;
  }

  .see-full {
    padding: 10px 15px;
  }

  .list-img,
.contained-hilites {
    padding: 30px 0;
  }

  .hilites-car-wrap {
    display: none;
  }

  .list-hilites .slick-arrow.slick-prev {
    left: 5px !important;
  }
  .list-hilites .slick-arrow.slick-next {
    right: 5px !important;
  }

  .list-detail {
    width: 50%;
    min-width: 50%;
  }
  .list-detail .text-uppercase {
    font-size: 0.8rem;
  }

  .list-agent {
    display: block !important;
  }

  .list-agent-img {
    margin: 0 0 15px;
  }

  .hq-ah--data-container {
    flex-direction: column !important;
  }
  .hq-ah--data-container > div {
    width: 100% !important;
  }

  .related-listings-wrap {
    padding: 45px 0;
  }
}
.post-top-wrap {
  padding: 30px 0 40px;
}

.post-header {
  order: 2;
}

.post-wrap {
  margin: 50px -15px 75px;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .post-header {
    order: unset;
    text-align: center;
    margin-bottom: 35px;
  }
  .post-header h1 {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .post-wrap {
    margin-bottom: 50px;
  }
}
.bio-header-wrap {
  padding: 30px 0 25px;
}
.bio-header-wrap .pg-header-brand {
  left: 15%;
}
.bio-header-wrap .container {
  position: relative;
  z-index: 1;
}

.bio-featured {
  margin-top: 35px;
}

.bio-social {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bio-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d0b893;
  width: 40px;
  height: 40px;
  margin: 5px;
  color: #fff !important;
}
.bio-social a:hover, .bio-social a:focus, .bio-social a:active {
  background-color: #d0b893;
}

.bio-wrap {
  margin: 60px -15px 75px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .bio-header-wrap .pg-header-brand {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .bio-header-wrap .pg-header-brand {
    left: 20px;
  }

  .bio-contact span {
    display: block;
  }
  .bio-contact .delim {
    display: none;
  }
}
.blog-faq {
  margin: 45px 0;
}

.faq-toggle {
  background-color: transparent;
  border: 0;
  padding: 0 0 5px;
  border-bottom: 2px solid #d0b893;
  outline: none !important;
  text-align: left;
  color: #201e20 !important;
}

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

.thanks-wrap {
  min-height: 100vh;
  padding: 30px 0 100px;
}
.thanks-wrap .container {
  position: relative;
  z-index: 2;
}
.thanks-wrap .container a:not(.btn) {
  border-bottom: 1px solid #d0b893;
}
.thanks-wrap .container a:not(.btn):hover, .thanks-wrap .container a:not(.btn):focus, .thanks-wrap .container a:not(.btn):active {
  border-color: transparent;
}
.thanks-wrap .pg-header-logo {
  position: relative;
  z-index: 2;
  margin-bottom: 150px;
}

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

/** # Responsive **/
@media (max-width: 1399px) {
  .thanks-wrap .pg-header-logo {
    margin-bottom: 75px;
  }
}
@media (max-width: 991px) {
  .thanks-wrap {
    min-height: unset;
  }
}
/* Custom */
.homepage-hero {
  min-height: 100vh;
  padding: 75px 0 0;
  overflow: hidden;
}
.homepage-hero:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.25) 100%);
  z-index: 1;
}
.homepage-hero .container {
  position: relative;
  z-index: 1;
}

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

.hero-logo {
  margin-bottom: 20px;
}
.hero-logo img {
  width: 350px;
  height: auto;
}

.hero-links {
  flex-wrap: wrap;
  left: 0;
  width: calc(100vw + 2px);
  margin-top: 90px;
}
.hero-links a {
  display: block;
  text-transform: uppercase;
  border-color: #fff !important;
  color: #fff !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  font-size: 0.85rem;
  min-height: 80px;
  padding: 30px 10px;
  width: 25%;
  min-width: 25%;
}
.hero-links a:last-child {
  border-right: 0 !important;
}
.hero-links a:before {
  background-color: rgba(0, 45, 79, 0.25);
  transition: all 0.4s ease-out;
  opacity: 0;
  z-index: -1;
}
.hero-links a span:before {
  background-size: 22px;
  width: 22px;
  height: 24px;
}
.hero-links a:hover:before, .hero-links a:focus:before, .hero-links a:active:before {
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hero-links {
    margin-top: 50px;
  }
  .hero-links a {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    min-height: unset;
    overflow: hidden;
  }
  .homepage-hero:before {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .hero-logo img {
    width: 250px;
  }

  .hero-links {
    margin-left: -1px;
    margin-right: -1px;
  }
  .hero-links a {
    width: 100%;
    min-width: 100%;
    min-height: 60px;
    padding: 15px 10px;
  }
}
.hpteam-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 45px;
}

.hpteam-content-inner {
  max-width: 500px;
}

.hpteam-graphic {
  position: absolute;
  top: 0;
  right: -75px;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: -1;
  display: flex;
  justify-content: flex-end;
}
.hpteam-graphic img {
  opacity: 0.25;
  width: 350px;
  height: auto;
}

.hpteam-media {
  padding-left: 0;
}
.hpteam-media .media-wrap {
  border-top-left-radius: 285px;
  border-top-right-radius: 285px;
  overflow: hidden !important;
  width: 560px;
  position: absolute;
  top: 65px;
  right: 0;
  bottom: 65px;
  left: 0;
  z-index: initial;
  margin: auto;
  background-color: #201e20;
}
.hpteam-media .bg-slide,
.hpteam-media .comp-img,
.hpteam-media .video-wrap video {
  border-top-left-radius: 285px;
  border-top-right-radius: 285px;
  overflow: hidden !important;
}

.hpteam-media-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 35px;
  position: relative;
}

.hpteam-frame {
  width: 625px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hpteam-frame img {
  width: 100%;
  height: auto;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hpteam-frame {
    width: 510px;
  }

  .hpteam-media .media-wrap {
    width: 445px;
  }
}
@media (max-width: 1199px) {
  .hpteam-frame {
    width: 405px;
  }

  .hpteam-media .media-wrap {
    width: 345px;
  }

  .hpteam-graphic img {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .hpteam-media {
    padding: 0;
  }

  .hpteam-content {
    padding: 35px 15px;
  }
}
@media (max-width: 767px) {
  .hpteam-frame {
    width: 280px;
  }

  .hpteam-media .media-wrap {
    width: 245px;
    top: 45px;
    bottom: 45px;
  }
}
.homepage-listings {
  padding: 50px 0;
}

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

#listings-tabs {
  justify-content: center;
  border: 0;
}
#listings-tabs .nav-link {
  border: 1px solid #d0b893 !important;
  border-radius: 0 !important;
  background-color: transparent;
  min-width: 250px;
  color: #201e20;
  margin: 0;
  transition: all 0.4s ease-out;
}
#listings-tabs .nav-link#commercial-tab {
  color: #002D4F;
}
#listings-tabs .nav-link.active {
  pointer-events: none;
  cursor: default;
  background-color: #002D4F !important;
  color: #d0b893 !important;
  border-color: #201e20 !important;
}
#listings-tabs .nav-link:hover, #listings-tabs .nav-link:active {
  background-color: rgba(32, 30, 32, 0.1);
}

.listing-tab-query {
  padding: 0 15px;
  margin: 0;
}

.listing-tab-link {
  padding: 0 15px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .listing-slider-arrows {
    text-align: center;
    margin-bottom: 30px;
  }
  .listing-slider-arrows button + button {
    margin-left: 5px;
  }
}
.hp-copy-and-media {
  padding: 60px;
}
.hp-copy-and-media.white-bg {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 60px;
  margin-bottom: 60px;
}
.hp-copy-and-media.media-right .hpcm-media {
  order: 2;
}
.hp-copy-and-media.media-right .hpcm-inner {
  padding-right: 50px;
}
.hp-copy-and-media.media-right .hpcm-graphic {
  left: -130px;
}
.hp-copy-and-media.media-left .hpcm-inner {
  padding-left: 50px;
}
.hp-copy-and-media.media-left .hpcm-graphic {
  right: -130px;
  justify-content: flex-end;
}
.hp-copy-and-media.style1 .hpcm-inner {
  min-height: 90vh;
}
.hp-copy-and-media.style1 .hpcm-inner > div {
  max-width: 400px;
}
.hp-copy-and-media.style2 .hpcm-inner {
  min-height: 80vh;
}
.hp-copy-and-media.style2 .hpcm-inner > div {
  max-width: 375px;
}

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

.hpcm-inner {
  padding: 30px 15px;
  position: relative;
  z-index: 1;
}

.hpcm-graphic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: -1;
  display: flex;
  align-items: flex-start;
}
.hpcm-graphic img {
  width: 275px;
  height: auto;
  opacity: 0.2;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-copy-and-media {
    padding: 60px 30px;
  }
  .hp-copy-and-media.media-right .hpcm-inner {
    padding-right: 30px;
  }
  .hp-copy-and-media.media-left .hpcm-inner {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .hp-copy-and-media {
    padding: 50px 35px;
  }

  .hpcm-media {
    height: 475px;
    margin-bottom: 35px;
    order: unset !important;
  }

  .hpcm-inner {
    min-height: unset !important;
    padding: 0 15px !important;
    text-align: center;
  }
  .hpcm-inner h2 {
    justify-content: center;
  }
  .hpcm-inner > div {
    max-width: unset !important;
  }

  .hpcm-graphic {
    left: -100px !important;
    right: 0 !important;
    justify-content: flex-end;
  }
  .hpcm-graphic img {
    width: 225px;
  }
}
@media (max-width: 767px) {
  .hp-copy-and-media {
    padding: 40px 15px;
  }

  .hpcm-media {
    height: unset;
    aspect-ratio: 4/3;
  }
}
.homepage-testimonials {
  padding: 100px 0 45px;
}

.hpt-slide {
  margin: 0 25px;
  background-color: #021E34;
  padding: 30px 60px;
}
.hpt-slide.slick-current .hpt-slide-inner {
  opacity: 1;
}

.hpt-slide-inner {
  height: 100%;
  padding-bottom: 15px;
  transition: all 0.4s ease-out;
  opacity: 0.3;
}

.hpt-brand {
  height: 75px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.hpt-brand img {
  height: 100%;
  width: auto;
}

.hpt-excerpt {
  position: relative;
  z-index: 1;
  margin-top: 55px;
}
.hpt-excerpt img {
  position: absolute;
  top: -65px;
  left: -20px;
  z-index: -1;
}

.hpt-arrows .slick-arrow {
  position: absolute;
  top: calc(50% - 17px);
  z-index: 2;
}
.hpt-arrows .slick-arrow.slick-prev {
  left: 27%;
}
.hpt-arrows .slick-arrow.slick-next {
  right: 27%;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hpt-arrows .slick-arrow.slick-prev {
    left: 24%;
  }
  .hpt-arrows .slick-arrow.slick-next {
    right: 24%;
  }
}
@media (max-width: 1399px) {
  .hpt-arrows .slick-arrow.slick-prev {
    left: 22%;
  }
  .hpt-arrows .slick-arrow.slick-next {
    right: 22%;
  }
}
@media (max-width: 1199px) {
  .hpt-arrows .slick-arrow.slick-prev {
    left: 16%;
  }
  .hpt-arrows .slick-arrow.slick-next {
    right: 16%;
  }
}
@media (max-width: 991px) {
  .homepage-testimonials {
    padding: 40px 0;
  }

  .hpt-slide {
    margin: 0 50px;
  }

  .hpt-arrows .slick-arrow.slick-prev {
    left: 25px;
  }
  .hpt-arrows .slick-arrow.slick-next {
    right: 25px;
  }
}
@media (max-width: 991px) {
  .hpt-slide {
    margin: 0 15px;
    padding: 30px 20px;
  }

  .hpt-arrows {
    text-align: center;
    margin-top: 35px;
  }
  .hpt-arrows .slick-arrow {
    position: static;
  }
  .hpt-arrows .slick-arrow + .slick-arrow {
    margin-left: 5px;
  }
}
.copy-large-media {
  margin-top: 50px;
  margin-bottom: 30px;
}

.hp-overlay-media {
  padding: 0 20px;
  margin-top: 30px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .hp-overlay-media {
    padding: 0 15px;
  }
}
.homepage-blog {
  padding: 50px 0 40px;
}

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

.hp-blog-slider {
  margin: 0 -15px;
}

.hp-blog-arrows {
  display: flex;
  justify-content: flex-end;
}
.hp-blog-arrows button + button {
  margin-left: 8px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-blog-header h2 {
    justify-content: center;
  }

  .hp-blog-arrows {
    justify-content: center;
  }
}
/** # Responsive **/
@media (max-width: 767px) {
  .hp-blog-arrows .slick-arrow {
    width: 45px;
  }
}
.freeform-content {
  margin: 40px 0;
}

.ff-content blockquote:first-child {
  margin-top: 0;
}
.ff-content blockquote:last-child {
  margin-bottom: 0;
}

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

.overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
}
.overlay-media:before {
  background: linear-gradient(to right, #201e20, rgba(32, 30, 32, 0) 80%);
  z-index: 1;
}
.overlay-media > div {
  transform: scale(1.1);
  transition: all 1s ease-out 0.3s;
}
.overlay-media.animated > div {
  transform: scale(1);
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-on-media {
    min-height: unset;
    padding: 70px 0;
  }

  .overlay-media:before {
    background: none;
    background-color: rgba(32, 30, 32, 0.6);
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    padding: 50px 0 40px;
  }
}
.copy-and-media {
  padding: 70px 0;
}
.copy-and-media.white-bg {
  padding: 0;
  margin-top: 70px;
  margin-bottom: 70px;
}
.copy-and-media.primarylt-bg + .primarylt-bg, .copy-and-media.black-bg + .black-bg {
  padding-top: 0;
}
.copy-and-media.media-left .cm-inner {
  padding-left: 100px;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-right .cm-inner {
  padding-right: 100px;
}
.copy-and-media.media-fit .cm-media {
  position: relative;
}
.copy-and-media.media-fit .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.copy-and-media.media-square .media-wrap {
  aspect-ratio: 1/1;
}
.copy-and-media.media-portrait .media-wrap {
  aspect-ratio: 2.5/3;
}
.copy-and-media.media-landscape .media-wrap {
  aspect-ratio: 7/5;
}

.cm-media .media-wrap {
  overflow: hidden;
}
.cm-media .media-wrap > div {
  transform: scale(1.1);
  transition: all 1s ease-out 0.3s;
}
.cm-media .media-wrap.animated > div {
  transform: scale(1);
}

/** # Responsive **/
@media (max-width: 1399px) {
  .copy-and-media.media-left .cm-inner {
    padding-left: 30px;
  }
  .copy-and-media.media-right .cm-inner {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .copy-and-media.media-left .cm-inner {
    padding-left: 15px;
  }
  .copy-and-media.media-right .cm-inner {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .copy-and-media {
    padding: 50px 0 40px;
  }
  .copy-and-media.white-bg {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .copy-and-media .cm-media {
    order: unset !important;
    margin-bottom: 25px;
  }
  .copy-and-media.media-fit .cm-media {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .copy-and-media.media-fit .cm-media {
    aspect-ratio: 7/5;
    height: unset;
  }
}
.leadership-query {
  padding: 50px 0 20px;
  margin-bottom: 45px;
}
.leadership-query .container {
  position: relative;
  z-index: 1;
}

.team-query-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.team-query-brand img {
  width: 350px;
  height: auto;
  opacity: 0.33;
  transform: translateX(75px);
}

.team-query {
  position: relative;
  z-index: 1;
  padding: 0 40px;
  margin-bottom: 30px;
}

.team-box-wrap {
  margin-bottom: 45px;
}
.team-box-wrap a:hover h3, .team-box-wrap a:focus h3, .team-box-wrap a:active h3 {
  color: #d0b893;
}
.team-box-wrap a:hover .gem-link, .team-box-wrap a:focus .gem-link, .team-box-wrap a:active .gem-link {
  border-color: #d0b893;
}
.team-box-wrap a:hover .team-box-img img, .team-box-wrap a:focus .team-box-img img, .team-box-wrap a:active .team-box-img img {
  transform: scale(0.97);
  transform-origin: center;
}

.team-box-img {
  margin-bottom: 12px;
}
.team-box-img img {
  transition: all 0.4s ease-out;
}

.team-box-info {
  color: #201e20;
}
.team-box-info h3 {
  transition: all 0.4s ease-out;
}
.team-box-info hr {
  background-color: #d0b893;
  opacity: 1;
  margin: 8px 0;
}
.team-box-info .gem-link {
  border-color: transparent;
}

/** # Responsive **/
@media (max-width: 991px) {
  .leadership-query .container {
    max-width: 100%;
    padding: 0 40px;
  }
  .leadership-query .team-box-img {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 767px) {
  .team-query,
.leadership-query .container {
    padding: 0 15px;
  }
}
.blog-feed {
  padding: 50px 0;
}

.blog-feed-slider {
  margin: 25px -15px 0;
}

.blog-feed-arrows .slick-arrow + .slick-arrow {
  margin-left: 10px;
}

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

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

.logo-slide {
  padding: 0 25px;
}
.logo-slide p {
  text-align: center;
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #201e20;
  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: #d0b893;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .logo-slide-logo {
    height: 125px;
  }
}
/* Styling for testimonial callout component */
.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: #201e20;
  opacity: 0;
  transition: all 0.4s ease-out;
}

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

/* Styling for WP Media Block */
.no-scroll {
  overflow: hidden;
}

.loading-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
}

.ls-inner {
  text-align: center;
  width: 350px;
  position: relative;
}

.ls-1 {
  width: 100%;
  transform: translateY(-75%);
  opacity: 0;
  transition: all 0.4s ease-out;
}

.ls-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  transform: translateY(75%);
  opacity: 0;
  transition: all 0.4s ease-out;
}
.ls-2.ls-animated-reverse {
  transform: translateY(-75%) !important;
  opacity: 0 !important;
  transition: all 0.4s ease-out !important;
}

.ls-3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.4s ease-out !important;
}
.ls-3.ls-animated {
  transition: all 0.4s ease-out !important;
}

.ls-1.ls-animated,
.ls-2.ls-animated,
.ls-3.ls-animated {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease-out;
}

/** # Responsive **/
@media (max-width: 767px) {
  .ls-inner {
    width: 275px;
  }
}
.cta-callout {
  margin: 40px 0;
  padding: 40px;
  min-height: 425px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-callout .position-relative {
  z-index: 1;
}
.cta-callout p {
  line-height: 1.25;
}
.cta-callout p a {
  color: #d0b893 !important;
  border-bottom: 1px solid #d0b893;
}
.cta-callout p a:hover, .cta-callout p a:focus, .cta-callout p a:active {
  border-color: transparent;
}

.cta-callout-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: -1;
}
.cta-callout-img:before {
  background-color: rgba(32, 30, 32, 0.6);
}

.cta-callout-brand {
  margin: 0 auto 15px;
  text-align: center;
}
.cta-callout-brand img {
  width: 50px;
  height: auto;
}

/** # Responsive **/
@media (max-width: 767px) {
  .cta-callout {
    padding: 30px 15px;
    min-height: unset;
  }
}
.content-block {
  padding: 50px 0;
  overflow-x: hidden;
}
.content-block.white-bg {
  padding: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
.content-block.primarylt-bg + .primarylt-bg, .content-block.black-bg + .black-bg {
  padding-top: 0;
}
.content-block blockquote {
  max-width: 55%;
}

.content-block-media .comp-img,
.content-block-media .bg-slide {
  aspect-ratio: 18/9;
}
.content-block-media .comp-img img,
.content-block-media .bg-slide img {
  object-position: top;
}
.content-block-media .img-slider-arrows {
  position: unset;
  padding: 0;
  background-color: transparent;
}
.content-block-media .img-slider-arrows .slick-arrow {
  position: absolute;
  top: calc(50% - 17px);
  z-index: 2;
}
.content-block-media .img-slider-arrows .slick-arrow.slick-prev {
  left: -22px;
}
.content-block-media .img-slider-arrows .slick-arrow.slick-next {
  right: -22px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .content-block blockquote {
    max-width: 60%;
  }
}
@media (max-width: 1199px) {
  .content-block-media .comp-img,
.content-block-media .bg-slide {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 991px) {
  .content-block blockquote {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .content-block-media .comp-img,
.content-block-media .bg-slide {
    aspect-ratio: 7/5;
  }
  .content-block-media .img-slider-arrows .slick-arrow {
    top: unset;
    bottom: 12px;
  }
  .content-block-media .img-slider-arrows .slick-arrow.slick-prev {
    left: 8px;
  }
  .content-block-media .img-slider-arrows .slick-arrow.slick-next {
    right: 8px;
  }
}
.resource-links-wrap {
  margin: 75px -15px 30px;
}

.rl-intro {
  margin-bottom: 30px;
}

.rl-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d0b893;
  color: #d0b893;
  border-radius: 100%;
}

.rl-box-wrap {
  margin-bottom: 30px;
}
.rl-box-wrap a:hover .rl-box-img:before, .rl-box-wrap a:focus .rl-box-img:before, .rl-box-wrap a:active .rl-box-img:before {
  opacity: 0.8;
}
.rl-box-wrap a:hover .rl-box-info img, .rl-box-wrap a:focus .rl-box-info img, .rl-box-wrap a:active .rl-box-info img {
  transform: rotate(90deg);
  transform-origin: center;
}

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

.rl-box-img {
  height: 375px;
}
.rl-box-img:before {
  background-color: rgba(32, 30, 32, 0.6);
  transition: all 0.4s ease-out;
}

.rl-box-info {
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
}
.rl-box-info img {
  width: 20px;
  height: auto;
  margin: 3px auto 0;
  transition: all 0.4s ease-out;
}

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

  .rl-box-img {
    height: unset;
    aspect-ratio: 1/1;
  }

  .rl-arrow {
    transform: rotate(90deg);
  }
}
.stats-slider-wrap {
  padding: 90px 0;
}
.stats-slider-wrap .container {
  position: relative;
}

.stat-slide {
  border: 1px solid #d0b893;
}
.stat-slide .row {
  margin: 0;
}
.stat-slide:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #d0b893;
}

.stat-slide-half {
  padding: 60px 40px 75px;
}

.stat-logo {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 75px;
}
.stat-logo img {
  height: 75px;
  width: auto;
}

.stat-gem {
  width: 35px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.stats-slider-arrows .slick-arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 17px);
}
.stats-slider-arrows .slick-arrow.slick-prev {
  left: -7px;
}
.stats-slider-arrows .slick-arrow.slick-next {
  right: -7px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .stat-slide-half {
    padding: 45px 20px 50px;
  }
  .stat-slide-half .h1 {
    font-size: 2.2rem;
  }

  .stat-logo {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .stats-slider-wrap {
    padding: 50px 0;
  }

  .stat-slide:before {
    display: none;
  }

  .stat-slide-half {
    padding: 30px 15px 15px;
  }
  .stat-slide-half.average-side {
    border-top: 1px solid #d0b893;
  }
  .stat-slide-half .h1 {
    font-size: 1.75rem;
  }

  .stat-logo {
    min-height: unset;
    margin-bottom: 30px;
  }
  .stat-logo img {
    height: 45px;
  }

  .stat-gem {
    width: 20px;
  }

  .stats-slider-arrows {
    margin-top: 30px;
    text-align: center;
  }
  .stats-slider-arrows .slick-arrow {
    position: static;
  }
  .stats-slider-arrows .slick-arrow + .slick-arrow {
    margin-left: 10px;
  }
}
.com-box-wrap {
  margin-bottom: 45px;
  padding: 0 8px;
}
.com-box-wrap a {
  color: #201e20;
}
.com-box-wrap a:hover .com-box-img img, .com-box-wrap a:focus .com-box-img img, .com-box-wrap a:active .com-box-img img {
  transform: scale(0.97);
  transform-origin: center;
}
.com-box-wrap a:hover .com-box-info .gem-link, .com-box-wrap a:focus .com-box-info .gem-link, .com-box-wrap a:active .com-box-info .gem-link {
  color: #d0b893;
}
.com-box-wrap a:hover .com-box-info .gem-link:before, .com-box-wrap a:focus .com-box-info .gem-link:before, .com-box-wrap a:active .com-box-info .gem-link:before {
  transform: rotate(90deg);
  transform-origin: center;
}

.com-box-img {
  position: relative;
}
.com-box-img img {
  transition: all 0.4s ease-out;
}

.com-box-info {
  background-color: #fff;
  padding: 12px;
}
.com-box-info .gem-link {
  border: 0;
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 767px) {
  .com-box-wrap {
    padding: 0 15px;
  }
}
.com-top-wrap {
  padding: 30px 0 50px;
}
.com-top-wrap .container {
  position: relative;
  z-index: 1;
}

.com-wrap {
  padding: 60px 0 75px;
}

.com-stats {
  margin-bottom: 45px;
  padding-right: 75px;
}

.com-stat {
  padding: 25px 0;
  border-bottom: 1px solid #d0b893;
}
.com-stat:first-child {
  padding-top: 0;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .com-top-wrap .pg-header-brand {
    left: -75px;
  }
}
@media (max-width: 1199px) {
  .com-top-wrap .pg-header-brand img {
    width: 275px;
  }

  .com-stats,
.com-wrap .entry-content {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .com-top-wrap .page-header {
    text-align: center;
    margin-bottom: 35px;
  }
  .com-top-wrap .page-header h1 {
    justify-content: center;
  }

  .com-wrap + .blog-feed {
    padding-top: 0;
  }
}
.event-box-wrap {
  margin-bottom: 45px;
  padding: 0 8px;
}
.event-box-wrap a {
  color: #201e20;
  display: block;
  height: 100%;
}
.event-box-wrap a:hover .event-box-img img, .event-box-wrap a:focus .event-box-img img, .event-box-wrap a:active .event-box-img img {
  transform: scale(0.97);
  transform-origin: center;
}
.event-box-wrap a:hover .event-box-info .gem-link, .event-box-wrap a:focus .event-box-info .gem-link, .event-box-wrap a:active .event-box-info .gem-link {
  color: #d0b893;
}
.event-box-wrap a:hover .event-box-info .gem-link:before, .event-box-wrap a:focus .event-box-info .gem-link:before, .event-box-wrap a:active .event-box-info .gem-link:before {
  transform: rotate(90deg);
  transform-origin: center;
}

.event-box-inner {
  background-color: #fff;
  height: 100%;
}

.event-box-img {
  position: relative;
}
.event-box-img img {
  transition: all 0.4s ease-out;
}

.event-box-status {
  position: absolute;
  top: 10px;
  left: 12px;
  transition: all 0.4s ease-out;
  padding: 6px 10px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
}

.event-box-info {
  background-color: #fff;
  padding: 12px;
}
.event-box-info .gem-link {
  border: 0;
  transition: all 0.4s ease-out;
}

.event-status-flag {
  display: inline-block;
  margin: 0 auto 20px;
  min-width: 150px;
  padding: 5px 10px;
}

.events-wrap {
  padding: 50px 0;
}
.events-wrap .sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-header .share-wrap a {
  border: 0 !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .event-box-wrap {
    transition-delay: 0.3s !important;
  }
}
@media (max-width: 767px) {
  .event-box-wrap {
    padding: 0 15px;
  }
}

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