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

/* News Main Page
-----------------------------------------------------------------------------*/
.newsHero {
    background-color:#444;background-size:cover;background-position:center center;padding-bottom:40%;margin:0 0 24px 0;
    border-radius:6px;
    border:1px solid #CCC;
}
#newsTiles {
    background: #EFEFEF;
    padding: 12px 0 60px 0;
}

a.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;
    transform: scale(0.97);
    box-shadow: 4px 4px 8px #CCC;
    color: #000;
}

a.newsBox:hover,
a.newsBox:focus {
    transform: scale(1);
    text-decoration: none;
    box-shadow: 1px 1px 4px #CCC;
}

.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;
}

a.newsBox h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    min-height: 55px;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.6rem;
    text-wrap: balance;
}

a.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: #333;
    border: 1px solid #FFF;
    color: #FFF;
    padding: 6px;
    font-size: .9rem;
    line-height: .9rem;
    position: absolute;
    text-align: center;
}

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: #222 !important;
    text-wrap: balance;
    margin: 24px 0 24px 0;
}

#pageMain h3 {
    margin: 4px 0 6px 0;
}

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;
}

.newsSidebar p {
    font-size: 1.2rem;
    margin: 36px 0 18px 0;
    font-weight: 700;
}

.newsSidebarNav {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #CCC;
}

/* 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;
}

.tag {
    vertical-align: baseline;
    font-size: .8rem;
    line-height: .8rem;
}

.tag a {
    display: inline-block;
    padding: 6px 12px 6px 12px;
    border: 1px solid #DDD;
    border-radius: 6px;
    color: #111;
    margin: 0 0 0 8px;
}

.tag a:hover,
.tag a:focus {
    background: #DDD;
    text-decoration: none;
}

/* News FAQs
-----------------------------------------------------------------------------*/
#CommonQuestions {
    margin-bottom: 48px;
}

#CommonQuestions h2 {
    margin: 36px 0 12px 0;
}
figure {
    width: 100%;
    padding: 0;
    margin: 0 0 24px 0;
}
figure .table {
    border: 1px solid #CCC;
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
}
th {
    text-align: left;
    font-weight: 700;
    background: #EFEFEF;
    border-top: none;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: none;
    padding: 6px;
    margin: 0;
    white-space: nowrap;
}
td {
    border-top: none;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: none;
    padding: 6px;
}
@media only screen and (max-width: 749px) {
    a.newsBox {
        width: 100%;
        margin: 0 0 36px 0;
    }
    .newsSidebar {
        margin: 12px 0 36px 0;
    }
}