/* Community Level Styles */
:root {
    --menu-logo-max-width: 210px;
}

/* logo interior */
@media only screen and (min-width: 450px) {
    [data-trim=pacific] body:not(#body_home) header .navbar .navbar-logo.landscape {
        max-width: 210px;
        min-width: 0;
    }
}

/* neighborhood highlights reorder */
#neighborhood_featured_section .featured-pois .featured-pois-list-container .featured-pois-list {
    display: flex;
    flex-direction: column;
}

#neighborhood_featured_section .featured-pois .featured-pois-list-container .featured-pois-list li:nth-of-type(1) {
    order: 3;
}

#neighborhood_featured_section .featured-pois .featured-pois-list-container .featured-pois-list li:nth-of-type(2) {
    order: 2;
}

#neighborhood_featured_section .featured-pois .featured-pois-list-container .featured-pois-list li:nth-of-type(3) {
    order: 1;
}

#neighborhood_featured_section .featured-pois .featured-pois-list-container .featured-pois-list li:nth-of-type(4) {
    order: 4;
}