@charset "UTF-8";
/* Helpers */
/* Colours */
/* Typography */
.lb-img:before, .link-box-img:after, .team-box-img:before, .hpcm-media:before, .hp-overlay-media:before, .hpcb-media:before, .hero-media:before, .blog-cta:before, .cta-section:before, .lead-img:before, .blog-box-img:before, .video-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

.no-scrollbar,
.modal-content-wrap {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar,
.modal-content-wrap::-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 */
.faderight,
.fade-children.faderight > *, .fadeleft,
.fade-children.fadeleft > *, .fadedown,
.fade-children.fadedown > *, .fadeup,
.fade-children.fadeup > * {
  opacity: 0;
  transition: opacity 0.6s ease-out 0.3s, transform 0.6s ease-out 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, a {
  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.6s ease-out 0.3s;
}

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

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

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

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

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

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

.fadein.animated {
  opacity: 1;
}

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

.animate-heading {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease-out;
}
.animate-heading.animated {
  opacity: 1;
}
.animate-heading .word {
  padding-right: 12px;
}
.animate-heading .word:last-child {
  padding-right: 0 !important;
}
.animate-heading.text-end {
  justify-content: flex-end;
}
.animate-heading.text-center {
  justify-content: center;
}

.jumbo.animate-heading .word, .h1.animate-heading .word, h1.animate-heading .word {
  padding-right: 22px;
}

.h2.animate-heading .word, h2.animate-heading .word {
  padding-right: 18px;
}

.h3.animate-heading .word, h3.animate-heading .word {
  padding-right: 14px;
}

.h4.animate-heading .word, h4.animate-heading .word {
  padding-right: 10px;
}

.h5.animate-heading .word, h5.animate-heading .word {
  padding-right: 8px;
}

.fadeWord {
  opacity: 0 !important;
  transform: translateY(0);
  display: inline-block;
  transition: all 0.4s ease-out 0.3s;
}
.fadeWord.animated {
  opacity: 1 !important;
  transform: translateY(0);
}

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

  .jumbo.animate-heading .word, .h1.animate-heading .word, h1.animate-heading .word {
    padding-right: 19px;
  }

  .h2.animate-heading .word, h2.animate-heading .word {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .jumbo.animate-heading .word, .h1.animate-heading .word, h1.animate-heading .word {
    padding-right: 12px;
  }

  .h2.animate-heading .word, h2.animate-heading .word,
.h3.animate-heading .word, h3.animate-heading .word {
    padding-right: 9px;
  }

  .h4.animate-heading .word, h4.animate-heading .word {
    padding-right: 7px;
  }

  .h5.animate-heading .word, h5.animate-heading .word {
    padding-right: 6px;
  }
}
/******* Fonts *******/
/** woff/woff2 only **/
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/hinted-PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/hinted-PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/hinted-WorkSans-Italic.woff2") format("woff2"), url("../fonts/hinted-WorkSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/hinted-WorkSans-BoldItalic.woff2") format("woff2"), url("../fonts/hinted-WorkSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/hinted-WorkSans-Medium.woff2") format("woff2"), url("../fonts/hinted-WorkSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/hinted-WorkSans-Bold.woff2") format("woff2"), url("../fonts/hinted-WorkSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/hinted-WorkSans-Regular.woff2") format("woff2"), url("../fonts/hinted-WorkSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/hinted-WorkSans-SemiBold.woff2") format("woff2"), url("../fonts/hinted-WorkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/hinted-WorkSans-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-WorkSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/hinted-WorkSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/hinted-WorkSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: normal;
  color: #000;
  overflow-x: hidden;
}

p:empty {
  display: none;
}

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

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Playfair Display", serif;
  line-height: 1.15;
}

.jumbo {
  font-size: 5rem;
}

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: "Playfair Display", serif;
}

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

.light {
  font-weight: 100;
}

.med {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

.primary-text {
  color: #cb3127;
}

.secondary-text {
  color: #732320;
}

.tertiary-text {
  color: #515d4d;
}

.lightgrey-text {
  color: #f5f5f5;
}

.lightprimary-text {
  color: #F7F2F2;
}

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

blockquote {
  margin: 30px 0;
  padding: 30px;
  position: relative;
  background-color: #000;
}
blockquote:before {
  content: "";
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  display: block;
  background-image: url("../images/brandmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
blockquote p {
  color: #fff !important;
  font-size: 1.05rem !important;
  line-height: 1.3;
  text-align: center;
}
blockquote p:last-child {
  margin: 0;
}
blockquote a:not(.btn):hover, blockquote a:not(.btn):focus, blockquote a:not(.btn):active {
  color: #e0665e;
}

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

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

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

  h3, .h3 {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .jumbo {
    font-size: 2.3rem;
  }

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

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

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

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

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

  blockquote {
    padding: 30px 20px;
  }
}
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, .hp-popout, #masthead.header-scroll {
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
}

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

.YTwrapper {
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.video-overlay:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.video-overlay svg {
  position: relative;
  z-index: 1;
  width: 140px;
}

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

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

.fancybox__progress {
  background: #cb3127 !important;
}

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

.lightprimary-bg {
  background-color: #F7F2F2;
}

.black-bg {
  background-color: #000;
  color: #fff;
}
.black-bg a:not(.btn):hover, .black-bg a:not(.btn):focus, .black-bg a:not(.btn):active {
  color: #e0665e;
}
.black-bg .btn-primary, .black-bg #login .button-primary, #login .black-bg .button-primary, .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 {
  color: #cb3127 !important;
}
.black-bg blockquote {
  border: 1px solid #fff;
}

.primary-bg {
  background-color: #cb3127;
  color: #fff;
}

.secondary-bg {
  background-color: #732320;
  color: #fff;
}

.tertiary-bg {
  background-color: #515d4d;
  color: #fff;
}

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

.art-ratio-1x1 {
  aspect-ratio: 1/1;
}

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

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

.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-21x9 {
  aspect-ratio: 21/9;
}

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

.btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
}
.btn-close:hover, .btn-close:focus, .btn-close:active {
  opacity: 0.5;
}

.modal-backdrop {
  background-color: #fff;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.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 {
  background-color: #cb3127;
  transform: translateY(-8px);
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots button {
  text-indent: -9999px;
  border: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  background-color: #732320;
  transition: all 0.4s ease-out;
}
.slick-dots button:hover, .slick-dots button:focus, .slick-dots button:active {
  background-color: #cb3127;
}

.art-arrows {
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
}
.art-arrows button {
  background-color: transparent;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 45px;
  height: 45px;
  transition: all 0.4s ease-out;
}
.art-arrows button:hover, .art-arrows button:focus, .art-arrows button:active {
  color: #cb3127;
}

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

.map-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
  z-index: -1;
}
.map-bg img {
  transform: scale(1.2);
  transition: all 25s ease-out;
}
.map-bg.animated img {
  transform: scale(1);
}

.o70 {
  opacity: 0.7;
}

/** # Responsive **/
@media (max-width: 767px) {
  .gallery-item {
    width: 50%;
    min-width: 50%;
  }

  #page {
    overflow: hidden;
  }

  .video-overlay svg {
    width: 90px;
  }
}
a {
  color: #cb3127;
  text-decoration: none;
}

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

