@charset "UTF-8";
/* Default */
.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;
}

/** # Responsive **/
/* -xxl- */
@media (min-width: 1400px) {
  .art-ratio-xxl-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-xxl-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-xxl-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-xxl-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-xxl-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-xxl-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-xxl-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-xxl-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-xxl-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-xxl-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-xxl-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-xxl-21x9 {
    aspect-ratio: 21/9;
  }
}
/* -xl- */
@media (max-width: 1399px) {
  .art-ratio-xl-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-xl-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-xl-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-xl-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-xl-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-xl-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-xl-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-xl-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-xl-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-xl-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-xl-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-xl-21x9 {
    aspect-ratio: 21/9;
  }
}
/* -lg- */
@media (max-width: 1199px) {
  .art-ratio-lg-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-lg-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-lg-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-lg-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-lg-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-lg-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-lg-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-lg-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-lg-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-lg-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-lg-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-lg-21x9 {
    aspect-ratio: 21/9;
  }
}
/* -md- */
@media (max-width: 991px) {
  .art-ratio-md-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-md-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-md-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-md-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-md-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-md-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-md-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-md-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-md-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-md-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-md-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-md-21x9 {
    aspect-ratio: 21/9;
  }
}
/* -sm- */
@media (max-width: 767px) {
  .art-ratio-sm-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-sm-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-sm-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-sm-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-sm-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-sm-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-sm-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-sm-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-sm-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-sm-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-sm-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-sm-21x9 {
    aspect-ratio: 21/9;
  }
}
/*-----------------------*/
/*--- # Accessibility ---*/
/*-----------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/* Colours */
/* Typography */
.resource-img:before, .mm-box-img:before, .link-box-img:after, .overlay-media:before, .hp-overlay-media:before, .homepage-hero:before, .thanks-img:before, .blog-cta:before, .lead-img:before, .header-media:before, .footer-content-img:before, .nav-meta:before, .video-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

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

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

.default-transition, a, .btn, .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, #login .button-primary {
  transition: all 0.3s 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.3s ease-out 0.3s;
}

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

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

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

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

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

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

.fadein.animated {
  opacity: 1;
}

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

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

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

p:empty {
  display: none;
}

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

.jumbo,
h1, h2, h3,
.h1, .h2, .h3 {
  line-height: 1.2;
}

.jumbo {
  font-size: 4.8rem;
}

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

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

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

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

.h4 {
  line-height: 1.4;
}

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

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

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

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

.light {
  font-weight: 100;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.primary-text {
  color: #C41230;
}

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

blockquote {
  margin: 30px 0;
  background-color: #C41230;
  color: #fff !important;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 270px;
  z-index: 1;
  text-align: center;
}
blockquote:before {
  content: "";
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto 15px;
}
blockquote:after {
  content: "";
  background-image: url("../images/brandmark-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  height: 235px;
  width: 200px;
  opacity: 0.2;
  z-index: -1;
}
blockquote p {
  font-size: 1.1rem;
}
blockquote p:last-of-type {
  margin: 0;
}
blockquote a {
  color: #fff !important;
  border-bottom: 1px solid #fff;
}
blockquote a:hover, blockquote a:focus, blockquote a:active {
  border-color: transparent;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .jumbo {
    font-size: 4.3rem;
  }
}
@media (max-width: 991px) {
  .jumbo {
    font-size: 3.5rem;
  }
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.6rem;
  }
  h3, .h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .jumbo,
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

.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:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.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(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: #C41230 !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #C41230 !important;
}

.lightgrey-bg {
  background-color: #F8F8F8;
}
.lightgrey-bg + .lightgrey-bg {
  padding-top: 0;
}
.lightgrey-bg .btn-secondary, .lightgrey-bg #login .button-primary, #login .lightgrey-bg .button-primary, .lightgrey-bg .white-form .gform_button, .white-form .lightgrey-bg .gform_button {
  color: #000;
  border-color: #000;
}

.black-bg {
  background-color: #000;
  color: #fff;
}
.black-bg + .black-bg {
  padding-top: 0;
}
.black-bg .btn-primary {
  color: #fff;
  border-color: #fff;
}
.black-bg ol li {
  border-color: #fff;
}

.primary-bg {
  background-color: #C41230;
  color: #fff;
}
.primary-bg a:not(.btn):not(.wp-block-button__link) {
  color: #fff;
  text-decoration: underline;
}
.primary-bg a:not(.btn):not(.wp-block-button__link):hover, .primary-bg a:not(.btn):not(.wp-block-button__link):focus, .primary-bg a:not(.btn):not(.wp-block-button__link):active {
  text-decoration: none;
}
.primary-bg .btn-primary {
  color: #fff;
  border-color: #fff;
}
.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: #fff !important;
}

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

.o60 {
  opacity: 0.6;
}

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

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

.wp-block-social-links .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links .wp-social-link a {
  background-color: #C41230;
  border-radius: 100%;
  border: none !important;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  background-color: transparent;
  border: none !important;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  fill: #C41230;
  color: #C41230;
}
.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: #C41230;
  border-radius: 20px;
  border: none !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 {
  background-color: #C41230;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots button {
  text-indent: -9999px;
  border: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #C41230;
  background-color: transparent;
  transition: all 0.4s ease-out;
}
.slick-dots button:hover, .slick-dots button:focus, .slick-dots button:active {
  background-color: #C41230;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
  background-color: #000;
  transition: all 0.4s ease-out;
  font-size: 1.25rem;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  background-color: #C41230;
}

section ol,
.entry-content ol {
  list-style: none;
  counter-reset: licount;
  padding-left: 0;
}
section ol li,
.entry-content ol li {
  counter-increment: licount;
  position: relative;
  border-top: 1px solid #000;
  padding: 12px 0;
}
section ol li:last-child,
.entry-content ol li:last-child {
  padding-bottom: 0;
}
section ol li:nth-child(n+10):before,
.entry-content ol li:nth-child(n+10):before {
  content: counter(licount) ".";
}
section ol li:before,
.entry-content ol li:before {
  content: "0" counter(licount) ".";
  margin-right: 6px;
  min-width: 30px;
  display: inline-block;
}

/** # Responsive **/
@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;
  }
}
a {
  color: #B11113;
  text-decoration: none;
  font-weight: 600;
}

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

.btn, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 15px 25px;
  min-width: 260px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  min-height: 60px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  box-shadow: none !important;
  text-shadow: none;
  border: 1px solid transparent;
  background-color: transparent !important;
}
.btn:before, #login .button-primary:before, .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.25s ease-out;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #C41230;
  transform: translateX(-100%);
}
.btn:hover, #login .button-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .btn:focus, #login .button-primary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .btn:active, #login .button-primary:active, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  color: #fff !important;
  border-color: #C41230 !important;
}
.btn:hover:before, #login .button-primary:hover:before, .wp-block-button.is-style-outline .wp-block-button__link:hover:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:before, .btn:focus:before, #login .button-primary:focus:before, .wp-block-button.is-style-outline .wp-block-button__link:focus:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus:before, .btn:active:before, #login .button-primary:active:before, .wp-block-button.is-style-outline .wp-block-button__link:active:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active:before {
  transform: translateX(0);
}

.home section .btn, .home section #login .button-primary, #login .home section .button-primary, .home section .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .home section .wp-block-button__link, .home section .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .home section .wp-block-button__link {
  min-width: 300px;
}

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

.btn-secondary, #login .button-primary, .white-form .gform_button, .wp-block-button.is-style-outline .wp-block-button__link {
  color: #fff;
  border-color: #fff;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .home section .btn, .home section #login .button-primary, #login .home section .button-primary, .home section .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .home section .wp-block-button__link, .home section .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .home section .wp-block-button__link {
    min-width: 275px;
  }
}
@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 #000;
  padding: 5px 8px;
  height: 50px;
  font-size: 1rem !important;
  color: #000;
  transition: all 0.25s ease-out;
}
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 #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]):not([type=button]):focus,
select:focus,
textarea:focus {
  border-color: #C41230 !important;
}

button {
  border-radius: 0;
}

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

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

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

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

