@charset "UTF-8";
/*!
 * 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/css?family=Roboto:ital,wght@0,400;0,500;0,900;1,400;1,500;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&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 h3 {
  color: var(--color);
}
.cms-int-header-2 .content h1 p,
.cms-int-header-2 .content h2 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 {
  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-leadpage27 .cms-int-form h2,
.cms-int-leadpage28 .cms-int-form h2 {
  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 {
  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 {
  /* 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 {
  --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 {
  /* 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 {
  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 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 {
  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 {
    --heading-font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  #overlayParent .rng-property-form {
    padding: 1rem;
  }
  #overlayParent .rng-property-form h2 {
    --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 {
  /* 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 {
    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 {
  /* 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 {
    font-size: 1.875rem !important;
  }
}
@media (max-width: 575.98px) {
  .cms-int-neighborhood-report-4 .nr-marketreport-title h2 {
    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 {
  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 {
    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 {
  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 {
  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 {
  --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 {
  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 {
  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 {
  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 {
  --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 {
  --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 {
  --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 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 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-leadpage14-form .cms-int-container h2 p,
.site-interior-leadpage14 .site-interior-leadpage12-form .cms-int-container h2 p,
.site-interior-leadpage14 .site-interior-leadpage14-form .cms-int-container h2 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 {
  font-size: 1.875rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.site-interior-leadpage16-form .site-container h2 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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  --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 {
    --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 {
    --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 {
  --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 {
  --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 {
  --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 {
  --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 {
  --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 {
  /* stylelint-disable */
  color: #fff !important;
  /* stylelint-enable */
  font-size: 3rem;
}
.site-interior-leadpage21 .site-interior-template-image-header-2 h2 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 {
  font-size: 1.875rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.site-interior-leadpage21 .site-interior-leadpage21-form .site-container h2 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 {
  --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 {
  --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 {
  --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 {
  --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 {
  --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 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 {
    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 {
    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 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 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 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 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 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 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(3) .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 h2, .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(8) .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 h2 {
    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(3) .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 h2 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(8) .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 h2 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 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 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:nth-of-type(3n+4) .rng-featured-property-listing-details h2 {
    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:nth-of-type(3n+4) .rng-featured-property-listing-details h2 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 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 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 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 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 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 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(2) .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 h2, .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(7) .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 h2 {
    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(2) .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 h2 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(7) .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 h2 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 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 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 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(4) .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 h2 {
    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(4) .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 h2 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 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 {
    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 {
    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 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 {
    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 {
    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 {
  --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, 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 */
:root {
  --hs-font-base: Roboto, arial, helvetica neue, helvetica, sans-serif;
  --hs-font-heading: Roboto, arial, helvetica neue, helvetica, sans-serif;
  --hs-font-special: Open Sans, sans-serif;
  --hs-header-height-sm: 3rem;
  --hs-header-height-md: 3rem;
  --hs-header-height-lg: 7.25rem;
}

#remax7 {
  --site-font-family: Roboto, arial, helvetica neue, helvetica, sans-serif;
  font-family: var(--site-font-family);
}
#remax7 .site-header {
  --site-h-header-height-sm: 3rem;
  --site-h-header-height-md: 3rem;
  --site-h-header-height-lg: 7.25rem;
  --site-h-bg: #ffffff;
  --site-h-gap: 1rem;
  --site-h-padding-y-sm: 0.375rem;
  --site-h-padding-y-lg: 0.5rem;
  background: var(--site-h-bg);
}
#remax7 .site-header > .container-xxl {
  height: 100%;
  padding-top: var(--site-h-padding-y);
  padding-bottom: var(--site-h-padding-y);
  display: flex;
  align-items: stretch;
  gap: var(--site-h-gap);
}
@media (min-width: 992px) {
  #remax7 .site-header {
    height: var(--site-h-header-height-lg);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #remax7 .site-header {
    height: var(--site-h-header-height-md);
  }
}
@media (min-width: 768px) {
  #remax7 .site-header {
    --site-h-padding-y: var(--site-h-padding-y-lg);
  }
}
@media (max-width: 767.98px) {
  #remax7 .site-header {
    --site-h-padding-y: var(--site-h-padding-y-sm);
    height: var(--site-h-header-height-sm);
  }
}
#remax7 .site-header {
  --bs-link-color: $white;
  --bs-link-hover-color: $white;
  --bs-link-color-rgb: 255,255,255;
  --bs-link-hover-color-rgb: 255,255,255;
  background-color: var(--main-color);
}
@media (max-width: 991.98px) {
  #remax7 .site-header {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
  }
}
#remax7 .site-header-logo a {
  height: 100%;
  display: block;
}
#remax7 .site-header-logo img {
  height: 100%;
  width: auto;
}
#remax7 .site-header-top {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgb(255, 255, 255));
  background-color: #fff;
  height: 5.125rem;
  padding: 0.5rem 1rem;
}
#remax7 .site-header-top .container-xxl {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  #remax7 .site-header-top {
    background: transparent;
    height: 100%;
    flex: 1 0 auto;
  }
  #remax7 .site-header-top .site-header-name {
    display: none;
  }
}
#remax7 .site-header-bottom {
  background-color: var(--main-color);
  min-height: 2.125rem;
}
@media (max-width: 991.98px) {
  #remax7 .site-header-bottom {
    background-color: transparent;
    height: auto;
    flex: 0 1 auto;
  }
  #remax7 .site-header-bottom .container-xxl {
    padding-left: 0;
  }
}
#remax7 .site-header-bottom .container-xxl,
#remax7 .site-header-bottom .site-header-nav-container,
#remax7 .site-header-bottom .site-header-nav {
  height: 100%;
}
#remax7 .site-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  #remax7 .site-header-nav {
    justify-content: flex-end;
  }
}
#remax7 .site-header-user {
  position: relative;
}
#remax7 .site-header-user:hover .dashboard {
  display: grid;
}
#remax7 .site-header-user ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#remax7 .site-header-user .user i {
  font-size: 2rem;
}
@media (min-width: 768px) {
  #remax7 .site-header-user .user i {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #remax7 .site-header-user .user .text {
    display: none;
  }
}
#remax7 .site-header-user .dashboard {
  --triangle-size: 1.25rem;
  --padding: .5rem;
  background: #ffffff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem;
  width: 25rem;
  max-width: calc(100vw - 3 * var(--padding));
  display: none;
  grid-template-columns: 1fr 14rem;
  position: absolute;
  top: calc(100% + var(--triangle-size));
  right: calc(-1 * var(--padding));
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
#remax7 .site-header-user .dashboard ul {
  flex-direction: column;
  gap: 0.25rem;
}
#remax7 .site-header-user .dashboard .activity {
  background: #e9ecef;
  padding: 0.5rem;
}
#remax7 .site-header-user .dashboard .title {
  border-bottom: 1px solid #ced4da;
}
#remax7 .site-header-user .dashboard::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 900;
  content: "\f2ec";
  color: #ffffff;
  font-size: var(--triangle-size);
  text-align: right;
  padding-right: 1rem;
  width: 100%;
  position: absolute;
  top: calc(-1 * var(--triangle-size));
  right: 0;
}
#remax7 .site-header-user {
  border: none;
  font-size: 0.875rem;
  padding: 0;
  order: 1;
  display: flex;
  flex: 0 0 auto;
  position: absolute;
  top: -5rem;
  right: 1rem;
  z-index: 9;
}
#remax7 .site-header-user a {
  color: #000;
  text-decoration: none;
}
#remax7 .site-header-user ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#remax7 .site-header-user ul.logged-out {
  list-style: none;
  margin: 0;
  margin-block: 0;
  padding-inline-start: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#remax7 .site-header-user ul.logged-out span {
  padding: 0 0.5rem;
  display: inline-block;
}
#remax7 .site-header-user ul.logged-out span.text {
  padding: 0;
}
@media (max-width: 991.98px) {
  #remax7 .site-header-user ul.logged-out span {
    display: none;
  }
}
#remax7 .site-header-user ul.logged-out li {
  padding-left: 1.5rem;
}
#remax7 .site-header-user li {
  color: #000;
  font-size: 0.875rem;
}
#remax7 .site-header-user i.site-desktop {
  font-size: 0.875rem;
  display: inline-block;
}
#remax7 .site-header-user .logged-in > li {
  font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}
#remax7 .site-header-user .logged-out a {
  color: var(--secondary-color);
  font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
