/* Community Level Styles */
:root {
    --neighborhood-top-upto-767: -49px;
    --neighborhood-top-768-1179: -75px;
    --neighborhood-header-font-size-1180-1399: calc(var(--header-base-font-size) * 3.7);
    --neighborhood-top-1180-1399: -80px;
    --neighborhood-header-font-size-from-1400: calc(var(--header-base-font-size) * 4.4);
    --neighborhood-top-from-1400: -95px;
    --footer-desktop-comm-logo-width: 200px;
    --footer-alt-hover: var(--secondary-base);
}

/* footer */
footer .icons a svg {
    fill: var(--footer-alt);
}

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