.gform_wrapper {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

.gfield_label {
  position: absolute;
  left: 15px;
  top: 13px;
  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;
}

.gform_wrapper {
  position: relative;
}

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

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

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

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

.gform_page_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  width: 100% !important;
}
.gform_page_footer .gform_button {
  padding: 0 20px 4px 0 !important;
  background-image: url("../images/arrow-right-long-sharp-light.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right center;
  min-height: unset;
  min-width: unset !important;
  width: auto !important;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  font-size: 0.8rem;
  color: #fff !important;
  border-radius: 0 !important;
  transition: all 0.4s ease-out !important;
}
.gform_page_footer .gform_button:before {
  display: none;
}
.gform_page_footer .gform_button:hover, .gform_page_footer .gform_button:focus, .gform_page_footer .gform_button:active {
  border-color: transparent !important;
}

.gform_page:first-child .gform_page_footer {
  justify-content: flex-end;
}

.gform_next_button,
.gform_previous_button {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  text-transform: none;
  font-size: 0.8rem;
  color: #fff !important;
  padding: 0 !important;
  height: auto !important;
  transition: all 0.4s ease-out;
  min-width: unset;
  min-height: unset;
  height: -moz-fit-content !important;
  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: #fff !important;
}

.gform_next_button {
  padding-right: 20px !important;
  background-image: url("../images/arrow-right-long-sharp-light.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right center;
}

.gform_previous_button {
  padding-left: 20px !important;
  background-image: url("../images/arrow-left-long-sharp-light.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left center;
}

.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 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus,
.white-form select:focus,
.white-form textarea:focus {
  border-color: #C41230 !important;
}
.white-form select {
  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_required,
.white-form .required {
  color: #fff !important;
}
.white-form .gfield_label,
.white-form label, .white-form .label {
  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_form .search-field {
  width: 100%;
  padding-right: 40px !important;
  color: #fff;
  background-color: transparent !important;
  -webkit-appearance: none;
}

#search_form .search-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-size: 20px;
  padding: 10px 0;
  border: 0 !important;
  color: #C41230 !important;
}
#search_form .search-btn:hover, #search_form .search-btn:focus, #search_form .search-btn:active {
  color: rgb(242.6204081633, 98.8795918367, 106.4448979592) !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: transparent !important;
  font-size: 0.9rem !important;
}

.no-results #search_form .search-field {
  color: #000;
}
.no-results .search-form ::-webkit-input-placeholder {
  color: #000;
}
.no-results .search-form :-moz-placeholder {
  color: #000;
}
.no-results .search-form ::-moz-placeholder {
  color: #000;
}
.no-results .search-form :-ms-input-placeholder {
  color: #000;
}
.no-results .search-form ::-ms-input-placeholder {
  color: #000;
}

/** # 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: #000;
  margin: 0 6px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  border: 0 !important;
}
.page-numbers.current {
  color: #C41230;
}
.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: #C41230;
}
.post-navigation .pagination .nav-next {
  float: right;
}

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

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

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

#login {
  background-color: #C41230;
  width: 450px;
  padding: 35px 20px;
  text-align: center;
  color: #fff;
  position: relative;
}
#login h1 a {
  width: 250px;
  background-size: 250px;
  height: 133px;
  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.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: #fff !important;
  color: #000 !important;
}

#rememberme {
  background-color: transparent;
  border: 2px solid #fff !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 {
  margin: 0;
  padding: 0;
}
.nav-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
  padding: 0;
  transform: translateY(-100vh) !important;
}
.nav-modal.show .modal-dialog {
  transform: translateY(0) !important;
}

.nav-swipe {
  position: absolute;
  top: 0;
  right: 33.33333333%;
  bottom: 0;
  left: 0;
  z-index: initial;
  background-color: #C41230;
  z-index: 2;
}
.nav-swipe.modal-animate {
  right: 100%;
  transition: all 0.75s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}

.nav-brand {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: end;
  z-index: -1;
}
.nav-brand img {
  height: 75vh;
  width: auto;
  opacity: 0.15;
}

.nav-wrap-inner {
  margin: 0;
}

.nav-meta {
  height: 100vh;
  order: 2;
  text-align: center;
  position: sticky;
  top: 0;
  padding: 30px;
}
.nav-meta:before {
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0) 50%);
}

.nav-logo img {
  height: 80px;
  width: auto;
}

.nav-contact a {
  text-decoration: none !important;
  color: #fff;
}
.nav-contact a:hover, .nav-contact a:focus, .nav-contact a:active {
  color: #C41230;
}

.nav-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #C41230;
  color: #fff !important;
  width: 30px;
  height: 30px;
  font-size: 0.8rem;
  border-radius: 100%;
  border: 2px solid #C41230;
  transition: all 0.4s ease-out;
  margin: 0 4px;
}
.nav-social a:hover, .nav-social a:focus, .nav-social a:active {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff;
}

.primary-nav {
  padding: 60px;
  min-height: 100vh;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu {
  display: block !important;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.main-menu > li {
  width: 100%;
  text-align: left !important;
  margin-bottom: 20px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 30px;
}
.main-menu > li > a {
  color: #C41230;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 !important;
  background-color: transparent !important;
  outline: none !important;
  white-space: normal;
  line-height: 1.1;
}
.main-menu > li > a:after {
  display: none;
}
.main-menu > li > a.dropdown-toggle {
  color: #C41230 !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: rgb(242.6204081633, 98.8795918367, 106.4448979592);
  background-color: transparent;
}

/* Secondary Nav */
.dropdown-menu {
  border-radius: 0;
  min-width: 185px;
  border: 0;
  padding: 0;
  box-shadow: none;
  display: block !important;
  background-color: transparent !important;
  position: static !important;
  margin: 5px 0 25px !important;
}
.dropdown-menu li {
  text-align: left !important;
}
.dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: transparent !important;
  padding: 2px 0;
  white-space: normal;
  position: relative;
  width: auto !important;
  display: inline-block !important;
}
.dropdown-menu .dropdown-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #C41230;
  transition: all 0.4s ease-out;
}
.dropdown-menu .current-menu-item .dropdown-item,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  color: #fff;
}
.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 {
  width: 100%;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .primary-nav {
    padding: 60px 30px;
  }
  .main-menu {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media (max-width: 991px) {
  .nav-modal .btn-close {
    position: fixed !important;
    top: 0;
    border: 1px solid #fff;
  }
  .nav-swipe {
    right: 0 !important;
  }
  .nav-swipe.modal-animate {
    top: 100%;
  }
  .nav-wrap {
    max-height: 100vh;
    overflow-y: auto;
  }
  .nav-brand img {
    height: 60%;
  }
  .primary-nav {
    min-height: unset;
    order: 2;
  }
  .nav-meta {
    height: unset;
    padding: 30px;
    position: relative !important;
  }
  .nav-meta:before {
    background: none;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 767px) {
  .primary-nav {
    order: unset;
    padding: 75px 20px 40px;
  }
  #main-menu {
    width: 100%;
  }
  .main-menu {
    -moz-column-count: unset;
         column-count: unset;
    -moz-column-gap: unset;
         column-gap: unset;
  }
  .nav-brand {
    align-items: flex-start;
    padding-top: 45px;
    left: 10px;
  }
  .nav-brand img {
    height: unset;
    width: 80vw;
  }
  .nav-meta {
    padding-bottom: 65px;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: transparent;
  padding: 20px 0;
}
#masthead.header-scroll {
  padding: 10px 0;
  background-color: #000;
}

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

.header-links a {
  color: #fff;
}
.header-links a:hover, .header-links a:focus, .header-links a:active {
  color: #C41230;
}

.navbar-toggler {
  width: 45px;
  height: 50px;
  padding: 18px 8px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 0;
  box-shadow: none !important;
  background-color: #C41230;
  transition: all 0.25s ease-out;
}
.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  padding: 13px 8px;
}

.menu-bar {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.header-scroll .header-logo img {
  height: 75px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .header-logo img {
    height: 60px;
  }
  .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;
}

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

.cta-logo {
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 1;
  height: 90px;
  width: auto;
}

.cta-modal-content {
  padding: 60px 30px;
}
.cta-modal-content > div {
  max-width: 530px;
}
.cta-modal-content .gform_button {
  width: 100%;
}

.cta-contact a {
  color: #000;
}
.cta-contact a:hover, .cta-contact a:focus, .cta-contact a:active {
  color: #C41230;
}

/** # Responsive **/
@media (max-width: 991px) {
  .mobile-cta-logo img {
    height: 90px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .cta-modal-content {
    padding: 60px 15px;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 1000px;
}
.hp-modal .btn-close {
  border: 1px solid #000;
}

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

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

.hp-modal-content {
  padding: 60px 45px;
}
.hp-modal-content > div {
  width: 100%;
}
.hp-modal-content hr {
  margin: 12px 0;
  opacity: 1;
}
.hp-modal-content input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus,
.hp-modal-content select:focus,
.hp-modal-content textarea:focus {
  border-color: #fff !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .hp-modal-content {
    padding: 75px 20px 30px;
  }
}
.footer-content-wrap {
  padding-bottom: 100px;
  position: relative;
}

.footer-content-img {
  position: relative;
  aspect-ratio: 24/9;
}
.footer-content-img:before {
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0) 20%);
  z-index: 1;
}

.footer-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 1;
}

.footer-signup {
  padding: 50px 0;
  overflow: hidden;
}

.fs-left {
  padding-right: 45px;
}
.fs-left img {
  height: 60px;
  width: auto;
  margin-bottom: 15px;
}

.fs-right {
  padding-left: 30px;
}
.fs-right .gform_wrapper {
  transform: translateY(45px);
}

#gform_wrapper_7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
#gform_wrapper_7 select {
  height: 60px !important;
  background-color: #fff !important;
  border: 0 !important;
  color: #000 !important;
}
#gform_wrapper_7 .gfield_label {
  top: 18px;
  color: #000 !important;
  z-index: 1;
}

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

.footer-col p {
  margin-bottom: 0.25rem;
  line-height: 1.15;
}
.footer-col a {
  font-weight: bold;
}

.footer-logo img {
  height: 120px;
  width: auto;
}

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

.footer-social-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #C41230;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #C41230;
  transition: all 0.4s ease-out;
  margin-right: 3px;
}
.footer-social-wrap a:hover, .footer-social-wrap a:focus, .footer-social-wrap a:active {
  background-color: #fff;
  color: #C41230;
}

.footer-ig {
  overflow: hidden;
}

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

.site-info {
  overflow: hidden;
}
.site-info a {
  color: #000;
  font-weight: normal;
}
.site-info a:hover, .site-info a:focus, .site-info a:active {
  color: #C41230;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .footer-logo,
  .footer-contact {
    margin-bottom: 30px;
  }
  .footer-col {
    text-align: center;
  }
  .footer-social-wrap a {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .footer-content-wrap {
    padding-bottom: 0;
  }
  .footer-content {
    position: static;
    padding: 15px 0 30px;
  }
  .footer-signup {
    text-align: center;
  }
  .footer-signup .animate {
    transform: none !important;
  }
  .fs-left,
  .fs-right {
    padding: 0 15px !important;
  }
  .fs-right {
    margin-top: 20px;
  }
  .fs-right .gform_wrapper {
    transform: none;
  }
}
@media (max-width: 767px) {
  .footer-signup {
    padding: 40px 0 15px;
  }
  .footer-brokerage {
    margin-bottom: 30px;
  }
}
.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%;
  aspect-ratio: unset !important;
}
.media-wrap .comp-video {
  position: relative;
}
.media-wrap .video-wrap {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-wrap .video-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video-once-wrap {
  position: relative;
}

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

.video-once-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
}
.video-once-inner video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

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

.comp-arrows {
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  z-index: 1;
}
.comp-arrows:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: calc(50% - 1px);
  width: 1px;
  background-color: #fff;
  margin: auto;
}
.comp-arrows .slick-arrow {
  width: 25px;
  height: 25px;
  font-size: 0.8rem;
}
.comp-arrows .slick-arrow + .slick-arrow {
  margin-left: 15px;
}

.list-box-wrap {
  margin-bottom: 60px;
}
.list-box-wrap.list-box-slide {
  padding: 0 15px;
}
.list-box-wrap a {
  font-weight: normal;
  color: #000;
}
.list-box-wrap a:hover, .list-box-wrap a:focus, .list-box-wrap a:active {
  color: #C41230;
}
.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(-41px);
}

.slick-list .list-box-wrap {
  margin-bottom: 35px;
}

.list-box-img {
  position: relative;
  margin-bottom: 12px;
}

.list-box-status {
  position: absolute;
  top: 12px;
  left: 0;
  text-align: center;
  padding: 4px 5px 4px 20px;
  min-width: 90px;
  z-index: 1;
  transition: all 0.3s ease-out;
  background-color: #B11113;
  color: #fff;
}
.list-box-status:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 29px;
  height: 29px;
  background-color: inherit;
  clip-path: polygon(70% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}
.list-box-status.black-bg {
  background-color: #000;
}

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

.list-box-info h2 {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000;
}

.blog-box-wrap {
  margin-bottom: 50px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 15px;
}
.blog-box-wrap a {
  font-weight: normal;
}
.blog-box-wrap a:hover, .blog-box-wrap a:focus, .blog-box-wrap a:active {
  color: #C41230 !important;
}
.blog-box-wrap a:hover .blog-box-date, .blog-box-wrap a:focus .blog-box-date, .blog-box-wrap a:active .blog-box-date {
  transform: translateY(-41px);
}
.blog-box-wrap a:hover .blog-box-info, .blog-box-wrap a:focus .blog-box-info, .blog-box-wrap a:active .blog-box-info {
  color: #C41230;
}

.blog-box-img {
  position: relative;
  margin-bottom: 12px;
}

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

