.alerts {
	border-bottom: 1px solid #00416d;
}

.alerts p {
	margin: 0;
}

.alerts h3 {
	font-size: 21px;
	line-height: 1.4;
}

.alerts .inner {
	position: relative;
	margin: 0 auto;
	padding: 0px 10px 10px;
	max-width: 1190px;
}

.alerts .close-alert {
	position: absolute;
	top: 5px;
	right: 0;
	margin: 0;
	color: #fff;
	line-height: 1;
}

.alerts .fa {
	color: #fff;
}

@media (min-width: 64.063em) {
	.alerts h3 {
		font-size: 30px;
	}
}