#remax7 .site-header-user .site-header-email a {
  background-color: #000;
  border-radius: 100%;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#remax7 .site-header-user .site-header-email a i {
  color: #fff;
  font-size: 0.75rem;
  display: block;
}
@media (max-width: 991.98px) {
  #remax7 .site-header-user .site-header-email {
    display: none;
  }
}
@media (min-width: 992px) {
  #remax7 .site-header-user {
    --border: none;
  }
}
@media (max-width: 991.98px) {
  #remax7 .site-header-user {
    --border: none;
    align-items: center;
    position: relative;
    top: auto;
    right: auto;
  }
  #remax7 .site-header-user span {
    display: none;
  }
  #remax7 .site-header-user i:not(.site-desktop) {
    margin-top: 0.4rem;
    padding-left: 0.5rem;
    /* stylelint-disable */
    display: inline-block !important;
    /* stylelint-enable */
  }
  #remax7 .site-header-user .site-desktop {
    /* stylelint-disable */
    display: none !important;
    /* stylelint-enable */
  }
}
@media (min-width: 992px) {
  #remax7 {
    padding: 0;
    --site-horz-nav-bg: #ffffff;
    --site-horz-nav-justify-content: center;
    --site-horz-nav-gap: 0 0.5rem;
    --site-horz-nav-link-color: #ffffff;
    --site-horz-nav-link-hover-color: #ffffff;
    --site-horz-nav-link-fa-arrow: "";
    --site-horz-nav-link-fa-arrow-weight: 300;
    --site-horz-nav-font-size-lg: 0.8125rem;
    --site-horz-nav-font-weight: 400;
    --site-horz-nav-line-height: 1;
    --site-horz-nav-text-transform: uppercase;
    --site-nav-dropdown-bg: #7D7D7D;
    --site-nav-dropdown-padding: 0;
    --site-nav-dropdown-list-item-bg: #7D7D7D;
    --site-nav-dropdown-list-item-padding-x: 0;
    --site-nav-dropdown-list-item-padding-y: 0;
    --site-nav-dropdown-list-item-border-color: #CCC;
    --site-nav-dropdown-list-item-padding-y: 0;
    --site-nav-dropdown-link-bg-color: #7D7D7D;
    --site-nav-dropdown-link-bg-hover-color: var(--secondary-color);
    --site-nav-dropdown-link-hover-decoration: none;
    --site-nav-dropdown-link-color: #fff;
    --site-nav-dropdown-link-hover-color: #fff;
    --site-nav-dropdown-link-padding-x: 1rem;
    --site-nav-dropdown-link-padding-y: 1rem;
    --site-nav-dropdown-font-size: 1.0625rem;
    --site-nav-dropdown-font-weight: 400;
    --site-nav-dropdown-line-height: 2rem;
    --site-nav-dropdown-text-transform: none;
    --site-nav-dropdown-min-width: 12rem;
  }
  #remax7 .site-header {
    height: auto;
  }
  #remax7 .site-header .container-xxl {
    height: 100%;
    padding: 0 1rem;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  #remax7 .site-header-logo {
    height: 100%;
    padding: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  #remax7 .site-header-logo a {
    color: #000;
    text-decoration: none;
    height: auto;
    padding: 0.25rem 0 0;
    width: auto;
    display: block;
  }
  #remax7 .site-header-logo img {
    height: 2.25rem;
    width: auto;
    max-height: 100%;
  }
  #remax7 .site-header-logo span {
    color: #000;
    font-size: 1.125rem;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0.5rem;
    display: block;
  }
  #remax7 .site-header-logo .site-header-name {
    color: var(--main-color);
    font-family: "Lato", arial, helvetica neue, helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }
  #remax7 .site-header-contact {
    padding-top: 2.5rem;
  }
  #remax7 .site-header-contact .site-header-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #remax7 .site-header-contact .site-header-social li {
    line-height: 1;
    padding: 0.2rem;
  }
  #remax7 .site-header-contact .site-header-social li a {
    background-color: var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    font-size: 0.75rem;
    text-decoration: none;
    height: 1.4rem;
    padding: 0.25rem;
    width: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #remax7 .site-header-contact .site-header-phone p {
    --p-font-size: 1rem;
    --p-line-height: 1;
    font-size: 1rem;
    line-height: 1;
    margin-top: 0.25rem;
  }
  #remax7 .site-header-nav-container {
    height: 100%;
    width: 100%;
  }
  #remax7 .nav-button {
    display: none;
  }
  #remax7 .site-header-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: var(--site-horz-nav-line-height);
    --site-horz-nav-font-size: var(--site-horz-nav-font-size-lg);
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: var(--site-horz-nav-gap);
    justify-content: var(--site-horz-nav-justify-content);
  }
  #remax7 .site-header-nav-list > li {
    height: 100%;
  }
  #remax7 .site-header-nav-list > li > a {
    color: var(--site-horz-nav-link-color);
    font-size: var(--site-horz-nav-font-size);
    font-weight: var(--site-horz-nav-font-weight);
    text-decoration: none;
    text-transform: var(--site-horz-nav-text-transform);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-out;
  }
  #remax7 .site-header-nav-list > li > a:focus, #remax7 .site-header-nav-list > li > a:hover {
    color: var(--site-horz-nav-link-hover-color);
  }
  #remax7 .site-header-nav-list .has-dropdown {
    position: relative;
    cursor: pointer;
  }
  #remax7 .site-header-nav-list .has-dropdown .dropdown {
    display: none;
  }
  #remax7 .site-header-nav-list .has-dropdown:hover > a::after, #remax7 .site-header-nav-list .has-dropdown:focus > a::after, #remax7 .site-header-nav-list .has-dropdown:focus-within > a::after {
    transform: rotate(180deg);
  }
  #remax7 .site-header-nav-list .has-dropdown:hover .dropdown, #remax7 .site-header-nav-list .has-dropdown:focus .dropdown, #remax7 .site-header-nav-list .has-dropdown:focus-within .dropdown {
    display: block;
  }
  #remax7 .site-header-nav-list .has-dropdown > a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  #remax7 .site-header-nav-list .has-dropdown > a::after {
    content: "";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: var(--site-horz-nav-link-fa-arrow-weight);
    content: var(--site-horz-nav-link-fa-arrow);
    color: var(--site-horz-nav-link-color);
    font-size: 0.75rem;
    line-height: var(--site-horz-nav-line-height);
    position: relative;
    transition: 150ms transform ease-in-out;
  }
  #remax7 .site-header-nav {
    height: 100%;
  }
  #remax7 .site-header-nav-list {
    padding: 0;
    z-index: 9;
  }
  #remax7 .site-header-nav-list li {
    padding: 0;
  }
  #remax7 .site-header-nav-list > li > a {
    line-height: 1;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
  }
  #remax7 .site-header-nav-list > li > a:focus, #remax7 .site-header-nav-list > li > a:hover {
    background-color: var(--secondary-color);
  }
  #remax7 .site-header-nav-list li {
    padding: 0;
  }
  #remax7 .site-header-nav-list li > a {
    font-family: "Lato", arial, helvetica neue, helvetica, sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 1;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  #remax7 .site-header-nav-list li > a {
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  #remax7 .site-header-nav-list li > a {
    font-size: 0.8125rem;
    gap: 0.5rem;
    padding: 0.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #remax7 .site-header-nav-list li > a {
    font-size: 0.75rem;
    gap: 0;
    padding: 0.25rem;
  }
}
@media (min-width: 992px) {
  #remax7 .site-header-nav-list .dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    background: var(--site-nav-dropdown-bg);
    padding: var(--site-nav-dropdown-padding);
    min-width: var(--site-nav-dropdown-min-width);
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 999;
    left: 0;
  }
  #remax7 .site-header-nav-list .dropdown li {
    background: var(--site-nav-dropdown-list-item-bg);
    white-space: nowrap;
    padding: var(--site-nav-dropdown-list-item-padding-y) var(--site-nav-dropdown-list-item-padding-x);
    position: relative;
  }
  #remax7 .site-header-nav-list .dropdown a {
    background: var(--site-nav-dropdown-link-bg-color);
    color: var(--site-nav-dropdown-link-color);
    font-size: var(--site-nav-dropdown-font-size);
    font-weight: var(--site-nav-dropdown-font-weight);
    text-decoration: none;
    text-transform: var(--site-nav-dropdown-text-transform);
    padding: var(--site-nav-dropdown-link-padding-y) var(--site-nav-dropdown-link-padding-x);
    display: block;
    transition: all 0.3s ease-out;
  }
  #remax7 .site-header-nav-list .dropdown a:focus, #remax7 .site-header-nav-list .dropdown a:hover {
    background: var(--site-nav-dropdown-link-bg-hover-color);
    text-decoration: var(--site-nav-dropdown-link-hover-decoration);
    color: var(--site-nav-dropdown-link-hover-color);
  }
  #remax7 .site-header-nav-list > li:last-of-type .dropdown {
    right: 0;
    left: auto;
  }
  #remax7 .dropdown a {
    font-family: georgia, times, times new roman, serif;
    position: relative;
  }
  #remax7 .dropdown a:focus::before, #remax7 .dropdown a:hover::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
@media (max-width: 991.98px) {
  #remax7 {
    --site-burger-bg: transparent;
    --site-burger-gap-y: 0.5rem;
    --site-burger-gap-x: 0.875rem;
    --site-burger-align-items: center;
    --site-burger-justify-content: flex-end;
    --site-burger-link-color: var(--secondary-color);
    --site-burger-link-hover-color: var(--secondary-color);
    --site-burger-font-size: 1.25rem;
    --site-burger-font-weight: 400;
    --site-burger-line-height: 2rem;
    --site-accordian-nav-bg: var(--secondary-color);
    --site-accordian-nav-padding: 0 0.5rem;
    --site-accordian-nav-padding-sm: 0;
    --site-accordian-nav-padding-lg: 0 0.5rem;
    --site-accordian-nav-top-nav-bg: var(--secondary-color);
    --site-accordian-nav-top-nav-container-padding: 0;
    --site-accordian-nav-top-nav-padding: 0.5rem 1rem;
    --site-accordian-nav-top-nav-color: #fff;
    --site-accordian-nav-top-nav-weight: 300;
    --site-accordian-nav-top-nav-selected-bg: var(--secondary-color);
    --site-accordian-nav-top-nav-selected-color: #FFF;
    --site-accordian-nav-top-nav-fa-arrow: "";
    --site-accordian-nav-top-nav-fa-arrow-font-size: 1rem;
    --site-accordian-nav-top-nav-fa-arrow-weight: 900;
    --site-accordian-nav-dropdown-background-color: #FFF;
    --site-accordian-nav-dropdown-padding: 1rem 1rem 1rem 2rem;
    --site-accordian-nav-dropdown-list-item-padding: 0.5rem 0 0.5rem 0;
    --site-accordian-nav-dropdown-list-item-border-color: #000;
    --site-accordian-nav-dropdown-color: #000;
  }
  #remax7 .site-header .container-xxl {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  #remax7 .site-header .container-xxl {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  #remax7 .site-header-top {
    padding: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  #remax7 .site-header-center {
    height: auto;
  }
  #remax7 .site-header-contact {
    display: none;
  }
  #remax7 .site-header-logo {
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
  }
  #remax7 .site-header-logo a {
    color: #000;
    text-decoration: none;
    height: auto;
    width: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  #remax7 .site-header-logo img {
    height: 2rem;
    width: auto;
    max-height: 90%;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  #remax7 .site-header-logo img {
    height: 1.5rem;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 28em) {
  #remax7 .site-header-logo img {
    height: 1rem;
  }
}
@media (max-width: 991.98px) {
  #remax7 .site-header-logo span {
    color: #000;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    padding-left: 0.5rem;
    margin-bottom: -0.1rem;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  #remax7 .site-header-logo span {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 28em) {
  #remax7 .site-header-logo span {
    font-size: 0.625rem;
  }
}
@media (max-width: 991.98px) {
  #remax7 .nav-button {
    padding-left: 1rem;
    position: relative;
    z-index: 2;
    order: 2;
  }
  #remax7 .site-header-nav {
    background: var(--site-burger-bg);
    display: flex;
    align-items: var(--site-burger-align-items);
    flex: 1;
    justify-content: var(--site-burger-justify-content);
  }
  #remax7 .site-header-nav .nav-button {
    background: transparent;
    border: none;
  }
  #remax7 .site-header-nav .nav-button.active .nav-burger {
    background-color: transparent;
  }
  #remax7 .site-header-nav .nav-button.active .nav-burger::before {
    transform: translateY(var(--burger-margin)) rotate(45deg);
  }
  #remax7 .site-header-nav .nav-button.active .nav-burger::after {
    transform: translateY(calc(-1 * (var(--burger-margin)))) rotate(-45deg);
  }
  #remax7 .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;
  }
  #remax7 .site-header-nav .nav-burger, #remax7 .site-header-nav .nav-burger::before, #remax7 .site-header-nav .nav-burger::after {
    background-color: var(--secondary-color);
    height: var(--burger-height);
    width: var(--burger-width);
    display: block;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
  }
  #remax7 .site-header-nav .nav-burger::before, #remax7 .site-header-nav .nav-burger::after {
    position: absolute;
    content: "";
  }
  #remax7 .site-header-nav .nav-burger::before {
    top: -0.75rem;
  }
  #remax7 .site-header-nav .nav-burger::after {
    top: 0.75rem;
  }
  #remax7 .site-header {
    position: relative;
  }
  #remax7 .site-header-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: var(--site-accordian-nav-bg);
    padding: var(--site-accordian-nav-padding);
    width: 100%;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  #remax7 .site-header-nav-list {
    padding: var(--site-accordian-nav-padding-sm);
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  #remax7 .site-header-nav-list {
    padding: var(--site-accordian-nav-padding-lg);
  }
}
@media (max-width: 991.98px) {
  #remax7 .site-header-nav-list > li {
    padding: var(--site-accordian-nav-top-nav-container-padding);
  }
  #remax7 .site-header-nav-list > li > a {
    background-color: var(--site-accordian-nav-top-nav-bg);
    color: var(--site-accordian-nav-top-nav-color);
    font-weight: var(--site-accordian-nav-top-nav-weight);
    text-decoration: none;
    text-transform: uppercase;
    padding: var(--site-accordian-nav-top-nav-padding);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #remax7 .site-header-nav-list > li.has-dropdown > a::after {
    content: "";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: var(--site-accordian-nav-top-nav-fa-arrow-weight);
    content: var(--site-accordian-nav-top-nav-fa-arrow);
    color: var(--site-accordian-nav-link-color);
    font-size: var(--site-accordian-nav-top-nav-fa-arrow-font-size);
    line-height: 1.2;
    position: relative;
    transition: 150ms transform ease-in-out;
  }
  #remax7 .site-header-nav-list > li.has-dropdown.selected > a {
    background-color: var(--site-accordian-nav-top-nav-selected-bg);
    color: var(--site-accordian-nav-top-nav-selected-color);
  }
  #remax7 .site-header-nav-list > li.has-dropdown.selected > a::after {
    transform: rotate(180deg);
  }
  #remax7 ul.dropdown {
    background: var(--site-accordian-nav-dropdown-background-color);
    padding: var(--site-accordian-nav-dropdown-padding);
    display: none;
  }
  #remax7 ul.dropdown li {
    border-bottom: 1px solid var(--site-accordian-nav-dropdown-list-item-padding);
    padding: var(--site-accordian-nav-dropdown-list-item-padding);
  }
  #remax7 ul.dropdown li a {
    color: var(--site-accordian-nav-dropdown-color);
    text-decoration: none;
  }
  #remax7 ul.dropdown li a:focus, #remax7 ul.dropdown li a:hover {
    text-decoration: underline;
  }
  #remax7 ul.dropdown li:last-child {
    border-bottom: none;
  }
  #remax7 .site-header-nav-list a {
    color: #000;
    font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }
  #remax7 .site-header-nav-list {
    z-index: 3;
  }
}
#remax7 h1, #remax7 h2, #remax7 h3, #remax7 h4, #remax7 h5, #remax7 h6 {
  font-family: var(--heading-font-family, Lato, arial, helvetica neue, helvetica, sans-serif);
  font-weight: var(--heading-font-weight, 300);
  line-height: var(--heading-line-height, 1.2);
  margin-top: var(--heading-margin-top, 0);
  margin-left: var(--heading-margin-left, 0);
  margin-right: var(--heading-margin-right, 0);
  margin-bottom: var(--heading-margin-bottom, 0.625rem);
}
#remax7 .site-footer {
  background-color: var(--tertiary-color);
  border-top: 1px solid #d5d5d5;
  color: #1a212b;
  padding: 2rem 1rem;
}
#remax7 .site-footer a {
  color: #1a212b;
  text-decoration: none;
}
#remax7 .site-footer .remax1-contact {
  padding-left: 0.2rem;
}
#remax7 .site-footer .remax1-contact a {
  color: #1a212b;
}
#remax7 .site-footer .remax1-contact a:focus, #remax7 .site-footer .remax1-contact a:hover {
  text-transform: underline;
}
#remax7 .site-footer h4 {
  --heading-font-color: #1a212b;
  --heading-font-size: 1.875rem;
  --heading-font-weight: 300;
  --heading-font-line-height: 1.2;
  --heading-margin-bottom: 0.625rem;
  color: #1a212b;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.6rem;
}
#remax7 .site-footer img {
  height: auto;
  max-width: 100%;
}
#remax7 .site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#remax7 .site-footer li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625;
}
#remax7 .site-footer .remax7-agent-image {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  padding: 3px;
  max-width: 16.25rem;
}
@media (min-width: 992px) {
  #remax7 .site-footer .border-lg-none {
    /* stylelint-disable */
    border-bottom: none !important;
    /* stylelint-enable */
  }
}
#remax7 .remax7-footer-social ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
#remax7 .remax7-footer-social li {
  line-height: 1;
  padding: 0.2rem;
}
#remax7 .remax7-footer-social li a {
  background-color: var(--secondary-color);
  border-radius: 2px;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.625rem;
  display: inline-block;
}
#remax7 .site-footer .site-footer-disclaimer {
  color: #1a212b;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 4rem;
}
#remax7 .site-footer .site-footer-disclaimer a {
  color: #1a212b;
  text-decoration: underline;
}
#remax7 .site-footer .site-footer-disclaimer p {
  --p-font-size: .875rem;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
