.search-sort__dropdown {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
  position: relative;
  color: #575759;
  outline: none;
  transition: all 0.2s;
  text-transform: capitalize;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.search-sort__list {
  padding: 0.5rem 1.5rem;
  cursor: pointer;
}
.search-sort__list--selected {
  background-color: #f37120;
  color: #ffffff;
}
@media (hover: hover), (-ms-high-contrast:none) {
  .search-sort__list:hover {
    background-color: #f37120;
    color: #ffffff;
  }
}
.sort-filter__dropdown__trigger {
  min-width: 16rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.sort-filter__dropdown__trigger .apts-icon-arrow-down {
  position: relative;
  top: 0.3rem;
}
.sort-filter__dropdown__box {
  min-width: 16.5rem;
  padding: 0;
}
.sort-filter__dropdown__box .dropdown__body {
  padding: 0.5rem 0;
}
.sort-filter__dropdown__body {
  padding: 0;
}

.search-results-submarket-ref {
  padding-left: 2rem;
  margin-top: 4rem;
  margin-bottom: 2.4rem;
}
.search-results-submarket-ref__title {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #1c2a33;
  font-weight: 700;
  margin-bottom: 2.2rem;
  margin-top: 0;
}
.search-results-submarket-ref__list {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-results-submarket-ref__list__item {
  width: 50%;
  float: left;
  margin-bottom: 1.6rem;
  padding-right: 0.5rem;
}
.search-results-submarket-ref__list__item:nth-child(odd) {
  clear: both;
}
.search-results-submarket-ref__list__item a {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media (hover: hover), (-ms-high-contrast:none) {
  .search-results-submarket-ref__list__item a:hover {
    font-family: 'Montserrat', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
  }
}
.search-results-submarket-ref__back-to-top {
  display: none;
}
@media screen and (min-width: 576px) {
  .search-results-submarket-ref {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 4.2rem;
  }
  .search-results-submarket-ref__back-to-top {
    padding-top: 2.4rem;
    border-top: 1px solid #ebebeb;
    display: block;
    text-align: center;
  }
  .search-results-submarket-ref__back-to-top--no-border {
    border: none;
  }
  .search-results-submarket-ref__back-to-top a {
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
    line-height: 1;
    text-transform: uppercase;
    color: #1c2a33;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    font-weight: 700;
    padding-bottom: 0.6rem;
    outline: none;
    border-bottom: 1px solid #f37120;
  }
}
@media screen and (min-width: 576px) and (hover: hover), (-ms-high-contrast:none) {
  .search-results-submarket-ref__back-to-top a:hover {
    color: #f37120;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .search-results-submarket-ref__list__item {
    width: 33.33%;
  }
  .search-results-submarket-ref__list__item:nth-child(odd) {
    clear: none;
  }
  .search-results-submarket-ref__list__item:nth-child(3n + 4) {
    clear: both;
  }
}
@media screen and (min-width: 769px) {
  .search-results-submarket-ref {
    margin-top: 0.8rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .search-results-submarket-ref {
    margin-top: 0;
  }
  .search-results-submarket-ref__list__item {
    width: 33.33%;
  }
  .search-results-submarket-ref__list__item:nth-child(odd) {
    clear: none;
  }
  .search-results-submarket-ref__list__item:nth-child(3n + 4) {
    clear: both;
  }
}
@media screen and (min-width: 1200px) {
  .search-results-submarket-ref {
    margin-top: 1.1rem;
  }
  .search-results-submarket-ref__title {
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 3300px) {
  .search-results-submarket-ref__back-to-top {
    border-width: 4px;
  }
  .search-results-submarket-ref__back-to-top a {
    border-width: 3px;
  }
}

.search-results-side-rail {
  overflow-y: auto;
  height: 100%;
  background-color: #ffffff;
}
.search-results-side-rail__results-container {
  padding: 2.4rem 0 2.4rem 0;
}
.search-results-side-rail__results-container--reduced-padding {
  padding-top: 0;
}
.search-results-side-rail__count {
  color: #55758e;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  padding: 0 2.2rem 0 2.1rem;
}
.search-results-side-rail__heading {
  font-family: 'miller-display', serif;
  font-size: 2.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.4px;
  padding: 0 2.2rem 0.8rem 2.1rem;
  margin-bottom: 1.6rem;
  margin-top: 0;
  font-weight: normal;
  border-bottom: 4px solid #c7d3dc;
}
.search-results-side-rail__divider {
  border-bottom: 4px solid #c7d3dc;
  margin-bottom: 1.6rem;
}
.search-results-side-rail__recommendations-message-title {
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-bottom: 0.4rem;
  font-family: 'miller-display', serif;
}
.search-results-side-rail__recommendations-message-text {
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: -0.03rem;
  color: #1c2a33;
  font-weight: 300;
  margin: 0;
  margin-bottom: 0.9rem;
}
.search-results-side-rail__main-heading {
  display: block;
  font-weight: 700;
  padding: 1.4rem 2.4rem;
}
@media screen and (min-width: 576px) {
  .search-results-side-rail__results-container {
    padding: 2.4rem;
  }
  .search-results-side-rail__results-container--reduced-padding {
    padding-top: 0;
  }
  .search-results-side-rail__count {
    padding-left: 0;
    padding-right: 0;
  }
  .search-results-side-rail__heading {
    padding-left: 0;
    padding-right: 0;
  }
  .search-results-side-rail__main-heading {
    padding: 1.4rem 0;
  }
}
@media screen and (min-width: 769px) {
  .search-results-side-rail__results-container {
    padding: 2.4rem 3.3rem 2.4rem 2.4rem;
  }
  .search-results-side-rail__main-heading {
    padding: 0 0 2.4rem 0;
  }
}
@media screen and (min-width: 992px) {
  .search-results-side-rail__results-container {
    padding: 3.1rem 1.6rem 3.1rem 1.6rem;
  }
  .search-results-side-rail__count {
    margin-bottom: 0.9rem;
  }
  .search-results-side-rail__heading {
    padding-bottom: 1.1rem;
    margin-bottom: 1.1rem;
  }
  .search-results-side-rail__divider {
    margin-bottom: 1.1rem;
  }
  .search-results-side-rail__main-heading {
    padding: 0 0 3.1rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .search-results-side-rail__results-container {
    padding: 3.1rem 1.5rem 3.1rem 1.6rem;
  }
  .search-results-side-rail__heading {
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .search-results-side-rail__divider {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 575px) {
  .search-results-side-rail__recommendations-message-title {
    padding: 0 3.3rem 0 2.4rem;
  }
  .search-results-side-rail__recommendations-message-text {
    padding: 0 3.3rem 0 2.4rem;
  }
}

.search-results-location-text {
  padding: 0 2rem;
  margin-bottom: 3.2rem;
  margin-top: 0.8rem;
}
.search-results-location-text__title {
  margin-top: 0;
  margin-bottom: 1.4rem;
  font-weight: 700;
}
.search-results-location-text__description {
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: -0.025rem;
  color: #1c2a33;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0.9rem;
}
.search-results-location-text__read-more-link {
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  .search-results-location-text {
    padding: 0;
    margin-bottom: 2.4rem;
  }
  .search-results-location-text__title {
    margin: 0;
    margin-bottom: 0.8rem;
  }
  .search-results-location-text__description {
    display: inline;
  }
}

.search-results-location-frag {
  padding-top: 1rem;
}
@media screen and (min-width: 576px) {
  .search-results-location-frag {
    margin-top: -1rem;
    border-top: 4px solid #c7d3dc;
    padding-top: 3.4rem;
  }
}
@media screen and (min-width: 992px) {
  .search-results-location-frag {
    margin-top: -0.5rem;
    padding-top: 2.4rem;
  }
}
@media screen and (min-width: 3300px) {
  .search-results-location-frag {
    border-top-width: 8px;
  }
}
.search-results-location-frag--no-border {
  border-top: none;
}

.page-footer__sitemap {
  background-color: #1c2a33;
  color: #ffffff;
  padding: 2rem;
  height: auto;
  overflow: auto;
}
.page-footer__sitemap-left {
  margin-top: 1.5rem;
}
.page-footer__sitemap-header {
  font-size: 1.2rem;
  margin-bottom: 1.9rem;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.page-footer__page-links-wrapper {
  list-style-type: none;
  width: 100%;
  padding: 0;
  columns: 2;
  margin-top: 3.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .page-footer__page-links-wrapper {
    columns: 3;
  }
}
.page-footer__page-links-wrapper li {
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.page-footer__page-links {
  cursor: pointer;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 2rem;
}
.page-footer__page-links--title {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 300%;
}
.page-footer__page-links:hover {
  color: #f37120;
}
.page-footer__sitemap-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: none;
}
.page-footer__sitemap-wrapper {
  border-bottom: 1px solid #bbbbbb;
}
.page-footer__sitemap-wrapper--first {
  border-top: 1px solid #bbbbbb;
}
.page-footer__sitemap-market {
  font-size: 1.2rem;
  line-height: 3.6rem;
  padding: 0.2rem 0;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.page-footer__sitemap-market .apts-icon {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 0.6rem;
  font-size: 0.8rem;
  position: absolute;
  right: 0;
  top: 0.8rem;
  pointer-events: none;
  cursor: pointer;
}
.page-footer__sitemap-market .acc-plus {
  display: inline;
}
.page-footer__sitemap-market .acc-minus {
  display: none;
}
.page-footer__sitemap-market.isExpanded {
  border-bottom-color: transparent;
}
.page-footer__sitemap-market.isExpanded .acc-plus {
  display: none;
}
.page-footer__sitemap-market.isExpanded .acc-minus {
  display: inline;
  background-color: #ffffff;
  color: #f37120;
}
.page-footer__sitemap-market.isCollapsed .acc-plus {
  display: inline;
}
.page-footer__sitemap-market.isCollapsed .acc-minus {
  display: none;
}
.page-footer__sitemap-sub-markets {
  list-style-type: none;
  font-size: 1.2rem;
  line-height: 3.6rem;
}
.page-footer__sitemap-links {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 1.2rem;
  font-stretch: normal;
  font-style: normal;
  color: #ffffff;
  line-height: 3.6rem;
}
.page-footer__sitemap-links--title {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 300%;
}
.page-footer__sitemap-links:hover {
  color: #f37120;
}
.page-footer__bottom-wrapper {
  padding: 2rem;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .page-footer__bottom-wrapper {
    padding-top: 8.4rem;
  }
}
@media screen and (min-width: 769px) {
  .page-footer__bottom-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4.2rem;
  }
}
@media screen and (min-width: 576px) {
  .page-footer__logo {
    max-width: 32.6rem;
  }
}
@media screen and (min-width: 769px) {
  .page-footer__logo {
    margin-bottom: 3rem;
    max-width: 26.6rem;
  }
}
.page-footer__logo--image {
  height: 3.5rem;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .page-footer__left-section {
    margin-right: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-footer__left-section {
    margin-right: 4.8rem;
  }
}
.page-footer__disclosure-text {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
  margin-top: 3.2rem;
  font-size: 1rem;
  color: #575759;
}
@media screen and (min-width: 769px) {
  .page-footer__disclosure-text {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-footer__disclosure-text {
    flex: 1;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .page-footer__disclosure-text {
    max-width: 89%;
  }
}
.page-footer__disclosure-text p {
  margin-top: 0;
  margin-block-end: 0.2rem;
}
.page-footer__recognition-logo {
  max-width: 4.2rem;
  margin-top: -0.5rem;
  overflow: hidden;
}
.page-footer__recognition-logo img {
  width: 100%;
}
.page-footer__recognition-logo a {
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .page-footer__recognition-logo {
    margin-top: 8.8rem;
  }
}
.page-footer__trademark-container {
  display: flex;
  justify-content: space-between;
}
.page-footer__trademark-text {
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  font-size: 1rem;
  display: inline-flex;
  list-style-type: disc;
  margin-top: 1.6rem;
}
.page-footer__trademark-text a {
  text-decoration: underline;
  color: #575759;
  margin-right: 1rem;
}
.page-footer__trademark-text a:hover {
  color: #f37120;
}
.page-footer__trademark-text li {
  padding-right: 1rem;
}
.page-footer__trademark-text li:first-child {
  list-style-type: none;
}
@media screen and (max-width: 575px) {
  .page-footer__trademark-text {
    margin-top: 2.4rem;
    display: block;
    list-style-type: none;
  }
}
@media screen and (max-width: 1439px) {
  .page-footer__trademark-text {
    flex-direction: column;
    list-style-type: none;
  }
  .page-footer__trademark-text li {
    margin-top: 0.8rem;
  }
}
.page-footer__website-problems-text {
  line-height: 1.9rem;
  margin-top: 2.4rem;
  font-size: 1.3rem;
  color: #575759;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.page-footer__text-wrapper {
  position: relative;
}
.page-footer__back-to-top {
  display: none;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .page-footer__back-to-top {
    display: block;
    margin-top: 3.9rem;
    width: 100%;
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes itemCardFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes itemCardloaderSpin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.search-result-item-card {
  cursor: pointer;
  margin-bottom: 4.4rem;
}
.search-result-item-card.search-result-item-card--hovered .search-result-item-card__cta--link {
  background-color: #f37120;
  border-color: #f37120;
  color: #ffffff;
}
.search-result-item-card:last-child {
  margin-bottom: 0;
}
.search-result-item-card__image-container {
  width: 100%;
  height: 21.1rem;
  position: relative;
}
.search-result-item-card__image-container::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.search-result-item-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  opacity: 0;
  animation: itemCardFadeIn 0.2s forwards ease-in;
  z-index: 2;
  position: relative;
}
.search-result-item-card__image--placeholder {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #c7d3dc;
}
.search-result-item-card__image--placeholder::after {
  content: '';
  width: 60px;
  height: 60px;
  background-image: url('../../../../../../etc.clientlibs/apartments/clientlibs/resources/logo-sun-wave.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  animation: itemCardloaderSpin 1s linear infinite;
}
.search-result-item-card__image--error::after {
  animation: none;
}
.search-result-item-card__status {
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  border-radius: 0 0 1.2rem 1.2rem;
  background-color: #1c2a33;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  width: 100px;
  height: 24px;
  width: 10rem;
  height: 2.4rem;
  top: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.72px;
  font-size: 1rem;
  line-height: 2.6rem;
}
.search-result-item-card__status.hide {
  display: none;
}
.search-result-item-card__special-offer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.search-result-item-card__special-offer-copy {
  background-color: #f37120;
  color: #ffffff;
  max-width: 90%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  border-radius: 1.2rem 1.2rem 0 0;
}
.search-result-item-card__special-offer-heading {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.search-result-item-card__content-wrapper {
  position: relative;
  min-height: 14.3rem;
  padding-right: 7.5rem;
  padding-left: 2.4rem;
  padding-top: 1.6rem;
}
.search-result-item-card__cta-container {
  right: 2.4rem;
  width: 3.2rem;
  position: absolute;
  top: 0;
}
.search-result-item-card__cta-container--top {
  top: 0.7rem;
}
.search-result-item-card__cta-container--bottom {
  top: auto;
  bottom: 0;
}
.search-result-item-card__cta:not(:first-child) {
  margin-top: 1.6rem;
}
.search-result-item-card__content--name {
  font-size: 2rem;
  line-height: 2.2rem;
  letter-spacing: -0.25px;
  margin-bottom: 0.4rem;
  margin-top: 0;
  color: #1c2a33;
  font-family: 'miller-display', serif;
}
.search-result-item-card__content--address {
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-bottom: 2.8rem;
  margin-top: 0;
  color: #575759;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.search-result-item-card__content--price {
  font-size: 1.8rem;
  line-height: 2rem;
  letter-spacing: -0.72px;
  margin-bottom: 0.6rem;
  color: #1c2a33;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.search-result-item-card__content .beds-baths-sqft {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.25px;
  color: #575759;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.search-result-item-card__content--beds-baths {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.25px;
  color: #575759;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.search-result-item-card__content--sqft {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.25px;
  color: #575759;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
.search-result-item-card__inner--wide .search-result-item-card__content-wrapper {
  width: 100%;
  padding-right: 2.4rem;
}
.search-result-item-card__inner--wide .search-result-item-card__image-container {
  position: relative;
  height: auto;
  padding-bottom: 56.25%;
}
.search-result-item-card__inner--wide .search-result-item-card__image {
  position: absolute;
  top: 0;
  left: 0;
}
.search-result-item-card__inner--wide .search-result-item-card__btn-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.search-result-item-card__inner--wide .search-result-item-card__content--name {
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .search-result-item-card.search-result-item-card--hovered .btn-circular-with-icon {
    background-color: #f37120;
    border-color: #f37120;
    color: #ffffff;
  }
}
@media screen and (min-width: 576px) {
  .search-result-item-card {
    margin-bottom: 2.4rem;
    position: relative;
  }
  .search-result-item-card:last-child {
    margin-bottom: 0;
  }
  .search-result-item-card__image-container {
    width: 25.6rem;
    height: 25.6rem;
    display: inline-block;
    vertical-align: bottom;
  }
  .search-result-item-card__content-wrapper {
    width: calc(100% - 262px);
    position: static;
    display: inline-block;
    vertical-align: bottom;
  }
  .search-result-item-card__cta-container {
    right: 0.9rem;
  }
  .search-result-item-card__content--name {
    font-size: 2.4rem;
    line-height: 2.6rem;
    letter-spacing: -0.25px;
  }
  .search-result-item-card__content--address {
    margin-bottom: 3.3rem;
    margin-top: 0;
  }
  .search-result-item-card__content--price {
    margin-bottom: 0.3rem;
  }
  .search-result-item-card__content--beds-baths {
    margin-bottom: 0.3rem;
  }
  .search-result-item-card__inner--wide .search-result-item-card__image-container {
    width: 44.4rem;
    height: 25rem;
    padding-bottom: 0;
  }
  .search-result-item-card__inner--wide .search-result-item-card__image {
    position: relative;
  }
  .search-result-item-card__inner--wide .search-result-item-card__content-wrapper {
    max-width: 44.4rem;
  }
  .search-result-item-card--featured-last {
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .search-result-item-card {
    margin-bottom: 4.3rem;
    position: static;
  }
  .search-result-item-card:last-child {
    margin-bottom: 0;
  }
  .search-result-item-card__image-container {
    width: 100%;
    height: 20.8rem;
    display: block;
  }
  .search-result-item-card__content-wrapper {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 2rem;
    padding-left: 0;
  }
  .search-result-item-card__cta-container {
    right: 0;
  }
  .search-result-item-card__content--name {
    font-size: 2rem;
    line-height: 2.2rem;
    letter-spacing: -0.25px;
  }
  .search-result-item-card__content--address {
    margin-bottom: 2.6rem;
  }
  .search-result-item-card__content--price {
    margin-bottom: 0.6rem;
  }
  .search-result-item-card__content--beds-baths {
    margin-bottom: 0.3rem;
  }
  .search-result-item-card__content--sqft {
    margin-bottom: 0.3rem;
  }
  .search-result-item-card__inner--wide .search-result-item-card__image-container {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
  }
  .search-result-item-card__inner--wide .search-result-item-card__image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .search-result-item-card__inner--wide .search-result-item-card__content-wrapper {
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .search-result-item-card {
    margin-bottom: 1.6rem;
    position: relative;
  }
  .search-result-item-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .search-result-item-card:last-child {
    margin-bottom: 0;
  }
  .search-result-item-card__inner {
    overflow: hidden;
  }
  .search-result-item-card__inner--wide .search-result-item-card__image-container {
    width: 44.4rem;
    height: 25rem;
    margin-bottom: 1rem;
    padding-bottom: 0;
  }
  .search-result-item-card__inner--wide .search-result-item-card__image {
    position: relative;
  }
  .search-result-item-card__inner--wide .search-result-item-card__btn-wrapper {
    flex-direction: row;
  }
  .search-result-item-card__inner--wide .search-result-item-card__content-wrapper {
    padding-right: 1.6rem;
  }
  .search-result-item-card__inner--wide .community-preview__btn--availability {
    margin-right: 1.5rem;
  }
  .search-result-item-card__image-container {
    width: 17.6rem;
    height: 17.6rem;
    float: left;
  }
  .search-result-item-card__cta:not(:first-child) {
    margin-top: 0.8rem;
  }
  .search-result-item-card__content-wrapper {
    width: calc(100% - 176px);
    float: left;
    position: static;
    padding-top: 1.4rem;
    padding-left: 1.6rem;
    padding-right: 6rem;
  }
  .search-result-item-card__cta-container {
    right: 1.2rem;
  }
  .search-result-item-card__cta-container--top {
    top: 1.2rem;
  }
  .search-result-item-card__cta-container--bottom {
    bottom: 0.8rem;
  }
  .search-result-item-card__cta {
    opacity: 0;
    pointer-events: none;
  }
  .search-result-item-card__cta--label {
    opacity: 1;
  }
  .search-result-item-card__content--name {
    font-size: 2.4rem;
    line-height: 2.6rem;
    letter-spacing: -0.25px;
    margin-bottom: 0.6rem;
    max-width: 20rem;
  }
  .search-result-item-card__content--address {
    margin-bottom: 1.9rem;
  }
  .search-result-item-card__content--beds-baths {
    margin-bottom: 0.3rem;
  }
  .search-result-item-card__content--sqft {
    margin-top: -0.4rem;
    margin-bottom: 0;
  }
  .search-result-item-card:hover::before,
  .search-result-item-card.search-result-item-card--hovered::before {
    opacity: 1;
  }
  .search-result-item-card:hover .search-result-item-card__cta,
  .search-result-item-card.search-result-item-card--hovered .search-result-item-card__cta {
    opacity: 1;
    pointer-events: initial;
  }
  .search-result-item-card:hover .search-result-item-card__cta--label,
  .search-result-item-card.search-result-item-card--hovered .search-result-item-card__cta--label {
    color: #1c2a33;
  }
  .search-result-item-card:hover .search-result-item-card__cta--label:hover,
  .search-result-item-card.search-result-item-card--hovered .search-result-item-card__cta--label:hover {
    color: #1c2a33;
  }
  .search-result-item-card:hover .search-result-item-card__cta--link,
  .search-result-item-card.search-result-item-card--hovered .search-result-item-card__cta--link {
    background-color: #f37120;
    border-color: #f37120;
    color: #ffffff;
  }
  .search-result-item-card:hover .search-result-item-card__image-container::before,
  .search-result-item-card.search-result-item-card--hovered .search-result-item-card__image-container::before {
    opacity: 0;
  }
  .search-result-item-card--featured-last {
    margin-bottom: 1.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .search-result-item-card__image-container {
    width: 20rem;
    height: 20rem;
    float: none;
    display: inline-block;
    vertical-align: bottom;
  }
  .search-result-item-card__content-wrapper {
    width: calc(100% - 210px);
    padding-top: 0;
    padding-left: 1.6rem;
    padding-bottom: 0.9rem;
    float: none;
    display: inline-block;
    vertical-align: bottom;
  }
  .search-result-item-card__cta-container--bottom {
    bottom: 1.2rem;
  }
  .search-result-item-card__content--name {
    font-size: 2.4rem;
    line-height: 2.6rem;
    letter-spacing: -0.25px;
    margin-bottom: 0.4rem;
  }
  .search-result-item-card__content--address {
    margin-bottom: 1.8rem;
  }
  .search-result-item-card__content--beds-baths {
    margin-bottom: 0.3rem;
  }
  .search-result-item-card__content--sqft {
    margin-top: -0.4rem;
    margin-bottom: 0;
  }
  .search-result-item-card--featured-last {
    margin-bottom: 0.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .search-result-item-card__inner--wide .search-result-item-card__image-container {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
  }
  .search-result-item-card__inner--wide .search-result-item-card__image {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 3300px) {
  .search-result-item-card__content-wrapper {
    width: calc(100% - 700px);
    padding-right: 4rem;
  }
}
.search-result-item-card--infobox {
  overflow: hidden;
}
.search-result-item-card--infobox .search-result-item-card__inner {
  overflow: hidden;
}
.search-result-item-card--infobox .search-result-item-card__image-container {
  width: 10rem;
  height: 10rem;
  display: block;
  float: left;
  overflow: hidden;
}
.search-result-item-card--infobox .search-result-item-card__image-container::before {
  display: none;
}
.search-result-item-card--infobox .search-result-item-card__image {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.3s;
}
.search-result-item-card--infobox .search-result-item-card__image--placeholder {
  background-color: transparent;
}
.search-result-item-card--infobox .search-result-item-card__image--placeholder::after {
  background-image: url('../../../../../../etc.clientlibs/apartments/clientlibs/resources/logo-sun-wave-dark.gif');
}
.search-result-item-card--infobox .search-result-item-card__content-wrapper {
  width: calc(100% - 100px);
  float: left;
  display: block;
  margin-top: 0;
  overflow: hidden;
  min-height: auto;
  padding: 0.6rem 4rem 0.7rem 1rem;
}
.search-result-item-card--infobox .search-result-item-card__content-container {
  opacity: 0;
  transform: translateX(200px);
  transition: all 0.3s;
}
.search-result-item-card--infobox .search-result-item-card__cta-container {
  right: 0.7rem;
}
.search-result-item-card--infobox .search-result-item-card__cta-container--bottom {
  bottom: 0.7rem;
}
.search-result-item-card--infobox .search-result-item-card__content--name {
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: -0.25px;
  color: #1c2a33;
  margin-bottom: 0.3rem;
  margin-top: 0;
  font-weight: 700;
}
.search-result-item-card--infobox .search-result-item-card__content--address {
  font-size: 1.2rem;
  line-height: 1.3rem;
  color: #575759;
  margin-bottom: 1.4rem;
  margin-top: 0;
}
.search-result-item-card--infobox .search-result-item-card__content--price {
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: -0.72px;
  color: #1c2a33;
  margin-bottom: 0.3rem;
  margin-top: 0;
}
.search-result-item-card--infobox .search-result-item-card__content--beds-baths {
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: -0.25px;
  color: #575759;
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .search-result-item-card--infobox .search-result-item-card__image-container {
    width: 9.6rem;
    height: 9.6rem;
  }
  .search-result-item-card--infobox .search-result-item-card__content-wrapper {
    width: calc(100% - 96px);
    padding-top: 0.6rem;
    padding-bottom: 0;
  }
  .search-result-item-card--infobox .search-result-item-card__content--name {
    font-size: 2rem;
    line-height: 2.2rem;
    letter-spacing: -0.25px;
  }
  .search-result-item-card--infobox .search-result-item-card__content--address {
    margin-bottom: 1.4rem;
  }
  .search-result-item-card--infobox .search-result-item-card__content--price {
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0;
    margin-bottom: 0.4rem;
  }
  .search-result-item-card--infobox .search-result-item-card__content--beds-baths {
    font-size: 1.2rem;
    line-height: 1.2rem;
    letter-spacing: 0;
  }
  .search-result-item-card--infobox .search-result-item-card__cta-container--bottom {
    right: 1.2rem;
    bottom: 0;
    transform: none;
  }
  .search-result-item-card--infobox .search-result-item-card__cta-container--top {
    right: 1.2rem;
    top: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .search-result-item-card--infobox .search-result-item-card__content--name {
    padding-top: 0;
  }
  .search-result-item-card--infobox .search-result-item-card__cta-container--bottom {
    bottom: 1.2rem;
  }
  .search-result-item-card--infobox .search-result-item-card__cta-container--top {
    top: 1.2rem;
  }
}
@media screen and (max-width: 575px) {
  .search-result-item-card--infobox .search-result-item-card__content-wrapper {
    padding-right: 0;
  }
  .search-result-item-card--infobox .search-result-item-card__cta--link {
    display: none;
  }
}
@media screen and (min-width: 3300px) {
  .search-result-item-card--infobox .search-result-item-card__content-wrapper {
    width: calc(100% - 210px);
  }
}
.search-result-item-card--show-infobox-content .search-result-item-card__image {
  opacity: 1;
  transform: translateX(0);
}
.search-result-item-card--show-infobox-content .search-result-item-card__content-container {
  opacity: 1;
  transform: translateX(0);
}
.search-result-item-card--show-infobox-content .search-result-item-card__cta {
  opacity: 1;
  pointer-events: initial;
}
@media screen and (min-width: 3300px) {
  .search-result-item-card--show-infobox-content .search-result-item-card__content-wrapper {
    width: calc(100% - 330px);
  }
}
@media screen and (min-width: 1200px) {
  .touch-move .search-result-item-card__cta {
    opacity: 1;
  }
  .touch-move .search-result-item-card__cta--link {
    display: none;
  }
  .touch-move .search-result-item-card__cta--preview {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .search-result-item-card__cta--preview {
    display: none;
  }
}

.search-map__container {
  width: 100%;
  height: 100%;
  position: relative;
}
.custom-clustericon {
  background-color: #cf611d;
  border-width: 1rem;
  border-color: #f37120;
  border-style: solid;
  box-sizing: content-box;
  color: #ffffff;
  border-radius: 100%;
  font-weight: 700;
  font-size: 1.2rem;
  transition: transform 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-clustericon--invisible {
  z-index: -1 !important;
  width: 0;
  height: 0;
}
@media (hover: hover), (-ms-high-contrast:none) {
  .custom-clustericon:hover {
    transform: scale(1.1);
    background-color: #ffffff;
    color: #f37120;
  }
}
.custom-clustericon.active_cluster {
  color: #f37120;
  background-color: #ffffff;
}
@media screen and (min-width: 3300px) {
  .custom-clustericon {
    width: 3rem !important;
    height: 3rem !important;
  }
}

.checkbox-columns {
  overflow: hidden;
}
.checkbox-columns__item {
  width: calc(50% - 6px);
  float: left;
  transition: all 0.2s;
  margin-right: 0.6rem;
}
@media screen and (min-width: 3300px) {
  .checkbox-columns__item {
    width: calc(50% - 8px);
    margin-right: 0.3rem;
  }
}
.checkbox-columns__item:nth-child(even) {
  margin-right: 0;
  margin-left: 0;
}
.checkbox-columns__item:nth-child(odd) {
  clear: both;
}

.search-filters-bar {
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}
.search-filters-bar__clear-all {
  margin-left: 0.8rem;
}
.search-filters-bar__filters-inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.search-filters-bar__filters-inner--utils {
  padding-top: 0;
}
.search-filters-bar__clear-all--inline {
  display: inline-block;
  margin-top: 0.4rem;
  margin-left: 4.1rem;
  float: none;
}
.search-filters-bar__clear-all:hover,
.search-filters-bar__clear-all:focus,
.search-filters-bar__clear-all:active {
  text-decoration: none;
  color: #575759;
}
.search-filters-bar__filter {
  display: inline-block;
  vertical-align: top;
}
.search-filters-bar__filter:not(:last-child) {
  margin-right: 0.4rem;
}
@media screen and (max-width: 375px) {
  .search-filters-bar__filter:not(:last-child) {
    margin-right: 0;
  }
}
.search-filters-bar__sort {
  float: right;
}
.search-filters-bar__recommendations-message-text {
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: -0.03rem;
  color: #1c2a33;
  font-weight: 300;
  padding-bottom: 0.8rem;
  text-align: center;
}
.search-filters-bar__toggle-map {
  padding: 0;
  background: none;
  border: none;
}
.search-filters-bar__toggle-map-inner {
  display: flex;
  align-items: center;
}
.search-filters-bar__view-text {
  font-size: 1.2rem;
  margin-left: 0.5rem;
  display: block;
  color: #f37120;
}
@media screen and (min-width: 769px) {
  .search-filters-bar__filters-inner {
    padding-bottom: 0.8rem;
  }
  .search-filters-bar__clear-all--inline {
    margin-left: 0.6rem;
  }
}
@media screen and (min-width: 992px) {
  .search-filters-bar__filters-inner {
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
  }
  .search-filters-bar__filter--search {
    width: 15rem;
    margin-right: 1.6rem;
  }
  .search-filters-bar__clear-all--inline {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .search-filters-bar__filter--search {
    min-width: 18.4rem;
  }
}
@media screen and (max-width: 375px) {
  .search-filters-bar__filter:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .search-filters-bar__sort--floatless .dropdown__box--align-center-with-trigger {
    left: 0;
    transform: none;
  }
}
@media screen and (min-width: 992px) {
  .search-filters-bar .width-container {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .search-filters-bar .width-container--left-aligned {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .search-filters-bar .width-container--left-aligned {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }
}
@media screen and (min-width: 3300px) {
  .search-filters-bar .width-container {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
.search-filters-bar .filters-more-dropdown__dropdown__body {
  margin-top: 0.4rem;
}

.nearby-locator {
  position: absolute;
  top: 24px;
  left: 20px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 3.5rem;
  padding: 0.7rem 1.2rem 1.1rem;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .nearby-locator {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.nearby-locator__border {
  display: inline-block;
  margin-right: 5px;
}
@media screen and (min-width: 3300px) {
  .nearby-locator {
    top: 1rem;
  }
}

.search-filters-bar__filter--features-more .dropdown__body {
  padding-top: 0;
  margin-top: 0.4rem;
}
.search-filters-bar__filter--features-more .dropdown__body .hybrid-filter__container {
  margin-top: 1.4rem;
}
.search-filters-bar__filter--features-more .dropdown__body .hybrid-filter__container--amenities {
  margin-top: 1rem;
}
.search-filters-bar__filter--features-more .dropdown__body .hybrid-filter__container--amenities h4 {
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 769px) {
  .search-filters-bar__filter--features-more .dropdown__body .hybrid-filter__container {
    width: 100%;
    float: left;
  }
}
.search-filters-bar__filter--features-more .dropdown__body .filters-amenities-dropdown {
  margin-bottom: 1.3rem;
}
.search-filters-bar__filter--features-more .dropdown__body .filters-sq-ft h4 {
  margin-bottom: 2.1rem;
}
@media screen and (min-width: 769px) {
  .search-filters-bar__filter--features-more .dropdown__body .hybrid-filter__row {
    padding-left: 5%;
    padding-right: 2.5%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  .search-filters-bar__filter--features-more .dropdown__body .hybrid-filter__column--col-1 {
    width: 50%;
    float: left;
  }
  .search-filters-bar__filter--features-more .dropdown__body .hybrid-filter__column--col-2 {
    width: 50%;
    float: right;
  }
  .search-filters-bar__filter--features-more .dropdown__body .hybrid-filter__column .filter-amenites .checkbox-columns__item {
    width: calc(39% - 6px);
  }
  .search-filters-bar__filter--features-more .dropdown__body .filters-sq-ft {
    margin-top: 3.3rem;
    margin-bottom: 0.8rem;
  }
  .search-filters-bar__filter--features-more .dropdown__body .filters-sq-ft .range-input {
    max-width: 34rem;
  }
}
@media (min-width: 900px) {
  .search-filters-bar__filter--features-more .dropdown__body .hybrid-filter__row {
    padding-left: 10%;
    padding-right: 5%;
  }
  .search-filters-bar__filter--features-more .dropdown__body .hybrid-filter__column--col-1 {
    width: 60%;
  }
  .search-filters-bar__filter--features-more .dropdown__body .hybrid-filter__column--col-2 {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  .search-filters-bar__filter--features-more .dropdown__box {
    min-width: 45rem;
  }
}
@media screen and (min-width: 992px) {
  .search-filters-bar__filter--features-more .filters-sq-ft h4 {
    margin-top: 1.7rem 2.4rem;
  }
  .search-filters-bar__filter--features-more .filters-sq-ft .range-input__slider {
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 3300px) {
  .search-filters-bar__filter--features-more .filters-sq-ft .range-input__slider {
    margin-bottom: 1.2rem;
  }
}

.beds-baths-filter .beds-filter {
  margin-bottom: 2.4rem;
}
.beds-baths-filter .filters-baths-dropdown {
  margin-bottom: -0.8rem;
}

.filters-beds-dropdown {
  text-align: center;
  margin-bottom: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.filters-beds-dropdown__unit-types div {
  width: 50%;
  text-align: left;
  margin: 0 auto;
}
.filters-beds-dropdown__unit-types div label {
  padding: 0;
  margin: 0;
  display: inline-block;
  min-height: 0;
  margin-bottom: 0.7rem;
}
.filters-beds-dropdown__unit-types div:last-child label {
  margin-bottom: 0;
}

.filters-baths-dropdown {
  text-align: center;
}
.filters-baths-dropdown .btn-checkbox-inline-list__item {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .filters-baths-dropdown {
    margin-bottom: -0.5rem;
  }
}


.custom-community-marker {
  position: relative;
}
.custom-community-marker__circle:after {
  content: '';
  display: block;
  border-radius: 50%;
  width: 2.3rem;
  height: 2.3rem;
  box-sizing: border-box;
  line-height: 23px;
  position: absolute;
  left: 9px;
  top: 9px;
  background-color: #cf611d;
  box-shadow: 0 14px 28px transparent, 0 10px 10px transparent;
}
.custom-community-marker--active .custom-community-marker__circle:after {
  background-color: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.custom__infobox--tooltip {
  width: 36rem;
  max-width: 100vw;
  transition: transform 0.2s, opacity 0.2s, left 0.2s, top 0.2s, bottom 0.2s;
  transform: translateY(26px) translateX(-50%) translateX(18px) !important;
  opacity: 0;
  cursor: auto;
  position: absolute;
  left: -3000px;
  top: -3000px;
}
.custom__infobox--tooltip.custom__infobox--map-infobox {
  top: auto !important;
  left: auto;
}
.custom__infobox--tooltip.custom__infobox--map-infobox > img {
  display: none;
}
.custom__infobox--tooltip .custom__infobox__pointer {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.7rem;
  width: 3.6rem;
  height: 3.3rem;
  cursor: pointer;
}
.custom__infobox--tooltip .custom__infobox__pointer::before {
  content: '';
  position: absolute;
  width: calc(100% - 3px);
  height: 100%;
  left: 0.2rem;
  top: -1.1rem;
  -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  transform: rotate(45deg) skew(10deg, 10deg);
}
.custom__infobox--tooltip .custom__infobox__pointer::after {
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 0;
  width: calc(100% + 7px);
  height: 100%;
  opacity: 0.4;
}
.custom__infobox--tooltip .custom__infobox__inner {
  overflow: hidden;
  border-radius: 0.7rem;
  -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
}
.custom__infobox--tooltip .custom__infobox__content {
  padding: 1.2rem;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.custom__infobox--show {
  opacity: 1;
}
.custom__infobox--static {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100%;
  max-width: 100vw;
  transform: translateY(100%);
}
.custom__infobox--static .custom__infobox__inner {
  overflow: visible;
  -webkit-box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.13);
}
.custom__infobox--static .custom__infobox__content {
  background-color: #ffffff;
}
.custom__infobox--static.custom__infobox--show {
  transform: translateY(0);
}
.custom__infobox--wide {
  width: auto !important;
  background-color: #ffffff;
}
.custom__infobox--wide .pill-btn {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.custom__infobox--wide .search-result-item-card__inner {
  display: flex;
  flex-direction: column;
}
.custom__infobox--wide .search-result-item-card__content-wrapper {
  width: 100%;
  padding: 1rem 2rem;
}
.custom__infobox--wide .search-result-item-card__image-container {
  width: 29rem;
  height: 16.2rem;
  padding: 1rem 1rem 0 1rem;
}
.custom__infobox--wide .search-result-item-card__content--beds-baths {
  margin-bottom: 0.5rem;
}
.custom__infobox--wide .search-result-item-card__btn-wrapper {
  margin-top: 1rem;
}
.custom__infobox--wide .community-preview__btn {
  margin-bottom: 0;
}
.custom__infobox--wide .community-preview__btn--availability {
  margin-bottom: 1rem;
}
.custom__infobox--wide .custom__infobox__inner {
  border-radius: 0;
}
@media screen and (min-width: 1200px) {
  .custom__infobox--wide .search-result-item-card__image-container {
    width: 30rem;
    height: 16.8rem;
  }
}
@media screen and (min-width: 3300px) {
  .custom__infobox--tooltip {
    transform: translateY(-40px) translateX(-50%) translateX(10px) !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .search-results-side-rail__community-preview-modal .apts-modal__main {
    width: 60%;
  }
}
.preview-modal {
  display: flex;
  align-items: center;
}
.preview-modal__content {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
}
.community-preview__header {
  text-align: right;
  padding: 0;
  font-size: 2rem;
  position: absolute;
  right: 1.1rem;
  top: 1.5rem;
  z-index: 2;
}
.community-preview__header .apts-icon {
  cursor: pointer;
  position: relative;
  top: 0.2rem;
}
.community-preview__header .btn-circular-with-icon {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.community-preview__no-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  opacity: 0;
  animation: fadeIn 0.2s forwards ease-in;
  z-index: 2;
  position: relative;
}
.community-preview__no-image--placeholder {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #c7d3dc;
}
.community-preview__no-image--placeholder::after {
  content: '';
  width: 6rem;
  height: 6rem;
  background-image: url('../../../../../../etc.clientlibs/apartments/clientlibs/image-resources/resources/logo-sun-wave.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
}
.community-preview__modal-cta {
  display: inline-block;
  vertical-align: middle;
}
.community-preview__image {
  position: relative;
  min-height: 20rem;
}
.community-preview__image img {
  width: 100%;
  display: block;
}
.community-preview__image--height {
  height: 37.5rem;
}
.community-preview__details {
  overflow: hidden;
}
.community-preview__status {
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  border-radius: 0 0 1.2rem 1.2rem;
  background-color: #1c2a33;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  width: 10rem;
  height: 2.4rem;
  top: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.072rem;
  font-size: 1rem;
  line-height: 2.6rem;
}
.community-preview__content-wrapper {
  padding: 0 2.4rem;
}
.community-preview__name {
  font-family: 'miller-display', serif;
  font-size: 2.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.025rem;
  margin-bottom: 0.4rem;
  margin-top: 1.5rem;
  color: #1c2a33;
}
.community-preview__address {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 1.8rem;
  margin-top: 1rem;
  color: #575759;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.community-preview__price {
  font-size: 1.8rem;
  line-height: 2rem;
  letter-spacing: -0.072rem;
  margin-bottom: 0.6rem;
  color: #1c2a33;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.community-preview__special-offer {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-top: 1rem;
  letter-spacing: 0.171rem;
  width: 17.4rem;
  border-top-right-radius: 3.2rem;
  border-bottom-right-radius: 3.2rem;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  background-color: #575759;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  max-height: 0;
  transition: all 0.3s;
  transform: translateX(-100%);
  overflow: hidden;
  padding: 0;
}
.community-preview__special-offer--show {
  max-height: 100px;
  transform: translateX(0);
  padding: 0.8rem 1.6rem 0.8rem 3.1rem;
}
.community-preview__mobile-number {
  font-weight: 700;
  color: #1c2a33;
  font-size: 1.3rem;
  margin: 1.4rem 0;
  text-decoration: none;
  display: inline-block;
}
@media (hover: hover), (-ms-high-contrast:none) {
  .community-preview__mobile-number:hover {
    color: #f37120;
  }
}
.community-preview__beds-baths {
  margin: 0;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: -0.026rem;
  color: #575759;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.community-preview__btn-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2rem;
}
.community-preview__btn {
  text-decoration: none;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  width: 25rem;
}
.community-preview__btn--availability {
  background-color: #f37120;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 768px) {
  .community-preview__close::before,
  .community-preview__close::after {
    background-color: #ffffff;
  }
  .community-preview__btn-wrapper {
    margin-top: 1rem;
  }
  .community-preview__content-wrapper {
    text-align: center;
  }
  .community-preview__price {
    margin-top: 1rem;
  }
  .community-preview__special-offer {
    font-size: 1rem;
    width: auto;
    margin-top: 1.5rem;
  }
  .community-preview__special-offer--show {
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .community-preview__btn {
    width: 100%;
  }
  .community-preview__content-wrapper {
    text-align: left;
    width: 25rem;
    padding: 0;
    margin: 0 auto;
    max-width: 90%;
  }
  .community-preview__name {
    margin-top: 0;
  }
  .community-preview .community-preview__special-offer--show + .community-preview__content-wrapper {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .community-preview__name {
    font-size: 3rem;
    line-height: 3.2rem;
    letter-spacing: -0.03rem;
    margin-bottom: 1.4rem;
  }
  .community-preview__address {
    letter-spacing: 0;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    color: #575759;
  }
  .community-preview__price {
    font-size: 1.6rem;
    line-height: 1.8rem;
    letter-spacing: -0.072rem;
    margin-bottom: 0.6rem;
    margin-top: 1rem;
    color: #1c2a33;
    font-family: 'Montserrat', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
  }
}
@media screen and (min-width: 769px) {
  .community-preview__header {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 2.4rem;
    padding-right: 2.4rem;
  }
  .community-preview__header .close-icon {
    width: 2rem;
    height: 2rem;
  }
  .community-preview__header .btn-circular-with-icon {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .community-preview__image {
    float: left;
    width: 60%;
  }
  .community-preview__image--height {
    height: 52.4rem;
  }
  .community-preview__details {
    float: left;
    width: 40%;
  }
  .community-preview__content-wrapper {
    padding-left: 3.1rem;
    padding-top: 0;
  }
  .community-preview__btn-wrapper {
    align-items: flex-start;
  }
  .community-preview__btn {
    width: auto;
    min-width: 20rem;
  }
  .community-preview__mobile-number {
    pointer-events: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .community-preview__image {
    width: 55%;
  }
  .community-preview__details {
    width: 45%;
  }
  .community-preview__special-offer {
    font-size: 1rem;
    width: auto;
    padding: 0.5rem 1rem;
    margin-top: 0;
  }
  .community-preview__header {
    padding-top: 1rem;
    padding-right: 1.5rem;
  }
  .community-preview__name {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
  .community-preview__address {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .community-preview__price {
    font-size: 1.4rem;
  }
  .community-preview__beds-baths {
    font-size: 1.2rem;
  }
  .community-preview__mobile-number {
    margin-top: 0;
  }
  .community-preview__btn-wrapper {
    padding-bottom: 0;
  }
  .community-preview__btn {
    height: 3.4rem;
    margin-bottom: 1rem;
    line-height: 1.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .community-preview__header .close-icon {
    width: 2.8rem;
    height: 2.8rem;
  }
  .community-preview__header .btn-circular-with-icon {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .community-preview__price {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .community-preview__beds-baths {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .community-preview__mobile-number {
    font-size: 1.4rem;
  }
  .community-preview__name {
    font-size: 3.4rem;
    line-height: 3.6rem;
  }
  .community-preview__address {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 1.8rem;
  }
}

.cluster__infobox--tooltip {
  width: 28.6rem;
  max-width: 100vw;
  transition: transform 0.2s, opacity 0.2s, left 0.2s, top 0.2s, bottom 0.2s;
  transform: translateY(-10px) translateX(-50%) translateX(10px) !important;
  opacity: 0;
  cursor: auto;
  position: absolute;
  left: -300rem;
  top: -300rem;
}
.cluster__infobox--tooltip.cluster__infobox--map-infobox {
  top: auto !important;
  left: auto;
}
.cluster__infobox--tooltip.cluster__infobox--map-infobox > img {
  display: none;
}
.cluster__infobox--tooltip .cluster__infobox__pointer {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.1rem;
  width: 2.9rem;
  height: 2.6rem;
  cursor: pointer;
}
.cluster__infobox--tooltip .cluster__infobox__pointer::before {
  content: '';
  position: absolute;
  width: calc(100% - 3px);
  height: 100%;
  left: 0.2rem;
  top: -1.1rem;
  -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  transform: rotate(45deg) skew(10deg, 10deg);
}
.cluster__infobox--tooltip .cluster__infobox__pointer::after {
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 0;
  width: calc(100% + 7px);
  height: 100%;
  opacity: 0.4;
}
.cluster__infobox--tooltip .cluster__infobox__inner {
  overflow: hidden;
  border-radius: 0.7rem;
  -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
}
.cluster__infobox--tooltip .cluster__infobox__content {
  padding: 1.2rem;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.cluster__infobox--show {
  opacity: 1;
}
.cluster__infobox--static {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100%;
  max-width: 100vw;
  transform: translateY(100%);
}
.cluster__infobox--static .cluster__infobox__inner {
  overflow: visible;
  -webkit-box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.13);
}
.cluster__infobox--static .cluster__infobox__content {
  background-color: #ffffff;
}
.cluster__infobox--static.cluster__infobox--show {
  transform: translateY(0);
}
@media screen and (min-width: 3300px) {
  .cluster__infobox--tooltip {
    transform: translateY(26px) translateX(-50%) translateX(69px) !important;
  }
}
.cluster__title-header {
  text-align: center;
  font-size: 2rem;
  line-height: 2.2rem;
  padding-bottom: 2.2rem;
  padding-top: 1.2rem;
  border-bottom-width: 0.1rem;
  border-bottom-color: #bbbbbb;
  border-bottom-style: solid;
  font-family: 'miller-display', serif;
  font-weight: 500;
}
.cluster__link-text {
  text-transform: uppercase;
  text-align: center;
  padding-top: 1.1rem;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #575759;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.search-results__wrapper {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.search-results__community-preview-modal {
  overflow: hidden;
}
.search-results__community-preview-modal .apts-modal__main {
  transform: translateY(100vh) scale(0.4);
  transition: all 0.3s;
}
.search-results__community-preview-modal .apts-modal__content-wrapper {
  padding: 0;
}
.search-results__community-preview-modal .community-preview__image {
  overflow: hidden;
}
.search-results__community-preview-modal .community-preview__image img {
  transform: scale(1.2);
  opacity: 0;
  transition: all 1s 0.4s;
}
.search-results__community-preview-modal .community-preview__content-wrapper {
  opacity: 0;
  transition: all 0.6s 0.4s;
  transform: translateY(100px);
}
.search-results__community-preview-modal--overflow {
  overflow: auto;
}
.search-results__community-preview-modal--show .apts-modal__main {
  transform: translateY(0) scale(1);
}
.search-results__community-preview-modal--show .community-preview__image img {
  opacity: 1;
  transform: scale(1);
}
.search-results__community-preview-modal--show .community-preview__content-wrapper {
  opacity: 1;
  transform: translateY(0);
}
.search-results__container {
  overflow: hidden;
  height: calc(100vh - 120px);
  clear: both;
}
.search-results__container--author {
  height: 80rem !important;
}
.search-results__container__map {
  float: left;
  width: 56.75%;
  height: 100%;
}
.search-results__container__list {
  float: right;
  width: 43.25%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .search-results__container__map {
    width: 57.2%;
  }
  .search-results__container__list {
    width: 42.8%;
  }
}
.search-results__main-heading {
  display: block;
  font-weight: 700;
  padding: 1.4rem 2.4rem;
}
@media screen and (max-width: 575px) {
  .search-results .legal-disclaimer {
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .search-results__container--map {
    display: none;
    width: auto;
  }
  .search-results__container--list {
    display: none;
    width: auto;
  }
  .search-results--mobile-only-map .search-results__container__map {
    width: 100%;
    display: block;
  }
  .search-results--mobile-only-map .search-results__container__list {
    display: none;
  }
  .search-results--mobile-only-list .search-results__container__list {
    width: 100%;
    display: block;
  }
  .search-results--mobile-only-list .search-results__container__map {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .search-results__container__list--aligned {
    width: 35%;
  }
  .search-results__container__map--aligned {
    width: 65%;
  }
}

