.headerTableStyle, .footerTableStyle, .menuCell, .rightHandColumnTextCell {
	display: none;
}
.homeBody, .pageBody {
	background: none #fff;
}
.primaryTable, .primaryTextCell {
	width: 100%;
	padding: 0px !important;
	background: none transparent;
}
img.img-responsive {
	width: 100%;
}
#preheader {
	margin-top: -20px;
	border-top: 15px solid #1152AE;
	background-color: #155CD0;
	border-bottom: 15px solid #257FFE;
	padding: 10px 0px;
}
#preheader span {
	color: #fdfe01;
	text-align: right;
	font-size: 17pt;
	font-weight: bold;
	display: block;
	margin-top: 30px;
}
#preheader img {
	max-width: 413px;
}
.banner img {
	max-width: 272px;
}
#lpcontent {
	padding: 50px 0px;
	line-height: 2.2em;
	font-size: 14px;
}
#lpcontent h1 {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	margin: 0px 0px 20px;
}
#lpcontent p {
	margin: 0px 0px 20px;
}
#footer {
	background-color: #01245A;
	color: #fff;
	padding: 100px 0px 15px;
}
.btn {
	border-radius: 50px;
	border: 1px solid #23b3ef;
	color: #000000;
	background-color: #ffffff;
	box-shadow: inset 0 0 0 0 #23b3ef;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.btn:hover {
	border-radius: 50px;
	border: 1px solid #ffffff;
	color: #ffffff;
	box-shadow: inset 0 100px 0 0 #23B3EF;
}
.socialspace img {
	width: 100%;
	max-width: 45px;
}
.locations h4 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 50px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.locations #power { 
	text-align: center;
	color: #fff;
	margin: 50px auto 0px;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.loc1 {
	text-align: right;
	line-height: 2.2em;
}
.map-img {
	display: block;
	margin: 0;
	width: 100%;
	max-width: 110px;
	height: auto;
}
.location-link ul > li > a {
	color: #ffffff;
text-decoration: none !important;
}
.location-link ul > li > a:hover {
	color: #e4e4e4;
}
#footer ul {
	float: left;
	display: block;
}
#footer ul > li {
	list-style: none;
}
.loc2 {
	text-align: left;
	line-height: 2.2em;
}
.socialspace {
	padding: 15px 15px 15px 15px;
}
.socialspace img {
	display: block;
	margin: 0 auto;
}
.face {
	background-color: #375693;
	box-shadow: inset 0 0 0 0 #004f8b;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.face:hover {
	box-shadow: inset 0 100px 0 0 #004f8b;
}
.twit {
	background-color: #54aced;
	box-shadow: inset 0 0 0 0 #009edb;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.twit:hover {
	box-shadow: inset 0 100px 0 0 #009edb;
}
.linked {
	background-color: #0177b5;
	box-shadow: inset 0 0 0 0 #006aa3;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.linked:hover {
	box-shadow: inset 0 100px 0 0 #006aa3;
}
.gplus {
	background-color: #d63c31;
	box-shadow: inset 0 0 0 0 #b7342d;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.gplus:hover {
	box-shadow: inset 0 100px 0 0 #b7342d;
}
@media all and (max-width: 990px) {
	#preheader span { font-size: 15pt; }
}
@media all and (max-width: 767px) {
	img.logo { display: block; margin: 0 auto; }
	#preheader span { text-align: center; font-size: 15pt; margin-top: 0px;  }
}
@media all and (max-width: 600px) {
	#lpcontent { padding: 30px 0px; line-height: 1.7em; font-size: 12px; }
}
@media all and (max-width: 500px) {
	#footer .col-xs-5 { padding: 0px; font-size: 11px; }
}
@media all and (max-width: 400px) {
	#lpcontent { padding: 15px 0px; line-height: 1.4em; font-size: 11px; }
}