﻿/***************************************
 * Triwest.com NEWS Styles
 ***************************************/
/******************************************
 *   NEWS LIST ARTICLE
 ******************************************/
.article-link:focus {
    text-decoration: underline;
}

/***************************************************
 * News Pages Styles
 ***************************************************/
#NewsArticle .Next, #NewsArticle .Pager a, #SearchResults .Next, #SearchResults .Pager a {
    padding: 5px;
}

#NewsArticle .selected {
    background-color: #00205C;
    border: 1px solid #00205C;
    color: #ffffff;
    font-weight: bold;
}

#NewsArticle a {
    color: #004990;
    text-decoration: none;
}

#NewsArticle .Pager {
    margin-top: 5px;
}

#NewsArticle .Pager, #SearchResults .Pager {
    margin: 0;
    padding: 0 0 15px 15px;
}

.Pager > div {
    float: left;
}

.Previous {
    float: left;
}

#NewsArticle {
    max-width: 960px;
    margin: 0 auto;
}

.newsWhite, .newsWhite li, .newsWhite p, .newsWhite a, .newsWhite a:hover, .newsWhite a:visited {
    font-size: 15px;
    line-height: 1.2em;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
}

    .newsWhite h2 {
        margin-bottom: .25em;
        font-size: 24px;
        font-weight: 500;
        color: #ffffff;
    }

.article-date {
    /*    font-weight: bold;
*/
}

.article-list > li {
    margin-bottom: 0.5em;
}