#mainHeader, .rightHandColumnTextCell, .footerTableStyle {
	display: none;
}
.primaryTable, .primaryTextCell {
	width: 100% !important;
	padding: 0px !important;
	background: none transparent;
}
.pageBody, .homeBody {
	background: none #FFFFFF;
}
a:hover {
	color: #BC1F28;
}
.mainDiv h1:first-of-type {
	display: none;
}
.contentTable h1 {
	display: block !important;
}
h1 {
	text-transform: uppercase;
	font-weight: normal;
	color: #000000;
	font-size: 33px;
	padding: 0 0 .4em;
}
#lpHeader {
	text-align: left;
	margin: -20px auto 25px;
	height: 530px;
	width: 100%;
	font-family: 'Source Sans Pro';
	font-weight: normal;
	background: url(/img/~www.autoinsdiscounters.com/lp2/headerImage.jpg) 0% 40% no-repeat scroll #D5D1D0;
	display: flex;
	flex-direction: column;
    justify-content: center;
}
#lpContent {
	width: 90%;
	max-width: 900px;
	margin: 25px auto 150px;
	font-family: 'Source Sans Pro';
	font-weight: normal;
}
#lpFooter {
	background: #BC1F28;
	color: #ffffff;
	text-align: center;
	padding: 45px 0px;
	margin: 0px auto 0px;
	width: 100%;
	z-index: 9000;
	position: fixed;
	left: 0;
	bottom: 0 
}
#lpFooter a {
	color: #ffffff;
	text-decoration: none;
}
#lpFooter a:hover {
	color: #ffffff;
	text-decoration: underline;
}

@media (min-width: 768px) {
	#lpFooter .col-sm-6 {
		text-align: right;
	}
	#lpFooter .col-sm-6:first-of-type {
		text-align: left;
	}
}
@media (max-width: 480px) {	
	#lpHeader {
		height: 400px;
		background-size: cover;
	}
}