.page-heading > h2:first-of-type {
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #015488;
}

h3 > a {
    color: #0E3147;
}

h4 {
    color: #015488;
}

.rss-feed::before {
    display: inline-block;
    content: " ";
    width: 16px;
    height: 16px;
    margin-left: -32px;
    margin-right: 4px;
    background-image: url("../img/feed-icon.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
}

.rss-feed {
    margin-top: -32px;
    font-size: 14px;
    text-align: right;
}

.rss-feed-footer {
    margin-top: -36px;
}

.post-date {
    margin-bottom: -32px;
    padding-left: 0 !important;
    font-weight: 300;
    color: #5b5b66;
}

.news-nav-links {
    padding-left: 0 !important;
    font-size: 0.9rem;
}
