.ip-banner {}

.ip-banner::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.6));
}

.ip-banner canvas {
    height: 38.3125vw;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    padding: 0;
    width: 100%;
}

a, em.ai-mobile-phone a {
    outline: none;
}

a:hover, a:focus, em.ai-mobile-phone a:hover, em.ai-mobile-phone a:focus {
    outline: none;
    text-decoration: none;
}

.ip-neighborhood {}

/* Heading */
.ip-neighborhood__heading {
    padding: 8vw 0 3.083vw;
    position: relative;
}

.ip-neighborhood__heading-inner {}

.ip-neighborhood__heading-title {
    text-align: center;
}

.ip-neighborhood__heading-title h1 {
    letter-spacing: 0.02em;
    font-family: var(--font-family-title);
    font-size: 4.65vw;
    color: var(--site-primary-color);
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
}

/* Featured Listings */
.ip-neighborhood__listings {
    padding: 2.936vw 0;
    position: relative;
}

.ip-neighborhood__listings-inner {}

.ip-neighborhood__listings-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.083vw;
}

.ip-neighborhood__listings-list {}

.ip-neighborhood__listings-slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.ip-neighborhood__listings-slider:not(.slick-initialized) .ip-neighborhood__listings-item:nth-child(n+5) {
    display: none;
}

.ip-neighborhood__listings-slider.slick-initialized .slick-slide > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.ip-neighborhood__listings-item {
    position: relative;
    width: 100% !important;
}

.ip-neighborhood__listings-item a:hover .ip-neighborhood__listings-photo img {
    transform: scale(1.1);
    opacity: 0.9;
}

.ip-neighborhood__listings-photo {
    overflow: clip;
    background-color: #000;
}

.ip-neighborhood__listings-photo::before {
    position: absolute;
    content: '';
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.59), transparent 50%);
}

.ip-neighborhood__listings-photo img {
    transition: var(--default-transition);
}

.ip-neighborhood__listings-details {
    position: absolute;
    inset: auto auto 0 0;
    padding: 0 0 3.303vw 2.936vw;
    color: #fff;
    z-index: 2;
    font-weight: 300;
    font-size: 0.85vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ip-neighborhood__listings-details .price {
    font-size: 2vw;
    font-weight: 200;
    margin-bottom: 0.469em;
}

.ip-neighborhood__listings-details .residence {
    font-weight: 200;
    font-size: 1.75vw;
    text-transform: none;
    margin: 0.286em 0 0.571em;
}

.ip-neighborhood__listings-details .residence {
    background: rgb(206, 143, 102);
    background: var(--site-gradient-background);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    filter: brightness(0) invert(1);
}

.ip-neighborhood__listings-details .address {
    letter-spacing: 0.2em;
    font-size: 1vw;
}

.ip-neighborhood__listings-navigation {}

.ip-neighborhood__listings-navigation .navigation-wrapper .navigation-arrow {
    position: absolute;
    top: 9vw;
    z-index: 2;
}

.ip-neighborhood__listings-navigation .navigation-wrapper .navigation-arrow.navigation-arrow-prev {
    left: 0;
}

.ip-neighborhood__listings-navigation .navigation-wrapper .navigation-arrow.navigation-arrow-next {
    right: 0;
}

.ip-neighborhood__listings-navigation .navigation-wrapper .navigation-arrow button {
    width: 3vw;
    height: 6vw;
    border: none;
    background: var(--site-primary-color);
    font-size: 2vw;
    color: var(--site-);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    position: relative;
}

.ip-neighborhood__listings-navigation .navigation-wrapper .navigation-arrow button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(206, 143, 102);
    background: var(--site-gradient-background);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ip-neighborhood__listings-navigation .navigation-wrapper .navigation-arrow button:hover::before {
    opacity: 1;
}

.ip-neighborhood__listings-navigation .navigation-wrapper .navigation-arrow button span {
    background: rgb(206, 143, 102);
    background: var(--site-gradient-background);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.ip-neighborhood__listings-navigation .navigation-wrapper .navigation-arrow button:hover span {
    filter: brightness(0) invert(1);
}

.ip-neighborhood__listings-button {
    margin-top: 3.083vw;
}

.ip-neighborhood__listings-button .site-button {
    margin: 0 auto;
}

.ip-neighborhood__listings-button .site-button a:not(:hover, :focus) {
    color: var(--primary);
}

.ip-neighborhood__listings-background {}

.ip-neighborhood__listings-background canvas {
    top: 5.872vw;
    height: auto;
    opacity: 0.15;
    z-index: -1;
}

/* Communities */
.ip-neighborhood__communities {
    padding: 3.523vw 0 8.661vw;
}

.ip-neighborhood__communities-inner {
    width: 83.3125vw;
    margin: 0 auto;
    max-width: calc(100% - 30px);
}

.ip-neighborhood__communities-title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.523vw;
}

.ip-neighborhood__communities-list {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
}

.ip-neighborhood__communities-item {
    margin-left: 0.367vw;
    width: calc(25% - 0.294vw);
}

.ip-neighborhood__communities-item:nth-child(4n+1) {
    margin-left: 0;
}

.ip-neighborhood__communities-item:nth-child(n+5) {
    margin-top: 2.568vw;
}

.ip-neighborhood__communities-item a {
    display: block;
    position: relative;
    text-decoration: none;
}

.ip-neighborhood__communities-name {
    color: #fff;
    font-weight: 200;
    font-size: 1.625vw;
    text-align: center;
    letter-spacing: 0.040em;
    padding: 0.734vw 0.384vw;
    background: var(--site-accent-color);
    margin-bottom: 1.101vw;
    min-height: 3.595vw;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.ip-neighborhood__communities-photo {}

.ip-neighborhood__communities-photo:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../images/our-communities/ocomm_play.png) center center no-repeat;
    background-size: 23.708% auto;
    opacity: 0;
}

