<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.alertWrapper {
background: #B1101B;
color: #ffffff;
box-shadow: 0px 0px 5px #333333;
z-index: 5;
font-size: 18px;
text-transform: uppercase;
text-align: left;
font-weight: 600;
position: relative;
width: 100%;
z-index: 9999;
}

.alertInner {
padding: 10px;
max-width: 1200px;
margin: 0px auto;
}

.em-summary { 
color: #fff;
padding-left: 35px;
position: relative; }

.em-summary:before {
content: '\f071';
display: inline-block;
clear: both;
font-family: 'FontAwesome';
font-size: 24px;
position: absolute;
top: 0;
left: 0;
}

.em-readmore {
color: #ffffff;
font-size: 15px;
text-decoration: underline;
text-transform: initial;
margin: 2px;
float: right;
position: relative;
}

.em-readmore:hover, .em-readmore:focus { 
color: #ffffff;
text-decoration: none; }

.em-readmore:after {
content: '\f054';
display: inline-block;
clear: both;
font-family: 'FontAwesome';
font-size: 13px;
margin-left: 10px;
}

@media screen and (max-width: 730px) {
.em-readmore { float: none; }
}

a#close-btn {
position: absolute;
right: 10px;
font-size: 25px;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}

a#close-btn span.fa.fa-times {
color: #ffffff;
margin: 10px; }

a#close-btn span.fa.fa-exclamation-triangle {
font-size: 30px;
color: #ffffff; 
background: #B1101B;
margin: 5px;
padding: 6px;
border-radius: 6px;
box-shadow: 0px 1px 5px rgba(99, 99, 99, 0.79);
}

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