@charset "UTF-8";
/* Helpers */
/* Colours */
/* Typography */
.nic-img:before, .hplg-img:before, .hplg-link a:after, .hplg-link a:before, .precon-box-img:before, .team-box-img:before, .hp-overlay-media:before, .homepage-hero:before, .social-grid-img:after, .blog-cta:before, .lead-img:before, .img-header .header-media:before, .blog-box-img::before, .footer-content-wrap:before, .cta-modal-img:before, .btn:after, #login .button-primary:after, .wp-block-button.is-style-outline .wp-block-button__link:after, .wp-block-button:not(.is-style-outline) .wp-block-button__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadein.animated {
  opacity: 1;
}

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

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

p:empty {
  display: none;
}

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

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
}

.jumbo {
  font-size: 4.5rem;
}

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

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

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

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

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

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

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

small, .small {
  font-size: 0.8rem;
}

.tiny {
  font-size: 0.7rem;
}

.xtiny {
  font-size: 0.6rem;
}

.em {
  font-style: italic;
}

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

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

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

.heading {
  font-family: "Roboto Condensed", sans-serif;
}

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

.light {
  font-weight: 100;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #222;
}

.primary-text {
  color: #91011E;
}

.secondary-text {
  color: #710117;
}

.lightgrey-text {
  color: #F2F2F2;
}

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

blockquote {
  margin: 30px 0;
}
blockquote:before {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #91011E;
  margin-bottom: 15px;
  display: block;
}
blockquote:after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #91011E;
  margin-top: 15px;
  display: block;
}
blockquote p {
  font-size: 1.25rem;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #91011E !important;
  line-height: 1.25;
}

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

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

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

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

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

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

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

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

  h5, .h5 {
    font-size: 1.1rem;
  }
}
img {
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

.YTwrapper {
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.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(34, 34, 34, 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: #91011E !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #91011E !important;
}

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

.black-bg {
  background-color: #222;
  color: #fff;
}
.black-bg a:not(.btn) {
  color: #fff;
}

.primary-bg {
  background-color: #91011E;
  color: #fff;
}
.primary-bg a:not(.btn) {
  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;
}
.primary-bg blockquote p {
  color: #fff !important;
}

.secondary-bg {
  background-color: #710117;
  color: #fff;
}
.secondary-bg a:not(.btn) {
  color: #fff;
}
.secondary-bg .btn:after, .secondary-bg #login .button-primary:after, #login .secondary-bg .button-primary:after, .secondary-bg .wp-block-button.is-style-outline .wp-block-button__link:after, .wp-block-button.is-style-outline .secondary-bg .wp-block-button__link:after, .secondary-bg .wp-block-button:not(.is-style-outline) .wp-block-button__link:after, .wp-block-button:not(.is-style-outline) .secondary-bg .wp-block-button__link:after {
  border-color: #91011E;
}
.secondary-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;
}
.secondary-bg blockquote p {
  color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #91011E;
  opacity: 1 !important;
  transition: all 0.4s ease-out;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-image: none;
}
.btn-close:hover, .btn-close:focus, .btn-close:active {
  background-color: #710117;
}

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

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

#page {
  padding-top: 149px;
}

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

.o-70 {
  opacity: 0.7;
}

/** # 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;
    padding-top: 97px;
  }

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

  .btn-close {
    width: 35px;
    height: 35px;
  }
  .btn-close img {
    width: 20px;
  }
}
a {
  color: #91011E;
}

a:hover,
a:active,
a:focus {
  color: #710117;
  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: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 0.85rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  padding: 18px 20px;
  min-width: 250px;
  line-height: 1;
  min-height: 55px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  outline: none !important;
  border: 0 !important;
  z-index: 1;
  box-shadow: none !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;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 130%;
  transform: skew(40deg);
  background-color: #91011E;
  z-index: -1;
  transition: all 0.4s ease-out;
}
.btn:after, #login .button-primary:after, .wp-block-button.is-style-outline .wp-block-button__link:after, .wp-block-button:not(.is-style-outline) .wp-block-button__link:after {
  border: 2px solid #710117;
  z-index: -2;
}
.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 {
  left: -10%;
}

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

.btn-secondary, .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  color: #710117 !important;
}
.btn-secondary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-secondary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .btn-secondary:active, .wp-block-button.is-style-outline .wp-block-button__link:active {
  color: #fff !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  .wp-block-button {
    width: 100%;
  }

  .btn, #login .button-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    min-width: unset;
  }
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
select {
  border-radius: 0;
  border: 1px solid transparent;
  padding: 5px 8px;
  height: 50px;
  font-size: 1rem !important;
  color: #222;
  background-color: rgba(145, 1, 30, 0.15);
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus-visible,
select:focus-visible {
  outline: none;
}

textarea {
  border-radius: 0;
  border: 1px solid transparent;
  padding: 5px 8px;
  font-size: 1rem !important;
  color: #222;
  background-color: rgba(145, 1, 30, 0.15);
}
textarea:focus-visible {
  outline: none;
}

select {
  background: rgba(145, 1, 30, 0.15) 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: #222;
  background-color: #fff;
}
select:focus-visible {
  outline: none;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus,
select:focus,
textarea:focus {
  border-color: #91011E !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: "Inter", sans-serif !important;
}

.gfield_description {
  font-size: 0.6rem;
  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;
}

.gform_button {
  min-width: 215px;
}

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

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

.ginput_container_consent {
  display: flex;
  align-items: flex-start;
}
.ginput_container_consent input {
  margin-right: 8px;
  margin-top: 5px;
}

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

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

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

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

.black-bg input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
.black-bg select,
.black-bg textarea,
.primary-bg input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
.primary-bg select,
.primary-bg textarea,
.secondary-bg input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
.secondary-bg select,
.secondary-bg textarea,
.white-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
.white-form select,
.white-form textarea {
  background-color: #deb3bc !important;
}
.black-bg .ginput_complex select,
.primary-bg .ginput_complex select,
.secondary-bg .ginput_complex select,
.white-form .ginput_complex select {
  color: #fff !important;
}
.black-bg .gfield--type-checkbox .gfield_label, .black-bg .gfield--type-checkbox label,
.black-bg .gfield--type-radio .gfield_label,
.black-bg .gfield--type-radio label,
.black-bg .gfield--type-fileupload .gfield_label,
.black-bg .gfield--type-fileupload label,
.black-bg .gfield--type-consent .gfield_label,
.black-bg .gfield--type-consent label,
.primary-bg .gfield--type-checkbox .gfield_label,
.primary-bg .gfield--type-checkbox label,
.primary-bg .gfield--type-radio .gfield_label,
.primary-bg .gfield--type-radio label,
.primary-bg .gfield--type-fileupload .gfield_label,
.primary-bg .gfield--type-fileupload label,
.primary-bg .gfield--type-consent .gfield_label,
.primary-bg .gfield--type-consent label,
.secondary-bg .gfield--type-checkbox .gfield_label,
.secondary-bg .gfield--type-checkbox label,
.secondary-bg .gfield--type-radio .gfield_label,
.secondary-bg .gfield--type-radio label,
.secondary-bg .gfield--type-fileupload .gfield_label,
.secondary-bg .gfield--type-fileupload label,
.secondary-bg .gfield--type-consent .gfield_label,
.secondary-bg .gfield--type-consent label,
.white-form .gfield--type-checkbox .gfield_label,
.white-form .gfield--type-checkbox label,
.white-form .gfield--type-radio .gfield_label,
.white-form .gfield--type-radio label,
.white-form .gfield--type-fileupload .gfield_label,
.white-form .gfield--type-fileupload label,
.white-form .gfield--type-consent .gfield_label,
.white-form .gfield--type-consent label {
  color: #fff !important;
}

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

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

.search-form {
  position: relative;
}

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

.search-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-size: 20px;
  padding: 10px 0;
  border: 0 !important;
  color: #91011E !important;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #222 !important;
}

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

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

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

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

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

.widget select {
  width: 100%;
  color: #222;
  font-size: 0.9rem !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  .widget-area {
    display: block !important;
  }
  .widget-area .widget {
    width: 100%;
    min-width: 100%;
    margin: 10px 0;
  }
  .widget-area .widget + .widget {
    margin-top: 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;
  text-decoration: none;
  color: #222;
  font-weight: bold;
  margin: 0 6px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  border: 0 !important;
}
.page-numbers.current {
  color: #91011E;
}
.page-numbers.next, .page-numbers.prev {
  color: #222;
  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: #222;
}
.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: #91011E;
}
.post-navigation .pagination .nav-next {
  float: right;
}

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

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

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

#login {
  width: 400px;
  padding: 35px 20px;
  border: 2px solid #91011E;
  background-color: #fff;
  text-align: center;
  color: #222;
  position: relative;
}
#login h1 a {
  width: 300px;
  background-size: 300px;
  height: 115px;
  margin-bottom: 0;
}
#login p {
  text-align: left;
}
#login form {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 45px 0 0;
}
#login form label {
  color: #91011E;
  font-size: 0.9rem;
}
#login form input:not([type=submit]) {
  background-color: #deb3bc;
}
#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: #91011E !important;
}

#rememberme {
  background-color: transparent;
  border: 2px solid #91011E !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: #91011E !important;
  font-size: 18px;
}

.navbar-toggler {
  display: none;
}

.primary-nav {
  padding: 0;
}

.main-menu {
  justify-content: space-between;
  width: 100%;
}
.main-menu > li > a {
  color: #91011E;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.03rem;
  padding: 0.25rem 0 !important;
  background-color: transparent !important;
  outline: none !important;
  border-bottom: 2px solid transparent;
}
.main-menu > li > a:after {
  color: transparent;
  border: 0;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-right: 2px solid #91011E;
  border-bottom: 2px solid #91011E;
  transform: rotate(45deg);
  transition: all 0.4s ease-out;
}
.main-menu > li:focus > a, .main-menu > li:hover > a, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent:focus > a, .main-menu > .current-menu-parent:hover > a, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item:focus > a, .main-menu > .current-menu-item:hover > a, .main-menu > li > a:focus, .main-menu > li > a:hover, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent > a:focus, .main-menu > .current-menu-parent > a:hover, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item > a:focus, .main-menu > .current-menu-item > a:hover {
  color: #710117;
  background-color: transparent;
  border-color: #710117;
}
.main-menu > li:focus > a:after, .main-menu > li:hover > a:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent:focus > a:after, .main-menu > .current-menu-parent:hover > a:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item:focus > a:after, .main-menu > .current-menu-item:hover > a:after, .main-menu > li > a:focus:after, .main-menu > li > a:hover:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent > a:focus:after, .main-menu > .current-menu-parent > a:hover:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item > a:focus:after, .main-menu > .current-menu-item > a:hover:after {
  border-color: #710117;
}

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

.dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  min-width: 185px;
  top: 78px !important;
  border: 0;
  padding-bottom: 15px;
  box-shadow: 0 10px 6px 2px rgba(34, 34, 34, 0.05);
}
.dropdown-menu li {
  text-align: left !important;
  padding: 0 1rem;
}
.dropdown-menu .dropdown-item {
  color: #91011E;
  font-weight: bold;
  font-size: 0.8rem;
  background-color: transparent !important;
  border-bottom: 2px solid transparent;
  display: inline-block;
  width: unset;
  padding: 0.25rem 0;
}
.dropdown-menu .current-menu-item .dropdown-item,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  color: #710117;
  border-color: #710117;
  background-color: transparent;
}

.header-scroll .dropdown-menu {
  top: 53px !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .navbar-toggler {
    width: 50px;
    height: 35px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    border-radius: 0;
    box-shadow: none !important;
  }
  .navbar-toggler.nav-open {
    display: block;
    padding-top: 12px;
  }
  .navbar-toggler.nav-open .menu-bar:nth-child(2) {
    display: none;
  }
  .navbar-toggler.nav-open .menu-bar:nth-child(1) {
    transform: rotate(45deg) translate(2px, 2px);
  }
  .navbar-toggler.nav-open .menu-bar:nth-child(3) {
    transform: rotate(-45deg);
  }

  .menu-bar {
    display: block;
    height: 2px;
    width: 50px;
    transition: all 0.2s ease-out;
    background-color: #91011E;
  }

  .nav-wrap {
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #fff;
    top: 149px;
    padding: 0;
    transition: all 0.2s ease-out;
  }

  .header-scroll .nav-wrap {
    top: 98px;
    background-color: #fff;
  }

  .main-menu {
    border-bottom: 1px solid #91011E;
    padding: 0 20px 20px;
  }
  .main-menu > li {
    text-align: center;
  }
  .main-menu > li > a {
    display: inline-block;
    margin: 0 auto;
    font-size: 1.1rem;
  }

  .dropdown-menu {
    box-shadow: none;
    padding: 0 0 20px;
  }
  .dropdown-menu li {
    text-align: center !important;
  }
  .dropdown-menu .dropdown-item {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .nav-wrap {
    top: 97px;
  }

  .header-scroll .nav-wrap {
    top: 86px;
  }

  .navbar-toggler {
    height: 25px;
    width: 40px;
  }

  .menu-bar {
    width: 40px;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: #fff;
  border-bottom: 1px solid transparent;
}
#masthead.header-scroll {
  border-color: rgba(145, 1, 30, 0.3);
}

.header-top {
  border-bottom: 1px solid rgba(145, 1, 30, 0.3);
}

.header-top-left a {
  display: inline-block;
  width: 32px;
  text-align: center;
  padding: 0 8px 0 2px;
  border-right: 1px solid rgba(145, 1, 30, 0.3);
}

.header-social a:first-child {
  border-left: 1px solid rgba(145, 1, 30, 0.3);
  padding-left: 8px;
}

.header-top-right a {
  text-decoration: none;
  border-left: 1px solid rgba(145, 1, 30, 0.3);
  display: inline-block;
  padding: 0 12px;
  font-weight: 600;
}
.header-top-right a:last-of-type {
  border-right: 1px solid rgba(145, 1, 30, 0.3);
}

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

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

.header-scroll .site-header-inner {
  padding: 10px 0;
}
.header-scroll .header-logo img {
  height: 50px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .header-logo img {
    height: 35px !important;
  }

  .header-top a {
    font-size: 0.8rem;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-top-right a:last-of-type {
    border-right: 0;
  }
  .header-top-right a:last-of-type svg {
    margin-right: 4px;
  }

  .header-top-inner a {
    font-size: 0.65rem !important;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}

.modal-content-wrap {
  min-height: 100vh;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding: 40px 0 50px;
}

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

.cta-modal-content .h5 {
  padding-right: 80px;
}

.cta-modal-logo {
  margin-bottom: 60px;
}
.cta-modal-logo img {
  height: 80px;
  width: auto;
}

.cta-contact {
  margin-top: 30px;
}
.cta-contact a {
  font-size: 1.4rem;
  margin-right: 15px;
}

.cta-qr-socials {
  margin-top: 30px;
}

.cta-qr-social {
  margin-top: 15px;
}

.cta-qr {
  background-color: #fff;
  width: 125px;
  min-width: 125px;
  height: 125px;
  margin-right: 15px;
}
.cta-qr img {
  height: auto;
  width: auto;
}

/** # Responsive **/
@media (max-width: 991px) {
  .mobile-cta-link {
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    z-index: 90;
    overflow: hidden;
    box-shadow: 0 0 4px 6px rgba(34, 34, 34, 0.1);
  }
  .mobile-cta-link a {
    background-color: #710117;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cta-modal-form {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .modal-content-wrap {
    background-color: #F2F2F2;
  }

  .cta-modal-logo {
    margin-bottom: 40px;
  }

  .cta-modal-content .h5 {
    padding-right: 0;
  }

  .cta-qr {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 900px;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .hp-modal-content {
    padding: 45px 15px 20px;
    background-color: #F2F2F2;
    font-size: 0.8rem;
  }
}
.footer-content-wrap {
  padding: 150px 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.footer-content-wrap:before {
  background-color: rgba(145, 1, 30, 0.6);
  opacity: 0;
  transition: all 0.8s ease-out 0.3s;
}
.footer-content-wrap.animated:before {
  opacity: 1;
}
.footer-content-wrap .container {
  position: relative;
}

.footer-content {
  padding: 40px 60px 30px;
  float: none !important;
}
.footer-content .gform_footer {
  justify-content: center;
}

.site-footer-inner hr {
  background-color: #91011E;
  opacity: 1;
  margin: 30px 0;
}

.footer-offices {
  position: relative;
  z-index: 1;
  padding: 35px 60px 45px 15px;
}
.footer-offices:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -9999px;
  background-color: #F2F2F2;
  z-index: -1;
}

.footer-office {
  padding: 25px 0;
  border-bottom: 1px solid #91011E;
}

.footer-quick-link {
  margin-top: 30px;
  text-decoration: none;
  display: block;
}

.footer-right {
  padding: 60px 15px 45px 60px;
}

.footer-brokerage-left {
  order: 2;
}
.footer-brokerage-left img {
  height: 120px;
  width: auto;
}

.footer-brokerage-right a {
  color: #222;
  text-decoration: none;
}
.footer-brokerage-right a:hover, .footer-brokerage-right a:focus, .footer-brokerage-right a:active {
  color: #91011E;
}

.footer-quick-nav p {
  margin-bottom: 12px;
}
.footer-quick-nav a {
  color: #222;
  text-decoration: none;
  opacity: 0.8;
}
.footer-quick-nav a:hover, .footer-quick-nav a:focus, .footer-quick-nav a:active {
  color: #91011E;
  opacity: 1;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #91011E;
  color: #91011E;
  border-radius: 100%;
  text-decoration: none;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  background-color: #91011E;
  color: #fff;
}

.footer-ig {
  margin: 15px -10px 0;
}

#sb_instagram {
  padding: 0;
}

