.article {
    padding: 10px 10px;
    margin: -10px -10px 0 -10px;
}

h3.article-title {
    font-size: 1.2em;
    line-height: 1.18;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 9px;
}

h3.article-title a {
    color: #666;
    letter-spacing: 0;
}

.article .location-date {
    font-size: 0.875em;
    margin-bottom: 10px;
    position: relative;
    top: -6px;
    margin-bottom: 2px;
}

.article-header-container {
    margin-bottom: 14px;
}

.location-color {
    color: #6ba7ce;
}

a.learn-more {
    font-size: .8125em;
    color: #c7c9cc;
    font-weight: normal;
}

main div:nth-last-of-type(2) {
    border-bottom: 3px solid transparent;
}

main {
    margin-bottom: 60px;
}

.paginate {
    text-align: center;
    margin-bottom: 1em;
}
.paginate a,
.paginate span {
    font-weight: bold;
    font-family: "Century Gothic", Arial, Verdana;
    padding: 0 0.1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) and (max-width: 991px) {
    #content_container .left-sidebar-listing .small-left-img {
        max-width: 150px;
        margin: 0 auto 10px auto;
        float: none;
        display: block;
    }
}