.underline-link {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  display: inline-block;
  border-bottom: 2px solid #cb3127;
  color: #732320;
  font-weight: 600;
}
.underline-link.white-underline-link {
  color: #fff;
  border-color: #fff;
}
.underline-link.xtiny {
  font-size: 0.6rem;
}
.underline-link:hover, .underline-link:focus, .underline-link:active {
  border-color: transparent;
}

.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: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  line-height: 1;
  border-radius: 0;
  border: 2px solid transparent !important;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  padding: 0;
  box-shadow: none !important;
  background-color: transparent !important;
}
.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 {
  transition: all 0.4s ease-out;
  display: block;
  text-align: center;
  padding: 19px 25px;
  min-height: 51px;
  min-width: 230px;
}
.btn .hover-span, #login .button-primary .hover-span, .wp-block-button.is-style-outline .wp-block-button__link .hover-span, .wp-block-button:not(.is-style-outline) .wp-block-button__link .hover-span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(100%);
}
.btn:hover .def-span, #login .button-primary:hover .def-span, .wp-block-button.is-style-outline .wp-block-button__link:hover .def-span, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .def-span, .btn:focus .def-span, #login .button-primary:focus .def-span, .wp-block-button.is-style-outline .wp-block-button__link:focus .def-span, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .def-span, .btn:active .def-span, #login .button-primary:active .def-span, .wp-block-button.is-style-outline .wp-block-button__link:active .def-span, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .def-span {
  transform: translateY(-100%);
}
.btn:hover .hover-span, #login .button-primary:hover .hover-span, .wp-block-button.is-style-outline .wp-block-button__link:hover .hover-span, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover .hover-span, .btn:focus .hover-span, #login .button-primary:focus .hover-span, .wp-block-button.is-style-outline .wp-block-button__link:focus .hover-span, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus .hover-span, .btn:active .hover-span, #login .button-primary:active .hover-span, .wp-block-button.is-style-outline .wp-block-button__link:active .hover-span, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active .hover-span {
  transform: translateY(0);
}

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

.btn-secondary, .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: #fff !important;
  color: #fff !important;
  font-weight: 500;
}

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

textarea {
  border-radius: 0;
  border: 1px solid #000;
  background-color: transparent;
  padding: 5px 8px;
  font-size: 1rem !important;
  color: #000;
}
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: #000;
  background-color: #fff;
}
select:focus-visible {
  outline: none;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(203, 49, 39, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px egba(#cb3127, 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: "Work Sans", sans-serif !important;
}

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

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

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

.gform_button {
  width: 100%;
}

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

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

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

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

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

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

.white-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
.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 !important;
  border-color: #fff !important;
}

/* Widgets */
.widget-title {
  display: none;
}

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

.search-form {
  position: relative;
}

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

.search-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-size: 20px;
  padding: 13px 0;
  border: 0 !important;
  color: #fff !important;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #cb3127 !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 !important;
  background-color: #000;
  font-size: 0.9rem !important;
}

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

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

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

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

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

.login {
  background-size: cover;
  background-position: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 100vh;
  position: relative;
}
.login .privacy-policy-page-link {
  margin: 30px 0 0;
}

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

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

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

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

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

.nav-wrap {
  min-height: 100vh;
  padding: 45px 75px 25px;
  background-color: #000;
}

.primary-nav {
  padding: 0;
}

#main-menu {
  width: 100%;
}

.main-menu {
  display: block;
  width: 100%;
}
.main-menu > li {
  text-align: left !important;
  margin-top: 15px;
}
.main-menu > li > a {
  color: #fff;
  font-size: 1.25rem;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  padding: 0 !important;
  background-color: transparent !important;
  outline: none !important;
}
.main-menu > li > a:after {
  display: none;
}
.main-menu > li > a.dropdown-toggle {
  color: #fff !important;
  pointer-events: none;
  cursor: default;
}
.main-menu > li:focus > a, .main-menu > li:hover > a, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent:focus > a, .main-menu > .current-menu-parent:hover > a, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item:focus > a, .main-menu > .current-menu-item:hover > a, .main-menu > li > a:focus, .main-menu > li > a:hover, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent > a:focus, .main-menu > .current-menu-parent > a:hover, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item > a:focus, .main-menu > .current-menu-item > a:hover {
  color: #cb3127;
  background-color: transparent;
}