.site-info {
  opacity: 0.7;
  margin-top: 25px;
}
.site-info a {
  color: #222;
  text-decoration: none;
}
.site-info a:hover, .site-info a:focus, .site-info a:active {
  color: #710117;
}

.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 {
  display: inline-block;
  padding: 0 8px;
  font-size: 0.6rem;
  line-height: 1;
}

.sm-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.5);
  display: none;
  z-index: 100;
}

.sm-popup-inner {
  width: 500px;
  padding: 45px 45px 30px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.sm-popup-inner > img {
  width: 175px;
  height: auto;
}

.sm-popup-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sm-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  border: 0 !important;
  width: 35px !important;
  height: 35px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #91011E;
  border-radius: 0 !important;
  margin: 0 !important;
}
.sm-popup-close:hover, .sm-popup-close:focus, .sm-popup-close:active {
  background-color: #710117;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .footer-content-wrap {
    background-attachment: unset;
  }

  .footer-social a {
    width: 25px;
    height: 25px;
    font-size: 0.8rem;
  }
}
@media (max-width: 991px) {
  #colophon {
    overflow: hidden;
  }

  .footer-content-wrap {
    padding: 90px 0;
  }

  .footer-offices {
    text-align: center;
    padding: 35px 15px 45px;
  }
  .footer-offices:before {
    right: -999px;
  }
  .footer-offices .d-flex {
    justify-content: center;
  }

  .footer-right {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .footer-content-wrap {
    background-attachment: unset;
    background-image: none !important;
    background-color: #710117;
    padding: 30px 0;
  }

  .footer-content {
    padding: 45px 15px 30px;
  }

  .footer-offices {
    text-align: left;
  }
  .footer-offices .d-flex {
    justify-content: flex-start;
  }

  .footer-brokerage-left {
    order: unset;
    margin-bottom: 25px;
  }

  .footer-quick-nav {
    margin-bottom: 25px;
  }

  .footer-right {
    padding: 45px 15px 25px;
  }

  .sm-popup-inner {
    width: 95vw;
    padding: 45px 15px 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%;
}
.media-wrap .comp-video {
  position: relative;
}
.media-wrap .video-wrap {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-wrap .video-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

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

.img-slider-arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.img-slider-arrows .slick-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
}

.blog-box-wrap {
  margin-bottom: 50px;
}
.blog-box-wrap.blog-box-slide {
  margin-bottom: 0;
  padding: 0 15px;
}
.blog-box-wrap a {
  display: block;
  height: 100%;
  color: #222;
  text-decoration: none;
}
.blog-box-wrap a:hover .blog-box-img:before, .blog-box-wrap a:focus .blog-box-img:before, .blog-box-wrap a:active .blog-box-img:before {
  opacity: 1;
}
.blog-box-wrap a:hover .blog-more, .blog-box-wrap a:focus .blog-more, .blog-box-wrap a:active .blog-more {
  color: #91011E;
}

.blog-box-inner {
  padding: 10px 10px 35px;
  background-color: #fff;
  height: 100%;
  position: relative;
}

.blog-box-img {
  margin-bottom: 10px;
  position: relative;
}
.blog-box-img::before {
  background-color: rgba(34, 34, 34, 0.3);
  transition: all 0.4s ease-out;
  opacity: 0;
}

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

.blog-more {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #222;
  border-bottom: 1px solid #91011E;
  display: inline-block;
  font-weight: 600;
  transition: all 0.4s ease-out;
}

.img-header {
  min-height: calc(100vh - 149px);
  padding: 90px 0;
}
.img-header .header-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.img-header .header-media:before {
  background-color: rgba(145, 1, 30, 0.5);
  z-index: 1;
  opacity: 0;
  transition: all 0.8s ease-out 0.3s;
}
.img-header .header-media.animated:before {
  opacity: 1;
}
.img-header .page-header {
  color: #fff;
  position: relative;
  z-index: 2;
}

.testimonial-header {
  padding: 40px 0;
}
.testimonial-header .header-media {
  padding-left: 30px;
}

.header-testimonials {
  background-color: #710117;
  position: relative;
  z-index: 1;
  padding: 45px 20px 30px;
}
.header-testimonials > img {
  position: absolute;
  top: 25px;
  left: 15px;
  z-index: -1;
  opacity: 0.5;
}
.header-testimonials .em {
  font-size: 1rem;
}
.header-testimonials p.mb-0 {
  padding-right: 115px;
}

.ht-arrows {
  position: absolute;
  right: 7px;
  bottom: 7px;
}
.ht-arrows button + button {
  margin-left: 5px;
}

.page-header-scroll {
  animation: glow 3s linear 0s infinite;
}

@keyframes glow {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-header {
  padding: 50px 0 45px;
}

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

  .testimonial-header .page-header {
    text-align: center;
  }
  .testimonial-header .header-media {
    padding-left: 15px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .img-header {
    padding: 0 0 45px;
    background-color: #91011E;
    display: block !important;
  }
  .img-header .header-media {
    position: relative;
    aspect-ratio: 16/9;
    margin-bottom: 30px;
  }
  .img-header .header-media:before {
    display: none;
  }

  .testimonial-header .header-media .media-wrap {
    aspect-ratio: 16/9;
  }
}
.sidebar {
  background-color: #fff;
  padding: 30px 15px 20px;
  position: sticky;
  border: 2px solid #91011E;
  text-align: center;
}
.sidebar h3 {
  font-size: 1rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
  text-transform: none;
  color: #91011E;
}
.sidebar .gform_footer {
  justify-content: center;
  padding-bottom: 0 !important;
}

.sidebar-text {
  line-height: 1.4;
  margin-bottom: 1rem;
}
.sidebar-text h3, .sidebar-text p, .sidebar-text div {
  display: inline;
}

/** # Responsive **/
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .sidebar .gfield {
    grid-column: span 12 !important;
  }
}
.lead-wrap {
  padding: 150px 0;
  background-color: #710117;
}
.lead-wrap .container {
  position: relative;
  z-index: 1;
}

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

.lead-content ul li:before {
  background-color: #fff !important;
}
.lead-content a {
  color: #fff;
}
.lead-content h1 {
  font-size: 3.5rem;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .lead-content h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 991px) {
  .lead-wrap {
    padding: 70px 0;
  }

  .lead-form-wrap {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding: 50px 0;
  }

  .lead-content h1 {
    font-size: 2.3rem;
  }
}
.posts-wrap {
  margin: 60px 0;
}

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

.listing-query {
  margin-top: 100px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .listing-query {
    margin-top: 0;
  }
}
.page-wrap {
  margin-bottom: 60px;
  margin-top: 50px;
}
.page-wrap .entry-content > section:first-child {
  margin-top: 0 !important;
  border-top: 0 !important;
}
.page-wrap .entry-content > section:last-child {
  margin-bottom: 0 !important;
}

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

.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs),
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs),
.modal 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,
.modal 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: 16px;
  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,
