/* News Styles */

.news-list-display {display: grid;grid-template-columns: 1fr 1fr;grid-gap: 15px;}
.news-list-display .news-article {border-bottom: 1px solid #FF7F29;padding-bottom: 10px;overflow-wrap: break-word;}
.news-list-display .news-title {color: #47CEC1;height: 85px;}
.news-pagination { margin: 2em 0;}
.news-pagination ul {display: flex; justify-content: center;}
.news-pagination ul li{margin: 0 5px;}
.news-pagination ul li.active{font-weight: 700;}
.pagination-disable {display: none;}

.news-sidebar > ul {margin-bottom: 30px}
.news-sidebar li {padding-left: 10px; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.news-sidebar li a {font-size: 14px; line-height: 23px; font-weight: 500; color: #033f85;}
.news-sidebar > ul > li > ul {display: block; width: 100%; display: none;}
.news-sidebar .sidenav-arrow {width: 10px; height: 10px;}
.sidebar-year.active svg {transform: rotate(180deg);}


.full-news-article h1 {font-size: 2em;margin: 20px 0;}
.full-news-article .article-content {margin: 1.4em 0 3em;}
.full-news-article .article-content p { margin: 0.8em 0;}
.full-news-article .article-date {}
.full-news-article .article-content ul li::before {content: ""; margin-left: -5px;}
.full-news-article .article-content ul { font-size: 15px; line-height: 19px; margin-bottom: 15px; list-style-type: disc;}
.full-news-article .article-content ul li {margin-bottom: 15px;margin-left: 20px; text-indent: 5px;}

.news-article a {font-size: 0.9rem;margin-top: 5px;display: block;color: #FF7F29;}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .news-list-display {display: flex; flex-wrap: wrap;}
    .news-list-display .news-article {width: 30%; height: auto; margin-bottom: 20px; padding-bottom: 20px; margin-right: 15px;}
    .news-list-display .news-article:nth-child(n*3) {margin-right: 0px;}

}

@media screen and (max-width: 39.9375em) {
    .news-list-display {display: grid;grid-template-columns: 1fr;grid-gap: 15px;}
    .news-sidebar ul {margin-bottom: 10px; display: none;}
    .news-list-display .news-title {height: auto;}
}