/* Community Level Styles */
:root {
    --contact-info-bg-color: var(--background-2-base);
}

body {
    --promotion-popup-headline-text-color: var(--primary-base-alt);
}

/* hp */
@media only screen and (min-width: 1025px) {
    #homepage_featured_floorplans_section .fp-swiper-nav-btns {
        display: none;
    }
}

#footer .hp-button-underline {
    display: block;
    width: fit-content;
    margin: 25px auto;
}

#homepage_featured_floorplans_section {
    background-repeat: repeat;
    background-size: 530px;
}

#residents_app_container .card-style-1 {
    color: var(--background-1-base);
}