.alertBar {
	background-color:#E56B1F;
	padding:15px 5px;
}
.alertBar p {
	color:#fff;
	font-size:14px;
	margin-bottom:0;
}
.alertBar a {
	color:#fff;
	text-decoration:underline;
	font-size:14px;
}
.alertBar img {
	max-width:14px;
}
.HeroTextLeft h1 {
	color:#E56B1F;
	font-weight:700;
	font-size: 48px;
	margin-top: 30px;
}
@media only screen and (min-width:1024px) {
.alertBar p {
	text-align:center;
	font-size:20px;
}
.HeroTextLeft h1 {
	font-size: 58px;
	margin-top: unset;
}
.alertBar a {
	font-size:20px;
}
}
@media only screen and (min-width:1200px) {
.alertBar img {
	max-width:17px;
}
}