.blog-box-date {
  position: absolute;
  top: 12px;
  left: 0;
  text-align: center;
  padding: 4px 5px 4px 20px;
  min-width: 90px;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.blog-box-date:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 29px;
  height: 29px;
  background-color: inherit;
  clip-path: polygon(70% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}

.black-bg .blog-box-meta {
  color: #b8b8b8;
}

.blog-box-meta {
  color: #4b4b4b;
}

.blog-box-info {
  color: #000;
  transition: all 0.3s ease-out;
}
.blog-box-info h2 {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #000;
  font-size: 1.2rem;
}

.img-header {
  min-height: 75vh;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 190px 0 60px;
}
.img-header .page-header {
  position: relative;
  z-index: 1;
}

.header-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.header-media:before {
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.header-media .object-cover, .header-media video {
  -o-object-position: top !important;
     object-position: top !important;
}

.img-header-copy {
  padding: 75px 0;
}

.img-header-copy .h5,
.page-header .h5 {
  line-height: 1.5;
}
.img-header-copy a:not(.btn),
.page-header a:not(.btn) {
  color: #fff !important;
  border-bottom: 1px solid #fff;
}
.img-header-copy a:not(.btn):hover, .img-header-copy a:not(.btn):focus, .img-header-copy a:not(.btn):active,
.page-header a:not(.btn):hover,
.page-header a:not(.btn):focus,
.page-header a:not(.btn):active {
  border-color: transparent;
}

.text-header {
  padding-top: 170px;
  padding-bottom: 40px;
}

.pg-header-scroll {
  text-align: center;
  margin-top: 25px;
}
.pg-header-scroll a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #fff !important;
  color: #fff;
  font-size: 0.7rem;
  padding-bottom: 10px;
  margin: auto;
}
.pg-header-scroll a svg {
  animation: arrow-bounce 1.5s linear 0s infinite;
}

@keyframes arrow-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
/** # Responsive **/
@media (max-width: 991px) {
  .img-header {
    flex-direction: column;
    background-color: #000;
    padding: 160px 0 0;
  }
  .header-media {
    position: relative;
    order: 2;
    margin-top: 35px;
  }
  .header-media:before {
    display: none;
  }
  .header-media.media-wrap .video-wrap, .header-media.media-wrap .video-wrap video {
    position: relative;
  }
  .header-media .video-once-img {
    position: static;
  }
}
@media (max-width: 767px) {
  .img-header {
    min-height: 400px;
    padding: 125px 0 0;
  }
  .text-header {
    padding: 125px 0 40px;
  }
  .img-header-copy {
    padding: 45px 0;
  }
  .img-header-copy .h5,
  .page-header .h5 {
    font-size: 1rem;
  }
}
.sidebar {
  background-color: #fff;
  border: 2px solid #C41230;
  padding: 20px;
  position: sticky;
  text-align: center;
}
.sidebar .gform_button {
  width: 100%;
}
.sidebar h3 {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
.sidebar h3 + div, .sidebar h3 + div p {
  font-size: 0.8rem;
  margin: 0;
}
.sidebar a {
  color: #000;
}
.sidebar a:hover, .sidebar a:focus, .sidebar a:active {
  color: #C41230;
}

/** # Responsive **/
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .sidebar-contact {
    font-size: 0.7rem;
  }
  .sidebar .gfield {
    grid-column: span 12 !important;
  }
}
.lead-wrap {
  padding: 200px 0 70px;
  min-height: 100vh;
}

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

.lead-content {
  position: relative;
  z-index: 1;
}
.lead-content hr {
  border-color: #fff;
  opacity: 1;
}
.lead-content a:not(.btn) {
  color: #fff !important;
  border-bottom: 1px solid #fff;
}
.lead-content a:not(.btn):hover, .lead-content a:not(.btn):focus, .lead-content a:not(.btn):active {
  border-color: transparent;
}

.lead-form .gform_button {
  border-color: #000 !important;
  color: #000 !important;
}
.lead-form .gform_button:hover, .lead-form .gform_button:focus, .lead-form .gform_button:active {
  color: #fff !important;
  border-color: #C41230 !important;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .lead-content .h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1199px) {
  .lead-content .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .lead-wrap {
    padding-top: 160px;
  }
  .lead-form-wrap .sidebar {
    position: static !important;
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding-top: 130px;
  }
  .lead-content .h1 {
    font-size: 2.3rem;
  }
}
.blog-wrap {
  padding: 60px 30px 50px;
}

.blog-inner {
  max-width: 1500px;
  margin: 0 auto;
}

/** # Responsive **/
@media (max-width: 767px) {
  .blog-wrap {
    padding: 50px 15px;
  }
}
.t-wrap {
  padding: 60px 0;
}

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

.t-box-wrap {
  margin-bottom: 60px;
}
.t-box-wrap a {
  display: block;
  height: 100%;
}
.t-box-wrap a:hover .t-box-inner, .t-box-wrap a:focus .t-box-inner, .t-box-wrap a:active .t-box-inner {
  transform: translateY(-20px);
  background-color: #000;
  color: #fff;
}

.t-box-inner {
  height: 100%;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  transition: all 0.4s ease-out;
  padding: 30px;
  z-index: 1;
  position: relative;
}
.t-box-inner .more-link {
  color: #C41230;
}

.t-box-brand {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 175px;
  z-index: -1;
  opacity: 0.1;
}
.t-box-brand img {
  width: 100%;
  height: auto;
}

.testimonial-modal .modal-dialog {
  max-width: 1000px;
}
.testimonial-modal .btn-close {
  background-color: #C41230 !important;
}
.testimonial-modal .btn-close:hover, .testimonial-modal .btn-close:focus, .testimonial-modal .btn-close:active {
  opacity: 0.7;
}

.t-modal-wrap {
  padding: 75px 60px 60px;
  position: relative;
  z-index: 1;
}

.t-modal-brand {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 175px;
  z-index: -1;
  opacity: 0.1;
}
.t-modal-brand img {
  width: 100%;
  height: auto;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 991px) {
  .t-box-wrap {
    margin-bottom: 45px;
  }
  .t-box-inner {
    padding: 30px 20px;
    transform: none !important;
  }
  .t-box-inner .h5 {
    font-size: 1.1rem;
  }
  .t-box-info > p {
    font-size: 0.85rem;
  }
}
@media (max-width: 767px) {
  .t-modal-wrap {
    padding: 60px 20px 35px;
  }
}
.listings-wrap {
  padding: 60px 30px;
  z-index: 1;
  overflow: hidden;
}

.listings-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: center;
  padding: 45px;
  z-index: -1;
}
.listings-brand img {
  height: auto;
  width: 60%;
  opacity: 0.05;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .listings-wrap {
    padding: 60px 15px;
  }
}
@media (max-width: 1199px) {
  .listings-wrap .list-box-wrap {
    transition-delay: 0s !important;
  }
}
.page-content {
  margin: 50px 0;
}

.page-wrap {
  margin-bottom: 60px;
  margin-top: 60px;
}
.page-wrap .entry-content {
  order: 2;
}
.page-wrap .entry-content > section:first-of-type {
  margin-top: 0;
}
.page-wrap .entry-content > section:last-of-type {
  margin-bottom: 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: 14px;
  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 -14px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #C41230;
  position: relative;
  top: -3px;
}

.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 p iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

/** # Responsive **/
@media (max-width: 991px) {
  .page-wrap .entry-content {
    order: unset;
  }
}
@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 {
  margin: 75px 0;
}

.cta-img {
  order: 2;
}

.cta-inner {
  padding-right: 50px;
}
.cta-inner hr {
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .cta-inner .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .cta-img {
    order: unset;
    margin-bottom: 45px;
  }
  .cta-inner {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .cta-section {
    margin: 50px 0;
  }
  .cta-inner .h1 {
    font-size: 2.3rem;
  }
}
.single-listing #masthead {
  background-color: #000;
  padding-bottom: 0;
}
.single-listing #masthead .site-header-inner {
  padding-bottom: 12px;
}

.list-sticky {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}
.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: #C41230;
}

.list-header-wrap {
  background-color: #000;
  padding-top: 215px;
  padding-bottom: 35px;
  z-index: 1;
}

.list-img-wrap {
  overflow: hidden;
}
.list-img-wrap:before {
  content: "";
  background-color: #000;
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  bottom: 50%;
}
.list-img-wrap .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 2;
}
.list-img-wrap .slick-arrow.slick-prev {
  left: calc(15% - 25px);
}
.list-img-wrap .slick-arrow.slick-next {
  right: calc(15% - 25px);
}