/* Secondary Nav */
.dropdown-menu {
  position: static !important;
  display: block !important;
  background-color: transparent;
  border-radius: 0;
  margin-top: 0;
  border: 0;
  padding-top: 5px;
  box-shadow: 0;
}
.dropdown-menu li {
  text-align: left !important;
}
.dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 500;
  background-color: transparent !important;
  padding: 2px 10px 2px 0;
  position: relative;
  transition: all 0.2s ease-out;
}
.dropdown-menu .dropdown-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #cb3127;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.2s ease-out;
  transform: translateX(-3px);
  opacity: 0;
}
.dropdown-menu .current-menu-item .dropdown-item,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  color: #cb3127;
  padding: 2px 0 2px 10px;
  background-color: transparent;
}
.dropdown-menu .current-menu-item .dropdown-item:before,
.dropdown-menu .dropdown-item:hover:before,
.dropdown-menu .dropdown-item:active:before,
.dropdown-menu .dropdown-item:focus:before {
  transform: translateX(0);
  opacity: 1;
}

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

  .nav-wrap {
    padding: 45px 60px 25px 30px;
    background-color: #000;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: #000;
}
.header-logo a {
  display: inline-block;
  padding: 15px;
  background-color: #000;
  transform: scale(1.3);
  transform-origin: top center;
  transition: all 0.2s ease-out;
}
.header-logo img {
  height: 70px;
  width: auto;
  transition: all 0.2s ease-out;
}

.navbar-toggler {
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  box-shadow: none !important;
  color: #fff;
  font-weight: 500;
}
.navbar-toggler > div {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #fff;
  padding: 8px;
  margin-right: 20px;
}
.navbar-toggler:hover .menu-bar, .navbar-toggler:focus .menu-bar, .navbar-toggler:active .menu-bar {
  margin: 2px 0;
}

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

.header-scroll .header-logo a {
  transform: scale(1);
  padding: 10px;
}

/** # Responsive **/
@media (max-width: 767px) {
  #masthead {
    padding: 15px 0;
  }
  #masthead.header-scroll {
    padding: 10px 0;
  }

  .header-logo a {
    transform: scale(1);
    padding: 0 !important;
  }

  .nav-btn {
    order: 2;
    display: flex;
    justify-content: flex-end;
  }

  .navbar-toggler > div {
    margin-right: 0;
  }

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

.modal-content-wrap {
  min-height: 100vh;
  margin: 0;
  overflow-y: auto;
  position: relative;
}
.modal-content-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
  background-color: #F7F2F2;
}

.cta-modal-content {
  padding: 50px 45px;
}
.cta-modal-content > div {
  max-width: 450px;
}
.cta-modal-content .gform_button .hover-span {
  display: none;
}
.cta-modal-content .gform_button .def-span {
  transform: none !important;
}
.cta-modal-content .gform_button:hover, .cta-modal-content .gform_button:focus, .cta-modal-content .gform_button:active {
  background-color: #cb3127 !important;
  color: #fff !important;
}

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

.cta-img-inner {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 100px;
  right: 0;
}

.cta-logo {
  position: absolute;
  top: -75px;
  right: -75px;
  width: 150px;
  height: 150px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .cta-logo {
    top: -25px;
    right: -25px;
  }
}
@media (max-width: 991px) {
  .mobile-cta-link {
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 35px;
    height: 35px;
    z-index: 90;
    overflow: hidden;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
  }
  .mobile-cta-link a {
    background-color: #cb3127;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-content-wrap {
    background-color: #f5f5f5;
  }
  .modal-content-wrap:before {
    display: none;
  }

  .cta-logo {
    position: static;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cta-modal-content {
    padding: 45px 20px;
  }
}
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 900px;
}

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

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

.hp-popout {
  position: fixed;
  bottom: 0;
  left: -100%;
  transition: all 0.6s ease-out;
  z-index: 10;
  padding: 30px 70px 20px 20px;
  width: 475px;
}
.hp-popout .btn-close {
  background-color: #f5f5f5;
}
.hp-popout.show-popout {
  left: 0;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .hp-modal-img {
    display: none;
  }

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

  .hp-popout {
    width: 100vw;
  }
}
.footer-content {
  padding: 60px 0 50px;
}
.footer-content .jumbo {
  font-size: 5.5rem;
}

.site-footer-inner {
  border-top: 1px solid #732320;
  border-bottom: 1px solid #732320;
  margin: 0 0 45px;
}

.footer-col {
  padding: 35px 15px;
  border-right: 1px solid #732320;
}
.footer-col:last-child {
  border: 0;
}
.footer-col a {
  color: #000;
}
.footer-col a:hover, .footer-col a:focus, .footer-col a:active {
  color: #cb3127;
}

.footer-social a {
  color: #732320;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  color: #cb3127;
}

.site-info-brokerage img {
  height: 70px;
  width: auto;
}

#sb_instagram {
  position: relative;
  padding: 0;
  z-index: 1;
}

.site-info {
  padding: 25px 0 30px;
  position: relative;
}
.site-info.ig-overlay:before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  bottom: 99%;
  background-color: #000;
}
.site-info a {
  color: #fff;
}
.site-info a:hover, .site-info a:focus, .site-info a:active {
  color: #cb3127;
}