#remax7 .site-footer .site-footer-disclaimer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
}
#remax7 .site-footer .site-footer-disclaimer ul li {
  padding: 0.5rem;
}
@media (max-width: 575.98px) {
  #remax7 .site-footer .site-footer-disclaimer ul li {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #remax7 .site-footer-branding {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#remax7 .site-footer-reliance-logo img {
  height: 2rem;
  width: auto;
}
#remax7 .site-footer-reliance-logo img.white {
  display: none;
}
@media (max-width: 767.98px) {
  #remax7 .site-footer-reliance-logo {
    text-align: center;
    width: 100%;
  }
}
#remax7 .site-footer .site-footer-agent-access-link {
  --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-color: #1a212b;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #1a212b;
  --bs-btn-border-radius: .25rem;
  --bs-btn-hover-bg: #1a212b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: #1a212b;
  --bs-btn-active-bg: #1a212b;
  --bs-btn-active-color: #fff;
  --bs-btn-active-border-color: #1a212b;
  --bs-btn-focus-shadow-rgb: 0,0,0;
  --bs-btn-disabled-bg: #1a212b;
  --bs-btn-disabled-border-color: #1a212b;
  --bs-btn-border-width: 1px;
  color: #1a212b;
}
#remax7 .site-footer .site-footer-agent-access-link:hover, #remax7 .site-footer .site-footer-agent-access-link:focus {
  color: #fff;
}
#remax7.site-home-page {
  --site-font-family: Roboto, arial, helvetica neue, helvetica, sans-serif;
  font-family: var(--site-font-family);
  --bs-body-font-size: 1.125rem;
  --bs-body-line-height: 1.8;
  --bs-link-color: var(--secondary-color);
  --bs-link-hover-color: var(--secondary-color-dark);
  --bs-link-color-rgb: var(--secondary-color-rgb);
  --bs-link-hover-color-rgb: var(--secondary-color-dark-rgb);
  --cms-bootstrap-border: 1px solid #ccc;
}
#remax7.site-home-page h1, #remax7.site-home-page h2, #remax7.site-home-page h3, #remax7.site-home-page h4, #remax7.site-home-page h5, #remax7.site-home-page h6 {
  font-family: var(--heading-font-family, Lato, arial, helvetica neue, helvetica, sans-serif);
  font-weight: var(--heading-font-weight, 300);
  line-height: var(--heading-line-height, 1.2);
  margin-top: var(--heading-margin-top, 0);
  margin-left: var(--heading-margin-left, 0);
  margin-right: var(--heading-margin-right, 0);
  margin-bottom: var(--heading-margin-bottom, 0.625rem);
}
#remax7.site-home-page h2 {
  font-family: "Lato", arial, helvetica neue, helvetica, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1;
}
#remax7.site-home-page h2 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;
}
#remax7.site-home-page .site-home-hero-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  #remax7.site-home-page .site-home-hero-image {
    display: none;
  }
}
#remax7.site-home-page .site-home-hero-image article {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
}
#remax7.site-home-page .remax7-home-hero-section {
  background-position: center;
  background-size: cover;
  height: 31.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#remax7.site-home-page .remax7-home-hero-section .container-xxl {
  height: 100%;
  position: relative;
}
#remax7.site-home-page .remax7-home-hero-section .container-xxl > .row {
  height: 100%;
}
#remax7.site-home-page .remax7-home-video-hero-section {
  height: calc(100vh - 17rem);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-home-video-hero-section {
    height: 28.2875rem;
    align-items: flex-end;
  }
}
#remax7.site-home-page .remax7-home-hero-slides {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-home-hero-slides {
    display: none;
  }
}
#remax7.site-home-page .remax7-home-hero-slides .swiper,
#remax7.site-home-page .remax7-home-hero-slides .slick-list,
#remax7.site-home-page .remax7-home-hero-slides .slick-track {
  height: 100%;
  width: 100%;
}
#remax7.site-home-page .remax7-home-hero-slides .swiper-pagination {
  display: none;
}
#remax7.site-home-page .remax7-home-hero-slides .swiper-pagination-bullet {
  background: #fff;
  height: 1rem;
  margin: 0 0.5rem;
  width: 1rem;
}
#remax7.site-home-page .remax7-home-hero-slides .swiper-pagination-bullet:active {
  background: #fff;
}
#remax7.site-home-page .remax7-home-hero-slides article {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#remax7.site-home-page .remax7-home-search-section {
  border-bottom: 1px solid #e2e2e2;
  padding: 2rem 0;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-home-search-section {
    padding-bottom: 0;
  }
  #remax7.site-home-page .remax7-home-search-section .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
#remax7.site-home-page .remax7-home-search-section .more {
  display: none;
}
#remax7.site-home-page .remax7-home-search-section .container-xxl {
  padding: 0 1rem;
  width: 100%;
}
#remax7.site-home-page .remax7-home-search-section .remax7-quick-search,
#remax7.site-home-page .remax7-home-search-section .rn-qsr {
  width: 100%;
}
#remax7.site-home-page .remax7-home-search-section .remax7-quick-search form,
#remax7.site-home-page .remax7-home-search-section .rn-qsr form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#remax7.site-home-page .remax7-home-search-section .remax7-quick-search .rn-qsr-cz input {
  width: 100%;
}
#remax7.site-home-page .remax7-home-search-section .rn-qsr-cz {
  flex: 1 1 auto;
}
#remax7.site-home-page .remax7-home-search-section .rn-qsr-cz input {
  background-color: #fff;
  color: #000;
  /* stylelint-disable */
  font-size: 1rem !important;
  /* stylelint-enable */
  font-weight: 400;
  line-height: 1.5;
  padding: 0.75rem 0.75rem;
}
#remax7.site-home-page .remax7-home-search-section .rn-qsr-button {
  background-color: var(--secondary-color);
  border: none;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 0;
  padding: 0.5rem 1rem;
  width: auto;
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  #remax7.site-home-page .remax7-home-search-section .rn-qsr-button {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
#remax7.site-home-page .remax7-home-search-section .remax7-quick-search {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  margin-top: 1rem;
}
#remax7.site-home-page .remax7-home-search-section .remax7-quick-search .site-quick-search {
  border: none;
}
#remax7.site-home-page .remax7-home-search-section .remax7-quick-search button {
  background-color: var(--secondary-color);
  border: none;
  color: #fff;
  font-size: 2rem;
}
#remax7.site-home-page .remax7-home-search-section .site-quick-search {
  position: relative;
}
#remax7.site-home-page .remax7-home-search-section .site-quick-search-suggestions {
  background: #ffffff;
  border: 1px solid #ccc;
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 8;
}
#remax7.site-home-page .remax7-home-search-section .site-quick-search-suggestions.active {
  display: block;
}
#remax7.site-home-page .remax7-home-search-section .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;
}
#remax7.site-home-page .remax7-home-search-section .site-quick-search-suggestions li {
  font-size: 0.875rem;
  padding: 0.125rem 0.5rem;
}
#remax7.site-home-page .remax7-home-search-section .site-quick-search-suggestions li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
#remax7.site-home-page .remax7-home-search-section .site-quick-search-suggestions li[class*=category] {
  font-weight: 700;
}
#remax7.site-home-page .remax7-home-search-section .site-quick-search-suggestions li[class*=item] {
  cursor: pointer;
}
#remax7.site-home-page .remax7-home-search-section .site-quick-search-suggestions li[class*=item]:hover {
  background: #1a212b;
  color: #ffffff;
}
#remax7.site-home-page .remax7-home-featured-listings-section {
  border-bottom: 1px solid #e2e2e2;
  padding: 2rem 1rem;
}
#remax7.site-home-page .remax7-home-featured-listings-section .remax7-featured-listings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-home-featured-listings-section .remax7-featured-listings-header {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#remax7.site-home-page .remax7-home-featured-listings-section .remax7-featured-listings-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#remax7.site-home-page .remax7-featured-listing-button {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: var(--secondary-color);
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
}
#remax7.site-home-page .remax7-featured-listing-button i {
  color: var(--secondary-color);
  font-size: 1.3rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
#remax7.site-home-page .remax7-featured-listing {
  height: auto;
  margin-bottom: 2rem;
  padding: 0.5rem;
  width: 33.333%;
  flex: 1 0 auto;
}
@media (max-width: 991.98px) {
  #remax7.site-home-page .remax7-featured-listing {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-featured-listing {
    width: 100%;
  }
}
#remax7.site-home-page .remax7-featured-listing a {
  background-position: center;
  background-size: cover;
  text-align: center;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