.hilites-slide {
  padding: 0 15px;
  position: relative;
}
.hilites-slide .list-status {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.hilites-slide.slick-current .list-status {
  opacity: 1;
}
.hilites-slide.slick-current .hilites-expand {
  opacity: 1;
}
.hilites-slide.slick-current .hilites-expand:hover, .hilites-slide.slick-current .hilites-expand:focus, .hilites-slide.slick-current .hilites-expand:active {
  opacity: 0.8 !important;
}

.list-status {
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
  padding: 4px 5px 4px 20px;
  min-width: 120px;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.list-status:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 38px;
  height: 38px;
  background-color: inherit;
  clip-path: polygon(70% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}

.list-img .list-status {
  left: 0;
}

.hilites-expand {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  opacity: 0;
  transition: all 0.2s ease-out;
}

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

.open-houses {
  margin-bottom: 60px;
  padding: 45px 15px;
  position: relative;
  z-index: 1;
  min-height: 270px;
}

.oh-brand {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  height: 235px;
  width: 200px;
  opacity: 0.2;
  z-index: -1;
}
.oh-brand img {
  height: 100%;
  width: 100%;
}

.oh-p-brand {
  width: 60px;
  margin: 0 auto 15px;
}

.list-desc {
  margin-bottom: 45px;
}

.list-downloads {
  margin-top: -30px;
  margin-bottom: 40px;
}

.list-hoodq {
  margin-top: 50px;
}

.list-detail {
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.list-detail .primary-text {
  color: #B11113;
}

.list-tours {
  padding: 75px 0;
  z-index: 1;
}

.list-tour-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 45px;
  z-index: initial;
  display: flex;
  align-items: flex-end;
  z-index: -1;
  overflow: hidden;
}
.list-tour-brand img {
  height: auto;
  width: 30%;
  opacity: 0.1;
}

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

.list-content-blocks {
  padding: 50px 0;
  margin-bottom: 50px;
}
.list-content-blocks .container > section:first-child {
  margin-top: 0;
}

.list-img-callout {
  margin: 40px 0 0;
}
.list-img-callout.img-right .lic-img {
  order: 2;
}

.lic-img {
  padding: 0;
}

.lic-copy {
  padding: 45px;
}
.lic-copy h2 {
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
}

.row-of-imgs {
  margin-top: 40px;
}

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

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

.list-agent {
  margin-bottom: 20px;
}
.list-agent h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.list-agent a {
  color: #000;
  font-weight: normal;
}
.list-agent a:hover, .list-agent a:focus, .list-agent a:active {
  color: #C41230;
}

.list-agent-img {
  width: 145px;
  min-width: 145px;
  margin-right: 15px;
  border: 3px solid #C41230;
  border-radius: 100%;
  overflow: hidden;
}

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

.list-map {
  flex-grow: 1;
  min-height: 420px;
}
.list-map .acf-map {
  height: 100%;
}

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

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

.more-photos {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.more-photos:hover, .more-photos:focus, .more-photos:active {
  border-color: transparent;
}

.related-listings-wrap {
  overflow: hidden;
  padding: 50px 30px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .list-img-wrap .slick-arrow.slick-prev {
    left: calc(8% - 25px);
  }
  .list-img-wrap .slick-arrow.slick-next {
    right: calc(8% - 25px);
  }
}
@media (max-width: 1399px) {
  .list-img-wrap .slick-arrow.slick-prev {
    left: calc(12% - 25px);
  }
  .list-img-wrap .slick-arrow.slick-next {
    right: calc(12% - 25px);
  }
}
@media (max-width: 991px) {
  .list-header-wrap {
    text-align: center;
  }
  .list-header-wrap .text-end {
    text-align: center !important;
    margin-top: 15px;
  }
  .list-hilites {
    padding: 0 25px;
  }
  .list-img-wrap .art-ratio-18x9 {
    aspect-ratio: 16/9;
  }
  .list-img-wrap .slick-arrow.slick-prev {
    left: 25px;
  }
  .list-img-wrap .slick-arrow.slick-next {
    right: 25px;
  }
  .list-wrap .entry-content {
    order: 2;
  }
  .list-details {
    margin-bottom: 45px;
  }
  .list-tours {
    padding-top: 60px;
  }
  .list-tour-brand {
    display: none;
  }
  .lic-img {
    order: unset !important;
  }
  .list-map-agent {
    order: unset;
    flex-flow: column-reverse;
  }
  .list-agents {
    margin-top: 30px;
  }
  .list-agent {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .list-header-wrap {
    padding-top: 160px;
  }
  .list-img-wrap .art-ratio-18x9 {
    aspect-ratio: 7/5;
  }
  .list-hilites {
    padding: 0;
  }
  .hilites-arrows {
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
  .hilites-arrows .slick-arrow {
    position: static;
  }
  .hilites-arrows .slick-arrow + .slick-arrow {
    margin-left: 10px;
  }
  .hilites-expand {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  .list-status {
    font-size: 0.7rem;
    min-width: 90px;
  }
  .list-status:before {
    height: 29px;
    width: 29px;
  }
  .hq-ah--data-container {
    flex-direction: column !important;
  }
  .hq-ah--data-container > div {
    width: 100% !important;
  }
  .list-tours {
    padding: 45px 0;
  }
  .lic-copy {
    padding: 25px 15px;
  }
  .list-agent {
    display: block !important;
    text-align: center;
  }
  .list-agent-img {
    margin: 0 auto 15px;
  }
  .related-listings-wrap {
    padding: 40px 0;
  }
}
.post-top-wrap {
  padding: 175px 0 45px;
}
.post-top-wrap .pg-header-scroll {
  text-align: left;
}
.post-top-wrap .pg-header-scroll a {
  margin: 0;
}
.post-top-wrap .VideoWrapper {
  aspect-ratio: unset;
  height: 100%;
}

.post-box-date a {
  color: #fff;
}
.post-box-date a:hover, .post-box-date a:focus, .post-box-date a:active {
  color: #C41230;
}

.art-social-share a {
  display: inline-flex;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #C41230;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}
.art-social-share a:hover, .art-social-share a:focus, .art-social-share a:active {
  transform: translateY(-5px);
}

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

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

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

/** # Responsive **/
@media (max-width: 991px) {
  .post-img {
    order: 2;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .post-top-wrap {
    padding-top: 135px;
  }
}
.bio-header-wrap {
  padding: 160px 0 45px;
}

.bio-header {
  order: 2;
}
.bio-header p a {
  color: #fff;
  font-weight: normal;
}
.bio-header p a:hover, .bio-header p a:focus, .bio-header p a:active {
  color: #C41230;
}
.bio-header .pg-header-scroll {
  text-align: left;
}
.bio-header .pg-header-scroll a {
  margin: 0;
}

.bio-social-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #C41230;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 0.8rem;
  border-radius: 100%;
  border: 2px solid #C41230;
  transition: all 0.4s ease-out;
  margin-right: 10px;
}
.bio-social-wrap a:hover, .bio-social-wrap a:focus, .bio-social-wrap a:active {
  background-color: #000;
  color: #C41230;
}

.bio-img-wrap {
  position: relative;
}

.bio-vid {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  overflow: hidden;
}
.bio-vid video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .bio-header {
    order: unset;
    margin-bottom: 40px;
    text-align: center;
  }
  .bio-header .pg-header-scroll {
    text-align: center;
  }
  .bio-header .pg-header-scroll a {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .bio-header-wrap {
    padding-top: 125px;
  }
}
.blog-faq {
  margin: 0 0 45px;
}

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

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

.thanks-wrap {
  min-height: 100vh;
  z-index: 1;
  padding: 160px 0;
}
.thanks-wrap hr {
  border-color: #fff;
  opacity: 1;
}
.thanks-wrap a:not(.btn) {
  color: #fff !important;
  border-bottom: 1px solid #fff;
}
.thanks-wrap a:not(.btn):hover, .thanks-wrap a:not(.btn):focus, .thanks-wrap a:not(.btn):active {
  border-color: transparent;
}

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

.error404 .footer-content-wrap {
  display: none;
}

/** # Responsive **/
@media (max-width: 991px) {
  .thanks-img:before {
    background: none;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 767px) {
  .thanks-wrap {
    min-height: unset;
    padding: 140px 0 60px;
  }
}
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: 100vh;
  padding: 150px 0 100px;
  overflow: hidden;
}
.homepage-hero:before {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.homepage-hero .container {
  position: relative;
  z-index: 1;
}

.home section.homepage-hero .btn {
  min-width: 250px;
}

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

.hero-scroll {
  position: absolute;
  bottom: 25px;
  z-index: 1;
  text-align: center;
}
.hero-scroll a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.7rem;
  padding-bottom: 10px;
}
.hero-scroll a svg {
  animation: arrow-bounce 1.5s linear 0s infinite;
}

@keyframes arrow-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
/** # Responsive **/
@media (max-width: 767px) {
  .homepage-hero {
    min-height: unset;
    padding-top: 130px;
  }
}
.homepage-team {
  padding-top: 60px;
  overflow-x: hidden;
}

.team-marquee-wrap {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
.team-marquee-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background-color: #fff;
  z-index: -1;
}
.team-marquee-wrap .slide a:hover .team-slide-content, .team-marquee-wrap .slide a:focus .team-slide-content, .team-marquee-wrap .slide a:active .team-slide-content {
  opacity: 1;
  transition: all 0.4s ease-out;
}
.team-marquee-wrap .slide a:hover .team-slide-img, .team-marquee-wrap .slide a:focus .team-slide-img, .team-marquee-wrap .slide a:active .team-slide-img {
  transform: translateY(-60px);
}

.team-marquee {
  outline: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.team-slide {
  width: 290px;
  padding: 60px 10px 0;
  transition: all 0.4s ease-out;
}

.team-slide-img {
  width: 260px;
  height: 260px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.4s ease-out;
  position: relative;
}

.team-slide-content {
  transition: all 0.2s ease-out;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #C41230;
  opacity: 0;
  text-align: center;
}

/** # Responsive **/
@media (max-width: 991px) {
  .team-marquee-wrap:before {
    height: 135px;
  }
  .team-slide {
    width: 230px;
  }
  .team-slide-img {
    width: 210px;
    height: 210px;
  }
}
/** # Responsive **/
@media (max-width: 767px) {
  .team-marquee-wrap:before {
    height: 180px;
  }
  .team-slide {
    padding-top: 15px;
  }
  .team-slide-content {
    position: static;
    opacity: 1;
    margin-top: 10px;
  }
  .team-slide-img {
    transform: none !important;
  }
}
.homepage-stats {
  margin: 50px 0;
}

.hpstats-left {
  position: relative;
  z-index: 1;
}
.hpstats-left .jumbo {
  line-height: 1;
}

.ays-chart-container {
  height: 100% !important;
}

.ays-chart-charts-main-container svg g text {
  font-size: 1rem;
}
.ays-chart-charts-main-container svg g text:first-child:not(:last-child) {
  display: none !important;
}

.hpstats-wrap {
  margin-top: 30px;
}

.hp-stat {
  margin-bottom: 30px;
}
.hp-stat hr {
  background-color: #000;
  opacity: 1;
  height: 2px;
  margin: 12px 0;
}
.hp-stat .h2 {
  transition: all 0.25s ease-out;
  transform-origin: bottom center;
}
.hp-stat:hover .h2 {
  transform: scale(1.1);
}

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-stats {
    text-align: center;
  }
  .hpstats-left {
    margin-bottom: -50px;
  }
  .hp-stat .h2 {
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .ays-chart-container svg > g:first-of-type text {
    font-size: 15px !important;
  }
}
.homepage-google-reviews {
  z-index: 1;
}
.homepage-google-reviews.comp-google-reviews {
  padding-top: 45px;
}
.homepage-google-reviews.comp-google-reviews:before {
  height: 90px;
}
.homepage-google-reviews:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: -1;
}

.hpgr-content {
  order: 2;
  padding: 90px 15px 75px 45px;
}

.hpgr-imgs {
  overflow: hidden;
}

.stars div {
  transform: translateX(-30px) rotate(-45deg) !important;
}
.stars.animated div {
  transform: translateX(0) rotate(0) !important;
}

.hpgr-slider {
  width: 100%;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.75s ease-out 0.4s;
}
.hpgr-slider.animated {
  transform: translateY(0);
  opacity: 1;
}
.hpgr-slider img {
  max-width: 100%;
  height: auto;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hpgr-content .h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 991px) {
  .homepage-google-reviews {
    padding-top: 50px;
  }
  .homepage-google-reviews:before {
    display: none;
  }
  .hpgr-content {
    order: unset;
    padding: 0 15px 45px;
    text-align: center;
    justify-content: center;
  }
  .hpgr-slide img {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hpgr-content .h1 {
    font-size: 2.2rem;
  }
}
.hp-copy-on-media {
  padding: 90px 0;
  color: #fff;
  min-height: 85vh;
}
.hp-copy-on-media .container {
  position: relative;
  z-index: 1;
}
.hp-copy-on-media hr {
  background-color: #fff;
  opacity: 1;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .hp-copy-on-media {
    min-height: unset;
  }
  .hp-overlay-media:before {
    background: none;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 767px) {
  .hp-copy-on-media {
    padding: 50px 0;
  }
}
.homepage-listings {
  margin-top: 60px;
  margin-bottom: 30px;
}

.hp-listings-header {
  margin-bottom: 60px;
}
.hp-listings-header .h5 p:last-of-type {
  margin-bottom: 5px;
}

.hp-list-query {
  margin: 0;
  padding: 0 10px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hp-listing-slider .list-box-status {
    transform: none !important;
  }
}
.homepage-communities {
  min-height: 950px;
  padding: 50px;
  z-index: 1;
}

.hpc-brand {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: -125px;
  left: 8%;
  z-index: initial;
  z-index: 2;
}
.hpc-brand img {
  height: 100%;
  width: auto;
  opacity: 0.1;
}

.hpc-content {
  position: relative;
  z-index: 3;
}

.hpc-sliders {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
  z-index: 2;
}

.hpc-slider {
  position: absolute !important;
}

.hpc-slider1 {
  top: 60px;
  left: 10%;
  width: 375px !important;
}

.hpc-slider2 {
  top: 40px;
  right: 7%;
  width: 350px !important;
}

.hpc-slider3 {
  bottom: 80px;
  left: 7%;
  width: 320px !important;
}

.hpc-slider4 {
  bottom: 80px;
  right: 20%;
  width: 210px !important;
}

/** # Responsive **/
@media (max-width: 1500px) {
  .hpc-slider1 {
    left: 10%;
  }
  .hpc-slider2 {
    right: 7%;
  }
  .hpc-slider3 {
    left: 7%;
  }
  .hpc-slider4 {
    right: 17%;
  }
}
@media (max-width: 1399px) {
  .hpc-slider1 {
    left: 5%;
  }
  .hpc-slider2 {
    right: 2%;
  }
  .hpc-slider3 {
    left: 2%;
  }
  .hpc-slider4 {
    right: 15%;
  }
}
@media (max-width: 1199px) {
  .hpc-slider1 {
    width: 290px !important;
  }
  .hpc-slider2 {
    width: 280px !important;
  }
  .hpc-slider3 {
    width: 250px !important;
  }
  .hpc-slider4 {
    width: 175px !important;
    right: 10%;
  }
}
@media (max-width: 991px) {
  .homepage-communities {
    min-height: unset;
    padding-bottom: 10px;
  }
  .hpc-content {
    padding: 320px 0 380px;
  }
  .hpc-slider1 {
    width: 250px !important;
    left: 60px;
  }
  .hpc-slider2 {
    width: 230px !important;
    right: 30px;
  }
  .hpc-slider3 {
    width: 220px !important;
    left: 30px;
  }
  .hpc-slider4 {
    width: 185px !important;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .homepage-communities {
    padding: 50px 15px;
    display: block !important;
  }
  .hpc-brand img {
    height: 300px;
  }
  .hpc-content {
    padding: 0;
  }
  .hpc-slider-mobile {
    position: relative !important;
    z-index: 2;
    margin-top: 40px;
  }
}
.hp-copy-and-full-bleed {
  border-top: 1px solid #fff;
}

.hpfb-inner {
  position: relative;
  z-index: 2;
  padding: 70px 0;
}

/** # Responsive **/
@media (max-width: 767px) {
  .hpfb-inner {
    padding: 50px 0;
  }
  .hpfb-media {
    aspect-ratio: 16/9;
  }
}
.homepage-testimonials {
  padding: 70px 30px 80px;
}
.homepage-testimonials .slick-dots {
  left: calc(41.66666667% + 40px);
  position: absolute;
  bottom: 15px;
}

.hpt-inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hpt-brand {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: -125px;
  left: 0;
  z-index: initial;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.hpt-brand img {
  height: 100%;
  width: auto;
  opacity: 0.05;
}

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

.hpt-content {
  padding: 60px 15px 50px 45px;
}

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

/** # Responsive **/
@media (max-width: 1399px) {
  .hp-content {
    padding-top: 45px;
  }
}
@media (max-width: 1199px) {
  .hpt-content {
    padding-left: 15px;
    padding-top: 0;
  }
  .homepage-testimonials .slick-dots {
    left: calc(41.66666667% + 10px);
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .homepage-testimonials {
    padding: 50px 35px;
  }
  .hpt-header {
    margin-bottom: 25px;
  }
  .hpt-slider-wrap {
    padding: 0 80px;
  }
  .hpt-content {
    padding: 35px 15px;
    text-align: center;
  }
  .homepage-testimonials .slick-dots {
    position: static;
  }
}
@media (max-width: 767px) {
  .homepage-testimonials {
    padding: 50px 15px;
  }
  .hpt-slider-wrap {
    padding: 0;
  }
}
.homepage-blog {
  padding: 70px 30px 40px;
}
.homepage-blog .blog-box-info {
  color: #fff;
}
.homepage-blog .blog-box-info h3 {
  border-color: #fff;
}

.hp-blog-inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .hp-blog-slider-wrap {
    margin: 0 -15px;
  }
  .hp-blog-slider-wrap .blog-box-date {
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .homepage-blog {
    padding: 50px 15px;
  }
}
.homepage-media-mentions {
  margin-top: 70px;
  padding: 0 30px;
  margin-bottom: 40px;
}

.hpmm-inner {
  max-width: 1500px;
  margin: 0 auto;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .hp-mm-slider-wrap {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .homepage-media-mentions {
    padding: 0 15px;
    margin-top: 50px;
  }
}
.freeform-content {
  margin: 50px 0;
}
.freeform-content h3, .freeform-content h4 {
  margin-top: 40px;
}

.copy-on-media {
  padding: 80px 0;
  color: #fff;
  min-height: 85vh;
}
.copy-on-media .container {
  position: relative;
  z-index: 1;
}
.copy-on-media a:not(.btn) {
  color: #fff !important;
  border-bottom: 1px solid #fff;
}
.copy-on-media a:not(.btn):hover, .copy-on-media a:not(.btn):focus, .copy-on-media a:not(.btn):active {
  border-color: transparent;
}
.copy-on-media ol li {
  font-size: 1.25rem;
  border-color: #fff;
}
.copy-on-media ul {
  padding: 0 !important;
}
.copy-on-media ul li {
  border-top: 1px solid #fff;
  padding: 15px 0 !important;
  margin: 0 !important;
}
.copy-on-media ul li:before {
  display: none !important;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .copy-on-media {
    min-height: unset;
  }
  .overlay-media:before {
    background: none;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    padding: 60px 0;
  }
}
.copy-and-media {
  padding: 60px 0;
}
.copy-and-media.white-bg {
  padding: 0;
  margin-top: 60px;
  margin-bottom: 60px;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-right .cm-inner {
  padding-right: 45px;
}
.copy-and-media.media-left .cm-inner {
  padding-left: 45px;
}
.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;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .cm-inner {
    padding: 0 15px !important;
  }
}
@media (max-width: 991px) {
  .copy-and-media {
    padding-bottom: 40px;
  }
  .copy-and-media.white-bg {
    margin-bottom: 40px;
  }
  .copy-and-media .cm-media {
    order: unset !important;
    margin-bottom: 35px;
  }
  .copy-and-media.media-fit .cm-media {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .copy-and-media {
    padding-top: 50px;
  }
  .copy-and-media.white-bg {
    margin-top: 50px;
  }
  .copy-and-media.media-fit .cm-media {
    aspect-ratio: 7/5;
    height: unset;
  }
}
.team-query-wrap {
  padding: 70px 0 5px;
  z-index: 1;
}

.team-query-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: center;
  padding: 45px;
  z-index: -1;
  overflow: hidden;
}
.team-query-brand img {
  height: auto;
  width: 60%;
  opacity: 0.05;
}

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

.team-box-wrap {
  margin-bottom: 50px;
}
.team-box-wrap a {
  font-weight: normal;
}
.team-box-wrap a:hover .team-box-inner, .team-box-wrap a:focus .team-box-inner, .team-box-wrap a:active .team-box-inner {
  transform: translateY(-30px);
}
.team-box-wrap a:hover .team-box-info, .team-box-wrap a:focus .team-box-info, .team-box-wrap a:active .team-box-info {
  color: #C41230;
}
.team-box-wrap a:hover .team-more, .team-box-wrap a:focus .team-more, .team-box-wrap a:active .team-more {
  opacity: 1;
}

.team-box-inner {
  transition: all 0.4s ease-out;
}

.team-box-img {
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

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

.team-more {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 8px;
  opacity: 0;
  width: 60%;
  margin: 10px auto 0;
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .team-box-wrap {
    transition-delay: 0s !important;
  }
}
@media (max-width: 991px) {
  .team-box-inner {
    transform: none !important;
  }
  .team-more {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .team-query-wrap {
    padding-top: 50px;
  }
}
/* Styling for blog feed component */
.logo-slider-wrap {
  margin: 60px 0;
}
.logo-slider-wrap .section-links {
  margin-top: 35px;
}

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

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

.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;
  }
}
.testimonial-callout {
  overflow: hidden;
}
.testimonial-callout .row {
  margin: 0;
}

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

.tcallout-slider-wrap {
  min-height: 85vh;
  padding: 40px 30px;
}
.tcallout-slider-wrap > div {
  max-width: 650px;
  margin: 0 auto;
}

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

.tcallout-slider {
  width: 100% !important;
}

.tcallout-slide {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.tcallout-slide .semi {
  flex-grow: 1;
  margin-bottom: 60px;
}

.tcallout-bottom {
  border-top: 1px solid #fff;
  padding-top: 30px;
  margin-top: 15px;
}
.tcallout-bottom a {
  color: #fff;
  font-weight: bold;
}
.tcallout-bottom a:hover, .tcallout-bottom a:focus, .tcallout-bottom a:active {
  color: #C41230;
}
.tcallout-bottom .slick-dots {
  margin-bottom: 10px;
}
.tcallout-bottom .slick-dots button {
  border-color: #fff;
}
.tcallout-bottom .slick-dots .slick-active button,
.tcallout-bottom .slick-dots button:hover,
.tcallout-bottom .slick-dots button:focus,
.tcallout-bottom .slick-dots button:active {
  border-color: #C41230;
}

/** # Responsive **/
@media (max-width: 991px) {
  .tcallout-img {
    aspect-ratio: 7/5;
  }
  .tcallout-slider-wrap {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .tcallout-slide .semi {
    margin-bottom: 30px;
  }
  .tcallout-middle .h4 {
    font-size: 1.15rem;
  }
}
.buttons-grid {
  margin: 50px 0;
}

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

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

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

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

/* Styling for WP Media Block */
.mm-box-wrap {
  margin-bottom: 50px;
}
.mm-box-wrap.mm-box-slide {
  padding: 0 15px;
}
.mm-box-wrap a {
  font-weight: normal;
  color: #000;
}
.mm-box-wrap a:hover, .mm-box-wrap a:focus, .mm-box-wrap a:active {
  color: #C41230 !important;
}

.mm-box-img {
  position: relative;
  margin-bottom: 12px;
}
.mm-box-img:before {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.mm-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: 1;
}
.mm-logo img {
  max-width: 90%;
  max-height: 40%;
  height: auto;
  width: auto;
}

.mm-box-meta {
  color: #4b4b4b;
}

.mm-box-info h2 {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #000;
  font-size: 1.2rem;
}

.no-scroll {
  overflow-y: hidden;
}

.loading-screen {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding-bottom: 50px;
  transition: all 0.5s ease-out;
}
.loading-screen.ls-animated {
  transform: translateY(-100%);
}
.loading-screen svg {
  width: 80vw;
  max-height: 60vh;
  height: auto;
}

#pilon {
  overflow: hidden;
}
#pilon .cls-1 {
  opacity: 0;
  transform: translateY(-40%);
  transition: all 0.4s ease-out;
}
#pilon .pil1 {
  transition-delay: 0.15s;
}
#pilon .pil2 {
  transition-delay: 0.3s;
}
#pilon .pil3 {
  transition-delay: 0.45s;
}
#pilon .pil4 {
  transition-delay: 0.6s;
}
#pilon .pil5 {
  transition-delay: 0.75s;
}
#pilon.ls-animated {
  opacity: 1;
}
#pilon.ls-animated .cls-1 {
  opacity: 1;
  transform: translateY(0);
}

#group {
  opacity: 0;
  transition: all 0.5s ease-out;
}
#group.ls-animated {
  opacity: 1;
}

.true-size-slider-wrap {
  background-color: #F8F8F8;
  padding: 15px;
  margin: 30px 0;
}
.true-size-slider-wrap .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 2;
}
.true-size-slider-wrap .slick-arrow.slick-prev {
  left: 10px;
}
.true-size-slider-wrap .slick-arrow.slick-next {
  right: 10px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .true-size-slider-arrows {
    text-align: center;
    margin-top: 15px;
  }
  .true-size-slider-arrows .slick-arrow {
    position: static;
  }
  .true-size-slider-arrows .slick-arrow + .slick-arrow {
    margin-left: 10px;
  }
}
.sticky-media-content-blocks {
  padding: 75px 0;
}

.smcb-media {
  order: 2;
}
.smcb-media .media-wrap {
  position: sticky;
  top: 125px;
}

.smcb-blocks {
  padding-right: 75px;
}
.smcb-blocks h3, .smcb-blocks h4 {
  margin-top: 40px;
}
.smcb-blocks ul {
  padding: 0 !important;
}
.smcb-blocks ul li {
  border-top: 1px solid #C41230;
  padding: 15px 0 !important;
  margin: 0 !important;
}
.smcb-blocks ul li:before {
  display: none !important;
}

.smcb-block + .smcb-block {
  margin-top: 60px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .smcb-blocks {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .sticky-media-content-blocks {
    padding: 50px 0;
  }
  .smcb-media {
    order: unset;
    margin-bottom: 35px;
  }
}
.ba-flag {
  position: absolute;
  top: 15px;
  left: 0;
  text-align: center;
  padding: 4px 5px 4px 20px;
  min-width: 90px;
  z-index: 1;
}
.ba-flag:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 29px;
  height: 29px;
  background-color: inherit;
  clip-path: polygon(70% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}

.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;
  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 {
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  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;
  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 {
  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 * {
  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 {
  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;
  border-radius: 1000px;
  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: 30px;
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 30px;
  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;
  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;
  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: #fff;
  opacity: 1;
  border-radius: 100%;
  margin-left: -34px !important;
  margin-top: -30px !important;
  box-shadow: none;
  background-image: url("../images/slide.svg");
  background-size: 45px;
  border: 3px solid #000 !important;
  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;
}

/** # Responsive **/
@media (max-width: 767px) {
  .twentytwenty-handle {
    width: 45px;
    height: 45px;
    margin-left: -25px !important;
    margin-top: -22px !important;
    background-size: 35px;
  }
  .twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 26px;
  }
  .twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 24px;
  }
}
.content-list-wrap {
  padding: 50px 0;
}
.content-list-wrap .section-links {
  padding-left: 100px;
}

.content-list-item {
  padding: 12px 0 12px 100px;
  position: relative;
}

.cl-dot {
  position: absolute;
  top: 27px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #C41230;
  transition: opacity 0.3s ease-out, width 1s ease-out 0.7s;
  opacity: 0;
}
.cl-dot:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #C41230;
}
.cl-dot.animated {
  opacity: 1;
  width: 80px;
  transition: all 1s ease-out 0.5s;
}

/** # Responsive **/
@media (max-width: 767px) {
  .content-list-wrap .section-links {
    padding-left: 0;
  }
  .content-list-item {
    padding-left: 45px;
  }
  .cl-dot.animated {
    width: 30px;
    transition: all 0.5s ease-out 0.5s;
  }
}
.large-media {
  padding: 50px 0;
}
.large-media.white-bg {
  padding: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
.large-media .VideoWrapper {
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
}

/** # Responsive **/
@media (max-width: 991px) {
  .large-media .art-ratio-18x9 {
    aspect-ratio: 16/9;
  }
}
.callout-copy {
  padding: 70px 0 60px;
}
.callout-copy .h3 {
  line-height: 1.4;
}

.callout-brand {
  width: 60px;
  margin: 0 auto 20px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .callout-copy {
    padding: 50px 0 30px;
  }
  .callout-copy .h3 {
    font-size: 1.5rem;
  }
}
.resource-links {
  margin: 70px 0 50px;
}

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

.resource-slide {
  padding: 0 15px;
}
.resource-slide a:hover .resource-img img, .resource-slide a:focus .resource-img img, .resource-slide a:active .resource-img img {
  transform: scale(1.1);
}

.resource-img {
  overflow: hidden;
}
.resource-img:before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.resource-img img {
  transition: all 0.75s ease-out;
}

.resource-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  color: #fff;
  z-index: 1;
  padding: 20px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .resource-links {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .resource-arrows {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .resource-arrows .slick-arrow {
    position: static;
  }
  .resource-arrows .slick-arrow + .slick-arrow {
    margin-left: 10px;
  }
}
.mm-content-wrap {
  padding: 60px 0 45px;
}

.mm-page-content {
  margin-bottom: 50px;
}

.area-searches,
.type-searches,
.price-searches,
.area-search-pg-wrap {
  padding: 50px 0 30px;
}

.search-box {
  margin-bottom: 45px;
}
.search-box a {
  color: #fff;
}
.search-box a:hover .search-box-info, .search-box a:focus .search-box-info, .search-box a:active .search-box-info {
  background-color: #C41230;
}

.search-box-info {
  padding: 12px;
  background-color: #000;
  transition: all 0.4s ease-out;
}
.search-box-info h3 {
  font-size: 1.1rem;
}

.search-box-button {
  margin-bottom: 25px;
}
.search-box-button a {
  border-color: #C41230;
}

.area-search-box {
  margin-bottom: 45px;
  border-top: 1px solid #000;
  padding-top: 45px;
}
.area-search-box:first-of-type, .area-search-box:nth-of-type(2), .area-search-box:nth-of-type(3), .area-search-box:nth-of-type(4) {
  border-top: 0;
  padding-top: 0;
}
.area-search-box a {
  border-color: #C41230;
  background-color: #fff !important;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .area-search-box:nth-of-type(4) {
    border-top: 1px solid #000;
    padding-top: 45px;
  }
}
@media (max-width: 1199px) {
  .area-search-box:nth-of-type(3) {
    border-top: 1px solid #000;
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .area-search-box:nth-of-type(2) {
    border-top: 1px solid #000;
    padding-top: 45px;
  }
}
.mrp-listings-details .page-header-wrap {
  margin-bottom: 60px;
}

.search-page-content {
  padding: 60px 0;
  text-align: center;
}

.mrp-listing-content {
  background-color: transparent !important;
  margin-top: 25px !important;
}

.listing-disclaimer {
  text-align: center;
}

.idx-form-panel form {
  background-color: transparent;
  padding: 0;
}

.idx-form-panel label {
  color: #000;
}

.idx-form-panel a {
  border: 0;
}

.price-inputs input {
  height: unset !important;
}

/* MRP STYLING */
/********************/
/*** HIDDEN ITEMS ***/
/********************/
/*Hidden - Details*/
/*Hidden - Results*/
.listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login.btn::before {
  display: none;
}

.listing-item-top-menu,
.summary-business-major,
.summary-status,
#listing-results-view.mrp-style-area .mrp-listing-links-section,
#listing-results-view.mrp-style-area .mrp-owner-contact-container .listing-contact-info {
  display: none !important;
}

.mrp-popup {
  overflow: hidden !important;
}

/***************/
/*** BUTTONS ***/
/***************/
.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.btn,
.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-signup.btn,
.mrp-vow-login,
.mrp-vow-account,
.mrp-vow-searches,
.mrp-vow-fav-categories {
  background-color: #C41230 !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  background-image: none !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  padding: 16px 40px !important;
}
.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.btn:hover, .mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.btn:focus, .mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.btn:active,
.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-signup.btn:hover,
.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-signup.btn:focus,
.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-signup.btn:active,
.mrp-vow-login:hover,
.mrp-vow-login:focus,
.mrp-vow-login:active,
.mrp-vow-account:hover,
.mrp-vow-account:focus,
.mrp-vow-account:active,
.mrp-vow-searches:hover,
.mrp-vow-searches:focus,
.mrp-vow-searches:active,
.mrp-vow-fav-categories:hover,
.mrp-vow-fav-categories:focus,
.mrp-vow-fav-categories:active {
  background-color: rgb(242.6204081633, 98.8795918367, 106.4448979592) !important;
  color: #fff !important;
}

.mrp-style-area .btn-primary,
.mrp-form-button-cancel {
  background-color: #C41230 !important;
  color: #fff !important;
  background-image: none !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.mrp-style-area .btn-primary:hover,
.mrp-form-button-cancel:hover {
  background-color: rgb(242.6204081633, 98.8795918367, 106.4448979592) !important;
  color: #fff !important;
}

.mrp-vow-listing-fav-button {
  min-height: unset !important;
  border-radius: 0 !important;
  border: 0 !important;
}

/***************/
/*** GENERAL ***/
/***************/
.mrp-listing-details .page-title {
  font-size: 2rem;
}

.mrp-listings-details .main-content .container {
  min-width: 1300px !important;
}

#listing-details-view.mrp-style-area.sm620 .post-image-wrapper {
  width: 100% !important;
}

.mrp-style-area a {
  transition: all 0.3s ease-in;
}

.mrp-style-area a:hover {
  color: #C41230 !important;
  text-decoration: none !important;
}

#listing-results-view.mrp-style-area.sm.md .mrp-listing-result {
  padding: 0 15px !important;
}

.mrp-listing-main-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  width: 100%;
}

#listing-results-view.mrp-style-area .NEW-BANNER .mrp-listing-main-image-container .results-ribbon {
  background-color: #C41230 !important;
  color: #fff !important;
}

#listing-details-view.mrp-style-area .mrp-listing-last-modified {
  float: left !important;
}

.idx-basic-form {
  background-color: transparent;
  padding: 0;
}

.idx-basic-form input {
  color: #000 !important;
}

.idx-form-panel-content .ctrl label {
  color: #fff !important;
}

.selectize-control.single {
  border: 1px solid #C41230;
  padding: 5px;
}

.mrp-i-unit,
.mrp-m-unit {
  color: rgb(242.6204081633, 98.8795918367, 106.4448979592) !important;
  border-bottom: 2px solid rgb(242.6204081633, 98.8795918367, 106.4448979592) !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul li a {
  border: 0;
  padding: 0;
}

.listing-results-view .mrp-listing-result {
  border-bottom: 0 !important;
}

.mrp-listing-result:before,
.listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login.btn::before, .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login.btn::before {
  display: none !important;
}

#listing-results-view.mrp-style-area .mrp-listing-result-overflow-message {
  background-color: #000 !important;
}

#listing-details-view.mrp-style-area.xs .mrp-listing-quick-actions.top > span.details-ribbon.ribbon-new {
  background-color: #C41230 !important;
}