.modal 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 -16px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #91011E;
  position: relative;
  top: -3px;
}

section ol {
  list-style: none;
  counter-reset: licount;
  padding-left: 0;
}
section ol li {
  counter-increment: licount;
  position: relative;
  border-bottom: 1px solid #91011E;
  padding: 25px 0 25px 110px;
  min-height: 80px;
  font-weight: 600;
  line-height: 1.2;
}
section ol li:last-child {
  border: 0;
}
section ol li p:last-of-type {
  margin: 0;
}
section ol li:before {
  content: counter(licount) ".";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 2.8rem;
  color: #91011E;
  width: 80px;
  height: 60px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 1;
}

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

/** # Responsive **/
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .entry-content > h1, .entry-content > .h1 {
    font-size: 2rem;
  }
  .entry-content > h2, .entry-content > .h2 {
    font-size: 1.8rem;
  }
  .entry-content > h3, .entry-content > .h3 {
    font-size: 1.5rem;
  }
  .entry-content > h4, .entry-content > .h4 {
    font-size: 1.2rem;
  }

  section ol li {
    border-bottom: 1px solid #91011E;
    padding: 15px 0 15px 50px;
    min-height: 60px;
  }
  section ol li:before {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
  }
}
.cta-section {
  padding: 70px 0;
  z-index: 1;
}
.cta-section.img-left:before {
  left: 0;
  right: 55%;
}
.cta-section.img-left .cta-content {
  padding-left: 30px;
}
.cta-section.img-right:before {
  right: 0;
  left: 55%;
}
.cta-section.img-right .cta-img {
  order: 2;
}
.cta-section.img-right .cta-content {
  padding-right: 30px;
}
.cta-section:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(145, 1, 30, 0.05);
  top: 0;
  bottom: 0;
}

.cta-img > div {
  background-color: #91011E;
  padding: 0;
  transition: all 0.6s ease-out 0.3s;
}
.cta-img > div.animated {
  padding: 20px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .cta-section {
    padding: 60px 0;
  }
  .cta-section:before {
    left: 0 !important;
    right: 0 !important;
  }

  .cta-img {
    order: unset !important;
    margin-bottom: 35px;
  }

  .cta-content {
    padding: 0 15px !important;
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding: 50px 0;
  }

  .cta-img > div {
    padding: 10px !important;
  }
}
.list-wrap {
  margin-bottom: 75px;
}
.list-wrap .page-sidebar {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}

.list-top {
  left: 95.6%;
  padding-top: 60px;
  padding-bottom: 25px;
  margin-bottom: 60px;
}
.list-top .container {
  padding: 0 15px;
}

.list-top-inner {
  padding-right: 15px;
}
.list-top-inner a {
  text-decoration: none;
}

.list-hilites-wrap .slick-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.list-hilites-wrap .slick-arrow.slick-prev {
  left: 0;
}
.list-hilites-wrap .slick-arrow.slick-next {
  right: 0;
}

.share-wrap svg path {
  fill: #91011E !important;
}

.list-desc,
.list-downloads,
.list-details-wrap,
.list-addtl,
.list-video,
.list-virtual {
  margin-bottom: 50px;
}

.list-detail {
  padding: 15px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.4);
}
.list-detail:last-child {
  border: 0;
  padding-bottom: 0;
}

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

.list-map .acf-map {
  border: 2px solid #91011E;
}

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

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

.related-list-wrap {
  padding: 60px 0;
}
.related-list-wrap .row {
  margin-top: 80px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .list-top {
    left: 97.5%;
  }
}
@media (max-width: 1199px) {
  .list-top {
    left: 87.7%;
  }
}
@media (max-width: 991px) {
  .list-top {
    left: 50%;
    padding-top: 50px;
  }

  .list-top-inner {
    padding-right: 0;
  }

  .list-wrap .page-sidebar {
    padding-top: 0;
  }

  .related-list-wrap {
    padding: 50px 0;
  }
  .related-list-wrap .row {
    justify-content: center;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .list-top {
    padding-top: 40px;
  }
}
.post-share a {
  text-decoration: none;
}

.addtoany_shortcode {
  display: inline-block;
}

.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;
  font-weight: bold;
  text-decoration: none;
}

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

.related-posts {
  padding: 60px 0;
}

/** # Responsive **/
@media (max-width: 991px) {
  .related-posts .row {
    justify-content: center;
  }
}
.blog-faq {
  margin: 0 0 45px;
}

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

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

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

/* Styling for thanks/404 pages */
#primary {
  padding: 0;
}

.page-id-1190 {
  font-size: 20px !important;
}
.page-id-1190 #masthead {
  z-index: 6005000;
}
.page-id-1190 .body-size {
  font-size: 20px !important;
}
.page-id-1190 h1, .page-id-1190 .h1 {
  font-size: 76px !important;
}
.page-id-1190 h2, .page-id-1190 .h2 {
  font-size: 66px !important;
}
.page-id-1190 h3, .page-id-1190 .h3 {
  font-size: 56px !important;
}
.page-id-1190 h4, .page-id-1190 .h4 {
  font-size: 36px !important;
}
.page-id-1190 h5, .page-id-1190 .h5 {
  font-size: 26px !important;
}
.page-id-1190 h6, .page-id-1190 .h6 {
  font-size: 18px !important;
}
.page-id-1190 .small, .page-id-1190 small {
  font-size: 16px !important;
}
.page-id-1190 .btn, .page-id-1190 .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .page-id-1190 .wp-block-button__link, .page-id-1190 .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .page-id-1190 .wp-block-button__link, .page-id-1190 #login .button-primary, #login .page-id-1190 .button-primary,
.page-id-1190 .gform_button {
  font-size: 17px !important;
}
.page-id-1190 .gfield_label,
.page-id-1190 .tiny,
.page-id-1190 .footer-legal li {
  font-size: 14px !important;
}
.page-id-1190 .xtiny {
  font-size: 12px !important;
}
.page-id-1190 .nav-modal,
.page-id-1190 .cta-modal {
  z-index: 6005001;
}
.page-id-1190 .main-menu > li > a {
  font-size: 17px !important;
  display: inline-block !important;
  width: fit-content !important;
}
.page-id-1190 .main-menu.nav:before {
  display: none !important;
}
.page-id-1190 .dropdown-menu a {
  font-size: 16px !important;
}
.page-id-1190 .cta-modal h2 {
  font-size: 90px !important;
}
.page-id-1190 .fade.show {
  opacity: 1 !important;
}
.page-id-1190 .collapse.show {
  display: block !important;
}
.page-id-1190 .modal-backdrop.show {
  opacity: 0.7 !important;
}
.page-id-1190 .footer-social a {
  font-size: 16px !important;
}
.page-id-1190 .footer-col p, .page-id-1190 .footer-col a {
  font-size: 18px !important;
}
.page-id-1190 #nav-wrap {
  position: fixed !important;
}
.page-id-1190 #nav-wrap.show {
  display: block;
}

.ratehub-calc h2, .ratehub-calc h3, .ratehub-calc h4 {
  font-size: 1.6rem !important;
  font-family: "Roboto Condensed", sans-serif;
}

#payment-calc .calc-tip-wrapper .active {
  background-color: #91011E;
}

#payment-calc .calc-tip-wrapper .active > div {
  background-image: none !important;
}

/* btns */
.ratehub-calc .go,
.ratehub-calc .get-details {
  background-color: #91011E !important;
  border-radius: 0 !important;
}

