@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville|Roboto');

.headerTableStyle, .footerTableStyle {
	display: none; 
}
body * {
	font-family: 'Roboto'; 
}
.primaryTable, .primaryTextCell { 
	width: 100%;
	padding: 0px;
	background: none transparent;
	color: #FFFFFF;  
}
body, .pageBody, .homeBody { 
	background-image: url(/img/~www.biginsurance.com/lp1/pageBack.jpg); background-position: center top;
    background-attachment: fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
a { 
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
    transition: all 0.35s ease-out;
}
a:hover { 
	text-decoration: underline;
}
.color { 
	color: #29A2D7; 
}
.left { 
	float: left; 
}
.right { 
	float: right; 
}
#lpWrapper { 
	line-height: 1.7em;
}
#lpWrapper p { 
	font-size: 14px;
}
#lpLogo {
	margin: 75px auto 15px;
	display: block;
	max-width: 100%;
}
.CTA { 
	line-height: 1.2em;
	font-size: 38px; 
	text-align: center; 
	display: block; 
	margin: 10px auto 0px;
	font-family: 'Libre Baskerville', serif;
}
.CTA a#ctaPhone { 
	font-size: 38px;
	display: block;
	margin: 0px auto 15px;
	font-family: 'Roboto', sans-serif;
}
.CTA span { 
	color: #5ec92f;
	font-family: inherit;
	font-size: 1em;
}
#simpleForm h3 {
	display: block;
	text-align: center;
	padding: 50px 0px;
	color: #5CB2EF;
	font-weight: bold;
	font-size: 21px;
}
#simpleForm input {
    padding: 7px 5px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    font-size: 17px;
    width: 100%;
    color: #5CB2EF;
    margin: 0px 0px 15px;
}
#simpleForm button {
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #FFFFFF;
    background: none #5ec92f;
	font-family: 'Libre Baskerville', serif;
    color: #FFFFFF;
    font-size: 30px;
    padding: 15px 10px;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
#simpleForm button:hover {
    box-shadow: none;
    background-color: #FFFFFF;
    color: #3F8056;
    border: 1px solid #5EC92F;
	box-shadow: inset 0px 0px 0px 4px #5EC92F;
}
.power { 
	text-align: right; 
	font-size: .9em;
	margin-bottom: 15px;
}
.power a { 
	font-weight: bold; 
}
@media screen and (max-width: 1500px) {
	.CTA { 	font-size: 35px; }
}
@media screen and (max-width: 768px) {
	.CTA { 	font-size: 32px; }
}
@media screen and (max-width: 480px) {
	#lpLogo {	margin: 15px auto; }
	.CTA { 	margin: 0; font-size: 23px; }
}
@media screen and (min-width: 768px) {

}