/*
HD Rg Green: #8DA03A
HD Dk Green: #545C23
*/

/* News Main Page
-----------------------------------------------------------------------------*/
#newsTiles {
    background: #EFEFEF;
    padding: 48px 0 60px 0;
}
.newsBox {
    width: 30%;
    margin: 0 3% 36px 0;
    text-align: left;
    display: inline-block;
    background: #FFF;
    border-radius: 8px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #FFF;
    overflow: hidden;
    position: relative;
}
.newsImg {
    background-color: #555;
    background-size: cover;
    background-position: center center;
    padding-bottom: 50%;
    border-radius: 8px 8px 0 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #CCC;
    border-left: 1px solid #FFF;
}
.newsBox h3 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    min-height: 50px;
    font-weight: normal;
}
.newsBox p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    min-height: 80px;
}
.trending {
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 30%;
    background: #8DA03A;
    color: #FFF;
    padding: 6px;
    font-size: .9rem;
    line-height: .9rem;
    position: absolute;
}
a.trending:hover,
a.trending:focus {
    text-decoration: none;
}
.newsFilter {
    text-align: center;
    background: #EFEFEF;
    padding: 24px 0 0 0;
}
.newsFilter a {
    display: inline-block;
    padding: 6px 12px 6px 12px;
    border: 1px solid #DDD;
    border-radius: 6px;
    color: #111;
    margin: 0 6px 0 6px;
}
.newsFilter a:hover,
.newsFilter a:focus {
    background: #CCC;
    text-decoration: none;
}
a.newsFilterActive {
    background: #666;
    color: #FFF;
}

/* News Story
-----------------------------------------------------------------------------*/
#pageMain h2 {
    color: #545C23 !important;
}
blockquote {
    margin: 6px 0 18px 0;
    padding: 0 0 0 24px;
    border-left: 1px solid #CCC;
}

/* News Anchors
-----------------------------------------------------------------------------*/
.onThisPage {
    border: 1px solid #CCC;
    background: #EFEFEF;
    border-radius: 8px;
    padding: 24px;
    margin: 0 0 24px 0;
}
.onThisPage ol {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.onThisPage p {
    font-size: 1.2rem;
    margin: 0 0 12px 0;
}
.onThisPage ol {
    margin-bottom: 0;
}
.onThisPage a {
    padding: 3px 0 3px 0;
    display: block;
}
.onThisPage a:hover,
.onThisPage a:focus {
    background: #EFEFEF;
    text-decoration: none;
}
.onThisPage audio {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/* News Sidebar
-----------------------------------------------------------------------------*/
.newsSidebar {
    margin: 12px 0 36px 60px;
}

/* News Ratings
-----------------------------------------------------------------------------*/
#rating {
    overflow: hidden;
    padding: 24px 0 0px 0;
    margin: 18px 0 24px 0;
    border-top: 2px dotted #CCC;
}
#rating p {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 1rem;
    line-height: 1rem;
    white-space: nowrap;
}
#rating img {
    width: 18px;
}
#rating .span4y {
    width: 20%;
    float: left;
}
:target::before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}

/* News FAQs
-----------------------------------------------------------------------------*/
#CommonQuestions {
    margin-bottom: 48px;
}
#CommonQuestions h2 {
    margin: 36px 0 12px 0;
}

@media only screen and (max-width: 749px) {
    .newsBox {
        width: 100%;
        margin: 0 0 36px 0;
    }
}