/* inputs */
.rh .select2-container .select2-choice,
.ratehub-calc input {
  background-color: #fff !important;
  border: 1px solid #F2F2F2 !important;
}

#payment-calc label {
  font-size: 16px !important;
  font-weight: normal !important;
  text-transform: none !important;
}

/* sections */
#payment-calc .rh-calc-main .total,
#payment-calc .rh-calc-main .total-mortgage-payment,
#payment-calc .rh-calc-main .payment-freq {
  background-color: #F2F2F2 !important;
}

/* select rate */
#payment-calc .rh-calc-main .rate-selector {
  color: #91011E !important;
}

/* headings */
#payment-calc .rh-calc-main .land-transfer-tax .rh-title,
.ratehub-calc .ico-minus:before,
.ratehub-calc .ico-plus:before,
.ratehub-calc .ico-well:before,
#payment-calc .rh-calc-main .total-mortgage-payment td a,
#payment-calc .rh-calc-main .total,
#payment-calc .rh-calc-main .total-mortgage-payment,
#payment-calc .rh-calc-main .land-transfer-tax .col4 {
  color: #91011E !important;
}

#payment-calc .rh-calc-head .social,
.payment-calc-ext {
  display: none !important;
}

.rh-select {
  position: relative;
  z-index: 99;
}

.calc-tip-wrapper {
  display: none;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .page-id-1190 .cta-modal h2 {
    font-size: 70px !important;
  }
  .page-id-1190 .main-menu > li > a {
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  .page-id-1190 h1, .page-id-1190 .h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 767px) {
  .page-id-1190 h2, .page-id-1190 .h2 {
    font-size: 45px !important;
  }
  .page-id-1190 h3, .page-id-1190 .h3 {
    font-size: 40px !important;
  }
}
.sl-header {
  margin-bottom: 50px;
}

.social-quick-links {
  margin-bottom: 45px;
}

.social-grid-box {
  margin-bottom: 45px;
}
.social-grid-box a {
  text-decoration: none;
}
.social-grid-box a:hover .social-grid-img:after, .social-grid-box a:focus .social-grid-img:after, .social-grid-box a:active .social-grid-img:after {
  opacity: 0.3;
}

.social-grid-img {
  margin-bottom: 12px;
  position: relative;
}
.social-grid-img:after {
  background-color: #222;
  opacity: 0;
  transition: all 0.4s ease-out;
}

/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: calc(100vh - 149px);
  padding: 120px 0 150px;
}
.homepage-hero:before {
  background-color: rgba(34, 34, 34, 0.4);
  z-index: 1;
}
.homepage-hero .container {
  position: relative;
  z-index: 1;
}
.homepage-hero .object-cover,
.homepage-hero video {
  object-position: top;
}

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

.hero-scroll {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}
.hero-scroll a {
  display: inline-block;
  margin: 0 auto;
  animation: glow 3s linear 0s infinite;
}

@keyframes glow {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.announcement-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.announcement-inner {
  background-color: rgba(113, 1, 23, 0.6);
  padding: 15px 15px 12px;
  color: #fff;
  width: 400px;
  min-height: 100px;
}
.announcement-inner .slick-dots {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
}
.announcement-inner .slick-dots li {
  margin: 0 3px;
  line-height: 1;
}
.announcement-inner .slick-dots li button {
  background-color: #fff;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  text-indent: -9999px;
}
.announcement-inner .slick-dots li.slick-active button {
  opacity: 0.5;
}
.announcement-inner .slick-dots li:only-child {
  display: none;
}

.announcement-slide a {
  color: #fff;
  text-decoration: none;
}
.announcement-slide a:hover, .announcement-slide a:focus, .announcement-slide a:active {
  text-decoration: underline;
}

.mobile-announcement-open {
  display: none;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .announcement-inner {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .home {
    overflow-x: hidden;
  }

  .announcement-wrap {
    transform: translateX(350px);
    position: fixed;
    transition: all 0.25s ease-out;
  }
  .announcement-wrap.announcement-show {
    transform: translateX(0);
  }

  .announcement-inner {
    padding-top: 30px;
    background-color: rgba(113, 1, 23, 0.9);
  }

  .mobile-announcement-open {
    display: block;
    transform: translateX(-80px);
    bottom: 10px;
    position: absolute;
    transition: all 0.25s ease-out;
  }
  .mobile-announcement-open a {
    width: 70px !important;
    min-width: unset !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: left;
  }
  .mobile-announcement-open a:before {
    width: 180%;
  }
  .mobile-announcement-open a:hover:before, .mobile-announcement-open a:focus:before, .mobile-announcement-open a:active:before {
    left: -40%;
  }

  .announcement-dismiss {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .announcement-dismiss a {
    color: #fff;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    min-height: unset;
    padding: 0 0 60px;
    display: block !important;
    background-color: #91011E;
  }
  .homepage-hero:before {
    display: none;
  }

  .hero-inner .btn, .hero-inner .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .hero-inner .wp-block-button__link, .hero-inner .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .hero-inner .wp-block-button__link, .hero-inner #login .button-primary, #login .hero-inner .button-primary {
    background-color: #fff !important;
    color: #710117 !important;
  }
  .hero-inner .btn:before, .hero-inner .wp-block-button:not(.is-style-outline) .wp-block-button__link:before, .wp-block-button:not(.is-style-outline) .hero-inner .wp-block-button__link:before, .hero-inner .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button.is-style-outline .hero-inner .wp-block-button__link:before, .hero-inner #login .button-primary:before, #login .hero-inner .button-primary:before {
    background-color: #710117 !important;
  }
  .hero-inner .btn:after, .hero-inner .wp-block-button:not(.is-style-outline) .wp-block-button__link:after, .wp-block-button:not(.is-style-outline) .hero-inner .wp-block-button__link:after, .hero-inner .wp-block-button.is-style-outline .wp-block-button__link:after, .wp-block-button.is-style-outline .hero-inner .wp-block-button__link:after, .hero-inner #login .button-primary:after, #login .hero-inner .button-primary:after {
    border-color: #710117 !important;
  }
  .hero-inner .btn:hover, .hero-inner .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .hero-inner .wp-block-button__link:hover, .hero-inner .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .hero-inner .wp-block-button__link:hover, .hero-inner #login .button-primary:hover, #login .hero-inner .button-primary:hover, .hero-inner .btn:focus, .hero-inner .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .wp-block-button:not(.is-style-outline) .hero-inner .wp-block-button__link:focus, .hero-inner .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .hero-inner .wp-block-button__link:focus, .hero-inner #login .button-primary:focus, #login .hero-inner .button-primary:focus, .hero-inner .btn:active, .hero-inner .wp-block-button:not(.is-style-outline) .wp-block-button__link:active, .wp-block-button:not(.is-style-outline) .hero-inner .wp-block-button__link:active, .hero-inner .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .hero-inner .wp-block-button__link:active, .hero-inner #login .button-primary:active, #login .hero-inner .button-primary:active {
    color: #fff !important;
  }

  .hero-media {
    position: relative;
    aspect-ratio: 16/9;
    margin-bottom: 30px;
  }

  .hero-scroll {
    display: none;
  }

  .announcement-wrap {
    transform: translateX(100vw);
  }

  .announcement-inner {
    width: 100vw;
  }
}
.homepage-hover-links {
  padding: 80px 0 20px;
}
.homepage-hover-links:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 320px;
  background-color: #fff;
}

.hphl-links-wrap {
  margin-top: 45px;
  padding: 0 20px;
  z-index: 1;
}

.hphl-imgs {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 20px;
  z-index: initial;
}

.hphl-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  opacity: 0;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.hphl-img:first-child {
  opacity: 1 !important;
}
.hphl-img img {
  transition: all 0.6s ease-out;
}
.hphl-img.hp-hover {
  opacity: 1;
}
.hphl-img.hp-hover img {
  transform: scale(1.1);
}

.hphl-links {
  height: 600px;
  position: relative;
  z-index: 1;
}

.hphl-link {
  position: relative;
  text-align: center;
}
.hphl-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 100%;
  text-decoration: none;
  background-color: rgba(34, 34, 34, 0.3);
  transition: all 0.4s ease-out;
}
.hphl-link a .small {
  position: absolute;
  margin: auto;
  bottom: 30px;
  border-bottom: 1px solid #fff;
}
.hphl-link a:hover, .hphl-link a:focus, .hphl-link a:active {
  background-color: rgba(34, 34, 34, 0.5);
}
.hphl-link.three-links {
  width: 33.33333%;
  min-width: 33.33333%;
}
.hphl-link.two-links {
  width: 50%;
  min-width: 50%;
}
.hphl-link.one-link {
  width: 100%;
  min-width: 100%;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .homepage-hover-links:before {
    height: 270px;
  }

  .hphl-links {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .homepage-hover-links {
    background-color: #fff;
    color: #222;
    padding-top: 50px;
  }
  .homepage-hover-links:before {
    display: none;
  }

  .hphl-mobile {
    padding: 0 15px;
    margin-top: 35px;
  }

  .hphl-mobile-link {
    position: relative;
    height: 270px;
    margin-top: 20px;
  }
  .hphl-mobile-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-decoration: none;
    background-color: rgba(34, 34, 34, 0.3);
    transition: all 0.4s ease-out;
    position: relative;
    z-index: 1;
    height: 100%;
  }
  .hphl-mobile-link a .small {
    position: absolute;
    margin: auto;
    bottom: 15px;
    border-bottom: 1px solid #fff;
  }
  .hphl-mobile-link a:hover, .hphl-mobile-link a:focus, .hphl-mobile-link a:active {
    background-color: rgba(34, 34, 34, 0.5);
  }

  .hphl-mobile-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.hp-copy-on-media {
  min-height: calc(100vh - 152px);
  padding: 80px 0;
  color: #fff;
}
.hp-copy-on-media .container {
  position: relative;
  z-index: 2;
}

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

.incl-overlay .hp-overlay-media:before {
  background-color: rgba(145, 1, 30, 0.5);
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-copy-on-media {
    min-height: unset;
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .hp-copy-on-media {
    padding: 0 0 45px;
    display: block !important;
    background-color: #91011E;
    color: #fff;
  }
  .hp-copy-on-media .text-end {
    text-align: left !important;
  }
  .hp-copy-on-media .btn, .hp-copy-on-media .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .hp-copy-on-media .wp-block-button__link, .hp-copy-on-media .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .hp-copy-on-media .wp-block-button__link, .hp-copy-on-media #login .button-primary, #login .hp-copy-on-media .button-primary {
    background-color: #fff !important;
    color: #710117 !important;
  }
  .hp-copy-on-media .btn:before, .hp-copy-on-media .wp-block-button:not(.is-style-outline) .wp-block-button__link:before, .wp-block-button:not(.is-style-outline) .hp-copy-on-media .wp-block-button__link:before, .hp-copy-on-media .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button.is-style-outline .hp-copy-on-media .wp-block-button__link:before, .hp-copy-on-media #login .button-primary:before, #login .hp-copy-on-media .button-primary:before {
    background-color: #710117 !important;
  }
  .hp-copy-on-media .btn:after, .hp-copy-on-media .wp-block-button:not(.is-style-outline) .wp-block-button__link:after, .wp-block-button:not(.is-style-outline) .hp-copy-on-media .wp-block-button__link:after, .hp-copy-on-media .wp-block-button.is-style-outline .wp-block-button__link:after, .wp-block-button.is-style-outline .hp-copy-on-media .wp-block-button__link:after, .hp-copy-on-media #login .button-primary:after, #login .hp-copy-on-media .button-primary:after {
    border-color: #710117 !important;
  }
  .hp-copy-on-media .btn:hover, .hp-copy-on-media .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .hp-copy-on-media .wp-block-button__link:hover, .hp-copy-on-media .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .hp-copy-on-media .wp-block-button__link:hover, .hp-copy-on-media #login .button-primary:hover, #login .hp-copy-on-media .button-primary:hover, .hp-copy-on-media .btn:focus, .hp-copy-on-media .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .wp-block-button:not(.is-style-outline) .hp-copy-on-media .wp-block-button__link:focus, .hp-copy-on-media .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .hp-copy-on-media .wp-block-button__link:focus, .hp-copy-on-media #login .button-primary:focus, #login .hp-copy-on-media .button-primary:focus, .hp-copy-on-media .btn:active, .hp-copy-on-media .wp-block-button:not(.is-style-outline) .wp-block-button__link:active, .wp-block-button:not(.is-style-outline) .hp-copy-on-media .wp-block-button__link:active, .hp-copy-on-media .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .hp-copy-on-media .wp-block-button__link:active, .hp-copy-on-media #login .button-primary:active, #login .hp-copy-on-media .button-primary:active {
    color: #fff !important;
  }

  .hp-overlay-media {
    position: relative;
    aspect-ratio: 16/9;
    margin-bottom: 30px;
  }
  .hp-overlay-media:before {
    display: none;
  }

  .hp-overlay-inner {
    text-shadow: none;
  }
}
.homepage-blog {
  padding: 60px 0 50px;
  overflow: hidden;
}

