.NewsCategoryPage { /*News listing page*/ /* News page */ }
.NewsCategoryPage div.main .layout .content-container { max-width: unset; }
.NewsCategoryPage div.main .layout .content-container article { clear: both; max-width: unset; padding: 0; float: none; margin: unset; margin-bottom: unset; }
@media (max-width: 1200px) { .NewsCategoryPage div.main .layout .content-container article { width: 100%; max-width: unset; } }
.NewsCategoryPage div.main .layout .content-container article .News-Listing-Title { color: white; text-align: center; font-weight: 300; font-size: 36px; padding: 70px 0 50px; width: -webkit-calc(100% + 20px); width: -moz-calc(100% + 20px); width: -o-calc(100% + 20px); width: calc(100% + 20px); margin: 0 0 0 -10px; background: #323453; }
.NewsCategoryPage .NewsListingWrapper { width: -webkit-calc(100% + 20px); width: -moz-calc(100% + 20px); width: -o-calc(100% + 20px); width: calc(100% + 20px); background: #323453; margin-left: -10px; }
.NewsCategoryPage .NewsListingWrapper .NewsListing { display: flex; flex-direction: row; flex-wrap: wrap; max-width: 1612px; justify-content: space-around; margin: auto; }
.NewsCategoryPage .NewsListingWrapper .NewsListing .news-item { width: -webkit-calc(33.3% - 50px); width: -moz-calc(33.3% - 50px); width: -o-calc(33.3% - 50px); width: calc(33.3% - 50px); margin: 0 0 60px 0; }
@media (max-width: 1200px) { .NewsCategoryPage .NewsListingWrapper .NewsListing .news-item { width: -webkit-calc(50% - 50px); width: -moz-calc(50% - 50px); width: -o-calc(50% - 50px); width: calc(50% - 50px); } }
@media (max-width: 768px) { .NewsCategoryPage .NewsListingWrapper .NewsListing .news-item { width: -webkit-calc(100% - 40px); width: -moz-calc(100% - 40px); width: -o-calc(100% - 40px); width: calc(100% - 40px); } }
.NewsCategoryPage .NewsListingWrapper .NewsListing .news-item .news-title h2 { color: white; margin: 10px 0 20px; }
.NewsCategoryPage .NewsListingWrapper .NewsListing .news-item .news-title h2 a { color: inherit; }
.NewsCategoryPage .NewsListingWrapper .NewsListing .news-item .news-date { color: white; font-size: 14px; font-weight: 300; margin-bottom: 20px; }
.NewsCategoryPage .NewsListingWrapper .NewsListing .news-item .news-summary { line-height: 24px; color: white; }
.NewsCategoryPage .NewsListingWrapper .NewsListing .news-item .news-readmore-wrapper { margin-top: 20px; }
.NewsCategoryPage .NewsListingWrapper .NewsListing .news-item .news-readmore-wrapper .news-summary-link { text-transform: uppercase; font-weight: 700; }
.NewsCategoryPage .NewsListingWrapper .NewsListing .news-item .news-thumbnail { margin: 0 0 30px 0; }
.NewsCategoryPage .NewsListingWrapper .NewsListing .news-item .news-thumbnail img { width: 100%; height: auto; padding: 0; margin: 0; }
.NewsCategoryPage .NewsPageNumbers { text-align: center; padding-top: 40px; padding-bottom: 50px; background: #323453; margin-left: -10px; width: -webkit-calc(100% + 20px); width: -moz-calc(100% + 20px); width: -o-calc(100% + 20px); width: calc(100% + 20px); }
@media (max-width: 768px) { .NewsCategoryPage .NewsPageNumbers { padding-top: 0px; } }
.NewsCategoryPage .NewsPageNumbers span, .NewsCategoryPage .NewsPageNumbers a { font-size: 18px; color: white; display: inline-block; margin: 0 4px; }
.NewsCategoryPage .NewsPageNumbers a.prev { text-transform: uppercase; font-weight: 500; color: white; margin: 0; }
.NewsCategoryPage .NewsPageNumbers a.prev:hover { color: #fbd902; }
.NewsCategoryPage .NewsPageNumbers a.next { text-transform: uppercase; font-weight: 500; color: white; margin: 0; }
.NewsCategoryPage .NewsPageNumbers a.next:hover { color: #fbd902; }
.NewsCategoryPage .NewsPageNumbers .page-number > span, .NewsCategoryPage .NewsPageNumbers .page-number > a:hover { color: #fbd902; }
.NewsCategoryPage .page-title { max-width: 900px; width: 100%; font-size: 24px; color: #DA0812; font-weight: 300; line-height: 28px; margin: 80px auto 40px; }
.NewsCategoryPage .news-item { max-width: 900px; margin: auto; width: 100%; }
.NewsCategoryPage .news-item.one-item { padding: 10px; }
.NewsCategoryPage .news-item .news-date { color: black; font-size: 14px; }
.NewsCategoryPage .news-item .news-title h1 { font-size: 30px; line-height: 36px; color: #353754; margin: 10px 0 20px; font-weight: 700; }
.NewsCategoryPage .news-item .news-thumbnail { margin-bottom: 10px; }
.NewsCategoryPage .news-item .news-thumbnail .thumbnail-text { color: black; }
.NewsCategoryPage .news-item .news-content { margin-top: 20px; color: black; font-size: 18px; }
.NewsCategoryPage .news-item .news-content p { line-height: 28px; }
.NewsCategoryPage .news-item .news-content h1, .NewsCategoryPage .news-item .news-content h2, .NewsCategoryPage .news-item .news-content h3, .NewsCategoryPage .news-item .news-content h4, .NewsCategoryPage .news-item .news-content h5, .NewsCategoryPage .news-item .news-content h6 { color: #DA0812; }
.NewsCategoryPage .goBack { max-width: 900px; width: 100%; margin: 60px auto 100px; padding-left: 10px; }
.NewsCategoryPage .goBack a { color: #353754; text-transform: uppercase; font-weight: 500; }
