/* Community Level Styles */
:root {
    --neighborhood-top-upto-767: -49px;
    --neighborhood-top-768-1179: -75px;
    --neighborhood-top-1180-1399: -86px;
    --neighborhood-top-from-1400: -108px;
    --footer-desktop-comm-logo-width: 170px;
    --footer-alt-hover: rgba(255, 255, 255, 0.7);
}

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

footer .icons a:hover svg {
    fill: rgba(255, 255, 255, 0.7);
}

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