.hp-blog-slider-wrap {
  margin-top: 30px;
  margin-bottom: 40px;
}
.hp-blog-slider-wrap .slick-track {
  display: flex;
}
.hp-blog-slider-wrap .slick-slide {
  height: unset;
}
.hp-blog-slider-wrap .slick-arrow {
  position: absolute;
  top: calc(50% - 22px);
}
.hp-blog-slider-wrap .slick-arrow.slick-prev {
  left: -45px;
}
.hp-blog-slider-wrap .slick-arrow.slick-next {
  right: -45px;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .hp-blog-slider-wrap {
    margin-bottom: 30px;
  }

  .hp-blog-arrows {
    text-align: center;
    margin-bottom: 20px;
  }
  .hp-blog-arrows .slick-arrow {
    position: static;
  }
  .hp-blog-arrows .slick-arrow + .slick-arrow {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .homepage-blog {
    padding-top: 50px;
  }
}
.freeform-content {
  margin: 45px 0;
}
.freeform-content.freeform-numbered {
  border-top: 1px solid #91011E;
  padding-top: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}

/* Styling for copy and media component */
.copy-and-media {
  padding: 50px 0;
}
.copy-and-media.white-bg {
  padding: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
.copy-and-media.media-right .cm-media {
  -webkit-order: 2;
  order: 2;
}
.copy-and-media.media-right .cm-content {
  padding-right: 30px;
}
.copy-and-media.media-left .cm-content {
  padding-left: 30px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .cm-content {
    padding: 0 15px !important;
  }
}
@media (max-width: 991px) {
  .cm-media {
    order: unset !important;
    margin-bottom: 35px;
  }
  .cm-media .art-ratio-3x4 {
    max-width: 80%;
    margin: 0 auto;
  }
}
.sticky-media-and-copy {
  padding: 70px 0;
}
.sticky-media-and-copy.white-bg {
  padding: 0;
  margin-top: 70px;
  margin-bottom: 70px;
}
.sticky-media-and-copy.media-right .smc-media {
  order: 2;
}

.smc-content + .smc-content {
  margin-top: 60px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .sticky-media-and-copy {
    padding-top: 50px;
    padding-bottom: 45px;
  }

  .smc-media {
    order: unset !important;
    margin-bottom: 35px;
  }
}
.team-query-wrap {
  margin: 60px 0 25px;
}
.team-query-wrap .intro-copy {
  margin-bottom: 50px;
}

.team-box-wrap {
  margin-bottom: 50px;
}
.team-box-wrap a {
  color: #222;
  text-decoration: none;
}
.team-box-wrap a:hover, .team-box-wrap a:focus, .team-box-wrap a:active {
  color: #91011E;
}
.team-box-wrap a:hover .team-box-img:before, .team-box-wrap a:focus .team-box-img:before, .team-box-wrap a:active .team-box-img:before {
  opacity: 1;
}
.team-box-wrap a:hover .team-more, .team-box-wrap a:focus .team-more, .team-box-wrap a:active .team-more {
  border-color: #91011E;
}
.team-box-wrap .h4 {
  line-height: 1.2;
}

.team-box-img {
  aspect-ratio: 1.75/2;
  position: relative;
  margin-bottom: 15px;
}
.team-box-img:before {
  background-color: rgba(145, 1, 30, 0.45);
  opacity: 0;
  transition: all 0.4s ease-out;
}

.team-more {
  border-bottom: 1px solid #222;
  transition: all 0.4s ease-out;
}

.team-modal .modal-dialog {
  max-width: 1150px;
}

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

.team-modal-left {
  background-color: rgba(145, 1, 30, 0.05);
  padding: 30px;
}
.team-modal-left img {
  margin-bottom: 15px;
}
.team-modal-left a {
  text-decoration: none;
  font-weight: 600;
}
.team-modal-left a:hover, .team-modal-left a:focus, .team-modal-left a:active {
  color: #222;
}

.team-modal-content {
  padding: 70px 45px 45px;
}

.team-testimonial {
  opacity: 0;
  transition: all 0.4s ease-out;
  padding: 45px 30px 30px;
  position: relative;
  z-index: 1;
}
.team-testimonial.open {
  opacity: 1;
}
.team-testimonial > img {
  position: absolute;
  top: 15px;
  left: 10px;
  opacity: 0.5;
  z-index: -1;
}
.team-testimonial .em {
  font-size: 1rem;
}
.team-testimonial p.mb-0 {
  padding-right: 115px;
}

.team-bio-slider-arrows {
  position: absolute;
  right: 7px;
  bottom: 7px;
}
.team-bio-slider-arrows button + button {
  margin-left: 5px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .team-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 991px) {
  .team-modal-left {
    text-align: center;
    padding: 70px 35px 30px;
  }
  .team-modal-left img {
    max-width: 60%;
    margin: 0 auto 15px;
  }

  .team-modal-content {
    padding: 35px 35px 45px;
  }
}
@media (max-width: 767px) {
  .team-modal-left {
    padding: 60px 20px 30px;
  }
  .team-modal-left img {
    max-width: 80%;
  }

  .team-modal-content {
    padding: 35px 20px 40px;
  }

  .team-testimonial {
    padding: 45px 20px 30px;
  }
}
/* Styling for blog feed component */
.logo-slider-wrap {
  z-index: 1;
  margin: 50px 0;
}
.logo-slider-wrap .section-links {
  margin-top: 35px;
}

.logo-slider-inner {
  margin-top: 45px;
  padding: 0 60px;
}
.logo-slider-inner .slick-arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 25px);
}
.logo-slider-inner .slick-arrow.slick-prev {
  left: -60px;
}
.logo-slider-inner .slick-arrow.slick-next {
  right: -60px;
}

.logo-slide {
  padding: 0 25px;
}
.logo-slide p {
  text-align: center;
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #222;
  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: #91011E;
}

.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;
  }
}
.precon-box-wrap {
  margin-bottom: 70px;
}
.precon-box-wrap a {
  opacity: 1 !important;
  text-decoration: none;
}
.precon-box-wrap a:hover .precon-status, .precon-box-wrap a:focus .precon-status, .precon-box-wrap a:active .precon-status {
  transform: translateY(0);
}
.precon-box-wrap a:hover .precon-meta, .precon-box-wrap a:focus .precon-meta, .precon-box-wrap a:active .precon-meta {
  background-color: #91011E;
  border-color: #91011E;
}

.precon-box-inner {
  height: 300px;
}

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

.precon-box-info {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 100%;
  min-width: 100%;
  padding: 0 15px 15px;
}
.precon-box-info .h6 {
  font-size: 1rem;
}

.precon-status {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 8px 20px;
  text-align: center;
  min-width: 150px;
  transform: translateY(-100%);
  transition: all 0.4s ease-out;
}

.precon-meta {
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: rgba(34, 34, 34, 0.15);
  padding: 8px 20px;
  text-align: center;
  transition: all 0.4s ease-out;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .precon-box-wrap {
    margin-bottom: 40px;
  }

  .precon-status {
    transform: none !important;
  }
}
.homepage-precons {
  padding: 60px 0 10px;
}

.hp-precon-header {
  margin-bottom: 90px;
}
.hp-precon-header p:last-of-type {
  margin-bottom: 10px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-precons {
    padding-top: 50px;
  }

  .hp-precon-header {
    margin-bottom: 50px;
  }
}
.homepage-links-grid {
  padding: 60px 0;
}

.hp-link-grid {
  margin: 0 -5px;
}
.hp-link-grid .d-flex:nth-of-type(odd) > div:first-of-type {
  width: 60%;
  min-width: 60%;
}
.hp-link-grid .d-flex:nth-of-type(odd) > div:last-of-type:not(:first-of-type) {
  width: 40%;
  min-width: 40%;
}
.hp-link-grid .d-flex:nth-of-type(even) > div:first-of-type {
  width: 40%;
  min-width: 40%;
}
.hp-link-grid .d-flex:nth-of-type(even) > div:last-of-type:not(:first-of-type) {
  width: 60%;
  min-width: 60%;
}

