/* Community Level Styles */
:root {
    --neighborhood-top-upto-767: -33px;
    --neighborhood-top-768-1179: -51px;
    --neighborhood-top-1180-1399: -59px;
    --neighborhood-top-from-1400: -73px;
    
    --footer-alt-hover: rgba(41, 41, 41, 0.7);
    
    --corp-logo-desktop-max-width: 200px;
    --corp-logo-tablet-max-width: 200px;
    --corp-logo-mobile-max-width: 200px;
}