.footer-legal ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  padding: 0 5px 0 3px;
}
.footer-legal ul li {
  margin-bottom: 0.25rem;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .footer-content .jumbo {
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .footer-content .jumbo {
    font-size: 4.5rem;
  }
}
@media (max-width: 1199px) {
  .footer-content {
    padding-top: 40px;
  }
  .footer-content .jumbo {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .footer-col {
    padding: 25px 15px;
    border-bottom: 1px solid #732320;
    border-right: 0;
  }
}
.media-wrap > div {
  height: 100%;
}
.media-wrap .bg-slider,
.media-wrap .img-slider {
  height: 100% !important;
}
.media-wrap .bg-slider .slick-track,
.media-wrap .bg-slider .slick-list,
.media-wrap .bg-slider .slick-slide,
.media-wrap .img-slider .slick-track,
.media-wrap .img-slider .slick-list,
.media-wrap .img-slider .slick-slide {
  height: 100% !important;
}
.media-wrap .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;
  left: 0;
}

.list-box-wrap {
  margin-bottom: 75px;
}
.list-box-wrap.list-box-slide {
  margin-bottom: 0;
  padding: 0 15px;
}
.list-box-wrap.list-box-slide .list-box-status {
  transform: none;
}
.list-box-wrap a {
  color: #000;
  display: block;
  height: 100%;
}
.list-box-wrap a:hover .list-box-img img, .list-box-wrap a:focus .list-box-img img, .list-box-wrap a:active .list-box-img img {
  transform: scale(1.1);
}
.list-box-wrap a:hover .list-box-status, .list-box-wrap a:focus .list-box-status, .list-box-wrap a:active .list-box-status {
  transform: translateY(0);
}
.list-box-wrap a:hover .list-more, .list-box-wrap a:focus .list-more, .list-box-wrap a:active .list-more {
  border-color: transparent;
}

.list-box-inner {
  position: relative;
  background-color: #fff;
  height: 100%;
}

.list-box-status {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-30px);
  transition: all 0.4s ease-out;
  z-index: 1;
  text-align: center;
  padding: 6px 15px;
  min-width: 130px;
}

.list-box-img {
  overflow: hidden;
}
.list-box-img img {
  transition: all 4s ease-out;
}

.list-box-info {
  padding: 15px 10px;
}
.list-box-info svg {
  opacity: 0.7;
}
.list-box-info hr {
  opacity: 1;
  margin: 12px 0 10px;
}
.list-box-info h3 {
  min-height: 65px;
}

.list-box-meta span:not(:last-child):after {
  content: " | ";
}

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

.blog-box-wrap {
  margin-bottom: 50px;
}
.blog-box-wrap.blog-box-slide {
  margin-bottom: 0;
  padding: 0 15px;
}
.blog-box-wrap a {
  color: #000;
}
.blog-box-wrap a:hover .blog-box-img .object-cover, .blog-box-wrap a:focus .blog-box-img .object-cover, .blog-box-wrap a:active .blog-box-img .object-cover {
  transform: scale(1.1);
}
.blog-box-wrap a:hover .blog-box-img:before, .blog-box-wrap a:focus .blog-box-img:before, .blog-box-wrap a:active .blog-box-img:before {
  opacity: 1;
}
.blog-box-wrap a:hover .blog-more, .blog-box-wrap a:focus .blog-more, .blog-box-wrap a:active .blog-more {
  border-color: transparent;
}

.blog-box-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.blog-box-img .object-cover {
  transition: all 4s ease-out;
}
.blog-box-img:before {
  background-color: rgba(81, 93, 77, 0.3);
  transition: all 0.4s ease-out;
  z-index: 1;
  opacity: 0;
}

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

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

.page-header-wrap {
  padding: 180px 0 60px;
}
.page-header-wrap .container {
  z-index: 2;
}
.page-header-wrap .map-bg {
  z-index: 1;
}

.img-header .page-header {
  padding-right: 80px;
}

.text-header {
  padding-top: 150px;
  padding-bottom: 30px;
  color: #fff;
  background-color: #000;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .img-header .page-header {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .page-header-wrap {
    padding-top: 160px;
  }

  .img-header {
    text-align: center;
  }
  .img-header h1 {
    justify-content: center;
  }

  .header-media {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .page-header-wrap {
    padding-top: 140px;
  }

  .full-header-media .media-wrap {
    aspect-ratio: 7/5;
  }
}
.sidebar {
  background-color: #F7F2F2;
  padding: 20px 12px 12px;
  text-align: center;
  position: sticky;
}
.sidebar .gfield {
  grid-column: span 12 !important;
}
.sidebar h3,
.sidebar h3 + div {
  padding: 0 25px;
}
.sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  height: 4px;
  background-color: #cb3127;
  transition: all 0.75s ease-out 0.3s;
}
.sidebar.animated:before {
  right: 0;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .sidebar h3,
.sidebar h3 + div {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 45px;
  }
}
.lead-wrap {
  margin-top: 100px;
  min-height: calc(100vh - 100px);
}

.lead-content-wrap,
.lead-form-wrap {
  padding: 90px 40px;
}

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

.lead-inner {
  z-index: 2;
  max-width: 500px;
}
.lead-inner a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.lead-inner a:hover, .lead-inner a:focus, .lead-inner a:active {
  border-color: transparent;
}

.lead-form {
  max-width: 450px;
}

.lead-footer .site-info {
  padding-top: 30px;
}
.lead-footer .site-info:before {
  display: none;
}

/** # Responsive **/
@media (max-width: 991px) {
  .lead-wrap {
    min-height: unset;
  }

  .lead-content-wrap,
.lead-form-wrap {
    padding: 50px 15px;
  }

  .lead-content-wrap {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .lead-content-wrap {
    padding-top: 50px;
  }
}
.posts-wrap {
  padding: 60px 0;
}

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

.t-pg-content {
  margin-bottom: 50px;
}

.t-box-wrap {
  margin-bottom: 50px;
}
.t-box-wrap a {
  display: block;
  height: 100%;
  color: #000;
}
.t-box-wrap a:hover .t-box-inner, .t-box-wrap a:focus .t-box-inner, .t-box-wrap a:active .t-box-inner {
  border-color: #cb3127;
}

.t-box-inner {
  height: 100%;
  background-color: #fff;
  padding: 30px;
  z-index: 1;
  border: 4px solid #fff;
  transition: all 0.4s ease-out;
}

.t-box-img {
  width: 120px;
  border: 3px solid #000;
  margin-bottom: 30px;
}

.t-box-quote {
  position: absolute;
  top: 160px;
  left: 15px;
  z-index: -1;
}

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

.t-modal-wrap {
  padding: 75px 60px 40px;
}

.t-modal-content {
  z-index: 1;
}

.t-modal-quote {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: -1;
}

/** # Responsive **/
@media (max-width: 767px) {
  .t-box-inner {
    padding: 30px 20px;
  }

  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }

  .t-modal-wrap {
    padding: 75px 20px 30px;
  }
}
.listings-wrap {
  padding: 100px 0 60px;
}

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

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

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

