/*--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:250px;
	left:0;
	position:absolute;
	top:0;
	width:300px;
}
#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: 250px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 300px;
}
#cta {
	display:block;
	height:250px;
	left:0px;
    margin: 0;
	position: absolute;
	text-align: center;
	width:300px;
}
#cta.In, #cta.In > div{
	opacity:1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
#bgExitArea { 
	cursor:pointer;
	height:250px; 
	left:0;
	opacity:0;
	position: absolute; 
	top:0; 
	width:300px;  
	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: 14px;
	top: 198px;
}
/* begin custom code */
#logo{
	background: url(PGR-Logo-B.svg) no-repeat;
	height: 15px;
	left: 98px;
	position: absolute;
	top: 27px;
	width: 106px;
	-webkit-transition: none;
	   -moz-transition: none;
			transition: none;
}

#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;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
}
#car{
	background-image:url(car_house.svg);
	position: absolute;
	left: 38px;
	top: 160px;
	width: 230px;
	height: 60px;
}
#flo{
	background-image: url(flo.png);
	position: absolute;
	left: -150px;
	top: 0px;
	width: 300px;
	height: 250px;
}
.f3 #flo{
	left: 0;
}
#hqx{
	background-image: url(hqx.svg);
	position: absolute;
	left: 25px;
	top: 116px;
	width: 247px;
	height: 64px;
}
.orange{color:#ff7e00;}
#f1 p{
	font-size: 20pt;
	top: 67px;
	width: 300px;
}
#f2 p{
	font-size: 23pt;
	line-height: 1.2;
	top:30px;
	width: 300px;
}
#f3 p{
	font-size: 29pt;
	left: -25px;
	line-height: .85;
	text-align: right;
	top:25px;
	width: 300px;
}
#f3 .orange{
	font-size: 42px;
	line-height: .7;
}