/* 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-alt-hover: rgba(255, 255, 255, 0.7);
}

.icons a svg {
    fill: var(--background-3-base-alt);
}

.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;
}