.custom_alerts {
	position: absolute;
	left: 0px;
	padding: 0px 25px;
	width: 100%;
	min-height: 36px;
	color: #fff;
	text-align: center;
	background-color: #9d550f;
}
.bot-nav-cont .custom_alerts { top: 66px; }
.custom_alerts .title {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.75px;
}
.custom_alerts .description {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
}
.custom_alerts .link {
	display: inline-block;
	padding: 8px 15px;
	margin: 6px 0px 6px 10px;
	margin-left: 10px;
	height: 32px;
	background-color: #2BB6A8;
}
.custom_alerts .link a { 
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

@media (max-width: 1120px) {
	.custom_alerts {
		top: 57px;
	}
}

@media (max-width: 40.063em) {
	.custom_alerts {
		top: 91px;
		padding: 0px 10px;
	}
	.custom_alerts .link {
		padding: 5px 10px;
		margin-left: 5px;
		height: 26px;
	}
	.custom_alerts .title { font-size: 13px; }
	.custom_alerts .description a { font-size: 13px; }
}