/* Community Level Styles */

/* home page */
#hp_section .hpt-img-container .hpt-img {
    background-size: 100%;
}

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

/* neighborhood */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .content-container .neighborhood-text-section {
        padding-top: 60px;
    }
}

/* contact us */
.contact-us #contact_container .page-header {
    color: var(--primary-base-alt);
}

/* residents */
#residents_app_container .card-style-1 .header-text-style-5 {
    color: var(--resident-icon-stroke);
}

/* service requests */
.body-service-request .form-control {
    border: 1px solid var(--primary-base-alt);
}

/* footer */
.corporation-logo {
    display: block;
}

#hero_slide_hp .side-bar div {
    width: auto;
}
