/* Community Level Styles */

:root {
    --neighborhood-header-font-size-from-1400: calc(var(--header-base-font-size) * 4.4);
    --neighborhood-top-from-1400: -96px;
    --neighborhood-header-font-size-1180-1399: calc(var(--header-base-font-size) * 3.6);
    --neighborhood-top-1180-1399: -78px;
    --neighborhood-top-768-1179: -75px;
    --neighborhood-top-upto-767: -50px;
    --footer-alt-hover: rgba(74, 84, 95, 0.7);
}

/* footer */
.footer .social-links {
    margin-top: 0;
}

/* floor plans */
#fp_apartment_details_component .fp-apartment-details-content.floor-plans-one-fees-parent .fp-apartment-gallery-section {
    display: none;
}