.hplg-link {
  margin-top: 10px;
  padding: 0 5px;
  position: relative;
  height: 325px;
}
.hplg-link a {
  position: relative;
  padding: 15px;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  text-decoration: none;
}
.hplg-link a:before {
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0.8), rgba(34, 34, 34, 0) 25%);
  z-index: -1;
}
.hplg-link a:after {
  background: linear-gradient(to top, rgba(34, 34, 34, 0.8), rgba(34, 34, 34, 0) 25%);
  z-index: -1;
}
.hplg-link a h3 {
  letter-spacing: 0.03rem;
}
.hplg-link a span {
  border-bottom: 1px solid #fff;
  display: inline-block;
  width: fit-content;
}
.hplg-link a:hover .hplg-img::before, .hplg-link a:focus .hplg-img::before, .hplg-link a:active .hplg-img::before {
  opacity: 1;
}

.hplg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: -2;
}
.hplg-img:before {
  background-color: rgba(34, 34, 34, 0.3);
  transition: all 0.4s ease-out;
  opacity: 0;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-link-grid .d-flex:nth-of-type(odd) > div:first-of-type {
    width: 55%;
    min-width: 55%;
  }
  .hp-link-grid .d-flex:nth-of-type(odd) > div:last-of-type:not(:first-of-type) {
    width: 44%;
    min-width: 45%;
  }
  .hp-link-grid .d-flex:nth-of-type(even) > div:first-of-type {
    width: 45%;
    min-width: 45%;
  }
  .hp-link-grid .d-flex:nth-of-type(even) > div:last-of-type:not(:first-of-type) {
    width: 55%;
    min-width: 55%;
  }
}
@media (max-width: 767px) {
  .homepage-links-grid {
    padding: 50px 0;
  }

  .hp-link-grid .d-flex {
    flex-wrap: wrap;
  }

  .hplg-link {
    width: 100% !important;
    height: 250px;
    min-width: 100% !important;
  }
}
.homepage-image-marquee {
  padding-top: 60px;
}

.marquee-wrap {
  overflow-x: hidden;
  margin-top: 60px;
  position: relative;
  padding-bottom: 60px;
}
.marquee-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #91011E;
  height: calc(50% + 30px);
}

.marquee-slide {
  position: relative;
  z-index: 3;
  transform: translateX(250px);
}

