.alerts {
	border-bottom: 1px solid #00416d;
}

.alerts p {
	margin: 0;
}

.alerts h3 {
	margin: 0;
	font-size: 21px;
	line-height: 1.4;
	transition: all 0.3s ease-in-out;
}

.alerts .alert-link {
	text-decoration: underline;
}

.alerts a:hover,
.alerts a:hover h3 {
	color: #dba941;
}

.alerts .inner {
	position: relative;
	margin: 0 auto;
	padding: 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: 26px;
	}
}