.ip-neighborhood__communities-photo img {
    aspect-ratio: 329/331;
}

.ip-neighborhood__communities-item a:hover .ip-neighborhood__communities-photo:before {
    opacity: 1;
}

/* Search */
.ip-neighborhood__search {
    position: relative;
    padding: 5.505vw 0 5.872vw;
}

.ip-neighborhood__search-inner {
    width: 100%;
    margin: 0 auto;
    max-width: 71.25vw;
}

.ip-neighborhood__search-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 2.862vw;
}

.ip-neighborhood__search-title .font-site-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.6vw;
    width: 100%;
}

.ip-neighborhood__search-title h2 {
    color: #fff;
    font-size: 2.45vw;
    letter-spacing: 0.02em;
    min-width: 39.21%;
}

.ip-neighborhood__search-title .font-site-title em {
    flex-grow: 1;
}

.ip-neighborhood__search-form {}

.ip-neighborhood__search-form form {
    font-size: 0;
}

.ip-neighborhood__search-form form > div {
    display: inline-block;
}

.ip-neighborhood__search-form form > div.ip-neighborhood__search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.5vw;
}

.ip-neighborhood__search-fields {
    width: 66.5%;
    font-size: 0;
}

.ip-neighborhood__search-field {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.5vw;
    width: 27.25%;
}

.ip-neighborhood__search-field.long-field {
    width: 45.5%;
}

.ip-neighborhood__search-field.select-field {
    position: relative;
}

.ip-neighborhood__search-field.select-field::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5vw;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0.27vw 0.21vw 0 0.21vw;
    border-color: #fff transparent transparent transparent;
}

.ip-neighborhood__search-field:last-child {
    padding-right: 0;
}

.ip-neighborhood__search-field .bs-searchbox input{
    color: #000;
}

.ip-neighborhood__search-field input,
.ip-neighborhood__search-field select {
    padding: 0 0.9vw;
    width: 100%;
    height: 2.35vw;
    outline: none;
    font-size: 0.87vw;
    font-weight: 200;
    letter-spacing: 0.02em;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    appearance: none;
}

.ip-neighborhood__search-field select option {
    color: #000;
}

.ip-neighborhood__search-field .bootstrap-select {}

.ip-neighborhood__search-field .bootstrap-select .dropdown-toggle {
    appearance: none;
    outline: none;
    color: #fff;
    width: 100%;
    height: 2.35vw;
    font-weight: 200;
    font-size: 0.87vw;
    letter-spacing: 0.02em;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 0 0.9vw;
}