#remax7.site-home-page .remax7-featured-listing a:hover li, #remax7.site-home-page .remax7-featured-listing a:focus li {
  color: #333;
}
#remax7.site-home-page .remax7-featured-listing .site-featured-listing-image {
  background-position: center;
  background-size: cover;
  height: 13.125rem;
  width: 100%;
  display: block;
  position: relative;
}
#remax7.site-home-page .remax7-featured-listing ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: center;
  margin: -1.5rem auto 0;
  padding: 1rem 0.25rem;
  width: auto;
  display: inline-block;
  position: relative;
}
#remax7.site-home-page .remax7-featured-listing ul li {
  color: var(--secondary-color);
  text-align: center;
}
#remax7.site-home-page .remax7-featured-listing ul li.price {
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.5rem;
  margin: -1.875rem auto 0.75rem;
  padding: 0.75rem 2rem;
  width: auto;
  display: inline-block;
}
#remax7.site-home-page .remax7-featured-listing ul li.address {
  font-size: 1.125rem;
  line-height: 1.5;
}
#remax7.site-home-page .remax7-featured-listing ul li.courtesy {
  color: #8a8a8a;
  font-size: 0.625rem;
}
#remax7.site-home-page .remax7-home-content1-section {
  border-bottom: 1px solid #e2e2e2;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5rem 1.25rem;
}
#remax7.site-home-page .remax7-home-content1-section .remax7-agent-image {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  height: auto;
  padding: 3px;
  width: 100%;
}
#remax7.site-home-page .remax7-home-content1-section .remax7-agent-button {
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  margin: 1.5rem 0;
  padding: 0.75rem;
  width: 100%;
  display: block;
}
#remax7.site-home-page .remax7-home-content1-section .remax7-agent-button 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;
}
#remax7.site-home-page .remax7-home-content1-section .remax7-agent-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#remax7.site-home-page .remax7-home-content1-section .remax7-agent-content li {
  border-bottom: 1px solid #e2e2e2;
  color: #333;
  line-height: 1.2;
  padding: 0.5rem 0;
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-home-content1-section .remax7-agent-content {
    margin: 0 auto;
    max-width: 25rem;
  }
}
#remax7.site-home-page .remax7-home-content1-section .remax7-content1 h1 {
  color: #1a212b;
  font-size: 2.25rem;
  font-weight: 300;
}
#remax7.site-home-page .remax7-home-content1-section .remax7-content1 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;
}
#remax7.site-home-page .remax7-home-content1-section .remax7-content1 .site-cms-text {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
}
#remax7.site-home-page .remax7-home-callouts-section {
  --bs-gutter-x: 0;
  border-bottom: 1px solid #e2e2e2;
  margin: 2rem 0;
  padding: 0;
  position: relative;
  z-index: 8;
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-home-callouts-section {
    margin: 2rem 0;
  }
}
#remax7.site-home-page .remax7-home-callout-row {
  padding-bottom: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-home-callout-row {
    flex-wrap: wrap;
  }
}
#remax7.site-home-page .remax7-home-callout-column {
  width: 33%;
  flex: 1;
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-home-callout-column {
    width: 100%;
    flex: 1 0 auto;
  }
}
#remax7.site-home-page .remax7-home-callout {
  text-align: center;
  padding: 1.25rem;
}
#remax7.site-home-page .remax7-home-callout .remax7-home-callout-image {
  background-position: center;
  background-size: cover;
  height: 14.0625rem;
  margin: 0 auto 1rem;
  overflow: hidden;
  padding: 0.25rem;
  max-width: none;
  display: block;
}
#remax7.site-home-page .remax7-home-callout .remax7-home-callout-header {
  color: var(--secondary-color);
  font-family: "Lato", arial, helvetica neue, helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  margin: 0;
  padding-bottom: 0.625rem;
}
#remax7.site-home-page .remax7-home-callout .remax7-home-callout-header 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;
}
#remax7.site-home-page .remax7-home-callout .remax7-home-callout-text {
  color: #000;
  font-weight: 400;
  line-height: 1.625;
}
#remax7.site-home-page .remax7-home-callout .remax7-home-callout-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;
}
#remax7.site-home-page .remax7-home-callout .site-cms-text {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  padding-bottom: 0.625rem;
}
#remax7.site-home-page .site-home-customer-review-section {
  background: #ffffff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
}
#remax7.site-home-page .site-home-customer-review-section .ap-reviews-title {
  display: none;
}
#remax7.site-home-page .remax7-home-callout-row {
  padding: 1rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-home-callout-row {
    flex-wrap: wrap;
  }
}
#remax7.site-home-page .remax7-home-callout-column {
  width: 33%;
  flex: 1;
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-home-callout-column {
    width: 100%;
    flex: 1 0 auto;
  }
}
#remax7.site-home-page .remax7-home-office-section {
  background-color: var(--main-color);
  color: #fff;
  padding: 1rem;
}
#remax7.site-home-page .remax7-home-office-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#remax7.site-home-page .remax7-home-office-logo {
  color: #fff;
}
#remax7.site-home-page .remax7-home-office-logo img {
  max-width: 100%;
}
#remax7.site-home-page .remax7-home-office-contact {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.625;
}
#remax7.site-home-page .remax7-home-office-agent-social h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
#remax7.site-home-page .remax7-home-office-agent-social 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;
}
#remax7.site-home-page .remax7-home-office-agent-social ul {
  display: flex;
  justify-content: flex-start;
}
#remax7.site-home-page .remax7-home-office-agent-social ul li {
  padding: 0.5rem;
}
#remax7.site-home-page .remax7-home-office-agent-social ul li a {
  background-color: #727272;
  border-radius: 2px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  height: 2.5rem;
  padding: 0.6rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#remax7.site-home-page .remax7-home-property-finder-section {
  background-color: rgb(245, 245, 245);
  padding: 1.5rem 1rem;
}
#remax7.site-home-page .remax7-home-property-finder-section .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-home-property-finder-section .container-xxl {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#remax7.site-home-page .remax7-home-property-finder-section .remax7-user-icon i {
  color: #1a212b;
  font-size: 6.25rem;
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-home-property-finder-section .remax7-user-icon {
    text-align: center;
    width: 100%;
  }
}
#remax7.site-home-page .remax7-home-property-finder-section .remax7-home-property-finder-text {
  padding: 0 1rem;
}
#remax7.site-home-page .remax7-home-property-finder-section .remax7-home-property-finder-text h2 {
  color: #1a212b;
  font-weight: 400;
}
#remax7.site-home-page .remax7-home-property-finder-section .remax7-home-property-finder-text h2 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;
}
#remax7.site-home-page .remax7-home-property-finder-section .remax7-home-property-finder-text p {
  color: #1a212b;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625;
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-home-property-finder-section .remax7-home-property-finder-text {
    text-align: center;
    width: 100%;
  }
}
#remax7.site-home-page .remax7-home-property-finder-section .remax7-home-property-finder-buttons {
  width: auto;
}
#remax7.site-home-page .remax7-home-property-finder-section .remax7-home-property-finder-buttons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#remax7.site-home-page .remax7-home-property-finder-section .remax7-home-property-finder-buttons ul li {
  margin: 0.5rem 0;
}
#remax7.site-home-page .remax7-home-property-finder-section .remax7-home-property-finder-buttons ul a {
  white-space: nowrap;
  width: 100%;
  display: block;
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-home-property-finder-section .remax7-home-property-finder-buttons {
    text-align: center;
    width: 100%;
  }
  #remax7.site-home-page .remax7-home-property-finder-section .remax7-home-property-finder-buttons ul a {
    margin: 0 auto;
    max-width: 25rem;
  }
}
#remax7.site-home-page .site-home-customer-review-section {
  border-bottom: 1px solid #e2e2e2;
}
#remax7.site-home-page .remax7-home-communities-section {
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
  padding: 2rem 1rem;
  width: 100%;
}
#remax7.site-home-page .remax7-home-communities-section h2 {
  color: #1a212b;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 0.625rem;
  padding: 0;
}
#remax7.site-home-page .remax7-home-communities-section h2 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;
}
#remax7.site-home-page .remax7-home-communities-section .swiper-community-pagination {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
#remax7.site-home-page .remax7-home-communities-section .remax7-communities {
  overflow: hidden;
  width: 100%;
}
#remax7.site-home-page .remax7-home-communities-section .remax7-communities a {
  text-decoration: none;
  display: block;
  position: relative;
}
#remax7.site-home-page .remax7-home-communities-section .remax7-communities article {
  overflow: hidden;
  padding: 0 1rem;
  width: auto;
}
#remax7.site-home-page .remax7-home-communities-section .remax7-communities article .community-image {
  background-position: center;
  background-size: cover;
  height: 11.375rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
