/* Community Level Styles */
:root {
    --neighborhood-top-upto-767: -32px;
    --neighborhood-top-768-1179: -50px;
    --neighborhood-top-1180-1399: -57px;
    --neighborhood-header-font-size-from-1400: calc(var(--header-base-font-size) * 4.7);
    --neighborhood-top-from-1400: -67px;
    --footer-alt-hover: rgba(255, 255, 255, 0.7);
    --footer-desktop-comm-logo-width: 170px;
}

/* 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;
}