.marquee-img {
  padding: 0 15px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hpim-content .h5 {
    font-size: 1.1rem;
  }

  .marquee-img {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .homepage-image-marquee {
    padding: 50px 0;
  }

  .mobile-marquee-slider {
    margin-top: 40px;
    padding: 0 15px;
  }
}
.link-boxes-wrap {
  padding: 60px 0 50px;
}
.link-boxes-wrap hr {
  background-color: #91011E;
  opacity: 1;
}

.link-box-group {
  margin-bottom: 40px;
}
.link-box-group .h4 {
  font-size: 2.2rem;
}

/** # Responsive **/
@media (max-width: 767px) {
  .link-boxes-wrap {
    padding: 50px 0 20px;
  }

  .link-box-group .h4 {
    font-size: 1.4rem;
  }
}
.testimonial-callout {
  margin: 70px -15px;
}

.tcallout-content {
  order: 2;
  padding-left: 60px;
}

.tcallout-slider-inner {
  padding: 50px 30px 30px;
  z-index: 1;
}
.tcallout-slider-inner > img {
  position: absolute;
  top: 15px;
  left: 10px;
  opacity: 0.5;
  z-index: -1;
}
.tcallout-slider-inner .em {
  font-size: 1.2rem;
  font-weight: 600;
}
.tcallout-slider-inner p.mb-0 {
  padding-right: 115px;
  margin-top: 50px;
}

.tcallout-slider-arrows {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.tcallout-slider-arrows button + button {
  margin-left: 5px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .tcallout-content {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .tcallout-content {
    order: unset;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .testimonial-callout {
    margin: 50px -15px;
  }

  .tcallout-slider-inner {
    padding: 50px 20px 30px;
  }
  .tcallout-slider-inner .em {
    font-size: 1.1rem;
  }
}
.info-boxes-wrap {
  margin: 70px 0 30px;
}

.info-box-wrap {
  margin-bottom: 45px;
}

.ib-content {
  padding: 45px 40px;
}
.ib-content li {
  margin-bottom: 0 !important;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .ib-content {
    padding: 45px 30px;
  }
}
@media (max-width: 767px) {
  .info-boxes-wrap {
    margin: 50px -15px 10px;
  }

  .ib-content {
    padding: 30px 20px;
  }
}
.nic-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
}
.nic-img:before {
  background-color: rgba(145, 1, 30, 0.4);
  opacity: 0;
  transition: all 0.8s ease-out 0.3s;
}
.nic-img.animated:before {
  opacity: 1;
}

.nic-content {
  padding: 70px 0 50px;
}
.nic-content ul li {
  margin-bottom: 20px !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .nic-img {
    width: 38%;
  }
}
@media (max-width: 991px) {
  .nic-content {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .nic-content {
    padding: 50px 0 30px;
  }
}
.agents-wrap {
  margin-top: 60px;
  margin-bottom: 50px;
}

.agent-box-wrap {
  margin-bottom: 50px;
  width: 20%;
}
.agent-box-wrap a {
  text-decoration: none;
}
.agent-box-wrap a:hover, .agent-box-wrap a:focus, .agent-box-wrap a:active {
  text-decoration: underline;
  color: #222;
}

.agent-box-info {
  padding: 15px 10px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .agent-box-wrap {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .agent-box-wrap {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .agent-box-wrap {
    width: 50%;
  }
}
.precons-header a {
  font-weight: 600;
  text-decoration: none;
}
.precons-header a:hover, .precons-header a:focus, .precons-header a:active {
  text-decoration: underline;
}

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

.precon-filters {
  margin-top: 60px;
  margin-bottom: 60px;
}

.precon-query {
  margin-top: 100px;
}

.precons-map {
  padding: 60px 0;
}

.gm-style-iw.gm-style-iw-c {
  border: 1px solid #91011E;
  border-radius: 0;
}

.gmap-link {
  color: #222;
  text-decoration: none;
}
.gmap-link:hover, .gmap-link:focus, .gmap-link:active {
  color: #91011E;
}
.gmap-link .row {
  margin: 0;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .precon-query {
    margin-top: 60px;
  }

  .precon-sort {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .precons-map .acf-map {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 767px) {
  .precon-filters {
    margin-top: 45px;
  }
  .precon-filters .widget {
    margin-top: 15px;
  }
}
.precon-wrap {
  margin-bottom: 75px;
}
.precon-wrap .page-sidebar {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}

.precon-top {
  left: 95.6%;
  padding-top: 60px;
  padding-bottom: 25px;
  margin-bottom: 60px;
}
.precon-top .container {
  padding: 0 15px;
}

.precon-top-inner {
  padding-right: 15px;
}
.precon-top-inner a {
  text-decoration: none;
}

.precon-gallery-wrap .slick-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.precon-gallery-wrap .slick-arrow.slick-prev {
  left: 0;
}
.precon-gallery-wrap .slick-arrow.slick-next {
  right: 0;
}

.precon-desc,
.precon-downloads,
.precon-details-wrap,
.precon-addtl,
.precon-video {
  margin-bottom: 50px;
}

.precon-detail {
  padding: 15px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.4);
}
.precon-detail:last-child {
  border: 0;
  padding-bottom: 0;
}

.precon-map .acf-map {
  border: 2px solid #91011E;
}

.related-precon-wrap {
  padding: 60px 0;
}
.related-precon-wrap .row {
  margin-top: 80px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .precon-top {
    left: 97.5%;
  }
}
@media (max-width: 1199px) {
  .precon-top {
    left: 87.7%;
  }
}
@media (max-width: 991px) {
  .precon-top {
    left: 50%;
    padding-top: 50px;
  }

  .precon-top-inner {
    padding-right: 0;
  }

  .precon-wrap .page-sidebar {
    padding-top: 0;
  }

  .related-precon-wrap {
    padding: 50px 0;
  }
  .related-precon-wrap .row {
    justify-content: center;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .precon-top {
    padding-top: 40px;
  }
}
.search-page-content {
  margin: 60px 0;
}

/* MRP STYLING */
/********************/
/*** HIDDEN ITEMS ***/
/********************/
/*Hidden - Details*/
/*Hidden - Results*/
.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;
}

.mrp-vow-account,
.mrp-vow-searches,
.mrp-vow-fav-categories {
  background: transparent !important;
  background-color: #91011E !important;
  color: #fff !important;
  height: 50px !important;
  border-radius: 0 !important;
  padding: 14px 20px !important;
}

.mrp-vow-account span,
.mrp-vow-searches span,
.mrp-vow-fav-categories span {
  color: #fff !important;
}

.listing-sub-categories li {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}
.listing-sub-categories li:before {
  display: none;
}

/***************/
/*** BUTTONS ***/
/***************/
.mrp-style-area h1, .mrp-style-area h2, .mrp-style-area h3, .mrp-style-area h4 {
  letter-spacing: 0;
}

.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.btn, .mrp-style-area.sm .mrp-vow-toolbar-non-auth .wp-block-button:not(.is-style-outline) .mrp-vow-login.wp-block-button__link, .wp-block-button:not(.is-style-outline) .mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.wp-block-button__link, .mrp-style-area.sm .mrp-vow-toolbar-non-auth .wp-block-button.is-style-outline .mrp-vow-login.wp-block-button__link, .wp-block-button.is-style-outline .mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.wp-block-button__link, .mrp-style-area.sm .mrp-vow-toolbar-non-auth #login .mrp-vow-login.button-primary, #login .mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.button-primary,
.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-signup,
.mrp-vow-login {
  background-color: #fff !important;
  color: #91011E !important;
  border: 2px solid #710117 !important;
  background-image: none !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  z-index: 1 !important;
}
.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.btn:before, .mrp-style-area.sm .mrp-vow-toolbar-non-auth .wp-block-button:not(.is-style-outline) .mrp-vow-login.wp-block-button__link:before, .wp-block-button:not(.is-style-outline) .mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.wp-block-button__link:before, .mrp-style-area.sm .mrp-vow-toolbar-non-auth .wp-block-button.is-style-outline .mrp-vow-login.wp-block-button__link:before, .wp-block-button.is-style-outline .mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.wp-block-button__link:before, .mrp-style-area.sm .mrp-vow-toolbar-non-auth #login .mrp-vow-login.button-primary:before, #login .mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.button-primary:before, .mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.btn:after, .mrp-style-area.sm .mrp-vow-toolbar-non-auth .wp-block-button:not(.is-style-outline) .mrp-vow-login.wp-block-button__link:after, .wp-block-button:not(.is-style-outline) .mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.wp-block-button__link:after, .mrp-style-area.sm .mrp-vow-toolbar-non-auth .wp-block-button.is-style-outline .mrp-vow-login.wp-block-button__link:after, .wp-block-button.is-style-outline .mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.wp-block-button__link:after, .mrp-style-area.sm .mrp-vow-toolbar-non-auth #login .mrp-vow-login.button-primary:after, #login .mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.button-primary:after,
.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-signup:before,
.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-signup:after,
.mrp-vow-login:before,
.mrp-vow-login:after {
  display: none;
}

.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.btn:hover, .mrp-style-area.sm .mrp-vow-toolbar-non-auth .wp-block-button:not(.is-style-outline) .mrp-vow-login.wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.wp-block-button__link:hover, .mrp-style-area.sm .mrp-vow-toolbar-non-auth .wp-block-button.is-style-outline .mrp-vow-login.wp-block-button__link:hover, .wp-block-button.is-style-outline .mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.wp-block-button__link:hover, .mrp-style-area.sm .mrp-vow-toolbar-non-auth #login .mrp-vow-login.button-primary:hover, #login .mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-login.button-primary:hover,
.mrp-style-area.sm .mrp-vow-toolbar-non-auth .mrp-vow-signup:hover {
  color: #fff !important;
  background-color: #91011E !important;
}

.mrp-style-area .btn-primary, .mrp-style-area .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .mrp-style-area .wp-block-button__link, .mrp-style-area #login .button-primary, #login .mrp-style-area .button-primary,
.mrp-form-button-cancel,
.cancel,
.mrp-idx-close {
  background-color: #fff !important;
  color: #91011E !important;
  background-image: none !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border: 2px solid #710117 !important;
}
.mrp-style-area .btn-primary:before, .mrp-style-area .wp-block-button:not(.is-style-outline) .wp-block-button__link:before, .wp-block-button:not(.is-style-outline) .mrp-style-area .wp-block-button__link:before, .mrp-style-area #login .button-primary:before, #login .mrp-style-area .button-primary:before, .mrp-style-area .btn-primary:after, .mrp-style-area .wp-block-button:not(.is-style-outline) .wp-block-button__link:after, .wp-block-button:not(.is-style-outline) .mrp-style-area .wp-block-button__link:after, .mrp-style-area #login .button-primary:after, #login .mrp-style-area .button-primary:after,
.mrp-form-button-cancel:before,
.mrp-form-button-cancel:after,
.cancel:before,
.cancel:after,
.mrp-idx-close:before,
.mrp-idx-close:after {
  display: none;
}

.mrp-idx-close {
  padding-top: 8px !important;
}

.mrp-style-area .btn-primary:hover, .mrp-style-area .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .mrp-style-area .wp-block-button__link:hover, .mrp-style-area #login .button-primary:hover, #login .mrp-style-area .button-primary:hover,
.mrp-style-area .mrp-form-button-cancel:hover,
.mrp-style-area .cancel:hover {
  color: #fff !important;
  background-color: #91011E !important;
}

.mrp-form-field input,
.mrp-form-field select,
.mrp-form-field textarea {
  border: 1px solid #222 !important;
}

.mrp-vow-working-with-agent-label select {
  -webkit-appearance: auto !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 30px;
}

.form-group .mrp-form-field .mrp-vow-contact-message textarea {
  border: 2px solid #710117 !important;
  border-radius: 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 {
  color: #91011E !important;
  transition: all 0.3s ease-in;
}

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

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

.listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .btn:hover, .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .wp-block-button__link:hover, .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .wp-block-button__link:hover, .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth #login .button-primary:hover, #login .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .button-primary:hover {
  color: #fff !important;
  background-color: #91011E !important;
}

.listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login.btn, .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .wp-block-button:not(.is-style-outline) .mrp-vow-login.wp-block-button__link, .wp-block-button:not(.is-style-outline) .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login.wp-block-button__link, .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .wp-block-button.is-style-outline .mrp-vow-login.wp-block-button__link, .wp-block-button.is-style-outline .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login.wp-block-button__link, .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth #login .mrp-vow-login.button-primary, #login .listing-results-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login.button-primary, .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login.btn, .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth .wp-block-button:not(.is-style-outline) .mrp-vow-login.wp-block-button__link, .wp-block-button:not(.is-style-outline) .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login.wp-block-button__link, .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth .wp-block-button.is-style-outline .mrp-vow-login.wp-block-button__link, .wp-block-button.is-style-outline .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login.wp-block-button__link, .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth #login .mrp-vow-login.button-primary, #login .listing-details-view.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login.button-primary, .vow-landing.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login.btn, .vow-landing.mrp-style-area .mrp-vow-toolbar-non-auth .wp-block-button:not(.is-style-outline) .mrp-vow-login.wp-block-button__link, .wp-block-button:not(.is-style-outline) .vow-landing.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login.wp-block-button__link, .vow-landing.mrp-style-area .mrp-vow-toolbar-non-auth .wp-block-button.is-style-outline .mrp-vow-login.wp-block-button__link, .wp-block-button.is-style-outline .vow-landing.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login.wp-block-button__link, .vow-landing.mrp-style-area .mrp-vow-toolbar-non-auth #login .mrp-vow-login.button-primary, #login .vow-landing.mrp-style-area .mrp-vow-toolbar-non-auth .mrp-vow-login.button-primary {
  font-size: inherit !important;
}

.mrp-popup textarea.form-control {
  background-color: rgba(145, 1, 30, 0.15) !important;
  border-radius: 0 !important;
}

#listing-results-view.mrp-style-area .NEW-BANNER .mrp-listing-main-image-container .results-ribbon,
#listing-results-view.mrp-style-area .ribbon,
.ribbon-outer .item-ribbon.NEW-BANNER {
  display: none !important;
}

.mrp-style-area .mrp-listing-thumb span.ribbon.NEW-BANNER {
  background-color: #91011E !important;
  font-family: "Roboto Condensed", sans-serif !important;
  text-transform: uppercase;
}

#listing-details-view.mrp-style-area .mrp-owner-contact-container .listing-contact-info {
  align-items: center;
}

.idx-basic-form .selectize-control [data-value] .remove {
  color: #fff !important;
}

#listing-details-view.mrp-style-area .mrp-owner-contact-container .listing-contact-info .listing-contact-photo-wrapper img {
  max-width: 100% !important;
}

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

.controls label {
  color: #fff !important;
}

.idx-basic-control label,
.basic-control label,
.mrp-popup label,
.mrp-popup .label,
.idx-basic-form label,
.details-pane label {
  color: #222 !important;
  font-family: "Roboto Condensed", sans-serif;
}

.vow-save-search-action-group .btn:before, .vow-save-search-action-group .wp-block-button:not(.is-style-outline) .wp-block-button__link:before, .wp-block-button:not(.is-style-outline) .vow-save-search-action-group .wp-block-button__link:before, .vow-save-search-action-group .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button.is-style-outline .vow-save-search-action-group .wp-block-button__link:before, .vow-save-search-action-group #login .button-primary:before, #login .vow-save-search-action-group .button-primary:before, .vow-save-search-action-group .btn:after, .vow-save-search-action-group .wp-block-button:not(.is-style-outline) .wp-block-button__link:after, .wp-block-button:not(.is-style-outline) .vow-save-search-action-group .wp-block-button__link:after, .vow-save-search-action-group .wp-block-button.is-style-outline .wp-block-button__link:after, .wp-block-button.is-style-outline .vow-save-search-action-group .wp-block-button__link:after, .vow-save-search-action-group #login .button-primary:after, #login .vow-save-search-action-group .button-primary:after,
.mrp-button-bar .btn:before,
.mrp-button-bar .wp-block-button:not(.is-style-outline) .wp-block-button__link:before,
.wp-block-button:not(.is-style-outline) .mrp-button-bar .wp-block-button__link:before,
.mrp-button-bar .wp-block-button.is-style-outline .wp-block-button__link:before,
.wp-block-button.is-style-outline .mrp-button-bar .wp-block-button__link:before,
.mrp-button-bar #login .button-primary:before,
#login .mrp-button-bar .button-primary:before,
.mrp-button-bar .btn:after,
.mrp-button-bar .wp-block-button:not(.is-style-outline) .wp-block-button__link:after,
.wp-block-button:not(.is-style-outline) .mrp-button-bar .wp-block-button__link:after,
.mrp-button-bar .wp-block-button.is-style-outline .wp-block-button__link:after,
.wp-block-button.is-style-outline .mrp-button-bar .wp-block-button__link:after,
.mrp-button-bar #login .button-primary:after,
#login .mrp-button-bar .button-primary:after {
  display: none;
}

.listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .btn, .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link, .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link, .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth #login .button-primary, #login .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .button-primary, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .btn, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth #login .button-primary, #login .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .button-primary, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .btn, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth #login .button-primary, #login .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .button-primary {
  font-size: 16px !important;
}
.listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .btn:hover, .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:hover, .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:hover, .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth #login .button-primary:hover, #login .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .button-primary:hover, .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .btn:focus, .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .wp-block-button:not(.is-style-outline) .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:focus, .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:focus, .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth #login .button-primary:focus, #login .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .button-primary:focus, .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .btn:active, .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button:not(.is-style-outline) .wp-block-button__link:active, .wp-block-button:not(.is-style-outline) .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:active, .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:active, .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth #login .button-primary:active, #login .listing-results-view.mrp-style-area.md .mrp-vow-toolbar-auth .button-primary:active, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .btn:hover, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:hover, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:hover, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth #login .button-primary:hover, #login .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .button-primary:hover, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .btn:focus, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .wp-block-button:not(.is-style-outline) .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:focus, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:focus, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth #login .button-primary:focus, #login .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .button-primary:focus, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .btn:active, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button:not(.is-style-outline) .wp-block-button__link:active, .wp-block-button:not(.is-style-outline) .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:active, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:active, .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth #login .button-primary:active, #login .listing-details-view.mrp-style-area.md .mrp-vow-toolbar-auth .button-primary:active, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .btn:hover, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:hover, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:hover, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth #login .button-primary:hover, #login .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .button-primary:hover, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .btn:focus, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .wp-block-button:not(.is-style-outline) .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:focus, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:focus, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth #login .button-primary:focus, #login .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .button-primary:focus, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .btn:active, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button:not(.is-style-outline) .wp-block-button__link:active, .wp-block-button:not(.is-style-outline) .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:active, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .wp-block-button__link:active, .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth #login .button-primary:active, #login .vow-landing.mrp-style-area.md .mrp-vow-toolbar-auth .button-primary:active {
  opacity: 0.7;
}

.mrp-vow-listing-fav-button {
  min-height: unset !important;
  min-width: unset !important;
}
.mrp-vow-listing-fav-button:before, .mrp-vow-listing-fav-button:after {
  display: none;
}

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

.mrp-i-unit,
.mrp-m-unit {
  color: #91011E !important;
  border-bottom: 2px solid #91011E !important;
}

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

.mrp-listing-summary-section dt {
  margin-right: none;
}

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

.mrp-listing-result:before {
  display: none !important;
}

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

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

/*Pagination*/
.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: #222 !important;
  font-weight: 400;
  box-shadow: none !important;
}