#remax7.site-home-page .remax7-home-communities-section .remax7-communities article .community-image::before {
  z-index: 1;
}
#remax7.site-home-page .remax7-home-communities-section .remax7-communities article .community-text {
  background-color: #fff;
  color: var(--secondary-color);
  font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 2;
}
#remax7.site-home-page .remax7-home-communities-section .remax7-communities article .community-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;
}
#remax7.site-home-page .remax7-home-agent-section {
  border-bottom: 1px solid #e2e2e2;
  padding: 4rem 1.25rem;
}
#remax7.site-home-page .remax7-home-agent-section .site-video-image-text {
  display: flex;
  justify-content: space-between;
}
#remax7.site-home-page .remax7-home-agent-section .site-video-image-text .site-text-column {
  padding-right: 2rem;
  width: 40%;
  flex: 1 auto;
}
#remax7.site-home-page .remax7-home-agent-section .site-video-image-text .site-video-column {
  width: 60%;
  flex: 1 0 auto;
}
#remax7.site-home-page .remax7-home-agent-section .site-video-image-text .site-image-column {
  width: 60%;
}
#remax7.site-home-page .remax7-home-agent-section .site-video-image-text .site-image-column img {
  width: 100%;
}
@media (max-width: 991.98px) {
  #remax7.site-home-page .remax7-home-agent-section .site-video-image-text {
    flex-wrap: wrap;
  }
  #remax7.site-home-page .remax7-home-agent-section .site-video-image-text .site-text-column {
    width: 100%;
  }
  #remax7.site-home-page .remax7-home-agent-section .site-video-image-text .site-video-column,
  #remax7.site-home-page .remax7-home-agent-section .site-video-image-text .site-image-column {
    margin-top: 2rem;
    width: 100%;
  }
}
#remax7.site-home-page .remax7-home-agent-section iframe {
  height: 22.5rem;
  width: 40rem;
}
@media (max-width: 1199.98px) {
  #remax7.site-home-page .remax7-home-agent-section iframe {
    height: 16rem;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #remax7.site-home-page .remax7-home-agent-section iframe {
    height: 22.5rem;
  }
}
@media (max-width: 767.98px) {
  #remax7.site-home-page .remax7-home-agent-section iframe {
    height: 20rem;
  }
}
@media (max-width: 575.98px) {
  #remax7.site-home-page .remax7-home-agent-section iframe {
    height: 15rem;
  }
}
#remax7.site-home-page .remax7-reviews-button {
  text-decoration: none;
}
#remax7.site-home-page .remax7-reviews-button:focus, #remax7.site-home-page .remax7-reviews-button:hover {
  text-decoration: underline;
}
#remax7.site-home-page .remax7-home-content2-section {
  border-bottom: 1px solid #e2e2e2;
  padding: 2rem 1.25rem;
}
#remax7.site-home-page .remax7-home-content3-section {
  border-bottom: 1px solid #e2e2e2;
  padding: 2rem 1.25rem;
}
#remax7.site-home-page .remax7-home-form-section {
  padding: 2rem 1rem;
}
#remax7.site-home-page .remax7-home-form-section .contact-container {
  padding-right: 1.5rem;
}
#remax7.site-home-page .remax7-home-form-contact {
  background-position: center;
  background-size: cover;
  text-align: center;
  height: 100%;
  padding: 1.25rem 0.5rem;
}
#remax7.site-home-page .remax7-home-form-contact h2 {
  font-size: 3rem;
  font-weight: 200;
}
#remax7.site-home-page .remax7-home-form-contact .remax7-social ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#remax7.site-home-page .remax7-home-form-contact .remax7-social li {
  line-height: 1;
  padding: 0.2rem;
}
#remax7.site-home-page .remax7-home-form-contact .remax7-social li a {
  background-color: #fff;
  border-radius: 2px;
  color: #1a212b;
  font-size: 1.25rem;
  padding: 0.625rem;
  display: inline-block;
}
#remax7.site-home-page .remax7-home-form-office {
  list-style: none;
  margin: 0;
  padding: 0;
}
#remax7.site-home-page .remax7-home-form-phone {
  list-style: none;
  margin: 0;
  padding: 0;
}
#remax7.site-home-page .site-home-form label {
  display: block;
}
#remax7.site-home-page .site-home-form input,
#remax7.site-home-page .site-home-form textarea {
  width: 100%;
}
#remax7.site-home-page .site-home-form input.btn {
  background-color: var(--secondary-color);
  color: #fff;
  width: auto;
}
#remax7.site-home-page .site-home-form .site-footer-form-captcha-message {
  font-size: 0.8125rem;
}
#remax7.site-home-page .form-control,
#remax7.site-home-page .form-select {
  border: var(--cms-bootstrap-border);
  border-radius: 0;
}
#remax7.site-home-page a.button.light {
  color: #FFF;
}
#remax7.site-home-page .cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content a {
  color: #FFF;
}
#remax7.site-home-page .btn {
  border-radius: 0;
  text-transform: uppercase;
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-padding-y: 0.5rem;
}
#remax7.site-home-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;
  --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);
  --bs-btn-color: #FFF;
  --bs-btn-bg: var(--secondary-color);
  --bs-btn-border-color: var(--secondary-color);
  --bs-btn-border-radius: .25rem;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-border-color: #000;
  --bs-btn-active-bg: #000;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-border-color: #000;
  --bs-btn-focus-shadow-rgb: 2, 116, 190;
  --bs-btn-disabled-bg: #ccc;
  --bs-btn-disabled-border-color: #ccc;
  --bs-btn-border-width: 1px;
  border-radius: 0;
  color: #fff;
  font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
}
#remax7.site-home-page .btn.btn-primary.selected {
  --bs-btn-bg: $tertiary-color;
}
#remax7.site-home-page .btn.btn-primary 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;
}
#remax7.site-home-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;
  --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);
  --bs-btn-color: #FFF;
  --bs-btn-bg: #1a212b;
  --bs-btn-border-color: #1a212b;
  --bs-btn-border-radius: .25rem;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-border-color: #000;
  --bs-btn-active-bg: #000;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0,0,0;
  --bs-btn-disabled-bg: #ccc;
  --bs-btn-disabled-border-color: #ccc;
  --bs-btn-border-width: 1px;
  border-radius: 0;
  font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0.5rem 2.5rem;
}
#remax7.site-home-page .btn.btn-secondary.selected {
  --bs-btn-bg: $link-h-color;
}
#remax7.site-home-page .btn.btn-secondary 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;
}
#remax7.site-home-page .btn.btn-outline-secondary {
  --bs-btn-color: var(--hs-accent);
  --bs-btn-border-color: var(--hs-accent);
  --bs-btn-border-radius: 0;
  --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);
}
#remax7.site-interior-page {
  --bs-body-font-size: 1.125rem;
  --bs-body-line-height: 1.8;
  --bs-link-color: var(--secondary-color);
  --bs-link-hover-color: var(--secondary-color-dark);
  --bs-link-color-rgb: var(--secondary-color-rgb);
  --bs-link-hover-color-rgb: var(--secondary-color-dark-rgb);
  --cms-bootstrap-border: 1px solid #ccc;
}
#remax7.site-interior-page .form-control,
#remax7.site-interior-page .form-select {
  border: var(--cms-bootstrap-border);
  border-radius: 0;
}
#remax7.site-interior-page a.button.light {
  color: #FFF;
}
#remax7.site-interior-page .cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content a {
  color: #FFF;
}
#remax7.site-interior-page .btn {
  border-radius: 0;
  text-transform: uppercase;
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-padding-y: 0.5rem;
}
#remax7.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;
  --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);
  --bs-btn-color: #FFF;
  --bs-btn-bg: var(--secondary-color);
  --bs-btn-border-color: var(--secondary-color);
  --bs-btn-border-radius: .25rem;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-border-color: #000;
  --bs-btn-active-bg: #000;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-border-color: #000;
  --bs-btn-focus-shadow-rgb: 2, 116, 190;
  --bs-btn-disabled-bg: #ccc;
  --bs-btn-disabled-border-color: #ccc;
  --bs-btn-border-width: 1px;
  border-radius: 0;
  color: #fff;
  font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
}
#remax7.site-interior-page .btn.btn-primary.selected {
  --bs-btn-bg: $tertiary-color;
}
#remax7.site-interior-page .btn.btn-primary 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;
}
#remax7.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;
  --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);
  --bs-btn-color: #FFF;
  --bs-btn-bg: #1a212b;
  --bs-btn-border-color: #1a212b;
  --bs-btn-border-radius: .25rem;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-border-color: #000;
  --bs-btn-active-bg: #000;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0,0,0;
  --bs-btn-disabled-bg: #ccc;
  --bs-btn-disabled-border-color: #ccc;
  --bs-btn-border-width: 1px;
  border-radius: 0;
  font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0.5rem 2.5rem;
}
#remax7.site-interior-page .btn.btn-secondary.selected {
  --bs-btn-bg: $link-h-color;
}
#remax7.site-interior-page .btn.btn-secondary 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;
}
#remax7.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;
  --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);
}
#remax7.site-interior-page .cms-int-content {
  --site-font-family: Roboto, arial, helvetica neue, helvetica, sans-serif;
  font-family: var(--site-font-family);
  padding-top: var(--cms-content-padding-top, 2rem);
  padding-bottom: var(--cms-content-padding-bottom, 2rem);
}
#remax7.site-interior-page .cms-int-content h1, #remax7.site-interior-page .cms-int-content h2, #remax7.site-interior-page .cms-int-content h3, #remax7.site-interior-page .cms-int-content h4, #remax7.site-interior-page .cms-int-content h5, #remax7.site-interior-page .cms-int-content h6 {
  font-family: var(--heading-font-family, Lato, arial, helvetica neue, helvetica, sans-serif);
  font-weight: var(--heading-font-weight, 300);
  line-height: var(--heading-line-height, 1.2);
  margin-top: var(--heading-margin-top, 0);
  margin-left: var(--heading-margin-left, 0);
  margin-right: var(--heading-margin-right, 0);
  margin-bottom: var(--heading-margin-bottom, 0.625rem);
}
#remax7.site-interior-page .cms-int-content h1 {
  color: var(--heading-color, var(--secondary-color));
  font-family: var(--heading-font-family, Lato, arial, helvetica neue, helvetica, sans-serif);
  font-size: var(--heading-font-size, 2.25rem);
  font-weight: var(--heading-font-weight, 400);
  line-height: var(--heading-line-height, normal);
  text-transform: var(--heading-text-transform, none);
  text-align: var(--heading-text-align, inherit);
  margin-bottom: var(--heading-margin-bottom, 0.5rem);
}
#remax7.site-interior-page .cms-int-content 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;
}
#remax7.site-interior-page .cms-int-content h2 {
  color: var(--heading-color, var(--secondary-color));
  font-family: var(--heading-font-family, Lato, arial, helvetica neue, helvetica, sans-serif);
  font-size: var(--heading-font-size, 1.5rem);
  font-weight: var(--heading-font-weight, 400);
  line-height: var(--heading-line-height, normal);
  text-transform: var(--heading-text-transform, uppercase);
  text-align: var(--heading-text-align, inherit);
  margin-bottom: var(--heading-margin-bottom, 0.5rem);
}
#remax7.site-interior-page .cms-int-content h2 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;
}
#remax7.site-interior-page .cms-int-content h3 {
  color: var(--heading-color, #1a212b);
  font-family: var(--heading-font-family, Lato, arial, helvetica neue, helvetica, sans-serif);
  font-size: var(--heading-font-size, 1.5rem);
  font-weight: var(--heading-font-weight, 400);
  line-height: var(--heading-line-height, normal);
  text-transform: var(--heading-text-transform, none);
  text-align: var(--heading-text-align, inherit);
  margin-bottom: var(--heading-margin-bottom, 0.5rem);
}
#remax7.site-interior-page .cms-int-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;
}
#remax7.site-interior-page .cms-int-content h4 {
  color: var(--heading-color, #1a212b);
  font-family: var(--heading-font-family, Lato, arial, helvetica neue, helvetica, sans-serif);
  font-size: var(--heading-font-size, 1.25rem);
  font-weight: var(--heading-font-weight, 700);
  line-height: var(--heading-line-height, normal);
  text-transform: var(--heading-text-transform, none);
  text-align: var(--heading-text-align, inherit);
  margin-bottom: var(--heading-margin-bottom, 0.5rem);
}
#remax7.site-interior-page .cms-int-content h4 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;
}
#remax7.site-interior-page .cms-int-content h5 {
  color: var(--heading-color, var(--secondary-color));
  font-family: var(--heading-font-family, Lato, arial, helvetica neue, helvetica, sans-serif);
  font-size: var(--heading-font-size, 1.25rem);
  font-weight: var(--heading-font-weight, 700);
  line-height: var(--heading-line-height, normal);
  text-transform: var(--heading-text-transform, none);
  text-align: var(--heading-text-align, inherit);
  margin-bottom: var(--heading-margin-bottom, 0.5rem);
}
#remax7.site-interior-page .cms-int-content h5 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;
}
#remax7.site-interior-page .cms-int-content h6 {
  color: var(--heading-color, #000);
  font-family: var(--heading-font-family, Lato, arial, helvetica neue, helvetica, sans-serif);
  font-size: var(--heading-font-size, 1.25rem);
  font-weight: var(--heading-font-weight, 700);
  line-height: var(--heading-line-height, normal);
  text-transform: var(--heading-text-transform, none);
  text-align: var(--heading-text-align, inherit);
  margin-bottom: var(--heading-margin-bottom, 0.5rem);
}
#remax7.site-interior-page .cms-int-content h6 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;
}
#remax7.site-interior-page .cms-int-content p {
  color: var(--p-color, #000);
  font-family: var(--p-font-family, Roboto, arial, helvetica neue, helvetica, sans-serif);
  font-size: var(--p-font-size, 1.125rem);
  font-weight: var(--p-font-weight, 400);
  line-height: var(--p-line-height, inherit);
  text-align: var(--p-text-align, inherit);
}
#remax7.site-interior-page .cms-int-content li {
  color: #000;
  font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
#remax7.site-interior-page .cms-int-content img {
  max-width: 100%;
}
#remax7.site-interior-page .cms-int-content blockquote {
  color: var(--secondary-color);
  font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
  font-size: 2.0625rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
#remax7.site-listing-details-rnb-page .site-header-nav-list {
  z-index: 1025;
}
#remax7 .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;
}

.crm-site-editor-preview-container.cms-site-home-page #remax7 {
  --bs-body-font-size: 1.125rem;
  --bs-body-line-height: 1.8;
  --bs-link-color: var(--secondary-color);
  --bs-link-hover-color: var(--secondary-color-dark);
  --bs-link-color-rgb: var(--secondary-color-rgb);
  --bs-link-hover-color-rgb: var(--secondary-color-dark-rgb);
  --cms-bootstrap-border: 1px solid #ccc;
  --site-font-family: Roboto, arial, helvetica neue, helvetica, sans-serif;
  font-family: var(--site-font-family);
  --site-font-family: Roboto, arial, helvetica neue, helvetica, sans-serif;
  font-family: var(--site-font-family);
  position: relative;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 a,
