/* Alert by GU Team */

.alert-callout {
	background-color:#900;
	color:#000;
    padding: 5px 0;
/*	border-bottom: 8px solid #900; */
}
.alert-callout div.expand-button {
	margin-top:108px;
    font-weight: bold;
}
.alert-callout a.col-sm-12 {
	background-color:#900;
	color:#fff;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
.alert-callout a.col-sm-12:hover {
	color:#ffcc00;
}
.alert-callout div.expand-container {
	background-color:#fff;
	color:#000;
	text-align:left;
	padding-left: 5%;
	padding-right: 5%;
/*	display: block; *//* open the content on load */
}

/* override creosote's */
.top-slideshow {
	margin-bottom: 30px;
	margin-top: 0;
}
.no-top-slideshow {
	margin-bottom: 0;
	margin-top: 0;
}

#EmergencyContent p{margin:0 0 20px;}
#EmergencyContent p em{font-size:18px;}



/*
	===================
	MEDIA QUERIES
	===================
*/

@media screen and (max-width:1265px) and (min-width: 992px){
}

@media screen and (max-width:1200px){
}

@media screen and (max-width:1170px){
}

@media screen and (max-width:992px){
	.alert-callout div.expand-button {
		margin-top:60px;
	}
}

@media screen and (max-width:768px){
}

@media (max-width: 570px){
}

@media (max-width: 480px){
}
