
/*--safari text weight fix--*/
*{-webkit-font-smoothing: subpixel-antialiased !important;}
/* begin boilerplate */
body,div{display:block;margin:0;padding:0;position:absolute;}
body #ad *.In{opacity:1}
body{
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	height:90px;
	left:0;
	top:0;
	width:728px;
}
#ad{
	background: #ffffff;
	box-sizing: border-box;
	color: #1e6db6;
	display: block;
	font-size: 15px;
	height: 90px;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 728px;
}
#border {
	border: black 1px solid;
	height: 88px;
	left: 0px;
	opacity: 1;
	position: absolute;
	top: 0px;
	width: 726px;
	z-index: 1000;
}

#bgExitArea { 
	cursor:pointer;
	height:90px; 
	left:0;
	opacity:0;
	top:0; 
	width:728px;  
	z-index: 1200;
}

#logo {
	background: url(PGR_logo_000000_158x22.svg) no-repeat;
	height: 16.5px;
	left: 602px;
	opacity: 0;
	top: 15px;
	width: 118.5px;
	z-index: 201;
}
#logo.in {
	opacity: 1;
	position: absolute;
	transition: 2s;
}

/* begin custom code */

#f1 div,
#f2 div {
	opacity: 0;
	transition: opacity 2s;
}
#f1 .in,
#f2 .in {
	opacity: 1;
}
#f1 .out,
#f2 .out {
	opacity: 0;
	transition: opacity .5s;
}
#chart,
#chart-blur {
	background: url(chart.png) no-repeat;
	height: 90px;
	left: -1px;
	top: -1px;
	width: 728px;
}
#chart-blur {
	background: url(chart-blur.png) no-repeat;
}
#t1 {
	left: 11px;
	overflow: hidden;
	top: 17px;
}
#f2 #t1b {
	height: 62.5px;
	left: 88px;
	top: 17px;
}
#t1a {
	background: url(clear.png) no-repeat;
	height: 62.5px;
	left: 83px;
	top: 12px;
	width: 187.5px;
}
#t1a.final {
	opacity: 0;
}
#flo {
	background: url(flo.png) no-repeat;
	height: 220px;
	left: 728px;
	opacity: 1;
	top: 0px;
	width: 167px;
}
#flo.in {
	left: 480px;
}
#ad #flo.in,
#ad #cta.in {
	transition: all 1s;
}

/* frame 3 text */
#rectangle1 {
	height: 30px;
	opacity: 1;
	position: absolute;
	left: 6px;
	top: 47px;
	width: 480px;
	z-index: 400;
}
#text {
    background: url(savings_Eye_Chart_728x90.svg) no-repeat;
	height: 100%;
    opacity: 0;
	position: absolute;
	width: 100%;
} 
#text.in {
	opacity: 1;
	position: absolute;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	transition: all 3s;
} 

/* frame 3 Get a Quote */
#rectangle2 {
	height: 36px;
	left: 750px;
	opacity: 0;
	position: absolute;
	top: 35px;
	width: 134px;
	transform: scale(.87);
	z-index: 400;
	/* border: red 1px solid; */
}
#rectangle2.in {
	left: 750px;
	opacity: 1;
	position: absolute;
}
#rectangle2.slide {
	left: 594px;
	opacity: 1;
	position: absolute;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
#quote {
    background: url(button_ff8a39_134x36.svg) no-repeat;
	height: 100%;
    opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 400;
	transition: all .5s;
} 
#quote.in {
	opacity: 1;
	position: absolute;
}