* {
	margin: 0;
	padding: 0;	
}
html, body {
	color: #fff;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%; 
}
img {
	border: 0;
}
.hideIt {
	display: none;	
}
#ad {
	border: solid #000 1px;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 250px;
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 300px;
}

.bg {
	opacity: 1;
	position: absolute;
}  
#bgGradient {
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,160,0,.75) 100%);
	height: 300px;
	left: 0px;
	opacity: 1;
	position: absolute;
	top: -50px;
	width: 350px;
}

/*
.blue #bg-gradient{background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(119,207,255,1) 100%);}
.orange #bg-gradient{background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,160,0,.65) 100%);}
*/

.copy {
	color: #1e73e9;
	font-family: 'Open Sans';
	opacity: 0;
	position: absolute;
	text-align: center;
}
#copy div {
	opacity: 1;
	position: absolute;
}
#copy1 {
	color: #1e73e9;
	font-size: 20px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      px;
	font-weight: 600;
	left: 120px;
	letter-spacing: -0.15px;
	opacity: 1;
	position: absolute;
	top: 41px;
}
#copy1 span {
	color: #ff7e00;
}
#copy2 {	
	color: #1657b1;
	font-size: 74px;
	font-weight: 700;
	left: 117px;
	letter-spacing: 2px;	
  	top: 46px;
}
#copy2 span {
	font-size: 70px;
	font-weight: 600;
	letter-spacing: 0px;
}
#copy2a {	
	color: #1e73e9;
	font-size: 74px;
	font-weight: 700;
	left: 118px;
	letter-spacing: 2px;	
  	top: 47px; 
}
#copy2a span {
	font-size: 70px;
	font-weight: 600;
	letter-spacing: 0px;
}
#copy3 {
	color: #1e73e9;
	font-family: 'Open Sans';
	font-size: 11px;
	font-weight: 600;
	left: 120px;
	top: 133px;
}

.logo {
	opacity: 1;
	position: absolute;
}
#logo {
    background: url(PGR_White.svg) no-repeat;
	height: 55px;
	left: 27px;
    opacity: 1;
	position: absolute;
	bottom: -4px;
	width: 360px;
	-ms-transform: scale(.35); 
    -webkit-transform: scale(.35); 
    transform: scale(.35);
}

.flo {
    opacity: 1;
	position: absolute;
}
#flo {
	background: url(flo_1786.png) no-repeat;
	height: 529px;
	left: -67px;
    opacity: 1;
	position: absolute;
	bottom: -148px;
	width: 250px;
	-ms-transform: scale(0.47); 
    -webkit-transform: scale(0.47); 
    transform: scale(0.47);
}
#flo.in {
    opacity: 1;
	position: absolute;
}

#bgExitArea { width:100%; height:100%; position: absolute; top:0; left:0; opacity:0; cursor:pointer; }
#bgExitArea a {display: none;}
#cta {
	bottom: 56px;
	left: 60px;
    margin: 0 auto;
    opacity: 0;
	position: absolute;
	text-align: center;
    width: 100%;
}
#cta.in {
	opacity: 1;	
}
#zipCode:focus, .button:focus {
    outline: 0;
}
#zipCode {
	border: 1px solid #ACACAC;
	border-radius: 3px;
	box-sizing: border-box;
	color: #ACACAC;
	display: inline-block;
	font-family: Open Sans,Arial,Verdana,sans-serif;
	font-size: .9em;
    font-weight: 400;
	line-height: normal;
	margin: 0;
	padding: 0 .8em;
	text-align: center;
	width: 100px;
}
.button {
    display: inline-block;
}
.button input, .button a {
    border: none;
    color: #fff;    
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Arial,Verdana,sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    margin: 10px 0 0 -10px;
    padding: .7em 2.5em;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    border-radius: 100px;
    background-position: 0 0;
    background:#ff6600;
	background: -webkit-linear-gradient(top,#ff9c00 0%,#ff6600 100%);
	background: -moz-linear-gradient(top,#ff9c00 0%,#ff6600 100%);
	background: linear-gradient(to bottom,#ff9c00 0%,#ff6600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2aa5fc', endColorstr='#0062cf');
    background-size: auto 200%;
}
.button input:hover, .button a:hover {
	background-position: 0 100% !important;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s;
}
#cta #zipCode, #cta .button {
	height:	37px;
}
sup {
    font-size: .8em;
}



