.italic {
    font-style: italic;
}

.small {
    font-size: 0.875em;
    color: #8e8e8e
}

h2, h3 {
    font-size: 21px;
    margin-bottom: 0 !important;
    font-weight: 500
}

.news-item {
    margin-bottom: 35px
}

.news-item.last {
    margin-bottom: 35px !important;
}

h2 + p, .news-item p {
    line-height: 1.4;
    margin-top: 3px;
    marign-bottom: 0;
    color: #4e4e4e !important;
}

.news-item p + a {
    display: inline-block;
    margin-top: 7px;
}

.news-item p {
    margin-bottom: 0 !important;
}

.news-item a.article-link {
    font-size: 15px !important;
    color: #4a90ad;
    font-weight: 600 !important;
}

.pagination {
    width: 100%;
    border-top: 1px solid #eaeaea;
    text-align: right;
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 30px 0;
}

.pagination a {
    text-decoration: none;
    font-weight: 600;
    margin: 0 2px 0 2px;
    display: inline-block;
    text-align: center;
    color: #4a90ad;
}

.pagination a:hover {
    text-decoration: underline !important;
}

.pagination a.active {
    text-decoration: underline !important;
    cursor: default;
}

.content {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 35px;
    margin-top: 10px;

    padding-bottom: 40px;
    margin-bottom: 40px;
}

.row.last {
    margin-bottom: 100px;
}

#types {
    margin-bottom: 25px !important;
    overflow: hidden;
    width: 100%;
}

#types, #years {
    padding: 0 20px;
    margin: 0 auto;
}

#types p, #years p {
    margin-bottom: 5px;
    font-size: 0.875em;
    font-weight: 500;
}

#years a {
    display: inline-block;
    width: auto;
    text-align: left;
    color: #4a90ad;
    margin: 0 5px;
}

#years a, #types a {
    padding: 2px 6px;
    margin-left: -6px;
    font-size: 0.875rem !important;
}

#types a.active, #years a.active {
    color: white;
    background-color: #4a90ad;
    text-decoration: none;
    cursor: default;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 1024px) {
    .pagination {
        margin-bottom: 100px;
    }

    #years a {
        width: 1000%;
    }

    #about-wrapper h1 + p {
        margin-bottom: 60px;
    }

}

@media only screen and (max-width: 50em) {
    #about-wrapper h1 {
        margin-top: 1.25em !important;
    }

    h3 {
        font-size: 18px;
    }
}

@media only print {
    header, .inner-nav-wrapper, h1, .row.last, #footer {
        display: none
    }

    .content {
        margin-bottom: 0;
    }

}
