@charset "UTF-8";
/*------------------------------------*\
  Berkshire Hathaway HomeServices
  Brand compliant scalable theme
\*------------------------------------*/
/*!
 * CMS Sites v 2.0.0
 * Copyright 2024 Realiance Network
 */
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,800;1,300;1,400;1,600;1,800&display=swap");
/* stylelint-enable */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Butler&display=swap");
ul.no-bullet {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header-global-logo img {
  max-height: 3.75rem;
}
.site-header-global-logo .site-header-global-office-name {
  font-size: 2rem;
  line-height: 0.8;
  padding-top: 0.25rem;
}
@media (max-width: 767.98px) {
  .site-header-global-logo {
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .site-header-global-logo .site-header-global-logo-img {
    height: 100%;
    padding: 0.25rem 0;
    align-items: center;
    display: flex;
    flex: 1 1 auto;
  }
  .site-header-global-logo .site-header-global-logo-img img {
    max-height: 100%;
    width: auto;
  }
  .site-header-global-logo .site-header-global-office-name {
    font-size: 0.9375rem;
    text-align: center;
    padding: 0 0 0.25rem 0;
    flex: 0 0 auto;
  }
}

.site-home-page-video {
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 1.5625rem;
  position: relative;
}
@media (min-width: 992px) {
  .site-home-page-video {
    height: 100%;
  }
}

.site-home-page-video iframe {
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.site-map-placeholder {
  color: #fff;
  background: #999;
  width: 100%;
}

.site-interior-page {
  --bs-primary-rgb: var(--hs-main-rgb);
  --bs-secondary-rgb: var(--hs-accent-rgb);
}
.site-interior-page .btn {
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-line-height: 1.2;
}
.site-interior-page .btn.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--hs-main);
  --bs-btn-border-color: var(--hs-main);
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-hover-bg: var(--hs-main-dark);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-border-color: var(--hs-main-dark);
  --bs-btn-active-bg: var(--hs-main-dark);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-border-color: var(--hs-main-dark);
  --bs-btn-focus-shadow-rgb: var(--hs-main-dark-rgb);
  --bs-btn-disabled-bg: var(--hs-main);
  --bs-btn-disabled-border-color: var(--hs-main);
}
.site-interior-page .btn.btn-secondary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--hs-accent);
  --bs-btn-border-color: var(--hs-accent);
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-hover-bg: var(--hs-accent-dark);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-border-color: var(--hs-accent-dark);
  --bs-btn-active-bg: var(--hs-accent-dark);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-border-color: var(--hs-accent-dark);
  --bs-btn-focus-shadow-rgb: var(--hs-accent-dark-rgb);
  --bs-btn-disabled-bg: var(--hs-accent);
  --bs-btn-disabled-border-color: var(--hs-accent);
}
.site-interior-page .btn.btn-tertiary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--hs-alt);
  --bs-btn-border-color: var(--hs-alt);
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-hover-bg: var(--hs-alt-dark);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-border-color: var(--hs-alt-dark);
  --bs-btn-active-bg: var(--hs-alt-dark);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-border-color: var(--hs-alt-dark);
  --bs-btn-focus-shadow-rgb: var(--hs-alt-dark-rgb);
  --bs-btn-disabled-bg: var(--hs-alt);
  --bs-btn-disabled-border-color: var(--hs-alt);
}
.site-interior-page .btn.btn-outline-primary {
  --bs-btn-color: var(--hs-main);
  --bs-btn-border-color: var(--hs-main);
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-hover-bg: var(--hs-main);
  --bs-btn-hover-border-color: var(--hs-main);
  --bs-btn-focus-shadow-rgb: var(--hs-main-rgb);
  --bs-btn-active-bg: var(--hs-main);
  --bs-btn-active-border-color: var(--hs-main);
  --bs-btn-disabled-color: var(--hs-main);
}
.site-interior-page .btn.btn-outline-secondary {
  --bs-btn-color: var(--hs-accent);
  --bs-btn-border-color: var(--hs-accent);
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-hover-bg: var(--hs-accent);
  --bs-btn-hover-border-color: var(--hs-accent);
  --bs-btn-focus-shadow-rgb: var(--hs-accent-rgb);
  --bs-btn-active-bg: var(--hs-accent);
  --bs-btn-active-border-color: var(--hs-accent);
  --bs-btn-disabled-color: var(--hs-accent);
}
.site-interior-page .btn.btn-outline-tertiary {
  --bs-btn-color: var(--hs-alt);
  --bs-btn-border-color: var(--hs-alt);
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-hover-bg: var(--hs-alt);
  --bs-btn-hover-border-color: var(--hs-alt);
  --bs-btn-focus-shadow-rgb: var(--hs-alt-rgb);
  --bs-btn-active-bg: var(--hs-alt);
  --bs-btn-active-border-color: var(--hs-alt);
  --bs-btn-disabled-color: var(--hs-alt);
}
.site-interior-page .btn.btn-light {
  --bs-btn-color: var(--hs-main);
  --bs-btn-bg: #FFF;
  --bs-btn-border-color: #FFF;
  --bs-btn-hover-color: var(--hs-main);
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.9);
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.9);
  --bs-btn-active-bg: #FFF;
  --bs-btn-active-color: var(--hs-main);
  --bs-btn-active-border-color: #FFF;
}

/*------------------------------------*\
  Reliance Network - CMS
  INTERIOR PAGES
\*------------------------------------*/
.cms-int-content {
  padding-top: var(--cms-content-padding-top, 2rem);
  padding-bottom: var(--cms-content-padding-bottom, 2rem);
}
.cms-int-content img {
  max-width: 100%;
}

.cms-text p,
.cms-int-text p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}

.cms-int-form input[type=tel],
.cms-int-form input[type=text],
.cms-int-form input[type=email] {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.cms-int-form textarea {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  height: auto;
}
.cms-int-form select {
  background-color: #fff;
  border: 1px solid #cacaca;
  color: #0a0a0a;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.25rem;
}
.cms-int-form .cms-int-form-required {
  font-size: 0.6875rem;
  margin: 0.5rem 0;
}
.cms-int-form .cms-int-legal {
  font-size: 0.875rem;
  margin: 1rem 0;
}
.cms-int-form .cms-int-legal.text-white a:not(.btn) {
  --a-text-decoration: underline;
  --bs-link-color: #FFF;
  --bs-link-color-rgb: 255,
  255,
  255;
  --bs-link-hover-color: #FFF;
  --bs-link-hover-color-rgb: 255,
  255,
  255;
  color: #FFF;
  text-decoration: var(--a-text-decoration);
}
.cms-int-form .cms-int-legal.text-white a:not(.btn):hover {
  --a-text-decoration: underline;
  color: #FFF;
}

.modal-open.modal-bg .site-interior-container {
  filter: blur(6px);
}

.cms-int-header-bio,
.cms-int-header-fp,
.cms-int-header-seo {
  --list-padding: .125rem .5rem;
  margin-bottom: 1.5rem;
}
.cms-int-header-bio ul,
.cms-int-header-fp ul,
.cms-int-header-seo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}
.cms-int-header-bio ul li:not(:last-of-type),
.cms-int-header-fp ul li:not(:last-of-type),
.cms-int-header-seo ul li:not(:last-of-type) {
  border-right: 1px solid #ced4da;
}
.cms-int-header-bio .pages li,
.cms-int-header-fp .pages li,
.cms-int-header-seo .pages li {
  padding: var(--list-padding);
}
.cms-int-header-bio .pagination a,
.cms-int-header-fp .pagination a,
.cms-int-header-seo .pagination a {
  text-decoration: none;
  padding: var(--list-padding);
}
.cms-int-header-bio .pagination a[class*=selected],
.cms-int-header-fp .pagination a[class*=selected],
.cms-int-header-seo .pagination a[class*=selected] {
  font-weight: 700;
}

.cms-int-footer-bio,
.cms-int-footer-fp,
.cms-int-footer-seo {
  --list-padding: .125rem .5rem;
  margin-top: 1.5rem;
}
.cms-int-footer-bio ul,
.cms-int-footer-fp ul,
.cms-int-footer-seo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}
.cms-int-footer-bio ul li:not(:last-of-type),
.cms-int-footer-fp ul li:not(:last-of-type),
.cms-int-footer-seo ul li:not(:last-of-type) {
  border-right: 1px solid #ced4da;
}
.cms-int-footer-bio .pages li,
.cms-int-footer-fp .pages li,
.cms-int-footer-seo .pages li {
  padding: var(--list-padding);
}
.cms-int-footer-bio .pagination a,
.cms-int-footer-fp .pagination a,
.cms-int-footer-seo .pagination a {
  text-decoration: none;
  padding: var(--list-padding);
}
.cms-int-footer-bio .pagination a[class*=selected],
.cms-int-footer-fp .pagination a[class*=selected],
.cms-int-footer-seo .pagination a[class*=selected] {
  font-weight: 700;
}

.cms-int-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cms-int-header > .site-column {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 3.125rem;
  width: auto;
  max-width: 75rem;
  flex: 0 1 auto;
}
@media only screen and (max-width: 64em) {
  .cms-int-header > .site-column {
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 40em) {
  .cms-int-header > .site-column {
    padding: 1.875rem;
  }
}
.cms-int-header > .site-column h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 64em) {
  .cms-int-header > .site-column h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 40em) {
  .cms-int-header > .site-column h1 {
    font-size: 1.875rem;
  }
}
.cms-int-header > .site-column h1 p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.cms-int-header > .site-column > hr {
  border: none;
  border-top: 1px solid var(--company-primary-color);
  margin: 0 auto;
  width: 10.625rem;
}
.cms-int-header > .site-column .site-interior-content-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.875rem;
  padding-bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 64em) {
  .cms-int-header > .site-column .site-interior-content-text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 40em) {
  .cms-int-header > .site-column .site-interior-content-text {
    font-size: 1.125rem;
  }
}
.cms-int-header > .site-column .site-interior-content-text p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}

.cms-int-header-2 {
  --color: #fff;
  --height: 25rem;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center;
  background-size: cover;
  height: var(--height);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cms-int-header-2 .cms-int-header-mobile-image,
.cms-int-header-2 .cms-int-header-large-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cms-int-header-2 .cms-int-header-mobile-image::before,
.cms-int-header-2 .cms-int-header-large-image::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-int-header-2 .cms-int-header-mobile-image {
  z-index: 1;
}
@media (min-width: 768px) {
  .cms-int-header-2 .cms-int-header-mobile-image {
    display: none;
  }
}
.cms-int-header-2 .content {
  text-align: center;
  padding: var(--padding);
  width: auto;
  max-width: 87.5rem;
  flex: 0 1 auto;
  display: block;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cms-int-header-2 .content {
    --padding: 3rem;
  }
}
@media (max-width: 767.98px) {
  .cms-int-header-2 .content {
    --padding: 1.5rem;
  }
}
.cms-int-header-2 .content h1,
.cms-int-header-2 .content h2,
.cms-int-header-2 .content .site-home #realestatestats-section .site-service-stat-text,
.site-home #realestatestats-section .cms-int-header-2 .content .site-service-stat-text,
.cms-int-header-2 .content h3 {
  color: var(--color);
}
.cms-int-header-2 .content h1 p,
.cms-int-header-2 .content h2 p,
.cms-int-header-2 .content .site-home #realestatestats-section .site-service-stat-text p,
.site-home #realestatestats-section .cms-int-header-2 .content .site-service-stat-text p,
.cms-int-header-2 .content h3 p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.cms-int-header-2 .content h1 {
  font-size: var(--font-size);
}
@media (min-width: 768px) {
  .cms-int-header-2 .content h1 {
    --font-size: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .cms-int-header-2 .content h1 {
    --font-size: 2.5rem;
  }
}
.cms-int-header-2 .content h2, .cms-int-header-2 .content .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-header-2 .content .site-service-stat-text {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.cms-int-header-2 .content h3 {
  font-size: var(--font-size);
  font-weight: 400;
}
@media (min-width: 768px) {
  .cms-int-header-2 .content h3 {
    --font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .cms-int-header-2 .content h3 {
    --font-size: 1.125rem;
  }
}
.cms-int-header-2 .content hr {
  border: none;
  border-top: 1px solid var(--color);
  margin: 2rem auto;
  width: 10rem;
}

.cms-int-leadpage17 .cms-int-form,
.cms-int-leadpage27 .cms-int-form,
.cms-int-leadpage28 .cms-int-form {
  background-color: #e9ecef;
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cms-int-leadpage17 .cms-int-form h2, .cms-int-leadpage17 .cms-int-form .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-leadpage17 .cms-int-form .site-service-stat-text,
.cms-int-leadpage27 .cms-int-form h2,
.cms-int-leadpage27 .cms-int-form .site-home #realestatestats-section .site-service-stat-text,
.site-home #realestatestats-section .cms-int-leadpage27 .cms-int-form .site-service-stat-text,
.cms-int-leadpage28 .cms-int-form h2,
.cms-int-leadpage28 .cms-int-form .site-home #realestatestats-section .site-service-stat-text,
.site-home #realestatestats-section .cms-int-leadpage28 .cms-int-form .site-service-stat-text {
  font-size: 1.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.cms-int-leadpage17 .cms-int-form .sub-header,
.cms-int-leadpage27 .cms-int-form .sub-header,
.cms-int-leadpage28 .cms-int-form .sub-header {
  color: #495057;
  font-weight: 600;
}

.cms-int-lead-page {
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}
.cms-int-lead-page .grecaptcha-badge {
  visibility: hidden;
  /* stylelint-disable */
  height: 0px !important;
  /* stylelint-enable */
}
.cms-int-lead-page .cms-int-lead-page-mobile-background {
  display: none;
}
@media (max-width: 575.98px) {
  .cms-int-lead-page {
    /* stylelint-disable */
    background-image: none !important;
    /* stylelint-enable */
    position: relative;
  }
  .cms-int-lead-page .cms-int-lead-page-mobile-background {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
  }
}
.cms-int-lead-page .row {
  --bs-gutter-x: 0.5rem;
}

.cms-int-leadpage1,
.cms-int-leadpage23 {
  --cms-content-padding-bottom: 2rem;
  --cms-content-padding-top: 0;
}
.cms-int-leadpage1 input[type=tel],
.cms-int-leadpage1 input[type=text],
.cms-int-leadpage1 input[type=email],
.cms-int-leadpage23 input[type=tel],
.cms-int-leadpage23 input[type=text],
.cms-int-leadpage23 input[type=email] {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.cms-int-leadpage1 textarea,
.cms-int-leadpage23 textarea {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  height: auto;
}
.cms-int-leadpage1 select,
.cms-int-leadpage23 select {
  background-color: #fff;
  border: 1px solid #cacaca;
  color: #0a0a0a;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.25rem;
}
.cms-int-leadpage1 .cms-int-form-required,
.cms-int-leadpage23 .cms-int-form-required {
  font-size: 0.6875rem;
  margin: 0.5rem 0;
}
.cms-int-leadpage1 .cms-int-legal,
.cms-int-leadpage23 .cms-int-legal {
  font-size: 0.875rem;
  margin: 1rem 0;
}
.cms-int-leadpage1 .cms-int-legal.text-white a:not(.btn),
.cms-int-leadpage23 .cms-int-legal.text-white a:not(.btn) {
  --a-text-decoration: underline;
  --bs-link-color: #FFF;
  --bs-link-color-rgb: 255,
  255,
  255;
  --bs-link-hover-color: #FFF;
  --bs-link-hover-color-rgb: 255,
  255,
  255;
  color: #FFF;
  text-decoration: var(--a-text-decoration);
}
.cms-int-leadpage1 .cms-int-legal.text-white a:not(.btn):hover,
.cms-int-leadpage23 .cms-int-legal.text-white a:not(.btn):hover {
  --a-text-decoration: underline;
  color: #FFF;
}
.cms-int-leadpage1 .cms-int-leadpage-content,
.cms-int-leadpage23 .cms-int-leadpage-content {
  background: #f3071d;
}
.cms-int-leadpage1 .cms-int-leadpage-content .cms-int-form,
.cms-int-leadpage23 .cms-int-leadpage-content .cms-int-form {
  padding-top: 0;
}
.cms-int-leadpage1 .cms-int-leadpage-content .cms-int-form input,
.cms-int-leadpage23 .cms-int-leadpage-content .cms-int-form input {
  margin-bottom: 0.25rem;
}
.cms-int-leadpage1 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text,
.cms-int-leadpage23 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text {
  --p-font-size: .75rem;
}
.cms-int-leadpage1 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text a,
.cms-int-leadpage23 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text a {
  color: #FFF;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .cms-int-leadpage1 .cms-int-leadpage-content,
  .cms-int-leadpage23 .cms-int-leadpage-content {
    box-shadow: 0.25rem 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.75);
    padding: 2rem;
  }
  .cms-int-leadpage1 .cms-int-leadpage-content h1,
  .cms-int-leadpage23 .cms-int-leadpage-content h1 {
    --heading-font-size: 2.5rem;
  }
  .cms-int-leadpage1 .cms-int-leadpage-content .cms-int-leadpage-content-text,
  .cms-int-leadpage23 .cms-int-leadpage-content .cms-int-leadpage-content-text {
    line-height: 2;
    margin-bottom: 2rem;
  }
  .cms-int-leadpage1 .cms-int-leadpage-content .cms-int-form .btn,
  .cms-int-leadpage23 .cms-int-leadpage-content .cms-int-form .btn {
    font-size: 1.75rem;
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .cms-int-leadpage1 .cms-int-leadpage-content,
  .cms-int-leadpage23 .cms-int-leadpage-content {
    padding: 2rem 0.5rem;
  }
  .cms-int-leadpage1 .cms-int-leadpage-content h1,
  .cms-int-leadpage23 .cms-int-leadpage-content h1 {
    --heading-font-size: 1.75rem;
  }
  .cms-int-leadpage1 .cms-int-leadpage-content .site-interior-lead-page-content-text,
  .cms-int-leadpage23 .cms-int-leadpage-content .site-interior-lead-page-content-text {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .cms-int-leadpage1 .cms-int-leadpage-content,
  .cms-int-leadpage23 .cms-int-leadpage-content {
    width: 100%;
  }
}

.cms-int-leadpage2 {
  --cms-content-padding-bottom: 2rem;
  --cms-content-padding-top: 0;
}
.cms-int-leadpage2 input[type=tel],
.cms-int-leadpage2 input[type=text],
.cms-int-leadpage2 input[type=email] {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.cms-int-leadpage2 textarea {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  height: auto;
}
.cms-int-leadpage2 select {
  background-color: #fff;
  border: 1px solid #cacaca;
  color: #0a0a0a;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.25rem;
}
.cms-int-leadpage2 .cms-int-form-required {
  font-size: 0.6875rem;
  margin: 0.5rem 0;
}
.cms-int-leadpage2 .cms-int-legal {
  font-size: 0.875rem;
  margin: 1rem 0;
}
.cms-int-leadpage2 .cms-int-legal.text-white a:not(.btn) {
  --a-text-decoration: underline;
  --bs-link-color: #FFF;
  --bs-link-color-rgb: 255,
  255,
  255;
  --bs-link-hover-color: #FFF;
  --bs-link-hover-color-rgb: 255,
  255,
  255;
  color: #FFF;
  text-decoration: var(--a-text-decoration);
}
.cms-int-leadpage2 .cms-int-legal.text-white a:not(.btn):hover {
  --a-text-decoration: underline;
  color: #FFF;
}
.cms-int-leadpage2 .cms-int-leadpage-content {
  background: #3d749a;
}
.cms-int-leadpage2 .cms-int-leadpage-content .cms-int-form {
  padding-top: 0;
}
.cms-int-leadpage2 .cms-int-leadpage-content .cms-int-form input {
  margin-bottom: 0.25rem;
}
.cms-int-leadpage2 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text {
  --p-font-size: .75rem;
}
.cms-int-leadpage2 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text a {
  color: #FFF;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .cms-int-leadpage2 .cms-int-leadpage-content {
    box-shadow: none;
    padding: 2rem;
  }
  .cms-int-leadpage2 .cms-int-leadpage-content h1 {
    --heading-font-size: 2.5rem;
  }
  .cms-int-leadpage2 .cms-int-leadpage-content .cms-int-leadpage-content-text {
    line-height: 2;
    margin-bottom: 2rem;
  }
  .cms-int-leadpage2 .cms-int-leadpage-content .cms-int-form .btn {
    font-size: 1.75rem;
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .cms-int-leadpage2 .cms-int-leadpage-content {
    padding: 2rem 0.5rem;
  }
  .cms-int-leadpage2 .cms-int-leadpage-content h1 {
    --heading-font-size: 1.75rem;
  }
  .cms-int-leadpage2 .cms-int-leadpage-content .site-interior-lead-page-content-text {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .cms-int-leadpage2 .cms-int-leadpage-content {
    width: 100%;
  }
}

.site-interior-page .cms-int-leadpage3 {
  --cms-content-padding-bottom: 2rem;
  --cms-content-padding-top: 0;
}
.site-interior-page .cms-int-leadpage3 input[type=tel],
.site-interior-page .cms-int-leadpage3 input[type=text],
.site-interior-page .cms-int-leadpage3 input[type=email] {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.site-interior-page .cms-int-leadpage3 textarea {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  height: auto;
}
.site-interior-page .cms-int-leadpage3 select {
  background-color: #fff;
  border: 1px solid #cacaca;
  color: #0a0a0a;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.25rem;
}
.site-interior-page .cms-int-leadpage3 .cms-int-form-required {
  font-size: 0.6875rem;
  margin: 0.5rem 0;
}
.site-interior-page .cms-int-leadpage3 .cms-int-legal {
  font-size: 0.875rem;
  margin: 1rem 0;
}
.site-interior-page .cms-int-leadpage3 .cms-int-legal.text-white a:not(.btn) {
  --a-text-decoration: underline;
  --bs-link-color: #FFF;
  --bs-link-color-rgb: 255,
  255,
  255;
  --bs-link-hover-color: #FFF;
  --bs-link-hover-color-rgb: 255,
  255,
  255;
  color: #FFF;
  text-decoration: var(--a-text-decoration);
}
.site-interior-page .cms-int-leadpage3 .cms-int-legal.text-white a:not(.btn):hover {
  --a-text-decoration: underline;
  color: #FFF;
}
.site-interior-page .cms-int-leadpage3 .cms-int-leadpage-content {
  background: #0bc2d2;
}
.site-interior-page .cms-int-leadpage3 .cms-int-leadpage-content .cms-int-form {
  padding-top: 0;
}
.site-interior-page .cms-int-leadpage3 .cms-int-leadpage-content .cms-int-form input {
  margin-bottom: 0.25rem;
}
.site-interior-page .cms-int-leadpage3 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text {
  --p-font-size: .75rem;
}
.site-interior-page .cms-int-leadpage3 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text a {
  color: #FFF;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .site-interior-page .cms-int-leadpage3 .cms-int-leadpage-content {
    box-shadow: none;
    padding: 2rem;
  }
  .site-interior-page .cms-int-leadpage3 .cms-int-leadpage-content h1 {
    --heading-font-size: 2.5rem;
  }
  .site-interior-page .cms-int-leadpage3 .cms-int-leadpage-content .cms-int-leadpage-content-text {
    line-height: 2;
    margin-bottom: 2rem;
  }
  .site-interior-page .cms-int-leadpage3 .cms-int-leadpage-content .cms-int-form .btn {
    font-size: 1.75rem;
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .site-interior-page .cms-int-leadpage3 .cms-int-leadpage-content {
    padding: 2rem 0.5rem;
  }
  .site-interior-page .cms-int-leadpage3 .cms-int-leadpage-content h1 {
    --heading-font-size: 1.75rem;
  }
  .site-interior-page .cms-int-leadpage3 .cms-int-leadpage-content .site-interior-lead-page-content-text {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .site-interior-page .cms-int-leadpage3 .cms-int-leadpage-content {
    width: 100%;
  }
}
.site-interior-page .cms-int-leadpage3 h1 {
  --heading-color: #f9ad01;
  --heading-font-size: 3.625rem;
  --heading-font-weight: 700;
  --heading-text-transform: uppercase;
}
.site-interior-page .cms-int-leadpage3 form label {
  color: #FFF;
}
.site-interior-page .cms-int-leadpage3 form .button {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  background: #f9ad01;
  border-radius: 2rem;
  margin-bottom: 0;
  color: #FFF;
  border: none;
  padding: 0.75rem 1.5rem;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  .site-interior-page .cms-int-leadpage3 h1 {
    --heading-text-align: center;
    --heading-font-size: 2rem;
    padding: 0 0.5rem;
  }
}

.cms-int-leadpage4,
.cms-int-leadpage18 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  --cms-content-padding-bottom: 2rem;
  --cms-content-padding-top: 2rem;
}
.cms-int-leadpage4 input[type=tel],
.cms-int-leadpage4 input[type=text],
.cms-int-leadpage4 input[type=email],
.cms-int-leadpage18 input[type=tel],
.cms-int-leadpage18 input[type=text],
.cms-int-leadpage18 input[type=email] {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.cms-int-leadpage4 textarea,
.cms-int-leadpage18 textarea {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  height: auto;
}
.cms-int-leadpage4 select,
.cms-int-leadpage18 select {
  background-color: #fff;
  border: 1px solid #cacaca;
  color: #0a0a0a;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.25rem;
}
.cms-int-leadpage4 .cms-int-form-required,
.cms-int-leadpage18 .cms-int-form-required {
  font-size: 0.6875rem;
  margin: 0.5rem 0;
}
.cms-int-leadpage4 .cms-int-legal,
.cms-int-leadpage18 .cms-int-legal {
  font-size: 0.875rem;
  margin: 1rem 0;
}
.cms-int-leadpage4 .cms-int-legal.text-white a:not(.btn),
.cms-int-leadpage18 .cms-int-legal.text-white a:not(.btn) {
  --a-text-decoration: underline;
  --bs-link-color: #FFF;
  --bs-link-color-rgb: 255,
  255,
  255;
  --bs-link-hover-color: #FFF;
  --bs-link-hover-color-rgb: 255,
  255,
  255;
  color: #FFF;
  text-decoration: var(--a-text-decoration);
}
.cms-int-leadpage4 .cms-int-legal.text-white a:not(.btn):hover,
.cms-int-leadpage18 .cms-int-legal.text-white a:not(.btn):hover {
  --a-text-decoration: underline;
  color: #FFF;
}
.cms-int-leadpage4 .cms-int-leadpage-content,
.cms-int-leadpage18 .cms-int-leadpage-content {
  background: transparent;
}
.cms-int-leadpage4 .cms-int-leadpage-content .cms-int-form,
.cms-int-leadpage18 .cms-int-leadpage-content .cms-int-form {
  padding-top: 0;
}
.cms-int-leadpage4 .cms-int-leadpage-content .cms-int-form input,
.cms-int-leadpage18 .cms-int-leadpage-content .cms-int-form input {
  margin-bottom: 0.25rem;
}
.cms-int-leadpage4 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text,
.cms-int-leadpage18 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text {
  --p-font-size: .75rem;
}
.cms-int-leadpage4 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text a,
.cms-int-leadpage18 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text a {
  color: #FFF;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .cms-int-leadpage4 .cms-int-leadpage-content,
  .cms-int-leadpage18 .cms-int-leadpage-content {
    box-shadow: none;
    padding: 2rem;
  }
  .cms-int-leadpage4 .cms-int-leadpage-content h1,
  .cms-int-leadpage18 .cms-int-leadpage-content h1 {
    --heading-font-size: 2.5rem;
  }
  .cms-int-leadpage4 .cms-int-leadpage-content .cms-int-leadpage-content-text,
  .cms-int-leadpage18 .cms-int-leadpage-content .cms-int-leadpage-content-text {
    line-height: 2;
    margin-bottom: 2rem;
  }
  .cms-int-leadpage4 .cms-int-leadpage-content .cms-int-form .btn,
  .cms-int-leadpage18 .cms-int-leadpage-content .cms-int-form .btn {
    font-size: 1.75rem;
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .cms-int-leadpage4 .cms-int-leadpage-content,
  .cms-int-leadpage18 .cms-int-leadpage-content {
    padding: 2rem 0.5rem;
  }
  .cms-int-leadpage4 .cms-int-leadpage-content h1,
  .cms-int-leadpage18 .cms-int-leadpage-content h1 {
    --heading-font-size: 1.75rem;
  }
  .cms-int-leadpage4 .cms-int-leadpage-content .site-interior-lead-page-content-text,
  .cms-int-leadpage18 .cms-int-leadpage-content .site-interior-lead-page-content-text {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .cms-int-leadpage4 .cms-int-leadpage-content,
  .cms-int-leadpage18 .cms-int-leadpage-content {
    width: 100%;
  }
}
.cms-int-leadpage4 .cms-int-leadpage-container,
.cms-int-leadpage18 .cms-int-leadpage-container {
  background: rgba(56, 80, 108, 0.9);
  display: flex;
  justify-content: flex-end;
}
.cms-int-leadpage4 .cms-int-leadpage-container .cms-int-leadpage-content,
.cms-int-leadpage18 .cms-int-leadpage-container .cms-int-leadpage-content {
  color: #fff;
}
.cms-int-leadpage4 .cms-int-leadpage-container .cms-int-leadpage-content h1,
.cms-int-leadpage18 .cms-int-leadpage-container .cms-int-leadpage-content h1 {
  --heading-font-weight: 100;
  --heading-line-height: 1.1;
}
.cms-int-leadpage4 .cms-int-leadpage-container .cms-int-leadpage-content .cms-int-leadpage-content-text,
.cms-int-leadpage18 .cms-int-leadpage-container .cms-int-leadpage-content .cms-int-leadpage-content-text {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.cms-int-leadpage4 .cms-int-leadpage-container .cms-int-leadpage-content form label,
.cms-int-leadpage18 .cms-int-leadpage-container .cms-int-leadpage-content form label {
  color: #fff;
}
.cms-int-leadpage4 .cms-int-leadpage-container .cms-int-leadpage-content .button,
.cms-int-leadpage18 .cms-int-leadpage-container .cms-int-leadpage-content .button {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .cms-int-leadpage4 .cms-int-leadpage-container .cms-int-leadpage-content .button:hover,
  .cms-int-leadpage18 .cms-int-leadpage-container .cms-int-leadpage-content .button:hover {
    color: #38506c;
    background: #fff;
  }
}
@media (min-width: 992px) {
  .cms-int-leadpage4 .cms-int-leadpage-container,
  .cms-int-leadpage18 .cms-int-leadpage-container {
    width: 50%;
  }
  .cms-int-leadpage4 .cms-int-leadpage-container .cms-int-leadpage-content,
  .cms-int-leadpage18 .cms-int-leadpage-container .cms-int-leadpage-content {
    padding: 2rem 2rem 2rem 0;
    width: 75%;
  }
  .cms-int-leadpage4 .cms-int-leadpage-container .cms-int-leadpage-content h1,
  .cms-int-leadpage18 .cms-int-leadpage-container .cms-int-leadpage-content h1 {
    --heading-font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .cms-int-leadpage4 .cms-int-leadpage-container,
  .cms-int-leadpage18 .cms-int-leadpage-container {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .cms-int-leadpage4 .cms-int-leadpage-container,
  .cms-int-leadpage18 .cms-int-leadpage-container {
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  .cms-int-leadpage4 .cms-int-leadpage-container h1,
  .cms-int-leadpage18 .cms-int-leadpage-container h1 {
    --heading-font-size: 1.5rem;
    --heading-text-align: center;
    padding: 0 0.5rem;
  }
  .cms-int-leadpage4 .cms-int-leadpage-container .cms-int-leadpage-content,
  .cms-int-leadpage18 .cms-int-leadpage-container .cms-int-leadpage-content {
    padding: 1rem;
  }
}
@media (max-width: 575.98px) {
  .cms-int-leadpage4 .cms-int-leadpage-container,
  .cms-int-leadpage18 .cms-int-leadpage-container {
    width: auto;
  }
  .cms-int-leadpage4 .cms-int-leadpage-container .cms-int-leadpage-content,
  .cms-int-leadpage18 .cms-int-leadpage-container .cms-int-leadpage-content {
    padding: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .cms-int-leadpage4,
  .cms-int-leadpage18 {
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .cms-int-leadpage4,
  .cms-int-leadpage18 {
    height: auto;
    min-height: 100vh;
  }
}

.cms-int-leadpage5 {
  --cms-content-padding-bottom: 2rem;
  --cms-content-padding-top: 0;
}
.cms-int-leadpage5 input[type=tel],
.cms-int-leadpage5 input[type=text],
.cms-int-leadpage5 input[type=email] {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.cms-int-leadpage5 textarea {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  height: auto;
}
.cms-int-leadpage5 select {
  background-color: #fff;
  border: 1px solid #cacaca;
  color: #0a0a0a;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.25rem;
}
.cms-int-leadpage5 .cms-int-form-required {
  font-size: 0.6875rem;
  margin: 0.5rem 0;
}
.cms-int-leadpage5 .cms-int-legal {
  font-size: 0.875rem;
  margin: 1rem 0;
}
.cms-int-leadpage5 .cms-int-legal.text-white a:not(.btn) {
  --a-text-decoration: underline;
  --bs-link-color: #FFF;
  --bs-link-color-rgb: 255,
  255,
  255;
  --bs-link-hover-color: #FFF;
  --bs-link-hover-color-rgb: 255,
  255,
  255;
  color: #FFF;
  text-decoration: var(--a-text-decoration);
}
.cms-int-leadpage5 .cms-int-legal.text-white a:not(.btn):hover {
  --a-text-decoration: underline;
  color: #FFF;
}
.cms-int-leadpage5 .cms-int-leadpage-content {
  background: #FFF;
}
.cms-int-leadpage5 .cms-int-leadpage-content .cms-int-form {
  padding-top: 0;
}
.cms-int-leadpage5 .cms-int-leadpage-content .cms-int-form input {
  margin-bottom: 0.25rem;
}
.cms-int-leadpage5 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text {
  --p-font-size: .75rem;
}
.cms-int-leadpage5 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text a {
  color: #FFF;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .cms-int-leadpage5 .cms-int-leadpage-content {
    box-shadow: none;
    padding: 2rem;
  }
  .cms-int-leadpage5 .cms-int-leadpage-content h1 {
    --heading-font-size: 2.5rem;
  }
  .cms-int-leadpage5 .cms-int-leadpage-content .cms-int-leadpage-content-text {
    line-height: 2;
    margin-bottom: 2rem;
  }
  .cms-int-leadpage5 .cms-int-leadpage-content .cms-int-form .btn {
    font-size: 1.75rem;
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .cms-int-leadpage5 .cms-int-leadpage-content {
    padding: 2rem 0.5rem;
  }
  .cms-int-leadpage5 .cms-int-leadpage-content h1 {
    --heading-font-size: 1.75rem;
  }
  .cms-int-leadpage5 .cms-int-leadpage-content .site-interior-lead-page-content-text {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .cms-int-leadpage5 .cms-int-leadpage-content {
    width: 100%;
  }
}

.cms-int-leadpage06,
.cms-int-leadpage13 {
  --cms-content-padding-bottom: 2rem;
  --cms-content-padding-top: 0;
}
.cms-int-leadpage06 input[type=tel],
.cms-int-leadpage06 input[type=text],
.cms-int-leadpage06 input[type=email],
.cms-int-leadpage13 input[type=tel],
.cms-int-leadpage13 input[type=text],
.cms-int-leadpage13 input[type=email] {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.cms-int-leadpage06 textarea,
.cms-int-leadpage13 textarea {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  height: auto;
}
.cms-int-leadpage06 select,
.cms-int-leadpage13 select {
  background-color: #fff;
  border: 1px solid #cacaca;
  color: #0a0a0a;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.25rem;
}
.cms-int-leadpage06 .cms-int-form-required,
.cms-int-leadpage13 .cms-int-form-required {
  font-size: 0.6875rem;
  margin: 0.5rem 0;
}
.cms-int-leadpage06 .cms-int-legal,
.cms-int-leadpage13 .cms-int-legal {
  font-size: 0.875rem;
  margin: 1rem 0;
}
.cms-int-leadpage06 .cms-int-legal.text-white a:not(.btn),
.cms-int-leadpage13 .cms-int-legal.text-white a:not(.btn) {
  --a-text-decoration: underline;
  --bs-link-color: #FFF;
  --bs-link-color-rgb: 255,
  255,
  255;
  --bs-link-hover-color: #FFF;
  --bs-link-hover-color-rgb: 255,
  255,
  255;
  color: #FFF;
  text-decoration: var(--a-text-decoration);
}
.cms-int-leadpage06 .cms-int-legal.text-white a:not(.btn):hover,
.cms-int-leadpage13 .cms-int-legal.text-white a:not(.btn):hover {
  --a-text-decoration: underline;
  color: #FFF;
}
.cms-int-leadpage06 .cms-int-leadpage-content,
.cms-int-leadpage13 .cms-int-leadpage-content {
  background: #460f2d;
}
.cms-int-leadpage06 .cms-int-leadpage-content .cms-int-form,
.cms-int-leadpage13 .cms-int-leadpage-content .cms-int-form {
  padding-top: 0;
}
.cms-int-leadpage06 .cms-int-leadpage-content .cms-int-form input,
.cms-int-leadpage13 .cms-int-leadpage-content .cms-int-form input {
  margin-bottom: 0.25rem;
}
.cms-int-leadpage06 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text,
.cms-int-leadpage13 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text {
  --p-font-size: .75rem;
}
.cms-int-leadpage06 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text a,
.cms-int-leadpage13 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text a {
  color: #FFF;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .cms-int-leadpage06 .cms-int-leadpage-content,
  .cms-int-leadpage13 .cms-int-leadpage-content {
    box-shadow: 3px 3px 50px 0 rgba(0, 0, 0, 0.75) inset, 3px 3px 50px 0 white;
    padding: 2rem;
  }
  .cms-int-leadpage06 .cms-int-leadpage-content h1,
  .cms-int-leadpage13 .cms-int-leadpage-content h1 {
    --heading-font-size: 2.5rem;
  }
  .cms-int-leadpage06 .cms-int-leadpage-content .cms-int-leadpage-content-text,
  .cms-int-leadpage13 .cms-int-leadpage-content .cms-int-leadpage-content-text {
    line-height: 2;
    margin-bottom: 2rem;
  }
  .cms-int-leadpage06 .cms-int-leadpage-content .cms-int-form .btn,
  .cms-int-leadpage13 .cms-int-leadpage-content .cms-int-form .btn {
    font-size: 1.75rem;
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .cms-int-leadpage06 .cms-int-leadpage-content,
  .cms-int-leadpage13 .cms-int-leadpage-content {
    padding: 2rem 0.5rem;
  }
  .cms-int-leadpage06 .cms-int-leadpage-content h1,
  .cms-int-leadpage13 .cms-int-leadpage-content h1 {
    --heading-font-size: 1.75rem;
  }
  .cms-int-leadpage06 .cms-int-leadpage-content .site-interior-lead-page-content-text,
  .cms-int-leadpage13 .cms-int-leadpage-content .site-interior-lead-page-content-text {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .cms-int-leadpage06 .cms-int-leadpage-content,
  .cms-int-leadpage13 .cms-int-leadpage-content {
    width: 100%;
  }
}
.cms-int-leadpage06 .cms-int-leadpage-container,
.cms-int-leadpage13 .cms-int-leadpage-container {
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  align-items: flex-end;
  height: 100%;
}
.cms-int-leadpage06 .cms-int-leadpage-container > h1,
.cms-int-leadpage13 .cms-int-leadpage-container > h1 {
  --heading-font-size: 2.5rem;
  --heading-font-weight: 100;
  width: 50%;
}
@media (max-width: 991.98px) {
  .cms-int-leadpage06 .cms-int-leadpage-container > h1,
  .cms-int-leadpage13 .cms-int-leadpage-container > h1 {
    --heading-font-size: 1.75rem;
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .cms-int-leadpage06 .cms-int-leadpage-container > h1,
  .cms-int-leadpage13 .cms-int-leadpage-container > h1 {
    width: 100%;
  }
}
.cms-int-leadpage06 .cms-int-leadpage-container h4,
.cms-int-leadpage13 .cms-int-leadpage-container h4 {
  --heading-font-size: 1.875rem;
  --heading-font-weight: 400;
}
@media (max-width: 991.98px) {
  .cms-int-leadpage06 .cms-int-leadpage-container h4,
  .cms-int-leadpage13 .cms-int-leadpage-container h4 {
    --heading-font-size: 1.125rem;
  }
}
.cms-int-leadpage06 .cms-int-leadpage-container form .button,
.cms-int-leadpage13 .cms-int-leadpage-container form .button {
  background: #fcb408;
  border: none;
  border-radius: 2rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0.5rem;
  width: 100%;
  color: #FFF;
  font-size: 1.75rem;
  padding: 1rem;
}
.cms-int-leadpage06 .cms-int-leadpage-container form .button:hover,
.cms-int-leadpage13 .cms-int-leadpage-container form .button:hover {
  color: #fcb408;
  background: #fff;
}
@media (max-width: 991.98px) {
  .cms-int-leadpage06 .cms-int-leadpage-container form .button,
  .cms-int-leadpage13 .cms-int-leadpage-container form .button {
    font-size: 1rem;
  }
}

.cms-int-leadpage07,
.cms-int-leadpage19 {
  --cms-content-padding-bottom: 2rem;
  --cms-content-padding-top: 0;
}
.cms-int-leadpage07 input[type=tel],
.cms-int-leadpage07 input[type=text],
.cms-int-leadpage07 input[type=email],
.cms-int-leadpage19 input[type=tel],
.cms-int-leadpage19 input[type=text],
.cms-int-leadpage19 input[type=email] {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.cms-int-leadpage07 textarea,
.cms-int-leadpage19 textarea {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  height: auto;
}
.cms-int-leadpage07 select,
.cms-int-leadpage19 select {
  background-color: #fff;
  border: 1px solid #cacaca;
  color: #0a0a0a;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.25rem;
}
.cms-int-leadpage07 .cms-int-form-required,
.cms-int-leadpage19 .cms-int-form-required {
  font-size: 0.6875rem;
  margin: 0.5rem 0;
}
.cms-int-leadpage07 .cms-int-legal,
.cms-int-leadpage19 .cms-int-legal {
  font-size: 0.875rem;
  margin: 1rem 0;
}
.cms-int-leadpage07 .cms-int-legal.text-white a:not(.btn),
.cms-int-leadpage19 .cms-int-legal.text-white a:not(.btn) {
  --a-text-decoration: underline;
  --bs-link-color: #FFF;
  --bs-link-color-rgb: 255,
  255,
  255;
  --bs-link-hover-color: #FFF;
  --bs-link-hover-color-rgb: 255,
  255,
  255;
  color: #FFF;
  text-decoration: var(--a-text-decoration);
}
.cms-int-leadpage07 .cms-int-legal.text-white a:not(.btn):hover,
.cms-int-leadpage19 .cms-int-legal.text-white a:not(.btn):hover {
  --a-text-decoration: underline;
  color: #FFF;
}
.cms-int-leadpage07 .cms-int-leadpage-content,
.cms-int-leadpage19 .cms-int-leadpage-content {
  background: rgba(34, 34, 34, 0.85);
}
.cms-int-leadpage07 .cms-int-leadpage-content .cms-int-form,
.cms-int-leadpage19 .cms-int-leadpage-content .cms-int-form {
  padding-top: 0;
}
.cms-int-leadpage07 .cms-int-leadpage-content .cms-int-form input,
.cms-int-leadpage19 .cms-int-leadpage-content .cms-int-form input {
  margin-bottom: 0.25rem;
}
.cms-int-leadpage07 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text,
.cms-int-leadpage19 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text {
  --p-font-size: .75rem;
}
.cms-int-leadpage07 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text a,
.cms-int-leadpage19 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text a {
  color: #FFF;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .cms-int-leadpage07 .cms-int-leadpage-content,
  .cms-int-leadpage19 .cms-int-leadpage-content {
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.75);
    padding: 2rem;
  }
  .cms-int-leadpage07 .cms-int-leadpage-content h1,
  .cms-int-leadpage19 .cms-int-leadpage-content h1 {
    --heading-font-size: 2.5rem;
  }
  .cms-int-leadpage07 .cms-int-leadpage-content .cms-int-leadpage-content-text,
  .cms-int-leadpage19 .cms-int-leadpage-content .cms-int-leadpage-content-text {
    line-height: 2;
    margin-bottom: 2rem;
  }
  .cms-int-leadpage07 .cms-int-leadpage-content .cms-int-form .btn,
  .cms-int-leadpage19 .cms-int-leadpage-content .cms-int-form .btn {
    font-size: 1.75rem;
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .cms-int-leadpage07 .cms-int-leadpage-content,
  .cms-int-leadpage19 .cms-int-leadpage-content {
    padding: 2rem 0.5rem;
  }
  .cms-int-leadpage07 .cms-int-leadpage-content h1,
  .cms-int-leadpage19 .cms-int-leadpage-content h1 {
    --heading-font-size: 1.75rem;
  }
  .cms-int-leadpage07 .cms-int-leadpage-content .site-interior-lead-page-content-text,
  .cms-int-leadpage19 .cms-int-leadpage-content .site-interior-lead-page-content-text {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .cms-int-leadpage07 .cms-int-leadpage-content,
  .cms-int-leadpage19 .cms-int-leadpage-content {
    width: 100%;
  }
}
.cms-int-leadpage07 .cms-int-leadpage-container,
.cms-int-leadpage19 .cms-int-leadpage-container {
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  align-items: flex-end;
  height: 100%;
}
.cms-int-leadpage07 .cms-int-leadpage-container > h1,
.cms-int-leadpage19 .cms-int-leadpage-container > h1 {
  --heading-font-weight: 400;
  --heading-font-size: 6rem;
  --heading-line-height: 1;
  width: 50%;
  text-shadow: 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
  .cms-int-leadpage07 .cms-int-leadpage-container > h1,
  .cms-int-leadpage19 .cms-int-leadpage-container > h1 {
    --heading-font-size: 3.75rem;
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .cms-int-leadpage07 .cms-int-leadpage-container > h1,
  .cms-int-leadpage19 .cms-int-leadpage-container > h1 {
    width: 100%;
  }
}
.cms-int-leadpage07 .cms-int-leadpage-container h4,
.cms-int-leadpage19 .cms-int-leadpage-container h4 {
  --heading-font-size: 1.875rem;
  --heading-font-weight: 100;
}
@media (max-width: 991.98px) {
  .cms-int-leadpage07 .cms-int-leadpage-container h4,
  .cms-int-leadpage19 .cms-int-leadpage-container h4 {
    --heading-font-size: 1.125rem;
  }
}
.cms-int-leadpage07 .cms-int-leadpage-container form label,
.cms-int-leadpage19 .cms-int-leadpage-container form label {
  color: #FFF;
}
.cms-int-leadpage07 .cms-int-leadpage-container form .button,
.cms-int-leadpage19 .cms-int-leadpage-container form .button {
  background: #da7c07;
  border: none;
  border-radius: 0;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0.5rem;
  width: 100%;
  font-size: 1.75rem;
  padding: 1rem;
  color: #FFF;
}
.cms-int-leadpage07 .cms-int-leadpage-container form .button:hover,
.cms-int-leadpage19 .cms-int-leadpage-container form .button:hover {
  color: #da7c07;
  background: #fff;
}
@media (max-width: 991.98px) {
  .cms-int-leadpage07 .cms-int-leadpage-container form .button,
  .cms-int-leadpage19 .cms-int-leadpage-container form .button {
    font-size: 1rem;
  }
}

.cms-int-leadpage08 {
  --cms-content-padding-bottom: 2rem;
  --cms-content-padding-top: 0;
}
.cms-int-leadpage08 input[type=tel],
.cms-int-leadpage08 input[type=text],
.cms-int-leadpage08 input[type=email] {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.cms-int-leadpage08 textarea {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  height: auto;
}
.cms-int-leadpage08 select {
  background-color: #fff;
  border: 1px solid #cacaca;
  color: #0a0a0a;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.25rem;
}
.cms-int-leadpage08 .cms-int-form-required {
  font-size: 0.6875rem;
  margin: 0.5rem 0;
}
.cms-int-leadpage08 .cms-int-legal {
  font-size: 0.875rem;
  margin: 1rem 0;
}
.cms-int-leadpage08 .cms-int-legal.text-white a:not(.btn) {
  --a-text-decoration: underline;
  --bs-link-color: #FFF;
  --bs-link-color-rgb: 255,
  255,
  255;
  --bs-link-hover-color: #FFF;
  --bs-link-hover-color-rgb: 255,
  255,
  255;
  color: #FFF;
  text-decoration: var(--a-text-decoration);
}
.cms-int-leadpage08 .cms-int-legal.text-white a:not(.btn):hover {
  --a-text-decoration: underline;
  color: #FFF;
}
.cms-int-leadpage08 .cms-int-leadpage-content {
  background: rgba(240, 165, 3, 0.85);
}
.cms-int-leadpage08 .cms-int-leadpage-content .cms-int-form {
  padding-top: 0;
}
.cms-int-leadpage08 .cms-int-leadpage-content .cms-int-form input {
  margin-bottom: 0.25rem;
}
.cms-int-leadpage08 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text {
  --p-font-size: .75rem;
}
.cms-int-leadpage08 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text a {
  color: #FFF;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .cms-int-leadpage08 .cms-int-leadpage-content {
    box-shadow: none;
    padding: 2rem;
  }
  .cms-int-leadpage08 .cms-int-leadpage-content h1 {
    --heading-font-size: 2.5rem;
  }
  .cms-int-leadpage08 .cms-int-leadpage-content .cms-int-leadpage-content-text {
    line-height: 2;
    margin-bottom: 2rem;
  }
  .cms-int-leadpage08 .cms-int-leadpage-content .cms-int-form .btn {
    font-size: 1.75rem;
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .cms-int-leadpage08 .cms-int-leadpage-content {
    padding: 2rem 0.5rem;
  }
  .cms-int-leadpage08 .cms-int-leadpage-content h1 {
    --heading-font-size: 1.75rem;
  }
  .cms-int-leadpage08 .cms-int-leadpage-content .site-interior-lead-page-content-text {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .cms-int-leadpage08 .cms-int-leadpage-content {
    width: 100%;
  }
}
.cms-int-leadpage08 .cms-int-leadpage-content h1 {
  --heading-font-size: 4rem;
  --heading-font-weight: 100;
  --heading-line-height: 1;
}
@media (max-width: 767.98px) {
  .cms-int-leadpage08 .cms-int-leadpage-content h1 {
    --heading-font-size: 2rem;
  }
}
.cms-int-leadpage08 .button {
  background: #0d334e;
  border: none;
  border-radius: 2rem;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0.5rem auto;
  width: 80%;
  color: #FFF;
  font-size: 1.75rem;
  padding: 1rem;
}
.cms-int-leadpage08 .button:hover {
  color: #0d334e;
  background: #fff;
}
@media (max-width: 991.98px) {
  .cms-int-leadpage08 .button {
    font-size: 1rem;
  }
}

.cms-int-leadpage10 {
  color: #fff;
  height: 100vh;
  min-height: 62.5rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  --cms-content-padding-bottom: 0;
  --cms-content-padding-top: 0;
}
.cms-int-leadpage10 input[type=tel],
.cms-int-leadpage10 input[type=text],
.cms-int-leadpage10 input[type=email] {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.cms-int-leadpage10 textarea {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  height: auto;
}
.cms-int-leadpage10 select {
  background-color: #fff;
  border: 1px solid #cacaca;
  color: #0a0a0a;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.25rem;
}
.cms-int-leadpage10 .cms-int-form-required {
  font-size: 0.6875rem;
  margin: 0.5rem 0;
}
.cms-int-leadpage10 .cms-int-legal {
  font-size: 0.875rem;
  margin: 1rem 0;
}
.cms-int-leadpage10 .cms-int-legal.text-white a:not(.btn) {
  --a-text-decoration: underline;
  --bs-link-color: #FFF;
  --bs-link-color-rgb: 255,
  255,
  255;
  --bs-link-hover-color: #FFF;
  --bs-link-hover-color-rgb: 255,
  255,
  255;
  color: #FFF;
  text-decoration: var(--a-text-decoration);
}
.cms-int-leadpage10 .cms-int-legal.text-white a:not(.btn):hover {
  --a-text-decoration: underline;
  color: #FFF;
}
.cms-int-leadpage10 .cms-int-leadpage-content {
  background: #e30303;
}
.cms-int-leadpage10 .cms-int-leadpage-content .cms-int-form {
  padding-top: 0;
}
.cms-int-leadpage10 .cms-int-leadpage-content .cms-int-form input {
  margin-bottom: 0.25rem;
}
.cms-int-leadpage10 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text {
  --p-font-size: .75rem;
}
.cms-int-leadpage10 .cms-int-leadpage-content .cms-int-lead-form-disclaimer-text a {
  color: #FFF;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .cms-int-leadpage10 .cms-int-leadpage-content {
    box-shadow: none;
    padding: 2rem;
  }
  .cms-int-leadpage10 .cms-int-leadpage-content h1 {
    --heading-font-size: 2.5rem;
  }
  .cms-int-leadpage10 .cms-int-leadpage-content .cms-int-leadpage-content-text {
    line-height: 2;
    margin-bottom: 2rem;
  }
  .cms-int-leadpage10 .cms-int-leadpage-content .cms-int-form .btn {
    font-size: 1.75rem;
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .cms-int-leadpage10 .cms-int-leadpage-content {
    padding: 2rem 0.5rem;
  }
  .cms-int-leadpage10 .cms-int-leadpage-content h1 {
    --heading-font-size: 1.75rem;
  }
  .cms-int-leadpage10 .cms-int-leadpage-content .site-interior-lead-page-content-text {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .cms-int-leadpage10 .cms-int-leadpage-content {
    width: 100%;
  }
}
.cms-int-leadpage10 form.cms-int-form .site-row input {
  color: #000;
}
.cms-int-leadpage10 .container-xxl {
  max-width: 75rem;
}
.cms-int-leadpage10 .site-interior-lead-page-container .heading h1 {
  --heading-font-size: 6rem;
  --heading-color: #e30303;
  --heading-font-weight: 700;
  --heading-line-height: 1;
  --heading-text-align: left;
  --heading-text-transform: uppercase;
  --heading-margin-bottom: -.75rem;
}
.cms-int-leadpage10 .site-interior-lead-page-container .heading h1 p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .cms-int-leadpage10 .site-interior-lead-page-container .heading h1 {
    --heading-font-size: 3.75rem;
    --heading-margin-bottom: -.4375rem;
  }
}
@media (max-width: 575.98px) {
  .cms-int-leadpage10 .site-interior-lead-page-container .heading h1 {
    --heading-font-size: 2rem;
    --heading-margin-bottom: -.25rem;
  }
}
.cms-int-leadpage10 .site-interior-lead-page-container .cms-int-leadpage-content {
  margin-bottom: 1rem;
}
.cms-int-leadpage10 .site-interior-lead-page-container .cms-int-leadpage-content p {
  --p-color: #FFF;
  --p-font-size: 1rem;
}
@media (min-width: 992px) {
  .cms-int-leadpage10 .site-interior-lead-page-container .heading h1 {
    --heading-font-size: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-leadpage10 .site-interior-lead-page-container .heading h1 {
    --heading-font-size: 3.75rem;
    --heading-margin-bottom: -.4375rem;
  }
}
@media (max-width: 575.98px) {
  .cms-int-leadpage10 .site-interior-lead-page-container .heading h1 {
    --heading-font-size: 2rem;
    --heading-margin-bottom: -.25rem;
  }
}
.cms-int-leadpage10 .cms-int-leadpage-content .row {
  margin: 0 auto;
  max-width: 75rem;
}
.cms-int-leadpage10 .cms-int-leadpage-content form {
  width: 100%;
}
.cms-int-leadpage10 .cms-int-leadpage-content form label {
  color: #fff;
}
.cms-int-leadpage10 .cms-int-leadpage-content form input {
  padding: 0.5rem;
}
.cms-int-leadpage10 .cms-int-leadpage-content form .button {
  background: #ed5959;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  margin-top: 0.5rem;
}

.cms-int-leadpage20 {
  background-color: var(--hs-main);
}
.cms-int-leadpage20 form.site-interior-leadpage-form .site-form-button button {
  background-color: #fff;
  border-radius: 0;
  color: var(--hs-main);
  padding: 0.9375rem 1.875rem;
  width: 100%;
  border: none;
}
.cms-int-leadpage20 form.site-interior-leadpage-form .site-form-button button:focus, .cms-int-leadpage20 form.site-interior-leadpage-form .site-form-button button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.cms-int-leadpage20 .site-advanced-cms-text a,
.cms-int-leadpage20 .cms-int-lead-form-disclaimer-text a {
  --bs-link-color-rgb: rgb(255, 255, 255);
}

.cms-int-leadpage22 .cms-int-leadpage22-form {
  padding: 0;
  background-color: #ededed;
}
.cms-int-leadpage22 .cms-int-leadpage22-form .container-xxl > h2, .cms-int-leadpage22 .cms-int-leadpage22-form .site-home #realestatestats-section .container-xxl > .site-service-stat-text, .site-home #realestatestats-section .cms-int-leadpage22 .cms-int-leadpage22-form .container-xxl > .site-service-stat-text {
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 400;
  display: inline-block;
  padding-right: 0.3125rem;
  color: #333333;
}
.cms-int-leadpage22 .cms-int-leadpage22-form .container-xxl > h2 p, .cms-int-leadpage22 .cms-int-leadpage22-form .site-home #realestatestats-section .container-xxl > .site-service-stat-text p, .site-home #realestatestats-section .cms-int-leadpage22 .cms-int-leadpage22-form .container-xxl > .site-service-stat-text p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.cms-int-leadpage22 .cms-int-leadpage22-form .container-xxl > .site-cms-text {
  display: inline-block;
  color: #999999;
}
.cms-int-leadpage22 .cms-int-leadpage22-form .container-xxl .site-form-container {
  margin-top: 1.25rem;
  margin-bottom: 2rem;
}
.cms-int-leadpage22 form.site-interior-leadpage-form .site-form-required {
  color: #666666;
}
.cms-int-leadpage22 form.site-interior-leadpage-form .site-advanced-cms-text {
  color: #333333;
}
.cms-int-leadpage22 form.site-interior-leadpage-form .site-advanced-cms-text a {
  color: #333333;
}
@media only screen and (min-width: 35.0625em) {
  .cms-int-leadpage22 form.site-interior-leadpage-form .site-form-preferred-contact {
    margin-bottom: 0;
  }
}
.cms-int-leadpage22 form.site-interior-leadpage-form textarea {
  height: 100%;
}
.cms-int-leadpage22 form.site-interior-leadpage-form fieldset label {
  margin-right: 1rem;
  margin-top: 0.25rem;
}
.cms-int-leadpage22 form.site-interior-leadpage-form fieldset input {
  margin-right: 0.25rem;
}
.cms-int-leadpage22 form.site-interior-leadpage-form .site-form-button button {
  background-color: var(--hs-main);
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0.9375rem 2.5rem;
}
.cms-int-leadpage22 form.site-interior-leadpage-form .site-form-button button:focus, .cms-int-leadpage22 form.site-interior-leadpage-form .site-form-button button:hover {
  background-color: var(--hs-main);
}
.cms-int-leadpage22 form.site-interior-leadpage-form .cms-int-lead-form-disclaimer-text {
  font-size: 0.875rem;
  margin: 1rem 0;
}

.cms-int-leadpage15 .cms-int-header-2,
.cms-int-leadpage25 .cms-int-header-2,
.cms-int-leadpage31 .cms-int-header-2 {
  margin-bottom: 1rem;
}
.cms-int-leadpage15 .cms-int-form,
.cms-int-leadpage25 .cms-int-form,
.cms-int-leadpage31 .cms-int-form {
  padding-bottom: 1.25rem;
}
.cms-int-leadpage15 .cms-int-form .container-xxl,
.cms-int-leadpage25 .cms-int-form .container-xxl,
.cms-int-leadpage31 .cms-int-form .container-xxl {
  max-width: 50rem;
  background-color: var(--hs-main);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding: 2.5rem;
}
@media (max-width: 767.98px) {
  .cms-int-leadpage15 .cms-int-form .container-xxl,
  .cms-int-leadpage25 .cms-int-form .container-xxl,
  .cms-int-leadpage31 .cms-int-form .container-xxl {
    padding: 1.25rem;
  }
}

.cms-int-leadpage30 .cms-int-form h2, .cms-int-leadpage30 .cms-int-form .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-leadpage30 .cms-int-form .site-service-stat-text {
  --heading-font-size: 1.5rem;
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 0.125rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Times, Times New Roman, Georgia, serif;
  text-align: center;
  text-transform: none;
}
.cms-int-leadpage30 .cms-int-form h2 p, .cms-int-leadpage30 .cms-int-form .site-home #realestatestats-section .site-service-stat-text p, .site-home #realestatestats-section .cms-int-leadpage30 .cms-int-form .site-service-stat-text p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.cms-int-leadpage30 .cms-int-header-2 hr {
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
.cms-int-leadpage30 .cms-int-header-2 h1 {
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .cms-int-leadpage30 .cms-int-header-2 h1 {
    font-size: 1.5rem;
  }
}

.cms-int-lead-page-footer {
  font-size: 0.75rem;
}

.cms-int-map-container {
  margin-bottom: var(--cms-map-margin-bottom, 2rem);
}
.cms-int-map-container iframe {
  width: 100% !important;
  width: var(--cms-map-width, 100%);
}

.cms-int-seo-page-3 .cms-int-video-container {
  --cms-video-margin-bottom: 0;
}

.cms-int-seo-remax .cms-int-header-2 {
  background-color: #fff;
  height: auto;
  margin-bottom: 0;
  display: block;
  max-width: 100%;
}
.cms-int-seo-remax .cms-int-header-2 .content {
  padding: 1rem;
  margin: 0 auto;
}
.cms-int-seo-remax .cms-int-header-2 h2, .cms-int-seo-remax .cms-int-header-2 .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-seo-remax .cms-int-header-2 .site-service-stat-text {
  text-transform: none;
  color: #757575;
  font-size: 2.75rem;
  padding-top: 1rem;
}
.cms-int-seo-remax .row {
  margin-top: -2rem;
  margin-bottom: 4rem;
}
.cms-int-seo-remax .site-interior-content-text {
  padding: 0.5rem;
}
.cms-int-seo-remax .col-md-4 {
  width: 33.3%;
  background-color: #efefef;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .cms-int-seo-remax .col-md-4 {
    width: 100%;
  }
}
.cms-int-seo-remax .site-remax-seo-image {
  width: 100%;
  height: auto;
}
.cms-int-seo-remax .cms-int-header-seo .row {
  margin-top: 0;
}

#overlayParent .rng-property-form {
  background-color: #fff;
  padding: 2rem;
}
#overlayParent .rng-property-form a,
#overlayParent .rng-property-form h1,
#overlayParent .rng-property-form h2,
#overlayParent .rng-property-form .site-home #realestatestats-section .site-service-stat-text,
.site-home #realestatestats-section #overlayParent .rng-property-form .site-service-stat-text,
#overlayParent .rng-property-form h3,
#overlayParent .rng-property-form h4,
#overlayParent .rng-property-form h5,
#overlayParent .rng-property-form h6 {
  font-family: inherit;
}
#overlayParent .rng-property-form form input,
#overlayParent .rng-property-form form textarea,
#overlayParent .rng-property-form form select {
  font-family: inherit;
}
#overlayParent .rng-property-form form textarea {
  box-shadow: none;
}
#overlayParent .rng-property-form form input[type=text], #overlayParent .rng-property-form form input[type=email] {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  margin: 0;
}
#overlayParent .rng-property-form form input[type=submit] {
  background: var(--hs-main);
  border: none;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  transition: 150ms all ease-in-out;
}
#overlayParent .rng-property-form .cms-int-form {
  background-color: #e9ecef;
  color: #000;
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overlayParent .rng-property-form .cms-int-form h2, #overlayParent .rng-property-form .cms-int-form .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section #overlayParent .rng-property-form .cms-int-form .site-service-stat-text {
  font-size: 1.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
#overlayParent .rng-property-form .cms-int-form .sub-header {
  color: #495057;
  font-weight: 600;
}
#overlayParent .rng-property-form .cms-int-form .form-control,
#overlayParent .rng-property-form .cms-int-form .form-select {
  border-radius: 0;
}
#overlayParent .rng-property-form .cms-int-form .legal {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
}
#overlayParent .rng-property-form a {
  text-decoration: none;
}
#overlayParent .rng-property-form .create-profile {
  margin-top: 2rem;
}
#overlayParent .rng-property-form .rn-search-form-close {
  text-align: right;
  width: 100%;
  display: block;
}
#overlayParent .rng-property-form .rn-search-form-close i {
  --fa: "";
  --fa--fa: "";
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
}
#overlayParent .rng-property-form .rn-search-form-close i::before {
  content: var(--fa);
}
#overlayParent .rng-property-form form input {
  box-shadow: none;
  border: 1px solid #CCC;
  margin: 0.5rem 0;
  width: 100%;
  display: block;
}
#overlayParent .rng-property-form form input[type=text] {
  margin: 0.5rem 0;
}
@media (min-width: 576px) {
  #overlayParent .rng-property-form {
    min-width: 30rem;
  }
  #overlayParent .rng-property-form h2, #overlayParent .rng-property-form .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section #overlayParent .rng-property-form .site-service-stat-text {
    --heading-font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  #overlayParent .rng-property-form {
    padding: 1rem;
  }
  #overlayParent .rng-property-form h2, #overlayParent .rng-property-form .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section #overlayParent .rng-property-form .site-service-stat-text {
    --heading-font-size: 1.5rem;
  }
}

.cms-int-neighborhood-report-4 {
  --nr-color: var(--hs-main);
  --nr-secondary-color: var(--hs-accent);
  --nr-light-gray: #e2e0dd;
  overflow: hidden;
}
.cms-int-neighborhood-report-4 .nr-listings-grid {
  padding: 0.75rem;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(var(--cols), 1fr);
  justify-content: center;
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-4 .nr-listings-grid {
    --cols: 3;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .nr-listings-grid {
    --cols: 2;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .nr-listings-grid {
    --cols: 1;
  }
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property {
  --border-color: var(--bs-gray-300);
  --spacing: 0.5rem;
  --spacing-sm: 0.25rem;
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .photo-area {
  aspect-ratio: 16/9;
  position: relative;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .photo-area .link {
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: block;
  transition: 150ms ease-in-out all;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .photo-area .link::after {
  color: var(--bs-white);
  content: "View Property Details";
  font-weight: 600;
  height: 100%;
  opacity: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 150ms ease-in-out all;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .photo-area .link:hover {
  background-blend-mode: multiply;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .photo-area .link:hover::after {
  opacity: 1;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .photo-area .banner {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: var(--spacing);
  position: absolute;
  top: var(--spacing);
  left: 0;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .photo-area .banner span {
  background: var(--bs-black);
  color: var(--bs-white);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  padding: calc(var(--spacing) * 0.5) var(--spacing);
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area {
  padding: var(--spacing);
  display: flex;
  column-gap: var(--spacing);
  row-gap: var(--spacing);
  flex-flow: row wrap;
  align-items: center;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .banner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--spacing);
  justify-content: flex-end;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .sold {
  color: var(--bs-gray);
  flex: 1;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .mls-number {
  font-size: 0.875rem;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .address {
  --heading-color: var(--nr-color);
  --heading-font-family: "Open Sans", sans-serif;
  --heading-font-size: 1.25rem;
  --heading-line-height: 1.2;
  --heading-text-transform: none;
  --heading-margin-bottom: 0;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  font-size: var(--heading-font-size);
  line-height: var(--heading-line-height);
  text-transform: var(--heading-text-transform);
  margin-bottom: var(--heading-margin-bottom);
  width: 100%;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .address span {
  white-space: nowrap;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .details {
  list-style: none;
  margin: 0;
  padding: 0;
  --list-font-size: 1rem;
  --list-font-weight: 300;
  --list-line-height: 1.4;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: var(--spacing-sm);
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .details li {
  font-size: var(--list-font-size);
  font-weight: var(--list-font-weight);
  line-height: var(--list-line-height);
  white-space: nowrap;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .details li + li:before {
  content: "•";
  line-height: 1;
  padding-right: var(--spacing-sm);
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .save-btn {
  color: var(--nr-color);
  font-size: 1.25rem;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .save-btn:not(.favorite) {
  --fa-secondary-opacity: 0;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .price {
  font-size: 1.25rem;
  font-weight: 400;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .status {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .status::before {
  background: var(--color, var(--nr-color));
  border-radius: 100%;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.25);
  height: var(--spacing);
  margin: 0 var(--spacing-sm);
  width: var(--spacing);
  display: inline-block;
  position: relative;
  content: "";
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .status.active {
  --color: var(--bs-success);
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .status.pending {
  --color: var(--bs-warning);
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .status.sold {
  --color: var(--bs-danger);
}
.cms-int-neighborhood-report-4 .nr-listings-grid .rng-featured-property .text-area .status.coming-soon {
  --color: var(--bs-info);
}
.cms-int-neighborhood-report-4 .site-interior-template-image-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25.9375rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .site-interior-template-image-header {
    height: 15.25rem;
  }
}
.cms-int-neighborhood-report-4 .site-interior-template-image-header::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cms-int-neighborhood-report-4 .site-interior-template-image-header .content {
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.cms-int-neighborhood-report-4 .site-interior-template-image-header .content h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .site-interior-template-image-header .content h1 {
    font-size: 1.5rem;
  }
}
.cms-int-neighborhood-report-4 .banner {
  background: var(--nr-light-gray);
  color: var(--nr-color);
  padding: 2rem 1rem;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .banner {
    padding: 2rem 0.5rem;
  }
}
.cms-int-neighborhood-report-4 .banner .content .site-interior-neighborhood-report-subscribe-title {
  color: var(--nr-color);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 3.125rem;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .banner .content .site-interior-neighborhood-report-subscribe-title {
    margin-right: 0.625rem;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .banner .content .site-interior-neighborhood-report-subscribe-title {
    font-size: 1.75rem;
    text-align: center;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cms-int-neighborhood-report-4 .banner .content .button {
  background-color: var(--nr-color);
  border: 1px solid var(--nr-color);
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 1rem 5rem;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .banner .content .button {
    padding: 1rem;
  }
}
.cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text img {
  height: auto;
  max-width: 100%;
}
.cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row {
  display: flex;
  justify-content: space-between;
}
.cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row.align-middle {
  align-items: center;
}
.cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row.align-end {
  align-items: flex-end;
}
.cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row.justify-center {
  justify-content: center;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row {
    flex-wrap: wrap;
  }
}
.cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column {
  padding: 0 0.5rem;
}
.cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.full {
  width: 100%;
}
.cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.three-quarters {
  width: 75%;
}
.cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.two-thirds {
  width: 66.6666666667%;
}
.cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.half {
  width: 50%;
}
.cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.third {
  width: 33.3333333333%;
}
.cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.quarter, .cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.one-quarter {
  width: 25%;
}
.cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.fifth {
  width: 20%;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.three-quarters, .cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.two-thirds, .cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.third, .cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.quarter, .cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.fifth {
    width: 50%;
  }
  .cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.half {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.three-quarters, .cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.two-thirds, .cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.half, .cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.third, .cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.quarter, .cms-int-neighborhood-report-4 .site-interior-neighborhood-report-advanced-text .site-row .site-column.fifth {
    width: 100%;
  }
}
.cms-int-neighborhood-report-4 .nr-listings {
  margin-bottom: 2rem;
}
.cms-int-neighborhood-report-4 .nr-listings .title {
  background: none;
  color: var(--nr-color);
  padding: 1rem;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .nr-listings .title {
    padding: 0.5rem 0;
  }
}
.cms-int-neighborhood-report-4 .nr-listings .title p {
  color: #000;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .nr-listings .title p {
    text-align: center;
  }
}
.cms-int-neighborhood-report-4 .nr-listings .nr-listings-content {
  border: none;
  padding: 0.25rem;
}
.cms-int-neighborhood-report-4 .rng-market-insights-featured-property {
  background-color: #000;
  padding: 0.5rem;
  width: 33.333%;
  position: relative;
}
@media (max-width: 1199.98px) {
  .cms-int-neighborhood-report-4 .rng-market-insights-featured-property {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .rng-market-insights-featured-property {
    padding: 0.25rem 0;
    width: 100%;
  }
}
.cms-int-neighborhood-report-4 .rng-market-insights-featured-property::before {
  background-color: #fff;
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cms-int-neighborhood-report-4 .rng-market-insights-featured-property > a {
  background-color: #000;
  background-position: center;
  background-size: cover;
  text-decoration: none;
  height: 27.5rem;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .rng-market-insights-featured-property > a {
    height: 20.25rem;
  }
}
.cms-int-neighborhood-report-4 .rng-market-insights-featured-property > a::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 17%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-details {
  --color: $white;
  /* stylelint-disable */
  color: #fff !important;
  font-size: 1rem !important;
  /* stylelint-enable */
  padding: 1.875rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-details {
    padding: 0.5rem 0.5rem 1rem;
    width: 100%;
  }
}
.cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-details > a {
  --color: $white;
  color: #fff;
  text-decoration: none;
}
.cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-details h4 {
  --color: $white;
  color: #fff;
}
.cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-courtesy p {
  /* stylelint-disable */
  color: #fff !important;
  font-size: 1rem !important;
  /* stylelint-enable */
}
.cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container {
    margin-bottom: 0.5rem;
  }
}
.cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container h2, .cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container .site-service-stat-text {
  /* stylelint-disable */
  color: #fff !important;
  font-size: 1.25rem !important;
  /* stylelint-enable */
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  justify-content: flex-start;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container h2, .cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container .site-service-stat-text {
    font-size: 1rem;
    margin-bottom: 0.125rem;
  }
}
.cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container .rn-icon-like {
  padding-right: 0.5rem;
  display: none;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container .rn-icon-like {
    padding-right: 0.25rem;
  }
}
.cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container .rng-featured-property-listing-price {
  /* stylelint-disable */
  color: #fff !important;
  font-size: 1.25rem !important;
  /* stylelint-enable */
  padding: 0 1rem 0 0;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container .rng-featured-property-listing-price {
    padding: 0 0.5rem 0 0;
  }
}
.cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container .rng-featured-property-listing-status {
  /* stylelint-disable */
  color: #fff !important;
  font-size: 1.25rem !important;
  /* stylelint-enable */
  padding: 0 1rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container .rng-featured-property-listing-status {
    padding: 0 0.5rem;
  }
}
.cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container .rng-featured-property-listing-status::before {
  content: "|";
  color: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: -0.25rem;
}
.cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container h4 {
  /* stylelint-disable */
  color: #fff !important;
  font-size: 1.25rem !important;
  /* stylelint-enable */
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .rng-market-insights-featured-property .rng-featured-property-listing-price-container h4 {
    font-size: 0.75rem;
  }
}
.cms-int-neighborhood-report-4 .rn-interior-rn-listings-paging {
  padding-right: 0.5rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
}
@media print {
  .cms-int-neighborhood-report-4 .rn-interior-rn-listings-paging {
    display: none;
  }
}
.cms-int-neighborhood-report-4 .rn-listings-aggregates {
  border-bottom: 1px solid var(--nr-secondary-color);
  margin-top: 2.5rem;
  padding-bottom: 1.25rem;
}
.cms-int-neighborhood-report-4 .rn-listings-aggregates .forty {
  background: transparent;
  color: #000;
  text-align: center;
  padding: 3rem 0.5rem;
  width: 40%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .rn-listings-aggregates .forty {
    padding: 1.5rem 0;
    width: 100%;
  }
}
.cms-int-neighborhood-report-4 .rn-listings-aggregates .sixty {
  color: #000;
  margin-left: 2.5rem;
  padding: 0;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .rn-listings-aggregates .sixty {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .rn-listings-aggregates .sixty {
    margin: 0;
    margin-left: -0.75rem;
    width: calc(100% + 24px);
  }
}
.cms-int-neighborhood-report-4 .rn-listings-aggregates h3 {
  color: #000;
  /* stylelint-disable */
  font-size: 6.25rem !important;
  font-style: normal !important;
  margin: 0;
  /* stylelint-enable */
}
@media (max-width: 1199.98px) {
  .cms-int-neighborhood-report-4 .rn-listings-aggregates h3 {
    font-size: 5.625rem !important;
  }
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .rn-listings-aggregates h3 {
    font-size: 5rem !important;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .rn-listings-aggregates h3 {
    font-size: 6.25rem !important;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .rn-listings-aggregates h3 {
    font-size: 3.75rem !important;
  }
}
.cms-int-neighborhood-report-4 .rn-listings-aggregates .rn-interior-rn-listings-aggregates-title {
  font-size: 1.75rem;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .rn-listings-aggregates .rn-interior-rn-listings-aggregates-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .rn-listings-aggregates .rn-interior-rn-listings-aggregates-title {
    font-size: 1.75rem;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .rn-listings-aggregates .rn-interior-rn-listings-aggregates-title {
    font-size: 1.125rem;
  }
}
.cms-int-neighborhood-report-4 .rn-listings-aggregates ul {
  color: #000;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex: 0 1 auto;
}
.cms-int-neighborhood-report-4 .rn-listings-aggregates ul.header {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .rn-listings-aggregates ul {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding: 0;
    flex-wrap: wrap;
  }
  .cms-int-neighborhood-report-4 .rn-listings-aggregates ul.header, .cms-int-neighborhood-report-4 .rn-listings-aggregates ul.footer {
    display: none;
  }
}
.cms-int-neighborhood-report-4 .rn-listings-aggregates li {
  /* stylelint-disable */
  font-size: 1.25rem !important;
  /* stylelint-enable */
  line-height: 1;
  text-align: center;
  padding: 0 1rem;
  width: 16.6666666667%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cms-int-neighborhood-report-4 .rn-listings-aggregates li span {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.625rem;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .cms-int-neighborhood-report-4 .rn-listings-aggregates li span {
    display: none;
  }
}
@media only screen and (min-width: 64em) and (max-width: 75em) {
  .cms-int-neighborhood-report-4 .rn-listings-aggregates li {
    width: 14.2857142857%;
  }
  .cms-int-neighborhood-report-4 .rn-listings-aggregates li:nth-child(1) {
    width: 21.4285714286%;
  }
  .cms-int-neighborhood-report-4 .rn-listings-aggregates li:nth-child(5) {
    width: 21.4285714286%;
  }
}
.cms-int-neighborhood-report-4 .rn-listings-aggregates li.title {
  background: transparent;
  color: #000;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .rn-listings-aggregates li {
    padding: 0;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cms-int-neighborhood-report-4 .rn-listings-aggregates li.title {
    text-align: center;
    margin-bottom: 0.625rem;
    padding: 0.5rem;
    width: 100%;
    flex: 1 0 auto;
    justify-content: center;
    position: relative;
  }
  .cms-int-neighborhood-report-4 .rn-listings-aggregates li.title::after {
    background-color: #000;
    content: "";
    height: 1px;
    margin: 0.3125rem auto 0;
    width: 6.25rem;
    position: relative;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .rn-listings-aggregates li {
    /* stylelint-disable */
    font-size: 0.875rem !important;
    /* stylelint-enable */
  }
}
.cms-int-neighborhood-report-4 .rn-interior-nr-charts h3 {
  /* stylelint-disable */
  color: #000 !important;
  font-weight: 300 !important;
  /* stylelint-enable */
  line-height: 1.1;
  text-align: center;
}
.cms-int-neighborhood-report-4 .rn-interior-nr-charts h3 span {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.cms-int-neighborhood-report-4 .rn-interior-nr-charts .rn-interior-nr-chart {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-int-neighborhood-report-4 .rn-interior-nr-charts .rn-interior-nr-piechart {
  border: 3px solid #000;
  border-radius: 50%;
  height: 18.75rem;
  margin-top: 1rem;
  width: 18.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(30deg);
}
.cms-int-neighborhood-report-4 .rn-interior-nr-charts .rn-interior-charts-piechart-value {
  background: #fff;
  border: 1px solid var(--nr-color);
  color: var(--nr-color);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 0.5rem;
  min-width: 6.25rem;
  transform: rotate(-30deg);
  position: absolute;
  right: 75%;
}
.cms-int-neighborhood-report-4 .rn-interior-nr-charts .rn-interior-charts-piechart-value span {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
.cms-int-neighborhood-report-4 .rn-interior-nr-charts .rn-interior-charts-piechart-value.dark {
  right: auto;
  left: 75%;
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .cms-int-neighborhood-report-4 .rn-interior-nr-charts .site-column.third {
    width: 33.3333333333%;
  }
  .cms-int-neighborhood-report-4 .rn-interior-nr-charts .rn-interior-nr-piechart {
    height: 14rem;
    width: 14rem;
  }
  .cms-int-neighborhood-report-4 .rn-interior-nr-charts .rn-interior-charts-piechart-value {
    font-size: 1.25rem;
    padding: 0.25rem;
    min-width: 5.5rem;
  }
}
.cms-int-neighborhood-report-4 .nr-market-insight-averages {
  margin: 7.5rem 0;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .nr-market-insight-averages {
    margin: 3.75rem 0;
  }
}
.cms-int-neighborhood-report-4 .nr-market-insight-averages .nr-market-insight-average-callout {
  text-align: center;
}
.cms-int-neighborhood-report-4 .nr-market-insight-averages .title {
  color: var(--nr-color);
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 2rem;
}
.cms-int-neighborhood-report-4 .nr-market-insight-averages .title strong {
  font-size: 2.5rem;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .nr-market-insight-averages .title {
    font-size: 1.75rem;
  }
  .cms-int-neighborhood-report-4 .nr-market-insight-averages .title strong {
    font-size: 1.75rem;
  }
}
.cms-int-neighborhood-report-4 .nr-market-insight-averages .data {
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  padding: 2rem;
  width: auto;
  display: inline-block;
}
.cms-int-neighborhood-report-4 .nr-market-insight-averages .data:last-child {
  border-top: 1px solid var(--hs-accent);
}
.cms-int-neighborhood-report-4 .nr-market-insight-averages .data strong {
  font-size: 3rem;
}
.cms-int-neighborhood-report-4 .nr-market-insight-averages .data i {
  color: var(--nr-color);
  font-size: 3.25rem;
  margin-left: 0.625rem;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .nr-market-insight-averages .data {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 55em) {
  .cms-int-neighborhood-report-4 .nr-market-insight-averages .data {
    text-align: center;
    padding: 1rem 0.5rem;
    width: 100%;
  }
  .cms-int-neighborhood-report-4 .nr-market-insight-averages .data:last-child {
    width: auto;
  }
}
.cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding {
  background-color: #e2e0dd;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding::before {
  background-color: #e2e0dd;
  content: "";
  height: 100%;
  width: 625rem;
  position: absolute;
  top: 0;
  left: -625rem;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding::before {
    display: none;
  }
}
.cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding::after {
  background-color: #e2e0dd;
  content: "";
  height: 100%;
  width: 625rem;
  position: absolute;
  top: 0;
  right: -625rem;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding {
    padding: 0 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding {
    padding: 0;
  }
}
.cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding .site-column.two-thirds {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content {
  color: var(--nr-color);
  font-size: 1.25rem;
  font-weight: 500;
  text-align: left;
  padding: 2.5rem;
}
.cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content p {
  color: var(--nr-color);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0;
}
.cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content a {
  background-color: var(--nr-color);
  border: 1px solid var(--nr-color);
  border-radius: 8px;
  /* stylelint-disable */
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  /* stylelint-enable */
  margin-top: 0.625rem;
  padding: 1rem 10rem;
  transition: all 150ms ease-in-out;
  width: auto;
  display: inline-block;
  position: relative;
}
.cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content a p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content {
    padding: 2.5rem 0.5rem;
  }
  .cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content p {
    font-size: 1.875rem;
  }
  .cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content a {
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content {
    text-align: center;
    padding: 2.5rem 1rem;
  }
  .cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content p {
    font-size: 1.375rem;
  }
  .cms-int-neighborhood-report-4 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content a {
    padding: 1rem 2rem;
  }
}
.cms-int-neighborhood-report-4 .nr-marketreport-header {
  margin-top: 5rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .nr-marketreport-header {
    margin-top: 2.5rem;
    justify-content: center;
  }
  .cms-int-neighborhood-report-4 .nr-marketreport-header .nr-report-select-container select {
    margin-bottom: 0.25rem;
  }
}
.cms-int-neighborhood-report-4 .nr-marketreport-container {
  margin-top: -6.25rem;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .nr-marketreport-container {
    margin-top: 0;
  }
}
.cms-int-neighborhood-report-4 .nr-marketreport-title {
  color: var(--nr-color);
  font-size: 1.5rem;
  text-align: left;
}
.cms-int-neighborhood-report-4 .nr-marketreport-title h2, .cms-int-neighborhood-report-4 .nr-marketreport-title .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-4 .nr-marketreport-title .site-service-stat-text {
  /* stylelint-disable */
  font-size: 2.25rem !important;
  font-weight: bold !important;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0 !important;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .nr-marketreport-title h2, .cms-int-neighborhood-report-4 .nr-marketreport-title .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-4 .nr-marketreport-title .site-service-stat-text {
    font-size: 1.875rem !important;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .nr-marketreport-title h2, .cms-int-neighborhood-report-4 .nr-marketreport-title .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-4 .nr-marketreport-title .site-service-stat-text {
    font-size: 1.5rem !important;
    width: 100%;
    text-align: center;
    /* stylelint-enable */
  }
}
.cms-int-neighborhood-report-4 .nr-marketreport-title .nr-marketreport-subtitle {
  font-size: 1.875rem;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .nr-marketreport-title .nr-marketreport-subtitle {
    font-size: 1.75rem;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .nr-marketreport-title .nr-marketreport-subtitle {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 0.625rem;
    width: 100%;
  }
}
.cms-int-neighborhood-report-4 .nr-marketreport-aggregate {
  color: var(--nr-color);
  font-weight: 700;
  text-align: center;
  margin: 3.75rem 0 5.75rem;
}
@media only screen and (max-width: 55em) {
  .cms-int-neighborhood-report-4 .nr-marketreport-aggregate {
    margin: 2.5rem 0 5.75rem;
  }
}
.cms-int-neighborhood-report-4 .nr-marketreport-aggregate .data-icon {
  color: var(--nr-color);
  font-size: 3.75rem;
  text-align: center;
  padding: 2rem 0.5rem 0;
}
.cms-int-neighborhood-report-4 .nr-marketreport-aggregate .data {
  color: #000;
  font-size: 3.75rem;
  line-height: 1;
  padding: 0.5rem 2rem 2rem;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .nr-marketreport-aggregate .data {
    font-size: 3.125rem;
    padding: 0.5rem 0.5rem 1rem;
  }
}
@media only screen and (max-width: 55em) {
  .cms-int-neighborhood-report-4 .nr-marketreport-aggregate .data {
    padding: 0.5rem 0 1rem;
  }
}
.cms-int-neighborhood-report-4 .nr-marketreport-aggregate .title {
  background: transparent;
  border-top: 1px solid var(--hs-accent);
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 2rem 0 1rem;
  width: 100%;
  display: block;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .nr-marketreport-aggregate .title {
    font-size: 1.875rem;
    padding: 1rem 0.5rem 0.5rem;
  }
}
@media only screen and (max-width: 55em) {
  .cms-int-neighborhood-report-4 .nr-marketreport-aggregate .title {
    font-size: 1.875rem;
  }
}
.cms-int-neighborhood-report-4 .nr-market-report-meter-container {
  --nr-color: var(--hs-main);
  --nr-color-rgb: var(--hs-main-rgb);
  --nr-chart-fill: var(--hs-accent);
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .nr-market-report-meter-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cms-int-neighborhood-report-4 .nr-market-report-meter-container .title {
    background-color: var(--nr-color);
    height: 4rem;
    padding-left: 0.5rem;
    width: 13rem;
    display: flex;
    align-items: center;
  }
  .cms-int-neighborhood-report-4 .nr-market-report-meter-container .title .caption {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .cms-int-neighborhood-report-4 .nr-market-report-meter-container .title .value {
    font-size: 1.75rem;
    font-weight: 700;
    padding-left: 0.5rem;
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .nr-market-report-meter-container .title {
    display: flex;
    align-items: center;
  }
  .cms-int-neighborhood-report-4 .nr-market-report-meter-container .title .value {
    padding-left: 0.5rem;
  }
}
.cms-int-neighborhood-report-4 .nr-market-report-meter-container .meter {
  width: 100%;
  flex: 1 1 100%;
}
.cms-int-neighborhood-report-4 .nr-market-report-meter-container .meter .meter-background {
  background: linear-gradient(270deg, rgba(var(--nr-color-rgb), 0.5), rgba(var(--nr-color-rgb), 0.2));
  height: 4rem;
  margin-bottom: 0.5rem;
  padding: 0;
  display: flex;
}
.cms-int-neighborhood-report-4 .nr-market-report-meter-container .meter .meter-arrow {
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 2rem solid var(--nr-color);
  height: 0;
  width: 0;
}
.cms-int-neighborhood-report-4 .nr-market-report-meter-container .meter-fill {
  background: var(--nr-color);
  text-align: right;
  height: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cms-int-neighborhood-report-4 .nr-market-report-meter-container .meter-fill .value {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .nr-market-report-meter-container .meter-fill .value {
    display: none;
  }
}
.cms-int-neighborhood-report-4 .nr-market-report-meter-container .meter-measure {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
.cms-int-neighborhood-report-4 .nr-market-report-meter-container .meter-measure li {
  color: #292929;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 2rem;
  text-align: center;
}
.cms-int-neighborhood-report-4 .nr-market-report-meter-container .meter-measure li::before {
  content: "";
  background: var(--nr-color);
  height: 1.5rem;
  margin: 0 auto;
  width: 2px;
  display: block;
}
.cms-int-neighborhood-report-4 .nr-marketreport-chart-container {
  margin: 5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .nr-marketreport-chart-container {
    justify-content: center;
  }
}
.cms-int-neighborhood-report-4 .nr-marketreport-chart {
  margin: 0 0.5rem;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .nr-marketreport-chart {
    margin-bottom: 0.5rem;
  }
}
.cms-int-neighborhood-report-4 .nr-marketreport-chart g.tick {
  fill: #000;
}
.cms-int-neighborhood-report-4 .nr-marketreport-chart line.c3-ygrid {
  stroke: var(--nr-color);
  display: none;
}
.cms-int-neighborhood-report-4 .nr-marketreport-chart .c3 svg {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .nr-marketreport-chart .c3 svg {
    font-size: 1rem;
  }
}
.cms-int-neighborhood-report-4 .nr-marketreport-chart-icon {
  text-align: center;
  padding: 2rem 0.5rem 0;
}
.cms-int-neighborhood-report-4 .nr-marketreport-chart-icon i {
  color: var(--nr-color);
  font-size: 3.75rem;
}
.cms-int-neighborhood-report-4 .nr-marketreport-chart-title {
  color: var(--nr-color);
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
  margin: 0 0.5rem;
  padding: 1rem 0.5rem;
}
.cms-int-neighborhood-report-4 .nr-marketreport-chart-title strong {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.cms-int-neighborhood-report-4 .nr-demographics-header,
.cms-int-neighborhood-report-4 .nr-schools-header {
  background: transparent;
  color: var(--nr-color);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin-top: 2rem;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .nr-demographics-header,
  .cms-int-neighborhood-report-4 .nr-schools-header {
    font-size: 1.5rem;
    text-align: center;
  }
}
.cms-int-neighborhood-report-4 .nr-demographics-content {
  border: 1px solid transparent;
  padding: 2rem;
}
@media only screen and (max-width: 48em) {
  .cms-int-neighborhood-report-4 .nr-demographics-content {
    padding: 1rem 0.5rem;
  }
}
.cms-int-neighborhood-report-4 .nr-demographics-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cms-int-neighborhood-report-4 .nr-demographics-content li {
  color: transparent;
  line-height: 1.4;
  padding: 0 2rem 2rem;
  display: flex;
  align-items: center;
  flex: 33.3333333333%;
}
.cms-int-neighborhood-report-4 .nr-demographics-content li > i {
  background: transparent;
  border-radius: 50%;
  color: var(--nr-color);
  font-size: 2.75rem;
  height: 4rem;
  padding-right: 0.25rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-int-neighborhood-report-4 .nr-demographics-content li > div {
  padding-left: 0.5rem;
}
.cms-int-neighborhood-report-4 .nr-demographics-content li .data {
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
}
.cms-int-neighborhood-report-4 .nr-demographics-content li .title {
  color: #000;
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .nr-demographics-content li {
    text-align: left;
    padding: 0 0.5rem 2rem;
    align-items: flex-start;
    flex: 1 0 auto;
    flex: 33.3333333333%;
    flex-direction: column;
  }
  .cms-int-neighborhood-report-4 .nr-demographics-content li > div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .cms-int-neighborhood-report-4 .nr-demographics-content li .title {
    font-size: 1rem;
    line-height: 1;
    margin-top: 0.5rem;
    order: 2;
  }
  .cms-int-neighborhood-report-4 .nr-demographics-content li .data {
    font-size: 1.875rem;
    line-height: 1;
    text-align: left;
    order: 1;
  }
}
@media only screen and (max-width: 48em) {
  .cms-int-neighborhood-report-4 .nr-demographics-content li {
    text-align: center;
    width: 100%;
    align-items: center;
    flex: 1 0 auto;
    flex-direction: column;
  }
  .cms-int-neighborhood-report-4 .nr-demographics-content li > div {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .cms-int-neighborhood-report-4 .nr-demographics-content li .title {
    font-size: 1.25rem;
    line-height: 1;
    order: 2;
  }
  .cms-int-neighborhood-report-4 .nr-demographics-content li .data {
    font-size: 2.5rem;
    line-height: 1;
    order: 1;
  }
}
.cms-int-neighborhood-report-4 .nr-demographics-content small {
  color: #000;
  line-height: 1.2;
}
@media only screen and (max-width: 48em) {
  .cms-int-neighborhood-report-4 .nr-demographics-content small {
    text-align: center;
    width: 100%;
    display: block;
  }
}
.cms-int-neighborhood-report-4 .nr-schools-content {
  border: 1px solid transparent;
  padding: 2rem;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .nr-schools-content {
    padding: 2rem 0;
  }
}
.cms-int-neighborhood-report-4 .nr-schools-content .nr-schools-title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 48em) {
  .cms-int-neighborhood-report-4 .nr-schools-content .nr-schools-title {
    text-align: center;
  }
}
.cms-int-neighborhood-report-4 .nr-schools-content small {
  color: #000;
}
@media only screen and (max-width: 48em) {
  .cms-int-neighborhood-report-4 .nr-schools-content small {
    text-align: center;
    display: block;
  }
}
.cms-int-neighborhood-report-4 .nr-schools-content ul {
  color: #000;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 48em) {
  .cms-int-neighborhood-report-4 .nr-schools-list {
    margin-bottom: 5rem;
  }
}
.cms-int-neighborhood-report-4 .nr-schools-list > li {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cms-int-neighborhood-report-4 li .stars,
.cms-int-neighborhood-report-4 li .stars > * {
  background: url("https://content.mediastg.net/dyna_images/ImageLibrary/9/e/7/c/9e7c4a1b-06f3-485f-9e2a-2fa991d93646.png") 0 -24px repeat-x;
  height: 24px;
  width: 120px;
  display: inline-block;
}
.cms-int-neighborhood-report-4 li .stars > * {
  background-position: 0 0;
  max-width: 120px;
}
.cms-int-neighborhood-report-4 .nr-schools-score {
  color: var(--nr-color);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  height: 6.875rem;
  width: 6.875rem;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
}
.cms-int-neighborhood-report-4 .nr-schools-score span {
  position: relative;
  z-index: 3;
}
.cms-int-neighborhood-report-4 .nr-schools-score::before {
  background-color: var(--nr-color);
  clip-path: polygon(0 39px, 37px 34px, 54px 0, 71px 34px, 109px 39px, 81px 65px, 87px 103px, 54px 85px, 21px 103px, 28px 65px);
  content: "";
  color: var(--nr-color);
  font-size: 5rem;
  line-height: 1;
  height: 6.875rem;
  width: 6.875rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cms-int-neighborhood-report-4 .nr-schools-score::after {
  background-color: #fff;
  clip-path: polygon(2px 40px, 38px 35px, 54px 2px, 70px 35px, 107px 40px, 79px 65px, 86px 101px, 54px 84px, 22px 101px, 30px 65px);
  content: "";
  color: var(--nr-color);
  font-size: 5rem;
  line-height: 1;
  height: 6.875rem;
  width: 6.875rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cms-int-neighborhood-report-4 ul.nr-schools-info {
  padding-left: 1rem;
  flex: 0 1 auto;
}
.cms-int-neighborhood-report-4 ul.nr-schools-info li {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.3;
}
.cms-int-neighborhood-report-4 ul.nr-schools-info li.school-name {
  font-size: 1.125rem;
  font-weight: 700;
}
.cms-int-neighborhood-report-4 .cms-int-nr-subscribe-bottom-container {
  background: var(--nr-light-gray);
  color: var(--nr-color);
  padding: 5rem 1rem;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .cms-int-nr-subscribe-bottom-container {
    padding: 5rem 0.5rem;
  }
}
.cms-int-neighborhood-report-4 .cms-int-nr-subscribe-bottom-container .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.cms-int-neighborhood-report-4 .cms-int-nr-subscribe-bottom-container .content .site-interior-neighborhood-report-subscribe-title {
  color: var(--nr-color);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.cms-int-neighborhood-report-4 .cms-int-nr-subscribe-bottom-container .content .button {
  background-color: var(--nr-color);
  border: 1px solid var(--nr-color);
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 0.625rem;
  margin-bottom: 0;
  padding: 1rem 6.25rem;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .cms-int-nr-subscribe-bottom-container .content .button {
    margin-top: 0.625rem;
  }
}
.cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout {
  background-color: var(--nr-light-gray);
  margin-top: 2.5rem;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .site-column {
    padding: 0;
  }
}
.cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .lazy {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content {
  margin: 0 auto;
  max-width: 87.5rem;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content .cms-int-nr-market-insight-callout-image {
    height: 23.75rem;
  }
}
.cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content .cms-int-nr-market-insight-callout-content {
  padding: 3.75rem;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content .cms-int-nr-market-insight-callout-content {
    padding: 3.75rem 0.5rem 5rem;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content .cms-int-nr-market-insight-callout-content {
    text-align: center;
    padding: 3.75rem 0.5rem 5rem;
  }
}
.cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content strong {
  font-size: 2.25rem;
  text-transform: uppercase;
}
.cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content h2, .cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content .site-service-stat-text {
  color: var(--nr-color);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content h2, .cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content .site-service-stat-text {
    text-align: center;
  }
}
.cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content .site-cms-text {
  color: #000;
  margin-top: 0.625rem;
}
.cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content a {
  background-color: var(--nr-color);
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 2.5rem;
  padding: 1rem 11.25rem;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content a {
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content a {
    padding: 1rem 2rem;
  }
}

.cms-int-neighborhood-report-1 {
  --nr-color: var(--hs-main);
  --nr-color-rgb: var(--hs-main-rgb);
  --nr-chart-fill: var(--hs-accent);
}
.cms-int-neighborhood-report-1 .nr-listings-grid {
  padding: 0.75rem;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(var(--cols), 1fr);
  justify-content: center;
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-1 .nr-listings-grid {
    --cols: 3;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-1 .nr-listings-grid {
    --cols: 2;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-1 .nr-listings-grid {
    --cols: 1;
  }
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property {
  --border-color: var(--bs-gray-300);
  --spacing: 0.5rem;
  --spacing-sm: 0.25rem;
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .photo-area {
  aspect-ratio: 16/9;
  position: relative;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .photo-area .link {
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: block;
  transition: 150ms ease-in-out all;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .photo-area .link::after {
  color: var(--bs-white);
  content: "View Property Details";
  font-weight: 600;
  height: 100%;
  opacity: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 150ms ease-in-out all;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .photo-area .link:hover {
  background-blend-mode: multiply;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .photo-area .link:hover::after {
  opacity: 1;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .photo-area .banner {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: var(--spacing);
  position: absolute;
  top: var(--spacing);
  left: 0;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .photo-area .banner span {
  background: var(--bs-black);
  color: var(--bs-white);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  padding: calc(var(--spacing) * 0.5) var(--spacing);
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area {
  padding: var(--spacing);
  display: flex;
  column-gap: var(--spacing);
  row-gap: var(--spacing);
  flex-flow: row wrap;
  align-items: center;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .banner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--spacing);
  justify-content: flex-end;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .sold {
  color: var(--bs-gray);
  flex: 1;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .mls-number {
  font-size: 0.875rem;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .address {
  --heading-color: var(--nr-color);
  --heading-font-family: "Open Sans", sans-serif;
  --heading-font-size: 1.25rem;
  --heading-line-height: 1.2;
  --heading-text-transform: none;
  --heading-margin-bottom: 0;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  font-size: var(--heading-font-size);
  line-height: var(--heading-line-height);
  text-transform: var(--heading-text-transform);
  margin-bottom: var(--heading-margin-bottom);
  width: 100%;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .address span {
  white-space: nowrap;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .details {
  list-style: none;
  margin: 0;
  padding: 0;
  --list-font-size: 1rem;
  --list-font-weight: 300;
  --list-line-height: 1.4;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: var(--spacing-sm);
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .details li {
  font-size: var(--list-font-size);
  font-weight: var(--list-font-weight);
  line-height: var(--list-line-height);
  white-space: nowrap;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .details li + li:before {
  content: "•";
  line-height: 1;
  padding-right: var(--spacing-sm);
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .save-btn {
  color: var(--nr-color);
  font-size: 1.25rem;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .save-btn:not(.favorite) {
  --fa-secondary-opacity: 0;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .price {
  font-size: 1.25rem;
  font-weight: 400;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .status {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .status::before {
  background: var(--color, var(--nr-color));
  border-radius: 100%;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.25);
  height: var(--spacing);
  margin: 0 var(--spacing-sm);
  width: var(--spacing);
  display: inline-block;
  position: relative;
  content: "";
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .status.active {
  --color: var(--bs-success);
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .status.pending {
  --color: var(--bs-warning);
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .status.sold {
  --color: var(--bs-danger);
}
.cms-int-neighborhood-report-1 .nr-listings-grid .rng-featured-property .text-area .status.coming-soon {
  --color: var(--bs-info);
}
.cms-int-neighborhood-report-1 .cms-int-header-2 {
  --color: #000;
  --height: 33rem;
  position: relative;
}
.cms-int-neighborhood-report-1 .cms-int-header-2 .banner {
  background: var(--hs-accent);
  color: #fff;
  padding: 0.5rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-int-neighborhood-report-1 .cms-int-header-2 .content {
  background: rgba(255, 255, 255, 0.85);
  margin-top: 3rem;
}
.cms-int-neighborhood-report-1 .nr-aggregates {
  margin-bottom: 2rem;
}
.cms-int-neighborhood-report-1 .nr-aggregates .aggregates-box {
  background-color: rgba(var(--nr-color-rgb), 0.2);
  padding: 2rem;
}
.cms-int-neighborhood-report-1 .nr-aggregates .aggregates-box h2, .cms-int-neighborhood-report-1 .nr-aggregates .aggregates-box .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-1 .nr-aggregates .aggregates-box .site-service-stat-text {
  color: var(--nr-color);
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.cms-int-neighborhood-report-1 .nr-aggregates .aggregates-box .data {
  font-size: 3rem;
}
.cms-int-neighborhood-report-1 .nr-aggregates .aggregates-box .title {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.cms-int-neighborhood-report-1 .nr-aggregates .aggregates-box .title:not(:last-of-type) {
  border-bottom: 1px solid var(--nr-color);
}
.cms-int-neighborhood-report-1 .nr-listings {
  margin-bottom: 2rem;
}
.cms-int-neighborhood-report-1 .nr-listings > .title {
  background: var(--nr-color);
  color: #fff;
  padding: var(--padding);
}
@media (min-width: 768px) {
  .cms-int-neighborhood-report-1 .nr-listings > .title {
    --padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-1 .nr-listings > .title {
    --padding: 1rem;
    text-align: center;
  }
}
.cms-int-neighborhood-report-1 .nr-listings > .title h2, .cms-int-neighborhood-report-1 .nr-listings > .title .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-1 .nr-listings > .title .site-service-stat-text {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.cms-int-neighborhood-report-1 .nr-listings > .title span {
  font-weight: 700;
  text-transform: uppercase;
}
.cms-int-neighborhood-report-1 .nr-listings > .content {
  border: 1px solid var(--nr-color);
  padding: 0.5rem 0.5rem 0;
}
.cms-int-neighborhood-report-1 .nr-listings > .content .fp {
  background-color: #000;
  padding: 0.5rem;
  position: relative;
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-1 .nr-listings > .content .fp {
    width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-1 .nr-listings > .content .fp {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-1 .nr-listings > .content .fp {
    width: 100%;
  }
}
.cms-int-neighborhood-report-1 .nr-listings > .content .d-grid {
  gap: 0.5rem;
  grid-template-columns: repeat(var(--cols), 1fr);
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-1 .nr-listings > .content .d-grid {
    --cols: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-1 .nr-listings > .content .d-grid {
    --cols: 2;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-1 .nr-listings > .content .d-grid {
    --cols: 1;
  }
}
.cms-int-neighborhood-report-1 .nr-listings .paging {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
}
@media print {
  .cms-int-neighborhood-report-1 .nr-listings .paging {
    display: none;
  }
}
.cms-int-neighborhood-report-1 .nr-listings-aggregates .main {
  background: var(--hs-main);
  color: #fff;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cms-int-neighborhood-report-1 .nr-listings-aggregates .main h3 {
  /* stylelint-disable */
  color: #fff !important;
  font-size: 3.625rem !important;
  font-weight: 700;
  /* stylelint-enable */
  margin-bottom: 0;
}
.cms-int-neighborhood-report-1 .nr-listings-aggregates .data {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.cms-int-neighborhood-report-1 .nr-listings-aggregates ul {
  color: var(--nr-color);
  font-size: 0.875rem;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.cms-int-neighborhood-report-1 .nr-listings-aggregates ul li {
  padding: 0.25rem;
}
.cms-int-neighborhood-report-1 .nr-listings-aggregates ul li.title {
  background: var(--nr-color);
  color: #fff;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.cms-int-neighborhood-report-1 .nr-listings-aggregates ul.header {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-1 .nr-listings-aggregates ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .cms-int-neighborhood-report-1 .nr-listings-aggregates ul.header, .cms-int-neighborhood-report-1 .nr-listings-aggregates ul.footer {
    display: none;
  }
  .cms-int-neighborhood-report-1 .nr-listings-aggregates ul li {
    width: 100%;
    justify-content: flex-start;
  }
  .cms-int-neighborhood-report-1 .nr-listings-aggregates ul .title {
    text-align: center;
    padding: 0.5rem;
    justify-content: center;
  }
  .cms-int-neighborhood-report-1 .nr-listings-aggregates ul span {
    font-weight: 700;
    text-align: left;
    width: 33.3333333333%;
  }
}
.cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding img {
  max-height: 12.5rem;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding {
    flex-direction: column;
  }
}
.cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content {
  color: var(--hs-main);
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem 0;
  width: auto;
}
.cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content a {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content {
    width: 100%;
  }
}
.cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact {
  display: flex;
  align-items: center;
}
.cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a {
  background: var(--hs-main);
  /* stylelint-disable */
  color: #fff !important;
  /* stylelint-enable */
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  height: 3.875rem;
  margin-left: 1rem;
  padding: 1rem;
  width: 18.75rem;
  display: block;
  position: relative;
  transition: all 150ms ease-in-out;
}
.cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a::after {
  background: var(--hs-main);
  content: "\f054";
  /* stylelint-disable */
  font-family: "Font Awesome 6 Pro";
  /* stylelint-enable */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25%;
  left: 90%;
  transition: all 150ms ease-in-out;
}
.cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a:hover {
  background: var(--hs-accent);
  color: var(--hs-main);
}
.cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a:hover::after {
  background: var(--hs-accent);
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact {
    flex-direction: column;
  }
  .cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact img {
    padding-top: 1rem;
  }
  .cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a {
    margin-top: 1rem;
    margin-left: 0;
    width: 12.5rem;
  }
  .cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a::after {
    left: 10.625rem;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-1 .rn-interior-nr-agent-branding {
    padding: 1rem 0.5rem;
  }
}
.cms-int-neighborhood-report-1 .nr-market-report > header {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.cms-int-neighborhood-report-1 .nr-market-report > header h2, .cms-int-neighborhood-report-1 .nr-market-report > header .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-1 .nr-market-report > header .site-service-stat-text {
  --heading-color: var(--nr-color);
  --heading-font-size: 1.75rem;
  --heading-font-weight: 700;
  --heading-text-transform: uppercase;
  --heading-margin-bottom: 1rem;
  color: var(--heading-color);
  font-size: var(--heading-font-size);
  font-weight: var(--heading-font-weight);
  text-transform: var(--heading-text-transform);
  margin-bottom: var(--heading-margin-bottom);
}
.cms-int-neighborhood-report-1 .nr-market-report-aggregates {
  margin-bottom: 3rem;
  padding: 0.75rem;
}
.cms-int-neighborhood-report-1 .nr-market-report-aggregates .aggregates-box {
  background-color: rgba(var(--nr-color-rgb), 0.5);
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: auto;
}
@media (min-width: 768px) {
  .cms-int-neighborhood-report-1 .nr-market-report-aggregates .aggregates-box {
    flex: 1 0;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-1 .nr-market-report-aggregates .aggregates-box {
    margin: 0 auto;
    width: 100%;
  }
}
.cms-int-neighborhood-report-1 .nr-market-report-aggregates .aggregates-box .data {
  font-size: 4rem;
  padding: 2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-1 .nr-market-report-aggregates .aggregates-box .data {
    font-size: 3rem;
    padding: 2rem 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cms-int-neighborhood-report-1 .nr-market-report-aggregates .aggregates-box .data {
    font-size: 2.5rem;
    padding: 2rem 0.25rem;
  }
}
.cms-int-neighborhood-report-1 .nr-market-report-aggregates .aggregates-box .title {
  background-color: var(--nr-color);
  font-size: 1.375rem;
  text-transform: uppercase;
  padding: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-1 .nr-market-report-aggregates .aggregates-box .title {
    font-size: 1rem;
    padding: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cms-int-neighborhood-report-1 .nr-market-report-aggregates .aggregates-box .title {
    font-size: 1rem;
  }
}
.cms-int-neighborhood-report-1 .nr-market-report-meter-container {
  --nr-color: var(--hs-main);
  --nr-color-rgb: var(--hs-main-rgb);
  --nr-chart-fill: var(--hs-accent);
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-1 .nr-market-report-meter-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cms-int-neighborhood-report-1 .nr-market-report-meter-container .title {
    background-color: var(--nr-color);
    height: 4rem;
    padding-left: 0.5rem;
    width: 13rem;
    display: flex;
    align-items: center;
  }
  .cms-int-neighborhood-report-1 .nr-market-report-meter-container .title .caption {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .cms-int-neighborhood-report-1 .nr-market-report-meter-container .title .value {
    font-size: 1.75rem;
    font-weight: 700;
    padding-left: 0.5rem;
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-1 .nr-market-report-meter-container .title {
    display: flex;
    align-items: center;
  }
  .cms-int-neighborhood-report-1 .nr-market-report-meter-container .title .value {
    padding-left: 0.5rem;
  }
}
.cms-int-neighborhood-report-1 .nr-market-report-meter-container .meter {
  width: 100%;
  flex: 1 1 100%;
}
.cms-int-neighborhood-report-1 .nr-market-report-meter-container .meter .meter-background {
  background: linear-gradient(270deg, rgba(var(--nr-color-rgb), 0.5), rgba(var(--nr-color-rgb), 0.2));
  height: 4rem;
  margin-bottom: 0.5rem;
  padding: 0;
  display: flex;
}
.cms-int-neighborhood-report-1 .nr-market-report-meter-container .meter .meter-arrow {
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 2rem solid var(--nr-color);
  height: 0;
  width: 0;
}
.cms-int-neighborhood-report-1 .nr-market-report-meter-container .meter-fill {
  background: var(--nr-color);
  text-align: right;
  height: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cms-int-neighborhood-report-1 .nr-market-report-meter-container .meter-fill .value {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-1 .nr-market-report-meter-container .meter-fill .value {
    display: none;
  }
}
.cms-int-neighborhood-report-1 .nr-market-report-meter-container .meter-measure {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
.cms-int-neighborhood-report-1 .nr-market-report-meter-container .meter-measure li {
  color: #292929;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 2rem;
  text-align: center;
}
.cms-int-neighborhood-report-1 .nr-market-report-meter-container .meter-measure li::before {
  content: "";
  background: var(--nr-color);
  height: 1.5rem;
  margin: 0 auto;
  width: 2px;
  display: block;
}
.cms-int-neighborhood-report-1 .nr-circle-charts {
  margin-bottom: 0.5rem;
}
.cms-int-neighborhood-report-1 .nr-circle-charts h3 {
  /* stylelint-disable */
  color: var(--nr-chart-fill) !important;
  font-size: 1.1225rem !important;
  /* stylelint-enable */
  font-weight: 300;
  text-align: center;
}
.cms-int-neighborhood-report-1 .nr-circle-charts h3 span {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.cms-int-neighborhood-report-1 .nr-circle-charts .chart {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-int-neighborhood-report-1 .nr-circle-charts .pie-chart {
  border: 3px solid var(--nr-chart-fill);
  border-radius: 50%;
  height: 18rem;
  margin-top: 1rem;
  width: 18rem;
  display: flex;
  align-self: center;
  justify-content: center;
  transform: rotate(30deg);
}
.cms-int-neighborhood-report-1 .nr-circle-charts .value {
  background: #fff;
  border: 1px solid var(--nr-chart-fill);
  color: var(--nr-color);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 0.5rem;
  min-width: 6rem;
  transform: rotate(-30deg);
  position: absolute;
  top: 40%;
  right: 75%;
}
.cms-int-neighborhood-report-1 .nr-circle-charts .value.dark {
  right: auto;
  left: 75%;
}
.cms-int-neighborhood-report-1 .nr-circle-charts .value span {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
.cms-int-neighborhood-report-1 .nr-demographics-header {
  background: var(--nr-color);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
}
.cms-int-neighborhood-report-1 .nr-demographics-content {
  border: 1px solid var(--nr-color);
  margin-bottom: var(--padding);
  padding: var(--padding);
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-1 .nr-demographics-content {
    --padding: 2rem;
    --cols: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-1 .nr-demographics-content {
    --padding: 1rem;
    --cols: 2;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-1 .nr-demographics-content {
    --padding: .5rem;
    --cols: 1;
  }
}
.cms-int-neighborhood-report-1 .demographics ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--cols), 1fr);
}
.cms-int-neighborhood-report-1 .demographics li {
  color: var(--nr-color);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cms-int-neighborhood-report-1 .demographics i {
  background: var(--nr-color);
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-int-neighborhood-report-1 .demographics .title {
  font-size: 0.875rem;
  line-height: 1;
}
.cms-int-neighborhood-report-1 .demographics .data {
  font-size: 2rem;
  font-weight: 700;
}
.cms-int-neighborhood-report-1 .nr-schools-header {
  background: var(--nr-color);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
}
.cms-int-neighborhood-report-1 .nr-schools-content {
  border: 1px solid var(--nr-color);
  margin-bottom: var(--padding);
  padding: var(--padding);
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-1 .nr-schools-content {
    --padding: 2rem;
    --cols: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-1 .nr-schools-content {
    --padding: 1rem;
    --cols: 2;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-1 .nr-schools-content {
    --padding: .5rem;
    --cols: 1;
  }
}
.cms-int-neighborhood-report-1 .demographics ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--cols), 1fr);
}
.cms-int-neighborhood-report-1 .demographics li {
  color: var(--nr-color);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cms-int-neighborhood-report-1 .demographics i {
  background: var(--nr-color);
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-int-neighborhood-report-1 .demographics .title {
  font-size: 0.875rem;
  line-height: 1;
}
.cms-int-neighborhood-report-1 .demographics .data {
  font-size: 2rem;
  font-weight: 700;
}
.cms-int-neighborhood-report-1 .schools {
  color: #000;
}
.cms-int-neighborhood-report-1 .schools .title {
  color: var(--nr-color);
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cms-int-neighborhood-report-1 .schools ul {
  color: var(--nr-color);
  font-size: 0.75rem;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms-int-neighborhood-report-1 .schools .school-name {
  font-size: 1.125rem;
  font-weight: 700;
}
.cms-int-neighborhood-report-1 .d-grid {
  margin-bottom: 1rem;
  gap: 1rem;
  grid-template-columns: repeat(var(--cols), 1fr);
}
.cms-int-neighborhood-report-1 .stars,
.cms-int-neighborhood-report-1 .stars > * {
  background: url("https://content.mediastg.net/dyna_images/ImageLibrary/9/e/7/c/9e7c4a1b-06f3-485f-9e2a-2fa991d93646.png") 0 -24px repeat-x;
  height: 1.5rem;
  width: 7.5rem;
  display: inline-block;
}
.cms-int-neighborhood-report-1 .stars > * {
  background-position: 0 0;
  max-width: 7.5rem;
}
.cms-int-neighborhood-report-1 small {
  font-size: 0.75rem;
}

.cms-int-neighborhood-report-3 {
  --nr-color: var(--hs-main);
  --nr-color-rgb: var(--hs-main-rgb);
  --nr-chart-fill: var(--hs-accent);
}
.cms-int-neighborhood-report-3 .nr-listings-grid {
  padding: 0.75rem;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(var(--cols), 1fr);
  justify-content: center;
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-3 .nr-listings-grid {
    --cols: 3;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-3 .nr-listings-grid {
    --cols: 2;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-3 .nr-listings-grid {
    --cols: 1;
  }
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property {
  --border-color: var(--bs-gray-300);
  --spacing: 0.5rem;
  --spacing-sm: 0.25rem;
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .photo-area {
  aspect-ratio: 16/9;
  position: relative;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .photo-area .link {
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: block;
  transition: 150ms ease-in-out all;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .photo-area .link::after {
  color: var(--bs-white);
  content: "View Property Details";
  font-weight: 600;
  height: 100%;
  opacity: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 150ms ease-in-out all;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .photo-area .link:hover {
  background-blend-mode: multiply;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .photo-area .link:hover::after {
  opacity: 1;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .photo-area .banner {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: var(--spacing);
  position: absolute;
  top: var(--spacing);
  left: 0;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .photo-area .banner span {
  background: var(--bs-black);
  color: var(--bs-white);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  padding: calc(var(--spacing) * 0.5) var(--spacing);
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area {
  padding: var(--spacing);
  display: flex;
  column-gap: var(--spacing);
  row-gap: var(--spacing);
  flex-flow: row wrap;
  align-items: center;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .banner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--spacing);
  justify-content: flex-end;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .sold {
  color: var(--bs-gray);
  flex: 1;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .mls-number {
  font-size: 0.875rem;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .address {
  --heading-color: var(--nr-color);
  --heading-font-family: "Open Sans", sans-serif;
  --heading-font-size: 1.25rem;
  --heading-line-height: 1.2;
  --heading-text-transform: none;
  --heading-margin-bottom: 0;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  font-size: var(--heading-font-size);
  line-height: var(--heading-line-height);
  text-transform: var(--heading-text-transform);
  margin-bottom: var(--heading-margin-bottom);
  width: 100%;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .address span {
  white-space: nowrap;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .details {
  list-style: none;
  margin: 0;
  padding: 0;
  --list-font-size: 1rem;
  --list-font-weight: 300;
  --list-line-height: 1.4;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: var(--spacing-sm);
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .details li {
  font-size: var(--list-font-size);
  font-weight: var(--list-font-weight);
  line-height: var(--list-line-height);
  white-space: nowrap;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .details li + li:before {
  content: "•";
  line-height: 1;
  padding-right: var(--spacing-sm);
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .save-btn {
  color: var(--nr-color);
  font-size: 1.25rem;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .save-btn:not(.favorite) {
  --fa-secondary-opacity: 0;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .price {
  font-size: 1.25rem;
  font-weight: 400;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .status {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .status::before {
  background: var(--color, var(--nr-color));
  border-radius: 100%;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.25);
  height: var(--spacing);
  margin: 0 var(--spacing-sm);
  width: var(--spacing);
  display: inline-block;
  position: relative;
  content: "";
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .status.active {
  --color: var(--bs-success);
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .status.pending {
  --color: var(--bs-warning);
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .status.sold {
  --color: var(--bs-danger);
}
.cms-int-neighborhood-report-3 .nr-listings-grid .rng-featured-property .text-area .status.coming-soon {
  --color: var(--bs-info);
}
.cms-int-neighborhood-report-3 .cms-int-header-2 {
  --color: #000;
  --height: 33rem;
  position: relative;
}
.cms-int-neighborhood-report-3 .cms-int-header-2 .banner {
  background: var(--hs-main);
  color: #fff;
  padding: 0.5rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-int-neighborhood-report-3 .cms-int-header-2 .content {
  background: var(--hs-main);
  outline: 1px solid #fff;
  outline-offset: -1rem;
  margin-top: 3rem;
  color: #fff;
}
.cms-int-neighborhood-report-3 .cms-int-header-2 .content h1 {
  color: #fff;
}
.cms-int-neighborhood-report-3 .cms-int-header-2 .content > hr {
  border-top: 1px solid #fff;
}
.cms-int-neighborhood-report-3 .nr-aggregates {
  margin-bottom: 2rem;
}
.cms-int-neighborhood-report-3 .nr-aggregates .aggregates-box {
  background-color: rgba(var(--nr-color-rgb), 0.2);
  padding: 2rem;
}
.cms-int-neighborhood-report-3 .nr-aggregates .aggregates-box h2, .cms-int-neighborhood-report-3 .nr-aggregates .aggregates-box .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-3 .nr-aggregates .aggregates-box .site-service-stat-text {
  color: var(--nr-color);
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.cms-int-neighborhood-report-3 .nr-aggregates .aggregates-box .data {
  font-size: 3rem;
}
.cms-int-neighborhood-report-3 .nr-aggregates .aggregates-box .title {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.cms-int-neighborhood-report-3 .nr-aggregates .aggregates-box .title:not(:last-of-type) {
  border-bottom: 1px solid var(--nr-color);
}
.cms-int-neighborhood-report-3 .nr-listings {
  margin-bottom: 2rem;
}
.cms-int-neighborhood-report-3 .nr-listings > .title {
  background: var(--nr-color);
  color: #fff;
  padding: var(--padding);
}
@media (min-width: 768px) {
  .cms-int-neighborhood-report-3 .nr-listings > .title {
    --padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-3 .nr-listings > .title {
    --padding: 1rem;
    text-align: center;
  }
}
.cms-int-neighborhood-report-3 .nr-listings > .title h2, .cms-int-neighborhood-report-3 .nr-listings > .title .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-3 .nr-listings > .title .site-service-stat-text {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.cms-int-neighborhood-report-3 .nr-listings > .title span {
  font-weight: 700;
  text-transform: uppercase;
}
.cms-int-neighborhood-report-3 .nr-listings > .content {
  border: 1px solid var(--nr-color);
  padding: 0.5rem 0.5rem 0;
}
.cms-int-neighborhood-report-3 .nr-listings > .content .fp {
  background-color: #000;
  padding: 0.5rem;
  position: relative;
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-3 .nr-listings > .content .fp {
    width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-3 .nr-listings > .content .fp {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-3 .nr-listings > .content .fp {
    width: 100%;
  }
}
.cms-int-neighborhood-report-3 .nr-listings > .content .d-grid {
  gap: 0.5rem;
  grid-template-columns: repeat(var(--cols), 1fr);
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-3 .nr-listings > .content .d-grid {
    --cols: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-3 .nr-listings > .content .d-grid {
    --cols: 2;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-3 .nr-listings > .content .d-grid {
    --cols: 1;
  }
}
.cms-int-neighborhood-report-3 .nr-listings .paging {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
}
@media print {
  .cms-int-neighborhood-report-3 .nr-listings .paging {
    display: none;
  }
}
.cms-int-neighborhood-report-3 .nr-listings-aggregates .main {
  background: var(--hs-main);
  color: #fff;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cms-int-neighborhood-report-3 .nr-listings-aggregates .main h3 {
  /* stylelint-disable */
  color: #fff !important;
  font-size: 3.625rem !important;
  font-weight: 700;
  /* stylelint-enable */
  margin-bottom: 0;
}
.cms-int-neighborhood-report-3 .nr-listings-aggregates .data {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.cms-int-neighborhood-report-3 .nr-listings-aggregates ul {
  color: var(--nr-color);
  font-size: 0.875rem;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.cms-int-neighborhood-report-3 .nr-listings-aggregates ul li {
  padding: 0.25rem;
}
.cms-int-neighborhood-report-3 .nr-listings-aggregates ul li.title {
  background: var(--nr-color);
  color: #fff;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.cms-int-neighborhood-report-3 .nr-listings-aggregates ul li span {
  display: none;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-3 .nr-listings-aggregates ul li span {
    display: inline;
    margin-right: 0.35rem;
  }
}
.cms-int-neighborhood-report-3 .nr-listings-aggregates ul.header {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-3 .nr-listings-aggregates ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .cms-int-neighborhood-report-3 .nr-listings-aggregates ul.header, .cms-int-neighborhood-report-3 .nr-listings-aggregates ul.footer {
    display: none;
  }
  .cms-int-neighborhood-report-3 .nr-listings-aggregates ul li {
    width: 100%;
    justify-content: flex-start;
  }
  .cms-int-neighborhood-report-3 .nr-listings-aggregates ul .title {
    text-align: center;
    padding: 0.5rem;
    justify-content: center;
  }
  .cms-int-neighborhood-report-3 .nr-listings-aggregates ul span {
    font-weight: 700;
    text-align: left;
    width: 33.3333333333%;
  }
}
.cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding img {
  max-height: 12.5rem;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding {
    flex-direction: column;
  }
}
.cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content {
  color: var(--hs-main);
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem 0;
  width: auto;
}
.cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content a {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content {
    width: 100%;
  }
}
.cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact {
  display: flex;
  align-items: center;
}
.cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a {
  background: var(--hs-main);
  /* stylelint-disable */
  color: #fff !important;
  /* stylelint-enable */
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  height: 3.875rem;
  margin-left: 1rem;
  padding: 1rem;
  width: 18.75rem;
  display: block;
  position: relative;
  transition: all 150ms ease-in-out;
}
.cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a::after {
  background: var(--hs-main);
  content: "\f054";
  /* stylelint-disable */
  font-family: "Font Awesome 6 Pro";
  /* stylelint-enable */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25%;
  left: 90%;
  transition: all 150ms ease-in-out;
}
.cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a:hover {
  background: var(--hs-accent);
  color: var(--hs-main);
}
.cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a:hover::after {
  background: var(--hs-accent);
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact {
    flex-direction: column;
  }
  .cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact img {
    padding-top: 1rem;
  }
  .cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a {
    margin-top: 1rem;
    margin-left: 0;
    width: 12.5rem;
  }
  .cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a::after {
    left: 10.625rem;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-3 .rn-interior-nr-agent-branding {
    padding: 1rem 0.5rem;
  }
}
.cms-int-neighborhood-report-3 .nr-marketreport-aggregate {
  padding: 0.75rem;
}
.cms-int-neighborhood-report-3 .nr-marketreport-aggregate .aggregate-box {
  background-color: rgba(var(--nr-color-rgb), 0.5);
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: auto;
}
@media (min-width: 768px) {
  .cms-int-neighborhood-report-3 .nr-marketreport-aggregate .aggregate-box {
    flex: 1 0;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-3 .nr-marketreport-aggregate .aggregate-box {
    margin: 0 auto;
    width: 100%;
  }
}
.cms-int-neighborhood-report-3 .nr-marketreport-aggregate .aggregate-box .data {
  font-size: 4rem;
  padding: 2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-3 .nr-marketreport-aggregate .aggregate-box .data {
    font-size: 3rem;
    padding: 2rem 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cms-int-neighborhood-report-3 .nr-marketreport-aggregate .aggregate-box .data {
    font-size: 2.5rem;
    padding: 2rem 0.25rem;
  }
}
.cms-int-neighborhood-report-3 .nr-marketreport-aggregate .aggregate-box .title {
  background-color: var(--hs-main);
  font-size: 1.375rem;
  text-transform: uppercase;
  padding: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-3 .nr-marketreport-aggregate .aggregate-box .title {
    font-size: 1rem;
    padding: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cms-int-neighborhood-report-3 .nr-marketreport-aggregate .aggregate-box .title {
    font-size: 1rem;
  }
}
.cms-int-neighborhood-report-3 .nr-market-report-meter-container {
  --nr-color: var(--hs-main);
  --nr-color-rgb: var(--hs-main-rgb);
  --nr-chart-fill: var(--hs-accent);
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-3 .nr-market-report-meter-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cms-int-neighborhood-report-3 .nr-market-report-meter-container .title {
    background-color: var(--nr-color);
    height: 4rem;
    padding-left: 0.5rem;
    width: 13rem;
    display: flex;
    align-items: center;
  }
  .cms-int-neighborhood-report-3 .nr-market-report-meter-container .title .caption {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .cms-int-neighborhood-report-3 .nr-market-report-meter-container .title .value {
    font-size: 1.75rem;
    font-weight: 700;
    padding-left: 0.5rem;
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-3 .nr-market-report-meter-container .title {
    display: flex;
    align-items: center;
  }
  .cms-int-neighborhood-report-3 .nr-market-report-meter-container .title .value {
    padding-left: 0.5rem;
  }
}
.cms-int-neighborhood-report-3 .nr-market-report-meter-container .meter {
  width: 100%;
  flex: 1 1 100%;
}
.cms-int-neighborhood-report-3 .nr-market-report-meter-container .meter .meter-background {
  background: linear-gradient(270deg, rgba(var(--nr-color-rgb), 0.5), rgba(var(--nr-color-rgb), 0.2));
  height: 4rem;
  margin-bottom: 0.5rem;
  padding: 0;
  display: flex;
}
.cms-int-neighborhood-report-3 .nr-market-report-meter-container .meter .meter-arrow {
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 2rem solid var(--nr-color);
  height: 0;
  width: 0;
}
.cms-int-neighborhood-report-3 .nr-market-report-meter-container .meter-fill {
  background: var(--nr-color);
  text-align: right;
  height: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cms-int-neighborhood-report-3 .nr-market-report-meter-container .meter-fill .value {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-3 .nr-market-report-meter-container .meter-fill .value {
    display: none;
  }
}
.cms-int-neighborhood-report-3 .nr-market-report-meter-container .meter-measure {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
.cms-int-neighborhood-report-3 .nr-market-report-meter-container .meter-measure li {
  color: #292929;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 2rem;
  text-align: center;
}
.cms-int-neighborhood-report-3 .nr-market-report-meter-container .meter-measure li::before {
  content: "";
  background: var(--nr-color);
  height: 1.5rem;
  margin: 0 auto;
  width: 2px;
  display: block;
}
.cms-int-neighborhood-report-3 .nr-circle-charts {
  margin-bottom: 0.5rem;
}
.cms-int-neighborhood-report-3 .nr-circle-charts h3 {
  /* stylelint-disable */
  color: var(--nr-chart-fill) !important;
  font-size: 1.1225rem !important;
  /* stylelint-enable */
  font-weight: 300;
  text-align: center;
}
.cms-int-neighborhood-report-3 .nr-circle-charts h3 span {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.cms-int-neighborhood-report-3 .nr-circle-charts .chart {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-int-neighborhood-report-3 .nr-circle-charts .pie-chart {
  border: 3px solid var(--nr-chart-fill);
  border-radius: 50%;
  height: 18rem;
  margin-top: 1rem;
  width: 18rem;
  display: flex;
  align-self: center;
  justify-content: center;
  transform: rotate(30deg);
}
.cms-int-neighborhood-report-3 .nr-circle-charts .value {
  background: #fff;
  border: 1px solid var(--nr-chart-fill);
  color: var(--nr-color);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 0.5rem;
  min-width: 6rem;
  transform: rotate(-30deg);
  position: absolute;
  top: 40%;
  right: 75%;
}
.cms-int-neighborhood-report-3 .nr-circle-charts .value.dark {
  right: auto;
  left: 75%;
}
.cms-int-neighborhood-report-3 .nr-circle-charts .value span {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
.cms-int-neighborhood-report-3 .nr-demographics-header {
  background: var(--nr-color);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
}
.cms-int-neighborhood-report-3 .nr-demographics-content {
  border: 1px solid var(--nr-color);
  margin-bottom: var(--padding);
  padding: var(--padding);
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-3 .nr-demographics-content {
    --padding: 2rem;
    --cols: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-3 .nr-demographics-content {
    --padding: 1rem;
    --cols: 2;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-3 .nr-demographics-content {
    --padding: .5rem;
    --cols: 1;
  }
}
.cms-int-neighborhood-report-3 .demographics ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--cols), 1fr);
}
.cms-int-neighborhood-report-3 .demographics li {
  color: var(--nr-color);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cms-int-neighborhood-report-3 .demographics i {
  background: var(--nr-color);
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-int-neighborhood-report-3 .demographics .title {
  font-size: 0.875rem;
  line-height: 1;
}
.cms-int-neighborhood-report-3 .demographics .data {
  font-size: 2rem;
  font-weight: 700;
}
.cms-int-neighborhood-report-3 .nr-schools-header {
  background: var(--nr-color);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
}
.cms-int-neighborhood-report-3 .nr-schools-content {
  border: 1px solid var(--nr-color);
  margin-bottom: var(--padding);
  padding: var(--padding);
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-3 .nr-schools-content {
    --padding: 2rem;
    --cols: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-3 .nr-schools-content {
    --padding: 1rem;
    --cols: 2;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-3 .nr-schools-content {
    --padding: .5rem;
    --cols: 1;
  }
}
.cms-int-neighborhood-report-3 .demographics ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--cols), 1fr);
}
.cms-int-neighborhood-report-3 .demographics li {
  color: var(--nr-color);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cms-int-neighborhood-report-3 .demographics i {
  background: var(--nr-color);
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-int-neighborhood-report-3 .demographics .title {
  font-size: 0.875rem;
  line-height: 1;
}
.cms-int-neighborhood-report-3 .demographics .data {
  font-size: 2rem;
  font-weight: 700;
}
.cms-int-neighborhood-report-3 .schools {
  color: #000;
}
.cms-int-neighborhood-report-3 .schools .title {
  color: var(--nr-color);
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cms-int-neighborhood-report-3 .schools ul {
  color: var(--nr-color);
  font-size: 0.75rem;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms-int-neighborhood-report-3 .schools .school-name {
  font-size: 1.125rem;
  font-weight: 700;
}
.cms-int-neighborhood-report-3 .d-grid {
  margin-bottom: 1rem;
  gap: 1rem;
  grid-template-columns: repeat(var(--cols), 1fr);
}
.cms-int-neighborhood-report-3 .stars,
.cms-int-neighborhood-report-3 .stars > * {
  background: url("https://content.mediastg.net/dyna_images/ImageLibrary/9/e/7/c/9e7c4a1b-06f3-485f-9e2a-2fa991d93646.png") 0 -24px repeat-x;
  height: 1.5rem;
  width: 7.5rem;
  display: inline-block;
}
.cms-int-neighborhood-report-3 .stars > * {
  background-position: 0 0;
  max-width: 7.5rem;
}
.cms-int-neighborhood-report-3 small {
  font-size: 0.75rem;
}

.cms-int-neighborhood-report-2 {
  --nr-color: #000;
  --nr-color-rgb: 0, 0, 0;
  --nr-chart-fill: #000;
}
.cms-int-neighborhood-report-2 .nr-listings-grid {
  padding: 0.75rem;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(var(--cols), 1fr);
  justify-content: center;
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-2 .nr-listings-grid {
    --cols: 3;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-2 .nr-listings-grid {
    --cols: 2;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-2 .nr-listings-grid {
    --cols: 1;
  }
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property {
  --border-color: var(--bs-gray-300);
  --spacing: 0.5rem;
  --spacing-sm: 0.25rem;
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .photo-area {
  aspect-ratio: 16/9;
  position: relative;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .photo-area .link {
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: block;
  transition: 150ms ease-in-out all;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .photo-area .link::after {
  color: var(--bs-white);
  content: "View Property Details";
  font-weight: 600;
  height: 100%;
  opacity: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 150ms ease-in-out all;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .photo-area .link:hover {
  background-blend-mode: multiply;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .photo-area .link:hover::after {
  opacity: 1;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .photo-area .banner {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: var(--spacing);
  position: absolute;
  top: var(--spacing);
  left: 0;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .photo-area .banner span {
  background: var(--bs-black);
  color: var(--bs-white);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  padding: calc(var(--spacing) * 0.5) var(--spacing);
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area {
  padding: var(--spacing);
  display: flex;
  column-gap: var(--spacing);
  row-gap: var(--spacing);
  flex-flow: row wrap;
  align-items: center;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .banner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--spacing);
  justify-content: flex-end;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .sold {
  color: var(--bs-gray);
  flex: 1;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .mls-number {
  font-size: 0.875rem;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .address {
  --heading-color: var(--nr-color);
  --heading-font-family: "Open Sans", sans-serif;
  --heading-font-size: 1.25rem;
  --heading-line-height: 1.2;
  --heading-text-transform: none;
  --heading-margin-bottom: 0;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  font-size: var(--heading-font-size);
  line-height: var(--heading-line-height);
  text-transform: var(--heading-text-transform);
  margin-bottom: var(--heading-margin-bottom);
  width: 100%;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .address span {
  white-space: nowrap;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .details {
  list-style: none;
  margin: 0;
  padding: 0;
  --list-font-size: 1rem;
  --list-font-weight: 300;
  --list-line-height: 1.4;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: var(--spacing-sm);
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .details li {
  font-size: var(--list-font-size);
  font-weight: var(--list-font-weight);
  line-height: var(--list-line-height);
  white-space: nowrap;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .details li + li:before {
  content: "•";
  line-height: 1;
  padding-right: var(--spacing-sm);
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .save-btn {
  color: var(--nr-color);
  font-size: 1.25rem;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .save-btn:not(.favorite) {
  --fa-secondary-opacity: 0;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .price {
  font-size: 1.25rem;
  font-weight: 400;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .status {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .status::before {
  background: var(--color, var(--nr-color));
  border-radius: 100%;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.25);
  height: var(--spacing);
  margin: 0 var(--spacing-sm);
  width: var(--spacing);
  display: inline-block;
  position: relative;
  content: "";
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .status.active {
  --color: var(--bs-success);
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .status.pending {
  --color: var(--bs-warning);
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .status.sold {
  --color: var(--bs-danger);
}
.cms-int-neighborhood-report-2 .nr-listings-grid .rng-featured-property .text-area .status.coming-soon {
  --color: var(--bs-info);
}
.cms-int-neighborhood-report-2 .cms-int-content h2, .cms-int-neighborhood-report-2 .cms-int-content .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-2 .cms-int-content .site-service-stat-text {
  color: var(--nr-color);
}
.cms-int-neighborhood-report-2 .cms-int-header-2 {
  --color: #000;
  --height: 33rem;
  background-color: none;
  position: relative;
}
.cms-int-neighborhood-report-2 .cms-int-header-2 .banner {
  background: #000;
  color: #fff;
  padding: 0.5rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-int-neighborhood-report-2 .cms-int-header-2 .content {
  background: rgba(0, 0, 0, 0.8);
  outline: 1px solid #fff;
  outline-offset: -1rem;
  margin-top: 3rem;
  color: #fff;
}
.cms-int-neighborhood-report-2 .cms-int-header-2 .content h1 {
  color: #fff;
}
.cms-int-neighborhood-report-2 .cms-int-header-2 .content > hr {
  border-top: 1px solid #fff;
}
.cms-int-neighborhood-report-2 .nr-aggregates {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.cms-int-neighborhood-report-2 .nr-aggregates .aggregates-box {
  border: 1px solid #dee2e6;
  outline: 1px solid var(--nr-color);
  outline-offset: -1rem;
  padding: 6rem 2rem 2rem;
  position: relative;
}
.cms-int-neighborhood-report-2 .nr-aggregates .aggregates-box.snapshot::before {
  --fa: "";
}
.cms-int-neighborhood-report-2 .nr-aggregates .aggregates-box.for-sale::before {
  --fa: "";
}
.cms-int-neighborhood-report-2 .nr-aggregates .aggregates-box.sold::before {
  --fa: "";
}
.cms-int-neighborhood-report-2 .nr-aggregates .aggregates-box::before {
  --size: 8rem;
  background: var(--nr-color);
  border-radius: 100%;
  color: #fff;
  content: var(--fa);
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 3rem;
  font-weight: 100;
  height: var(--size);
  width: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3rem;
  left: calc(50% - var(--size) * 0.5);
}
.cms-int-neighborhood-report-2 .nr-aggregates .aggregates-box h2, .cms-int-neighborhood-report-2 .nr-aggregates .aggregates-box .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-2 .nr-aggregates .aggregates-box .site-service-stat-text {
  --heading-color: var(--nr-color);
  --heading-font-size: 1.5rem;
  --heading-font-weight: 700;
  --heading-text-transform: uppercase;
  color: var(--heading-color);
  font-size: var(--heading-font-size);
  font-weight: var(--heading-font-weight);
  text-transform: var(--heading-text-transform);
}
.cms-int-neighborhood-report-2 .nr-aggregates .aggregates-box .data {
  font-size: 3rem;
}
.cms-int-neighborhood-report-2 .nr-aggregates .aggregates-box .title {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.cms-int-neighborhood-report-2 .nr-aggregates .aggregates-box .title:not(:last-of-type) {
  border-bottom: 1px solid var(--nr-color);
}
.cms-int-neighborhood-report-2 .nr-listings {
  margin-bottom: 2rem;
}
.cms-int-neighborhood-report-2 .nr-listings > .title {
  background: var(--nr-color);
  color: #fff;
  padding: var(--padding);
}
@media (min-width: 768px) {
  .cms-int-neighborhood-report-2 .nr-listings > .title {
    --padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-2 .nr-listings > .title {
    --padding: 1rem;
    text-align: center;
  }
}
.cms-int-neighborhood-report-2 .nr-listings > .title h2, .cms-int-neighborhood-report-2 .nr-listings > .title .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-2 .nr-listings > .title .site-service-stat-text {
  --heading-font-size: 1.5rem;
  --heading-text-transform: none;
  --heading-margin-bottom: 0;
  font-size: var(--heading-font-size);
  text-transform: var(--heading-text-transform);
  margin-bottom: var(--heading-margin-bottom);
}
.cms-int-neighborhood-report-2 .nr-listings > .title span {
  font-weight: 700;
  text-transform: uppercase;
}
.cms-int-neighborhood-report-2 .nr-listings > .content {
  border: 1px solid var(--nr-color);
  padding: 0.5rem 0.5rem 0;
}
.cms-int-neighborhood-report-2 .nr-listings > .content .fp {
  background-color: #000;
  padding: 0.5rem;
  position: relative;
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-2 .nr-listings > .content .fp {
    width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-2 .nr-listings > .content .fp {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-2 .nr-listings > .content .fp {
    width: 100%;
  }
}
.cms-int-neighborhood-report-2 .nr-listings > .content .d-grid {
  gap: 0.5rem;
  grid-template-columns: repeat(var(--cols), 1fr);
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-2 .nr-listings > .content .d-grid {
    --cols: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-2 .nr-listings > .content .d-grid {
    --cols: 2;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-2 .nr-listings > .content .d-grid {
    --cols: 1;
  }
}
.cms-int-neighborhood-report-2 .nr-listings .paging {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: flex-end;
}
@media print {
  .cms-int-neighborhood-report-2 .nr-listings .paging {
    display: none;
  }
}
.cms-int-neighborhood-report-2 .nr-listings-aggregates .main {
  background: #000;
  color: #fff;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cms-int-neighborhood-report-2 .nr-listings-aggregates .main h3 {
  /* stylelint-disable */
  color: #fff !important;
  font-size: 3.625rem !important;
  font-weight: 700;
  /* stylelint-enable */
  margin-bottom: 0;
}
.cms-int-neighborhood-report-2 .nr-listings-aggregates .data {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.cms-int-neighborhood-report-2 .nr-listings-aggregates ul {
  color: var(--nr-color);
  font-size: 0.875rem;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.cms-int-neighborhood-report-2 .nr-listings-aggregates ul li {
  padding: 0.25rem;
}
.cms-int-neighborhood-report-2 .nr-listings-aggregates ul li.title {
  background: var(--nr-color);
  color: #fff;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.cms-int-neighborhood-report-2 .nr-listings-aggregates ul li span {
  display: none;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-2 .nr-listings-aggregates ul li span {
    display: inline;
    margin-right: 0.35rem;
  }
}
.cms-int-neighborhood-report-2 .nr-listings-aggregates ul.header {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-2 .nr-listings-aggregates ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .cms-int-neighborhood-report-2 .nr-listings-aggregates ul.header, .cms-int-neighborhood-report-2 .nr-listings-aggregates ul.footer {
    display: none;
  }
  .cms-int-neighborhood-report-2 .nr-listings-aggregates ul li {
    width: 100%;
    justify-content: flex-start;
  }
  .cms-int-neighborhood-report-2 .nr-listings-aggregates ul .title {
    text-align: center;
    padding: 0.5rem;
    justify-content: center;
  }
  .cms-int-neighborhood-report-2 .nr-listings-aggregates ul span {
    font-weight: 700;
    text-align: left;
    width: 33.3333333333%;
  }
}
.cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding img {
  max-height: 12.5rem;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding {
    flex-direction: column;
  }
}
.cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem 0;
  width: auto;
}
.cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content a {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-content {
    width: 100%;
  }
}
.cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact {
  display: flex;
  align-items: center;
}
.cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a {
  background: #000;
  /* stylelint-disable */
  color: #fff !important;
  /* stylelint-enable */
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  height: 3.875rem;
  margin-left: 1rem;
  padding: 1rem;
  width: 18.75rem;
  display: block;
  position: relative;
  transition: all 150ms ease-in-out;
}
.cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a::after {
  background: #000;
  content: "\f054";
  /* stylelint-disable */
  font-family: "Font Awesome 6 Pro";
  /* stylelint-enable */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25%;
  left: 90%;
  transition: all 150ms ease-in-out;
}
.cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a:hover {
  background: #000;
  color: #000;
}
.cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a:hover::after {
  background: #000;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact {
    flex-direction: column;
  }
  .cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact img {
    padding-top: 1rem;
  }
  .cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a {
    margin-top: 1rem;
    margin-left: 0;
    width: 12.5rem;
  }
  .cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding .rn-interior-nr-agent-branding-contact a::after {
    left: 10.625rem;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-2 .rn-interior-nr-agent-branding {
    padding: 1rem 0.5rem;
  }
}
.cms-int-neighborhood-report-2 .nr-market-report > header {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.cms-int-neighborhood-report-2 .nr-market-report > header h2, .cms-int-neighborhood-report-2 .nr-market-report > header .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-neighborhood-report-2 .nr-market-report > header .site-service-stat-text {
  --heading-color: var(--nr-color);
  --heading-font-size: 1.75rem;
  --heading-font-weight: 700;
  --heading-text-transform: uppercase;
  --heading-margin-bottom: 1rem;
  color: var(--heading-color);
  font-size: var(--heading-font-size);
  font-weight: var(--heading-font-weight);
  text-transform: var(--heading-text-transform);
  margin-bottom: var(--heading-margin-bottom);
}
.cms-int-neighborhood-report-2 .nr-market-report-aggregates {
  margin-bottom: 3rem;
  padding: 0.75rem;
}
.cms-int-neighborhood-report-2 .nr-market-report-aggregates .aggregates-box {
  border: 1px solid #dee2e6;
  outline: 1px solid var(--nr-color);
  outline-offset: -1rem;
  padding: 5rem 0 0;
  position: relative;
}
.cms-int-neighborhood-report-2 .nr-market-report-aggregates .aggregates-box.median::before {
  --fa: "";
}
.cms-int-neighborhood-report-2 .nr-market-report-aggregates .aggregates-box.sold::before {
  --fa: "";
}
.cms-int-neighborhood-report-2 .nr-market-report-aggregates .aggregates-box.new::before {
  --fa: "";
}
.cms-int-neighborhood-report-2 .nr-market-report-aggregates .aggregates-box::before {
  --size: 8rem;
  color: var(--nr-color);
  content: var(--fa);
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 3rem;
  font-weight: 100;
  height: var(--size);
  width: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: calc(50% - var(--size) * 0.5);
}
@media (min-width: 768px) {
  .cms-int-neighborhood-report-2 .nr-market-report-aggregates .aggregates-box {
    flex: 1 0;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-2 .nr-market-report-aggregates .aggregates-box {
    margin: 0 auto;
    width: 100%;
  }
}
.cms-int-neighborhood-report-2 .nr-market-report-aggregates .aggregates-box .data {
  font-size: 3rem;
  font-weight: 700;
  padding: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-2 .nr-market-report-aggregates .aggregates-box .data {
    font-size: 3rem;
    padding: 2rem 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cms-int-neighborhood-report-2 .nr-market-report-aggregates .aggregates-box .data {
    font-size: 2.5rem;
    padding: 2rem 0.25rem;
  }
}
.cms-int-neighborhood-report-2 .nr-market-report-aggregates .aggregates-box .title {
  background-color: #000;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-2 .nr-market-report-aggregates .aggregates-box .title {
    font-size: 1rem;
    padding: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cms-int-neighborhood-report-2 .nr-market-report-aggregates .aggregates-box .title {
    font-size: 1rem;
  }
}
.cms-int-neighborhood-report-2 .nr-market-report-meter-container {
  --nr-color: #000;
  --nr-color-rgb: 0, 0, 0;
  --nr-chart-fill: #000;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-2 .nr-market-report-meter-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .cms-int-neighborhood-report-2 .nr-market-report-meter-container .title {
    background-color: var(--nr-color);
    height: 4rem;
    padding-left: 0.5rem;
    width: 13rem;
    display: flex;
    align-items: center;
  }
  .cms-int-neighborhood-report-2 .nr-market-report-meter-container .title .caption {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .cms-int-neighborhood-report-2 .nr-market-report-meter-container .title .value {
    font-size: 1.75rem;
    font-weight: 700;
    padding-left: 0.5rem;
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-2 .nr-market-report-meter-container .title {
    display: flex;
    align-items: center;
  }
  .cms-int-neighborhood-report-2 .nr-market-report-meter-container .title .value {
    padding-left: 0.5rem;
  }
}
.cms-int-neighborhood-report-2 .nr-market-report-meter-container .meter {
  width: 100%;
  flex: 1 1 100%;
}
.cms-int-neighborhood-report-2 .nr-market-report-meter-container .meter .meter-background {
  background: linear-gradient(270deg, rgba(var(--nr-color-rgb), 0.5), rgba(var(--nr-color-rgb), 0.2));
  height: 4rem;
  margin-bottom: 0.5rem;
  padding: 0;
  display: flex;
}
.cms-int-neighborhood-report-2 .nr-market-report-meter-container .meter .meter-arrow {
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 2rem solid var(--nr-color);
  height: 0;
  width: 0;
}
.cms-int-neighborhood-report-2 .nr-market-report-meter-container .meter-fill {
  background: var(--nr-color);
  text-align: right;
  height: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cms-int-neighborhood-report-2 .nr-market-report-meter-container .meter-fill .value {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-2 .nr-market-report-meter-container .meter-fill .value {
    display: none;
  }
}
.cms-int-neighborhood-report-2 .nr-market-report-meter-container .meter-measure {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
.cms-int-neighborhood-report-2 .nr-market-report-meter-container .meter-measure li {
  color: #292929;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 2rem;
  text-align: center;
}
.cms-int-neighborhood-report-2 .nr-market-report-meter-container .meter-measure li::before {
  content: "";
  background: var(--nr-color);
  height: 1.5rem;
  margin: 0 auto;
  width: 2px;
  display: block;
}
.cms-int-neighborhood-report-2 .nr-market-report-graphs {
  margin: 3rem auto;
}
.cms-int-neighborhood-report-2 .nr-market-report-graphs .graph-box {
  border: 1px solid var(--nr-color);
  padding: 6rem 1rem 1rem;
  position: relative;
}
.cms-int-neighborhood-report-2 .nr-market-report-graphs .graph-box.sale-price::before {
  --fa: "";
}
.cms-int-neighborhood-report-2 .nr-market-report-graphs .graph-box.days-on-market::before {
  --fa: "";
}
.cms-int-neighborhood-report-2 .nr-market-report-graphs .graph-box.for-sale::before {
  --fa: "";
}
.cms-int-neighborhood-report-2 .nr-market-report-graphs .graph-box::before {
  --size: 8rem;
  background: var(--nr-color);
  border-radius: 100%;
  color: #fff;
  content: var(--fa);
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 3rem;
  font-weight: 100;
  height: var(--size);
  width: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3rem;
  left: calc(50% - var(--size) * 0.5);
}
@media (min-width: 768px) {
  .cms-int-neighborhood-report-2 .nr-market-report-graphs .graph-box {
    flex: 1 0;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-2 .nr-market-report-graphs .graph-box {
    margin: 0 auto;
    width: 100%;
  }
}
.cms-int-neighborhood-report-2 .nr-market-report-graphs .graph-box .title {
  color: var(--nr-color);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.cms-int-neighborhood-report-2 .nr-circle-charts {
  margin-bottom: 0.5rem;
}
.cms-int-neighborhood-report-2 .nr-circle-charts h3 {
  /* stylelint-disable */
  color: var(--nr-chart-fill) !important;
  font-size: 1.1225rem !important;
  /* stylelint-enable */
  font-weight: 300;
  text-align: center;
}
.cms-int-neighborhood-report-2 .nr-circle-charts h3 span {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.cms-int-neighborhood-report-2 .nr-circle-charts .chart {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-int-neighborhood-report-2 .nr-circle-charts .pie-chart {
  border: 3px solid var(--nr-chart-fill);
  border-radius: 50%;
  height: 18rem;
  margin-top: 1rem;
  width: 18rem;
  display: flex;
  align-self: center;
  justify-content: center;
  transform: rotate(30deg);
}
.cms-int-neighborhood-report-2 .nr-circle-charts .value {
  background: #fff;
  border: 1px solid var(--nr-chart-fill);
  color: var(--nr-color);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 0.5rem;
  min-width: 6rem;
  transform: rotate(-30deg);
  position: absolute;
  top: 40%;
  right: 75%;
}
.cms-int-neighborhood-report-2 .nr-circle-charts .value.dark {
  right: auto;
  left: 75%;
}
.cms-int-neighborhood-report-2 .nr-circle-charts .value span {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
.cms-int-neighborhood-report-2 .nr-demographics-header {
  background: var(--nr-color);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
}
.cms-int-neighborhood-report-2 .nr-demographics-content {
  border: 1px solid var(--nr-color);
  margin-bottom: var(--padding);
  padding: var(--padding);
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-2 .nr-demographics-content {
    --padding: 2rem;
    --cols: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-2 .nr-demographics-content {
    --padding: 1rem;
    --cols: 2;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-2 .nr-demographics-content {
    --padding: .5rem;
    --cols: 1;
  }
}
.cms-int-neighborhood-report-2 .demographics ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--cols), 1fr);
}
.cms-int-neighborhood-report-2 .demographics li {
  color: var(--nr-color);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cms-int-neighborhood-report-2 .demographics i {
  background: var(--nr-color);
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-int-neighborhood-report-2 .demographics .title {
  font-size: 0.875rem;
  line-height: 1;
}
.cms-int-neighborhood-report-2 .demographics .data {
  font-size: 2rem;
  font-weight: 700;
}
.cms-int-neighborhood-report-2 .nr-schools-header {
  background: var(--nr-color);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
}
.cms-int-neighborhood-report-2 .nr-schools-content {
  border: 1px solid var(--nr-color);
  margin-bottom: var(--padding);
  padding: var(--padding);
}
@media (min-width: 992px) {
  .cms-int-neighborhood-report-2 .nr-schools-content {
    --padding: 2rem;
    --cols: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-neighborhood-report-2 .nr-schools-content {
    --padding: 1rem;
    --cols: 2;
  }
}
@media (max-width: 767.98px) {
  .cms-int-neighborhood-report-2 .nr-schools-content {
    --padding: .5rem;
    --cols: 1;
  }
}
.cms-int-neighborhood-report-2 .demographics ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--cols), 1fr);
}
.cms-int-neighborhood-report-2 .demographics li {
  color: var(--nr-color);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cms-int-neighborhood-report-2 .demographics i {
  background: var(--nr-color);
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-int-neighborhood-report-2 .demographics .title {
  font-size: 0.875rem;
  line-height: 1;
}
.cms-int-neighborhood-report-2 .demographics .data {
  font-size: 2rem;
  font-weight: 700;
}
.cms-int-neighborhood-report-2 .schools {
  color: #000;
}
.cms-int-neighborhood-report-2 .schools .title {
  color: var(--nr-color);
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cms-int-neighborhood-report-2 .schools ul {
  color: var(--nr-color);
  font-size: 0.75rem;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms-int-neighborhood-report-2 .schools .school-name {
  font-size: 1.125rem;
  font-weight: 700;
}
.cms-int-neighborhood-report-2 .d-grid {
  margin-bottom: 1rem;
  gap: 1rem;
  grid-template-columns: repeat(var(--cols), 1fr);
}
.cms-int-neighborhood-report-2 .stars,
.cms-int-neighborhood-report-2 .stars > * {
  background: url("https://content.mediastg.net/dyna_images/ImageLibrary/9/e/7/c/9e7c4a1b-06f3-485f-9e2a-2fa991d93646.png") 0 -24px repeat-x;
  height: 1.5rem;
  width: 7.5rem;
  display: inline-block;
}
.cms-int-neighborhood-report-2 .stars > * {
  background-position: 0 0;
  max-width: 7.5rem;
}
.cms-int-neighborhood-report-2 small {
  font-size: 0.75rem;
}

.cms-int-callouts {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(var(--columns), 1fr);
}
@media (min-width: 992px) {
  .cms-int-callouts {
    --columns: 2;
    --aspect-ratio: 1.75;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-callouts {
    --columns: 2;
    --aspect-ratio: 1.75;
  }
}
@media (max-width: 767.98px) {
  .cms-int-callouts {
    --columns: 1;
    --aspect-ratio: 2.75;
  }
}

.cms-int-image-text-button-callout {
  color: #fff;
  background-size: cover;
  background-position: center;
  height: 23.125rem;
  margin: 0.25rem;
  padding: 1rem 2rem;
  width: calc(50% - 0.5rem);
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .cms-int-image-text-button-callout {
    height: auto;
    width: 100%;
  }
}
.cms-int-image-text-button-callout:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 17%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.1) 100%);
  display: block;
  z-index: 1;
  transition: all 0.5s ease;
}
.cms-int-image-text-button-callout .site-callout-header,
.cms-int-image-text-button-callout h1,
.cms-int-image-text-button-callout h2,
.cms-int-image-text-button-callout .site-home #realestatestats-section .site-service-stat-text,
.site-home #realestatestats-section .cms-int-image-text-button-callout .site-service-stat-text,
.cms-int-image-text-button-callout h3,
.cms-int-image-text-button-callout h4,
.cms-int-image-text-button-callout h5,
.cms-int-image-text-button-callout h6,
.cms-int-image-text-button-callout p,
.cms-int-image-text-button-callout a,
.cms-int-image-text-button-callout div {
  z-index: 2;
  text-align: center !important;
}
.cms-int-image-text-button-callout .site-callout-header p,
.cms-int-image-text-button-callout h1 p,
.cms-int-image-text-button-callout h2 p,
.cms-int-image-text-button-callout .site-home #realestatestats-section .site-service-stat-text p,
.site-home #realestatestats-section .cms-int-image-text-button-callout .site-service-stat-text p,
.cms-int-image-text-button-callout h3 p,
.cms-int-image-text-button-callout h4 p,
.cms-int-image-text-button-callout h5 p,
.cms-int-image-text-button-callout h6 p,
.cms-int-image-text-button-callout p p,
.cms-int-image-text-button-callout a p,
.cms-int-image-text-button-callout div p {
  margin-bottom: 0;
}

.cms-int-image-text-callout {
  text-decoration: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: var(--aspect-ratio);
}
.cms-int-image-text-callout:hover {
  --a-text-decoration: none;
  text-decoration: none;
}
.cms-int-image-text-callout:hover .image {
  background-color: rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
}
.cms-int-image-text-callout .image {
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center;
  background-size: cover;
  height: 100%;
  padding: 0.5rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 300ms ease-in-out;
}
.cms-int-image-text-callout .text {
  color: #fff;
  font-size: 1.325rem;
  font-weight: 600;
  text-transform: uppercase;
}

.cms-int-leadpage12 {
  --cms-content-padding-top: 0;
  --cms-content-padding-bottom: 0;
}

.site-interior-leadpage12 .site-interior-leadpage12-form,
.site-interior-leadpage12 .site-interior-leadpage14-form,
.site-interior-leadpage14 .site-interior-leadpage12-form,
.site-interior-leadpage14 .site-interior-leadpage14-form {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.5rem 1rem;
}
.site-interior-leadpage12 .site-interior-leadpage12-form .cms-int-container,
.site-interior-leadpage12 .site-interior-leadpage14-form .cms-int-container,
.site-interior-leadpage14 .site-interior-leadpage12-form .cms-int-container,
.site-interior-leadpage14 .site-interior-leadpage14-form .cms-int-container {
  max-width: 50rem;
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding: 2.5rem;
  margin: 0 auto;
}
.site-interior-leadpage12 .site-interior-leadpage12-form .cms-int-container h2 p, .site-interior-leadpage12 .site-interior-leadpage12-form .cms-int-container .site-home #realestatestats-section .site-service-stat-text p, .site-home #realestatestats-section .site-interior-leadpage12 .site-interior-leadpage12-form .cms-int-container .site-service-stat-text p,
.site-interior-leadpage12 .site-interior-leadpage14-form .cms-int-container h2 p,
.site-interior-leadpage12 .site-interior-leadpage14-form .cms-int-container .site-home #realestatestats-section .site-service-stat-text p,
.site-home #realestatestats-section .site-interior-leadpage12 .site-interior-leadpage14-form .cms-int-container .site-service-stat-text p,
.site-interior-leadpage14 .site-interior-leadpage12-form .cms-int-container h2 p,
.site-interior-leadpage14 .site-interior-leadpage12-form .cms-int-container .site-home #realestatestats-section .site-service-stat-text p,
.site-home #realestatestats-section .site-interior-leadpage14 .site-interior-leadpage12-form .cms-int-container .site-service-stat-text p,
.site-interior-leadpage14 .site-interior-leadpage14-form .cms-int-container h2 p,
.site-interior-leadpage14 .site-interior-leadpage14-form .cms-int-container .site-home #realestatestats-section .site-service-stat-text p,
.site-home #realestatestats-section .site-interior-leadpage14 .site-interior-leadpage14-form .cms-int-container .site-service-stat-text p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.site-interior-leadpage12 .site-interior-leadpage12-form .cms-int-container .site-cms-text p,
.site-interior-leadpage12 .site-interior-leadpage14-form .cms-int-container .site-cms-text p,
.site-interior-leadpage14 .site-interior-leadpage12-form .cms-int-container .site-cms-text p,
.site-interior-leadpage14 .site-interior-leadpage14-form .cms-int-container .site-cms-text p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.site-interior-leadpage12 .site-interior-leadpage12-form .cms-int-container select option:disabled,
.site-interior-leadpage12 .site-interior-leadpage14-form .cms-int-container select option:disabled,
.site-interior-leadpage14 .site-interior-leadpage12-form .cms-int-container select option:disabled,
.site-interior-leadpage14 .site-interior-leadpage14-form .cms-int-container select option:disabled {
  color: red;
}

.site-interior-leadpage16-form {
  padding: 0;
}
@media (max-width: 767.98px) {
  .site-interior-leadpage16-form {
    padding: 1.25rem 0;
  }
}
.site-interior-leadpage16-form .site-container {
  background-color: var(--hs-main);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 2.5rem;
  max-width: 50rem;
}
@media only screen and (max-width: 48em) {
  .site-interior-leadpage16-form .site-container {
    padding: 1.25rem;
  }
}
.site-interior-leadpage16-form .site-container h2, .site-interior-leadpage16-form .site-container .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .site-interior-leadpage16-form .site-container .site-service-stat-text {
  font-size: 1.875rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.site-interior-leadpage16-form .site-container h2 p, .site-interior-leadpage16-form .site-container .site-home #realestatestats-section .site-service-stat-text p, .site-home #realestatestats-section .site-interior-leadpage16-form .site-container .site-service-stat-text p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}

form.cms-int-leadpage-form p {
  /* stylelint-disable */
  color: #fff !important;
  /* stylelint-enable */
}
form.cms-int-leadpage-form input[type=tel],
form.cms-int-leadpage-form input[type=text],
form.cms-int-leadpage-form input[type=email] {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
form.cms-int-leadpage-form textarea {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  height: auto;
}
form.cms-int-leadpage-form select {
  /* stylelint-disable */
  background-color: #fff !important;
  /* stylelint-enable */
  color: #0a0a0a;
  height: 2.4375rem;
  margin: 0 0 1rem;
}
form.cms-int-leadpage-form .site-advanced-cms-text {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 1.25rem;
}
form.cms-int-leadpage-form .site-advanced-cms-text a {
  /* stylelint-disable */
  color: #fff !important;
  /* stylelint-enable */
}
form.cms-int-leadpage-form .site-form-required {
  /* stylelint-disable */
  font-size: 0.6875rem !important;
  /* stylelint-enable */
}
form.cms-int-leadpage-form .site-form-button button {
  background-color: #fff;
  border-radius: 0;
  color: var(--company-primary-color);
  padding: 0.9375rem 1.875rem;
  width: 100%;
}
form.cms-int-leadpage-form .site-form-button button:focus, form.cms-int-leadpage-form .site-form-button button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.site-interior-lead-form-generic {
  border: 1px solid #808080;
}
.site-interior-lead-form-generic .site-interior-lead-form-generic-submit {
  margin-top: 1rem;
}
.site-interior-lead-form-generic h3 {
  /* stylelint-disable */
  margin-top: 2rem !important;
  /* stylelint-enable */
}
.site-interior-lead-form-generic label {
  color: #0a0a0a;
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 0;
  display: block;
}
.site-interior-lead-form-generic input[type=text],
.site-interior-lead-form-generic input[type=email] {
  border: 1px solid #cacaca;
  border-radius: 0;
  box-sizing: border-box;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.site-interior-lead-form-generic text-area {
  width: 100%;
  display: block;
}
.site-interior-lead-form-generic fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 1rem;
}
.site-interior-lead-form-generic fieldset label {
  color: #0a0a0a;
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 0;
  display: block;
}
.site-interior-lead-form-generic fieldset input {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .site-interior-lead-form-generic {
    padding: 2rem;
  }
  .site-interior-lead-form-generic fieldset {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .site-interior-lead-form-generic {
    padding: 0.5rem;
  }
}
.site-interior-lead-form-generic .site-interior-lead-form-column:last-of-type {
  margin-right: 0;
}
.site-interior-lead-form-generic .site-row .site-row .site-column:first-of-type {
  padding-left: 0;
}
.site-interior-lead-form-generic .site-row .site-row .site-column:last-of-type {
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .site-interior-lead-form-generic .site-row .site-row .site-column {
    padding: 0;
  }
}

.cms-int-custom-roster-1 {
  --roster-roster-gap: 1rem;
  --roster-roster-justify: center;
  --roster-columns-sm: 1;
  --roster-columns-md: 2;
  --roster-columns-lg: 4;
  --roster-form-form-search-border: 1px solid transparent;
  --roster-form-form-border-radius: 0;
  --roster-form-form-font-size: 1rem;
  --roster-form-form-padding-y: 0.75rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-button-bg: #FFF;
  --roster-form-form-label-color: #000;
  --roster-form-form-label-size: 0.875rem;
  --roster-form-form-label-transform: uppercase;
}
.cms-int-custom-roster-1 .form-label {
  color: var(--roster-form-form-label-color);
  font-size: var(--roster-form-form-label-size);
  text-transform: var(--roster-form-form-label-tranform);
  margin-bottom: 0;
}
.cms-int-custom-roster-1 .cms-int-roster-search-widget .form-control,
.cms-int-custom-roster-1 .cms-int-roster-search-widget .form-select,
.cms-int-custom-roster-1 .cms-int-roster-filter .form-control,
.cms-int-custom-roster-1 .cms-int-roster-filter .form-select {
  border-radius: var(--roster-form-form-border-radius);
}
.cms-int-custom-roster-1 .form-select {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) calc(var(--roster-form-form-padding-x) + 3rem) var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-custom-roster-1 .site-roster-sort {
  display: flex;
  justify-content: flex-start;
}
.cms-int-custom-roster-1 .site-roster-sort .form-select {
  padding-right: 3rem;
  width: auto;
  width: 100%;
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-1 .site-roster-sort .form-select {
    width: 100%;
  }
}
.cms-int-custom-roster-1 .roster-search .form-control {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-custom-roster-1 .roster-search .btn {
  --bs-btn-color: var(--hs-main);
  --bs-btn-border-color: var(--hs-main);
  --bs-btn-border-radius: 0;
  --bs-btn-hover-bg: var(--hs-main);
  --bs-btn-hover-border-color: var(--hs-main);
  --bs-btn-focus-shadow-rgb: var(--hs-main-rgb);
  --bs-btn-active-bg: var(--hs-main);
  --bs-btn-active-border-color: var(--hs-main);
  --bs-btn-disabled-color: var(--hs-main);
  --bs-btn-border-radius: var(--roster-form-form-border-radius);
  --bs-btn-font-size: var(--roster-form-form-font-size);
  --bs-btn-padding-y: var(--roster-form-form-padding-y);
  --bs-btn-padding-x: calc(2 * var(--roster-form-form-padding-x));
  --bs-btn-bg: var(--roster-form-form-button-bg);
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-1 .cms-int-roster-search-widget {
    width: 100%;
  }
}
.cms-int-custom-roster-1 .cms-int-roster-filter {
  width: 100%;
  flex: 1;
}
.cms-int-custom-roster-1 .cms-int-roster-filter form {
  flex: 1 1 auto;
}
.cms-int-custom-roster-1 .roster-cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--roster-columns), 1fr);
}
.cms-int-custom-roster-1 .roster-cards article {
  --roster-card-font-size: 0.875rem;
  --roster-card-padding: 1rem;
  border: 1px solid var(--hs-main);
  font-size: var(--roster-card-font-size);
  padding: var(--roster-card-padding);
  display: flex;
  flex-direction: column;
  gap: var(--roster-card-padding);
}
.cms-int-custom-roster-1 .roster-cards article a {
  text-decoration: none;
  display: block;
}
.cms-int-custom-roster-1 .roster-cards article img {
  margin-bottom: calc(0.5 * var(--roster-card-padding));
  max-width: 100%;
}
.cms-int-custom-roster-1 .roster-cards article h1 {
  font-family: var(--hs-font-base);
  font-size: 1.75rem;
  margin-bottom: 0;
}
.cms-int-custom-roster-1 .roster-cards article h1 .account-title {
  font-size: 1rem;
  font-style: italic;
  font-weight: 100;
  margin: 0 0 1rem;
  display: block;
}
.cms-int-custom-roster-1 .roster-cards article .btn-outline-primary {
  --bs-btn-color: var(--hs-main);
  --bs-btn-border-color: var(--hs-main);
  --bs-btn-border-radius: 0;
  --bs-btn-hover-bg: var(--hs-main);
  --bs-btn-hover-border-color: var(--hs-main);
  --bs-btn-focus-shadow-rgb: var(--hs-main-rgb);
  --bs-btn-active-bg: var(--hs-main);
  --bs-btn-active-border-color: var(--hs-main);
  --bs-btn-disabled-color: var(--hs-main);
}
.cms-int-custom-roster-1 .roster-cards article ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.cms-int-custom-roster-1 .roster-cards article ul li {
  line-height: 1.6;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
}
.cms-int-custom-roster-1 .roster-cards article p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cms-int-custom-roster-1 .roster-cards {
    --roster-columns: var(--roster-columns-lg);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-custom-roster-1 .roster-cards {
    --roster-columns: var(--roster-columns-md);
  }
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-1 .roster-cards {
    --roster-columns: var(--roster-columns-sm);
  }
}

.cms-int-custom-roster-2 {
  --roster-roster-gap: 1rem;
  --roster-roster-justify: center;
  --roster-form-form-search-border: 1px solid transparent;
  --roster-form-form-border-radius: 0;
  --roster-form-form-font-size: 1rem;
  --roster-form-form-padding-y: 0.75rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-button-bg: #FFF;
  --roster-form-form-label-color: #000;
  --roster-form-form-label-size: 0.875rem;
  --roster-form-form-label-transform: uppercase;
}
.cms-int-custom-roster-2 .form-label {
  color: var(--roster-form-form-label-color);
  font-size: var(--roster-form-form-label-size);
  text-transform: var(--roster-form-form-label-tranform);
  margin-bottom: 0;
}
.cms-int-custom-roster-2 .cms-int-roster-search-widget .form-control,
.cms-int-custom-roster-2 .cms-int-roster-search-widget .form-select,
.cms-int-custom-roster-2 .cms-int-roster-filter .form-control,
.cms-int-custom-roster-2 .cms-int-roster-filter .form-select {
  border-radius: var(--roster-form-form-border-radius);
}
.cms-int-custom-roster-2 .form-select {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) calc(var(--roster-form-form-padding-x) + 3rem) var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-custom-roster-2 .site-roster-sort {
  display: flex;
  justify-content: flex-start;
}
.cms-int-custom-roster-2 .site-roster-sort .form-select {
  padding-right: 3rem;
  width: auto;
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-2 .site-roster-sort .form-select {
    width: 100%;
  }
}
.cms-int-custom-roster-2 .roster-search .form-control {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-custom-roster-2 .roster-search .btn {
  --bs-btn-color: var(--hs-main);
  --bs-btn-border-color: var(--hs-main);
  --bs-btn-border-radius: 0;
  --bs-btn-hover-bg: var(--hs-main);
  --bs-btn-hover-border-color: var(--hs-main);
  --bs-btn-focus-shadow-rgb: var(--hs-main-rgb);
  --bs-btn-active-bg: var(--hs-main);
  --bs-btn-active-border-color: var(--hs-main);
  --bs-btn-disabled-color: var(--hs-main);
  --bs-btn-border-radius: var(--roster-form-form-border-radius);
  --bs-btn-font-size: var(--roster-form-form-font-size);
  --bs-btn-padding-y: var(--roster-form-form-padding-y);
  --bs-btn-padding-x: calc(2 * var(--roster-form-form-padding-x));
  --bs-btn-bg: var(--roster-form-form-button-bg);
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-2 .cms-int-roster-search-widget {
    width: 100%;
  }
}
.cms-int-custom-roster-2 .cms-int-roster-filter {
  width: 100%;
  flex: 1;
}
.cms-int-custom-roster-2 .cms-int-roster-filter form {
  flex: 1 1 auto;
}
.cms-int-custom-roster-2 .roster-cards {
  display: flex;
  flex-wrap: wrap;
  gap: var(--roster-roster-gap);
  justify-content: var(--roster-roster-justify);
}
.cms-int-custom-roster-2 .roster-cards article {
  --roster-card-card-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(128, 128, 128, 0.5);
  --roster-card-card-width: 21.875rem;
  --roster-card-image-height: 15.625rem;
  --roster-card-border-color: #808080;
  --roster-card-content-padding: 0.5rem 1rem;
  --roster-card-header-font-size: 1.25rem;
  --roster-card-font-size: 0.875rem;
  border: 1px solid var(--roster-card-border-color);
  box-shadow: var(--roster-card-card-shadow);
  font-size: var(--roster-card-font-size);
  width: var(--roster-card-card-width);
  display: flex;
  flex-direction: column;
}
.cms-int-custom-roster-2 .roster-cards article .cms-int-roster-card-image-container {
  height: var(--roster-card-image-height);
  overflow: hidden;
  display: block;
  position: relative;
}
.cms-int-custom-roster-2 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .cms-int-custom-roster-2 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    height: 100%;
    align-items: center;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-2 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    align-items: flex-end;
    bottom: 0;
  }
}
.cms-int-custom-roster-2 .roster-cards article .cms-int-roster-card-image-container:hover .cms-int-roster-card-more {
  opacity: 1;
}
.cms-int-custom-roster-2 .roster-cards article .cms-int-roster-card-image {
  background-color: var(--roster-card-border-color);
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: all 300ms ease-in-out;
}
.cms-int-custom-roster-2 .roster-cards article .cms-int-roster-card-content {
  padding: var(--roster-card-content-padding);
}
.cms-int-custom-roster-2 .roster-cards article h2, .cms-int-custom-roster-2 .roster-cards article .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-custom-roster-2 .roster-cards article .site-service-stat-text {
  font-size: var(--roster-card-header-font-size);
  margin: 0;
}
.cms-int-custom-roster-2 .roster-cards article .cms-int-roster-card-title {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.cms-int-custom-roster-2 .roster-cards article .cms-int-roster-card-title span {
  border-right: 1px solid var(--roster-card-border-color);
  line-height: 1;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
}
.cms-int-custom-roster-2 .roster-cards article .cms-int-roster-card-title span:last-of-type {
  border-right: none;
}
.cms-int-custom-roster-2 .roster-cards article ul {
  list-style: none;
  margin: 0;
  margin-top: auto;
  padding: 0;
}

.cms-int-custom-roster-3 {
  --roster-roster-gap: 1rem;
  --roster-roster-justify: center;
  --roster-form-form-search-border: 1px solid transparent;
  --roster-form-form-border-radius: 0;
  --roster-form-form-font-size: 1rem;
  --roster-form-form-padding-y: 0.75rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-button-bg: #FFF;
  --roster-form-form-label-color: #FFF;
  --roster-form-form-label-size: 0.875rem;
  --roster-form-form-label-transform: uppercase;
}
.cms-int-custom-roster-3 .form-label {
  color: var(--roster-form-form-label-color);
  font-size: var(--roster-form-form-label-size);
  text-transform: var(--roster-form-form-label-tranform);
  margin-bottom: 0;
}
.cms-int-custom-roster-3 .cms-int-roster-search-widget .form-control,
.cms-int-custom-roster-3 .cms-int-roster-search-widget .form-select,
.cms-int-custom-roster-3 .cms-int-roster-filter .form-control,
.cms-int-custom-roster-3 .cms-int-roster-filter .form-select {
  border-radius: var(--roster-form-form-border-radius);
}
.cms-int-custom-roster-3 .form-select {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) calc(var(--roster-form-form-padding-x) + 3rem) var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-custom-roster-3 .site-roster-sort {
  display: flex;
  justify-content: flex-start;
}
.cms-int-custom-roster-3 .site-roster-sort .form-select {
  padding-right: 3rem;
  width: auto;
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-3 .site-roster-sort .form-select {
    width: 100%;
  }
}
.cms-int-custom-roster-3 .roster-search .form-control {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-custom-roster-3 .roster-search .btn {
  --bs-btn-color: var(--hs-main);
  --bs-btn-border-color: var(--hs-main);
  --bs-btn-border-radius: 0;
  --bs-btn-hover-bg: var(--hs-main);
  --bs-btn-hover-border-color: var(--hs-main);
  --bs-btn-focus-shadow-rgb: var(--hs-main-rgb);
  --bs-btn-active-bg: var(--hs-main);
  --bs-btn-active-border-color: var(--hs-main);
  --bs-btn-disabled-color: var(--hs-main);
  --bs-btn-border-radius: var(--roster-form-form-border-radius);
  --bs-btn-font-size: var(--roster-form-form-font-size);
  --bs-btn-padding-y: var(--roster-form-form-padding-y);
  --bs-btn-padding-x: calc(2 * var(--roster-form-form-padding-x));
  --bs-btn-bg: var(--roster-form-form-button-bg);
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-3 .cms-int-roster-search-widget {
    width: 100%;
  }
}
.cms-int-custom-roster-3 .cms-int-roster-filter {
  width: 100%;
  flex: 1;
}
.cms-int-custom-roster-3 .cms-int-roster-filter form {
  flex: 1 1 auto;
}
.cms-int-custom-roster-3 .cms-int-roster-image-header {
  --roster-image-header-card-width: 6.25rem 0;
  --roster-image-header-darken: true;
  background-position: center;
  background-size: cover;
  padding: var(--roster-image-header-card-width);
  position: relative;
  z-index: 1;
}
.cms-int-custom-roster-3 .cms-int-roster-image-header::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-int-custom-roster-3 .cms-int-roster-image-header .cms-int-roster-image-header-content {
  position: relative;
  z-index: 2;
}
.cms-int-custom-roster-3 .cms-int-roster-image-header h2, .cms-int-custom-roster-3 .cms-int-roster-image-header .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-custom-roster-3 .cms-int-roster-image-header .site-service-stat-text {
  color: #FFF;
}
.cms-int-custom-roster-3 .roster-cards {
  display: flex;
  flex-wrap: wrap;
  gap: var(--roster-roster-gap);
  justify-content: var(--roster-roster-justify);
}
.cms-int-custom-roster-3 .roster-cards article {
  --roster-card-card-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(128, 128, 128, 0.5);
  --roster-card-card-width: 21.875rem;
  --roster-card-image-height: 18.75rem;
  --roster-card-border-color: #808080;
  --roster-card-content-padding: 0.5rem 1rem;
  --roster-card-header-font-size: 1.25rem;
  --roster-card-font-size: 0.875rem;
  border: 1px solid var(--roster-card-border-color);
  box-shadow: var(--roster-card-card-shadow);
  font-size: var(--roster-card-font-size);
  width: var(--roster-card-card-width);
  display: flex;
  flex-direction: column;
}
.cms-int-custom-roster-3 .roster-cards article .cms-int-roster-card-image-container {
  height: var(--roster-card-image-height);
  overflow: hidden;
  display: block;
  position: relative;
}
.cms-int-custom-roster-3 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .cms-int-custom-roster-3 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    height: 100%;
    align-items: center;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-3 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    align-items: flex-end;
    bottom: 0;
  }
}
.cms-int-custom-roster-3 .roster-cards article .cms-int-roster-card-image-container:hover .cms-int-roster-card-more {
  opacity: 1;
}
.cms-int-custom-roster-3 .roster-cards article .cms-int-roster-card-image {
  background-color: var(--roster-card-border-color);
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: all 300ms ease-in-out;
}
.cms-int-custom-roster-3 .roster-cards article .cms-int-roster-card-content {
  padding: var(--roster-card-content-padding);
}
.cms-int-custom-roster-3 .roster-cards article h2, .cms-int-custom-roster-3 .roster-cards article .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-custom-roster-3 .roster-cards article .site-service-stat-text {
  font-size: var(--roster-card-header-font-size);
  margin: 0;
}
.cms-int-custom-roster-3 .roster-cards article .cms-int-roster-card-title {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.cms-int-custom-roster-3 .roster-cards article .cms-int-roster-card-title span {
  border-right: 1px solid var(--roster-card-border-color);
  line-height: 1;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
}
.cms-int-custom-roster-3 .roster-cards article .cms-int-roster-card-title span:last-of-type {
  border-right: none;
}
.cms-int-custom-roster-3 .roster-cards article ul {
  list-style: none;
  margin: 0;
  margin-top: auto;
  padding: 0;
}

.cms-int-custom-roster-4 {
  --roster-roster-gap: 1rem;
  --roster-roster-justify: center;
  --roster-form-form-search-border: 1px solid transparent;
  --roster-form-form-border-radius: 0;
  --roster-form-form-font-size: 1rem;
  --roster-form-form-padding-y: 0.75rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-button-bg: #FFF;
  --roster-form-form-label-color: #000;
  --roster-form-form-label-size: 0.875rem;
  --roster-form-form-label-transform: uppercase;
}
.cms-int-custom-roster-4 .form-label {
  color: var(--roster-form-form-label-color);
  font-size: var(--roster-form-form-label-size);
  text-transform: var(--roster-form-form-label-tranform);
  margin-bottom: 0;
}
.cms-int-custom-roster-4 .cms-int-roster-search-widget .form-control,
.cms-int-custom-roster-4 .cms-int-roster-search-widget .form-select,
.cms-int-custom-roster-4 .cms-int-roster-filter .form-control,
.cms-int-custom-roster-4 .cms-int-roster-filter .form-select {
  border-radius: var(--roster-form-form-border-radius);
}
.cms-int-custom-roster-4 .form-select {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) calc(var(--roster-form-form-padding-x) + 3rem) var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-custom-roster-4 .site-roster-sort {
  display: flex;
  justify-content: flex-start;
}
.cms-int-custom-roster-4 .site-roster-sort .form-select {
  padding-right: 3rem;
  width: auto;
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-4 .site-roster-sort .form-select {
    width: 100%;
  }
}
.cms-int-custom-roster-4 .roster-search .form-control {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-custom-roster-4 .roster-search .btn {
  --bs-btn-color: var(--hs-main);
  --bs-btn-border-color: var(--hs-main);
  --bs-btn-border-radius: 0;
  --bs-btn-hover-bg: var(--hs-main);
  --bs-btn-hover-border-color: var(--hs-main);
  --bs-btn-focus-shadow-rgb: var(--hs-main-rgb);
  --bs-btn-active-bg: var(--hs-main);
  --bs-btn-active-border-color: var(--hs-main);
  --bs-btn-disabled-color: var(--hs-main);
  --bs-btn-border-radius: var(--roster-form-form-border-radius);
  --bs-btn-font-size: var(--roster-form-form-font-size);
  --bs-btn-padding-y: var(--roster-form-form-padding-y);
  --bs-btn-padding-x: calc(2 * var(--roster-form-form-padding-x));
  --bs-btn-bg: var(--roster-form-form-button-bg);
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-4 .cms-int-roster-search-widget {
    width: 100%;
  }
}
.cms-int-custom-roster-4 .cms-int-roster-filter {
  width: 100%;
  flex: 1;
}
.cms-int-custom-roster-4 .cms-int-roster-filter form {
  flex: 1 1 auto;
}
.cms-int-custom-roster-4 .roster-cards {
  display: flex;
  flex-wrap: wrap;
  gap: var(--roster-roster-gap);
  justify-content: var(--roster-roster-justify);
}
.cms-int-custom-roster-4 .roster-cards article {
  --roster-card-card-shadow: none;
  --roster-card-card-width: 21.875rem;
  --roster-card-image-height: 21.875rem;
  --roster-card-border-color: transparent;
  --roster-card-content-padding: 1rem;
  --roster-card-header-font-size: 1.25rem;
  --roster-card-font-size: 0.875rem;
  border: 1px solid var(--roster-card-border-color);
  box-shadow: var(--roster-card-card-shadow);
  font-size: var(--roster-card-font-size);
  width: var(--roster-card-card-width);
  display: flex;
  flex-direction: column;
}
.cms-int-custom-roster-4 .roster-cards article .cms-int-roster-card-image-container {
  height: var(--roster-card-image-height);
  overflow: hidden;
  display: block;
  position: relative;
}
.cms-int-custom-roster-4 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .cms-int-custom-roster-4 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    height: 100%;
    align-items: center;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-4 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    align-items: flex-end;
    bottom: 0;
  }
}
.cms-int-custom-roster-4 .roster-cards article .cms-int-roster-card-image-container:hover .cms-int-roster-card-more {
  opacity: 1;
}
.cms-int-custom-roster-4 .roster-cards article .cms-int-roster-card-image {
  background-color: var(--roster-card-border-color);
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: all 300ms ease-in-out;
}
.cms-int-custom-roster-4 .roster-cards article .cms-int-roster-card-content {
  padding: var(--roster-card-content-padding);
}
.cms-int-custom-roster-4 .roster-cards article h2, .cms-int-custom-roster-4 .roster-cards article .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-custom-roster-4 .roster-cards article .site-service-stat-text {
  font-size: var(--roster-card-header-font-size);
  margin: 0;
}
.cms-int-custom-roster-4 .roster-cards article .cms-int-roster-card-title {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.cms-int-custom-roster-4 .roster-cards article .cms-int-roster-card-title span {
  border-right: 1px solid var(--roster-card-border-color);
  line-height: 1;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
}
.cms-int-custom-roster-4 .roster-cards article .cms-int-roster-card-title span:last-of-type {
  border-right: none;
}
.cms-int-custom-roster-4 .roster-cards article ul {
  list-style: none;
  margin: 0;
  margin-top: auto;
  padding: 0;
}
.cms-int-custom-roster-4 .roster-cards article .cms-int-roster-card-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cms-int-custom-roster-4 .roster-cards article .cms-int-roster-card-title span {
  border-right: 1px solid #666;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
}
.cms-int-custom-roster-4 .roster-cards article .cms-int-roster-card-title span:last-of-type {
  border-right: none;
}

.cms-int-custom-roster-5 {
  --roster-roster-gap: 1rem;
  --roster-roster-justify: center;
  --roster-form-form-search-border: 1px solid transparent;
  --roster-form-form-border-radius: 0;
  --roster-form-form-font-size: 1rem;
  --roster-form-form-padding-y: 0.75rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-button-bg: #FFF;
  --roster-form-form-label-color: #000;
  --roster-form-form-label-size: 0.875rem;
  --roster-form-form-label-transform: uppercase;
}
.cms-int-custom-roster-5 .form-label {
  color: var(--roster-form-form-label-color);
  font-size: var(--roster-form-form-label-size);
  text-transform: var(--roster-form-form-label-tranform);
  margin-bottom: 0;
}
.cms-int-custom-roster-5 .cms-int-roster-search-widget .form-control,
.cms-int-custom-roster-5 .cms-int-roster-search-widget .form-select,
.cms-int-custom-roster-5 .cms-int-roster-filter .form-control,
.cms-int-custom-roster-5 .cms-int-roster-filter .form-select {
  --cms-bootstrap-border: var(--roster-form-form-search-border);
  border: var(--cms-bootstrap-border);
  border-radius: var(--roster-form-form-border-radius);
}
.cms-int-custom-roster-5 .form-select {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) calc(var(--roster-form-form-padding-x) + 3rem) var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-custom-roster-5 .site-roster-sort {
  display: flex;
  justify-content: flex-start;
}
.cms-int-custom-roster-5 .site-roster-sort .form-select {
  padding-right: 3rem;
  width: auto;
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-5 .site-roster-sort .form-select {
    width: 100%;
  }
}
.cms-int-custom-roster-5 .roster-search .form-control {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-custom-roster-5 .roster-search .btn {
  --bs-btn-color: var(--hs-main);
  --bs-btn-border-color: var(--hs-main);
  --bs-btn-border-radius: 0;
  --bs-btn-hover-bg: var(--hs-main);
  --bs-btn-hover-border-color: var(--hs-main);
  --bs-btn-focus-shadow-rgb: var(--hs-main-rgb);
  --bs-btn-active-bg: var(--hs-main);
  --bs-btn-active-border-color: var(--hs-main);
  --bs-btn-disabled-color: var(--hs-main);
  --bs-btn-border-radius: var(--roster-form-form-border-radius);
  --bs-btn-font-size: var(--roster-form-form-font-size);
  --bs-btn-padding-y: var(--roster-form-form-padding-y);
  --bs-btn-padding-x: calc(2 * var(--roster-form-form-padding-x));
  --bs-btn-bg: var(--roster-form-form-button-bg);
  --cms-bootstrap-border: var(--roster-form-form-search-border);
  border: var(--cms-bootstrap-border);
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-5 .cms-int-roster-search-widget {
    width: 100%;
  }
}
.cms-int-custom-roster-5 .cms-int-roster-filter {
  width: 100%;
  flex: 1;
}
.cms-int-custom-roster-5 .cms-int-roster-filter form {
  flex: 1 1 auto;
}
.cms-int-custom-roster-5 .cms-int-roster-image-header {
  --roster-image-header-card-width: 12.5rem;
  --roster-image-header-darken: true;
  background-position: center;
  background-size: cover;
  padding: var(--roster-image-header-card-width);
  position: relative;
  z-index: 1;
}
.cms-int-custom-roster-5 .cms-int-roster-image-header::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-int-custom-roster-5 .cms-int-roster-image-header .cms-int-roster-image-header-content {
  position: relative;
  z-index: 2;
}
.cms-int-custom-roster-5 .cms-int-roster-image-header.mobile {
  padding: 6.25rem 0;
  display: none;
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-5 .cms-int-roster-image-header {
    display: none;
  }
  .cms-int-custom-roster-5 .cms-int-roster-image-header.mobile {
    display: block;
  }
}
.cms-int-custom-roster-5 .cms-int-roster-search-widget {
  border-bottom: 1px solid #000;
}
.cms-int-custom-roster-5 .roster-cards {
  display: flex;
  flex-wrap: wrap;
  gap: var(--roster-roster-gap);
  justify-content: var(--roster-roster-justify);
}
.cms-int-custom-roster-5 .roster-cards article {
  --roster-card-card-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(128, 128, 128, 0.5);
  --roster-card-card-width: 21.875rem;
  --roster-card-image-height: 15.625rem;
  --roster-card-border-color: #808080;
  --roster-card-content-padding: 0.5rem 1rem;
  --roster-card-header-font-size: 1.25rem;
  --roster-card-font-size: 0.875rem;
  border: 1px solid var(--roster-card-border-color);
  box-shadow: var(--roster-card-card-shadow);
  font-size: var(--roster-card-font-size);
  width: var(--roster-card-card-width);
  display: flex;
  flex-direction: column;
}
.cms-int-custom-roster-5 .roster-cards article .cms-int-roster-card-image-container {
  height: var(--roster-card-image-height);
  overflow: hidden;
  display: block;
  position: relative;
}
.cms-int-custom-roster-5 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .cms-int-custom-roster-5 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    height: 100%;
    align-items: center;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-5 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    align-items: flex-end;
    bottom: 0;
  }
}
.cms-int-custom-roster-5 .roster-cards article .cms-int-roster-card-image-container:hover .cms-int-roster-card-more {
  opacity: 1;
}
.cms-int-custom-roster-5 .roster-cards article .cms-int-roster-card-image {
  background-color: var(--roster-card-border-color);
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: all 300ms ease-in-out;
}
.cms-int-custom-roster-5 .roster-cards article .cms-int-roster-card-content {
  padding: var(--roster-card-content-padding);
}
.cms-int-custom-roster-5 .roster-cards article h2, .cms-int-custom-roster-5 .roster-cards article .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-custom-roster-5 .roster-cards article .site-service-stat-text {
  font-size: var(--roster-card-header-font-size);
  margin: 0;
}
.cms-int-custom-roster-5 .roster-cards article .cms-int-roster-card-title {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.cms-int-custom-roster-5 .roster-cards article .cms-int-roster-card-title span {
  border-right: 1px solid var(--roster-card-border-color);
  line-height: 1;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
}
.cms-int-custom-roster-5 .roster-cards article .cms-int-roster-card-title span:last-of-type {
  border-right: none;
}
.cms-int-custom-roster-5 .roster-cards article ul {
  list-style: none;
  margin: 0;
  margin-top: auto;
  padding: 0;
}

.cms-int-custom-roster-6 {
  --roster-roster-gap: 1rem;
  --roster-roster-justify: center;
  --roster-form-form-search-border: 1px solid transparent;
  --roster-form-form-border-radius: 0;
  --roster-form-form-font-size: 1rem;
  --roster-form-form-padding-y: 0.75rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-button-bg: #FFF;
  --roster-form-form-label-color: #000;
  --roster-form-form-label-size: 0.875rem;
  --roster-form-form-label-transform: uppercase;
}
.cms-int-custom-roster-6 .form-label {
  color: var(--roster-form-form-label-color);
  font-size: var(--roster-form-form-label-size);
  text-transform: var(--roster-form-form-label-tranform);
  margin-bottom: 0;
}
.cms-int-custom-roster-6 .cms-int-roster-search-widget .form-control,
.cms-int-custom-roster-6 .cms-int-roster-search-widget .form-select,
.cms-int-custom-roster-6 .cms-int-roster-filter .form-control,
.cms-int-custom-roster-6 .cms-int-roster-filter .form-select {
  --cms-bootstrap-border: var(--roster-form-form-search-border);
  border: var(--cms-bootstrap-border);
  border-radius: var(--roster-form-form-border-radius);
}
.cms-int-custom-roster-6 .form-select {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) calc(var(--roster-form-form-padding-x) + 3rem) var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-custom-roster-6 .site-roster-sort {
  display: flex;
  justify-content: flex-start;
}
.cms-int-custom-roster-6 .site-roster-sort .form-select {
  padding-right: 3rem;
  width: auto;
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-6 .site-roster-sort .form-select {
    width: 100%;
  }
}
.cms-int-custom-roster-6 .roster-search .form-control {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-custom-roster-6 .roster-search .btn {
  --bs-btn-color: var(--hs-main);
  --bs-btn-border-color: var(--hs-main);
  --bs-btn-border-radius: 0;
  --bs-btn-hover-bg: var(--hs-main);
  --bs-btn-hover-border-color: var(--hs-main);
  --bs-btn-focus-shadow-rgb: var(--hs-main-rgb);
  --bs-btn-active-bg: var(--hs-main);
  --bs-btn-active-border-color: var(--hs-main);
  --bs-btn-disabled-color: var(--hs-main);
  --bs-btn-border-radius: var(--roster-form-form-border-radius);
  --bs-btn-font-size: var(--roster-form-form-font-size);
  --bs-btn-padding-y: var(--roster-form-form-padding-y);
  --bs-btn-padding-x: calc(2 * var(--roster-form-form-padding-x));
  --bs-btn-bg: var(--roster-form-form-button-bg);
  --cms-bootstrap-border: var(--roster-form-form-search-border);
  border: var(--cms-bootstrap-border);
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-6 .cms-int-roster-search-widget {
    width: 100%;
  }
}
.cms-int-custom-roster-6 .cms-int-roster-filter {
  width: 100%;
  flex: 1;
}
.cms-int-custom-roster-6 .cms-int-roster-filter form {
  flex: 1 1 auto;
}
.cms-int-custom-roster-6 .cms-int-roster-image-header {
  --roster-image-header-card-width: 12.5rem;
  --roster-image-header-darken: true;
  background-position: center;
  background-size: cover;
  padding: var(--roster-image-header-card-width);
  position: relative;
  z-index: 1;
}
.cms-int-custom-roster-6 .cms-int-roster-image-header::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-int-custom-roster-6 .cms-int-roster-image-header .cms-int-roster-image-header-content {
  position: relative;
  z-index: 2;
}
.cms-int-custom-roster-6 .cms-int-roster-image-header.mobile {
  padding: 6.25rem 0;
  display: none;
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-6 .cms-int-roster-image-header {
    display: none;
  }
  .cms-int-custom-roster-6 .cms-int-roster-image-header.mobile {
    display: block;
  }
}
.cms-int-custom-roster-6 .cms-int-roster-search-widget {
  border-bottom: 1px solid #000;
}
.cms-int-custom-roster-6 .roster-search {
  border-bottom: 1px solid #000;
}
.cms-int-custom-roster-6 .roster-cards {
  display: flex;
  flex-wrap: wrap;
  gap: var(--roster-roster-gap);
  justify-content: var(--roster-roster-justify);
}
.cms-int-custom-roster-6 .roster-cards article {
  --roster-card-card-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(128, 128, 128, 0.5);
  --roster-card-card-width: 21.875rem;
  --roster-card-image-height: 15.625rem;
  --roster-card-border-color: #808080;
  --roster-card-content-padding: 0.5rem 1rem;
  --roster-card-header-font-size: 1.25rem;
  --roster-card-font-size: 0.875rem;
  border: 1px solid var(--roster-card-border-color);
  box-shadow: var(--roster-card-card-shadow);
  font-size: var(--roster-card-font-size);
  width: var(--roster-card-card-width);
  display: flex;
  flex-direction: column;
}
.cms-int-custom-roster-6 .roster-cards article .cms-int-roster-card-image-container {
  height: var(--roster-card-image-height);
  overflow: hidden;
  display: block;
  position: relative;
}
.cms-int-custom-roster-6 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .cms-int-custom-roster-6 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    height: 100%;
    align-items: center;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-6 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    align-items: flex-end;
    bottom: 0;
  }
}
.cms-int-custom-roster-6 .roster-cards article .cms-int-roster-card-image-container:hover .cms-int-roster-card-more {
  opacity: 1;
}
.cms-int-custom-roster-6 .roster-cards article .cms-int-roster-card-image {
  background-color: var(--roster-card-border-color);
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: all 300ms ease-in-out;
}
.cms-int-custom-roster-6 .roster-cards article .cms-int-roster-card-content {
  padding: var(--roster-card-content-padding);
}
.cms-int-custom-roster-6 .roster-cards article h2, .cms-int-custom-roster-6 .roster-cards article .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-custom-roster-6 .roster-cards article .site-service-stat-text {
  font-size: var(--roster-card-header-font-size);
  margin: 0;
}
.cms-int-custom-roster-6 .roster-cards article .cms-int-roster-card-title {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.cms-int-custom-roster-6 .roster-cards article .cms-int-roster-card-title span {
  border-right: 1px solid var(--roster-card-border-color);
  line-height: 1;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
}
.cms-int-custom-roster-6 .roster-cards article .cms-int-roster-card-title span:last-of-type {
  border-right: none;
}
.cms-int-custom-roster-6 .roster-cards article ul {
  list-style: none;
  margin: 0;
  margin-top: auto;
  padding: 0;
}

.cms-int-custom-roster-7 {
  --roster-roster-gap: 1rem;
  --roster-roster-justify: center;
  --roster-form-form-search-border: 1px solid transparent;
  --roster-form-form-border-radius: 0;
  --roster-form-form-font-size: 1rem;
  --roster-form-form-padding-y: 0.75rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-button-bg: #FFF;
  --roster-form-form-label-color: #FFF;
  --roster-form-form-label-size: 0.875rem;
  --roster-form-form-label-transform: uppercase;
}
.cms-int-custom-roster-7 .form-label {
  color: var(--roster-form-form-label-color);
  font-size: var(--roster-form-form-label-size);
  text-transform: var(--roster-form-form-label-tranform);
  margin-bottom: 0;
}
.cms-int-custom-roster-7 .cms-int-roster-search-widget .form-control,
.cms-int-custom-roster-7 .cms-int-roster-search-widget .form-select,
.cms-int-custom-roster-7 .cms-int-roster-filter .form-control,
.cms-int-custom-roster-7 .cms-int-roster-filter .form-select {
  border-radius: var(--roster-form-form-border-radius);
}
.cms-int-custom-roster-7 .form-select {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) calc(var(--roster-form-form-padding-x) + 3rem) var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-custom-roster-7 .site-roster-sort {
  display: flex;
  justify-content: flex-start;
}
.cms-int-custom-roster-7 .site-roster-sort .form-select {
  padding-right: 3rem;
  width: auto;
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-7 .site-roster-sort .form-select {
    width: 100%;
  }
}
.cms-int-custom-roster-7 .roster-search .form-control {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-custom-roster-7 .roster-search .btn {
  --bs-btn-color: var(--hs-main);
  --bs-btn-border-color: var(--hs-main);
  --bs-btn-border-radius: 0;
  --bs-btn-hover-bg: var(--hs-main);
  --bs-btn-hover-border-color: var(--hs-main);
  --bs-btn-focus-shadow-rgb: var(--hs-main-rgb);
  --bs-btn-active-bg: var(--hs-main);
  --bs-btn-active-border-color: var(--hs-main);
  --bs-btn-disabled-color: var(--hs-main);
  --bs-btn-border-radius: var(--roster-form-form-border-radius);
  --bs-btn-font-size: var(--roster-form-form-font-size);
  --bs-btn-padding-y: var(--roster-form-form-padding-y);
  --bs-btn-padding-x: calc(2 * var(--roster-form-form-padding-x));
  --bs-btn-bg: var(--roster-form-form-button-bg);
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-7 .cms-int-roster-search-widget {
    width: 100%;
  }
}
.cms-int-custom-roster-7 .cms-int-roster-filter {
  width: 100%;
  flex: 1;
}
.cms-int-custom-roster-7 .cms-int-roster-filter form {
  flex: 1 1 auto;
}
.cms-int-custom-roster-7 .cms-int-roster-image-header {
  --roster-image-header-card-width: 6.25rem 0;
  --roster-image-header-darken: true;
  background-position: center;
  background-size: cover;
  padding: var(--roster-image-header-card-width);
  position: relative;
  z-index: 1;
}
.cms-int-custom-roster-7 .cms-int-roster-image-header::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-int-custom-roster-7 .cms-int-roster-image-header .cms-int-roster-image-header-content {
  position: relative;
  z-index: 2;
}
.cms-int-custom-roster-7 .cms-int-roster-image-header h2, .cms-int-custom-roster-7 .cms-int-roster-image-header .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-custom-roster-7 .cms-int-roster-image-header .site-service-stat-text {
  color: #FFF;
}
.cms-int-custom-roster-7 .roster-cards {
  display: flex;
  flex-wrap: wrap;
  gap: var(--roster-roster-gap);
  justify-content: var(--roster-roster-justify);
}
.cms-int-custom-roster-7 .roster-cards article {
  --roster-card-card-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(128, 128, 128, 0.5);
  --roster-card-card-width: 21.875rem;
  --roster-card-image-height: 18.75rem;
  --roster-card-border-color: #808080;
  --roster-card-content-padding: 0.5rem 1rem;
  --roster-card-header-font-size: 1.25rem;
  --roster-card-font-size: 0.875rem;
  border: 1px solid var(--roster-card-border-color);
  box-shadow: var(--roster-card-card-shadow);
  font-size: var(--roster-card-font-size);
  width: var(--roster-card-card-width);
  display: flex;
  flex-direction: column;
}
.cms-int-custom-roster-7 .roster-cards article .cms-int-roster-card-image-container {
  height: var(--roster-card-image-height);
  overflow: hidden;
  display: block;
  position: relative;
}
.cms-int-custom-roster-7 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .cms-int-custom-roster-7 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    height: 100%;
    align-items: center;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .cms-int-custom-roster-7 .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    align-items: flex-end;
    bottom: 0;
  }
}
.cms-int-custom-roster-7 .roster-cards article .cms-int-roster-card-image-container:hover .cms-int-roster-card-more {
  opacity: 1;
}
.cms-int-custom-roster-7 .roster-cards article .cms-int-roster-card-image {
  background-color: var(--roster-card-border-color);
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: all 300ms ease-in-out;
}
.cms-int-custom-roster-7 .roster-cards article .cms-int-roster-card-content {
  padding: var(--roster-card-content-padding);
}
.cms-int-custom-roster-7 .roster-cards article h2, .cms-int-custom-roster-7 .roster-cards article .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-custom-roster-7 .roster-cards article .site-service-stat-text {
  font-size: var(--roster-card-header-font-size);
  margin: 0;
}
.cms-int-custom-roster-7 .roster-cards article .cms-int-roster-card-title {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.cms-int-custom-roster-7 .roster-cards article .cms-int-roster-card-title span {
  border-right: 1px solid var(--roster-card-border-color);
  line-height: 1;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
}
.cms-int-custom-roster-7 .roster-cards article .cms-int-roster-card-title span:last-of-type {
  border-right: none;
}
.cms-int-custom-roster-7 .roster-cards article ul {
  list-style: none;
  margin: 0;
  margin-top: auto;
  padding: 0;
}

.cms-int-bio-callout {
  text-align: center;
  padding: 1.25rem;
}
.cms-int-bio-callout.hide {
  display: none;
}
.cms-int-bio-callout .cms-int-bio-callout-image {
  background-position: center;
  background-size: cover;
  height: 9.375rem;
  margin: 0 auto;
  width: 9.375rem;
  margin-bottom: 1rem;
}
.cms-int-bio-callout h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0.9375rem 0.625rem 0;
  padding: 0;
}
.cms-int-bio-callout .cms-int-bio-content-text {
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 0.625rem;
  padding: 0;
}

.cms-int-advanced-office-bio {
  --roster-roster-gap: 1rem;
  --roster-roster-justify: center;
  --roster-form-form-search-border: 1px solid transparent;
  --roster-form-form-border-radius: 0;
  --roster-form-form-font-size: 1rem;
  --roster-form-form-padding-y: 0.75rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-padding-x: 0.5rem;
  --roster-form-form-button-bg: #FFF;
  --roster-form-form-label-color: #FFF;
  --roster-form-form-label-size: 0.875rem;
  --roster-form-form-label-transform: uppercase;
}
.cms-int-advanced-office-bio .form-label {
  color: var(--roster-form-form-label-color);
  font-size: var(--roster-form-form-label-size);
  text-transform: var(--roster-form-form-label-tranform);
  margin-bottom: 0;
}
.cms-int-advanced-office-bio .cms-int-roster-search-widget .form-control,
.cms-int-advanced-office-bio .cms-int-roster-search-widget .form-select,
.cms-int-advanced-office-bio .cms-int-roster-filter .form-control,
.cms-int-advanced-office-bio .cms-int-roster-filter .form-select {
  border-radius: var(--roster-form-form-border-radius);
}
.cms-int-advanced-office-bio .form-select {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) calc(var(--roster-form-form-padding-x) + 3rem) var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-advanced-office-bio .site-roster-sort {
  display: flex;
  justify-content: flex-start;
}
.cms-int-advanced-office-bio .site-roster-sort .form-select {
  padding-right: 3rem;
  width: auto;
}
@media (max-width: 767.98px) {
  .cms-int-advanced-office-bio .site-roster-sort .form-select {
    width: 100%;
  }
}
.cms-int-advanced-office-bio .roster-search .form-control {
  font-size: var(--roster-form-form-font-size);
  padding: var(--roster-form-form-padding-y) var(--roster-form-form-padding-x);
  min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.cms-int-advanced-office-bio .roster-search .btn {
  --bs-btn-color: var(--hs-main);
  --bs-btn-border-color: var(--hs-main);
  --bs-btn-border-radius: 0;
  --bs-btn-hover-bg: var(--hs-main);
  --bs-btn-hover-border-color: var(--hs-main);
  --bs-btn-focus-shadow-rgb: var(--hs-main-rgb);
  --bs-btn-active-bg: var(--hs-main);
  --bs-btn-active-border-color: var(--hs-main);
  --bs-btn-disabled-color: var(--hs-main);
  --bs-btn-border-radius: var(--roster-form-form-border-radius);
  --bs-btn-font-size: var(--roster-form-form-font-size);
  --bs-btn-padding-y: var(--roster-form-form-padding-y);
  --bs-btn-padding-x: calc(2 * var(--roster-form-form-padding-x));
  --bs-btn-bg: var(--roster-form-form-button-bg);
}
@media (max-width: 767.98px) {
  .cms-int-advanced-office-bio .cms-int-roster-search-widget {
    width: 100%;
  }
}
.cms-int-advanced-office-bio .cms-int-roster-filter {
  width: 100%;
  flex: 1;
}
.cms-int-advanced-office-bio .cms-int-roster-filter form {
  flex: 1 1 auto;
}
.cms-int-advanced-office-bio .cms-int-roster-image-header {
  --roster-image-header-card-width: 6.25rem 0;
  --roster-image-header-darken: true;
  background-position: center;
  background-size: cover;
  padding: var(--roster-image-header-card-width);
  position: relative;
  z-index: 1;
}
.cms-int-advanced-office-bio .cms-int-roster-image-header::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-int-advanced-office-bio .cms-int-roster-image-header .cms-int-roster-image-header-content {
  position: relative;
  z-index: 2;
}
.cms-int-advanced-office-bio .cms-int-roster-image-header h2, .cms-int-advanced-office-bio .cms-int-roster-image-header .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-advanced-office-bio .cms-int-roster-image-header .site-service-stat-text {
  color: #FFF;
}
.cms-int-advanced-office-bio .roster-cards {
  display: flex;
  flex-wrap: wrap;
  gap: var(--roster-roster-gap);
  justify-content: var(--roster-roster-justify);
}
.cms-int-advanced-office-bio .roster-cards article {
  --roster-card-card-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(128, 128, 128, 0.5);
  --roster-card-card-width: 21.875rem;
  --roster-card-image-height: 18.75rem;
  --roster-card-border-color: #808080;
  --roster-card-content-padding: 0.5rem 1rem;
  --roster-card-header-font-size: 1.25rem;
  --roster-card-font-size: 0.875rem;
  border: 1px solid var(--roster-card-border-color);
  box-shadow: var(--roster-card-card-shadow);
  font-size: var(--roster-card-font-size);
  width: var(--roster-card-card-width);
  display: flex;
  flex-direction: column;
}
.cms-int-advanced-office-bio .roster-cards article .cms-int-roster-card-image-container {
  height: var(--roster-card-image-height);
  overflow: hidden;
  display: block;
  position: relative;
}
.cms-int-advanced-office-bio .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .cms-int-advanced-office-bio .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    height: 100%;
    align-items: center;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .cms-int-advanced-office-bio .roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    align-items: flex-end;
    bottom: 0;
  }
}
.cms-int-advanced-office-bio .roster-cards article .cms-int-roster-card-image-container:hover .cms-int-roster-card-more {
  opacity: 1;
}
.cms-int-advanced-office-bio .roster-cards article .cms-int-roster-card-image {
  background-color: var(--roster-card-border-color);
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: all 300ms ease-in-out;
}
.cms-int-advanced-office-bio .roster-cards article .cms-int-roster-card-content {
  padding: var(--roster-card-content-padding);
}
.cms-int-advanced-office-bio .roster-cards article h2, .cms-int-advanced-office-bio .roster-cards article .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-advanced-office-bio .roster-cards article .site-service-stat-text {
  font-size: var(--roster-card-header-font-size);
  margin: 0;
}
.cms-int-advanced-office-bio .roster-cards article .cms-int-roster-card-title {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.cms-int-advanced-office-bio .roster-cards article .cms-int-roster-card-title span {
  border-right: 1px solid var(--roster-card-border-color);
  line-height: 1;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
}
.cms-int-advanced-office-bio .roster-cards article .cms-int-roster-card-title span:last-of-type {
  border-right: none;
}
.cms-int-advanced-office-bio .roster-cards article ul {
  list-style: none;
  margin: 0;
  margin-top: auto;
  padding: 0;
}
.cms-int-advanced-office-bio .site-roster-card-container article {
  --roster-card-card-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(128, 128, 128, 0.5);
  --roster-card-card-width: 21.875rem;
  --roster-card-image-height: 18.75rem;
  --roster-card-border-color: #808080;
  --roster-card-content-padding: 0.5rem 1rem;
  --roster-card-header-font-size: 1.25rem;
  --roster-card-font-size: 0.875rem;
  border: 1px solid var(--roster-card-border-color);
  box-shadow: var(--roster-card-card-shadow);
  font-size: var(--roster-card-font-size);
  width: var(--roster-card-card-width);
  display: flex;
  flex-direction: column;
}
.cms-int-advanced-office-bio .site-roster-card-container article .cms-int-roster-card-image-container {
  height: var(--roster-card-image-height);
  overflow: hidden;
  display: block;
  position: relative;
}
.cms-int-advanced-office-bio .site-roster-card-container article .cms-int-roster-card-image-container .cms-int-roster-card-more {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .cms-int-advanced-office-bio .site-roster-card-container article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    height: 100%;
    align-items: center;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .cms-int-advanced-office-bio .site-roster-card-container article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    align-items: flex-end;
    bottom: 0;
  }
}
.cms-int-advanced-office-bio .site-roster-card-container article .cms-int-roster-card-image-container:hover .cms-int-roster-card-more {
  opacity: 1;
}
.cms-int-advanced-office-bio .site-roster-card-container article .cms-int-roster-card-image {
  background-color: var(--roster-card-border-color);
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: all 300ms ease-in-out;
}
.cms-int-advanced-office-bio .site-roster-card-container article .cms-int-roster-card-content {
  padding: var(--roster-card-content-padding);
}
.cms-int-advanced-office-bio .site-roster-card-container article h2, .cms-int-advanced-office-bio .site-roster-card-container article .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-advanced-office-bio .site-roster-card-container article .site-service-stat-text {
  font-size: var(--roster-card-header-font-size);
  margin: 0;
}
.cms-int-advanced-office-bio .site-roster-card-container article .cms-int-roster-card-title {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.cms-int-advanced-office-bio .site-roster-card-container article .cms-int-roster-card-title span {
  border-right: 1px solid var(--roster-card-border-color);
  line-height: 1;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
}
.cms-int-advanced-office-bio .site-roster-card-container article .cms-int-roster-card-title span:last-of-type {
  border-right: none;
}
.cms-int-advanced-office-bio .site-roster-card-container article ul {
  list-style: none;
  margin: 0;
  margin-top: auto;
  padding: 0;
}

.cms-int-form-disclaimer-text {
  color: #333;
  font-size: 0.75rem;
  padding-top: 0.75rem;
}
.cms-int-form-disclaimer-text a {
  color: #333;
  text-decoration: underline;
}
.cms-int-form-disclaimer-text.text-white {
  color: #fff;
}
.cms-int-form-disclaimer-text.text-white a {
  color: #fff;
}

.site-customer-review-page .site-interior-content {
  margin: 2rem 0;
}
.site-customer-review-page input {
  border: 1px solid #ccc;
}

.site-customer-review-submission-page .site-interior-content {
  margin: 2rem 0;
}
.site-customer-review-submission-page input {
  border: 1px solid #ccc;
}

.reviews-crud {
  --spacing: 1rem;
}
.reviews-crud .row {
  margin-bottom: var(--spacing);
}
.reviews-crud fieldset {
  padding: 0.75rem 0.75rem 0.625rem;
}
.reviews-crud .stars {
  --filled-weight: 800;
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  justify-content: center;
}
.reviews-crud .stars i {
  font-size: 1.5rem;
  transition: 250ms ease-in-out all;
}
.reviews-crud .stars label {
  background: #fff;
  cursor: pointer;
  /* stylelint-disable */
  margin-right: -2.25rem !important;
  /* stylelint-enable */
  z-index: 1;
}
.reviews-crud .stars label i {
  color: #ccc;
}
.reviews-crud .stars label:hover i {
  color: #0080ff;
}
.reviews-crud input:checked + label i,
.reviews-crud input:checked ~ label i {
  color: #0080ff;
  font-weight: 900;
}
.reviews-crud input,
.reviews-crud textarea {
  border-radius: 0.375rem;
}

.brokerage-compensation button {
  cursor: pointer;
  text-align: left;
  display: block;
  position: relative;
}

.rn-search-compensation-disclaimer {
  padding: 2rem;
}

.rng-agent-profile-testimonials-slider-arrow .fa-angle-left::before {
  /* stylelint-disable */
  content: "\f104" !important;
  /* stylelint-enable */
}

.rng-agent-profile-testimonials-slider-arrow .fa-angle-right::before {
  /* stylelint-disable */
  content: "\f105" !important;
  /* stylelint-enable */
}

.rng-agent-profile-testimonials i.rng-agent-profile-rating {
  color: #C00;
}
.rng-agent-profile-testimonials .slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.rng-agent-profile-testimonials .slick-list {
  margin: 0 3rem;
  overflow: hidden;
  padding: 0;
  display: block;
  position: relative;
}
.rng-agent-profile-testimonials .slick-track {
  margin-left: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.rng-agent-profile-testimonial, .rng-agent-bio-testimonials.rng-agent-profile-ratings-zillow article {
  border: 1px solid #ccc;
  color: #666;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  padding: 1rem 3rem;
  position: relative;
}
.rng-agent-profile-testimonial::before, .rng-agent-bio-testimonials.rng-agent-profile-ratings-zillow article::before, .rng-agent-profile-testimonial::after, .rng-agent-bio-testimonials.rng-agent-profile-ratings-zillow article::after {
  color: #ccc;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  position: absolute;
}
.rng-agent-profile-testimonial::before, .rng-agent-bio-testimonials.rng-agent-profile-ratings-zillow article::before {
  content: '"';
  top: 1rem;
  left: 0.75rem;
}
.rng-agent-profile-testimonial::after, .rng-agent-bio-testimonials.rng-agent-profile-ratings-zillow article::after {
  content: '"';
  right: 0.75rem;
  bottom: 1rem;
}
.rng-agent-profile-testimonial.slick-slide, .rng-agent-bio-testimonials.rng-agent-profile-ratings-zillow article.slick-slide {
  margin: 0 0.5rem;
}
.rng-agent-profile-testimonial .rng-agent-profile-testimonial-rating i, .rng-agent-bio-testimonials.rng-agent-profile-ratings-zillow article .rng-agent-profile-testimonial-rating i {
  color: #daa520;
  padding: 0 0.125rem;
}
.rng-agent-profile-testimonial .rng-agent-profile-testimonial-rating i:first-of-type, .rng-agent-bio-testimonials.rng-agent-profile-ratings-zillow article .rng-agent-profile-testimonial-rating i:first-of-type {
  padding-left: 0;
}

.rng-agent-profile-testimonials-slider-arrow {
  border: 1px solid #666;
  border-radius: 100%;
  color: #666;
  text-decoration: none;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10%;
  z-index: 8;
}
.rng-agent-profile-testimonials-slider-arrow:hover {
  border-color: #000;
  color: #000;
}
.rng-agent-profile-testimonials-slider-arrow.prev {
  left: 0;
}
@media (max-width: 767.98px) {
  .rng-agent-profile-testimonials-slider-arrow.prev {
    left: 0.25rem;
  }
}
.rng-agent-profile-testimonials-slider-arrow.prev i {
  content: "/f104";
  font-family: "Font Awesome 6 Pro", sans-serif;
}
.rng-agent-profile-testimonials-slider-arrow.next {
  right: 0;
}
@media (max-width: 767.98px) {
  .rng-agent-profile-testimonials-slider-arrow.next {
    right: 0.25rem;
  }
}
.rng-agent-profile-testimonials-slider-arrow.next i {
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.rng-agent-bio-testimonials {
  padding: 2rem 0;
}
.rng-agent-bio-testimonials .rng-agent-profile-testimonials-title,
.rng-agent-bio-testimonials .ap-reviews-title {
  display: none;
}
.rng-agent-bio-testimonials .rng-agent-bio-testimonials-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.rng-agent-bio-testimonials .rng-agent-profile-testimonials-slider-arrow {
  top: 25%;
}
.rng-agent-bio-testimonials .slick-list {
  margin: 0 3rem;
}
.rng-agent-bio-testimonials.rng-agent-profile-ratings-zillow header {
  border-bottom: none;
}
.rng-agent-bio-testimonials.rng-agent-profile-ratings-zillow header .rng-agent-profile-ratings-zillow-average-rating {
  display: none;
}
.rng-agent-bio-testimonials.rng-agent-profile-ratings-zillow article {
  border: 1px solid #ccc;
  margin: 0 3rem;
}
.rng-agent-bio-testimonials.rng-agent-profile-ratings-zillow article span {
  font-size: 0.875rem;
}
.rng-agent-bio-testimonials.rng-agent-profile-ratings-zillow section {
  border: none;
}
.rng-agent-bio-testimonials.rng-agent-profile-ratings-zillow footer {
  display: flex;
  justify-content: flex-end;
}

.ps-bio1 .rng-agent-profile-contact-social {
  display: block;
  width: 100%;
  margin: 0.5rem 0;
}
.ps-bio1 .rng-agent-profile-contact-phone a {
  display: inline;
}

.bio-abaag {
  position: relative;
}
.bio-abaag .site-interior-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 48em) {
  .bio-abaag .site-interior-hero {
    display: none;
  }
}
.bio-abaag .site-bio-name-and-photo {
  padding-top: 25rem;
  background-color: #fff;
}
@media only screen and (max-width: 48em) {
  .bio-abaag .site-bio-name-and-photo {
    padding: 0.625rem 0.625rem 0;
    background-color: #eeeeee;
  }
}
.bio-abaag .site-bio-name-and-photo .site-container {
  display: flex;
  justify-content: space-between;
  padding: 0 0.625rem;
}
@media only screen and (max-width: 48em) {
  .bio-abaag .site-bio-name-and-photo .site-container {
    display: block;
    padding: 0;
  }
}
.bio-abaag .site-bio-name-and-photo .site-container .site-image-column {
  flex: 0 0 auto;
  width: 18.75rem;
  max-width: 100%;
  position: relative;
}
@media only screen and (max-width: 48em) {
  .bio-abaag .site-bio-name-and-photo .site-container .site-image-column {
    margin: 0 auto;
    padding: 0.625rem 0.625rem 0;
  }
}
.bio-abaag .site-bio-name-and-photo .site-container .site-image-column .site-bio-image {
  position: absolute;
  width: 100%;
  height: 23.4375rem;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 48em) {
  .bio-abaag .site-bio-name-and-photo .site-container .site-image-column .site-bio-image {
    position: relative;
  }
}
.bio-abaag .site-bio-name-and-photo .site-container .site-name-column {
  flex: 1 0 auto;
  width: auto;
  padding: 1.875rem 1.25rem 0.9375rem 3.125rem;
}
.bio-abaag .site-bio-name-and-photo .site-container .site-name-column h1 {
  font-family: Times, Times New Roman, Georgia, serif;
  font-size: 2.375rem;
}
@media only screen and (max-width: 48em) {
  .bio-abaag .site-bio-name-and-photo .site-container .site-name-column {
    display: none;
  }
}
.bio-abaag .site-bio-agent-content {
  background-color: #fff;
}
.bio-abaag .site-bio-agent-content .site-container {
  display: flex;
  justify-content: space-between;
  padding: 0 0.625rem;
}
@media only screen and (max-width: 48em) {
  .bio-abaag .site-bio-agent-content .site-container {
    display: block;
    padding: 0;
  }
}
.bio-abaag .site-bio-agent-content .site-container .site-info-column {
  flex: 0 0 auto;
  width: 18.75rem;
  max-width: 100%;
}
@media only screen and (max-width: 48em) {
  .bio-abaag .site-bio-agent-content .site-container .site-info-column {
    margin: 0 auto;
    padding: 0 0.625rem 0.625rem;
  }
}
.bio-abaag .site-bio-agent-content .site-container .site-info-column .site-info-contact {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 0.9375rem;
}
.bio-abaag .site-bio-agent-content .site-container .site-info-column .site-info-contact h2, .bio-abaag .site-bio-agent-content .site-container .site-info-column .site-info-contact .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .bio-abaag .site-bio-agent-content .site-container .site-info-column .site-info-contact .site-service-stat-text {
  text-transform: uppercase;
  font-size: 1.3125rem;
  color: #000;
  font-weight: bold;
}
.bio-abaag .site-bio-agent-content .site-container .site-info-column .site-info-contact p {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.bio-abaag .site-bio-agent-content .site-container .site-info-column .site-info-contact a {
  color: #000;
  font-size: 1rem;
}
.bio-abaag .site-bio-agent-content .site-container .site-info-column .site-info-contact .site-info-contact-icons {
  display: flex;
  justify-content: flex-start;
}
.bio-abaag .site-bio-agent-content .site-container .site-info-column .site-info-contact .site-info-contact-icons li {
  padding-right: 0.625rem;
}
.bio-abaag .site-bio-agent-content .site-container .site-info-column .site-info-contact .site-info-contact-icons li a {
  display: inline-block;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  height: 2.125rem;
  color: var(--bs-primary);
  font-size: 1.5rem;
}
.bio-abaag .site-bio-agent-content .site-container .site-info-column .site-info-contact .site-bio-social {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.625rem;
}
.bio-abaag .site-bio-agent-content .site-container .site-info-column .site-info-contact .site-bio-social a {
  color: #000;
  padding: 0 0.625rem 0 0;
  font-size: 1.3125rem;
}
.bio-abaag .site-bio-agent-content .site-container .site-about-column {
  flex: 1 1 auto;
  width: 100%;
  padding: 0 1.25rem 1.25rem 3.125rem;
}
@media only screen and (max-width: 48em) {
  .bio-abaag .site-bio-agent-content .site-container .site-about-column {
    padding: 1.25rem;
  }
}
.bio-abaag .site-bio-agent-content .site-container .site-about-column .site-mobile {
  display: none;
  font-size: 2.25rem;
}
@media only screen and (max-width: 48em) {
  .bio-abaag .site-bio-agent-content .site-container .site-about-column .site-mobile {
    display: block;
  }
}
@media only screen and (max-width: 48em) {
  .bio-abaag .site-bio-agent-content .site-container .site-about-column {
    background-color: #fff;
  }
}
.bio-abaag .site-bio-agent-content .site-container .site-info-languages h3 {
  font-size: 1rem;
  padding: 1.25rem 0.625rem 0.625rem 1.25rem;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.bio-abaag .site-bio-agent-content .site-container .site-info-languages p {
  padding: 0.625rem 1.25rem;
}
.bio-abaag .rng-agent-profile-featured-properties-container.rng-hide {
  display: none;
}
.bio-abaag .rng-agent-profile-featured-properties-container h3 {
  text-align: center;
  margin: 2.5rem 0 1.25rem;
  font-family: Times, Times New Roman, Georgia, serif;
  font-size: 2.375rem;
}

.mredo-bio,
.mcree-bio {
  --bio-top-offset: 25rem;
  --bio-sidebar-box-shadow: 0 0 .75rem rgba(var(--bs-black-rgb), .3);
  position: relative;
}
@media (max-width: 767.98px) {
  .mredo-bio,
  .mcree-bio {
    --bio-sidebar-width: 100%;
    --bio-photo-width: 20rem;
  }
}
@media (min-width: 768px) {
  .mredo-bio,
  .mcree-bio {
    --bio-image-position: absolute;
    --bio-sidebar-width: 20rem;
  }
}
.mredo-bio h1,
.mcree-bio h1 {
  --heading-font-size: 2.5rem;
  --heading-margin-top: 1.5rem;
  --heading-margin-bottom: 1rem;
}
.mredo-bio h1 p,
.mcree-bio h1 p {
  --p-margin-top: 0;
  --p-margin-bottom: 0;
  margin-top: var(--p-margin-top);
  margin-bottom: var(--p-margin-bottom);
}
.mredo-bio .bio-hero,
.mcree-bio .bio-hero {
  background-position: center;
  background-size: cover;
  height: var(--bio-top-offset);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .mredo-bio .bio-hero,
  .mcree-bio .bio-hero {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .mredo-bio .bio-photo-name,
  .mcree-bio .bio-photo-name {
    background: var(--bs-gray-200);
    padding-top: 0.75rem;
  }
}
@media (min-width: 768px) {
  .mredo-bio .bio-photo-name,
  .mcree-bio .bio-photo-name {
    padding-top: var(--bio-top-offset);
  }
}
.mredo-bio .bio-photo-name .bio-photo,
.mcree-bio .bio-photo-name .bio-photo {
  flex: 0 0 var(--bio-sidebar-width);
  position: relative;
}
@media (max-width: 767.98px) {
  .mredo-bio .bio-photo-name .bio-photo,
  .mcree-bio .bio-photo-name .bio-photo {
    display: flex;
    justify-content: center;
  }
}
.mredo-bio .bio-photo-name .photo,
.mcree-bio .bio-photo-name .photo {
  background: var(--bs-white);
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 0.75rem rgba(var(--bs-black-rgb), 0.3);
  height: calc(var(--bio-top-offset) - 1.5rem);
  width: var(--bio-photo-width);
  position: var(--bio-image-position, relative);
  bottom: 0;
}
@media (min-width: 768px) {
  .mredo-bio .bio-photo-name .photo,
  .mcree-bio .bio-photo-name .photo {
    --bio-photo-width: calc(100% - var(--bs-gutter-x));
    left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.mredo-bio .bio-sidebar,
.mcree-bio .bio-sidebar {
  flex: 0 0 var(--bio-sidebar-width);
}
@media (max-width: 767.98px) {
  .mredo-bio .bio-sidebar,
  .mcree-bio .bio-sidebar {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.mredo-bio .bio-sidebar .contact,
.mcree-bio .bio-sidebar .contact {
  background: var(--bs-white);
  box-shadow: var(--bio-sidebar-box-shadow);
  margin-bottom: 1rem;
  padding: 0.75rem;
}
@media (max-width: 767.98px) {
  .mredo-bio .bio-sidebar .contact,
  .mcree-bio .bio-sidebar .contact {
    width: var(--bio-photo-width);
  }
}
.mredo-bio .bio-sidebar .contact h4,
.mcree-bio .bio-sidebar .contact h4 {
  --heading-font-size: 1.25rem;
  --heading-font-weight: bold;
  --heading-text-transform: uppercase;
}
.mredo-bio .bio-sidebar .contact ul,
.mcree-bio .bio-sidebar .contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mredo-bio .bio-sidebar .contact ul.inline,
.mcree-bio .bio-sidebar .contact ul.inline {
  margin: 0.5rem 0;
  display: flex;
  flex-flow: row wrap;
  gap: 0.75rem;
}
@media (max-width: 767.98px) {
  .mredo-bio .bio-sidebar .languages,
  .mcree-bio .bio-sidebar .languages {
    width: var(--bio-photo-width);
  }
}
.mredo-bio .bio-sidebar .languages h5,
.mcree-bio .bio-sidebar .languages h5 {
  --heading-font-weight: bold;
  border-bottom: 1px solid var(--bs-black);
  padding: 0.25rem 0.75rem;
}

.cms-list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cms-int-mobile-layout {
  margin: 0 auto;
  max-width: 48rem;
}
.cms-int-mobile-layout ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details h1 {
  --heading-font-size: 1.875rem;
}
@media only screen and (max-width: 40em) {
  .cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details h1 {
    --heading-font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 30em) {
  .cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details h1 {
    --heading-font-size: 1.125rem;
  }
}
.cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details h2, .cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-service-stat-text {
  --heading-font-size: 1.125rem;
}
@media only screen and (max-width: 40em) {
  .cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details h2, .cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-service-stat-text {
    --heading-font-size: .875rem;
  }
}
@media only screen and (max-width: 30em) {
  .cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details h2, .cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-service-stat-text {
    --heading-font-size: .75rem;
  }
}
.cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-mobile-contact-license a {
  color: inherit;
  text-decoration: none;
  cursor: auto;
}
.cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-mobile-contact-license a {
  color: inherit;
  text-decoration: none;
  cursor: auto;
}
.cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details p {
  --p-font-size: 1rem;
  color: #FFF;
}
@media only screen and (max-width: 40em) {
  .cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details p {
    --p-font-size: .875rem;
  }
}
@media only screen and (max-width: 30em) {
  .cms-int-mobile-layout .cms-int-mobile-contact-info .cms-int-mobile-contact-details p {
    --p-font-size: .75rem;
  }
}
.cms-int-mobile-layout .cms-int-mobile-contact-links {
  padding: 0.9375rem 0.9375rem 0;
}
.cms-int-mobile-layout .cms-int-mobile-contact-links ul {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}
.cms-int-mobile-layout .cms-int-mobile-contact-links li {
  padding: 1.25rem;
}
.cms-int-mobile-layout .cms-int-mobile-contact-links li a:hover {
  --a-text-decoration: none;
  text-decoration: none;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobile-layout .cms-int-mobile-contact-links li {
    padding: 0.4375rem;
  }
}
@media only screen and (min-width: 64em) {
  .cms-int-mobile-layout .cms-int-mobile-contact-links li.site-download-btn {
    /* stylelint-disable */
    display: none !important;
    /* stylelint-enable */
  }
}
.cms-int-mobile-layout .cms-int-mobile-contact-links li .site-icon {
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobile-layout .cms-int-mobile-contact-links li .site-icon {
    /* stylelint-disable */
    height: 3.1rem !important;
    width: 3.1rem !important;
    /* stylelint-enable */
  }
}
.cms-int-mobile-layout .cms-int-mobile-contact-links li i {
  color: #666465;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.cms-int-mobile-layout .cms-int-mobile-contact-links li i.rni-sso {
  font-size: 3.4375rem;
  margin-bottom: 0.125rem;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobile-layout .cms-int-mobile-contact-links li i {
    font-size: 1.875rem;
  }
  .cms-int-mobile-layout .cms-int-mobile-contact-links li i.rni-sso {
    font-size: 2.5rem;
  }
}
.cms-int-mobile-layout .cms-int-mobile-contact-links li .site-text {
  color: #666465;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobile-layout .cms-int-mobile-contact-links li .site-text {
    font-size: 0.75rem;
  }
}
.cms-int-mobile-layout .cms-int-mobile-contact-callouts {
  padding: 0.9375rem;
}
.cms-int-mobile-layout .cms-int-mobile-contact-callouts ul {
  margin-bottom: 0;
}
.cms-int-mobile-layout .cms-int-mobile-contact-callouts li {
  padding: 0.3125rem;
}
.cms-int-mobile-layout .cms-int-mobile-contact-callouts li a {
  --bs-link-color: var(--bs-white);
  --bs-link-color-rgb: var(--bs-white-rgb);
  background-color: #666465;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
  display: block;
}
@media only screen and (max-width: 35em) {
  .cms-int-mobile-layout .cms-int-mobile-contact-callouts li a {
    font-size: 1rem;
  }
}
.cms-int-mobile-layout .cms-int-mobile-contact-callouts li a p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}

.cms-int-mobilecontact1 .cms-int-mobile-contact-info {
  display: flex;
  justify-content: space-between;
  background-color: var(--hs-main);
  padding: 1rem;
  margin-top: 3.75rem;
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-photo {
  flex: 0 1 auto;
  width: 50%;
  max-width: 18.75rem;
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-photo .site-agent-image {
  width: 100%;
  height: 18.75rem;
  background-position: center;
  background-size: cover;
  border: 2px solid #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  margin-top: -2.5rem;
}
@media only screen and (max-width: 35em) {
  .cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-photo {
    width: 35%;
  }
  .cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-photo .site-agent-image {
    height: 12.5rem;
  }
}
@media only screen and (max-width: 28em) {
  .cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-photo .site-agent-image {
    height: 9.375rem;
  }
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details {
  flex: 1 1 auto;
  width: 50%;
  padding-left: 1.25rem;
}
@media only screen and (max-width: 30em) {
  .cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details {
    width: 65%;
  }
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details h1 {
  --heading-color: #FFF;
  --heading-text-transform: none;
  --heading-text-align: left;
  --heading-margin-bottom: 0;
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details h2, .cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-service-stat-text {
  --heading-color: #FFF;
  --heading-text-transform: none;
  --heading-text-align: left;
  --heading-margin-bottom: 0;
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details p {
  --p-color: #FFF;
  --p-line-height: 1.4;
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office {
  margin-top: 1.25rem;
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number,
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number {
  margin-bottom: 0;
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number a,
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number a {
  color: #fff;
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number a:focus, .cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number a:hover,
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number a:focus,
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number a:hover {
  color: #fff;
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-social li {
  padding: 0.625rem;
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-social li a {
  font-size: 1.875rem;
  color: #fff;
}
@media only screen and (max-width: 40em) {
  .cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-social li a {
    font-size: 1.5rem;
  }
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-social li:first-child {
  padding-left: 0;
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-links {
  padding: 0.9375rem 0.9375rem 0;
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-links ul li a .site-icon i {
  font-size: 2.5rem;
  color: #666465;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-links ul li a .site-icon i.rni-sso {
  font-size: 3.4375rem;
  margin-bottom: 0.125rem;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobilecontact1 .cms-int-mobile-contact-links ul li a .site-icon i {
    font-size: 1.875rem;
  }
  .cms-int-mobilecontact1 .cms-int-mobile-contact-links ul li a .site-icon i.rni-sso {
    font-size: 2.5rem;
  }
}
.cms-int-mobilecontact1 .cms-int-mobile-contact-links ul li a .site-text {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #666465;
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobilecontact1 .cms-int-mobile-contact-links ul li a .site-text {
    font-size: 0.75rem;
  }
}

.cms-int-mobilecontact2 {
  padding-top: 0;
}
.cms-int-mobilecontact2 .cms-int-mobile-header {
  text-align: center;
  padding: 1.25rem;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-photo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-photo .site-mobile-contact-background {
  background-color: var(--hs-main);
  width: 100%;
  height: 15rem;
  position: absolute;
  top: 1.875rem;
  left: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-photo .site-agent-image {
  position: relative;
  height: 18.75rem;
  background-position: center;
  background-size: cover;
  border: 2px solid #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-photo .site-agent-image img {
  height: 100% !important;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-info {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 1rem;
  margin-top: 1.25rem;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-info .cms-int-mobile-contact-details {
  flex: 1 1 auto;
  width: 100%;
  text-align: center;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-info .cms-int-mobile-contact-details h1 {
  --heading-color: #666465;
  --heading-text-transform: none;
  --heading-text-align: center;
  --heading-margin-bottom: 0;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-info .cms-int-mobile-contact-details h2, .cms-int-mobilecontact2 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-mobilecontact2 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-service-stat-text {
  --heading-color: #666465;
  --heading-text-transform: none;
  --heading-text-align: center;
  --heading-margin-bottom: 0;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-info .cms-int-mobile-contact-details p {
  --p-color: #666465;
  --p-line-height: 1.4;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number,
.cms-int-mobilecontact2 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number {
  margin-bottom: 0;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number a,
.cms-int-mobilecontact2 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number a {
  color: #666465;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number a:focus, .cms-int-mobilecontact2 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number a:hover,
.cms-int-mobilecontact2 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number a:focus,
.cms-int-mobilecontact2 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number a:hover {
  color: #666465;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-links {
  padding: 0 0.9375rem;
  margin-top: 1rem;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-links ul li {
  padding: 0.625rem 1.25rem;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-links ul li a .site-icon i {
  font-size: 2.5rem;
  color: #666465;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-links ul li a .site-icon i.rni-sso {
  font-size: 3.4375rem;
  margin-bottom: 0.125rem;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobilecontact2 .cms-int-mobile-contact-links ul li a .site-icon i {
    font-size: 1.875rem;
  }
  .cms-int-mobilecontact2 .cms-int-mobile-contact-links ul li a .site-icon i.rni-sso {
    font-size: 2.5rem;
  }
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-links ul li a .site-text {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #666465;
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobilecontact2 .cms-int-mobile-contact-links ul li a .site-text {
    font-size: 0.75rem;
  }
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-callouts ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-callouts ul li {
  width: 50%;
}
.cms-int-mobilecontact2 .cms-int-mobile-contact-callouts ul li a {
  padding: 0.5rem 1rem;
  border-radius: 0.625rem;
  line-height: 1.2;
}
@media only screen and (max-width: 30em) {
  .cms-int-mobilecontact2 .cms-int-mobile-contact-callouts ul li {
    width: 100%;
  }
}
.cms-int-mobilecontact2 .site-social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cms-int-mobilecontact2 .site-social li {
  padding: 0.625rem;
}
.cms-int-mobilecontact2 .site-social li a {
  font-size: 2.25rem;
  color: var(--hs-main);
}
@media only screen and (max-width: 40em) {
  .cms-int-mobilecontact2 .site-social li a {
    font-size: 2rem;
  }
}
.cms-int-mobilecontact2 .site-social li:first-child {
  padding-left: 0;
}

.cms-int-mobilecontact3 {
  padding-top: 0;
}
.cms-int-mobilecontact3 .cms-int-mobile-header {
  text-align: center;
  padding: 1.25rem;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-photo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-photo .site-agent-image {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 18.75rem;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-photo .site-agent-image img {
  height: 100%;
}
@media only screen and (min-width: 48em) {
  .cms-int-mobilecontact3 .cms-int-mobile-contact-photo .site-agent-image {
    height: 25rem;
  }
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-info {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 1rem;
  margin-top: 1.25rem;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-info .cms-int-mobile-contact-details {
  flex: 1 1 auto;
  width: 100%;
  text-align: center;
  padding: 0 0.3125rem;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-info .cms-int-mobile-contact-details h1 {
  --heading-color: #666465;
  --heading-text-transform: none;
  --heading-text-align: center;
  --heading-margin-bottom: 0;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-info .cms-int-mobile-contact-details h2, .cms-int-mobilecontact3 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-mobilecontact3 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-service-stat-text {
  --heading-color: #666465;
  --heading-text-transform: none;
  --heading-text-align: center;
  --heading-margin-bottom: 0;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-info .cms-int-mobile-contact-details p {
  --p-color: #666465;
  --p-line-height: 1.4;
  --p-text-align: center;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number,
.cms-int-mobilecontact3 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number {
  margin-bottom: 0;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number a,
.cms-int-mobilecontact3 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number a {
  color: #666465;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number a:focus, .cms-int-mobilecontact3 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number a:hover,
.cms-int-mobilecontact3 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number a:focus,
.cms-int-mobilecontact3 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number a:hover {
  color: #666465;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-links {
  padding: 0 0.9375rem;
  margin-top: 1rem;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-links ul li {
  padding: 0.625rem 0.625rem;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobilecontact3 .cms-int-mobile-contact-links ul li {
    padding: 0.625rem 0.3125rem;
  }
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-links ul li a {
  text-align: center;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-links ul li a .site-icon {
  align-items: center;
  background-color: var(--hs-main);
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobilecontact3 .cms-int-mobile-contact-links ul li a .site-icon {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-links ul li a .site-icon i {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-links ul li a .site-icon i.rni-sso {
  font-size: 2.5rem;
  margin-bottom: 0.125rem;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobilecontact3 .cms-int-mobile-contact-links ul li a .site-icon i {
    font-size: 1.3125rem;
  }
  .cms-int-mobilecontact3 .cms-int-mobile-contact-links ul li a .site-icon i.rni-sso {
    font-size: 1.75rem;
  }
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-links ul li a .site-text {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: var(--hs-main);
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.1875rem;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobilecontact3 .cms-int-mobile-contact-links ul li a .site-text {
    font-size: 0.75rem;
  }
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-callouts ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-callouts ul li {
  width: 50%;
}
.cms-int-mobilecontact3 .cms-int-mobile-contact-callouts ul li a {
  padding: 0.5rem 1rem;
  border-radius: 0.625rem;
  line-height: 1.2;
}
@media only screen and (max-width: 30em) {
  .cms-int-mobilecontact3 .cms-int-mobile-contact-callouts ul li {
    width: 100%;
  }
}
.cms-int-mobilecontact3 .site-social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cms-int-mobilecontact3 .site-social li {
  padding: 0.625rem;
}
.cms-int-mobilecontact3 .site-social li a {
  font-size: 2.25rem;
  color: var(--hs-main);
}
@media only screen and (max-width: 40em) {
  .cms-int-mobilecontact3 .site-social li a {
    font-size: 2rem;
  }
}
.cms-int-mobilecontact3 .site-social li:first-child {
  padding-left: 0;
}

.cms-int-mobilecontact4 {
  padding-top: 0;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--hs-main);
  padding: 1rem;
  position: relative;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info:after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 2.5rem;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 30em) {
  .cms-int-mobilecontact4 .cms-int-mobile-contact-info:after {
    display: none;
  }
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-header {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  flex: 1 0 auto;
  padding: 1.25rem;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-photo {
  flex: 0 1 auto;
  width: 50%;
  position: relative;
  z-index: 2;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-photo .site-agent-image {
  width: 100%;
  height: 25rem;
  background-position: center;
  background-size: cover;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
}
@media only screen and (max-width: 40em) {
  .cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-photo .site-agent-image {
    height: 18.75rem;
  }
}
@media only screen and (max-width: 30em) {
  .cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-photo {
    width: 35%;
  }
  .cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-photo .site-agent-image {
    height: 12.5rem;
  }
}
@media only screen and (max-width: 25em) {
  .cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-photo .site-agent-image {
    height: 9.375rem;
  }
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 50%;
  padding-left: 1.25rem;
}
@media only screen and (max-width: 30em) {
  .cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details {
    width: 65%;
  }
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details h1 {
  --heading-color: #FFF;
  --heading-text-transform: none;
  --heading-text-align: left;
  --heading-margin-bottom: 0;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details h2, .cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-service-stat-text {
  --heading-color: #FFF;
  --heading-text-transform: none;
  --heading-text-align: left;
  --heading-margin-bottom: 0;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details p {
  --p-color: #FFF;
  --p-line-height: 1.4;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number,
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number {
  margin-bottom: 0;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number a,
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number a {
  color: #fff;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number a:focus, .cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-agent-number a:hover,
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number a:focus,
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-details-office-number a:hover {
  color: #fff;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-social li {
  padding: 0.625rem;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-social li a {
  font-size: 1.875rem;
  color: #fff;
}
@media only screen and (max-width: 40em) {
  .cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-social li a {
    font-size: 1.5rem;
  }
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-info .cms-int-mobile-contact-details .site-social li:first-child {
  padding-left: 0;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-links {
  padding: 0.9375rem 0.9375rem 0;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-links ul li a .site-icon i {
  font-size: 2.5rem;
  color: var(--hs-main);
  line-height: 1;
  margin-bottom: 0.625rem;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-links ul li a .site-icon i.rni-sso {
  font-size: 3.4375rem;
  margin-bottom: 0.125rem;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobilecontact4 .cms-int-mobile-contact-links ul li a .site-icon i {
    font-size: 1.875rem;
  }
  .cms-int-mobilecontact4 .cms-int-mobile-contact-links ul li a .site-icon i.rni-sso {
    font-size: 2.5rem;
  }
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-links ul li a .site-text {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: var(--hs-main);
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobilecontact4 .cms-int-mobile-contact-links ul li a .site-text {
    font-size: 0.75rem;
  }
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-callouts {
  padding: 0.9375rem 0;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-callouts ul {
  margin-bottom: 0;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-callouts ul li {
  padding: 0;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-callouts ul li a {
  border-top: 1px solid #666465;
  background-color: #fff;
  padding: 1rem;
  color: #666465;
}
.cms-int-mobilecontact4 .cms-int-mobile-contact-callouts ul li:last-child a {
  border-bottom: 1px solid #666465;
}

.cms-int-mobilecontact5 {
  padding-top: 0;
}
.cms-int-mobilecontact5 .cms-int-mobile-header {
  text-align: center;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-info {
  background-color: var(--hs-main);
  margin-top: 3.75rem;
  padding: 0 0 0 1rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 35em) {
  .cms-int-mobilecontact5 .cms-int-mobile-contact-info {
    padding: 0;
  }
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-info .cms-int-mobile-contact-photo {
  width: 50%;
  max-width: 18.75rem;
  flex: 0 1 auto;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-info .cms-int-mobile-contact-photo .site-agent-image {
  background-position: center;
  background-size: cover;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 35em) {
  .cms-int-mobilecontact5 .cms-int-mobile-contact-info .cms-int-mobile-contact-photo {
    width: 35%;
  }
  .cms-int-mobilecontact5 .cms-int-mobile-contact-info .cms-int-mobile-contact-photo .site-agent-image {
    border-left: none;
  }
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-details {
  padding: 1.25rem;
  width: 50%;
  flex: 1 1 auto;
}
@media only screen and (max-width: 30em) {
  .cms-int-mobilecontact5 .cms-int-mobile-contact-details {
    width: 65%;
  }
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-details h1 {
  --heading-color: #FFF;
  --heading-text-transform: none;
  --heading-text-align: left;
  --heading-margin-bottom: 0;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-details h2, .cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-service-stat-text {
  --heading-color: #FFF;
  --heading-text-transform: none;
  --heading-text-align: left;
  --heading-margin-bottom: 0;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-details p {
  --p-color: #FFF;
  --p-line-height: 1.4;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-details-office {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-details-agent-number,
.cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-details-office-number {
  margin-bottom: 0;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-details-agent-number a,
.cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-details-office-number a {
  color: #fff;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-details-agent-number a:focus, .cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-details-agent-number a:hover,
.cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-details-office-number a:focus,
.cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-details-office-number a:hover {
  color: #fff;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-social {
  margin-top: 1rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-social li {
  padding: 0.625rem;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-social li:first-child {
  padding-left: 0;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-social a {
  color: #fff;
  font-size: 1.875rem;
}
@media only screen and (max-width: 40em) {
  .cms-int-mobilecontact5 .cms-int-mobile-contact-details .site-social a {
    font-size: 1.5rem;
  }
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-links {
  padding: 0.9375rem 0.9375rem 0;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-links ul .site-icon {
  background-color: #000;
  border: 1px solid #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  height: 4.375rem;
  width: 4.375rem;
  align-items: center;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-links ul i {
  color: #fff;
  font-size: 1.875rem;
  line-height: 1;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-links ul i.rni-sso {
  font-size: 2.5rem;
  margin-bottom: 0.125rem;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobilecontact5 .cms-int-mobile-contact-links ul i {
    font-size: 1.875rem;
  }
  .cms-int-mobilecontact5 .cms-int-mobile-contact-links ul i.rni-sso {
    font-size: 2.5rem;
  }
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-links ul .site-text {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0.25rem;
  display: block;
}
@media only screen and (max-width: 34em) {
  .cms-int-mobilecontact5 .cms-int-mobile-contact-links ul .site-text {
    font-size: 0.75rem;
  }
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-callouts {
  padding: 0.9375rem;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-callouts ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-callouts li {
  padding: 0.3125rem;
  width: 50%;
}
.cms-int-mobilecontact5 .cms-int-mobile-contact-callouts li a {
  background-color: var(--hs-main);
  border-radius: 0.625rem;
  line-height: 1.2;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 30em) {
  .cms-int-mobilecontact5 .cms-int-mobile-contact-callouts li {
    width: 100%;
  }
}

.cms-int-referralsubmissions .cms-int-disclaimer p {
  font-size: 0.875rem;
}

.site-interior-leadpage21 .site-interior-template-image-header-2 h1 {
  /* stylelint-disable */
  color: #fff !important;
  /* stylelint-enable */
  font-size: 3rem;
  text-transform: none;
}
.site-interior-leadpage21 .site-interior-template-image-header-2 h1 p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.site-interior-leadpage21 .site-interior-template-image-header-2 h2, .site-interior-leadpage21 .site-interior-template-image-header-2 .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .site-interior-leadpage21 .site-interior-template-image-header-2 .site-service-stat-text {
  /* stylelint-disable */
  color: #fff !important;
  /* stylelint-enable */
  font-size: 3rem;
}
.site-interior-leadpage21 .site-interior-template-image-header-2 h2 p, .site-interior-leadpage21 .site-interior-template-image-header-2 .site-home #realestatestats-section .site-service-stat-text p, .site-home #realestatestats-section .site-interior-leadpage21 .site-interior-template-image-header-2 .site-service-stat-text p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.site-interior-leadpage21 .site-interior-template-page {
  padding: 2.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-interior-leadpage21 .site-interior-template-page .site-interior-leadpage21-content-column {
  padding-right: 2.5rem;
  width: 66.666%;
  flex: 0 1 auto;
}
@media only screen and (max-width: 64em) {
  .site-interior-leadpage21 .site-interior-template-page .site-interior-leadpage21-content-column {
    padding-right: 1.25rem;
    width: 55%;
  }
}
@media only screen and (max-width: 48em) {
  .site-interior-leadpage21 .site-interior-template-page .site-interior-leadpage21-content-column {
    padding-right: 0;
    width: 100%;
  }
}
.site-interior-leadpage21 .site-interior-template-page .site-interior-leadpage21-form-column {
  background-color: var(--company-primary-color);
  color: #fff;
  padding: 2.5rem;
  width: 33.333%;
  flex: 0 1 auto;
}
.site-interior-leadpage21 .site-interior-template-page .site-interior-leadpage21-form-column h3 {
  /* stylelint-disable */
  color: #fff !important;
  /* stylelint-enable */
}
@media only screen and (max-width: 64em) {
  .site-interior-leadpage21 .site-interior-template-page .site-interior-leadpage21-form-column {
    width: 45%;
  }
}
@media only screen and (max-width: 48em) {
  .site-interior-leadpage21 .site-interior-template-page .site-interior-leadpage21-form-column {
    width: 100%;
  }
}
.site-interior-leadpage21 .site-interior-leadpage21-form {
  color: #000;
  padding: 0;
}
@media only screen and (max-width: 48em) {
  .site-interior-leadpage21 .site-interior-leadpage21-form {
    padding: 1.25rem 0;
  }
}
.site-interior-leadpage21 .site-interior-leadpage21-form .site-container {
  background-color: var(--company-primary-color);
  max-width: 50rem;
}
@media only screen and (max-width: 48em) {
  .site-interior-leadpage21 .site-interior-leadpage21-form .site-container {
    padding: 1.25rem;
  }
}
.site-interior-leadpage21 .site-interior-leadpage21-form .site-container h2, .site-interior-leadpage21 .site-interior-leadpage21-form .site-container .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .site-interior-leadpage21 .site-interior-leadpage21-form .site-container .site-service-stat-text {
  font-size: 1.875rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.site-interior-leadpage21 .site-interior-leadpage21-form .site-container h2 p, .site-interior-leadpage21 .site-interior-leadpage21-form .site-container .site-home #realestatestats-section .site-service-stat-text p, .site-home #realestatestats-section .site-interior-leadpage21 .site-interior-leadpage21-form .site-container .site-service-stat-text p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.site-interior-leadpage21 form.site-interior-leadpage-form .site-advanced-cms-text a {
  /* stylelint-disable */
  color: #fff !important;
  /* stylelint-enable */
}
.site-interior-leadpage21 form.site-interior-leadpage-form .site-form-button button {
  background-color: #fff;
  border-radius: 0;
  color: var(--company-primary-color);
  padding: 0.9375rem 1.875rem;
  width: 100%;
}
.site-interior-leadpage21 form.site-interior-leadpage-form .site-form-button button:focus, .site-interior-leadpage21 form.site-interior-leadpage-form .site-form-button button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.rng-hidden {
  display: none;
}

.cms-int-bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
}

.site-interior-template-page hr {
  margin: 2.5rem 0;
}

.cms-int-content-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 18.5rem;
  width: 100%;
}
.cms-int-content-image.cms-int-sm {
  height: 12.75rem;
}
@media (max-width: 575.98px) {
  .cms-int-content-image.cms-int-sm {
    height: 12.5rem;
  }
}
.cms-int-content-image.cms-int-lg {
  height: 25rem;
}
@media (max-width: 575.98px) {
  .cms-int-content-image.cms-int-lg {
    height: 12.5rem;
  }
}
@media (max-width: 991.98px) {
  .cms-int-content-image.cms-int-max-width {
    max-width: 18.5rem;
  }
}

.cms-int-image-button {
  text-decoration: none;
}
.cms-int-image-button span {
  display: block;
  font-size: 0.75rem;
  color: #000;
  text-align: center;
  margin-top: 0.75rem;
}

.cms-int-horz-callouts {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media (max-width: 767.98px) {
  .cms-int-horz-callouts {
    flex-wrap: wrap;
  }
}
.cms-int-horz-callouts .cms-int-horz-callout {
  flex: 0 1 auto;
  width: 33.3333%;
  background-color: #ededed;
  padding: 4rem 3.5rem;
}
@media only screen and (min-width: 48em) and (max-width: 63.9375em) {
  .cms-int-horz-callouts .cms-int-horz-callout {
    padding: 2.5rem 1.25rem;
  }
}
.cms-int-horz-callouts .cms-int-horz-callout .site-cms-text {
  margin-bottom: 1.25rem;
}
.cms-int-horz-callouts .cms-int-horz-callout.reverse {
  background-color: var(--secondary-color);
}
.cms-int-horz-callouts .cms-int-horz-callout.reverse h2, .cms-int-horz-callouts .cms-int-horz-callout.reverse .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-horz-callouts .cms-int-horz-callout.reverse .site-service-stat-text {
  --heading-color: #FFF;
  color: #fff;
}
.cms-int-horz-callouts .cms-int-horz-callout.reverse .site-cms-text {
  color: #fff;
}
@media (max-width: 767.98px) {
  .cms-int-horz-callouts .cms-int-horz-callout {
    width: 100%;
    text-align: center;
  }
}

.cms-int-video-container {
  margin-bottom: var(--cms-video-margin-bottom, 2rem);
}
.cms-int-video-container .cms-int-video {
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 1.5625rem;
  position: relative;
}
@media (min-width: 992px) {
  .cms-int-video-container .cms-int-video {
    height: 100%;
  }
}
.cms-int-video-container .cms-int-video iframe {
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cms-int-video-placeholder {
  color: #fff;
  background: #999;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-int-video-placeholder p {
  font-size: 1.125rem;
}
.cms-int-video-placeholder div {
  height: 75%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.cms-int-video-placeholder div i {
  color: #fff;
  font-size: 1rem;
  background: #333;
  border-radius: 1rem;
  padding: 1rem 2rem;
}

.cms-int-section-video iframe {
  width: 100%;
  height: 15.625rem;
}

.cms-int-template-nav {
  margin-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #9c9c9c;
}
.cms-int-template-nav li a {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
}
.cms-int-template-nav li a p {
  padding: 0;
  margin: 0;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.textimage22 .site-interior-content-image {
  height: 25rem;
}
.textimage22 .site-interior-content-image.float {
  float: left;
  height: 12.5rem;
  margin-right: 2rem;
  width: 18.75rem;
}
.textimage22 .site-interior-content-image.float.right {
  float: right;
  margin-left: 2rem;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .textimage22 .site-interior-content-image {
    height: 12.5rem;
  }
  .textimage22 .site-interior-content-image.float {
    float: none !important;
    margin: 1rem auto !important;
  }
}

.cms-int-onepoint-page {
  --op-primary-color: var(--company-primary-color);
  --op-secondary-color: var(--company-secondary-color);
  --op-border-radius: .625rem;
}
.cms-int-onepoint-page img {
  max-width: 100%;
}
.cms-int-onepoint-page .int-image {
  --op-image-container-padding-x: 1rem;
  background-position: center center;
  background-size: cover;
  aspect-ratio: var(--image-aspect-ratio);
  padding-left: var(--op-image-container-padding-x);
  padding-right: var(--op-image-container-padding-x);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .cms-int-onepoint-page .int-image {
    --image-aspect-ratio: 3 / 4;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-onepoint-page .int-image {
    --image-aspect-ratio: 1 / 1;
  }
}
@media (min-width: 992px) {
  .cms-int-onepoint-page .int-image {
    --image-aspect-ratio: 16 / 9;
  }
}
.cms-int-onepoint-page .int-image img {
  height: auto;
  max-width: 100%;
  width: 23rem;
}
.cms-int-onepoint-page .onepoint-intro {
  --op-intro-bg-color: var(--op-primary-color);
  --op-intro-container-padding-x: 1rem;
  --op-intro-container-padding-y: 8rem;
  --op-intro-max-width: 90rem;
  --heading-text-align: center;
  --heading-color: #fff;
  --p-color: #fff;
  background-color: var(--op-intro-bg-color);
  padding-top: var(--op-intro-container-padding-y);
  padding-bottom: var(--op-intro-container-padding-y);
  padding-left: var(--op-intro-container-padding-x);
  padding-right: var(--op-intro-container-padding-x);
}
.cms-int-onepoint-page .onepoint-intro .site-container,
.cms-int-onepoint-page .onepoint-intro .container-xxl {
  max-width: var(--op-intro-max-width);
}
.cms-int-onepoint-page .onepoint-intro h1 {
  text-align: var(--heading-text-align);
  color: var(--heading-color);
}
.cms-int-onepoint-page .onepoint-intro h5 {
  --heading-margin-top: 3rem;
  text-align: var(--heading-text-align);
  color: var(--heading-color);
  margin-top: var(--heading-margin-top);
}
.cms-int-onepoint-page .onepoint-intro p {
  --p-text-align: center;
  text-align: var(--p-text-align);
  color: var(--p-color);
}
.cms-int-onepoint-page .onepoint-connection {
  --op-connection-max-width: 75rem;
}
@media (max-width: 767.98px) {
  .cms-int-onepoint-page .onepoint-connection {
    --connection-container-padding-y: 4.75rem;
    --connection-h2-margin-bottom: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-int-onepoint-page .onepoint-connection {
    --connection-container-padding-y: 6.25rem;
    --connection-h2-margin-bottom: 3.5rem;
  }
}
@media (min-width: 992px) {
  .cms-int-onepoint-page .onepoint-connection {
    --connection-container-padding-y: 8.5rem;
    --connection-h2-margin-bottom: 3.5rem;
  }
}
.cms-int-onepoint-page .onepoint-connection .site-container,
.cms-int-onepoint-page .onepoint-connection .container-xxl {
  max-width: var(--op-connection-max-width);
  padding-top: var(--connection-container-padding-y);
  padding-right: var(--container-padding-x);
  padding-bottom: var(--connection-container-padding-y);
  padding-left: var(--container-padding-x);
}
.cms-int-onepoint-page .onepoint-connection h2, .cms-int-onepoint-page .onepoint-connection .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-onepoint-page .onepoint-connection .site-service-stat-text {
  --heading-margin-bottom: var(--connection-h2-margin-bottom);
  text-align: center;
}
.cms-int-onepoint-page .onepoint-connection p {
  text-align: center;
}
.cms-int-onepoint-page .onepoint-connection .image {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.cms-int-onepoint-page .onepoint-difference {
  --op-difference-padding-top: 25rem;
  --op-difference-padding-bottom: 4rem;
  --icon-list-ul-columns: repeat(3, 1fr);
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: var(--op-difference-padding-top);
  padding-bottom: var(--op-difference-padding-bottom);
}
@media (max-width: 767.98px) {
  .cms-int-onepoint-page .onepoint-difference {
    --op-difference-padding-top: 5rem;
    --icon-list-ul-columns: repeat(1, 1fr);
  }
}
.cms-int-onepoint-page .onepoint-difference h2, .cms-int-onepoint-page .onepoint-difference .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-onepoint-page .onepoint-difference .site-service-stat-text {
  --heading-color: #fff;
  --heading-text-align: center;
  color: var(--heading-color);
  text-align: var(--heading-text-align);
}
.cms-int-onepoint-page .onepoint-difference ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: var(--icon-list-ul-columns, 1fr);
  margin-top: 8rem;
}
.cms-int-onepoint-page .onepoint-difference ul li {
  background-color: var(--op-primary-color);
  padding: 2rem;
  border-radius: var(--op-border-radius);
}
.cms-int-onepoint-page .onepoint-difference ul li h4 {
  --heading-color: #fff;
  --heading-text-align: center;
  --heading-line-height: 1.2;
  color: var(--heading-color);
  text-align: var(--heading-text-align);
  line-height: var(--heading-line-height);
}
.cms-int-onepoint-page .onepoint-difference ul li p {
  --p-color: #fff;
  --p-text-align: center;
  color: var(--p-color);
  text-align: var(--heading-text-align);
}
.cms-int-onepoint-page .onepoint-expect {
  --op-expect-padding-top: 5rem;
  --op-expect-padding-bottom: 5rem;
  --op-expect-text-margin-top: 0;
  --op-expect-text-margin-left: 2rem;
  padding-top: var(--op-expect-padding-top);
  padding-bottom: var(--op-expect-padding-bottom);
}
@media (max-width: 991.98px) {
  .cms-int-onepoint-page .onepoint-expect {
    --op-expect-text-margin-left: 1rem;
  }
}
@media (max-width: 767.98px) {
  .cms-int-onepoint-page .onepoint-expect {
    --op-expect-text-margin-top: 2rem;
    --op-expect-text-margin-left: 0;
  }
}
.cms-int-onepoint-page .onepoint-expect .row {
  align-items: center;
}
.cms-int-onepoint-page .onepoint-expect h3,
.cms-int-onepoint-page .onepoint-expect ul {
  margin-top: var(--op-expect-text-margin-top);
  margin-left: var(--op-expect-text-margin-left);
}
.cms-int-onepoint-page .onepoint-expect li {
  padding: 0.5rem 0;
}
.cms-int-onepoint-page .onepoint-partners {
  --icon-list-ul-columns: repeat(4, 1fr);
  --op-partners-padding: 8rem 0;
  background-color: var(--op-secondary-color);
  padding: var(--op-partners-padding);
}
@media (max-width: 991.98px) {
  .cms-int-onepoint-page .onepoint-partners {
    --icon-list-ul-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .cms-int-onepoint-page .onepoint-partners {
    --icon-list-ul-columns: repeat(1, 1fr);
  }
}
.cms-int-onepoint-page .onepoint-partners h2, .cms-int-onepoint-page .onepoint-partners .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-onepoint-page .onepoint-partners .site-service-stat-text {
  --heading-text-align: center;
  text-align: var(--heading-text-align);
}
.cms-int-onepoint-page .onepoint-partners p {
  --p-text-align: center;
  text-align: var(--p-text-align);
}
.cms-int-onepoint-page .onepoint-partners ul {
  list-style: none;
  margin: 5rem 0 0;
  padding-left: 0;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: var(--icon-list-ul-columns, 1fr);
}
.cms-int-onepoint-page .onepoint-partners ul li {
  background-color: #fff;
  border-radius: var(--op-border-radius);
  text-align: center;
  padding: 4rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.cms-int-onepoint-page .onepoint-partners ul li img {
  width: auto;
  max-height: 6.0625rem;
}
.cms-int-onepoint-page .onepoint-partners ul li h6,
.cms-int-onepoint-page .onepoint-partners ul li p {
  margin-top: 2rem;
}
.cms-int-onepoint-page .onepoint-connect {
  --op-connect-padding-top: 5rem;
  --op-connect-padding-bottom: 5rem;
  --op-connect-image-top-margin: 0;
  padding-top: var(--op-connect-padding-top);
  padding-bottom: var(--op-connect-padding-bottom);
}
@media (max-width: 767.98px) {
  .cms-int-onepoint-page .onepoint-connect {
    --op-connect-image-top-margin: 4rem;
  }
}
.cms-int-onepoint-page .onepoint-connect .row {
  align-items: center;
}
.cms-int-onepoint-page .onepoint-connect h3 {
  --heading-text-align: center;
  text-align: var(--heading-text-align);
}
.cms-int-onepoint-page .onepoint-connect p {
  --p-text-align: center;
  text-align: var(--p-text-align);
}
.cms-int-onepoint-page .onepoint-connect img {
  margin-top: var(--op-connect-image-top-margin);
}
.cms-int-onepoint-page .onepoint-connect .onepoint-btn {
  --op-btn-bg-color: var(--op-primary-color);
  --op-btn-border-radius: 1.5rem;
  --op-btn-padding: 1rem 1.5rem;
  --op-btn-color: #fff;
  --op-btn-display: inline-block;
  --op-btn-top-margin: 3rem;
  --op-btn-decoration: none;
  background-color: var(--op-btn-bg-color);
  border-radius: var(--op-btn-border-radius);
  color: var(--op-btn-color);
  text-decoration: var(--op-btn-decoration);
  margin-top: var(--op-btn-top-margin);
  padding: var(--op-btn-padding);
  display: var(--op-btn-display);
}
.cms-int-onepoint-page .onepoint-connect .onepoint-btn:focus, .cms-int-onepoint-page .onepoint-connect .onepoint-btn:hover {
  color: var(--op-btn-color);
  text-decoration: var(--op-btn-decoration);
}

.cms-int-advanced-placeholder {
  width: 100%;
}
.cms-int-advanced-placeholder .site-container,
.cms-int-advanced-placeholder .container-xxl {
  background-color: #FAFAFA;
  padding: 10rem 1rem;
}
.cms-int-advanced-placeholder h2, .cms-int-advanced-placeholder .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-int-advanced-placeholder .site-service-stat-text {
  --heading-color: #999;
  --heading-text-align: center;
  color: var(--heading-color);
  text-align: var(--heading-text-align);
}

.rng-featured-property-container {
  padding-bottom: 1rem;
  overflow: auto;
}
.rng-featured-property-container.rng-featured-property-layout-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property-listing-details-items {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property-listing-details-items li {
  color: #fff !important;
  font-size: 1rem;
  padding: 0 0.5rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property-listing-details-items li {
    font-size: 0.75rem;
    padding: 0 0.5rem;
  }
}
.rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property-listing-details-items li:before {
  content: "|";
  position: absolute;
  left: -0.125rem;
  top: 0;
}
@media (max-width: 575.98px) {
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property-listing-details-items li:before {
    left: -0.125rem;
  }
}
.rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property-listing-details-items li:nth-child(1), .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property-listing-details-items li:nth-child(2) {
  padding-left: 0;
}
.rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property-listing-details-items li:nth-child(1):before, .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property-listing-details-items li:nth-child(2):before {
  display: none;
}
.rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property-listing-details-items .rng-address {
  padding: 0;
  width: 100%;
  flex: 1 0 auto;
}
@media (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property {
    margin: 0.25rem;
    width: calc(33% - 0.5rem);
    flex-direction: column;
    border: 1px solid #e5e5e5;
    display: flex;
    position: relative;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-photo-section {
    background-color: #e5e5e5;
    background-image: url(https://content.mediastg.net/dyna_images//mls/268/17229127.jpg);
    background-position: center;
    background-size: cover;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-photo-section:after {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    content: "View Property Details";
    opacity: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 150ms ease-in-out all;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-photo-section:hover:after {
    opacity: 1;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-photo-section i {
    padding: 0.25rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .banners {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 1rem;
    z-index: 10;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .banners .rng-featured-property-banner_reduced {
    background: #000;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 0.25rem;
    padding: 0.25rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) and (max-width: 767.98px) {
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .banners .rng-featured-property-banner_reduced {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details {
    font-family: "Open Sans", sans-serif !important;
    overflow: hidden;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h3 {
    color: #0a0a0a !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.75rem !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: normal !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    margin: 0 !important;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-sold {
    color: #666666;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .site-service-stat-text {
    font-size: 1.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .site-service-stat-text span {
    font-size: 1.5rem;
    display: block;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h3 {
    font-size: 1.625rem;
    margin: 0;
    padding-top: 0.5rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h3 i {
    color: red;
    cursor: pointer;
    font-size: 1.5rem;
    transition: 150ms ease-in-out all;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h3 i.favorite :before {
    content: "\f004";
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before {
    content: "";
    border-radius: 100%;
    height: 1rem;
    margin-right: 0.5rem;
    width: 1rem;
    display: inline-block;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before {
    background-color: #0454a4;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before {
    background-color: green;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before {
    background-color: yellow;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before {
    background-color: red;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details h4 {
    font-size: 0.75rem;
    font-weight: 100;
    margin-bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details p {
    line-height: 1;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-header {
    margin-bottom: 0;
    display: flex;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-header h4 {
    text-align: right;
    flex: 1 0 auto;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-open-house span {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: baseline;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-open-house span i {
    color: #666666;
    font-size: 1.375rem;
    padding-right: 0.5rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-open-house p {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-courtesy {
    color: #666666;
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-courtesy p {
    font-size: 0.75rem;
    margin: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property {
    height: 32.5rem;
    margin-bottom: 0.25rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-listing-details {
    height: 50%;
  }
}
@media (min-width: 992px) and (max-width: 767.98px) {
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property {
    height: auto;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .rng-featured-property-container.rng-featured-property-layout-1 .rng-featured-property .rng-featured-property-photo-section {
    height: 12.5rem;
  }
}
@media (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2), .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3), .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5), .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6), .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8), .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) {
    margin-bottom: 0.5rem;
    border: 1px solid #e5e5e5;
    display: flex;
    position: relative;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-photo-section {
    background-color: #e5e5e5;
    background-image: url(https://content.mediastg.net/dyna_images//mls/268/17229127.jpg);
    background-position: center;
    background-size: cover;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-photo-section:after, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-photo-section:after, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-photo-section:after, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-photo-section:after, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-photo-section:after, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-photo-section:after {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    content: "View Property Details";
    opacity: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 150ms ease-in-out all;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-photo-section:hover:after, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-photo-section:hover:after, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-photo-section:hover:after, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-photo-section:hover:after, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-photo-section:hover:after, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-photo-section:hover:after {
    opacity: 1;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-photo-section i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-photo-section i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-photo-section i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-photo-section i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-photo-section i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-photo-section i {
    padding: 0.25rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .banners, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .banners, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .banners, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .banners, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .banners, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .banners {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 1rem;
    z-index: 10;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .banners .rng-featured-property-banner_reduced {
    background: #000;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 0.25rem;
    padding: 0.25rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) and (max-width: 767.98px) {
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .banners .rng-featured-property-banner_reduced {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details {
    font-family: "Open Sans", sans-serif !important;
    overflow: hidden;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 {
    color: #0a0a0a !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.75rem !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: normal !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    margin: 0 !important;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-sold, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-sold, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-sold, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-sold, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-sold, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-sold {
    color: #666666;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .site-service-stat-text, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .site-service-stat-text, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .site-service-stat-text, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .site-service-stat-text, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .site-service-stat-text, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .site-service-stat-text {
    font-size: 1.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .site-service-stat-text span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .site-service-stat-text span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .site-service-stat-text span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .site-service-stat-text span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .site-service-stat-text span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .site-service-stat-text span {
    font-size: 1.5rem;
    display: block;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 {
    font-size: 1.625rem;
    margin: 0;
    padding-top: 0.5rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 i {
    color: red;
    cursor: pointer;
    font-size: 1.5rem;
    transition: 150ms ease-in-out all;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 i.favorite :before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 i.favorite :before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 i.favorite :before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 i.favorite :before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 i.favorite :before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 i.favorite :before {
    content: "\f004";
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before {
    content: "";
    border-radius: 100%;
    height: 1rem;
    margin-right: 0.5rem;
    width: 1rem;
    display: inline-block;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before {
    background-color: #0454a4;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before {
    background-color: green;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before {
    background-color: yellow;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before {
    background-color: red;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h4, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h4, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h4, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h4, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h4, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h4 {
    font-size: 0.75rem;
    font-weight: 100;
    margin-bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details p {
    line-height: 1;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-header, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-header, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-header, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-header, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-header, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-header {
    margin-bottom: 0;
    display: flex;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-header h4, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-header h4, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-header h4, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-header h4, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-header h4, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-header h4 {
    text-align: right;
    flex: 1 0 auto;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-open-house span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-open-house span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-open-house span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-open-house span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-open-house span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-open-house span {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: baseline;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-open-house span i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-open-house span i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-open-house span i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-open-house span i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-open-house span i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-open-house span i {
    color: #666666;
    font-size: 1.375rem;
    padding-right: 0.5rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-open-house p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-open-house p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-open-house p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-open-house p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-open-house p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-open-house p {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-courtesy, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-courtesy, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-courtesy, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-courtesy, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-courtesy, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-courtesy {
    color: #666666;
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-courtesy p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-courtesy p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-courtesy p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-courtesy p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-courtesy p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-courtesy p {
    font-size: 0.75rem;
    margin: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2), .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3), .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5), .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6), .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8), .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) {
    height: calc(32.5rem / 2 - 0.25rem);
    width: calc(66.6666666667% - 0.25rem);
  }
}
@media (min-width: 992px) and (max-width: 767.98px) {
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2), .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3), .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5), .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6), .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8), .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details {
    width: 50%;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) {
    margin-right: 0.5rem;
    float: left;
    width: calc(33% - 0.5rem);
    flex-direction: column;
    border: 1px solid #e5e5e5;
    display: flex;
    position: relative;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-photo-section {
    background-color: #e5e5e5;
    background-image: url(https://content.mediastg.net/dyna_images//mls/268/17229127.jpg);
    background-position: center;
    background-size: cover;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-photo-section:after, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-photo-section:after {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    content: "View Property Details";
    opacity: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 150ms ease-in-out all;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-photo-section:hover:after, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-photo-section:hover:after {
    opacity: 1;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-photo-section i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-photo-section i {
    padding: 0.25rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .banners, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .banners {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 1rem;
    z-index: 10;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .banners .rng-featured-property-banner_reduced {
    background: #000;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 0.25rem;
    padding: 0.25rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) and (max-width: 767.98px) {
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .banners .rng-featured-property-banner_reduced {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details {
    font-family: "Open Sans", sans-serif !important;
    overflow: hidden;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h3 {
    color: #0a0a0a !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.75rem !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: normal !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    margin: 0 !important;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .rng-featured-property-sold, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .rng-featured-property-sold {
    color: #666666;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .site-service-stat-text, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .site-service-stat-text {
    font-size: 1.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .site-service-stat-text span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .site-service-stat-text span {
    font-size: 1.5rem;
    display: block;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h3 {
    font-size: 1.625rem;
    margin: 0;
    padding-top: 0.5rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h3 i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h3 i {
    color: red;
    cursor: pointer;
    font-size: 1.5rem;
    transition: 150ms ease-in-out all;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h3 i.favorite :before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h3 i.favorite :before {
    content: "\f004";
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before {
    content: "";
    border-radius: 100%;
    height: 1rem;
    margin-right: 0.5rem;
    width: 1rem;
    display: inline-block;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before {
    background-color: #0454a4;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before {
    background-color: green;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before {
    background-color: yellow;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before {
    background-color: red;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details h4, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details h4 {
    font-size: 0.75rem;
    font-weight: 100;
    margin-bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details p {
    line-height: 1;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .rng-featured-property-header, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .rng-featured-property-header {
    margin-bottom: 0;
    display: flex;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .rng-featured-property-header h4, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .rng-featured-property-header h4 {
    text-align: right;
    flex: 1 0 auto;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .rng-featured-property-open-house span, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .rng-featured-property-open-house span {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: baseline;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .rng-featured-property-open-house span i, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .rng-featured-property-open-house span i {
    color: #666666;
    font-size: 1.375rem;
    padding-right: 0.5rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .rng-featured-property-open-house p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .rng-featured-property-open-house p {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .rng-featured-property-courtesy, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .rng-featured-property-courtesy {
    color: #666666;
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details .rng-featured-property-courtesy p, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details .rng-featured-property-courtesy p {
    font-size: 0.75rem;
    margin: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) {
    height: 32.5rem;
    margin-bottom: 0.25rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-listing-details {
    height: 50%;
  }
}
@media (min-width: 992px) and (max-width: 767.98px) {
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) {
    height: auto;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:first-of-type .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-2 .rng-featured-property:nth-of-type(3n+4) .rng-featured-property-photo-section {
    height: 12.5rem;
  }
}
@media (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) {
    margin-bottom: 0.5rem;
    border: 1px solid #e5e5e5;
    display: flex;
    position: relative;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-photo-section {
    background-color: #e5e5e5;
    background-image: url(https://content.mediastg.net/dyna_images//mls/268/17229127.jpg);
    background-position: center;
    background-size: cover;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-photo-section:after, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-photo-section:after, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-photo-section:after, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-photo-section:after, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-photo-section:after, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-photo-section:after {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    content: "View Property Details";
    opacity: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 150ms ease-in-out all;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-photo-section:hover:after, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-photo-section:hover:after, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-photo-section:hover:after, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-photo-section:hover:after, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-photo-section:hover:after, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-photo-section:hover:after {
    opacity: 1;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-photo-section i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-photo-section i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-photo-section i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-photo-section i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-photo-section i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-photo-section i {
    padding: 0.25rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .banners, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .banners, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .banners, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .banners, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .banners, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .banners {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 1rem;
    z-index: 10;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .banners .rng-featured-property-banner_reduced {
    background: #000;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 0.25rem;
    padding: 0.25rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) and (max-width: 767.98px) {
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .banners .rng-featured-property-banner_reduced {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details {
    font-family: "Open Sans", sans-serif !important;
    overflow: hidden;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 {
    color: #0a0a0a !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.75rem !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: normal !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    margin: 0 !important;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .rng-featured-property-sold, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-sold, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-sold, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-sold, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .rng-featured-property-sold, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-sold {
    color: #666666;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .site-service-stat-text, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .site-service-stat-text, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .site-service-stat-text, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .site-service-stat-text, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .site-service-stat-text, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .site-service-stat-text {
    font-size: 1.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .site-service-stat-text span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .site-service-stat-text span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .site-service-stat-text span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .site-service-stat-text span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .site-service-stat-text span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .site-service-stat-text span {
    font-size: 1.5rem;
    display: block;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 {
    font-size: 1.625rem;
    margin: 0;
    padding-top: 0.5rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h3 i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h3 i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 i {
    color: red;
    cursor: pointer;
    font-size: 1.5rem;
    transition: 150ms ease-in-out all;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h3 i.favorite :before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 i.favorite :before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 i.favorite :before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 i.favorite :before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h3 i.favorite :before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 i.favorite :before {
    content: "\f004";
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before {
    content: "";
    border-radius: 100%;
    height: 1rem;
    margin-right: 0.5rem;
    width: 1rem;
    display: inline-block;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before {
    background-color: #0454a4;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before {
    background-color: green;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before {
    background-color: yellow;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before {
    background-color: red;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details h4, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details h4, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details h4, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details h4, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details h4, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details h4 {
    font-size: 0.75rem;
    font-weight: 100;
    margin-bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details p {
    line-height: 1;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .rng-featured-property-header, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-header, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-header, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-header, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .rng-featured-property-header, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-header {
    margin-bottom: 0;
    display: flex;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .rng-featured-property-header h4, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-header h4, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-header h4, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-header h4, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .rng-featured-property-header h4, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-header h4 {
    text-align: right;
    flex: 1 0 auto;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .rng-featured-property-open-house span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-open-house span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-open-house span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-open-house span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .rng-featured-property-open-house span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-open-house span {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: baseline;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .rng-featured-property-open-house span i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-open-house span i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-open-house span i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-open-house span i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .rng-featured-property-open-house span i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-open-house span i {
    color: #666666;
    font-size: 1.375rem;
    padding-right: 0.5rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .rng-featured-property-open-house p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-open-house p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-open-house p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-open-house p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .rng-featured-property-open-house p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-open-house p {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .rng-featured-property-courtesy, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-courtesy, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-courtesy, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-courtesy, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .rng-featured-property-courtesy, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-courtesy {
    color: #666666;
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details .rng-featured-property-courtesy p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details .rng-featured-property-courtesy p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details .rng-featured-property-courtesy p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details .rng-featured-property-courtesy p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details .rng-featured-property-courtesy p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details .rng-featured-property-courtesy p {
    font-size: 0.75rem;
    margin: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) {
    height: calc(32.5rem / 2 - 0.25rem);
    width: calc(66.6666666667% - 0.25rem);
  }
}
@media (min-width: 992px) and (max-width: 767.98px) {
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(5) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(6) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) .rng-featured-property-listing-details {
    width: 50%;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) {
    width: calc(33% - 0.5rem);
    flex-direction: column;
    border: 1px solid #e5e5e5;
    display: flex;
    position: relative;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-photo-section {
    background-color: #e5e5e5;
    background-image: url(https://content.mediastg.net/dyna_images//mls/268/17229127.jpg);
    background-position: center;
    background-size: cover;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-photo-section:after, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-photo-section:after, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-photo-section:after {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    content: "View Property Details";
    opacity: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 150ms ease-in-out all;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-photo-section:hover:after, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-photo-section:hover:after, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-photo-section:hover:after {
    opacity: 1;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-photo-section i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-photo-section i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-photo-section img,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-photo-section i {
    padding: 0.25rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .banners, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .banners, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .banners {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 1rem;
    z-index: 10;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .banners .rng-featured-property-banner_reduced {
    background: #000;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 0.25rem;
    padding: 0.25rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) and (max-width: 767.98px) {
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .banners .rng-featured-property-banner_reduced, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .banners .rng-featured-property-banner_new,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .banners .rng-featured-property-banner_reduced {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details {
    font-family: "Open Sans", sans-serif !important;
    overflow: hidden;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 {
    color: #0a0a0a !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.75rem !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: normal !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    margin: 0 !important;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-sold, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .rng-featured-property-sold, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h4,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-sold {
    color: #666666;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .site-service-stat-text, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .site-service-stat-text, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h2, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .site-service-stat-text {
    font-size: 1.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .site-service-stat-text span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .site-service-stat-text span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h2 span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .site-service-stat-text span {
    font-size: 1.5rem;
    display: block;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h3, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 {
    font-size: 1.625rem;
    margin: 0;
    padding-top: 0.5rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h3 i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 i {
    color: red;
    cursor: pointer;
    font-size: 1.5rem;
    transition: 150ms ease-in-out all;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 i.favorite :before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h3 i.favorite :before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 i.favorite :before {
    content: "\f004";
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before {
    content: "";
    border-radius: 100%;
    height: 1rem;
    margin-right: 0.5rem;
    width: 1rem;
    display: inline-block;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before {
    background-color: #0454a4;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before {
    background-color: green;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before {
    background-color: yellow;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before {
    background-color: red;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details h4, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details h4, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details h4 {
    font-size: 0.75rem;
    font-weight: 100;
    margin-bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details p {
    line-height: 1;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-header, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .rng-featured-property-header, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-header {
    margin-bottom: 0;
    display: flex;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-header h4, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .rng-featured-property-header h4, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-header h4 {
    text-align: right;
    flex: 1 0 auto;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-open-house span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .rng-featured-property-open-house span, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-open-house span {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: baseline;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-open-house span i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .rng-featured-property-open-house span i, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-open-house span i {
    color: #666666;
    font-size: 1.375rem;
    padding-right: 0.5rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-open-house p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .rng-featured-property-open-house p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-open-house p {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-courtesy, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .rng-featured-property-courtesy, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-courtesy {
    color: #666666;
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details .rng-featured-property-courtesy p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details .rng-featured-property-courtesy p, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details .rng-featured-property-courtesy p {
    font-size: 0.75rem;
    margin: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) {
    height: 32.5rem;
    margin-bottom: 0.25rem;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-listing-details, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-photo-section,
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-listing-details {
    height: 50%;
  }
}
@media (min-width: 992px) and (max-width: 767.98px) {
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) {
    height: auto;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3) .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) .rng-featured-property-photo-section, .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(9) .rng-featured-property-photo-section {
    height: 12.5rem;
  }
}
@media (min-width: 992px) {
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(1), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(2), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(7), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(8) {
    margin-right: 0.5rem;
    float: left;
  }
  .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(3), .rng-featured-property-container.rng-featured-property-layout-3 .rng-featured-property:nth-of-type(4) {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .rng-featured-property-container .rng-featured-property {
    margin-bottom: 0.5rem;
    border: 1px solid #e5e5e5;
    display: flex;
    position: relative;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-photo-section {
    background-color: #e5e5e5;
    background-image: url(https://content.mediastg.net/dyna_images//mls/268/17229127.jpg);
    background-position: center;
    background-size: cover;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-photo-section:after {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    content: "View Property Details";
    opacity: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 150ms ease-in-out all;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-photo-section:hover:after {
    opacity: 1;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-photo-section img,
  .rng-featured-property-container .rng-featured-property .rng-featured-property-photo-section i {
    padding: 0.25rem;
  }
  .rng-featured-property-container .rng-featured-property .banners {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 1rem;
    z-index: 10;
  }
  .rng-featured-property-container .rng-featured-property .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container .rng-featured-property .banners .rng-featured-property-banner_new,
  .rng-featured-property-container .rng-featured-property .banners .rng-featured-property-banner_reduced {
    background: #000;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 0.25rem;
    padding: 0.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 576px) and (max-width: 767.98px) {
  .rng-featured-property-container .rng-featured-property .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container .rng-featured-property .banners .rng-featured-property-banner_new,
  .rng-featured-property-container .rng-featured-property .banners .rng-featured-property-banner_reduced {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details {
    font-family: "Open Sans", sans-serif !important;
    overflow: hidden;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h2, .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 {
    color: #0a0a0a !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.75rem !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: normal !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    margin: 0 !important;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h4,
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-sold {
    color: #666666;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h2, .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .site-service-stat-text {
    font-size: 1.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h2 span, .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .site-service-stat-text span {
    font-size: 1.5rem;
    display: block;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 {
    font-size: 1.625rem;
    margin: 0;
    padding-top: 0.5rem;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 i {
    color: red;
    cursor: pointer;
    font-size: 1.5rem;
    transition: 150ms ease-in-out all;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 i.favorite :before {
    content: "\f004";
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before {
    content: "";
    border-radius: 100%;
    height: 1rem;
    margin-right: 0.5rem;
    width: 1rem;
    display: inline-block;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before {
    background-color: #0454a4;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before {
    background-color: green;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before {
    background-color: yellow;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before {
    background-color: red;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h4 {
    font-size: 0.75rem;
    font-weight: 100;
    margin-bottom: 0;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details p {
    line-height: 1;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-header {
    margin-bottom: 0;
    display: flex;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-header h4 {
    text-align: right;
    flex: 1 0 auto;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-open-house span {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: baseline;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-open-house span i {
    color: #666666;
    font-size: 1.375rem;
    padding-right: 0.5rem;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-open-house p {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-courtesy {
    color: #666666;
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-courtesy p {
    font-size: 0.75rem;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 992px) {
  .rng-featured-property-container .rng-featured-property {
    height: calc(32.5rem / 2 - 0.25rem);
    width: calc(66.6666666667% - 0.25rem);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .rng-featured-property-container .rng-featured-property {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .rng-featured-property-container .rng-featured-property .rng-featured-property-photo-section,
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .rng-featured-property-container .rng-featured-property {
    width: calc(33% - 0.5rem);
    flex-direction: column;
    border: 1px solid #e5e5e5;
    display: flex;
    position: relative;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-photo-section {
    background-color: #e5e5e5;
    background-image: url(https://content.mediastg.net/dyna_images//mls/268/17229127.jpg);
    background-position: center;
    background-size: cover;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-photo-section:after {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    content: "View Property Details";
    opacity: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 150ms ease-in-out all;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-photo-section:hover:after {
    opacity: 1;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-photo-section img,
  .rng-featured-property-container .rng-featured-property .rng-featured-property-photo-section i {
    padding: 0.25rem;
  }
  .rng-featured-property-container .rng-featured-property .banners {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 1rem;
    z-index: 10;
  }
  .rng-featured-property-container .rng-featured-property .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container .rng-featured-property .banners .rng-featured-property-banner_new,
  .rng-featured-property-container .rng-featured-property .banners .rng-featured-property-banner_reduced {
    background: #000;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 0.25rem;
    padding: 0.25rem;
  }
}
@media (max-width: 575.98px) and (min-width: 576px) and (max-width: 767.98px) {
  .rng-featured-property-container .rng-featured-property .banners .rng-featured-property-banner_openhouse,
  .rng-featured-property-container .rng-featured-property .banners .rng-featured-property-banner_new,
  .rng-featured-property-container .rng-featured-property .banners .rng-featured-property-banner_reduced {
    font-size: 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details {
    font-family: "Open Sans", sans-serif !important;
    overflow: hidden;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h2, .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .site-service-stat-text,
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 {
    color: #0a0a0a !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.75rem !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: normal !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    margin: 0 !important;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h4,
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-listing-details-items,
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-open-house,
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-sold {
    color: #666666;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h2, .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .site-service-stat-text {
    font-size: 1.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h2 span, .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .site-home #realestatestats-section .site-service-stat-text span, .site-home #realestatestats-section .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .site-service-stat-text span {
    font-size: 1.5rem;
    display: block;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 {
    font-size: 1.625rem;
    margin: 0;
    padding-top: 0.5rem;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 i {
    color: red;
    cursor: pointer;
    font-size: 1.5rem;
    transition: 150ms ease-in-out all;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 i.favorite :before {
    content: "\f004";
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status:before {
    content: "";
    border-radius: 100%;
    height: 1rem;
    margin-right: 0.5rem;
    width: 1rem;
    display: inline-block;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.comingsoon:before, .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming.soon:before, .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.coming-soon:before {
    background-color: #0454a4;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.active:before, .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.public:before {
    background-color: green;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.pending:before {
    background-color: yellow;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h3 .rng-featured-property-listing-status.sold:before {
    background-color: red;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details h4 {
    font-size: 0.75rem;
    font-weight: 100;
    margin-bottom: 0;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details p {
    line-height: 1;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-header {
    margin-bottom: 0;
    display: flex;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-header h4 {
    text-align: right;
    flex: 1 0 auto;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-open-house span {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: baseline;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-open-house span i {
    color: #666666;
    font-size: 1.375rem;
    padding-right: 0.5rem;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-open-house p {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-courtesy {
    color: #666666;
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details .rng-featured-property-courtesy p {
    font-size: 0.75rem;
    margin: 0;
  }
}
@media (max-width: 575.98px) and (min-width: 992px) {
  .rng-featured-property-container .rng-featured-property {
    height: 32.5rem;
    margin-bottom: 0.25rem;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-photo-section,
  .rng-featured-property-container .rng-featured-property .rng-featured-property-listing-details {
    height: 50%;
  }
}
@media (max-width: 575.98px) and (max-width: 767.98px) {
  .rng-featured-property-container .rng-featured-property {
    height: auto;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .rng-featured-property-container .rng-featured-property .rng-featured-property-photo-section {
    height: 12.5rem;
  }
}

.rng-featured-properties-disclaimer {
  color: #8a8a8a;
  line-height: 1.5rem;
}

#google_translate_element select {
  background-color: #fff;
}

.cms-int-pp-page {
  padding: var(--padding-y 0);
}
@media (max-width: 575.98px) {
  .cms-int-pp-page {
    --card-image-border-radius: var(--bs-card-border-radius) var(--bs-card-border-radius) 0 0;
    --card-image-height: 14rem;
  }
}
@media (min-width: 576px) {
  .cms-int-pp-page {
    --card-image-border-radius: var(--bs-card-border-radius) 0 0 var(--bs-card-border-radius);
    --card-image-justify: center;
    --card-image-width: 12rem;
    --card-flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .cms-int-pp-page {
    --padding-y: 2rem;
    --vertical-gap: 3rem;
  }
}
@media (min-width: 768px) {
  .cms-int-pp-page {
    --padding-y: 3rem;
    --vertical-gap: 3.75rem;
  }
}
@media (min-width: 992px) {
  .cms-int-pp-page {
    --card-columns: 2;
  }
}
.cms-int-pp-page .heading-1,
.cms-int-pp-page .heading-2 {
  --heading-text-align: center;
  --heading-margin-bottom: var(--vertical-gap);
}
.cms-int-pp-page .adv-editor {
  margin-bottom: var(--vertical-gap);
}
.cms-int-pp-page .pp-container {
  margin-bottom: var(--vertical-gap);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(var(--card-columns, 1), 1fr);
}
.cms-int-pp-page .pp-card {
  --card-spacing: .75rem;
  flex-direction: var(--card-flex-direction, column);
}
.cms-int-pp-page .pp-card .image {
  background: var(--bs-card-border-color);
  height: var(--card-image-height, 100%);
  padding: var(--card-spacing);
  width: var(--card-image-width, 100%);
  display: flex;
  align-items: center;
  justify-content: var(--card-image-justify, flex-start);
}
.cms-int-pp-page .pp-card .image img {
  max-height: 100%;
  max-width: 100%;
}
.cms-int-pp-page .pp-card .text {
  overflow-wrap: anywhere;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  gap: var(--card-spacing);
}
.cms-int-pp-page .pp-card .category {
  width: 100%;
  display: flex;
  gap: var(--card-spacing);
  justify-content: space-between;
}
.cms-int-pp-page .pp-card h3 {
  --heading-font-size: 1.25rem;
  --heading-font-weight: bold;
  --heading-margin-bottom: 0;
}
.cms-int-pp-page .pp-card .license {
  font-size: 0.75rem;
}
.cms-int-pp-page .pp-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.cms-int-pp-page .pp-card ul li {
  display: flex;
  gap: var(--card-spacing);
}
.cms-int-pp-page .pp-card ul a {
  font-size: 1rem;
}

.cms-int-404 {
  background-blend-mode: var(--background-blend-mode);
  background-color: var(--background-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color, #fff);
  text-align: var(--text-align, center);
  text-transform: var(--text-transform, none);
  padding-top: var(--padding-top, 2.5rem);
  padding-bottom: var(--padding-bottom, 6.25rem);
}
@media (min-width: 768px) {
  .cms-int-404 h1 {
    font-size: var(--heading-font-size);
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    margin-bottom: var(--heading-margin-bottom);
  }
  .cms-int-404 .content,
  .cms-int-404 .copy {
    font-size: var(--p-font-size);
  }
}
.cms-int-404.v-1 {
  --background-blend-mode: multiply;
  --background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .cms-int-404.v-1 {
    --padding-top: 9.375rem;
    --padding-bottom: 18.75rem;
    --heading-font-size: 3rem;
    --heading-font-weight: bold;
    --heading-line-height: 1.1;
    --heading-margin-bottom: 1.5rem;
    --p-font-size: 1.5rem;
  }
  .cms-int-404.v-1 h1 {
    margin-top: var(--heading-margin-bottom);
  }
}
.cms-int-404.v-2 {
  --background-blend-mode: multiply;
  --background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .cms-int-404.v-2 {
    --padding-top: 12.5rem;
    --padding-bottom: 12.5rem;
  }
  .cms-int-404.v-2 .content {
    --p-font-size: 1.125rem;
  }
  .cms-int-404.v-2 .copy {
    --p-font-size: 1.5rem;
  }
  .cms-int-404.v-2 h1 {
    --heading-font-size: 9rem;
    --heading-font-weight: bold;
    --heading-line-height: 1;
  }
  .cms-int-404.v-2 .btn {
    --bs-btn-padding-x: 2rem;
    --bs-btn-padding-y: 1.375rem;
    --bs-btn-font-size: 1.125rem;
  }
}
.cms-int-404.v-2 .container-xxl {
  margin-right: auto;
  margin-left: auto;
  max-width: 32rem;
}
.cms-int-404.v-2 .buttons {
  margin-top: 2rem;
}
.cms-int-404.v-3 {
  --text-align: left;
}
@media (min-width: 768px) {
  .cms-int-404.v-3 {
    --padding-top: 9.375rem;
    --padding-bottom: 18.75rem;
    --heading-font-size: 3rem;
    --heading-margin-bottom: 2rem;
  }
}
.cms-int-404.v-3 .buttons {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}
.cms-int-404.v-3 .btn {
  --bs-btn-font-size: .875rem;
  text-transform: uppercase;
}
.cms-int-404.v-4 {
  --background-blend-mode: multiply;
  --background-color: rgba(0, 0, 0, 0.4);
  --text-transform: uppercase;
  --heading-text-transform: var(--text-transform);
  --p-text-transform: var(--text-transform);
  --p-margin-bottom: 0;
}
@media (min-width: 768px) {
  .cms-int-404.v-4 {
    --padding-top: 12.5rem;
    --padding-bottom: 12.5rem;
    --heading-font-size: 7.5rem;
    --heading-font-weight: bold;
    --heading-line-height: 1;
    --heading-margin-bottom: 0;
  }
  .cms-int-404.v-4 .top,
  .cms-int-404.v-4 .middle,
  .cms-int-404.v-4 .bottom {
    font-size: var(--p-font-size);
    font-weight: var(--p-font-weight, normal);
  }
  .cms-int-404.v-4 .top {
    --p-font-size: 1.75rem;
  }
  .cms-int-404.v-4 .middle {
    --p-font-size: 1.25rem;
  }
  .cms-int-404.v-4 .bottom {
    --p-font-size: .875rem;
    --p-font-weight: bold;
  }
}
.cms-int-404.v-4 .container-xxl {
  margin-right: auto;
  margin-left: auto;
  max-width: 37.5rem;
}
.cms-int-404.v-4 .buttons {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
.cms-int-404.v-5 {
  --background-color: var(--hs-main);
  --text-align: left;
}
@media (max-width: 767.98px) {
  .cms-int-404.v-5 {
    --title-font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .cms-int-404.v-5 {
    --title-font-size: 1.5rem;
    --title-padding-y: 1.5rem;
    --copy-padding-y: 1rem;
  }
}
.cms-int-404.v-5 .title {
  font-size: var(--title-font-size);
  padding: var(--title-padding-y, 0) 0;
}
.cms-int-404.v-5 .copy {
  --p-color: #000;
  background: #fff;
  color: var(--p-color);
  padding: var(--title-padding-y, 0) 0;
}
.cms-int-404.v-6 {
  --color: inherit;
}
@media (max-width: 767.98px) {
  .cms-int-404.v-7 {
    --padding-top: 6rem;
    --padding-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .cms-int-404.v-7 {
    --padding-top: 2rem;
    --padding-bottom: 2rem;
  }
}
.cms-int-404 .btn-primary {
  --bs-btn-bg: var(--hs-main);
  --bs-btn-border-color: var(--hs-main);
  --bs-btn-hover-bg: var(--hs-main-dark);
  --bs-btn-hover-border-color: var(--hs-main-dark);
  --bs-btn-active-bg: var(--hs-main-dark);
  --bs-btn-active-border-color: var(--hs-main-dark);
  --bs-btn-disabled-bg: var(--hs-main);
  --bs-btn-disabled-border-color: var(--hs-main);
}

.cms-dashboard-cognito {
  --bg-color: var(--bs-gray-300);
  background-color: var(--bg-color);
  border-radius: var(--container-border-radius);
  font-family: "Open Sans", sans-serif;
  margin-top: var(--container-margin-y);
  margin-bottom: var(--container-margin-y);
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .cms-dashboard-cognito {
    --container-border-radius: 1rem;
    --container-padding-x: 2.25rem;
    --copy-padding-y: 2rem;
    --image-height: 25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cms-dashboard-cognito {
    --container-padding-x: 2.5rem;
    --copy-padding-y: 3rem;
    --image-height: 30rem;
  }
}
@media (min-width: 768px) {
  .cms-dashboard-cognito {
    --container-border-radius: 1.875rem;
  }
}
@media (max-width: 991.98px) {
  .cms-dashboard-cognito {
    --container-margin-y: 2rem;
    --copy-gap: 2rem;
    --image-border-bottom-left-radius: var(--container-border-radius);
    --image-curve-border-radius: 0 0 50% 50%;
    --image-curve-height: 4rem;
    --image-curve-width: calc(100% + 4rem);
    --image-curve-top: -2.5rem;
    --image-curve-left: -2rem;
  }
}
@media (min-width: 992px) {
  .cms-dashboard-cognito {
    --container-margin-y: 3rem;
    --container-padding-x: 3.5rem;
    --copy-padding-y: 5rem;
    --copy-gap: 3.5rem;
    --image-border-top-right-radius: var(--container-border-radius);
    --image-height: 36rem;
    --image-curve-border-radius: 0 50% 50% 0;
    --image-curve-height: calc(100% + 6rem);
    --image-curve-width: 9rem;
    --image-curve-top: -3rem;
    --image-curve-left: -4rem;
  }
}
.cms-dashboard-cognito .btn {
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1;
  --bs-btn-border-radius: 1rem;
  --bs-btn-box-shadow: 0 0.625rem 1.25rem -0.625rem rgba(0, 0, 0, .35);
  --bs-btn-focus-box-shadow: var(--bs-btn-box-shadow);
  --bs-btn-active-shadow: var(--bs-btn-box-shadow);
  box-shadow: var(--bs-btn-box-shadow);
}
.cms-dashboard-cognito .copy {
  padding-top: var(--copy-padding-y);
  padding-right: calc(var(--container-padding-x) + var(--bs-gutter-x) * 0.5);
  padding-bottom: var(--copy-padding-y);
  padding-left: calc(var(--container-padding-x) + var(--bs-gutter-x) * 0.5);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: var(--copy-gap);
  justify-content: center;
  z-index: 1;
}
.cms-dashboard-cognito .copy h2, .cms-dashboard-cognito .copy .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .cms-dashboard-cognito .copy .site-service-stat-text {
  --heading-font-weight: bold;
  --heading-margin-bottom: 0;
  font-weight: var(--heading-font-weight);
  margin-bottom: var(--heading-margin-bottom);
}
.cms-dashboard-cognito .copy p {
  --p-font-size: 1.25rem;
  --p-font-weight: 400;
  --p-margin-bottom: 0;
  font-size: var(--p-font-size);
  font-weight: var(--p-font-weight);
  margin-bottom: var(--p-margin-bottom);
}
.cms-dashboard-cognito .copy .btn {
  --bs-btn-font-size: 1.25rem;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: var(--bg-color);
  --bs-btn-border-width: 1.5px;
  --bs-btn-border-color: var(--bs-btn-color);
  --bs-btn-hover-color: var(--bs-body-color);
  --bs-btn-hover-bg: var(--bs-gray-400);
  --bs-btn-hover-border-color: var(--bs-body-color);
  --bs-btn-active-color: var(--bs-body-color);
  --bs-btn-active-bg: var(--bs-gray-400);
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.cms-dashboard-cognito .copy .btn::after {
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 300;
  content: "\f061";
}
.cms-dashboard-cognito .copy .btn:active, .cms-dashboard-cognito .copy .btn:first-child:active, .cms-dashboard-cognito .copy .btn.active, .cms-dashboard-cognito .copy .btn.show {
  opacity: 0.7;
}
.cms-dashboard-cognito .image {
  background-position: center center;
  background-size: cover;
  border-top-right-radius: var(--image-border-top-right-radius, 0);
  border-bottom-left-radius: var(--image-border-bottom-left-radius, 0);
  border-bottom-right-radius: var(--container-border-radius);
  min-height: var(--image-height);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cms-dashboard-cognito .image::before {
  background: var(--bg-color);
  border-radius: var(--image-curve-border-radius);
  content: "";
  height: var(--image-curve-height);
  width: var(--image-curve-width);
  position: absolute;
  top: var(--image-curve-top);
  left: var(--image-curve-left);
}
.cms-dashboard-cognito .image .btn {
  --bs-btn-font-size: 1.5rem;
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--hs-main);
  --bs-btn-border-width: 0;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--hs-main-dark);
  --bs-btn-hover-border-color: var(--bs-btn-border-color);
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
}
.cms-dashboard-cognito .image .btn:active, .cms-dashboard-cognito .image .btn:first-child:active, .cms-dashboard-cognito .image .btn.active, .cms-dashboard-cognito .image .btn.show {
  opacity: 0.7;
}

/*------------------------------------*\
  Reliance Network - CMS
  AGENT PROFILE
\*------------------------------------*/
.ap-.bio-1 {
  --color: var(--bs-gray);
}
.ap-.bio-1 .ap-card {
  --spacing: 0.75rem;
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
  display: flex;
  flex-direction: column;
  gap: var(--spacing);
}
.ap-.bio-1 .ap-card-photo {
  max-height: 18rem;
  width: auto;
  display: block;
}
.ap-.bio-1 .ap-card-icon {
  font-size: 5rem;
}
.ap-.bio-1 .ap-card-name {
  color: #000;
  line-height: 1.4;
}
.ap-.bio-1 .ap-card-name .name {
  font-size: 1.75rem;
  font-weight: 300;
}
.ap-.bio-1 .ap-card-name .title {
  font-size: 1rem;
  font-style: italic;
  font-weight: 100;
}
.ap-.bio-1 .ap-card-name .license {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.ap-.bio-1 .ap-card-specialties {
  --border: 1px solid var(--color);
  border-top: var(--border);
  border-bottom: var(--border);
  color: var(--color);
  font-size: 0.875rem;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}
.ap-.bio-1 .ap-card-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--color);
  font-size: 0.875rem;
  display: flex;
  flex-flow: row wrap;
  column-gap: 1rem;
  row-gap: 0.5rem;
}
.ap-.bio-1 .ap-card-contact a {
  color: var(--color);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.ap-.bio-1 .ap-content {
  --spacing: 0.75rem;
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
}
.ap-.bio-1 .ap-content h1 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.ap-.bio-1 .ap-reviews-title {
  color: var(--color);
}
.ap-.bio-5 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.ap-.bio-5 .ap-media .image {
  margin: 0 auto;
  max-height: 30rem;
}
.ap-.bio-5 .ap-content {
  display: flex;
  flex-flow: column;
  gap: 0.75rem;
}
.ap-.bio-5 .ap-card {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.ap-.bio-5 .ap-card h1 {
  color: var(--hs-black);
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.4;
  text-transform: none;
  margin: 0;
}
.ap-.bio-5 .ap-card .title, .ap-.bio-5 .ap-card .license {
  font-style: italic;
  font-weight: 100;
}
.ap-.bio-5 .ap-card .specialties {
  color: var(--bs-gray);
  font-size: 0.875rem;
  font-style: italic;
}
.ap-.bio-5 .ap-card .contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.ap-reviews {
  padding: 1rem 0;
}

.ap-reviews-title {
  margin-bottom: 1rem;
}
.ap-reviews-title i {
  color: var(--bs-red);
}

.ap-reviews-quote {
  border: 1px solid var(--bs-gray-400);
  color: var(--bs-gray);
  font-size: 0.875rem;
  padding: 1rem 3rem;
  position: relative;
}
.ap-reviews-quote::before, .ap-reviews-quote::after {
  color: var(--bs-gray-400);
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
}
.ap-reviews-quote::before {
  content: "\f10d";
  top: 0.5rem;
  left: 1rem;
}
.ap-reviews-quote::after {
  content: "\f10e";
  bottom: 0.5rem;
  right: 1rem;
}
.ap-reviews-quote .content {
  margin-bottom: 1rem;
}
.ap-reviews-quote .rating {
  color: var(--bs-orange);
  opacity: 0.8;
  padding: 0.25rem 0;
  display: flex;
  gap: 0.25rem;
}

.ap-reviews-swiper {
  --swiper-navigation-size: 2rem;
  --swiper-navigation-sides-offset: .375rem;
  --swiper-theme-color: var(--bs-gray);
  overflow: hidden;
  padding: 0 var(--swiper-navigation-size);
  width: 100%;
  position: relative;
}
.ap-reviews-swiper .swiper-button-prev,
.ap-reviews-swiper .swiper-button-next {
  opacity: 0.8;
}
.ap-reviews-swiper .swiper-button-prev:hover,
.ap-reviews-swiper .swiper-button-next:hover {
  opacity: 1;
}
.ap-reviews-swiper .swiper-button-prev::after,
.ap-reviews-swiper .swiper-button-next::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.ap-reviews-swiper .swiper-button-prev::after {
  content: "\f137";
}
.ap-reviews-swiper .swiper-button-next::after {
  content: "\f138";
}

:root {
  --company-primary-color: black;
  --company-secondary-color: gray;
  --company-tertiary-color: gray;
}

p {
  margin-top: var(--p-margin-top, 0);
  margin-bottom: var(--p-margin-bottom, 1rem);
}

h1, h2, .site-home #realestatestats-section .site-service-stat-text, h3, h4, h5, h6 {
  margin-top: var(--heading-margin-top, 0);
  margin-bottom: var(--heading-margin-bottom, 1rem);
}

.rn-roster-search-submit {
  background: var(--company-secondary-color);
  transition: 150ms ease-in-out all;
}
.rn-roster-search-submit:hover {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)) var(--company-secondary-color);
}

.rn-agent-name,
.rn-office-name,
.rn-agent-contact-office-directions {
  color: var(--company-primary-color);
}
.rn-agent-name a,
.rn-office-name a,
.rn-agent-contact-office-directions a {
  color: var(--company-primary-color);
  text-decoration: none;
}

.rn-agent-button-questions a {
  background: var(--company-primary-color);
  transition: 150ms ease-in-out all;
}
.rn-agent-button-questions a:hover {
  background: var(--company-secondary-color);
}

.rn-home-values-card-top {
  background-color: var(--company-primary-color);
}

.rn-home-values-share-submit,
.rn-home-values-form-submit {
  color: #ffffff;
  background-color: var(--company-primary-color);
}

a#rn-home-values-share-button,
a#rn-home-values-save-button {
  color: #ffffff;
  background-color: var(--company-primary-color);
}

@media only screen and (max-width: 48em) {
  .rn-container .rn-dashboard-home .rn-dashboard-home-general .rn-dashboard-general-history,
  .rn-container .rn-dashboard-home .rn-dashboard-home-general .rn-dashboard-general-profile,
  .rn-container .rn-dashboard-home .rn-dashboard-home-general .rn-dashboard-general-agent {
    padding: 1rem;
  }
}

/* stylelint-disable */
/* stylelint-enable */
@font-face {
  font-family: "Maytra";
  src: url("../../fonts/maytra/Maytra.woff2") format("woff2"), url("../../fonts/maytra/Maytra.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maytra";
  src: url("../../fonts/maytra/Maytra.woff2") format("woff2"), url("../../fonts/maytra/Maytra.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --hs-font-base: Manrope, arial, helvetica neue, helvetica, sans-serif !important;
  --hs-font-heading: Manrope, arial, helvetica neue, helvetica, sans-serif !important;
  --hs-font-special: Butler, georgia, times, times new roman, serif !important;
  --hs-header-height-sm: 7rem !important;
  --hs-header-height-md: 106px !important;
  --hs-header-height-lg: 106px !important;
}

.site-interior-page h6, .site-interior-page h5, .site-interior-page h4, .site-interior-page h3, .site-interior-page h2, .site-interior-page h1, .site-home h6, .site-home h5, .site-home h4, .site-home h3, .site-home h2, .site-home #realestatestats-section .site-service-stat-text, .site-home h1, .site-header h6, .site-header h5, .site-header h4, .site-header h3, .site-header h2, .site-header h1 {
  color: var(--heading-color, #2A2223);
  font-family: var(--heading-font-family, Butler, georgia, times, times new roman, serif);
  font-size: var(--heading-font-size);
  font-weight: var(--heading-font-weight, 400);
  line-height: var(--heading-line-height, 1.2);
  text-align: var(--heading-text-align);
  text-transform: var(--heading-text-transform, none);
  margin-top: 0;
  margin-bottom: var(--heading-margin-bottom, 0.5rem);
}
.site-interior-page h6 p, .site-interior-page h5 p, .site-interior-page h4 p, .site-interior-page h3 p, .site-interior-page h2 p, .site-interior-page h1 p, .site-home h6 p, .site-home h5 p, .site-home h4 p, .site-home h3 p, .site-home h2 p, .site-home #realestatestats-section .site-service-stat-text p, .site-home h1 p, .site-header h6 p, .site-header h5 p, .site-header h4 p, .site-header h3 p, .site-header h2 p, .site-header h1 p {
  --p-margin-bottom: 0;
}

.drgbo-cms-p p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}

.site-header {
  --site-header-gap: 1rem;
  --site-font-family: Manrope, arial, helvetica neue, helvetica, sans-serif;
  font-family: var(--site-font-family);
  border-bottom: var(--site-header-border, 1px solid #F7F7F7);
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1021;
}
.site-header h1 {
  --heading-font-size: 60px;
  --heading-font-family: Butler, georgia, times, times new roman, serif;
}
.site-header h1 p,
.site-header h1 span {
  font: inherit;
}
.site-header h2, .site-header .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .site-header .site-service-stat-text {
  --heading-font-size: 50px;
  --heading-font-family: Butler, georgia, times, times new roman, serif;
}
.site-header h2 p, .site-header .site-home #realestatestats-section .site-service-stat-text p, .site-home #realestatestats-section .site-header .site-service-stat-text p,
.site-header h2 span,
.site-header .site-home #realestatestats-section .site-service-stat-text span,
.site-home #realestatestats-section .site-header .site-service-stat-text span {
  font: inherit;
}
.site-header h3 {
  --heading-font-size: 42px;
  --heading-font-family: Butler, georgia, times, times new roman, serif;
}
.site-header h4 {
  --heading-font-size: 30px;
  --heading-font-family: Manrope, arial, helvetica neue, helvetica, sans-serif;
}
.site-header h5 {
  --heading-font-size: 60px;
  --heading-font-family: "Maytra";
}
.site-header h6 {
  --heading-font-size: 22px;
  --heading-font-family: Butler, georgia, times, times new roman, serif;
}
.site-header .drgbo-cms-p,
.site-header p {
  color: var(--p-color, inherit);
  font-family: var(--p-font-family, inherit);
  font-size: var(--p-font-size, inherit);
  font-weight: var(--p-font-weight, inherit);
  line-height: var(--p-line-height, inherit);
  margin-top: var(--p-margin-bottom, 0);
  margin-bottom: var(--p-margin-bottom, 1rem);
  padding: var(--p-padding, 0);
}
.site-header a {
  letter-spacing: var(--a-letter-spacing, 2px);
}
.site-header a {
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .site-header {
    --site-header-height: 7rem;
    --site-header-padding-y: 0.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-header {
    --site-header-height: 106px;
    --site-header-padding-y: 0.5rem;
  }
}
@media (min-width: 1393px) {
  .site-header {
    --site-header-height: 106px;
    --site-header-padding-y: 2rem;
  }
}
.site-header.solid {
  --site-header-bg: #fff;
  --site-header-logo-white-display: none;
  --site-header-logo-black-display: block;
}
.site-header .container-xxl {
  --bs-gutter-x: var(--site-header-padding-y);
  display: flex;
  align-items: stretch;
  flex: 1;
  gap: var(--site-header-gap);
}

.site-header-black-bar {
  display: none;
}

.site-header-container {
  height: 106px;
  display: flex;
  justify-content: flex-end;
}
.site-header-container .site-header-nav-container {
  background-color: #002554;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1301px) {
  .site-header-container .site-header-nav-container {
    padding: 0 16px;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .site-header-container .site-header-nav-container {
    flex-wrap: wrap;
    width: 100%;
  }
  .site-header-container .site-header-nav-container .site-header-user {
    order: 1;
    flex: 1 1 100%;
    height: 40px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .site-header-container .site-header-nav-container .sticky-logo {
    display: none;
  }
  .site-header-container .site-header-nav-container .site-header-logo {
    order: 2;
    height: 66px;
  }
  .site-header-container .site-header-nav-container .site-header-logo a {
    height: 100%;
    padding: 8px;
  }
  .site-header-container .site-header-nav-container .site-header-logo a img {
    height: 100%;
  }
  .site-header-container .site-header-nav-container .site-header-nav {
    order: 3;
    margin-left: auto;
    height: 66px;
    padding-right: 16px;
  }
}

.site-home-page .site-header-black-bar {
  height: 53px;
  display: none;
}
@media (min-width: 1301px) {
  .site-home-page .site-header-black-bar {
    display: block;
  }
}
.site-home-page .site-header-container.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 1300px) {
  .site-home-page .site-header-container.sticky .site-header-logo {
    margin-top: -2.5rem;
  }
}
.site-home-page .site-header-container.sticky .user a {
  color: #002554;
}
@media (min-width: 768px) {
  .site-home-page .site-header-container.sticky .site-header-nav-list > li > a {
    color: #002554;
  }
  .site-home-page .site-header-container.sticky .site-header-nav-list .dropdown {
    width: 100%;
  }
}
@media (min-width: 1301px) {
  .site-home-page .site-header-container.sticky .site-header-nav-container {
    flex: 1;
  }
}
@media (max-width: 1300px) {
  .site-home-page .site-header-container.sticky .site-header-nav-container {
    background-color: #fff;
  }
  .site-home-page .site-header-container.sticky .site-header-nav-container .nav-burger {
    background-color: #002554;
  }
  .site-home-page .site-header-container.sticky .site-header-nav-container .nav-burger:before, .site-home-page .site-header-container.sticky .site-header-nav-container .nav-burger:after {
    background-color: #002554;
  }
  .site-home-page .site-header-container.sticky .site-header-nav-container .nav-button.active .nav-burger {
    background-color: transparent;
  }
}
.site-home-page .site-header-container.sticky .site-header-nav-container .site-header-logo {
  height: 100%;
  flex: 1;
}
@media (max-width: 767.98px) {
  .site-home-page .site-header-container.sticky .site-header-nav-container .site-header-logo {
    height: 68px;
  }
}
@media (max-width: 767.98px) {
  .site-home-page .site-header-container.sticky .site-header-nav-container .fixed-logo {
    display: none;
  }
}
.site-home-page .site-header-container.sticky .site-header-nav-container .sticky-logo {
  display: block;
  height: 100%;
}
.site-home-page .site-header-container.sticky .site-header-nav-container .sticky-logo img {
  display: block;
  height: 100%;
  padding: 8px;
}
.site-home-page .site-header-container .site-header-nav-container {
  background: transparent;
  width: 100%;
}
@media (min-width: 1301px) {
  .site-home-page .site-header-container .site-header-nav-container {
    background: #fff;
    flex: 0 1 70%;
  }
}
@media (min-width: 1301px) and (min-width: 1301px) and (max-width: 1439px) {
  .site-home-page .site-header-container .site-header-nav-container {
    flex: 0 1 75%;
  }
}
@media (min-width: 768px) {
  .site-home-page .site-header-container .site-header-nav-container .fixed-logo {
    display: none;
  }
}
@media (min-width: 1301px) {
  .site-home-page .site-header-container {
    height: 53px;
  }
}
@media (min-width: 1301px) {
  .site-home-page .site-header-logo img {
    display: none;
  }
}

.site-header-utility-bar {
  background: #fff;
  border-bottom: 1px solid #D0D0D0;
  color: #898989;
  font-size: 0.6875rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: var(--site-header-gap);
  justify-content: flex-end;
  position: relative;
  z-index: 1022;
}
.site-header-utility-bar.open {
  --utility-nav-display: flex;
}
@media (max-width: 991.98px) {
  .site-header-utility-bar {
    --utility-nav-border: 1px solid #F7F7F7;
    --utility-nav-display: none;
    --utility-nav-padding: 0.75rem;
    --utility-nav-width: 100%;
    --utility-nav-flex-direction: column;
    --utility-nav-position: absolute;
    --utility-nav-top: 100%;
    --utility-nav-left: 0;
    --utility-user-display: none;
  }
}
@media (min-width: 992px) {
  .site-header-utility-bar {
    --utility-nav-display: flex;
    --utility-company-display: none;
    --utility-nav-name-display: none;
    --utility-nav-login-display: none;
  }
}
.site-header-utility-bar .company {
  cursor: pointer;
  display: var(--utility-company-display, flex);
  align-items: center;
  flex: 1;
  justify-content: space-between;
}
.site-header-utility-bar .company.open::after {
  transform: rotate(180deg);
}
.site-header-utility-bar .company::after {
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 900;
  content: "\f078";
  color: #002554;
  font-size: 1rem;
  transition: 150ms transform ease-in-out;
}
.site-header-utility-bar .nav {
  --bs-link-color: #898989;
  --bs-link-color-rgb: 137, 137, 137;
  --bs-link-hover-color: #6e6e6e;
  --bs-link-hover-color-rgb: 110, 110, 110;
  background: #fff;
  border-top: var(--utility-nav-border);
  border-bottom: var(--utility-nav-border);
  list-style: none;
  margin: 0;
  padding: var(--utility-nav-padding, 0);
  width: var(--utility-nav-width, auto);
  display: var(--utility-nav-display);
  flex-direction: var(--utility-nav-flex-direction);
  gap: var(--site-header-gap);
  position: var(--utility-nav-position);
  top: var(--utility-nav-top);
  left: var(--utility-nav-left);
}
.site-header-utility-bar .nav .name {
  display: var(--utility-nav-name-display, block);
}
.site-header-utility-bar .nav .login,
.site-header-utility-bar .nav .log-out {
  --bs-link-color: $dickson-dark-blue;
  --bs-link-color-rgb: rgb(11, 36, 81);
  --bs-link-hover-color: $dickson-light-blu;
  --bs-link-hover-color-rgb: rgb(116, 133, 160);
  font-weight: 700;
  display: var(--utility-nav-login-display, block);
}
.site-header-utility-bar .nav a {
  line-height: 2;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-header-utility-bar .nav i {
  font-size: 1rem;
}

.site-header-user {
  --bs-link-color: $dickson-dark-blue;
  --bs-link-color-rgb: rgb(11, 36, 81);
  --bs-link-hover-color: $dickson-light-blu;
  --bs-link-hover-color-rgb: rgb(116, 133, 160);
  font-size: 0.875rem;
  font-weight: 700;
  display: var(--user-display, flex);
  flex: 0 0 auto;
  position: relative;
  z-index: 1022;
}
.site-header-user:hover {
  --dashboard-display: grid;
}
.site-header-user .button {
  text-transform: uppercase;
}
.site-header-user ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header-user a {
  text-decoration: none;
}
.site-header-user .user {
  text-transform: uppercase;
}
.site-header-user .user a {
  color: #fff;
}
@media (max-width: 1300px) {
  .site-header-user .user a {
    color: #fff;
  }
}
.site-header-user .user.logged-in {
  background: #002554;
  color: #fff;
  padding: 0.125rem 0.5rem;
}
.site-header-user .user i {
  margin-left: 0.25rem;
}
.site-header-user .dashboard {
  --dashboard-triangle-size: 1.25rem;
  --dashboard-padding: .5rem;
  background: #fff;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.7);
  font-size: 0.875rem;
  font-weight: 600;
  padding: var(--dashboard-padding);
  width: 25rem;
  max-width: calc(100vw - 3 * var(--dashboard-padding));
  display: var(--dashboard-display, none);
  grid-template-columns: 1fr 14rem;
  position: absolute;
  top: calc(100% + var(--dashboard-triangle-size));
  right: calc(-1 * var(--dashboard-padding));
  z-index: 1030;
  transition: all 250ms ease-in-out;
}
.site-header-user .dashboard ul {
  flex-direction: column;
  gap: 0.25rem;
}
.site-header-user .dashboard .activity {
  background: #F7F7F7;
  padding: var(--dashboard-padding);
}
.site-header-user .dashboard .title {
  border-bottom: 1px solid #D0D0D0;
}
.site-header-user .dashboard::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 900;
  content: "\f2ec";
  color: #fff;
  font-size: var(--dashboard-triangle-size);
  text-align: right;
  padding-right: 1rem;
  width: 100%;
  position: absolute;
  top: calc(-1 * var(--dashboard-triangle-size));
  right: 0;
}

.site-header-logo a {
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header-logo img {
  height: 3.75rem;
  width: auto;
}

.site-header-nav {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1021;
}
@media (max-width: 1300px) {
  .site-header-nav {
    --nav-burger-display: block;
  }
}
@media (min-width: 1301px) {
  .site-header-nav {
    --nav-burger-display: none;
  }
}
.site-header-nav .nav-button {
  background: transparent;
  border: none;
  display: var(--nav-burger-display);
}
.site-header-nav .nav-button.active .nav-burger {
  background-color: transparent;
}
.site-header-nav .nav-button.active .nav-burger::before, .site-header-nav .nav-button.active .nav-burger::after {
  background-color: var(--nav-burger-color, #fff);
}
.site-header-nav .nav-button.active .nav-burger::before {
  transform: translateY(var(--burger-margin)) rotate(45deg);
}
.site-header-nav .nav-button.active .nav-burger::after {
  transform: translateY(calc(-1 * (var(--burger-margin)))) rotate(-45deg);
}
.site-header-nav .nav-burger {
  --burger-height: 0.25rem;
  --burger-gutter: 0.5rem;
  --burger-width: 2rem;
  --burger-margin: 0.75rem;
  margin-top: var(--burger-margin);
  margin-bottom: var(--burger-margin);
  position: relative;
  user-select: none;
}
.site-header-nav .nav-burger, .site-header-nav .nav-burger::before, .site-header-nav .nav-burger::after {
  background-color: var(--nav-burger-color, #fff);
  height: var(--burger-height);
  width: var(--burger-width);
  display: block;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.site-header-nav .nav-burger::before, .site-header-nav .nav-burger::after {
  position: absolute;
  content: "";
}
.site-header-nav .nav-burger::before {
  top: -0.75rem;
}
.site-header-nav .nav-burger::after {
  top: 0.75rem;
}

.site-header-nav-list {
  --nav-list-dropdown-link-bg: #fff;
  --nav-list-dropdown-link-color: #002554;
  --nav-list-dropdown-link-bg-hover: var(--bhhs-accent);
  --nav-list-dropdown-link-color-hover: #002554;
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--nav-list-bg, transparent);
  border-bottom: var(--nav-list-border);
  width: 100%;
  display: var(--nav-list-display, flex);
  align-items: center;
  flex-direction: center;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-end;
  position: var(--nav-list-position, relative);
  top: var(--nav-list-top);
  left: 0;
}
@media (max-width: 1300px) {
  .site-header-nav-list {
    --nav-list-bg: #fff;
    --nav-list-border: 1px solid #F7F7F7;
    --nav-list-display: none;
    --nav-list-flex-direction: column;
    --nav-list-position: absolute;
    --nav-list-top: calc(100% + 8px);
    --nav-list-item-width: 100%;
    --nav-list-top-link-bg-active: var(--bhhs-accent);
    --nav-list-top-link-color: #002554;
    --nav-list-top-link-color-hover: var(--nav-list-top-link-color);
    --nav-list-top-link-color-active: #002554;
    --nav-list-top-link-padding: 1rem 1.5rem;
    --nav-list-top-link-justify-content: space-between;
    --nav-list-dropdown-padding: 0.25rem 0.75rem 1rem;
    --nav-list-dropdown-position: static;
    --nav-list-dropdown-li-border: 1px solid #D0D0D0;
    --nav-list-dropdown-li-padding: 0.25rem 0.5rem;
    --nav-list-dropdown-link-padding: 0.5rem 0.75rem;
  }
}
@media (min-width: 1301px) {
  .site-header-nav-list {
    --nav-list-top-link-border: 4px solid transparent;
    --nav-list-top-link-color: var(--nav-list-top-link-color-lg, $dickson-dark-blue);
    --nav-list-top-link-color-hover: var(--nav-list-top-link-color);
    --nav-list-top-link-color-active: var(--nav-list-top-link-color-active-lg, $dickson-dark-blue);
    --nav-list-top-link-padding: 0.75rem 1rem 0.5rem;
    --nav-list-dropdown-border: 1px solid #F7F7F7;
    --nav-list-dropdown-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
    --nav-list-dropdown-spacer: 0.5rem;
    --nav-list-dropdown-position: absolute;
    --nav-list-dropdown-transform: translate(-50%, 0);
    --nav-list-dropdown-li-border: 1px solid #F7F7F7;
    --nav-list-dropdown-li-padding: 0.5rem;
    --nav-list-dropdown-link-padding: 0.75rem 1rem;
  }
}
.site-header-nav-list.open {
  --nav-list-display: flex;
}
.site-header-nav-list a {
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 250ms ease-out;
  display: var(--nav-list-link-display, block);
}
.site-header-nav-list > li {
  width: var(--nav-list-item-width, auto);
}
.site-header-nav-list > li:last-of-type .dropdown {
  --nav-list-dropdown-transform: none;
  right: 0;
  left: auto;
}
.site-header-nav-list > li > a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: var(--nav-list-top-link-padding);
}
@media (max-width: 1300px) {
  .site-header-nav-list > li > a {
    color: #002554;
  }
}
.site-header-nav-list .has-dropdown {
  position: relative;
}
.site-header-nav-list .has-dropdown.show > a {
  background: var(--nav-list-top-link-bg-active);
  border-bottom: var(--nav-list-top-link-border-hover);
  color: #7485a0;
}
.site-header-nav-list .has-dropdown.show > a::after {
  transform: rotate(180deg);
}
.site-header-nav-list .has-dropdown > a {
  --nav-list-link-display: flex;
  gap: 0.5rem;
  justify-content: var(--nav-list-top-link-justify-content);
}
.site-header-nav-list .has-dropdown > a::after {
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 900;
  content: "\f078";
  font-size: 1rem;
  line-height: 1;
  transition: 150ms transform ease-in-out;
}
.site-header-nav-list .dropdown {
  background: #fff;
  border: var(--nav-list-dropdown-border, none);
  box-shadow: var(--nav-list-dropdown-box-shadow, none);
  white-space: nowrap;
  list-style: none;
  margin-top: var(--nav-list-dropdown-spacer);
  margin-bottom: 0;
  padding: var(--nav-list-dropdown-padding, 0);
  min-width: 10rem;
  display: none;
  position: var(--nav-list-dropdown-position);
  top: 100%;
  left: 50%;
  z-index: 1000;
  transform: var(--nav-list-dropdown-transform);
}
.site-header-nav-list .dropdown.show {
  display: block;
}
.site-header-nav-list .dropdown li {
  padding: var(--nav-list-dropdown-li-padding);
}
.site-header-nav-list .dropdown li:not(:last-of-type) {
  border-bottom: var(--nav-list-dropdown-li-border);
}
.site-header-nav-list .dropdown a {
  background: var(--nav-list-dropdown-link-bg);
  color: #002554;
  font-size: 0.875rem;
  padding: var(--nav-list-dropdown-link-padding);
  width: 100%;
}
.site-header-nav-list .dropdown a:focus, .site-header-nav-list .dropdown a:hover {
  background: var(--nav-list-dropdown-link-bg-hover);
  color: var(--nav-list-dropdown-link-color-hover);
}

.site-home-page {
  --site-header-bg: transparent;
  --site-header-border: none;
  --site-header-logo-white-display: block;
  --site-header-logo-black-display: none;
  --nav-burger-color: #fff;
  --nav-list-top-link-color: #002554;
  --nav-list-top-link-color-lg: #002554;
  --nav-list-top-link-color-active-lg: #002554;
  --nav-list-top-link-border-color-hover: #002554;
}
@media (min-width: 1301px) {
  .site-home-page .user a {
    color: #002554;
  }
}
@media (min-width: 1301px) and (max-width: 1439px) {
  .site-home-page .user a {
    font-size: 12px;
  }
}
.site-home-page .site-header-nav-list > li > a {
  color: #002554;
}
@media (min-width: 1301px) and (max-width: 1439px) {
  .site-home-page .site-header-nav-list > li > a {
    font-size: 12px;
  }
}

#drgbo-6574401 .drgbo-section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
#drgbo-6574401 .cms-int-advanced-placeholder {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
#drgbo-6574401 .cms-int-advanced-placeholder .container-xxl {
  background-color: transparent;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  #drgbo-6574401 .site-home .drgbo-hero {
    height: max(100vh, 40rem);
  }
}

.site-home {
  --bs-border-radius: 0;
  --bs-link-color: $dickson-dark-blue;
  --bs-link-color-rgb: rgb(11, 36, 81);
  --bs-link-hover-color: $dickson-light-blue;
  --bs-link-hover-color-rgb: rgb(116, 133, 160);
  --site-font-family: Manrope, arial, helvetica neue, helvetica, sans-serif;
  font-family: var(--site-font-family);
  --site-qs-offset: 100%;
  --site-qs-border-color: #000000;
  --site-qs-border-radius: 0;
  --site-qs-suggestion-border: 1px solid #dee2e6;
}
.site-home h1 {
  --heading-font-size: 60px;
  --heading-font-family: Butler, georgia, times, times new roman, serif;
}
.site-home h1 p,
.site-home h1 span {
  font: inherit;
}
.site-home h2, .site-home #realestatestats-section .site-service-stat-text {
  --heading-font-size: 50px;
  --heading-font-family: Butler, georgia, times, times new roman, serif;
}
.site-home h2 p, .site-home #realestatestats-section .site-service-stat-text p,
.site-home h2 span,
.site-home #realestatestats-section .site-service-stat-text span {
  font: inherit;
}
.site-home h3 {
  --heading-font-size: 42px;
  --heading-font-family: Butler, georgia, times, times new roman, serif;
}
.site-home h4 {
  --heading-font-size: 30px;
  --heading-font-family: Manrope, arial, helvetica neue, helvetica, sans-serif;
}
.site-home h5 {
  --heading-font-size: 60px;
  --heading-font-family: "Maytra";
}
.site-home h6 {
  --heading-font-size: 22px;
  --heading-font-family: Butler, georgia, times, times new roman, serif;
}
.site-home .drgbo-cms-p,
.site-home p {
  color: var(--p-color, inherit);
  font-family: var(--p-font-family, inherit);
  font-size: var(--p-font-size, inherit);
  font-weight: var(--p-font-weight, inherit);
  line-height: var(--p-line-height, inherit);
  margin-top: var(--p-margin-bottom, 0);
  margin-bottom: var(--p-margin-bottom, 1rem);
  padding: var(--p-padding, 0);
}
.site-home a {
  letter-spacing: var(--a-letter-spacing, 2px);
}
.site-home .button {
  color: #002554;
  text-decoration: none;
  border: 1px solid #002554;
  padding: 8px 16px;
  display: inline-block;
  transition: transform 0.3s ease-out;
}
.site-home .button:hover {
  background-color: #002554;
  color: #fff;
}
.site-home .button p {
  margin: 0 !important;
}
@media (max-width: 767.98px) {
  .site-home {
    --section-margin-bottom: 2rem;
    --section-padding-x: 1.25rem;
    --section-padding-y: 2rem;
  }
}
@media (min-width: 768px) {
  .site-home {
    --section-margin-bottom: 3rem;
    --section-padding-x: 4rem;
    --section-padding-y: 4rem;
  }
}
.site-home .drgbo-hero {
  background-color: rgba(0, 0, 0, 0.35);
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  height: 100vh;
  margin-top: var(--hero-margin-top);
  margin-bottom: var(--section-margin-bottom);
  min-height: var(--hero-min-height);
  padding: var(--hero-padding);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .site-home .drgbo-hero {
    --hero-margin-top: calc(-1 * 7rem);
    --hero-min-height: 20rem;
    --hero-padding: 7rem 0;
    --hero-copy-font-size: 1rem;
    --hero-buttons-columns: 1;
    height: max(100vh, 40rem);
  }
}
@media (min-width: 768px) {
  .site-home .drgbo-hero {
    --hero-margin-top: calc(-1 * 106px);
    --hero-min-height: 40rem;
    --hero-padding: 106px 0;
    --hero-copy-font-size: 1.25rem;
    --hero-buttons-columns: 3;
  }
}
@media (max-width: 425px) {
  .site-home .drgbo-hero {
    --hero-video-display: none;
    --hero-mobile-image-dispaly: block;
  }
}
.site-home .drgbo-hero .video-container,
.site-home .drgbo-hero .mobile-image {
  background-color: rgba(0, 0, 0, 0.35);
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  inset: 0;
}
.site-home .drgbo-hero .mobile-image {
  display: var(--hero-mobile-image-dispaly, none);
}
.site-home .drgbo-hero iframe {
  width: max(100vw, 177.78vh, 106.67rem);
  height: max(100vh, 60rem, 56.25vw);
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 425px) {
  .site-home .drgbo-hero iframe {
    display: none;
  }
}
.site-home .drgbo-hero .container-xxl {
  --bs-gutter-x: 4rem;
  z-index: 1;
}
.site-home .drgbo-hero h1 {
  --heading-color: #fff;
  --heading-margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .site-home .drgbo-hero h1 {
    --heading-font-size: 2.5rem;
  }
}
.site-home .drgbo-hero .site-quick-search form {
  display: flex;
}
.site-home .drgbo-hero .site-quick-search input[type=text] {
  border: none;
  font-size: 14px;
  padding: 0;
  order: 1;
}
.site-home .drgbo-hero .site-quick-search .btn {
  --bs-btn-border-width: .375rem;
  font-weight: 700;
  padding: 0 8px 0 0;
  background-color: #fff;
}
.site-home .drgbo-hero .site-quick-search .btn i {
  font-weight: bolder;
}
.site-home .drgbo-hero .site-quick-search .btn span {
  display: none;
}
.site-home .drgbo-hero .site-quick-search-suggestions {
  width: calc(100% - var(--bs-gutter-x));
  left: calc(var(--bs-gutter-x) * 0.5);
}
.site-home .drgbo-hero .buttons {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(var(--hero-buttons-columns), 1fr);
}
.site-home .drgbo-hero .buttons .btn {
  --bs-btn-color: #002554;
  --bs-btn-bg: #F7F7F7;
  --bs-btn-border-color: #F7F7F7;
  --bs-btn-hover-color: #002554;
  --bs-btn-hover-bg: #D0D0D0;
  --bs-btn-hover-border-color: #D0D0D0;
  --bs-btn-focus-shadow-rgb: var(--bhhs-accent-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
  --bs-btn-active-border-color: var(--bs-btn-hover-bg);
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-home .drgbo-hero .buttons .btn p {
  line-height: var(--bs-btn-line-height);
  margin: 0;
}
.site-home .drgbo-hero .buttons .btn p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.site-home .drgbo-hero-overlay {
  background: rgba(0, 37, 84, 0.8);
  padding: 53px 0 45px;
  width: 30%;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
@media (min-width: 1301px) and (max-width: 1439px) {
  .site-home .drgbo-hero-overlay {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  .site-home .drgbo-hero-overlay {
    padding: 0;
    text-align: center;
    width: 100%;
    justify-content: flex-end;
  }
}
.site-home .drgbo-hero-overlay a {
  color: #fff;
}
.site-home .drgbo-hero-overlay .hero-company {
  display: none;
}
@media (min-width: 768px) {
  .site-home .drgbo-hero-overlay .hero-company {
    display: block;
  }
}
.site-home .drgbo-hero-overlay .hero-content-container {
  padding-top: 16px;
}
@media (max-width: 767.98px) {
  .site-home .drgbo-hero-overlay .hero-content-container {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-height: 47.5em) {
  .site-home .drgbo-hero-overlay .hero-content-container {
    margin-bottom: 2rem;
  }
}
.site-home .drgbo-hero-overlay .hero-content-text {
  color: #fff;
  font-family: "Manrope", arial, helvetica neue, helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  padding: 0 0.5rem;
}
@media only screen and (max-height: 42em) {
  .site-home .drgbo-hero-overlay .hero-content-text {
    margin-top: -2rem;
  }
}
.site-home .drgbo-hero-overlay .white {
  height: 60px;
}
.site-home .drgbo-hero-overlay .hero-content {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.site-home .drgbo-hero-overlay .hero-logo {
  display: flex;
  justify-content: center;
  padding: 4.5rem 0.5rem 0.5rem;
}
.site-home .drgbo-hero-overlay .hero-logo img {
  width: 17.875rem;
  max-width: 100%;
  display: block;
}
@media (max-width: 767.98px) {
  .site-home .drgbo-hero-overlay .hero-logo img {
    width: 7.5rem;
  }
}
@media only screen and (max-width: 74.75em) {
  .site-home .drgbo-hero-overlay .hero-logo {
    padding: 2.5rem 0.5rem 0.5rem;
  }
}
@media only screen and (max-height: 47.5em) {
  .site-home .drgbo-hero-overlay .hero-logo {
    padding-top: 1.5rem;
  }
}
.site-home .drgbo-hero-overlay .hero-content-search {
  padding: 1rem 2rem 4rem;
}
@media (max-width: 767.98px) {
  .site-home .drgbo-hero-overlay .hero-content-search {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-height: 50em) {
  .site-home .drgbo-hero-overlay .hero-content-search {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.site-home .drgbo-hero-overlay .hero-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 51.875em) {
  .site-home .drgbo-hero-overlay .hero-logo-row {
    padding-bottom: 9.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .site-home .drgbo-hero-overlay .hero-logo-row {
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-height: 55em) {
  .site-home .drgbo-hero-overlay .hero-logo-row {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-height: 44em) {
  .site-home .drgbo-hero-overlay .hero-logo-row {
    padding-bottom: 0.5rem;
  }
}
.site-home .drgbo-hero-overlay .hero-logo-2 {
  display: flex;
  align-items: center;
}
.site-home .drgbo-hero-overlay .hero-logo-2 img {
  width: 93px;
  display: block;
}
.site-home .drgbo-hero-overlay .agent-roster-search-mobile {
  display: none;
  align-items: center;
}
.site-home .drgbo-hero-overlay .agent-roster-search-mobile img {
  height: 94px;
  display: block;
}
@media (max-width: 767.98px) {
  .site-home .drgbo-hero-overlay .agent-roster-search-mobile {
    display: flex;
  }
}
.site-home .drgbo-hero-overlay .social {
  list-style: none;
  margin: 0 0 7px 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.site-home .drgbo-hero-overlay .social li {
  padding: 4px;
}
.site-home .drgbo-hero-overlay .social img {
  width: 35px;
}
.site-home .drgbo-hero-overlay .fair-housing {
  font-size: 12px;
}
.site-home .agent-roster-search-desktop {
  position: absolute;
  z-index: 100;
  right: 32px;
  bottom: 107px;
}
.site-home .agent-roster-search-desktop img {
  height: 94px;
}
@media (max-width: 767.98px) {
  .site-home .agent-roster-search-desktop {
    display: none;
  }
}
.site-home .site-quick-search {
  width: 100%;
  position: relative;
}
.site-home .site-quick-search .form-control {
  border-color: var(--site-qs-border-color);
  border-radius: var(--site-qs-border-radius);
}
.site-home .site-quick-search .btn.submit {
  --bs-btn-bg: #ffffff;
  border-color: var(--site-qs-border-color);
  border-radius: var(--site-qs-border-radius);
  border-left: none;
}
.site-home .site-quick-search-suggestions {
  background: #ffffff;
  border: var(--site-qs-suggestion-border);
  width: 100%;
  display: none;
  position: absolute;
  top: var(--site-qs-offset);
  left: 0;
  z-index: 999;
}
.site-home .site-quick-search-suggestions.active {
  display: block;
}
.site-home .site-quick-search-suggestions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
  overflow: auto;
  max-height: 18rem;
  display: flex;
  flex-direction: column;
}
.site-home .site-quick-search-suggestions li {
  font-size: 0.875rem;
  padding: 0.125rem 0.5rem;
}
.site-home .site-quick-search-suggestions li:not(:last-of-type) {
  border-bottom: var(--site-qs-suggestion-border);
}
.site-home .site-quick-search-suggestions li[class*=category] {
  font-weight: 700;
}
.site-home .site-quick-search-suggestions li[class*=item] {
  cursor: pointer;
}
.site-home .site-quick-search-suggestions li[class*=item]:hover {
  background: var(--hs-main);
  color: #ffffff;
}
.site-home .rn-qsr-get-location-dropdown,
.site-home .site-quick-search-location {
  background: #ffffff;
  color: #000000;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.75rem;
  width: 20rem;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 9999;
  cursor: pointer;
}
.site-home .rn-qsr-get-location-dropdown::before,
.site-home .site-quick-search-location::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 400;
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-right: 0.5rem;
}
.site-home .rn-qsr-get-location-dropdown.active,
.site-home .site-quick-search-location.active {
  display: block;
}
.site-home .drgbo-adv-ed {
  margin-bottom: var(--section-margin-bottom);
  padding: var(--section-padding-y) var(--section-padding-x);
}
.site-home .swiper-wrap {
  position: relative;
  margin-bottom: 80px;
}
.site-home .swiper-wrap .swiper-button-next,
.site-home .swiper-wrap .swiper-button-prev {
  color: #002554;
  font-weight: bold;
  position: absolute; /* Position them absolutely within slider-wrap */
  bottom: -70px; /* Adjust this value to set the desired distance below the slider */
  top: auto; /* Override default 'top' property */
  transform: none; /* Remove default transform */
}
.site-home .swiper-wrap .swiper-button-next:after,
.site-home .swiper-wrap .swiper-button-prev:after {
  font-size: 30px;
}
.site-home .swiper-wrap .swiper-button-prev {
  left: 47%;
  /* Align previous button to the left */
}
@media (max-width: 767.98px) {
  .site-home .swiper-wrap .swiper-button-prev {
    left: 42%;
  }
}
.site-home .swiper-wrap .swiper-button-next {
  right: 47%;
  /* Align next button to the right */
}
@media (max-width: 767.98px) {
  .site-home .swiper-wrap .swiper-button-next {
    right: 42%;
  }
}
.site-home .community-card {
  text-align: center;
  height: 350px;
}
.site-home .community-card a {
  text-decoration: none;
  background-color: #000;
  height: 100%;
  display: block;
  transition: transform 0.3s ease-out;
}
.site-home .community-card a:hover .description {
  opacity: 1;
}
.site-home .community-card .image {
  background-size: cover;
  background-position: center;
  height: 100%;
}
.site-home .community-card .content {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-home .community-card h3 {
  color: #fff;
  font-family: "Manrope", arial, helvetica neue, helvetica, sans-serif;
  font-size: 20px;
}
.site-home .community-card h3 p {
  margin: 0;
}
.site-home .community-card .state {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Maytra";
  font-size: 60px;
  line-height: 0.2;
  display: block;
}
.site-home .community-card .description {
  color: #fff;
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #002554;
  height: 100%;
  opacity: 0;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.5s ease-in-out;
}
.site-home .community-card .description p {
  font-size: rem-calc(19px);
}
.site-home .community-card .description span {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 16px;
}
.site-home .community-card .description span:hover {
  background-color: #fff;
  color: #002554;
  transition: 0.5s ease-out;
}
.site-home .drgbo-featured-listings {
  background-color: #D0D3E4;
  padding: 42px 0;
}
.site-home .listing-card .listing-image {
  height: 358px;
  background-size: cover;
  background-position: center;
}
.site-home .listing-card .listing-content {
  background-color: #fff;
  color: #002554;
  height: 100%;
  padding: 32px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-home .listing-card .listing-content .mls-number {
  font-size: 14px;
}
.site-home .listing-card .listing-content .address,
.site-home .listing-card .listing-content .price {
  font-family: "Butler", georgia, times, times new roman, serif;
  font-size: 42px;
  line-height: 1;
}
.site-home .listing-card .listing-content .city {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.site-home .listing-card .listing-content .listing-details span {
  text-transform: uppercase;
  border-right: 1px solid #002554;
  padding: 0 4px;
}
.site-home .listing-card .listing-content .listing-details span:last-of-type {
  border: none;
}
.site-home .listing-card .listing-content .listing-details span:first-of-type {
  padding-left: 0;
}
.site-home .listing-card .listing-content .button {
  color: #002554;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #002554;
  padding: 8px 16px;
  transition: 0.5s ease-out;
}
.site-home .listing-card .listing-content .button:hover {
  background-color: #002554;
  color: #fff;
}
.site-home .listing-card .listing-content .button p {
  margin: 0 !important;
}
.site-home .development-card a {
  text-decoration: none;
  transition: transform 0.3s ease-out;
}
.site-home .development-card a:hover .content {
  opacity: 1;
}
.site-home .development-card .image-wrapper {
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
  margin: 4px;
}
.site-home .development-card .image-wrapper .card-image {
  height: 220px;
  background-size: cover;
  background-position: center;
}
.site-home .development-card .image-wrapper .card-logo {
  padding: 8px 0;
  display: flex;
  justify-content: center;
}
.site-home .development-card .image-wrapper .card-logo img {
  height: 100px;
}
.site-home .development-card .content {
  color: #fff;
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #002554;
  height: 100%;
  opacity: 0;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.5s ease-in-out;
}
.site-home .development-card .content span {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 16px;
}
.site-home .development-card .content span:hover {
  background-color: #fff;
  color: #002554;
  transition: 0.5s ease-out;
}
.site-home #realestatestats-section {
  color: #fff;
}
.site-home #realestatestats-section .stats-content {
  text-align: center;
}
.site-home #realestatestats-section .stats-bg {
  background-color: #002554;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
.site-home #realestatestats-section .stats-title h2, .site-home #realestatestats-section .stats-title .site-service-stat-text, .site-home #realestatestats-section .stats-title h3 {
  color: #fff;
}
.site-home #realestatestats-section .stats-title h3 {
  margin-bottom: 0;
}
.site-home #realestatestats-section .site-service-stat-text {
  color: #fff;
  display: flex;
  justify-content: center;
}
.site-home .drgbo-testimonials .testimonials-header {
  text-align: right;
  height: 100%;
  margin-right: 16px;
  border-right: 1px solid #002554;
  padding-right: 32px;
}
@media (max-width: 767.98px) {
  .site-home .drgbo-testimonials .testimonials-header {
    text-align: center;
    margin-right: 0;
    border: none;
    padding-right: 0;
    padding-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .site-home .drgbo-testimonials .testimonial-card {
    text-align: center;
    padding: 0 32px;
  }
}
.site-home .drgbo-testimonials .client-name {
  margin-top: 16px;
  font-weight: bold;
}
.site-home .drgbo-testimonials .swiper-wrap .swiper-button-prev {
  left: 45%;
}
@media (max-width: 767.98px) {
  .site-home .drgbo-testimonials .swiper-wrap .swiper-button-prev {
    left: 40%;
  }
}
.site-home .drgbo-testimonials .swiper-wrap .swiper-button-next {
  right: 45%;
}
@media (max-width: 767.98px) {
  .site-home .drgbo-testimonials .swiper-wrap .swiper-button-next {
    right: 40%;
  }
}
.site-home .drgbo-worldwide {
  color: #fff;
}
.site-home .drgbo-worldwide .worldwide-exposure-bg {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
.site-home .drgbo-worldwide .worldwideexposure-title {
  color: #fff;
  font-family: "Manrope", arial, helvetica neue, helvetica, sans-serif;
  font-size: 42px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.site-home .drgbo-worldwide .worldwideexposure-title img {
  height: 86px;
  padding: 0 4px;
}
@media (max-width: 767.98px) {
  .site-home .drgbo-worldwide .worldwideexposure-title {
    flex-direction: column;
  }
}
.site-home .drgbo-worldwide .logos-inline {
  display: flex;
  justify-content: space-around;
}
.site-home .drgbo-worldwide .logos-inline img {
  height: 64px;
}
@media (max-width: 767.98px) {
  .site-home .drgbo-worldwide .logos-inline {
    align-items: center;
    flex-direction: column;
  }
  .site-home .drgbo-worldwide .logos-inline .logo {
    padding-bottom: 16px;
  }
}
.site-home .drgbo-connect {
  background-color: #D0D3E4;
  padding: 42px 0;
}
.site-home .drgbo-connect .col-8 {
  padding-left: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-home .drgbo-connect .col-8 input {
  text-align: center;
}
.site-home .drgbo-connect .col-8 textarea {
  text-align: center;
  height: 100%;
  margin-bottom: 16px;
}
.site-home .drgbo-connect input {
  padding: 8px 16px;
}
.site-home .drgbo-connect textarea {
  height: 100px;
}
.site-home .drgbo-connect .button {
  color: #fff;
  background-color: #002554;
  width: 100%;
}
.site-home .drgbo-connect .button:hover {
  color: #002554;
  background-color: #fff;
}
.site-home .drgbo-market-trends .blog-card .blog-bg {
  height: 223px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .site-home .drgbo-market-trends .blog-card .blog-bg {
    height: 250px;
  }
}
.site-home .drgbo-market-trends .blog-card a {
  text-decoration: none;
}
.site-home .drgbo-market-trends .blog-card .content .category {
  color: #5D8CC8;
  font-size: 14px;
  text-transform: uppercase;
}
.site-home .drgbo-market-trends .blog-card .content h3 {
  font-size: 21px;
}
.site-home .drgbo-market-trends .blog-card .content .date {
  font-size: 12px;
}
.site-home .drgbo-content1 {
  background: #fff;
  border: 1px solid #D0D0D0;
  margin-bottom: var(--section-margin-bottom);
  padding: var(--section-padding-y) var(--section-padding-x);
}
@media (max-width: 991.98px) {
  .site-home .drgbo-content1 {
    --image-margin-bottom: 1rem;
  }
}
.site-home .drgbo-content1 .image {
  background-position: center;
  background-size: cover;
  height: 22rem;
  margin-bottom: var(--image-margin-bottom);
  width: 100%;
}
.site-home .drgbo-content1 .copy {
  --p-line-height: 1.8;
  line-height: var(--p-line-height);
  margin-bottom: 2rem;
}
.site-home .drgbo-content1 .btn.outline {
  --bs-btn-color: #002554;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #002554;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #002554;
  --bs-btn-hover-border-color: #002554;
  --bs-btn-focus-shadow-rgb: var(--bhhs-accent-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
  --bs-btn-active-border-color: var(--bs-btn-hover-bg);
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-home .drgbo-content1 .btn.outline p {
  line-height: var(--bs-btn-line-height);
  margin: 0;
}
.site-home .drgbo-content1 .btn.outline p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.site-home .drgbo-tabs .nav {
  --bs-nav-link-padding-x: 2.5rem;
  --bs-nav-link-padding-y: .75rem;
  --bs-nav-link-font-size: .75rem;
  --bs-nav-link-font-weight: 700;
  --bs-nav-link-color: $dickson-dark-blue;
  --bs-nav-link-hover-color: $dickson-dark-blue;
  --bs-nav-link-disabled-color: #D0D0D0;
  padding: 0 var(--section-padding-x);
  gap: 0.5rem;
}
.site-home .drgbo-tabs .nav-tabs {
  --bs-nav-tabs-border-color: #D0D0D0;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-link-hover-border-color: #D0D0D0;
  --bs-nav-tabs-link-active-color: #fff;
  --bs-nav-tabs-link-active-bg: $dickson-dark-blue;
}
.site-home .drgbo-tabs .nav-tabs .nav-link {
  border-color: var(--bs-nav-tabs-border-color);
  border-style: solid;
  border-width: 1px 1px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-home .drgbo-tabs .nav-tabs .nav-link:not(.active):hover {
  background: #F7F7F7;
}
.site-home .drgbo-tabs .tab-pane {
  background: #F7F7F7;
  border: none;
  margin-bottom: var(--section-margin-bottom);
  padding: var(--section-padding-y) var(--section-padding-x);
}
@media (max-width: 991.98px) {
  .site-home .drgbo-tabs .tab-pane {
    --image-margin-bottom: 1rem;
  }
}
.site-home .drgbo-tabs .tab-pane .image {
  background-position: center;
  background-size: cover;
  height: 22rem;
  margin-bottom: var(--image-margin-bottom);
  width: 100%;
}
.site-home .drgbo-tabs .tab-pane .copy {
  --p-line-height: 1.8;
  line-height: var(--p-line-height);
  margin-bottom: 2rem;
}
.site-home .drgbo-tabs .tab-pane .btn.outline {
  --bs-btn-color: #002554;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #002554;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #002554;
  --bs-btn-hover-border-color: #002554;
  --bs-btn-focus-shadow-rgb: var(--bhhs-accent-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
  --bs-btn-active-border-color: var(--bs-btn-hover-bg);
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-home .drgbo-tabs .tab-pane .btn.outline p {
  line-height: var(--bs-btn-line-height);
  margin: 0;
}
.site-home .drgbo-tabs .tab-pane .btn.outline p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.site-home .drgbo-services {
  background: #fff;
  border: 1px solid #D0D0D0;
  margin-bottom: var(--section-margin-bottom);
  padding: var(--section-padding-y) var(--section-padding-x);
  --image-margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .site-home .drgbo-services {
    --image-margin-bottom: 1rem;
  }
}
.site-home .drgbo-services .image {
  background-position: center;
  background-size: cover;
  height: 18rem;
  margin-bottom: var(--image-margin-bottom);
  width: 100%;
}
.site-home .drgbo-services .copy {
  --p-line-height: 1.8;
  line-height: var(--p-line-height);
  margin-bottom: 2rem;
}
.site-home .drgbo-services .btn.outline {
  --bs-btn-color: #002554;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #002554;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #002554;
  --bs-btn-hover-border-color: #002554;
  --bs-btn-focus-shadow-rgb: var(--bhhs-accent-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
  --bs-btn-active-border-color: var(--bs-btn-hover-bg);
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-home .drgbo-services .btn.outline p {
  line-height: var(--bs-btn-line-height);
  margin: 0;
}
.site-home .drgbo-services .btn.outline p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .site-home .drgbo-services {
    --services-swiper-padding: 2rem 3rem;
    --services-article-padding: 1rem;
    --services-caption-margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .site-home .drgbo-services {
    --services-swiper-padding: 2rem 0;
    --services-swiper-btn-display: none;
    --services-article-padding: 2rem;
    --services-caption-margin-bottom: 2rem;
  }
}
.site-home .drgbo-services .swiper-container {
  --swiper-theme-color: var(--bhhs-accent);
  --swiper-navigation-size: 1.5rem;
  --swiper-navigation-sides-offset: .75rem;
  padding: var(--services-swiper-padding);
  position: relative;
}
.site-home .drgbo-services .swiper-container .btn {
  --bs-btn-color: #002554;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #002554;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #002554;
  --bs-btn-hover-border-color: #002554;
  --bs-btn-focus-shadow-rgb: var(--bhhs-accent-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
  --bs-btn-active-border-color: var(--bs-btn-hover-bg);
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 1rem;
  letter-spacing: 2px;
  text-transform: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
}
.site-home .drgbo-services .swiper-container .btn p {
  line-height: var(--bs-btn-line-height);
  margin: 0;
}
.site-home .drgbo-services .swiper-container .btn p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.site-home .drgbo-services .swiper-container .btn i {
  font-size: 1.5rem;
}
.site-home .drgbo-services .swiper-button-prev::after {
  content: "\f137";
}
.site-home .drgbo-services .swiper-button-next::after {
  content: "\f138";
}
.site-home .drgbo-services .swiper-button-prev,
.site-home .drgbo-services .swiper-button-next {
  width: auto;
  display: var(--services-swiper-btn-display);
}
.site-home .drgbo-services .swiper-button-prev::after,
.site-home .drgbo-services .swiper-button-next::after {
  font-family: "Font Awesome 6 Pro";
}
.site-home .drgbo-services article {
  background: #F7F7F7;
  text-align: center;
  padding: var(--services-article-padding);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.site-home .drgbo-services article p {
  --p-margin-bottom: 0;
}
.site-home .drgbo-services .image {
  padding: 1rem;
}
.site-home .drgbo-services .image .icon {
  --icon-size: 2.75rem;
  background: #fff;
  border: 1px solid #F7F7F7;
  border-radius: 100%;
  color: var(--bhhs-accent);
  font-size: 1.5rem;
  height: var(--icon-size);
  padding: 0.5rem;
  width: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-home .drgbo-services .caption {
  color: var(--bhhs-accent);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: var(--services-caption-margin-bottom);
}
.site-home .drgbo-services .copy {
  --p-line-height: 1.8;
  line-height: var(--p-line-height);
  margin-bottom: 2rem;
}
.site-home .drgbo-services .btn.solid {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bhhs-accent);
  --bs-btn-border-color: var(--bhhs-accent);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #002554;
  --bs-btn-hover-border-color: #002554;
  --bs-btn-focus-shadow-rgb: var(--bhhs-accent-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
  --bs-btn-active-border-color: var(--bs-btn-hover-bg);
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 5rem;
  --bs-btn-padding-y: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-home .drgbo-services .btn.solid p {
  line-height: var(--bs-btn-line-height);
  margin: 0;
}
.site-home .drgbo-services .btn.solid p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.site-home .drgbo-content2 {
  background: #fff;
  border: none;
  margin-bottom: var(--section-margin-bottom);
  padding: var(--section-padding-y) var(--section-padding-x);
}
@media (max-width: 991.98px) {
  .site-home .drgbo-content2 {
    --image-margin-bottom: 1rem;
  }
}
.site-home .drgbo-content2 .image {
  background-position: center;
  background-size: cover;
  height: 22rem;
  margin-bottom: var(--image-margin-bottom);
  width: 100%;
}
.site-home .drgbo-content2 .copy {
  --p-line-height: 1.8;
  line-height: var(--p-line-height);
  margin-bottom: 2rem;
}
.site-home .drgbo-content2 .btn.outline {
  --bs-btn-color: #002554;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #002554;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #002554;
  --bs-btn-hover-border-color: #002554;
  --bs-btn-focus-shadow-rgb: var(--bhhs-accent-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
  --bs-btn-active-border-color: var(--bs-btn-hover-bg);
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-home .drgbo-content2 .btn.outline p {
  line-height: var(--bs-btn-line-height);
  margin: 0;
}
.site-home .drgbo-content2 .btn.outline p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.site-home .drgbo-callouts .callout-card {
  color: #fff;
  text-align: center;
  height: 322px;
}
.site-home .drgbo-callouts .callout-card .callout-bg {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-home .drgbo-callouts .callout-card h3 {
  color: #fff;
}
.site-home .drgbo-callouts .callout-card h3 p {
  color: inherit;
  margin: inherit;
}
.site-home .drgbo-callouts .callout-card .button {
  color: #ffffff;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.site-home .drgbo-callouts .callout-card .button:hover {
  border: 1px solid #002554;
}
.site-home .drgbo-callouts .callout-card a {
  text-decoration: none;
  height: 100%;
  display: block;
}

body:not(.site-home-page) .sticky-logo {
  display: none;
}

.site-interior-page {
  --site-header-bg: #fff;
  --site-header-border: 1px solid #F7F7F7;
  --site-header-logo-white-display: none;
  --site-header-logo-black-display: block;
  --drgbo-accent-start: #E8762B;
  --drgbo-accent-end: #F9C63C;
  --drgbo-gradient-h: linear-gradient(to right, var(--drgbo-accent-start), var(--drgbo-accent-end));
  --drgbo-gradient-v: linear-gradient(to bottom, var(--drgbo-accent-start), var(--drgbo-accent-end));
  --bs-border-radius: 0;
  --bs-link-color: $dickson-dark-blue;
  --bs-link-color-rgb: rgb(11, 36, 81);
  --bs-link-hover-color: $dickson-light-blue;
  --bs-link-hover-color-rgb: rgb(116, 133, 160);
  --site-font-family: Manrope, arial, helvetica neue, helvetica, sans-serif;
  font-family: var(--site-font-family);
}
.site-interior-page h1 {
  --heading-font-size: 60px;
  --heading-font-family: Butler, georgia, times, times new roman, serif;
}
.site-interior-page h1 p,
.site-interior-page h1 span {
  font: inherit;
}
.site-interior-page h2, .site-interior-page .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .site-interior-page .site-service-stat-text {
  --heading-font-size: 50px;
  --heading-font-family: Butler, georgia, times, times new roman, serif;
}
.site-interior-page h2 p, .site-interior-page .site-home #realestatestats-section .site-service-stat-text p, .site-home #realestatestats-section .site-interior-page .site-service-stat-text p,
.site-interior-page h2 span,
.site-interior-page .site-home #realestatestats-section .site-service-stat-text span,
.site-home #realestatestats-section .site-interior-page .site-service-stat-text span {
  font: inherit;
}
.site-interior-page h3 {
  --heading-font-size: 42px;
  --heading-font-family: Butler, georgia, times, times new roman, serif;
}
.site-interior-page h4 {
  --heading-font-size: 30px;
  --heading-font-family: Manrope, arial, helvetica neue, helvetica, sans-serif;
}
.site-interior-page h5 {
  --heading-font-size: 60px;
  --heading-font-family: "Maytra";
}
.site-interior-page h6 {
  --heading-font-size: 22px;
  --heading-font-family: Butler, georgia, times, times new roman, serif;
}
.site-interior-page .drgbo-cms-p,
.site-interior-page p {
  color: var(--p-color, inherit);
  font-family: var(--p-font-family, inherit);
  font-size: var(--p-font-size, inherit);
  font-weight: var(--p-font-weight, inherit);
  line-height: var(--p-line-height, inherit);
  margin-top: var(--p-margin-bottom, 0);
  margin-bottom: var(--p-margin-bottom, 1rem);
  padding: var(--p-padding, 0);
}
.site-interior-page a {
  letter-spacing: var(--a-letter-spacing, 2px);
}
@media (min-width: 768px) {
  .site-interior-page .cms-int-header-2 .content h1 {
    --font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .site-interior-page .cms-int-header-2 .content h1 {
    --font-size: 2.5rem;
  }
}
.site-interior-page .drgbo-leadpage-15 .cms-int-header-2 .content.site-column h4 {
  --heading-font-family: Manrope, arial, helvetica neue, helvetica, sans-serif;
  --heading-font-size: 30px;
  --heading-color: #fff;
}
.site-interior-page .dr-btn {
  --bs-btn-color: #002554;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #002554;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #002554;
  --bs-btn-hover-border-color: #002554;
  --bs-btn-focus-shadow-rgb: var(--bhhs-accent-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
  --bs-btn-active-border-color: var(--bs-btn-hover-bg);
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-interior-page .dr-btn p {
  line-height: var(--bs-btn-line-height);
  margin: 0;
}
.site-interior-page .dr-btn p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.site-interior-page .fp-list .int-prop {
  color: #002554;
}
.site-interior-page .fp-list .int-prop .image-area {
  border-radius: 0;
}
.site-interior-page .fp-list .int-prop .text-area .price {
  font-size: 24px;
  color: #002554 !important;
}
.site-interior-page .fp-list .int-prop .text-area .address {
  font-size: 14px;
}
.site-interior-page .fp-list .int-prop .text-area .info {
  font-size: 14px;
}
.site-interior-page .fp-list .int-prop .text-area .info li:before {
  content: none;
}
.site-interior-page .fp-list .int-prop .text-area .info li {
  border-right: 1px solid #002554;
  padding-right: 4px;
}
.site-interior-page .fp-list .int-prop .text-area .info li:last-of-type {
  border: none;
}
.site-interior-page .drgbo-bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.site-interior-page .drgbo-gradient-accent-h {
  --drgbo-gradient-h-height: .375rem;
  --drgbo-gradient-h-width: 100%;
  height: var(--drgbo-gradient-h-height);
  width: var(--drgbo-gradient-h-width);
  background: var(--drgbo-gradient-h);
}
.site-interior-page .drgbo-gradient-accent-v {
  --drgbo-gradient-v-width: .375rem;
  flex-shrink: 0;
  width: var(--drgbo-gradient-v-width);
  background: var(--drgbo-gradient-v);
}
.site-interior-page .dr-btn--white {
  --bs-btn-color: #fff;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #002554;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: var(--bhhs-accent-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
  --bs-btn-active-border-color: var(--bs-btn-hover-bg);
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-interior-page .dr-btn--white p {
  line-height: var(--bs-btn-line-height);
  margin: 0;
}
.site-interior-page .dr-btn--white p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.site-interior-page .drgbo-hero {
  position: relative;
  min-height: 22.25rem;
  display: flex;
  align-items: center;
}
.site-interior-page .drgbo-hero__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.site-interior-page .drgbo-hero__content {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-hero {
    min-height: 14rem;
  }
}
.site-interior-page .drgbo-content1 {
  --heading-color: #002554;
  --p-color: #002554;
  --content-max-width: 61.5rem;
  --content-padding: 4rem 0;
  --gradient-margin: 2rem auto;
  padding: var(--content-padding);
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content1 {
    --content-padding: 2.5rem 0;
  }
}
.site-interior-page .drgbo-content1__text {
  max-width: var(--content-max-width);
}
.site-interior-page .drgbo-content1__text .drgbo-gradient-accent-h {
  margin: var(--gradient-margin);
}
.site-interior-page .drgbo-content2 {
  --heading-color: #002554;
  --p-color: #002554;
  --content-max-width: 61.5rem;
  --content-padding: 4rem 0;
  padding: var(--content-padding);
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content2 {
    --content-padding: 2.5rem 0;
  }
}
.site-interior-page .drgbo-content2__inner {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  max-width: var(--content-max-width);
  margin: 0 auto;
}
.site-interior-page .drgbo-content3 {
  --heading-color: #002554;
  --p-color: #002554;
  --content-max-width: 61.5rem;
  --content-padding: 4rem 0;
  padding: var(--content-padding);
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content3 {
    --content-padding: 2.5rem 0;
  }
}
.site-interior-page .drgbo-content3__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: var(--content-max-width);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content3__inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.site-interior-page .drgbo-content3__image {
  flex: 0 0 26rem;
  height: 21.875rem;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content3__image {
    flex: none;
    width: 100%;
    height: 15rem;
  }
}
.site-interior-page .drgbo-content3__text {
  flex: 1;
}
.site-interior-page .drgbo-content4 {
  --heading-color: #002554;
  --p-color: #002554;
  --content-max-width: 61.5rem;
  --content-padding: 4rem 0;
  padding: var(--content-padding);
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content4 {
    --content-padding: 2.5rem 0;
  }
}
.site-interior-page .drgbo-content4__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: var(--content-max-width);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content4__inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.site-interior-page .drgbo-content4__text {
  flex: 1;
}
.site-interior-page .drgbo-content4__image {
  flex: 0 0 26rem;
  height: 21.875rem;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content4__image {
    flex: none;
    width: 100%;
    height: 15rem;
  }
}
.site-interior-page .drgbo-content5 {
  --heading-color: #002554;
  --heading-font-family: Maytra;
  --p-color: #002554;
  --content-max-width: 61.5rem;
  --content-padding: 4rem 0;
  padding: var(--content-padding);
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content5 {
    --content-padding: 2.5rem 0;
  }
}
.site-interior-page .drgbo-content5__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: var(--content-max-width);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content5__inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.site-interior-page .drgbo-content5__image {
  flex: 0 0 26rem;
  height: 28.9375rem;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content5__image {
    flex: none;
    width: 100%;
    height: 15rem;
  }
}
.site-interior-page .drgbo-content5__text {
  flex: 1;
}
.site-interior-page .drgbo-content5__text .drgbo-gradient-accent-h {
  margin: 1.5rem 0 1.5rem -2rem;
  width: calc(100% + 2rem);
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content5__text .drgbo-gradient-accent-h {
    margin-left: 0;
  }
}
.site-interior-page .drgbo-content6 {
  --heading-color: #002554;
  --heading-font-family: Maytra;
  --p-color: #002554;
  --content-max-width: 61.5rem;
  --content-padding: 4rem 0;
  padding: var(--content-padding);
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content6 {
    --content-padding: 2.5rem 0;
  }
}
.site-interior-page .drgbo-content6__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: var(--content-max-width);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content6__inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.site-interior-page .drgbo-content6__text {
  flex: 1;
}
.site-interior-page .drgbo-content6__text .drgbo-gradient-accent-h {
  margin: 1.5rem -2rem 1.5rem 0;
  width: calc(100% + 2rem);
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content6__text .drgbo-gradient-accent-h {
    margin-right: 0;
  }
}
.site-interior-page .drgbo-content6__image {
  flex: 0 0 26rem;
  height: 28.9375rem;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content6__image {
    flex: none;
    width: 100%;
    height: 15rem;
    order: -1;
  }
}
.site-interior-page .drgbo-content7 {
  text-align: center;
  --bg-color: #002554;
}
.site-interior-page .drgbo-content7__image {
  position: relative;
  z-index: 1;
  width: 61.5rem;
  height: 28.5625rem;
  margin: 0 auto;
}
.site-interior-page .drgbo-content7__body {
  background-color: var(--bg-color);
  margin-top: -21.421875rem;
  padding: 23.421875rem 0 0;
}
.site-interior-page .drgbo-content7__text {
  padding-bottom: 4rem;
}
@media (max-width: 991.98px) {
  .site-interior-page .drgbo-content7__image {
    width: 100%;
    height: 22.8125rem;
  }
  .site-interior-page .drgbo-content7__body {
    margin-top: -17.109375rem;
    padding-top: 19.109375rem;
  }
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content7__text {
    padding-bottom: 2.5rem;
  }
}
.site-interior-page .drgbo-content8 {
  --heading-color: #002554;
  --p-color: #002554;
  --content-max-width: 61.5rem;
  --content-padding: 4rem 0;
  padding: var(--content-padding);
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content8 {
    --content-padding: 2.5rem 0;
  }
}
.site-interior-page .drgbo-content8__grid {
  display: flex;
  gap: 2rem;
  max-width: var(--content-max-width);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content8__grid {
    flex-direction: column;
  }
}
.site-interior-page .drgbo-content8__col {
  flex: 1;
}
.site-interior-page .drgbo-content8__image {
  height: 25.25rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content8__image {
    height: 15rem;
  }
}
.site-interior-page .drgbo-content9 {
  --heading-color: #002554;
  --heading-font-family: Maytra;
  --p-color: #002554;
  --content-max-width: 61.5rem;
  --content-padding: 4rem 0;
  padding: var(--content-padding);
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content9 {
    --content-padding: 2.5rem 0;
  }
}
.site-interior-page .drgbo-content9__grid {
  display: flex;
  gap: 2rem;
  max-width: var(--content-max-width);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content9__grid {
    flex-direction: column;
  }
}
.site-interior-page .drgbo-content9__col {
  flex: 1;
}
.site-interior-page .drgbo-content9__image {
  height: 17.875rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content9__image {
    height: 15rem;
  }
}
.site-interior-page .drgbo-content10 {
  --content-padding: 4rem 0;
  --bg-color: #4F5D86;
  padding: var(--content-padding);
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content10 {
    --content-padding: 2.5rem 0;
  }
}
.site-interior-page .drgbo-content10__inner {
  display: flex;
  align-items: stretch;
  max-width: 61.5rem;
  margin: 0 auto;
  min-height: 28rem;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content10__inner {
    flex-direction: column;
    min-height: unset;
  }
}
.site-interior-page .drgbo-content10__left {
  flex: 3;
  background-color: var(--bg-color);
  display: flex;
  align-items: center;
  padding: 3rem;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content10__left {
    padding: 2rem 1.5rem;
  }
}
.site-interior-page .drgbo-content10 .drgbo-gradient-accent-v {
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content10 .drgbo-gradient-accent-v {
    width: 100%;
    height: 6px;
    background: var(--drgbo-gradient-h);
  }
}
.site-interior-page .drgbo-content10__right {
  flex: 0 0 26.25rem;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content10__right {
    height: 20rem;
  }
}
.site-interior-page .drgbo-content11 {
  position: relative;
  min-height: 30rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.site-interior-page .drgbo-content11__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 37, 84, 0.7);
}
.site-interior-page .drgbo-content11__content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 61.5rem;
  margin: 0 auto;
  padding: 4rem 0;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content11__content {
    padding: 2.5rem 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content11 {
    min-height: unset;
  }
}
.site-interior-page .drgbo-content12 {
  --content-padding: 4rem 0;
  padding: var(--content-padding);
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content12 {
    --content-padding: 2.5rem 0;
  }
}
.site-interior-page .drgbo-content12__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 61.5rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content12__grid {
    grid-template-columns: 1fr;
  }
}
.site-interior-page .drgbo-content12__block {
  min-height: 22rem;
}
.site-interior-page .drgbo-content12__block--topleft, .site-interior-page .drgbo-content12__block--botright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}
.site-interior-page .drgbo-content12__block--topleft .dr-btn--white, .site-interior-page .drgbo-content12__block--botright .dr-btn--white {
  align-self: flex-start;
}
.site-interior-page .drgbo-content12__block--topleft {
  background-color: #4F5D86;
}
.site-interior-page .drgbo-content12__block--botright {
  background-color: #002554;
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-content12__block {
    min-height: unset;
  }
  .site-interior-page .drgbo-content12__block--topright, .site-interior-page .drgbo-content12__block--botleft {
    height: 25rem;
  }
}
.site-interior-page .drgbo-roster {
  --heading-color: #002554;
  --p-color: #002554;
}
.site-interior-page .drgbo-roster .roster-search .btn {
  border: none;
  height: 100%;
}
.site-interior-page .drgbo-roster-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.site-interior-page .drgbo-roster-cards article {
  --heading-text-align: center;
  --roster-card-card-shadow: none;
  --roster-card-card-width: 19.25rem;
  --roster-card-image-height: 19.125rem;
  --roster-card-border-color: transparent;
  --roster-card-content-padding: 1rem;
  --roster-card-header-font-size: 1.25rem;
  --roster-card-font-size: 0.875rem;
  border: 1px solid var(--roster-card-border-color);
  box-shadow: var(--roster-card-card-shadow);
  font-size: var(--roster-card-font-size);
  width: var(--roster-card-card-width);
  display: flex;
  flex-direction: column;
  margin: 1rem 0.5rem;
  text-align: center;
}
.site-interior-page .drgbo-roster-cards article .cms-int-roster-card-image-container {
  height: var(--roster-card-image-height);
  overflow: hidden;
  display: block;
  position: relative;
}
.site-interior-page .drgbo-roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .site-interior-page .drgbo-roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    height: 100%;
    align-items: center;
    top: 0;
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .site-interior-page .drgbo-roster-cards article .cms-int-roster-card-image-container .cms-int-roster-card-more {
    align-items: flex-end;
    bottom: 0;
  }
}
.site-interior-page .drgbo-roster-cards article .cms-int-roster-card-image-container:hover .cms-int-roster-card-more {
  opacity: 1;
}
.site-interior-page .drgbo-roster-cards article .cms-int-roster-card-image {
  background-color: var(--roster-card-border-color);
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  transition: all 300ms ease-in-out;
}
.site-interior-page .drgbo-roster-cards article .cms-int-roster-card-content {
  padding: var(--roster-card-content-padding);
}
.site-interior-page .drgbo-roster-cards article h2, .site-interior-page .drgbo-roster-cards article .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .site-interior-page .drgbo-roster-cards article .site-service-stat-text {
  font-size: var(--roster-card-header-font-size);
  margin: 0;
}
.site-interior-page .drgbo-roster-cards article .cms-int-roster-card-title {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.site-interior-page .drgbo-roster-cards article .cms-int-roster-card-title span {
  border-right: 1px solid var(--roster-card-border-color);
  line-height: 1;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
}
.site-interior-page .drgbo-roster-cards article .cms-int-roster-card-title span:last-of-type {
  border-right: none;
}
.site-interior-page .drgbo-roster-cards article ul {
  list-style: none;
  margin: 0;
  margin-top: auto;
  padding: 0;
}
.site-interior-page .drgbo-roster-cards article .cms-int-roster-card-content {
  --roster-card-content-padding: 1rem 0;
}
.site-interior-page .drgbo-roster-cards article .cms-int-roster-card-info {
  display: flex;
  justify-content: center;
  line-height: 1;
  margin-top: 0.5rem;
}
.site-interior-page .drgbo-roster-cards article .cms-int-roster-card-info li {
  padding: 0 0.5rem;
  border-right: 1px solid #002554;
}
.site-interior-page .drgbo-roster-cards article .cms-int-roster-card-info li:last-child {
  border-right: none;
}
.site-interior-page .drgbo-roster-cards article .cms-int-roster-card-info a {
  text-decoration: none;
}
.site-interior-page .drgbo-roster-cards article .drgbo-roster-manager-info {
  display: none;
}
.site-interior-page .drgbo-office-bio h2, .site-interior-page .drgbo-office-bio .site-home #realestatestats-section .site-service-stat-text, .site-home #realestatestats-section .site-interior-page .drgbo-office-bio .site-service-stat-text {
  --heading-font-size: 2.625rem;
  --heading-color: #002554;
}
.site-interior-page .drgbo-office-bio .drgbo-cms-p {
  --p-font-size: 1.125rem;
  --p-color: #002554;
}
.site-interior-page .drgbo-ob-video {
  width: 100%;
  text-align: center;
}
.site-interior-page .drgbo-ob-video iframe {
  width: 80%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.site-interior-page .drgbo-ob-map {
  position: relative;
  text-align: center;
}
.site-interior-page .drgbo-ob-map .drgbo-ob-map-bg {
  position: absolute;
  top: 13.9375rem;
  left: 0;
  width: 100%;
  height: calc(100% - 13.9375rem);
  background-color: #D1D3E2;
  z-index: -1;
}
.site-interior-page .drgbo-ob-managers .drgbo-roster-cards article.drgbo-roster-card .cms-int-roster-card-info {
  display: none;
}
.site-interior-page .drgbo-ob-managers .drgbo-roster-cards article.drgbo-roster-card .drgbo-roster-manager-info {
  display: block;
}
.site-interior-page .drgbo-ob-managers .drgbo-roster-cards article.drgbo-roster-card .drgbo-roster-manager-info .drgbo-roster-license {
  color: #002554;
}
@media (min-width: 1300px) {
  .site-interior-page .site-interior-featured-listings .fp-list {
    --prop-columns: 4;
  }
}

.site-footer {
  background: #002554;
  margin-top: var(--footer-margin-top, 2rem);
  color: #fff;
}
.site-footer .social-section {
  background-color: #ffffff;
  padding: 32px 0;
}
.site-footer .social-section ul {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.site-footer .social-section ul li {
  background-color: #002554;
  border-radius: 50%;
  margin: 0 8px;
  padding: 16px;
}
.site-footer .social-section ul img {
  width: 35px;
}
.site-footer .logo-section {
  background-color: #F0F0F0;
  padding: 64px 0;
  overflow: hidden;
}
.site-footer .rn-scroller {
  max-width: 100%;
}
.site-footer .rn-scroller .rn-scroller-track {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.site-footer .rn-scroller .rn-scroller-track article {
  height: 100%;
  transition: transform 0.3s ease;
  opacity: 0.8;
}
.site-footer .rn-scroller .rn-scroller-track article.rn-logo {
  opacity: 1;
}
.site-footer .rn-scroller .rn-scroller-track article:hover {
  opacity: 1;
}
.site-footer .rn-scroller .rn-scroller-track img {
  max-height: 100%;
  width: auto;
}
.site-footer .rn-scroller[data-animated=true] .rn-scroller-track {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}
.site-footer .rn-scroller[data-direction=right] {
  --_animation-direction: reverse;
}
.site-footer .rn-scroller[data-direction=left] {
  --_animation-direction: forwards;
}
.site-footer .rn-scroller[data-speed=fast] {
  --_animation-duration: 60s;
}
.site-footer .rn-scroller[data-speed=slow] {
  --_animation-duration: 100s;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.site-footer .rn-scroller-track {
  align-items: center;
}
.site-footer .rn-scroller-track img {
  width: 100%;
}
.site-footer .footer-content {
  padding-top: 64px;
}
@media (max-width: 767.98px) {
  .site-footer .footer-content {
    text-align: center;
  }
}
.site-footer .footer-content .corporate-address,
.site-footer .footer-content .consumer-protection {
  font-size: 12px;
}
.site-footer .footer-content .corporate-address .ada-link,
.site-footer .footer-content .consumer-protection .ada-link {
  text-decoration: underline;
}
.site-footer .footer-content .disclaimer-logos img {
  width: 57px;
}
.site-footer .footer-content .footer-links {
  font-size: 14px;
}
.site-footer .footer-content .site-footer-logo {
  text-align: center;
}
.site-footer .footer-content .site-footer-logo .company-logo img {
  max-width: 243px;
  margin-bottom: 28px;
}
.site-footer .footer-content .site-footer-logo .leading-re-logo img {
  max-width: 188px;
  margin-bottom: 20px;
}
.site-footer .footer-content .site-footer-logo .luxury-portfolio-logo img {
  max-width: 148px;
}
.site-footer h4 {
  color: #fff;
  font-family: "Butler", georgia, times, times new roman, serif;
  font-size: 22px;
}
@media (max-width: 991.98px) {
  .site-footer {
    --footer-margin-top: 1rem;
    --footer-padding: 3rem 1rem;
    --footer-social-align-items: center;
  }
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.site-footer ul li {
  margin-bottom: 16px;
}
.site-footer .site-footer-logo img {
  height: auto;
  max-width: 100%;
}
.site-footer .captcha-messages a {
  text-decoration: underline;
}
.site-footer .site-footer-disclaimer ul {
  --flex-flow: row wrap;
  --gap: 1rem;
}
.site-footer .site-footer-reliance-logo {
  text-align: center;
  width: 100%;
}
.site-footer .site-footer-reliance-logo img {
  height: auto;
  width: 10rem;
}
.site-footer .site-footer-agent-access-link {
  display: none;
}
.site-footer img.black {
  display: none;
}

.site-footer-form {
  --bs-border-radius: 0;
}
.site-footer-form .form-inputs {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
  margin-bottom: 1rem;
}
.site-footer-form .btn {
  --bs-btn-color: #fff;
  --bs-btn-bg: #002554;
  --bs-btn-border-color: #002554;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bhhs-accent);
  --bs-btn-hover-border-color: var(--bhhs-accent);
  --bs-btn-focus-shadow-rgb: var(--bhhs-accent-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
  --bs-btn-active-border-color: var(--bs-btn-hover-bg);
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-footer-form .btn p {
  line-height: var(--bs-btn-line-height);
  margin: 0;
}
.site-footer-form .btn p {
  /* stylelint-disable */
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  /* stylelint-enable */
  margin: 0;
  padding: 0;
}
.site-footer-form .captcha-messages {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.site-footer-disclaimers,
.site-footer-disclaimer-links {
  font-size: 9px;
}

.site-footer-branding ul {
  --ul-justify-content: flex-end;
}
.site-footer-branding img {
  max-height: 17px;
}
.site-footer-branding a.button {
  border: 1px solid #fff;
  padding: 8px 16px;
  text-transform: uppercase;
  transition: 150ms transform ease-in-out;
}
.site-footer-branding a.button:hover {
  color: #002554;
  background-color: #fff;
  text-decoration: none;
}