/* CSS Override for <b> and <strong> tags which weren't working properly in News */
strong, b {
    font-weight: bold;
}
/* End CSS override */

/* News Overview (mostly) */

.newsYearRowContainer {
    width: 94%;
    height: 46px;
    margin: 0px;
    margin-bottom: 19px;
    text-align: left;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.newsYearDropdownContainer { 
    /* width: 110px; */
    width: 235px; 
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    background: transparent;
    position: relative;
    top: -7px;
    left: -1px;
    border-right: 1px solid #696969;
    border-bottom: 1px solid #696969;
    border-left: 1px solid #696969;
}

.ddYear, .ddYearSelected { 
    /* width: 110px; */
    width: 235px; 
    height: 28px; 
    line-height: 28px; 
    text-align: left; 
    text-indent: 24px;
    background-color: #0099ff;
    text-decoration: none;
    z-index: 99;
}

.ddYearSelected { 
    /* color: #ffde00; */
    color: #fff;
    font-weight: 500;
    border: 1px solid #696969;
}

.ddYear {
    color: #fff;
    font-weight: 400;
    border-top: 1px solid #fff;
}

.ddYear:hover {
    background-color: #0077ff;
    color: #ffde00;
    text-decoration: underline;
}

.ddSmallArrowDown {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0px 5px;
    border-color: #fff transparent transparent transparent;
    position: relative;
    top: -18px;
    left: 200px;
}


.newsRssContainer {
    font-size: 14px;
    color: #456c8f;
    position: relative; 
    right: 22px;
}

.summaryContainer { 
    width: 100%; 
    padding: 14px 0px;
    text-align: left; 
    position: relative;
    z-index: 90;
}

.summaryContainer:hover {
    background-color: #f5f5f5;
}

.storyTitle {
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.storyTitle a { 
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.storyTitle a:hover { 
    color: #666; 
    text-decoration: underline;
}

.storyTitleDate {
    font-size: 12px;
    font-weight: 100;
    color: #333;
    text_decoration: none;
    position: relative; 
    top: -1px;
}

.storyDescription { 
    text-align: left;
    font-size: 14px;
    font-weight: 100;
    color: #121212;
}

/* News Detail */

.newsContentContainer {
    width: 98%;
    height: auto;
    margin: 42px auto 18px auto;
    text-align: left;
}

.moreNewsLink {
    font-size: 12px;
    font-weight: 600;
    position: relative;
}

.moreNewsLink a {
    color: #000;
}

.moreNewsLink a:hover {
    color: #999;
}

/* End News Detail */

.event_container {
    width: 98%;
    margin: 12px 0px;
    text-align: left;
}