.alert-banner {
	display: block;
	width: 100%;
	color: #fff;
	margin: auto;
	font-size: 18px;
	line-height: 20px;
	padding: 10px;
	text-align: center;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1;
}


.content {
	padding-top:140px !important;
}

@media (max-width: 775px) {

	.footer_form {
		position:relative;
		top:-200px;
		visibility:none;
	}
}

@media (max-width: 420px) {
	.alert-banner {
		top: 72px;
	}
	.footer_form {
		position:relative;
		top:-225px;
	}
	.content {
		padding-top:125px !important;
	}

}