.mrp-listing-page-navigation .page-buttons a:hover {
  color: #91011E !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: #222 !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: #91011E !important;
  padding: 11px 10px 2px !important;
  top: 16px !important;
  right: 25px !important;
}

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

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

.idx-basic-form .bottom a.save-search {
  background-color: #91011E !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: #91011E !important;
  border-color: #91011E !important;
}

#listing-results-view.mrp-style-area.sm560 .mrp-listing-result .mrp-listing-price-container {
  top: 85px !important;
  right: 33px !important;
}

#listing-results-view.ectx-myofficelistings.mrp-style-area.sm560 .mrp-listing-result .mrp-listing-price-container {
  top: 20px !important;
  right: 20px !important;
}

#listing-results-view.ectx-myofficelistings.mrp-style-area .summary-property-type {
  top: 0 !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: #91011E !important;
}

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

#listing-results-view.mrp-style-area .summary-property-type {
  font-size: 0.8rem !important;
  text-transform: uppercase;
  font-weight: 600;
  top: 60px !important;
  right: 0;
  left: 0;
  text-align: center;
  margin-top: 0 !important;
  padding: 10px !important;
  bottom: 0px !important;
  background-color: #F2F2F2 !important;
  opacity: 1 !important;
  color: #91011E !important;
  display: block !important;
  position: relative !important;
}

#listing-results-view.mrp-style-area .mrp-listing-price-container {
  right: 8px !important;
  top: 20px !important;
  padding: 4px 18px !important;
  font-size: 18px !important;
  background-color: #91011E !important;
  opacity: 0.8 !important;
  text-align: right;
  opacity: 1 !important;
}

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

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

#listing-results-view.mrp-style-area .mrp-listing-details-link a:hover {
  background-color: #F2F2F2 !important;
  color: #91011E !important;
  border-radius: 0 !important;
  width: 100% !important;
  text-align: center;
  border: 2px solid #710117 !important;
  box-shadow: none !important;
}

#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;
  padding: 0 !important;
  height: 260px !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: #91011E !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;
}

#listing-results-view.mrp-style-area .mrp-listing-summary-section {
  text-align: left;
}

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

/***************/
/*** DETAILS ***/
/***************/
.btn.btn-circle, .wp-block-button:not(.is-style-outline) .btn-circle.wp-block-button__link, .wp-block-button.is-style-outline .btn-circle.wp-block-button__link, #login .btn-circle.button-primary {
  min-width: unset !important;
  border-radius: 100%;
}
.btn.btn-circle:before, .wp-block-button:not(.is-style-outline) .btn-circle.wp-block-button__link:before, .wp-block-button.is-style-outline .btn-circle.wp-block-button__link:before, #login .btn-circle.button-primary:before, .btn.btn-circle:after, .wp-block-button:not(.is-style-outline) .btn-circle.wp-block-button__link:after, .wp-block-button.is-style-outline .btn-circle.wp-block-button__link:after, #login .btn-circle.button-primary:after {
  display: none;
}

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

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

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

.highlight {
  color: #91011E !important;
}

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

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

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

.mrp-listing-details-all-photos-container ul li:before {
  display: none !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: #710117 !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: #91011E !important;
  color: #91011E !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 #91011E !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: #91011E !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: #222 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

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

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

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

.mrp-listing-related > div > a {
  position: relative;
  display: block;
  -webkit-column-break-inside: avoid;
  page-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: #91011E;
  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 #91011E !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: #91011E !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: #91011E !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: #222 !important;
}

.stat-line dd {
  color: #91011E !important;
  margin-bottom: 0;
}

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

.mrp-geo-popup-options-container a:hover {
  color: #222 !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: 120px;
}

.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: #91011E;
  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: #710117;
  color: #fff !important;
}

.idx-basic-form .bottom a.launch-map {
  background-color: #91011E !important;
  color: #fff !important;
  background-image: url("/wp-content/themes/jdlrealty-theme/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, .wp-block-button:not(.is-style-outline) .mrp-idx-close.wp-block-button__link, .wp-block-button.is-style-outline .mrp-idx-close.wp-block-button__link, #login .mrp-idx-close.button-primary {
  border: 2px solid #222 !important;
  color: #222 !important;
  background-color: transparent !important;
  position: relative !important;
}

.btn.mrp-idx-close span, .wp-block-button:not(.is-style-outline) .mrp-idx-close.wp-block-button__link span, .wp-block-button.is-style-outline .mrp-idx-close.wp-block-button__link span, #login .mrp-idx-close.button-primary span {
  padding: 0;
}

.btn.mrp-idx-close span:before, .wp-block-button:not(.is-style-outline) .mrp-idx-close.wp-block-button__link span:before, .wp-block-button.is-style-outline .mrp-idx-close.wp-block-button__link span:before, #login .mrp-idx-close.button-primary span:before {
  content: "Close" !important;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #91011E;
  padding-bottom: 2px;
  font-family: "Roboto Condensed", sans-serif;
  color: #91011E;
  background: transparent !important;
  transform: none !important;
  top: 4px;
  border: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.btn.mrp-idx-close span:after, .wp-block-button:not(.is-style-outline) .mrp-idx-close.wp-block-button__link span:after, .wp-block-button.is-style-outline .mrp-idx-close.wp-block-button__link span:after, #login .mrp-idx-close.button-primary span:after {
  display: none !important;
}

.mrp-idx-branding .home-button {
  top: 28px !important;
}

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

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

.mrp-idx-form-container .idx-form-panel.controls .ctrl-group .labelbar .label,
.mrp-in-page-controls a {
  color: #fff !important;
}

#listing-results-view.mrp-style-area .mrp-results-filter-form {
  z-index: 10 !important;
}

#listing-results-view.mrp-style-area .mrp-results-filter-form > .filter-controls .filter-form-buttons .btn, #listing-results-view.mrp-style-area .mrp-results-filter-form > .filter-controls .filter-form-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) #listing-results-view.mrp-style-area .mrp-results-filter-form > .filter-controls .filter-form-buttons .wp-block-button__link, #listing-results-view.mrp-style-area .mrp-results-filter-form > .filter-controls .filter-form-buttons .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline #listing-results-view.mrp-style-area .mrp-results-filter-form > .filter-controls .filter-form-buttons .wp-block-button__link, #listing-results-view.mrp-style-area .mrp-results-filter-form > .filter-controls .filter-form-buttons #login .button-primary, #login #listing-results-view.mrp-style-area .mrp-results-filter-form > .filter-controls .filter-form-buttons .button-primary {
  display: block !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 .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 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
  }

  .mrp-listing-related > div > a {
    margin: 15px 0;
  }
}
@media screen and (max-width: 590px) {
  #listing-results-view .listing-item-entry-title {
    position: absolute;
  }

  #listing-results-view.mrp-style-area .mrp-listing-price-container {
    right: 0 !important;
    top: 65px !important;
  }

  #listing-results-view.ectx-myofficelistings.mrp-style-area .mrp-listing-price-container {
    top: 0 !important;
  }
}
#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,
#listing-details-view.mrp-style-area .mrp-listing-quick-actions > span {
  background-color: #91011E !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: #F2F2F2 !important;
  color: #91011E !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-links-section > ul li a:hover {
  color: #91011E !important;
}

#listing-details-view.mrp-style-area .mrp-listing-details-tabs li.active {
  border-bottom: 3px solid #91011E !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;
}

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

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

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

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

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

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

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

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

.related-price {
  position: absolute;
  right: 0;
  top: 25px;
  color: #fff;
  background: #91011E;
  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 #91011E !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: #91011E !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: #F2F2F2 !important;
  color: #91011E !important;
}

#listing-details-view.mrp-style-area .mrp-area-stats .mrp-area-stats-save-search a:hover {
  color: #91011E !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: #91011E !important;
}

.mrp-details-main-summary {
  padding: 10px;
  background-color: #F2F2F2 !important;
}

.stat-line dd {
  color: #91011E !important;
  margin-bottom: 0;
}

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

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

/* ADVANCED SEARCH SLIDERS */
.idx-basic-form .noUi-connect,
.idx-basic-form .bottom a.launch-map {
  background-color: #91011E !important;
}

a.reset-form::before,
a.show-hide::before {
  background-color: #91011E !important;
}

/* Thumbnails Showcase */
.sa-listings-wrap .showcase-thumb-container {
  display: flex !important;
  flex-wrap: wrap;
}
.sa-listings-wrap .showcase-item {
  width: 33.3333333% !important;
  position: relative;
  margin-bottom: 40px !important;
}
.sa-listings-wrap .showcase-item:hover .streetAddress, .sa-listings-wrap .showcase-item:focus .streetAddress {
  color: #91011E !important;
}
.sa-listings-wrap .price {
  position: absolute;
  top: 10px;
  right: 10px !important;
  background-color: rgba(145, 1, 30, 0.8);
  padding: 5px 12px !important;
  color: #fff;
  font-size: 0.8rem !important;
}
.sa-listings-wrap .description,
.sa-listings-wrap .listed-by {
  display: none !important;
}
.sa-listings-wrap .showcase-info {
  display: flex;
  flex-direction: column;
  text-align: left !important;
}
.sa-listings-wrap .streetAddress {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 2px;
  transition: all 0.4s ease-out;
  white-space: break-spaces !important;
}
.sa-listings-wrap .propertyType {
  order: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0 !important;
}
.sa-listings-wrap .city {
  order: 2;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0 !important;
}

/*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) {
  .sa-listings-wrap .showcase-item {
    width: 50% !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;
  }

  .sa-listings-wrap .showcase-item {
    width: 100% !important;
  }
  .sa-listings-wrap .mrp-showcase-container.xs320 .showcase-thumb-container .photo-container,
.sa-listings-wrap .mrp-showcase-container.xs320 .showcase-thumb-container .showcase-info {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !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: #222 !important;
}

.price-searches {
  margin: 60px 0;
}
.price-searches .btn, .price-searches .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button:not(.is-style-outline) .price-searches .wp-block-button__link, .price-searches .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline .price-searches .wp-block-button__link, .price-searches #login .button-primary, #login .price-searches .button-primary {
  font-size: 1.4rem;
}

.type-searches {
  margin: 60px 0;
}
.type-searches .row {
  margin: 0 -5px;
}

.search-callout {
  margin-bottom: 60px;
  padding: 45px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .search-callout {
    padding: 40px 20px;
  }
}

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