/* Custom CSS */

/* Base */
    /* Header */
    /* Container */
    /* Footer */
/* Home page */
/* Gallery page */
/* Floorplans page */
/* Amenities page */
/* Neighborhood page */
/* Contact page */
/* Residents page */
/* Anything else */

/* Site Map */

.sitemap {
    margin: auto auto;
    max-width: 1200px;
    width: 100%;
}
.sitemappdf {
    fill:#626c75;
}
.sitemap.insidepage a:hover {
    color: #626c75;
}
.sitemap.insidepage a:focus {
    color: #626c75;
}
#sitemappdf {
    max-width: 22px;
}
#body_sitemap .sitemap_ni a {
    background: #009fe0;
}

/* footer */
#footer .wng-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    text-align: center;
    margin-top: 30px;
}

#footer .wng-footer .corporation-logo {
    margin: 0 30px;
}

#footer .wng-footer .corporation-logo img {
    max-width: 370px;
}

#footer .wng-footer ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    padding-left: 40px;
}

#footer .wng-footer ul li {
    width: auto;
    margin: 7px;
}

#footer .wng-footer ul li a {
    width: 190px;
}

@media only screen and (min-width: 768px) {
    #footer .wng-footer ul li:nth-child(3) a {
        border: 1px solid #71AFAD;
    }
}

#footer .wng-footer ul li:nth-child(3) a:hover {
    border: 1px solid #338082;
}

@media only screen and (max-width: 700px) {
    #footer .wng-footer {
        flex-direction: column;   
    }
    
    #footer .wng-footer ul {
        margin: 30px 0;
        padding-left: 0;
    }
}

/* Media Queries */
@media only screen and (min-width: 1680px) and (max-width: 1900px){
}
@media only screen and (min-width: 1440px) and (max-width: 1679px){
}
@media only screen and (min-width: 1280px) and (max-width: 1439px){
}
@media only screen and (min-width: 1044px) and (max-width: 1279px){
}
@media only screen and (min-width: 768px) and (max-width: 1043px){
}
@media only screen and (min-width: 480px) and (max-width: 767px){
}
@media only screen and (max-width: 479px){
    #body_neighborhood #map_categories h4 {
        font-size: 25px;
    }
}

/* adjustment for retina displays */
@media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
}
@media only screen and (max-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
}
