/* News Listing */
.news-list {
}

    .news-list .news-article {
        margin-bottom: 1.2em;
    }

        .news-list .news-article > a {
            display: block;
            color: #333;
            text-decoration: none;
        }

            .news-list .news-article > a:hover .article-title {
                text-decoration: underline;
            }

        .news-list .article-title {
            margin: 0;
        }

        .news-list .article-date {
            display: block;
            margin-top: -0.2em;
            color: #666;
        }

        .news-list .article-summary {
        }

            .news-list .news-article > a .article-summary:after {
                content: ' Read More';
                color: #157ad8;
                text-align: right;
            }


/* News Article */
.page-news-article h1 {
    margin: 0;
}

.page-news-article .article-date {
    display: block;
    margin-top: -0.2em;
    color: #666;
}

