/*--safari text weight fix--*/
*{-webkit-font-smoothing: subpixel-antialiased !important;}
/* begin boilerplate */
body,div{display:block;margin:0;padding:0;position:absolute;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s}
body #ad *.In{opacity:1}
body{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	height: 90px;
	left:0;
	position:absolute;
	top:0;
	width: 728px;
}
#ad{
	background: #ffffff;
	border: black 1px solid;
	box-sizing: border-box;
	color: #000000;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	height: 90px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 728px;
}
#cta {
	display:block;
	height: 90px;
	left:0px;
    margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 728px;
}
#cta.In, #cta.In > div{
	opacity:1;
	-webkit-transition: all 1s .3s;
	-moz-transition: all 1s .3s;
	-ms-transition: all 1s .3s;
	transition: all 1s .3s;
}
#bgExitArea { 
	cursor:pointer;
	height: 90px; 
	left:0;
	opacity:0;
	position: absolute; 
	top:0; 
	width: 728px;  
	z-index:1000;
}


.button a {
	background:#0d2d47;
	background: -webkit-linear-gradient(top,#0d2d47 0%,#021223 100%);
	background: -moz-linear-gradient(top,#0d2d47 0%,#021223 100%);
	background: linear-gradient(to bottom,#0d2d47 0%,#021223 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0d2d47', endColorstr='#021223');
    border: 1px #0d2d47 inset;
    border-radius: 100px;  
	box-sizing: border-box; 
	color: #fff;    
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway",Arial,Verdana,sans-serif;
    font-size: 13px !important;
    font-weight: 600;
	left: 137px;
    padding: 10px 8px;
	position:absolute;
    text-align: center;
    text-decoration: none;
	text-shadow:none !important;
	width:135px;
    -webkit-appearance: none;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
    	-ms-transition: all .3s;
    		transition: all .3s;
}
.hover .button a {
	background: rgba(0,0,0,0);
	color: #0d2d47;
	font-weight: 800;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s
}
#zipSubmit{
	left: 336px;
	top: 26px;
}
/* begin custom code */
#logo{
	background: url(PGR-Logo-B.svg) no-repeat;
	height: 15px;
	left: 312px;
	position: absolute;
	top: 7px;
	width: 106px;
	-webkit-transition: none;
	   -moz-transition: none;
			transition: none;
	-webkit-transform: scale(0.75); 
    	    transform: scale(0.75);
}

#stage>div{
	opacity: 0;
	-webkit-transition: all .75s .25s;
	   -moz-transition: all .75s .25s;
			transition: all .75s .25s;
}
.f1 #f1,.f2 #f2,.f3 #f3{
	opacity: 1;
}
#stage div div,#stage p{
	background-repeat: no-repeat;
	color: #3f5d7d;
	font-weight: 800;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
}
#car{
	background-image:url(car_house.svg);
	position: absolute;
	left: 92px;
	top: 7px;
	width: 251px;
	height: 74px;
}
#flo{
	background-image: url(flo.png);
	position: absolute;
	left: 48px;
	top: -81px;
	width: 250px;
	height: 277px;
	-webkit-transform: scale(0.46); 
    	    transform: scale(0.46);
}
.f3 #flo{
	left: 60;
}
#hqx{
	background-image: url(hqx.svg);
	position: absolute;
	left: 0px;
	top: 40px;
	width: 728px;
	height: 55px;
	-webkit-transform: scale(0.57); 
    	    transform: scale(0.57);
}
.orange{color:#ff7e00;}
#f1 p{
	font-size: 12pt;
	top: 28px;
	width: 728px;
}
#f2 p{
	font-size: 18pt;
	left: -100px;
	line-height: 1.3;
	text-align: right;
	top: 12px;
	width: 728px;
}
#f3 p{
	font-size: 20pt;
	left: -280px;
	line-height: 1.0;
	text-align: right;
	top: 14px;
	width: 728px;
}
#f3 .orange{
	font-size: 42px;
	line-height: .7;
}