/* Community Level Styles */
:root {
    --neighborhood-top-upto-767: -50px;
    --neighborhood-top-768-1179: -77px;
    --neighborhood-top-1180-1399: -88px;
    --neighborhood-top-from-1400: -111px;
    --footer-mobile-comm-logo-width: 150px;
    --footer-tablet-comm-logo-width: 165px;
    --footer-desktop-comm-logo-width: 170px;
    --footer-alt-hover: rgba(255, 255, 255, 0.7);
}

/* footer */
.footer-column-2.footer-group a .footer-community-logo > img {
    filter: brightness(0) invert(1);
}

footer .icons a svg .cls-1 {
    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;
}