.ip-neighborhood__search-field .bootstrap-select .dropdown-toggle:hover,
.ip-neighborhood__search-field .bootstrap-select .dropdown-toggle:focus,
.ip-neighborhood__search-field .bootstrap-select .dropdown-toggle:active {
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border-color: #fff;
    color: #fff;
}

.ip-neighborhood__search-field .bootstrap-select .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    font-size: inherit;
}

.ip-neighborhood__search-field:not(.select-field) .bootstrap-select .dropdown-menu {
    min-width: 0;
}

.ip-neighborhood__search-field .bootstrap-select .dropdown-menu {}

.ip-neighborhood__search-field .bootstrap-select .dropdown-menu.inner {
    max-height: 250px !important;
}

.ip-neighborhood__search-range {
    width: 33.5%;
    vertical-align: middle;
}

.ip-neighborhood__search-range-inner .irs--flat .irs-handle {
    width: 1vw;
    height: 1vw;
    background: rgb(206, 143, 102);
    background: var(--site-gradient-background);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.ip-neighborhood__search-range-inner .irs--flat .irs-handle i {
    display: none;
}

.ip-neighborhood__search-range-inner .irs-grid {
    bottom: unset;
    top: 0;
    height: 100%;
}

.ip-neighborhood__search-range-inner .irs--flat .irs-bar {
    height: 0.15vw;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.ip-neighborhood__search-range-inner .irs--flat .irs-line {
    background: var(--site-accent-color);
    height: 0.15vw;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    left: 0;
}

.ip-neighborhood__search-range-inner .irs > .irs > span:not(.irs-line):not(.irs-from):not(.irs-to) {
    display: none;
}

.ip-neighborhood__search-range-inner .irs--flat .irs-from,
.ip-neighborhood__search-range-inner .irs--flat .irs-to {
    top: 50%;
    transform: translateY(-50%);
    width: 2.6vw;
    background: transparent;
    color: #fff;
    font-size: 0.87vw;
    font-weight: 200;
    letter-spacing: 0.02em;
    visibility: visible !important;
    padding: 0;
}

.ip-neighborhood__search-range-inner .irs--flat .irs-from::before,
.ip-neighborhood__search-range-inner .irs--flat .irs-to::before {
    display: none;
}

.ip-neighborhood__search-range-inner .irs--flat .irs-from {
    left: -3vw !important;
    text-align: right;
}

.ip-neighborhood__search-range-inner .irs--flat .irs-to {
    left: unset !important;
    right: -3vw;
    text-align: left;
}

.ip-neighborhood__search-range-inner .irs--flat {
    height: 2.35vw;
    margin: 0 3vw 0 3.25vw;
}

.ip-neighborhood__search-range-inner {
    position: relative;
}

.ip-neighborhood__search-range-inner .irs > .irs {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.ip-neighborhood__search-range-inner .irs-grid-text {
    padding: 0;
    bottom: unset;
    top: 0;
    letter-spacing: 0.02em;
    font-weight: 200;
    font-size: 0.85vw;
    line-height: 1;
    color: #fff;
    font-family: var(--font-family-default);
}

.ip-neighborhood__search-range-inner .irs-grid-text::before {
    content: '$';
}

.ip-neighborhood__search-range-inner .irs-grid-text::after {
    content: 'K';
}

.ip-neighborhood__search-range-inner .irs--flat .irs-grid-pol {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    height: 0.25vw;
    background: var(--site-accent-color);
    width: 2px;
}

.ip-neighborhood__search-range-inner .irs--flat .irs-grid-pol.small {
    display: none;
}

.ip-neighborhood__search-disclaimer {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 200;
    font-size: 0.8vw;
    letter-spacing: 0.05em;
    margin-top: 1.541vw;
}

.ip-neighborhood__search-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ip-neighborhood__search-background::after {
    position: absolute;
    content: '';
    inset: 0;
    opacity: 78%;
    background: var(--site-primary-color);
}

.ip-neighborhood__search-background canvas {
    background-blend-mode: luminosity;
    background-color: #fff;
}

/*Communities Search*/

/* Rentals */
.ip-neighborhood__rentals {
    padding: 8.44vw 2vw 8.661vw;
    position: relative;
}

.ip-neighborhood__rentals-inner {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 88.3vw;
}

.ip-neighborhood__rentals-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2vw;
}

.ip-neighborhood__rentals-list {
    padding: 0 3vw;
    position: relative;
}

.ip-neighborhood__rentals-slider {
    margin: 0 -1vw;
}

.ip-neighborhood__rentals-slider:not(.slick-initialized) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ip-neighborhood__rentals-slider:not(.slick-initialized) .ip-neighborhood__rentals-item:nth-child(n+4) {
    display: none;
}

.ip-neighborhood__rentals-item {
    padding: 0 1vw;
}

.ip-neighborhood__rentals-item a {
    display: block;
    position: relative;
    outline: none;
}

.ip-neighborhood__rentals-photo {
    overflow: hidden;
}

.ip-neighborhood__rentals-item a:hover .ip-neighborhood__rentals-photo img {
    transform: scale(1.28);
}

.ip-neighborhood__rentals-details {
    position: relative;
    width: 100%;
    max-width: calc(100% - 3vw);
    margin: 0 auto;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.75vw;
    padding: 0 2.5vw;
    margin-top: -3.8vw;
}

.ip-neighborhood__rentals-details::before,
.ip-neighborhood__rentals-details::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ip-neighborhood__rentals-details::before {
    background: var(--site-primary-color);
}

.ip-neighborhood__rentals-details::after {
    background-image: url(../../../../../uploads/2024/01/hp-rentals-item-bg.jpg);
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
    opacity: 0.22;
}

.ip-neighborhood__rentals-details span {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.85vw;
    letter-spacing: 0.1em;
    font-weight: 300;
}

.ip-neighborhood__rentals-details span.price {
    width: 100%;
    text-align: center;
    padding-top: 0.75vw;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 2vw;
}

.ip-neighborhood__rentals-details span.title,
.ip-neighborhood__rentals-details span.price {
    text-transform: none;
    font-size: 1.67vw;
    font-weight: 200;
}

.ip-neighborhood__rentals-details span.title {
    background: rgb(206, 143, 102);
    background: var(--site-gradient-background);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    filter: brightness(0) invert(1);
}

.ip-neighborhood__rentals-item a:hover .ip-neighborhood__rentals-details span.title {
    filter: none;
}

.ip-neighborhood__rentals-details span.subtitle {
    letter-spacing: 0.2em;
    font-size: 1vw;
}

.ip-neighborhood__rentals-details span em {
    font-style: normal;
    color: var(--site-accent-color);
}

.ip-neighborhood__rentals-navigation {}

.ip-neighborhood__rentals-navigation .navigation-wrapper .navigation-arrow {
    position: absolute;
    top: 9vw;
    z-index: 2;
}

.ip-neighborhood__rentals-navigation .navigation-wrapper .navigation-arrow.navigation-arrow-prev {
    left: 0;
}

.ip-neighborhood__rentals-navigation .navigation-wrapper .navigation-arrow.navigation-arrow-next {
    right: 0;
}

.ip-neighborhood__rentals-navigation .navigation-wrapper .navigation-arrow button {
    width: 3vw;
    height: 6vw;
    border: none;
    background: var(--site-primary-color);
    font-size: 2vw;
    color: var(--site-);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    position: relative;
}

.ip-neighborhood__rentals-navigation .navigation-wrapper .navigation-arrow button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(206, 143, 102);
    background: var(--site-gradient-background);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ip-neighborhood__rentals-navigation .navigation-wrapper .navigation-arrow button:hover::before {
    opacity: 1;
}

.ip-neighborhood__rentals-navigation .navigation-wrapper .navigation-arrow button span {
    background: rgb(206, 143, 102);
    background: var(--site-gradient-background);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.ip-neighborhood__rentals-navigation .navigation-wrapper .navigation-arrow button:hover span {
    filter: brightness(0) invert(1);
}

.ip-neighborhood__rentals-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2vw;
}

.ip-neighborhood__rentals-button .site-button {
    max-width: 18.5vw;
}

.ip-neighborhood__rentals-button .site-button a {
    color: var(--site-primary-color);
}

.ip-neighborhood__rentals-button .site-button a:hover {
    color: #fff;
}

.ip-neighborhood__rentals-background {}

.ip-neighborhood__rentals-background canvas {
    z-index: -1;
    height: auto;
    top: auto;
    opacity: 0.17;
    bottom: -17.908vw;
    background-color: #fff;
    background-blend-mode: luminosity;
    -webkit-mask: linear-gradient(0deg, #fff 80%, transparent);
    mask: linear-gradient(0deg, #fff 80%, transparent);
    background-position-y: 65%;
}

/*Rentals*/
.footer.footer {
    position: relative;
    z-index: 1;
}

.footer-wrapper .footer-wrapper-container-bg {
    top: 17.908vw;
}

/* === Max Widths === */
@media only screen and (max-width: 991px) {
    .ip-neighborhood__heading {
        padding: 40px 0 20px;
    }

    .ip-neighborhood__heading-title h1 {
        font-size: 55px;
        gap: 5px;
    }

    .ip-neighborhood__listings {
        padding: 60px 0 40px;
    }

    .ip-neighborhood__listings-slider.slick-initialized .slick-slide > div {
        grid-template-columns: 1fr;
    }

    .ip-neighborhood__listings-details {
        padding: 0 0 45px 40px;
        font-size: clamp(12px, 10.58px + 0.345vw, 14px);
    }

    .ip-neighborhood__listings-details .price {
        font-size: clamp(22px, 14.88px + 1.727vw, 32px);
    }

    .ip-neighborhood__listings-details .residence {
        font-size: clamp(20px, 14.31px + 1.382vw, 28px);
    }

    .ip-neighborhood__listings-details .address {
        font-size: clamp(13px, 10.87px + 0.518vw, 16px);
    }

    .ip-neighborhood__communities {
        padding: 60px 0;
    }

    .ip-neighborhood__communities-inner {
        width: 100%;
        max-width: calc(100% - 60px);
    }

    .ip-neighborhood__search-field input,
    .ip-neighborhood__search-field select {
        height: 38px;
        font-size: 14px;
        padding: 0 13px;
    }

    .ip-neighborhood__search-field .bootstrap-select .dropdown-toggle {
        height: 38px;
        font-size: 14px;
        padding: 0 13px;
    }

    /*Rentals*/
    .ip-neighborhood__rentals {
        padding: 80px 15px;
    }

    .ip-neighborhood__rentals-inner {
        max-width: 100%;
    }

    .ip-neighborhood__rentals-title {
        padding-bottom: 25px;
    }

    .ip-neighborhood__rentals-list {
        padding: 0;
    }

    .ip-neighborhood__rentals-slider {
        margin: 0 auto;
        max-width: 500px;
    }

    .ip-neighborhood__rentals-item {
        padding: 0;
    }

    .ip-neighborhood__rentals-details {
        max-width: calc(100% - 90px);
        height: 250px;
        margin-top: -74px;
        gap: 7px;
        padding: 0 15px;
    }

    .ip-neighborhood__rentals-details span.subtitle {
        font-size: 14px;
    }

    .ip-neighborhood__rentals-details span.title,
    .ip-neighborhood__rentals-details span.price {
        font-size: 25px;
    }

    .ip-neighborhood__rentals-details span {
        font-size: 11px;
    }

    .ip-neighborhood__rentals-details span.price {
        margin-top: 10px;
        padding-top: 15px;
    }

    .ip-neighborhood__listings-navigation .navigation-wrapper .navigation-arrow button,
    .ip-neighborhood__rentals-navigation .navigation-wrapper .navigation-arrow button {
        width: 40px;
        height: 40px;
        border: none;
        background: var(--site-accent-color);
        color: #fff;
        font-size: 15px;
    }

    .ip-neighborhood__listings-navigation .navigation-wrapper .navigation-arrow button span,
    .ip-neighborhood__rentals-navigation .navigation-wrapper .navigation-arrow button span {
        filter: brightness(0) invert(1);
    }

    .ip-neighborhood__listings-navigation .navigation-wrapper .navigation-arrow,
    .ip-neighborhood__rentals-navigation .navigation-wrapper .navigation-arrow {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
    }

    .ip-neighborhood__listings-navigation .navigation-wrapper,
    .ip-neighborhood__rentals-navigation .navigation-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding-top: 15px;
    }

    .ip-neighborhood__rentals-button {
        padding-top: 15px;
    }

    .ip-neighborhood__rentals-button .site-button {
        max-width: 300px;
    }

    /*Rentals*/

    /*Search*/
    .ip-neighborhood__search {
        padding: 60px 0;
    }

    .ip-neighborhood__search-inner {
        width: 100%;
        max-width: 600px;
    }

    .ip-neighborhood__search-title {
        padding-bottom: 15px;
    }

    .ip-neighborhood__search-title .font-site-title {
        gap: 25px;
        flex-wrap: nowrap;
    }

    .ip-neighborhood__search-title h2 {
        font-size: 29px;
    }

    .ip-neighborhood__search-fields {
        width: 100%;
    }

    .ip-neighborhood__search-field {
        width: 50%;
        padding: 5px !important;
    }

    .ip-neighborhood__search-field.long-field {
        width: 100%;
    }

    .ip-neighborhood__search-field input,
    .ip-neighborhood__search-field select {
        padding: 0 10px;
        height: 40px;
        font-size: 15px;
    }

    .ip-neighborhood__search-field.select-field::after {
        border-width: 4px 3px 0 3px;
        right: 15px;
    }

    .ip-neighborhood__search-range {
        width: 100%;
    }

    .ip-neighborhood__search-range-inner .irs--flat {
        height: 40px;
        margin: 0 50px;
    }

    .ip-neighborhood__search-range-inner .irs--flat .irs-line {
        height: 5px;
    }

    .ip-neighborhood__search-range-inner .irs--flat .irs-bar {
        height: 5px;
    }

    .ip-neighborhood__search-range-inner .irs--flat .irs-handle {
        width: 15px;
        height: 15px;
    }

    .ip-neighborhood__search-range-inner .irs--flat .irs-from,
    .ip-neighborhood__search-range-inner .irs--flat .irs-to {
        font-size: 15px;
        width: 45px;
    }

    .ip-neighborhood__search-range-inner .irs--flat .irs-to {
        right: -50px;
    }

    .ip-neighborhood__search-range-inner .irs--flat .irs-from {
        left: -50px !important;
    }

    .ip-neighborhood__search-range-inner {
        width: 100%;
        max-width: 400px;
        margin: 10px auto 0;
    }

    .ip-neighborhood__search-wrapper form > div.ip-neighborhood__search-submit {
        padding-top: 15px;
    }

    .ip-neighborhood__search-disclaimer {
        font-size: 13px;
        padding-top: 15px;
    }

    /*Search*/
}

@media only screen and (max-width: 767px) {
    .ip-neighborhood__heading-title h1 {
        font-size: 40px;
    }

    .ip-neighborhood__communities-inner {
        max-width: calc(100% - 30px);
    }

    .ip-neighborhood__communities-list {
        display: block;
    }

    .ip-neighborhood__communities-item {
        width: auto;
        max-width: 329px;
        margin: 20px auto 0;
    }

    .ip-neighborhood__communities-item:nth-child(4n+1) {
        margin-left: auto;
    }

    .ip-neighborhood__communities-item:nth-child(n+5) {
        margin-top: 20px;
    }

    .ip-neighborhood__communities-item:first-child {
        margin-top: 0;
    }

    .ip-neighborhood__communities-name {
        padding: 8px;
        font-size: 20px;
        min-height: 40px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 567px) {
    .ip-neighborhood__heading-title h1 {
        font-size: 35px;
    }

    .ip-neighborhood__listings-details {
        padding: 0 25px 25px;
    }

    .ip-neighborhood__listings-photo {
        min-height: 250px;
    }

    .ip-neighborhood__listings-photo::before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), transparent 70%);
    }
}

@media only screen and (max-width: 480px) {
    .ip-neighborhood__rentals-details {
        max-width: calc(100% - 20px);
    }

    .ip-neighborhood__search-field {
        width: 100%;
    }

    .ip-neighborhood__search-field input,
    .ip-neighborhood__search-field select {
        font-size: 13px;
    }
}

@media only screen and (max-width: 400px) {
    .ip-neighborhood__heading-title h1 {
        font-size: 30px;
    }
}