@charset "UTF-8";
/* CSS Document */

div#bc_alert {
	min-height: 1.1em;
	margin-bottom: 1em;
	clear: both;
}

div#bc_alert div.alert {
	padding: 1.25em;
	width: 100%;
	margin-bottom: 1em;
	position: relative;
}

div#bc_alert div.alert.emergency {
	background: #e04e39;
}

div#bc_alert div.alert.announcement {
	background: #6aa489;
}

div#bc_alert div.alert div.title {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	font-weight: 600;
}

div#bc_alert div.alert div.content {
	font-weight: 500;
}

div#bc_alert div.alert p {
	margin: 0;
}

div#bc_alert div.alert p ~ p {
	margin-top: 1em;
}

div#bc_alert div.alert a {
	font-weight: bold !important;
	text-decoration: underline !important;
}

div#bc_alert div.alert,
div#bc_alert div.alert a,
div#bc_alert div.alert a:hover {
	color: #ffffff !important;
}

div#bc_alert div.alert a.banner_link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}