/*Pagination*/
.mrp-style-area .btn {
  min-width: unset !important;
}

.mrp-listing-details-page-navigation > a {
  font-weight: 600 !important;
  transition: all 0.3s ease-in-out;
}

.mrp-listing-page-navigation .page-buttons a {
  color: #C41230 !important;
  font-weight: 400;
  box-shadow: none !important;
}

.mrp-listing-page-navigation .page-buttons a:hover {
  color: #C41230 !important;
}

#listing-details-view.mrp-style-area .mrp-listing-details-page-navigation > a {
  box-shadow: none !important;
}

#listing-results-view.mrp-style-area .mrp-listing-page-navigation .page-buttons a.current {
  display: inline-block;
  box-shadow: none;
  color: #C41230 !important;
}

/***************/
/*** RESULTS ***/
/***************/
form.mrp-omnibox-v2 .location-search-area {
  background-color: transparent !important;
  border-radius: 0 !important;
}

form.mrp-omnibox-v2 .selectize-input,
form.mrp-omnibox-v2 .field-item span {
  background-color: #fff !important;
}

form.mrp-omnibox-v2 .location-search-view-option {
  display: none !important;
}

form.mrp-omnibox-v2 .location-search-button {
  background-color: #C41230 !important;
  padding: 11px 10px 2px !important;
  top: 23px !important;
  right: 25px !important;
}