.crm-site-editor-preview-container.cms-site-home-page #remax7 h1,
.crm-site-editor-preview-container.cms-site-home-page #remax7 h2,
.crm-site-editor-preview-container.cms-site-home-page #remax7 h3,
.crm-site-editor-preview-container.cms-site-home-page #remax7 h4,
.crm-site-editor-preview-container.cms-site-home-page #remax7 h5,
.crm-site-editor-preview-container.cms-site-home-page #remax7 h6 {
  font-family: inherit;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 form input,
.crm-site-editor-preview-container.cms-site-home-page #remax7 form textarea,
.crm-site-editor-preview-container.cms-site-home-page #remax7 form select {
  font-family: inherit;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 form textarea {
  box-shadow: none;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 form input[type=text], .crm-site-editor-preview-container.cms-site-home-page #remax7 form input[type=email] {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  margin: 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 form input[type=submit] {
  background: var(--hs-main);
  border: none;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  transition: 150ms all ease-in-out;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .form-control,
.crm-site-editor-preview-container.cms-site-home-page #remax7 .form-select {
  border: var(--cms-bootstrap-border);
  border-radius: 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 a.button.light {
  color: #FFF;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .cms-int-neighborhood-report-4 .cms-int-nr-market-insight-callout .content a {
  color: #FFF;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .btn {
  border-radius: 0;
  text-transform: uppercase;
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-padding-y: 0.5rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .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;
  --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);
  --bs-btn-color: #FFF;
  --bs-btn-bg: var(--secondary-color);
  --bs-btn-border-color: var(--secondary-color);
  --bs-btn-border-radius: .25rem;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-border-color: #000;
  --bs-btn-active-bg: #000;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-border-color: #000;
  --bs-btn-focus-shadow-rgb: 2, 116, 190;
  --bs-btn-disabled-bg: #ccc;
  --bs-btn-disabled-border-color: #ccc;
  --bs-btn-border-width: 1px;
  border-radius: 0;
  color: #fff;
  font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .btn.btn-primary.selected {
  --bs-btn-bg: $tertiary-color;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .btn.btn-primary 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;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .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;
  --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);
  --bs-btn-color: #FFF;
  --bs-btn-bg: #1a212b;
  --bs-btn-border-color: #1a212b;
  --bs-btn-border-radius: .25rem;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-border-color: #000;
  --bs-btn-active-bg: #000;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0,0,0;
  --bs-btn-disabled-bg: #ccc;
  --bs-btn-disabled-border-color: #ccc;
  --bs-btn-border-width: 1px;
  border-radius: 0;
  font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0.5rem 2.5rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .btn.btn-secondary.selected {
  --bs-btn-bg: $link-h-color;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .btn.btn-secondary 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;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .btn.btn-outline-secondary {
  --bs-btn-color: var(--hs-accent);
  --bs-btn-border-color: var(--hs-accent);
  --bs-btn-border-radius: 0;
  --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);
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header {
  --site-h-header-height-sm: 3rem;
  --site-h-header-height-md: 3rem;
  --site-h-header-height-lg: 7.25rem;
  --site-h-bg: #ffffff;
  --site-h-gap: 1rem;
  --site-h-padding-y-sm: 0.375rem;
  --site-h-padding-y-lg: 0.5rem;
  background: var(--site-h-bg);
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header > .container-xxl {
  height: 100%;
  padding-top: var(--site-h-padding-y);
  padding-bottom: var(--site-h-padding-y);
  display: flex;
  align-items: stretch;
  gap: var(--site-h-gap);
}
@media (min-width: 992px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header {
    height: var(--site-h-header-height-lg);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header {
    height: var(--site-h-header-height-md);
  }
}
@media (min-width: 768px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header {
    --site-h-padding-y: var(--site-h-padding-y-lg);
  }
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header {
    --site-h-padding-y: var(--site-h-padding-y-sm);
    height: var(--site-h-header-height-sm);
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header {
  --bs-link-color: $white;
  --bs-link-hover-color: $white;
  --bs-link-color-rgb: 255,255,255;
  --bs-link-hover-color-rgb: 255,255,255;
  background-color: var(--main-color);
}
@media (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-logo a {
  height: 100%;
  display: block;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-logo img {
  height: 100%;
  width: auto;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-top {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgb(255, 255, 255));
  background-color: #fff;
  height: 5.125rem;
  padding: 0.5rem 1rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-top .container-xxl {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-top {
    background: transparent;
    height: 100%;
    flex: 1 0 auto;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-top .site-header-name {
    display: none;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-bottom {
  background-color: var(--main-color);
  min-height: 2.125rem;
}
@media (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-bottom {
    background-color: transparent;
    height: auto;
    flex: 0 1 auto;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-bottom .container-xxl {
    padding-left: 0;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-bottom .container-xxl,
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-bottom .site-header-nav-container,
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-bottom .site-header-nav {
  height: 100%;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav {
    justify-content: flex-end;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user {
  position: relative;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user:hover .dashboard {
  display: grid;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user .user i {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user .user i {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user .user .text {
    display: none;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user .dashboard {
  --triangle-size: 1.25rem;
  --padding: .5rem;
  background: #ffffff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem;
  width: 25rem;
  max-width: calc(100vw - 3 * var(--padding));
  display: none;
  grid-template-columns: 1fr 14rem;
  position: absolute;
  top: calc(100% + var(--triangle-size));
  right: calc(-1 * var(--padding));
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user .dashboard ul {
  flex-direction: column;
  gap: 0.25rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user .dashboard .activity {
  background: #e9ecef;
  padding: 0.5rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user .dashboard .title {
  border-bottom: 1px solid #ced4da;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user .dashboard::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 900;
  content: "\f2ec";
  color: #ffffff;
  font-size: var(--triangle-size);
  text-align: right;
  padding-right: 1rem;
  width: 100%;
  position: absolute;
  top: calc(-1 * var(--triangle-size));
  right: 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user {
  border: none;
  font-size: 0.875rem;
  padding: 0;
  order: 1;
  display: flex;
  flex: 0 0 auto;
  position: absolute;
  top: -5rem;
  right: 1rem;
  z-index: 9;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user a {
  color: #000;
  text-decoration: none;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user ul.logged-out {
  list-style: none;
  margin: 0;
  margin-block: 0;
  padding-inline-start: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user ul.logged-out span {
  padding: 0 0.5rem;
  display: inline-block;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user ul.logged-out span.text {
  padding: 0;
}
@media (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user ul.logged-out span {
    display: none;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user ul.logged-out li {
  padding-left: 1.5rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user li {
  color: #000;
  font-size: 0.875rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user i.site-desktop {
  font-size: 0.875rem;
  display: inline-block;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user .logged-in > li {
  font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user .logged-out a {
  color: var(--secondary-color);
  font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user .site-header-email a {
  background-color: #000;
  border-radius: 100%;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user .site-header-email a i {
  color: #fff;
  font-size: 0.75rem;
  display: block;
}
@media (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user .site-header-email {
    display: none;
  }
}
@media (min-width: 992px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user {
    --border: none;
  }
}
@media (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user {
    --border: none;
    align-items: center;
    position: relative;
    top: auto;
    right: auto;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user span {
    display: none;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user i:not(.site-desktop) {
    margin-top: 0.4rem;
    padding-left: 0.5rem;
    /* stylelint-disable */
    display: inline-block !important;
    /* stylelint-enable */
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user .site-desktop {
    /* stylelint-disable */
    display: none !important;
    /* stylelint-enable */
  }
}
@media (min-width: 992px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 {
    padding: 0;
    --site-horz-nav-bg: #ffffff;
    --site-horz-nav-justify-content: center;
    --site-horz-nav-gap: 0 0.5rem;
    --site-horz-nav-link-color: #ffffff;
    --site-horz-nav-link-hover-color: #ffffff;
    --site-horz-nav-link-fa-arrow: "";
    --site-horz-nav-link-fa-arrow-weight: 300;
    --site-horz-nav-font-size-lg: 0.8125rem;
    --site-horz-nav-font-weight: 400;
    --site-horz-nav-line-height: 1;
    --site-horz-nav-text-transform: uppercase;
    --site-nav-dropdown-bg: #7D7D7D;
    --site-nav-dropdown-padding: 0;
    --site-nav-dropdown-list-item-bg: #7D7D7D;
    --site-nav-dropdown-list-item-padding-x: 0;
    --site-nav-dropdown-list-item-padding-y: 0;
    --site-nav-dropdown-list-item-border-color: #CCC;
    --site-nav-dropdown-list-item-padding-y: 0;
    --site-nav-dropdown-link-bg-color: #7D7D7D;
    --site-nav-dropdown-link-bg-hover-color: var(--secondary-color);
    --site-nav-dropdown-link-hover-decoration: none;
    --site-nav-dropdown-link-color: #fff;
    --site-nav-dropdown-link-hover-color: #fff;
    --site-nav-dropdown-link-padding-x: 1rem;
    --site-nav-dropdown-link-padding-y: 1rem;
    --site-nav-dropdown-font-size: 1.0625rem;
    --site-nav-dropdown-font-weight: 400;
    --site-nav-dropdown-line-height: 2rem;
    --site-nav-dropdown-text-transform: none;
    --site-nav-dropdown-min-width: 12rem;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header {
    height: auto;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header .container-xxl {
    height: 100%;
    padding: 0 1rem;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-logo {
    height: 100%;
    padding: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-logo a {
    color: #000;
    text-decoration: none;
    height: auto;
    padding: 0.25rem 0 0;
    width: auto;
    display: block;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-logo img {
    height: 2.25rem;
    width: auto;
    max-height: 100%;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-logo span {
    color: #000;
    font-size: 1.125rem;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0.5rem;
    display: block;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-logo .site-header-name {
    color: var(--main-color);
    font-family: "Lato", arial, helvetica neue, helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-contact {
    padding-top: 2.5rem;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-contact .site-header-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-contact .site-header-social li {
    line-height: 1;
    padding: 0.2rem;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-contact .site-header-social li a {
    background-color: var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    font-size: 0.75rem;
    text-decoration: none;
    height: 1.4rem;
    padding: 0.25rem;
    width: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-contact .site-header-phone p {
    --p-font-size: 1rem;
    --p-line-height: 1;
    font-size: 1rem;
    line-height: 1;
    margin-top: 0.25rem;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-container {
    height: 100%;
    width: 100%;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .nav-button {
    display: none;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: var(--site-horz-nav-line-height);
    --site-horz-nav-font-size: var(--site-horz-nav-font-size-lg);
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: var(--site-horz-nav-gap);
    justify-content: var(--site-horz-nav-justify-content);
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list > li {
    height: 100%;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list > li > a {
    color: var(--site-horz-nav-link-color);
    font-size: var(--site-horz-nav-font-size);
    font-weight: var(--site-horz-nav-font-weight);
    text-decoration: none;
    text-transform: var(--site-horz-nav-text-transform);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-out;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list > li > a:focus, .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list > li > a:hover {
    color: var(--site-horz-nav-link-hover-color);
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list .has-dropdown {
    position: relative;
    cursor: pointer;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list .has-dropdown .dropdown {
    display: none;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list .has-dropdown:hover > a::after, .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list .has-dropdown:focus > a::after, .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list .has-dropdown:focus-within > a::after {
    transform: rotate(180deg);
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list .has-dropdown:hover .dropdown, .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list .has-dropdown:focus .dropdown, .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list .has-dropdown:focus-within .dropdown {
    display: block;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list .has-dropdown > a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list .has-dropdown > a::after {
    content: "";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: var(--site-horz-nav-link-fa-arrow-weight);
    content: var(--site-horz-nav-link-fa-arrow);
    color: var(--site-horz-nav-link-color);
    font-size: 0.75rem;
    line-height: var(--site-horz-nav-line-height);
    position: relative;
    transition: 150ms transform ease-in-out;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav {
    height: 100%;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list {
    padding: 0;
    z-index: 9;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list li {
    padding: 0;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list > li > a {
    line-height: 1;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list > li > a:focus, .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list > li > a:hover {
    background-color: var(--secondary-color);
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list li {
    padding: 0;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list li > a {
    font-family: "Lato", arial, helvetica neue, helvetica, sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 1;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list li > a {
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list li > a {
    font-size: 0.8125rem;
    gap: 0.5rem;
    padding: 0.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list li > a {
    font-size: 0.75rem;
    gap: 0;
    padding: 0.25rem;
  }
}
@media (min-width: 992px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list .dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    background: var(--site-nav-dropdown-bg);
    padding: var(--site-nav-dropdown-padding);
    min-width: var(--site-nav-dropdown-min-width);
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 999;
    left: 0;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list .dropdown li {
    background: var(--site-nav-dropdown-list-item-bg);
    white-space: nowrap;
    padding: var(--site-nav-dropdown-list-item-padding-y) var(--site-nav-dropdown-list-item-padding-x);
    position: relative;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list .dropdown a {
    background: var(--site-nav-dropdown-link-bg-color);
    color: var(--site-nav-dropdown-link-color);
    font-size: var(--site-nav-dropdown-font-size);
    font-weight: var(--site-nav-dropdown-font-weight);
    text-decoration: none;
    text-transform: var(--site-nav-dropdown-text-transform);
    padding: var(--site-nav-dropdown-link-padding-y) var(--site-nav-dropdown-link-padding-x);
    display: block;
    transition: all 0.3s ease-out;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list .dropdown a:focus, .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list .dropdown a:hover {
    background: var(--site-nav-dropdown-link-bg-hover-color);
    text-decoration: var(--site-nav-dropdown-link-hover-decoration);
    color: var(--site-nav-dropdown-link-hover-color);
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list > li:last-of-type .dropdown {
    right: 0;
    left: auto;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .dropdown a {
    font-family: georgia, times, times new roman, serif;
    position: relative;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .dropdown a:focus::before, .crm-site-editor-preview-container.cms-site-home-page #remax7 .dropdown a:hover::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
@media (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 {
    --site-burger-bg: transparent;
    --site-burger-gap-y: 0.5rem;
    --site-burger-gap-x: 0.875rem;
    --site-burger-align-items: center;
    --site-burger-justify-content: flex-end;
    --site-burger-link-color: var(--secondary-color);
    --site-burger-link-hover-color: var(--secondary-color);
    --site-burger-font-size: 1.25rem;
    --site-burger-font-weight: 400;
    --site-burger-line-height: 2rem;
    --site-accordian-nav-bg: var(--secondary-color);
    --site-accordian-nav-padding: 0 0.5rem;
    --site-accordian-nav-padding-sm: 0;
    --site-accordian-nav-padding-lg: 0 0.5rem;
    --site-accordian-nav-top-nav-bg: var(--secondary-color);
    --site-accordian-nav-top-nav-container-padding: 0;
    --site-accordian-nav-top-nav-padding: 0.5rem 1rem;
    --site-accordian-nav-top-nav-color: #fff;
    --site-accordian-nav-top-nav-weight: 300;
    --site-accordian-nav-top-nav-selected-bg: var(--secondary-color);
    --site-accordian-nav-top-nav-selected-color: #FFF;
    --site-accordian-nav-top-nav-fa-arrow: "";
    --site-accordian-nav-top-nav-fa-arrow-font-size: 1rem;
    --site-accordian-nav-top-nav-fa-arrow-weight: 900;
    --site-accordian-nav-dropdown-background-color: #FFF;
    --site-accordian-nav-dropdown-padding: 1rem 1rem 1rem 2rem;
    --site-accordian-nav-dropdown-list-item-padding: 0.5rem 0 0.5rem 0;
    --site-accordian-nav-dropdown-list-item-border-color: #000;
    --site-accordian-nav-dropdown-color: #000;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header .container-xxl {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header .container-xxl {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-top {
    padding: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-center {
    height: auto;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-contact {
    display: none;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-logo {
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-logo a {
    color: #000;
    text-decoration: none;
    height: auto;
    width: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-logo img {
    height: 2rem;
    width: auto;
    max-height: 90%;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-logo img {
    height: 1.5rem;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 28em) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-logo img {
    height: 1rem;
  }
}
@media (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-logo span {
    color: #000;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    padding-left: 0.5rem;
    margin-bottom: -0.1rem;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-logo span {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 28em) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-logo span {
    font-size: 0.625rem;
  }
}
@media (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .nav-button {
    padding-left: 1rem;
    position: relative;
    z-index: 2;
    order: 2;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav {
    background: var(--site-burger-bg);
    display: flex;
    align-items: var(--site-burger-align-items);
    flex: 1;
    justify-content: var(--site-burger-justify-content);
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav .nav-button {
    background: transparent;
    border: none;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav .nav-button.active .nav-burger {
    background-color: transparent;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav .nav-button.active .nav-burger::before {
    transform: translateY(var(--burger-margin)) rotate(45deg);
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav .nav-button.active .nav-burger::after {
    transform: translateY(calc(-1 * (var(--burger-margin)))) rotate(-45deg);
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .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;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav .nav-burger, .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav .nav-burger::before, .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav .nav-burger::after {
    background-color: var(--secondary-color);
    height: var(--burger-height);
    width: var(--burger-width);
    display: block;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav .nav-burger::before, .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav .nav-burger::after {
    position: absolute;
    content: "";
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav .nav-burger::before {
    top: -0.75rem;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav .nav-burger::after {
    top: 0.75rem;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header {
    position: relative;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: var(--site-accordian-nav-bg);
    padding: var(--site-accordian-nav-padding);
    width: 100%;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list {
    padding: var(--site-accordian-nav-padding-sm);
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list {
    padding: var(--site-accordian-nav-padding-lg);
  }
}
@media (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list > li {
    padding: var(--site-accordian-nav-top-nav-container-padding);
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list > li > a {
    background-color: var(--site-accordian-nav-top-nav-bg);
    color: var(--site-accordian-nav-top-nav-color);
    font-weight: var(--site-accordian-nav-top-nav-weight);
    text-decoration: none;
    text-transform: uppercase;
    padding: var(--site-accordian-nav-top-nav-padding);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list > li.has-dropdown > a::after {
    content: "";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: var(--site-accordian-nav-top-nav-fa-arrow-weight);
    content: var(--site-accordian-nav-top-nav-fa-arrow);
    color: var(--site-accordian-nav-link-color);
    font-size: var(--site-accordian-nav-top-nav-fa-arrow-font-size);
    line-height: 1.2;
    position: relative;
    transition: 150ms transform ease-in-out;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list > li.has-dropdown.selected > a {
    background-color: var(--site-accordian-nav-top-nav-selected-bg);
    color: var(--site-accordian-nav-top-nav-selected-color);
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list > li.has-dropdown.selected > a::after {
    transform: rotate(180deg);
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 ul.dropdown {
    background: var(--site-accordian-nav-dropdown-background-color);
    padding: var(--site-accordian-nav-dropdown-padding);
    display: none;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 ul.dropdown li {
    border-bottom: 1px solid var(--site-accordian-nav-dropdown-list-item-padding);
    padding: var(--site-accordian-nav-dropdown-list-item-padding);
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 ul.dropdown li a {
    color: var(--site-accordian-nav-dropdown-color);
    text-decoration: none;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 ul.dropdown li a:focus, .crm-site-editor-preview-container.cms-site-home-page #remax7 ul.dropdown li a:hover {
    text-decoration: underline;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 ul.dropdown li:last-child {
    border-bottom: none;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list a {
    color: #000;
    font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-nav-list {
    z-index: 3;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 h1, .crm-site-editor-preview-container.cms-site-home-page #remax7 h2, .crm-site-editor-preview-container.cms-site-home-page #remax7 h3, .crm-site-editor-preview-container.cms-site-home-page #remax7 h4, .crm-site-editor-preview-container.cms-site-home-page #remax7 h5, .crm-site-editor-preview-container.cms-site-home-page #remax7 h6 {
  font-family: var(--heading-font-family, Lato, arial, helvetica neue, helvetica, sans-serif);
  font-weight: var(--heading-font-weight, 300);
  line-height: var(--heading-line-height, 1.2);
  margin-top: var(--heading-margin-top, 0);
  margin-left: var(--heading-margin-left, 0);
  margin-right: var(--heading-margin-right, 0);
  margin-bottom: var(--heading-margin-bottom, 0.625rem);
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer {
  background-color: var(--tertiary-color);
  border-top: 1px solid #d5d5d5;
  color: #1a212b;
  padding: 2rem 1rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer a {
  color: #1a212b;
  text-decoration: none;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer .remax1-contact {
  padding-left: 0.2rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer .remax1-contact a {
  color: #1a212b;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer .remax1-contact a:focus, .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer .remax1-contact a:hover {
  text-transform: underline;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer h4 {
  --heading-font-color: #1a212b;
  --heading-font-size: 1.875rem;
  --heading-font-weight: 300;
  --heading-font-line-height: 1.2;
  --heading-margin-bottom: 0.625rem;
  color: #1a212b;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.6rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer img {
  height: auto;
  max-width: 100%;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer .remax7-agent-image {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  padding: 3px;
  max-width: 16.25rem;
}
@media (min-width: 992px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer .border-lg-none {
    /* stylelint-disable */
    border-bottom: none !important;
    /* stylelint-enable */
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-footer-social ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-footer-social li {
  line-height: 1;
  padding: 0.2rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-footer-social li a {
  background-color: var(--secondary-color);
  border-radius: 2px;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.625rem;
  display: inline-block;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer .site-footer-disclaimer {
  color: #1a212b;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 4rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer .site-footer-disclaimer a {
  color: #1a212b;
  text-decoration: underline;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer .site-footer-disclaimer p {
  --p-font-size: .875rem;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer .site-footer-disclaimer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer .site-footer-disclaimer ul li {
  padding: 0.5rem;
}
@media (max-width: 575.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer .site-footer-disclaimer ul li {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer-branding {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer-reliance-logo img {
  height: 2rem;
  width: auto;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer-reliance-logo img.white {
  display: none;
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer-reliance-logo {
    text-align: center;
    width: 100%;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer .site-footer-agent-access-link {
  --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-color: #1a212b;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #1a212b;
  --bs-btn-border-radius: .25rem;
  --bs-btn-hover-bg: #1a212b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: #1a212b;
  --bs-btn-active-bg: #1a212b;
  --bs-btn-active-color: #fff;
  --bs-btn-active-border-color: #1a212b;
  --bs-btn-focus-shadow-rgb: 0,0,0;
  --bs-btn-disabled-bg: #1a212b;
  --bs-btn-disabled-border-color: #1a212b;
  --bs-btn-border-width: 1px;
  color: #1a212b;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer .site-footer-agent-access-link:hover, .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-footer .site-footer-agent-access-link:focus {
  color: #fff;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 h1, .crm-site-editor-preview-container.cms-site-home-page #remax7 h2, .crm-site-editor-preview-container.cms-site-home-page #remax7 h3, .crm-site-editor-preview-container.cms-site-home-page #remax7 h4, .crm-site-editor-preview-container.cms-site-home-page #remax7 h5, .crm-site-editor-preview-container.cms-site-home-page #remax7 h6 {
  font-family: var(--heading-font-family, Lato, arial, helvetica neue, helvetica, sans-serif);
  font-weight: var(--heading-font-weight, 300);
  line-height: var(--heading-line-height, 1.2);
  margin-top: var(--heading-margin-top, 0);
  margin-left: var(--heading-margin-left, 0);
  margin-right: var(--heading-margin-right, 0);
  margin-bottom: var(--heading-margin-bottom, 0.625rem);
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 h2 {
  font-family: "Lato", arial, helvetica neue, helvetica, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 h2 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;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-home-hero-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .site-home-hero-image {
    display: none;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-home-hero-image article {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-hero-section {
  background-position: center;
  background-size: cover;
  height: 31.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-hero-section .container-xxl {
  height: 100%;
  position: relative;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-hero-section .container-xxl > .row {
  height: 100%;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-video-hero-section {
  height: calc(100vh - 17rem);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-video-hero-section {
    height: 28.2875rem;
    align-items: flex-end;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-hero-slides {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-hero-slides {
    display: none;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-hero-slides .swiper,
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-hero-slides .slick-list,
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-hero-slides .slick-track {
  height: 100%;
  width: 100%;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-hero-slides .swiper-pagination {
  display: none;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-hero-slides .swiper-pagination-bullet {
  background: #fff;
  height: 1rem;
  margin: 0 0.5rem;
  width: 1rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-hero-slides .swiper-pagination-bullet:active {
  background: #fff;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-hero-slides article {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section {
  border-bottom: 1px solid #e2e2e2;
  padding: 2rem 0;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section {
    padding-bottom: 0;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .more {
  display: none;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .container-xxl {
  padding: 0 1rem;
  width: 100%;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .remax7-quick-search,
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .rn-qsr {
  width: 100%;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .remax7-quick-search form,
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .rn-qsr form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .remax7-quick-search .rn-qsr-cz input {
  width: 100%;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .rn-qsr-cz {
  flex: 1 1 auto;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .rn-qsr-cz input {
  background-color: #fff;
  color: #000;
  /* stylelint-disable */
  font-size: 1rem !important;
  /* stylelint-enable */
  font-weight: 400;
  line-height: 1.5;
  padding: 0.75rem 0.75rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .rn-qsr-button {
  background-color: var(--secondary-color);
  border: none;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 0;
  padding: 0.5rem 1rem;
  width: auto;
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .rn-qsr-button {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .remax7-quick-search {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  margin-top: 1rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .remax7-quick-search .site-quick-search {
  border: none;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .remax7-quick-search button {
  background-color: var(--secondary-color);
  border: none;
  color: #fff;
  font-size: 2rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .site-quick-search {
  position: relative;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .site-quick-search-suggestions {
  background: #ffffff;
  border: 1px solid #ccc;
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 8;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .site-quick-search-suggestions.active {
  display: block;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .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;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .site-quick-search-suggestions li {
  font-size: 0.875rem;
  padding: 0.125rem 0.5rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .site-quick-search-suggestions li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .site-quick-search-suggestions li[class*=category] {
  font-weight: 700;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .site-quick-search-suggestions li[class*=item] {
  cursor: pointer;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-search-section .site-quick-search-suggestions li[class*=item]:hover {
  background: #1a212b;
  color: #ffffff;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-featured-listings-section {
  border-bottom: 1px solid #e2e2e2;
  padding: 2rem 1rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-featured-listings-section .remax7-featured-listings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-featured-listings-section .remax7-featured-listings-header {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-featured-listings-section .remax7-featured-listings-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-featured-listing-button {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  color: var(--secondary-color);
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-featured-listing-button i {
  color: var(--secondary-color);
  font-size: 1.3rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-featured-listing {
  height: auto;
  margin-bottom: 2rem;
  padding: 0.5rem;
  width: 33.333%;
  flex: 1 0 auto;
}
@media (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-featured-listing {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-featured-listing {
    width: 100%;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-featured-listing a {
  background-position: center;
  background-size: cover;
  text-align: center;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-featured-listing a:hover li, .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-featured-listing a:focus li {
  color: #333;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-featured-listing .site-featured-listing-image {
  background-position: center;
  background-size: cover;
  height: 13.125rem;
  width: 100%;
  display: block;
  position: relative;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-featured-listing ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: center;
  margin: -1.5rem auto 0;
  padding: 1rem 0.25rem;
  width: auto;
  display: inline-block;
  position: relative;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-featured-listing ul li {
  color: var(--secondary-color);
  text-align: center;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-featured-listing ul li.price {
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.5rem;
  margin: -1.875rem auto 0.75rem;
  padding: 0.75rem 2rem;
  width: auto;
  display: inline-block;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-featured-listing ul li.address {
  font-size: 1.125rem;
  line-height: 1.5;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-featured-listing ul li.courtesy {
  color: #8a8a8a;
  font-size: 0.625rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-content1-section {
  border-bottom: 1px solid #e2e2e2;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5rem 1.25rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-content1-section .remax7-agent-image {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  height: auto;
  padding: 3px;
  width: 100%;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-content1-section .remax7-agent-button {
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  margin: 1.5rem 0;
  padding: 0.75rem;
  width: 100%;
  display: block;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-content1-section .remax7-agent-button 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;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-content1-section .remax7-agent-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-content1-section .remax7-agent-content li {
  border-bottom: 1px solid #e2e2e2;
  color: #333;
  line-height: 1.2;
  padding: 0.5rem 0;
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-content1-section .remax7-agent-content {
    margin: 0 auto;
    max-width: 25rem;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-content1-section .remax7-content1 h1 {
  color: #1a212b;
  font-size: 2.25rem;
  font-weight: 300;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-content1-section .remax7-content1 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;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-content1-section .remax7-content1 .site-cms-text {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callouts-section {
  --bs-gutter-x: 0;
  border-bottom: 1px solid #e2e2e2;
  margin: 2rem 0;
  padding: 0;
  position: relative;
  z-index: 8;
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callouts-section {
    margin: 2rem 0;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callout-row {
  padding-bottom: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callout-row {
    flex-wrap: wrap;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callout-column {
  width: 33%;
  flex: 1;
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callout-column {
    width: 100%;
    flex: 1 0 auto;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callout {
  text-align: center;
  padding: 1.25rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callout .remax7-home-callout-image {
  background-position: center;
  background-size: cover;
  height: 14.0625rem;
  margin: 0 auto 1rem;
  overflow: hidden;
  padding: 0.25rem;
  max-width: none;
  display: block;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callout .remax7-home-callout-header {
  color: var(--secondary-color);
  font-family: "Lato", arial, helvetica neue, helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  margin: 0;
  padding-bottom: 0.625rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callout .remax7-home-callout-header 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;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callout .remax7-home-callout-text {
  color: #000;
  font-weight: 400;
  line-height: 1.625;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callout .remax7-home-callout-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;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callout .site-cms-text {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  padding-bottom: 0.625rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-home-customer-review-section {
  background: #ffffff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-home-customer-review-section .ap-reviews-title {
  display: none;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callout-row {
  padding: 1rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callout-row {
    flex-wrap: wrap;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callout-column {
  width: 33%;
  flex: 1;
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-callout-column {
    width: 100%;
    flex: 1 0 auto;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-office-section {
  background-color: var(--main-color);
  color: #fff;
  padding: 1rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-office-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-office-logo {
  color: #fff;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-office-logo img {
  max-width: 100%;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-office-contact {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.625;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-office-agent-social h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-office-agent-social 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;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-office-agent-social ul {
  display: flex;
  justify-content: flex-start;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-office-agent-social ul li {
  padding: 0.5rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-office-agent-social ul li a {
  background-color: #727272;
  border-radius: 2px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  height: 2.5rem;
  padding: 0.6rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section {
  background-color: rgb(245, 245, 245);
  padding: 1.5rem 1rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section .container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section .container-xxl {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section .remax7-user-icon i {
  color: #1a212b;
  font-size: 6.25rem;
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section .remax7-user-icon {
    text-align: center;
    width: 100%;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section .remax7-home-property-finder-text {
  padding: 0 1rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section .remax7-home-property-finder-text h2 {
  color: #1a212b;
  font-weight: 400;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section .remax7-home-property-finder-text h2 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;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section .remax7-home-property-finder-text p {
  color: #1a212b;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625;
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section .remax7-home-property-finder-text {
    text-align: center;
    width: 100%;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section .remax7-home-property-finder-buttons {
  width: auto;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section .remax7-home-property-finder-buttons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section .remax7-home-property-finder-buttons ul li {
  margin: 0.5rem 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section .remax7-home-property-finder-buttons ul a {
  white-space: nowrap;
  width: 100%;
  display: block;
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section .remax7-home-property-finder-buttons {
    text-align: center;
    width: 100%;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-property-finder-section .remax7-home-property-finder-buttons ul a {
    margin: 0 auto;
    max-width: 25rem;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-home-customer-review-section {
  border-bottom: 1px solid #e2e2e2;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-communities-section {
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
  padding: 2rem 1rem;
  width: 100%;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-communities-section h2 {
  color: #1a212b;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 0.625rem;
  padding: 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-communities-section h2 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;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-communities-section .swiper-community-pagination {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-communities-section .remax7-communities {
  overflow: hidden;
  width: 100%;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-communities-section .remax7-communities a {
  text-decoration: none;
  display: block;
  position: relative;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-communities-section .remax7-communities article {
  overflow: hidden;
  padding: 0 1rem;
  width: auto;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-communities-section .remax7-communities article .community-image {
  background-position: center;
  background-size: cover;
  height: 11.375rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-communities-section .remax7-communities article .community-image::before {
  z-index: 1;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-communities-section .remax7-communities article .community-text {
  background-color: #fff;
  color: var(--secondary-color);
  font-family: "Roboto", arial, helvetica neue, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 2;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-communities-section .remax7-communities article .community-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;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-agent-section {
  border-bottom: 1px solid #e2e2e2;
  padding: 4rem 1.25rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-agent-section .site-video-image-text {
  display: flex;
  justify-content: space-between;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-agent-section .site-video-image-text .site-text-column {
  padding-right: 2rem;
  width: 40%;
  flex: 1 auto;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-agent-section .site-video-image-text .site-video-column {
  width: 60%;
  flex: 1 0 auto;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-agent-section .site-video-image-text .site-image-column {
  width: 60%;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-agent-section .site-video-image-text .site-image-column img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-agent-section .site-video-image-text {
    flex-wrap: wrap;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-agent-section .site-video-image-text .site-text-column {
    width: 100%;
  }
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-agent-section .site-video-image-text .site-video-column,
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-agent-section .site-video-image-text .site-image-column {
    margin-top: 2rem;
    width: 100%;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-agent-section iframe {
  height: 22.5rem;
  width: 40rem;
}
@media (max-width: 1199.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-agent-section iframe {
    height: 16rem;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-agent-section iframe {
    height: 22.5rem;
  }
}
@media (max-width: 767.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-agent-section iframe {
    height: 20rem;
  }
}
@media (max-width: 575.98px) {
  .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-agent-section iframe {
    height: 15rem;
  }
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-reviews-button {
  text-decoration: none;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-reviews-button:focus, .crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-reviews-button:hover {
  text-decoration: underline;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-content2-section {
  border-bottom: 1px solid #e2e2e2;
  padding: 2rem 1.25rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-content3-section {
  border-bottom: 1px solid #e2e2e2;
  padding: 2rem 1.25rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-form-section {
  padding: 2rem 1rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-form-section .contact-container {
  padding-right: 1.5rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-form-contact {
  background-position: center;
  background-size: cover;
  text-align: center;
  height: 100%;
  padding: 1.25rem 0.5rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-form-contact h2 {
  font-size: 3rem;
  font-weight: 200;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-form-contact .remax7-social ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-form-contact .remax7-social li {
  line-height: 1;
  padding: 0.2rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-form-contact .remax7-social li a {
  background-color: #fff;
  border-radius: 2px;
  color: #1a212b;
  font-size: 1.25rem;
  padding: 0.625rem;
  display: inline-block;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-form-office {
  list-style: none;
  margin: 0;
  padding: 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .remax7-home-form-phone {
  list-style: none;
  margin: 0;
  padding: 0;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-home-form label {
  display: block;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-home-form input,
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-home-form textarea {
  width: 100%;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-home-form input.btn {
  background-color: var(--secondary-color);
  color: #fff;
  width: auto;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-home-form .site-footer-form-captcha-message {
  font-size: 0.8125rem;
}
.crm-site-editor-preview-container.cms-site-home-page #remax7 .site-header-user a {
  color: var(--bs-link-color);
}