.specialAlerts {
	position: relative;
	width: 100%;
	height: auto;
	max-height: 0;
	padding: 0;
	color: black;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	z-index: 4000;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
.specialAlerts.open {
	max-height: 500px;
	opacity: 1;
}
.specialAlerts .alertsInner {
	display: block;
	max-width: 970px;
	margin: 0 auto;
	padding: 15px;
}
.specialAlerts .alertsInner .title {
	display: block;
	max-width: calc(100% - 30px);
	margin: 0 auto;
	letter-spacing: .05em;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	line-height: 19px;
	color: black;
}
.specialAlerts .alertsInner.buttonCaption .title {
	max-width: 100%;
}
.specialAlerts .alertsInner .title a {
	font: inherit;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: underline;
}
.specialAlerts .alertsInner .description {
	display: block;
	padding-right: 0;
	margin: 10px auto 0;
	font-size: 15px;
	line-height: 19px;
	color: black;
}
.specialAlerts .alertsInner .close {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 5px;
	margin-top: 10px;
	padding: 3px 6px;
	border-radius: 5px;
	font-size: 15px;
	line-height: 19px;
	color: black;
	border: 1px dashed black;
	cursor: pointer;
}
.specialAlerts .alertsInner.buttonCaption .close {
	position: relative;
	right: 0;
}
.specialAlerts .alertsInner .close:hover,
.specialAlerts .alertsInner .close:focus {
	color: white;
	background-color: black;
}
.specialAlerts .alertsInner .close .fa {
	display: inline;
}
.specialAlerts .alertsInner.buttonCaption .close .fa {
	margin-left: 7px;
}
@media only screen and (min-width: 40.063em) { 
	.specialAlerts .alertsInner {
		max-width: 90%;
	}
}
@media only screen and (min-width: 64.063em)  { 
	.specialAlerts .alertsInner {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.specialAlerts .alertsInner .title,
	.specialAlerts .alertsInner .description,
	.specialAlerts .alertsInner .close {
		display: inline;
		vertical-align: middle;
		margin: 0 0 0 10px;
	}
	.specialAlerts .alertsInner .close {
		position: relative;
		right: 0;
	}
}

/*
|---------------------------------------------------------------------------------------------
|  THEME OVERWRITES
|---------------------------------------------------------------------------------------------
*/
/*red*/
.theme_red .specialAlerts{background-color: #da291c;}
.theme_red .specialAlerts .alertsInner .close:hover,
.theme_red .specialAlerts .alertsInner .close:focus{background-color: #d82d23; opacity: 1; border: 1px dashed rgba(255,255,255,0.15);}
/*orange*/
.theme_orange .specialAlerts{background-color: #fe5000;}
.theme_orange .specialAlerts .alertsInner .close:hover,
.theme_orange .specialAlerts .alertsInner .close:focus{background-color: #fc5407; opacity: 1; border: 1px dashed rgba(255,255,255,0.15);}
/*yellow*/
.theme_yellow .specialAlerts{background-color: #ffc72c;}
.theme_yellow .specialAlerts .alertsInner .close:hover,
.theme_yellow .specialAlerts .alertsInner .close:focus{background-color: #fdcb33; opacity: 1; border: 1px dashed rgba(255,255,255,0.15);}
/*green*/
.theme_green .specialAlerts{background-color: #3a5f0b;}
.theme_green .specialAlerts .alertsInner .close:hover,
.theme_green .specialAlerts .alertsInner .close:focus{background-color: #3f7f4b; opacity: 1; border: 1px dashed rgba(255,255,255,0.15);}
/*blue*/
.theme_blue .specialAlerts{background-color: #236192;}
.theme_blue .specialAlerts .alertsInner .close:hover,
.theme_blue .specialAlerts .alertsInner .close:focus{background-color: #255d8b; opacity: 1; border: 1px dashed rgba(255,255,255,0.15);}
/*purple*/
.theme_purple .specialAlerts{background-color: #606eb2;}
.theme_purple .specialAlerts .alertsInner .close:hover,
.theme_purple .specialAlerts .alertsInner .close:focus{background-color: #5e72b9; opacity: 1; border: 1px dashed rgba(255,255,255,0.15);}
/*black*/
.theme_black .specialAlerts{background-color: #000;}
.theme_black .specialAlerts .alertsInner .close:hover,
.theme_black .specialAlerts .alertsInner .close:focus{background-color: #000; opacity: 1; border: 1px dashed rgba(255,255,255,0.15);}
/*slate*/
.theme_slate .specialAlerts{background-color: #425563;}
.theme_slate .specialAlerts .alertsInner .close:hover,
.theme_slate .specialAlerts .alertsInner .close:focus{background-color: #40596a; opacity: 1; border: 1px dashed rgba(255,255,255,0.15);}
/*moss*/
.theme_moss .specialAlerts{background-color: #4f868e;}
.theme_moss .specialAlerts .alertsInner .close:hover,
.theme_moss .specialAlerts .alertsInner .close:focus{background-color: #4d8a95; opacity: 1; border: 1px dashed rgba(255,255,255,0.15);}
/*coral*/
.theme_coral .specialAlerts{background-color: #f9423a;}
.theme_coral .specialAlerts .alertsInner .close:hover,
.theme_coral .specialAlerts .alertsInner .close:focus{background-color: #f74641; opacity: 1; border: 1px dashed rgba(255,255,255,0.15);}
/*sky*/
.theme_sky .specialAlerts{background-color: #5bc2e7;}
.theme_sky .specialAlerts .alertsInner .close:hover,
.theme_sky .specialAlerts .alertsInner .close:focus{background-color: #59c6ee; opacity: 1; border: 1px dashed rgba(255,255,255,0.15);}