form.mrp-omnibox-v2 .toggle-item .slider::before,
.idx-basic-form .toggle-control span.base::before {
  background-color: #C41230 !important;
}

.idx-basic-form .noUi-connect {
  background-color: #C41230 !important;
}

.idx-basic-form .bottom a.save-search {
  background-color: #000 !important;
  color: #fff !important;
}

form.mrp-omnibox-v2 .selectize-control.multi .selectize-input [data-value],
.idx-basic-form .selectize-control.multi .selectize-input [data-value] {
  background-color: #000 !important;
  border-color: #000 !important;
}

#listing-results-view.mrp-style-area .mrp-listing-result .mrp-listing-price-container {
  top: 12px !important;
  right: 15px !important;
  transform: none !important;
  position: absolute !important;
  background-color: #C41230 !important;
  color: #fff !important;
  padding: 5px 10px !important;
  font-weight: normal;
  font-size: 0.75rem !important;
}

#listing-results-view.mrp-style-area .summary-property-type,
#listing-results-view.mrp-style-area .mrp-listing-price-container {
  box-shadow: none !important;
}

.mrp-description-and-attribution-wrapper {
  opacity: 0;
}

.mrp-basic-filter-form .noUi-connect {
  background-color: #C41230 !important;
}

.mrp-basic-filter-form .bottom a.save-search {
  background-color: #C41230 !important;
  color: #fff !important;
}

