<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Latest News Article Layout */

.textCSS h4 {line-height: 1.35;}

a.reg {color: #fff !important; font-size: 16px; text-decoration: none; font-family: 'GirlScout-Textbook' !important;}
.reg {text-align: center; background-color: #006b50; transition: background-color 300ms ease-out !important; padding: 15px 25px !important; display: inline-block; border-radius: 5px; margin: 8px 10px 0 0 !important; min-width: 250px;}
.reg:hover, .reg:focus, .reg:hover, .reg:focus { background-color: #054f3c; transition: background-color 300ms ease-out !important; color: #fff !important;}
a.reg:hover {text-decoration: none !important;}

.article-socialBar {display: none;}
.title .article-core-title {margin-top: 25px; padding-left: 2px; padding-right: 2px;}
.date .article-core-title {padding: 5px 10px; background-color: #e8e8e8; border-radius: 5px; margin-bottom: 20px; margin-top: 25px;}

a.reg.bottom10 {margin-bottom: 10px !important;}

@media screen and (min-width: 1921px) {
    .title .article-core-title, .date .article-core-title, .article-core-text {max-width: 1030px;}
	}

@media screen and (min-width: 1280px) {
    .title .article-core-title, .date .article-core-title, .article-core-text {max-width: 1030px;}
	}


/*
@media screen and (min-width: 1280px) {
.title .textCSS.article-core-title, .text .textCSS.article-core-text {max-width: 1015px;}
}
*/</pre></body></html>