.entry-content {
  order: 2;
  padding-left: 60px;
}
.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;
}
.entry-content > section:last-child {
  margin-bottom: 0;
}
.entry-content > section:last-child blockquote {
  margin-bottom: 0;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .entry-content {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .page-wrap {
    margin-top: 50px;
  }

  .entry-content {
    order: unset;
  }
  .entry-content > section:first-child {
    margin-top: 0;
  }
}
@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: 100px 0;
  border: 12px solid #000;
  color: #fff;
  min-height: 85vh;
  transition: all 0.4s ease-out;
}
.cta-section:hover, .cta-section:focus, .cta-section:active {
  border-color: #cb3127;
}
.cta-section h2 {
  font-size: 4rem;
}
.cta-section:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 80%);
}
.cta-section .container {
  position: relative;
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .cta-section {
    min-height: 500px;
    padding: 75px 0;
  }
  .cta-section:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.25) 100%);
  }
  .cta-section h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding: 60px 0;
    min-height: unset;
  }
  .cta-section:before {
    background: rgba(0, 0, 0, 0.45);
  }
  .cta-section h2 {
    font-size: 2.2rem;
  }
}
.list-top-wrap {
  padding-top: 160px;
  padding-bottom: 50px;
}

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

.list-quick-links p {
  line-height: 1.2;
}
.list-quick-links a {
  line-height: 1.2;
  color: #fff;
}
.list-quick-links a:hover, .list-quick-links a:focus, .list-quick-links a:active {
  color: #cb3127;
}

.list-status {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 150px;
  padding: 12px;
  z-index: 2;
}

.list-hilites {
  position: relative;
}
.list-hilites .list-status {
  left: calc(20% + 15px);
}
.list-hilites .slick-arrow {
  position: absolute;
  height: 50px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  top: calc(50% - 25px);
  z-index: 2;
  transition: all 0.4s ease-out;
}
.list-hilites .slick-arrow:hover, .list-hilites .slick-arrow:focus, .list-hilites .slick-arrow:active {
  opacity: 0.6;
}
.list-hilites .slick-arrow.slick-prev {
  left: calc(20% + 15px);
}
.list-hilites .slick-arrow.slick-next {
  right: calc(20% + 15px);
}

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

.open-houses {
  margin-top: 45px;
}

.list-wrap {
  margin-top: 70px;
  margin-bottom: 75px;
}
.list-wrap .entry-content {
  padding-right: 60px;
  padding-left: 15px;
  order: unset;
}

.list-desc,
.list-video,
.list-virtual {
  margin-bottom: 50px;
}

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

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

.list-content-blocks {
  padding: 50px 0 20px;
}
.list-content-blocks section {
  margin-bottom: 35px;
}

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

.lic-img {
  padding: 0;
}

.lic-copy {
  padding: 30px 45px;
}

.list-form-map {
  margin-top: 45px;
  margin-bottom: 50px;
}

.list-map {
  order: 2;
}

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

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

.related-listings-wrap {
  padding: 60px 0 10px;
}

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

/** # Responsive **/
@media (max-width: 1600px) {
  .list-hilites .list-status {
    left: calc(15% + 15px);
  }
  .list-hilites .slick-arrow.slick-prev {
    left: calc(15% + 15px);
  }
  .list-hilites .slick-arrow.slick-next {
    right: calc(15% + 14px);
  }
}
@media (max-width: 1199px) {
  .list-hilites .list-status {
    left: calc(10% + 15px);
  }
  .list-hilites .slick-arrow.slick-prev {
    left: calc(10% + 15px);
  }
  .list-hilites .slick-arrow.slick-next {
    right: calc(10% + 14px);
  }

  .list-wrap .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .list-header h1 {
    justify-content: center;
  }

  .list-quick-links {
    margin-top: 25px;
  }

  .list-hilites .list-status {
    left: 15px;
  }
  .list-hilites .slick-arrow.slick-prev {
    left: 15px;
  }
  .list-hilites .slick-arrow.slick-next {
    right: 15px;
  }

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

  .lic-img {
    order: unset !important;
  }

  .lic-copy {
    padding: 30px 15px;
  }

  .list-form-map .page-sidebar {
    margin-top: 0;
  }

  .list-map {
    height: 400px;
    margin-bottom: 45px;
    order: unset;
  }

  .related-listings-wrap {
    padding-top: 50px;
  }

  .related-listings-header {
    margin-bottom: 45px;
  }
  .related-listings-header h2 {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .list-top-wrap {
    padding-top: 140px;
  }

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

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

  .hq-ah--data-container {
    flex-direction: column !important;
  }
  .hq-ah--data-container > div {
    width: 100% !important;
  }
}
.post-header-wrap a {
  color: #fff;
}
.post-header-wrap a:hover, .post-header-wrap a:focus, .post-header-wrap a:active {
  color: #cb3127;
}

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

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

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

.bio-header-wrap {
  padding-top: 180px;
}
.bio-header-wrap .container {
  z-index: 2;
  position: relative;
}
.bio-header-wrap .map-bg {
  z-index: 1;
}

.bio-featured {
  order: 2;
  position: relative;
}
.bio-featured > div {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: -150px;
}

.bio-header {
  padding: 0 60px 75px 15px;
  min-height: 500px;
}
.bio-header a {
  color: #fff;
}
.bio-header a:hover, .bio-header a:focus, .bio-header a:active {
  color: #cb3127;
}
.bio-header hr {
  width: 8px;
  height: 2px;
  background-color: #cb3127;
  opacity: 1;
  margin: 8px 0;
}

.bio-wrap {
  margin-top: 35px;
  margin-bottom: 70px;
}
.bio-wrap .entry-content {
  order: unset;
  padding-left: 15px;
  padding-right: 60px;
}
.bio-wrap .page-sidebar {
  margin-top: 150px;
}

.bio-testimonials {
  margin-top: 45px;
  border-top: 1px solid #000;
  padding-top: 25px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .bio-featured > div {
    bottom: -75px;
  }

  .bio-wrap .page-sidebar {
    margin-top: 75px;
  }
}
@media (max-width: 1199px) {
  .bio-header-wrap {
    padding-bottom: 45px;
  }

  .bio-header {
    padding: 0 15px;
    min-height: 400px;
  }

  .bio-featured > div {
    bottom: 0;
  }

  .bio-wrap .entry-content {
    padding-right: 15px;
  }
  .bio-wrap .page-sidebar {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .bio-wrap .page-sidebar {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .bio-header-wrap {
    padding-top: 140px;
  }

  .bio-featured {
    margin-top: 35px;
  }
  .bio-featured > div {
    position: static;
    aspect-ratio: 3/4;
  }

  .bio-header {
    min-height: unset;
  }
}
.blog-faq {
  margin: 45px 0;
}

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

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

/* Styling for thanks/404 pages */
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: calc(100vh - 75px);
  padding: 75px 0 30px;
  overflow: hidden;
  margin-top: 75px;
}
.homepage-hero .container {
  position: relative;
  z-index: 1;
}
.homepage-hero .btn, .homepage-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .homepage-hero .wp-block-button__link, .homepage-hero .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .homepage-hero .wp-block-button__link, .homepage-hero #login .button-primary, #login .homepage-hero .button-primary {
  min-width: 275px;
}

.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hero-media:before {
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0) 40%);
  opacity: 0;
  transition: all 0.8s ease-out 0.2s;
  z-index: 1;
}
.hero-media.animated:before {
  opacity: 1;
}

