#special-alert, .special-alert {
	background-color: #043359;
	padding: .5em 0;
	color: white;
	font-size: 1.1em;
	line-height: 2em;
	text-align: center;
	position: relative;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 600;
	z-index: 1020;
}	    
#special-alert a, .special-alert a {
	display: inline-block;
	background-color: #C4FF00 !important;
	color: #053359 !important;
	padding: 0 .5em !important;
	border-radius: .15em;
	margin: 0 .5em;
	text-transform: uppercase;
	font-weight: 800;
}
#special-alert button, .special-alert button {
	color: rgba(250, 250, 250, .35);
	position: absolute;
	top: 0.52em;
	right: 0;
	font-size: 1.8em;
	font-weight: 300;
	line-height: .75em;
	margin: -0.2em 0.2em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	border: none;
	padding: 1px 0;

}
#special-alert button:hover, .special-alert button:hover {
	color: rgba(250, 250, 250, 1);
}
#special-alert .sa-inner, .special-alert .sa-inner {
	padding: 0 40px;
}
@media (min-width: 576px) {
	#special-alert .sa-inner, .special-alert .sa-inner {
		padding: 0 50px;
	}
}
.special-alert-em {
	background-color: #c4ff00;
	color: #043359;
}
.special-alert-em a {
	background-color: #043359 !important;
	color: white !important;
}
.special-alert-em button {
	color: rgba(0,0,0,.75);
}
.special-alert-em button:hover {
	color: rgba(0,0,0,1);
}