#listing-results-view.mrp-style-area .summary-property-type {
  font-size: 0.75rem !important;
  text-transform: uppercase;
  font-weight: 600;
  right: 0;
  left: 0;
  text-align: center;
  margin-top: 0 !important;
  background-color: #000 !important;
  opacity: 1 !important;
  color: #fff !important;
  display: block !important;
  position: relative !important;
  transform: none !important;
}

#listing-results-view.mrp-style-area .mrp-listing-details-link {
  width: 100% !important;
}

#listing-results-view.mrp-style-area .mrp-listing-details-link a {
  background-color: #C41230 !important;
  color: #fff !important;
  border-radius: 0 !important;
  width: 100% !important;
  text-align: center;
  transition: all 0.3s ease-in-out !important;
}

#listing-results-view.mrp-style-area .mrp-listing-details-link a:hover {
  background-color: #C41230 !important;
  color: #fff !important;
  border-radius: 0 !important;
  width: 100% !important;
  text-align: center;
}

#listing-results-view.mrp-style-area.sm560 .mrp-listing-result .listing-item-entry-title {
  bottom: 85px;
  position: absolute;
  padding: 0 20px 0 0;
}

#listing-results-view.mrp-style-area .mrp-listing-main-image-container {
  box-shadow: none !important;
}

#listing-results-view.mrp-style-area .mrp-listing-result.no-photo-overlay .mrp-listing-main-image-container {
  border-bottom: none !important;
  padding: 0 0 58% 0 !important;
}

#listing-results-view.mrp-style-area .mrp-listing-summary-section > div {
  border: none !important;
}

/*Pop-up description box*/
#listing-results-view.mrp-style-area .mrp-listing-result-overlay.blue {
  background-color: #C41230 !important;
  font-weight: 100 !important;
  font-size: 18px;
}

#listing-results-view.mrp-style-area .mrp-listing-result-overlay .close {
  border-left: 0;
  border-bottom: 0;
}

.mrp-listing-result {
  margin-bottom: 30px;
}

/***************/
/*** DETAILS ***/
/***************/
.mrp-listing-title {
  text-align: left !important;
}

.mrp-listing-details .page-content {
  margin-top: 0;
}

#listing-details-view.mrp-style-area.xl .mrp-details-vow-toolbar-wrapper {
  transform: none !important;
}

.btn.btn-circle {
  min-width: unset !important;
}

/*Toolbars (Top of Detail Page)*/
.mrp-style-area .nav-inline-close,
.mrp-idx-panel .nav-inline-close {
  display: none !important;
}

.mrp-vow-toolbar-non-auth {
  text-align: center !important;
  display: block !important;
}

.mrp-vow-login-with-external-id {
  display: none !important;
}

.listing-contact-info-wrapper li,
.mrp-listing-details-tabs li {
  padding: 0 !important;
  font-size: 18px;
}

.listing-contact-info-wrapper li:before,
.mrp-listing-details-tabs li:before {
  display: none !important;
}

.mrp-popup a,
.listing-contact-info-wrapper a {
  color: #C41230 !important;
}
.mrp-popup a:hover, .mrp-popup a:focus, .mrp-popup a:active,
.listing-contact-info-wrapper a:hover,
.listing-contact-info-wrapper a:focus,
.listing-contact-info-wrapper a:active {
  color: rgb(242.6204081633, 98.8795918367, 106.4448979592) !important;
}

.fotorama__thumb-border {
  border-color: #C41230 !important;
}

.highlight {
  color: #C41230 !important;
}

#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-save-search a {
  border: 0;
  color: #000;
}

#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-save-search a:hover,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-save-search a:focus,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-save-search a:active {
  color: #C41230 !important;
}

#listing-details-view.mrp-style-area .mrp-listing-details-tabs > li a {
  color: #C41230 !important;
}

#listing-details-view.mrp-style-area .mrp-listing-details-tabs > li a:hover {
  color: #C41230 !important;
}

#listing-details-view.mrp-style-area.xs .mrp-details-vow-toolbar-wrapper {
  margin: 0 auto !important;
  max-width: 100% !important;
}

#listing-details-view.mrp-style-area.sm620 .mrp-listing-quick-actions.top.top {
  display: flex !important;
  -webkit-display: flex !important;
}

#listing-details-view.mrp-style-area.sm620 .mrp-listing-quick-actions.top {
  margin-top: 16px !important;
}

.listing-results-view.mrp-style-area .mrp-details-vow-toolbar-wrapper, .listing-details-view.mrp-style-area .mrp-details-vow-toolbar-wrapper, .vow-landing.mrp-style-area .mrp-details-vow-toolbar-wrapper {
  z-index: 1 !important;
}

#listing-details-view.mrp-style-area.md .mrp-vow-login-with-external-id {
  float: left !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul li,
#listing-details-view.mrp-style-area .mrp-listing-quick-actions > span {
  background-color: #000 !important;
  transition: all 0.3s ease-in !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul li:hover,
#listing-details-view.mrp-style-area .mrp-listing-quick-actions > span:hover {
  background-color: #C41230 !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul li a {
  color: #fff !important;
}

#listing-details-view.mrp-style-area .mrp-listing-details-tabs li.active {
  border-bottom: 3px solid #C41230 !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul .contact-link::before {
  content: "Contact" !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul .mortgage-calc-link::before {
  content: "Calculators" !important;
}

#listing-details-view.mrp-style-area .mrp-listing-photo-other .mrp-listing-photo-thumb .more {
  background-color: #C41230 !important;
}

.section-head,
.top-content h1,
.top-content h2,
.mrp-listing-price-info .price,
#listing-details-view.mrp-style-area.xl .large-sidebar > section.inline-contact-form .mrp-form-title-main,
#listing-details-view.mrp-style-area.xl .large-sidebar > section.inline-mortgage-calc-form .mrp-form-title-main,
#listing-details-view.mrp-style-area .mrp-listing-info-section label, #listing-details-view.mrp-style-area .mrp-listing-wide-info-section label,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-heading,
#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-heading {
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
}

#listing-details-view.mrp-style-area .mrp-listing-attribution-container {
  float: right;
}

.tab-content .mid-content {
  padding-top: 0;
}

.mid-content {
  padding-top: 30px;
  max-width: 100% !important;
}

#listing-details-view.mrp-style-area.sm620 .post-image-wrapper {
  max-width: 100% !important;
}

.section-head,
.top-content h1,
.top-content h2 {
  color: #C41230 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mrp-listing-price-info .price {
  top: 32px !important;
  right: 0 !important;
  background: none;
  color: #C41230;
}

#listing-details-view.mrp-style-area.xs .mrp-listing-quick-actions.top > span.details-ribbon.ribbon-new {
  background-color: #C41230 !important;
}

/*Related Listings */
.mrp-listing-related > div {
  -moz-column-count: 3;
  -ms-column-count: 3;
  column-count: 3;
  margin-top: 45px;
}

.mrp-listing-related > div > a {
  position: relative;
  display: block;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.mrp-listing-sold-related {
  position: relative;
  margin-top: 45px;
}

.related-price {
  position: absolute;
  right: 0;
  top: 25px;
  color: #fff;
  background: #C41230;
  padding: 5px 10px;
}

.related-recip-logo {
  position: absolute !important;
  bottom: 18px !important;
  right: 0px !important;
}

/* Sidebar */
.mrp-details-vow-toolbar-wrapper {
  margin-left: 0 !important;
}

#listing-details-view.mrp-style-area .mrp-owner-contact-container .listing-contact-info .listing-contact-photo-wrapper {
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 100px !important;
  width: 100px !important;
}

#listing-details-view.mrp-style-area .mrp-owner-contact-container .listing-contact-info {
  display: flex !important;
}

.post-image-sidebar .mrp-owner-contact-container .listing-contact-photo-wrapper {
  float: none !important;
  width: 100% !important;
}

.post-image-sidebar .listing-contact-info {
  display: block;
}

.listing-contact-info {
  display: flex;
  -webkit-display: flex;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar,
#listing-details-view.mrp-style-area .mrp-area-stats {
  border: 1px solid #C41230 !important;
}

#listing-details-view.mrp-style-area .post-image-sidebar .mrp-ll-sidebar {
  margin-bottom: 20px !important;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-footer,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-save-search {
  background-color: #C41230 !important;
  transition: all 0.3s ease-in-out;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-footer:hover,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-save-search:hover {
  background-color: #C41230 !important;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-footer a {
  color: #fff !important;
}

.inline-contact-form .mrp-form-textbox,
.inline-contact-form textarea {
  background-color: #fff !important;
}

.inline-contact-form .form-group label.col-md-offset-4 {
  margin-left: 0;
  width: 100%;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-heading,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-heading {
  color: #C41230 !important;
}

.stat-line dd {
  color: rgb(242.6204081633, 98.8795918367, 106.4448979592) !important;
  margin-bottom: 0;
}

/*Map*/
.mrp-geo-popup-options-container a {
  color: rgb(242.6204081633, 98.8795918367, 106.4448979592) !important;
}

.mrp-geo-popup-options-container a:hover {
  color: #C41230 !important;
}

/*RESPONSIVE - NEW VERSION */
/*Sold Data Map*/
.mrp-idx-search-form.mrp-fullscreen .mrp-vow-toolbar {
  padding-top: 0;
}

.mrp-idx-search-form.mrp-fullscreen .mrp-results-page-summary a {
  color: #fff !important;
}

.mrp-idx-on .mrp-idx-panel .mrp-idx-panel-contents {
  padding-top: 100px;
}

.mrp-idx-on .mrp-idx-panel-controls + .mrp-idx-panel-contents #listing-details-view.xs.sm .mrp-details-vow-toolbar-wrapper {
  position: absolute;
  top: -40px;
}

.wp-idx-button-wrapper {
  padding: 0 !important;
  font-size: unset !important;
  text-align: unset !important;
}

button.idx-start {
  background-color: #C41230;
  color: #fff !important;
  background-image: none !important;
  border-radius: 0 !important;
  border: 0 !important;
  font-size: 14px;
  padding: 15px 25px !important;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 375ms ease, color 375ms ease;
}

button.idx-start:hover,
button.idx-start:focus,
button.idx-start:active {
  background-color: #C41230;
  color: #fff !important;
}

.mrp-btn-bar .btn.btn-primary {
  padding: 6px 12px !important;
}

.idx-basic-form .bottom a.launch-map {
  background-color: #000 !important;
  color: #fff !important;
  background-image: url("../images/map-marker-white.svg") !important;
  padding-right: 25px !important;
}

.idx-basic-form .bottom a.launch-map:before {
  display: none !important;
}

.mapboxgl-popup {
  max-width: unset !important;
}

.selectize-input {
  padding: 0 8px !important;
}

#ibf-search-selectized {
  height: 45px !important;
}