.hero-scroll {
  animation: arrowbounce 3.5s linear 0s infinite;
}

@keyframes arrowbounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.6;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/** # Responsive **/
@media (max-width: 767px) {
  .homepage-hero {
    min-height: unset;
    padding: 100px 0 30px;
  }

  .hero-media:before {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.homepage-listings {
  padding: 60px 0 40px;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-listings-header {
    margin-bottom: 30px;
  }

  .hp-listings-slider {
    margin: 0 -15px 30px;
  }
  .hp-listings-slider .slick-dots {
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
  .hp-listings-header .animate-heading {
    justify-content: center;
  }
}
.homepage-team {
  padding: 30px 0 60px;
}
.homepage-team .h5.heading {
  font-size: 1.45rem;
  line-height: 1.4;
}

.hpteam-content {
  padding: 0 75px;
}

.hpteam-box a:hover .hpteam-info h3, .hpteam-box a:focus .hpteam-info h3, .hpteam-box a:active .hpteam-info h3 {
  color: #cb3127;
}

.hpteam-slider,
.hpteam-single-slider {
  margin-bottom: 30px;
}
.hpteam-slider .slick-arrow,
.hpteam-single-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #000;
}
.hpteam-slider .slick-arrow.slick-prev,
.hpteam-single-slider .slick-arrow.slick-prev {
  left: 28%;
}
.hpteam-slider .slick-arrow.slick-next,
.hpteam-single-slider .slick-arrow.slick-next {
  right: 28%;
}

.hpteam-slide {
  padding: 0 15px;
}
.hpteam-slide .hpteam-img {
  transition: all 0.4s ease-out;
  transform: scale(0.5);
  opacity: 0.5;
  transform-origin: center;
}
.hpteam-slide .hpteam-info {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.hpteam-slide.slick-current .hpteam-img {
  transform: scale(1);
  opacity: 1;
}
.hpteam-slide.slick-current .hpteam-info {
  opacity: 1;
}

.hpteam-row {
  margin-bottom: 30px;
}

.hpteam-img {
  width: 220px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 12px;
}

.hpteam-info {
  color: #000;
}
.hpteam-info h3 {
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hpteam-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .hpteam-row .hpteam-img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .homepage-team .h5.heading {
    font-size: 1.2rem;
  }

  .hpteam-slider .slick-arrow.slick-prev,
.hpteam-single-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .hpteam-slider .slick-arrow.slick-next,
.hpteam-single-slider .slick-arrow.slick-next {
    right: 0;
  }

  .hpteam-slide .hpteam-img {
    transform: scale(1);
    opacity: 1;
  }
  .hpteam-slide .hpteam-info {
    opacity: 1;
  }
}
.homepage-testimonials {
  margin-top: 100px;
  margin-bottom: 100px;
}
.homepage-testimonials .slick-dots {
  justify-content: flex-start;
}

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

.hpt-quote {
  position: absolute;
  top: 60px;
  left: -60px;
  z-index: -1;
}

.hpt-img {
  width: 120px;
  height: 120px;
  border: 3px solid #000;
  margin-bottom: 30px;
}

.hpt-slide .h5 {
  line-height: 1.5;
  font-weight: normal;
}
.hpt-slide .med {
  opacity: 0.8;
}

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-testimonials {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .homepage-testimonials .jumbo {
    justify-content: center;
  }
  .homepage-testimonials .slick-dots {
    justify-content: center;
  }

  .hpt-content {
    margin-bottom: 35px;
  }

  .hpt-img {
    margin: 0 auto 30px;
  }

  .hpt-quote {
    left: 15px;
    top: 100px;
  }
}
@media (max-width: 767px) {
  .hpt-quote img {
    width: 200px;
  }
}
.homepage-blog {
  padding: 60px 0 35px;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .hp-blog-slider {
    margin: 0 -15px;
  }
  .hp-blog-slider .slick-dots {
    margin-top: 30px;
  }

  .hp-blog-header {
    margin-bottom: 30px;
  }
  .hp-blog-header .animate-heading {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .homepage-blog {
    padding-top: 45px;
  }
}
.hp-content-blocks {
  margin-top: 100px;
  margin-bottom: 100px;
}
.hp-content-blocks .map-bg {
  top: 75px;
  bottom: 75px;
}

.hpcb-inner {
  min-height: 85vh;
  padding: 115px 0;
  color: #fff;
}

.hpcb-media {
  position: absolute;
  top: 0;
  bottom: 0;
}
.hpcb-media:before {
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.8s ease-out 0.3s;
}
.hpcb-media.animated:before {
  opacity: 0;
}

.hp-block:nth-child(odd) .hpcb-media {
  right: 0;
  left: 45%;
}
.hp-block:nth-child(even) {
  margin-top: 120px;
}
.hp-block:nth-child(even) .hpcb-media {
  left: 0;
  right: 45%;
}
.hp-block:nth-child(even) .hpcb-inner {
  margin-left: 66.66666667%;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hp-block:nth-child(odd) .hpcb-media {
    left: 47%;
  }
  .hp-block:nth-child(even) .hpcb-media {
    right: 47%;
  }
  .hp-block:nth-child(even) .hpcb-inner {
    margin-left: 58.33333333%;
  }
}
@media (max-width: 991px) {
  .hp-content-blocks {
    margin-top: 0;
    margin-bottom: 0;
  }
  .hp-content-blocks .map-bg {
    bottom: 0;
    top: 500px;
  }

  .hp-block {
    margin-top: 0 !important;
  }

  .hpcb-media {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    height: 500px;
    margin-bottom: 40px;
  }

  .hpcb-inner {
    min-height: unset;
    margin-left: unset !important;
    padding: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .hp-content-blocks .map-bg {
    top: 300px;
  }

  .hpcb-media {
    height: 300px;
  }
}
.freeform-content {
  margin: 50px 0;
}

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

.hp-overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hp-overlay-media:before {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  transition: all 0.8s ease-out 0.3s;
}
.hp-overlay-media.animated:before {
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-copy-on-media {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .hp-copy-on-media {
    min-height: unset;
  }
}
/* Styling for copy overlaid on media component */
.copy-on-media {
  padding: 60px 0;
  color: #fff;
}
.copy-on-media .container {
  position: relative;
}

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

.hp-copy-and-media {
  margin-top: 100px;
  margin-bottom: 100px;
}
.hp-copy-and-media.media-right .hpcm-media {
  -webkit-order: 2;
  order: 2;
}

.hpcm-media {
  padding: 0;
  position: relative;
}
.hpcm-media:before {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: all 0.8s ease-out 0.3s;
}
.hpcm-media.animated:before {
  opacity: 0;
}
.hpcm-media > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.hpcm-inner {
  padding: 50px 30px;
  min-height: 75vh;
}
.hpcm-inner > div {
  max-width: 450px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-copy-and-media {
    margin-top: 0;
    margin-bottom: 50px;
  }

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

  .hpcm-inner {
    padding: 0 45px;
    min-height: unset;
  }
  .hpcm-inner > div {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .hpcm-media {
    height: 300px;
  }

  .hpcm-inner {
    padding: 0 15px;
  }
}
.copy-and-media {
  padding: 60px 40px;
}
.copy-and-media.media-right .cm-media {
  -webkit-order: 2;
  order: 2;
}
.copy-and-media.media-right .cm-inner {
  padding-right: 50px;
}
.copy-and-media.media-left .cm-inner {
  padding-left: 50px;
}

.cm-media {
  padding: 0;
  position: relative;
}
.cm-media > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.cm-inner {
  min-height: 75vh;
  padding: 0;
}
.cm-inner > div {
  max-width: 500px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .cm-media {
    order: unset !important;
    height: 500px;
    margin-bottom: 35px;
  }

  .cm-inner {
    padding: 0 !important;
    min-height: unset;
  }
  .cm-inner > div {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .copy-and-media {
    padding: 50px 15px;
  }

  .cm-media {
    height: 300px;
  }
}
.team-query-wrap {
  margin: 90px 0 50px;
}

.team-query {
  margin-top: 45px;
}

.team-box-wrap {
  margin-bottom: 50px;
  padding: 0 90px;
}
.team-box-wrap a {
  color: #000;
}
.team-box-wrap a:hover .team-box-img:before, .team-box-wrap a:focus .team-box-img:before, .team-box-wrap a:active .team-box-img:before {
  opacity: 1;
}

.team-box-img {
  position: relative;
  margin-bottom: 15px;
}
.team-box-img:before {
  background-color: rgba(81, 93, 77, 0.4);
  transition: all 0.4s ease-out;
  z-index: 1;
  opacity: 0;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .team-box-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .team-box-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .team-query-wrap {
    margin: 50px 0 40px;
  }

  .team-box-wrap {
    padding: 0 15px;
  }
}
.blog-feed {
  padding: 75px 0 45px;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed h2 {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .blog-feed {
    padding: 50px 0 45px;
  }
}
.logo-slider-wrap {
  z-index: 1;
  padding: 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-weight: 500;
  font-size: 0.8rem;
  color: #000;
  transition: all 0.4s ease-out;
}
.logo-slide a {
  text-decoration: none;
}
.logo-slide a:hover p, .logo-slide a:focus p, .logo-slide a:active p {
  color: #cb3127;
}

.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;
  }
}
.buttons-grid {
  margin: 50px 0;
}

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

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

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

.sticky-header-content {
  padding: 75px 0 60px;
}

.shc-header {
  padding-right: 60px;
}

.shc-testimonials {
  padding-top: 45px;
  position: relative;
  z-index: 1;
}

.shc-content-inner + .shc-testimonials {
  border-top: 1px solid #000;
  margin-top: 45px;
}
.shc-content-inner + .shc-testimonials .tc-quote {
  top: 45px;
}

.tc-quote {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tcallout-slide {
  padding-top: 45px;
}
.tcallout-slide .h5 {
  line-height: 1.45;
}

.tcallout-bottom {
  margin-top: 25px;
}

.tcallout-dots .slick-dots {
  justify-content: start;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .shc-header {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .sticky-header-content {
    padding-top: 50px;
  }
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

/**/
.twentytwenty-handle {
  width: 60px;
  height: 60px;
  background-color: #000;
  opacity: 1;
  border-radius: 0;
  margin-left: -30px !important;
  margin-top: -30px !important;
  box-shadow: none;
  border: 0 !important;
  background-image: url("../images/slide.svg");
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
}
.twentytwenty-handle:before, .twentytwenty-handle:after {
  width: 3px !important;
  background-color: #000 !important;
  box-shadow: none !important;
}
.twentytwenty-handle .twentytwenty-left-arrow,
.twentytwenty-handle .twentytwenty-right-arrow {
  display: none;
}

.twentytwenty-overlay,
.twentytwenty-before-label,
.twentytwenty-after-label {
  display: none;
}

.ba-slider {
  margin-top: 30px;
}
.ba-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 30px);
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  padding: 0;
  height: 60px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.4s ease-out;
}
.ba-slider .slick-arrow:hover, .ba-slider .slick-arrow:focus, .ba-slider .slick-arrow:active {
  background-color: #000;
  color: #fff;
}
.ba-slider .slick-arrow.slick-prev {
  left: 0;
}
.ba-slider .slick-arrow.slick-next {
  right: 0;
}

.beforeafter-slider-wrap {
  padding: 60px 0;
}

/** # Responsive **/
@media (max-width: 767px) {
  .twentytwenty-overlay > div:before {
    font-size: 0.65rem;
    line-height: 1;
    width: 115px;
    padding: 6px 10px;
  }

  .twentytwenty-handle {
    width: 50px;
    height: 50px;
    margin-left: -25px !important;
    margin-top: -25px !important;
  }
  .twentytwenty-handle .twentytwenty-left-arrow {
    transform: translateX(-7px);
  }
  .twentytwenty-handle .twentytwenty-right-arrow {
    transform: translateX(7px);
  }
}
.callout-and-testimonials {
  margin: 90px -15px;
}

.tac-callout {
  position: relative;
  z-index: 1;
  padding: 45px 75px 45px 15px;
  line-height: 1.4;
}
.tac-callout:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -9999px;
  background-color: #f5f5f5;
  z-index: -1;
}
.tac-callout hr {
  height: 3px;
  background-color: #732320;
  opacity: 1;
  width: 45px;
}
.tac-callout.col-12 {
  padding: 45px 30px;
}
.tac-callout.col-12:before {
  left: 0;
}

.tac-testimonials {
  padding-left: 75px;
  position: relative;
}
.tac-testimonials .tcallout-slide {
  padding-top: 0;
}
.tac-testimonials .tc-quote {
  top: 150px;
  left: 30px;
}

.tcallout-img {
  width: 120px;
  height: 120px;
  border: 3px solid #000;
  margin-bottom: 30px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .tac-callout {
    padding: 45px 15px;
  }
}
@media (max-width: 991px) {
  .tac-callout {
    padding: 45px 30px !important;
  }
  .tac-callout:before {
    left: 0;
  }

  .tac-testimonials {
    margin-top: 35px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .callout-and-testimonials {
    margin: 50px -15px;
  }
}
.link-boxes-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
}

.link-boxes {
  margin: 40px 0 0;
  padding: 0 15px;
}

.lb-wrap {
  padding: 0 6px;
  margin-bottom: 12px;
}
.lb-wrap a {
  display: block;
  height: 100%;
  position: relative;
}
.lb-wrap a:hover .lb-img img, .lb-wrap a:focus .lb-img img, .lb-wrap a:active .lb-img img {
  transform: scale(1.1);
}
.lb-wrap a:hover .lb-img:before, .lb-wrap a:focus .lb-img:before, .lb-wrap a:active .lb-img:before {
  opacity: 0.25;
}
.lb-wrap a:hover:before, .lb-wrap a:focus:before, .lb-wrap a:active:before {
  right: 0;
}
.lb-wrap a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 8px;
  background-color: #cb3127;
  transition: all 0.6s ease-out;
  z-index: 2;
}

.lb-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
}
.lb-img:before {
  background-color: #515d4d;
  transition: all 0.4s ease-out;
  opacity: 0.4;
  z-index: 1;
}
.lb-img img {
  transition: all 4s ease-out;
}

.lb-content {
  height: 525px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.lb-content .h2 {
  font-size: 3.6rem;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .lb-content {
    height: 425px;
  }
  .lb-content .h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .link-boxes-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .link-boxes {
    padding: 0 5px;
  }

  .lb-content {
    height: 325px;
  }
}
.com-wrap {
  margin: 60px -15px;
}
.com-wrap .sidebar {
  top: 170px !important;
}

.com-block {
  margin-bottom: 50px;
}
.com-block:last-child {
  margin: 0;
}

.communities-select {
  position: sticky;
  top: 88px;
  z-index: 10;
  left: 0;
  right: 0;
  padding: 6px 15px 10px;
  transition: all 0s ease-out;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.communities-select.header-scroll {
  padding: 2px 15px 6px;
}
.communities-select span {
  display: inline-block;
}
.communities-select span:not(:last-child):after {
  content: " | ";
}
.communities-select a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.communities-select a:hover, .communities-select a:focus, .communities-select a:active {
  border-color: #fff;
}

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