#content-wrapper #cover-image {
    height: 385px;
}

/*#content-wrapper #cover-image .logo-wrapper {*/
    /*width: 350px;*/
    /*left: 99px;*/
    /*margin: 0;*/
/*}*/

#content-wrapper #cover-image #map-wrapper {
    float: right;
}

#communities-wrapper .category-wrapper {
    width: 100%;
    padding-top: 35px;
    border-top: 1px solid #D8D1C9;
}

#communities-wrapper .category-wrapper.last {
    border-bottom: 1px solid #D8D1C9;
}

#communities-wrapper .category-wrapper h3 {
    font-family: 'geometriaregular', sans-serif;
    font-size: 24px;
    color: #585B3A;
    margin-bottom: 5px;
}

#communities-wrapper .community-wrapper {
    margin-bottom: 35px;
}

#communities-wrapper .category-wrapper h3.category-header,
#communities-wrapper .community-wrapper .community-image {
    margin-bottom: 20px;
}

#communities-wrapper .community-wrapper .community-image img {
    width: 100%;
}

#communities-wrapper .community-wrapper .community-item-info p,
#communities-wrapper .community-wrapper .community-item-info ul {
    font-family: 'geometriaregular', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

#communities-wrapper .community-wrapper .community-item-info ul {
    margin-left: 15px;
}

#communities-wrapper .community-wrapper .community-item-info ul li {
    line-height: 1.4em;
}

#communities-wrapper .community-wrapper .community-item-info a {
    font-family: 'geometriaregular', sans-serif;
    font-size: 14px;
}


@media (max-width: 1024px) {
    #content-wrapper #map-wrapper {
        display: none;
    }
}


@media (max-width: 675px) {
    #content-wrapper #cover-image {
        height: 290px !important;
    }
}