#listing-results-view.mrp-style-area .mrp-listing-main-image-container .inner {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
}

.mrp-listing-links-section li:before {
  display: none !important;
}

.mrp-style-area .nav-inline-close,
.mrp-idx-panel .nav-inline-close {
  z-index: 1000 !important;
}

#listing-details-view.mrp-style-area.xl .large-sidebar {
  display: none !important;
}

.btn.mrp-idx-close {
  border: 2px solid #C41230 !important;
  color: #fff !important;
  background-color: #C41230 !important;
  position: relative !important;
  background-image: none !important;
  padding: 6px !important;
}

.btn.mrp-idx-close span {
  padding: 0;
}

.btn.mrp-idx-close span:before {
  content: "Close" !important;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: transparent !important;
  transform: none !important;
  top: 4px;
  border: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.btn.mrp-idx-close span:after {
  display: none !important;
}

.mrp-map-option button {
  border: 2px solid #000 !important;
  color: #000 !important;
}
.mrp-map-option button:before {
  display: none !important;
}
.mrp-map-option button:hover, .mrp-map-option button:focus, .mrp-map-option button:active {
  color: #C41230 !important;
}

.mrp-search-button {
  border: 2px solid #fff !important;
  color: #fff !important;
}
.mrp-search-button:before {
  display: none !important;
}
.mrp-search-button:hover, .mrp-search-button:focus, .mrp-search-button:active {
  color: #C41230 !important;
}

.mrp-mls-search-link {
  color: #fff !important;
}

.mrp-idx-branding .mdi-action-home:before {
  content: "Close";
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #C41230;
  padding-bottom: 2px;
  font-family: "Montserrat", sans-serif;
  color: #C41230;
}

.mrp-idx-branding .mdi-action-home:hover:before {
  color: #C41230;
}

.labelbar .label {
  color: #F8F8F8 !important;
}

@media screen and (max-width: 1500px) {
  .mls-template-default .main-content .container {
    min-width: unset !important;
  }
}
@media screen and (max-width: 1230px) {
  .mrp-details-vow-toolbar-wrapper {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 767px) {
  #listing-results-view.mrp-style-area .mrp-listing-result .mrp-listing-price-container {
    right: 0 !important;
  }
  #listing-results-view.mrp-style-area .summary-property-type {
    right: 0 !important;
    left: 0 !important;
    display: block !important;
  }
  .summary-property-type {
    display: none !important;
  }
  #listing-results-view .listing-item-entry-title {
    bottom: 95px !important;
  }
  #listing-results-view.mrp-style-area .mrp-listing-details-link a {
    margin-bottom: 30px !important;
  }
  .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login-with-external-id, .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login-with-external-id, .vow-landing.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login-with-external-id {
    float: none;
    padding-bottom: 15px;
    width: 100%;
  }
  .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth, .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth, .vow-landing.mrp-style-area .mrp-vow-toolbar-non-auth {
    text-align: center !important;
  }
  .mrp-listing-price-info .price {
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    font-size: 18px !important;
  }
  .mrp-area-stats {
    clear: both;
  }
  .mrp-listing-related > div {
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
  }
  .mrp-listing-related > div > a {
    margin: 15px 0;
  }
}
#listing-details-view.mrp-style-area.xs .mrp-details-vow-toolbar-wrapper {
  margin: 0 auto !important;
}

#listing-details-view.mrp-style-area.sm620 .mrp-listing-quick-actions.top.top {
  display: flex !important;
  -webkit-display: flex !important;
}

#listing-details-view.mrp-style-area.sm620 .mrp-listing-quick-actions.top {
  margin-top: 16px !important;
}

.listing-results-view.mrp-style-area .mrp-details-vow-toolbar-wrapper, .listing-details-view.mrp-style-area .mrp-details-vow-toolbar-wrapper, .vow-landing.mrp-style-area .mrp-details-vow-toolbar-wrapper {
  z-index: 1 !important;
}

#listing-details-view.mrp-style-area.md .mrp-vow-login-with-external-id {
  float: left !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul li a,
.mrp-vow-login.btn {
  color: #fff !important;
}

.mrp-popup .btn {
  border: 0 !important;
}
.mrp-popup .btn:before {
  display: none !important;
}

#listing-details-view.mrp-style-area .mrp-listing-details-tabs li.active {
  border-bottom: 3px solid #C41230 !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul .contact-link::before {
  content: "Contact" !important;
}

#listing-details-view.mrp-style-area .mrp-listing-links-section > ul .mortgage-calc-link::before {
  content: "Calculators" !important;
}

.section-head,
.top-content h1,
.top-content h2,
.mrp-listing-price-info .price,
#listing-details-view.mrp-style-area.xl .large-sidebar > section.inline-contact-form .mrp-form-title-main,
#listing-details-view.mrp-style-area.xl .large-sidebar > section.inline-mortgage-calc-form .mrp-form-title-main,
#listing-details-view.mrp-style-area .mrp-listing-info-section label, #listing-details-view.mrp-style-area .mrp-listing-wide-info-section label,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-heading,
#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-heading {
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
}

.mrp-popup form {
  background-color: transparent;
  padding: 0;
}

.mrp-popup input,
.mrp-popup select,
.mrp-popup textarea {
  border: 1px solid #000 !important;
  color: #000 !important;
}

.mrp-vow-login-forgot-password a,
.mrp-vow-login-signup a {
  border: 0;
}

#listing-details-view.mrp-style-area .mrp-listing-attribution-container {
  float: right;
}

.tab-content .mid-content {
  padding-top: 0;
}

.mid-content {
  padding-top: 30px;
}

.mrp-listing-price-info .price {
  top: 32px !important;
  right: 0 !important;
  background: none;
  color: #C41230;
}

#listing-details-view.mrp-style-area.xs .mrp-listing-quick-actions.top > span.details-ribbon.ribbon-new {
  background-color: #C41230 !important;
}

/*Related Listings */
.mrp-listing-related {
  -moz-column-count: 3;
       column-count: 3;
}

.mrp-listing-related .related-listing > div {
  position: relative;
}

.related-price {
  position: absolute;
  right: 0;
  top: 25px;
  color: #fff;
  background: #C41230;
  padding: 5px 10px;
}

.related-recip-logo {
  position: absolute !important;
  bottom: 18px !important;
  right: 0px !important;
}

/* Sidebar */
.mrp-details-vow-toolbar-wrapper {
  margin-left: 0 !important;
}

#listing-details-view.mrp-style-area .mrp-owner-contact-container .listing-contact-info .listing-contact-photo-wrapper {
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 100px !important;
  width: 100px !important;
}

#listing-details-view.mrp-style-area .mrp-owner-contact-container .listing-contact-info {
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
}

.post-image-sidebar .mrp-owner-contact-container .listing-contact-photo-wrapper {
  float: none !important;
  width: 100% !important;
}

.post-image-sidebar .listing-contact-info {
  display: block;
}

.listing-contact-info {
  display: flex;
  -webkit-display: flex;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar,
#listing-details-view.mrp-style-area .mrp-area-stats {
  border: 1px solid #C41230 !important;
}

#listing-details-view.mrp-style-area .post-image-sidebar .mrp-ll-sidebar {
  margin-bottom: 20px !important;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-footer,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-save-search {
  background-color: #C41230 !important;
  transition: all 0.3s ease-in-out;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-footer:hover,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-save-search:hover {
  background-color: #C41230 !important;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-footer a {
  color: #fff !important;
}

.inline-contact-form .mrp-form-textbox,
.inline-contact-form textarea {
  background-color: #fff !important;
}

.inline-contact-form .form-group label.col-md-offset-4 {
  margin-left: 0;
  width: 100%;
}

#listing-details-view.mrp-style-area .mrp-ll-sidebar .mrp-ll-heading,
#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-heading {
  color: rgb(242.6204081633, 98.8795918367, 106.4448979592) !important;
}

/*Map*/
.mrp-geo-popup-options-container a {
  color: #C41230 !important;
}

.mrp-geo-popup-options-container a:hover {
  color: #C41230 !important;
}

footer .col-lg-9 {
  float: none;
}

/*RESPONSIVE - NEW VERSION */
@media screen and (max-width: 1500px) {
  .mrp-listings-details .container {
    min-width: unset !important;
  }
}
@media screen and (max-width: 1230px) {
  .mrp-details-vow-toolbar-wrapper {
    margin-left: auto !important;
  }
}
@media (max-width: 991px) {
  #listing-results-view.mrp-style-area.sm560 .mrp-listing-result {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 767px) {
  #listing-results-view.mrp-style-area .mrp-listing-details-link a {
    margin-bottom: 30px !important;
  }
  .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login-with-external-id, .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login-with-external-id, .vow-landing.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login-with-external-id {
    float: none;
    padding-bottom: 15px;
    width: 100%;
  }
  .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth, .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth, .vow-landing.mrp-style-area .mrp-vow-toolbar-non-auth {
    text-align: center !important;
  }
  .mrp-listing-price-info .price {
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    font-size: 18px !important;
  }
  .idx-basic-form .bottom a.launch-map {
    padding: 5px !important;
  }
}
@media screen and (max-width: 590px) {
  #listing-results-view .listing-item-entry-title {
    position: absolute;
  }
}
.mrp-style-area a.vow-signup-link:hover,
.mrp-style-area a.vow-signup-link:focus,
.mrp-style-area a.vow-signup-link:active {
  color: #C41230 !important;
}

.copy-blockquote-callout {
  padding: 70px 0;
}
.copy-blockquote-callout blockquote {
  background-color: #000;
  margin: 0;
}
.copy-blockquote-callout blockquote:before {
  background-image: url("../images/brandmark-p-red.png");
}

/** # Responsive **/
@media (max-width: 991px) {
  .cbc-blockquote {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .copy-blockquote-callout {
    padding: 50px 0;
  }
}
.guides-content-wrap {
  padding: 60px 0 25px;
}

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

.guide-box-wrap {
  margin-bottom: 45px;
}
.guide-box-wrap a {
  color: #fff;
}
.guide-box-wrap a:hover .guide-box-info, .guide-box-wrap a:focus .guide-box-info, .guide-box-wrap a:active .guide-box-info {
  background-color: #C41230;
}

.guide-box-info {
  padding: 12px;
  background-color: #000;
  transition: all 0.4s ease-out;
}
.guide-box-info h3 {
  font-size: 1.1rem;
}

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

.parent-com-stats {
  margin-bottom: 45px;
}

.com-stat {
  margin-bottom: 20px;
}
.com-stat hr {
  background-color: #000;
  opacity: 1;
  height: 2px;
  margin: 12px 0;
}
.com-stat .h3 {
  transform-origin: bottom center;
  transition: all 0.25s ease-out;
}
.com-stat:hover .h3 {
  transform: scale(1.1);
}

.parent-com-content .entry-content {
  margin-bottom: 45px;
}

.child-hood-link {
  margin-bottom: 15px;
}
.child-hood-link a {
  display: flex;
  border-color: #C41230;
  background-color: #fff !important;
}

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

.com-mrp-links {
  display: flex;
  flex-wrap: wrap;
}
.com-mrp-links a {
  width: 100%;
  min-width: unset;
  border-color: #C41230;
  background-color: #fff !important;
}/*# sourceMappingURL=main.css.map */
