/* Community Level Styles */

:root {
    --page-header-1-text-transform: capitalize;
    --fp-details-cta-btn-hover-color: var(--background-3-hover-alt);
    --page-header-color: var(--primary-base);
    --ebrochure-sidebar-bg: var(--background-3-base);
}

/* hp */
#homepage_featured_floorplans_section .fp-swiper-nav-btns {
    display: none;
}

/* fp */
#body_floorplans .button-style-1:before {
    display: none;
}

#body_floorplans .button-style-1:hover {
    border-radius: 6px;
    background: var(--secondary-hover);
    transition: 0.3s ease all;
}

#body_floorplans #fp_app {
    margin-top: 50px;
    transition: 0.3s ease all;
}

#fp_app .fees-root.floor-plans-one {
    display: none;
}

.fp-button-container {
    margin: 50px 0;
}

@media only screen and (max-width: 420px) {
    .fp-button-container .button-style-1:nth-of-type(2) {
        position: relative;
        top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #body_floorplans .seo-text {
        margin-top: 50px;
    }
}

/* neighborhood */
#apply_section .button-style-1:hover {
    color: var(--apply-bg-color-alt);
}

/* contact us */
.contact-us #main_content #contact_container .contact_page_wrapper .contact-info-wrapper {
    background: var(--background-3-base);
}

@media only screen and (max-width: 1199px) {
    .contact-us #contact_container .page-header {
        color: #fff;
    }
}

/* footer */
.corp-logo.footer-group a {
    color: var(--footer-bg-alt);
    transition: 0.4s opacity ease-in-out;
}

.corp-logo.footer-group a:hover {
    opacity: 0.7;
}

@media only screen and (min-width: 1500px) {
    #hp_section .hpt-img-container .hpt-img {
        background-position-y: calc(100% - -250px);
    }
}

@media only screen and (min-width: 1600px) {
    #gallery_section .amenities-gallery .amen-img-1 img {
        object-position: right;
    }
}

/* amenities */
.amenity-link {
    text-decoration: underline;
    text-underline-offset: 2px;
}