p.news-links {
    display: none;
}
.news-list {
    margin-top: 2em;
}
.news-item {
    padding-bottom: 1em;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 2em;
    clear: both;
}

.news-item .news-content {
    margin-left: 22%;
    margin-right: 4px;
}
.news-item.no-thumbnail .news-content {
    margin-left: 0;
}
.news-item h2 {
    font-size: 1.25em;
}
.news-content a {
    font-weight: 600;
    color: #23408f;
    text-decoration: none;
}
.news-content a:hover {
    text-decoration: underline;
}
.news-date {
    font-size: 0.8125em;
    color: #666;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.news-thumbnail {
    float: left;
    width: 20%;
    margin-top: 0.25em;
}
.news-thumbnail img {
    max-width: 100%;
}
.news-item .more {
    padding-top: 0.5em;
    text-align: right;
}
.news-item .more a {
    text-decoration: underline;
}

select.listings-region {
    height: 2.5em;
    font-size: 1em;
    padding: 0 0 0 5px;
}

p.search-instructions {
    margin: 1em 0;
    line-height: 2em;
}

#content_location_map {
    float: right;
    width: 40%;
    height: 280px;
    box-shadow: 1px 1px 3px rgba(127,127,127,0.6);
    margin-left: 1em;
    margin-bottom: 1em;
}

#content_location_map.mobile {
    float: none;
    width: 100%;
    margin-left: 0;
}

.left.listing h2 {
    margin-top: -1em;
    margin-bottom: 0.75em;
    color: #999;
}
.left.listing a {
    color: #4e558b;
    font-weight: bold;
}

@media only screen and (max-width: 660px) {
    select.listings-region {
        width: 100%;
    }
    #search-bar-form {
        display: none;
    }
    .news-thumbnail {
        width: 36%;
    }
    .news-item .news-content {
        margin-left: 40%;
    }
    .news-date, .news-item .more, .news-item .news-content > p.event-data {
    }
    .search-instructions, .tag-cloud {
        display: none;
    }
}
