<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.sp-link::after {
	 content: "\00a0&gt;";
	 display: inline;
}

 div.hr-slate {
	 width: 100%;
	 height: 1px;
	 border-bottom: 1px solid #54585a;
	 clear: both;
}

.newsletter-headings {
    color: #FFF;
    padding: 8px 15px;
    text-transform: uppercase;
}

.newsletter-box {
    color: #FFF;
    padding: 8px;
}

.bg-red {
    background-color: #C8102E;
}

.bg-slate {
    background-color: #54585A;
}
.txt-red{
    color: #c8102e;
    }
    
.red-grad{
    background: rgb(48,4,4);
    background: linear-gradient(90deg, rgba(48,4,4,1) 0%, rgba(200,16,46,1) 64%);
    width: 100%;
    color: white;
	margin:0px;
	padding:5px;
	padding-left:30px;
}

@media (max-width: 768px) {
	 ul.center-list {
		 text-align: center;
	}
	.newsletter-headings {
	    text-align: center;
	    padding: 8px 0;
	}
}

@media (min-width: 992px){
    .news-flier{
        margin: 0px 15%;
    }
}

</pre></body></html>