
/*--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;
	/*border: black 1px solid;*/
	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;
}
#cta {
	display:block;
	height:90px;
	left: 728px;
    margin: 0;
	opacity: 0;
	text-align: center;
	width:728px;
}
#cta.in{
	left: 566px;
}
#cta.in, #cta.in > div{
	opacity:1;
	transition: all .5s;
}
#bgExitArea { 
	cursor:pointer;
	height:90px; 
	left:0;
	opacity:0;
	top:0; 
	width:728px;  
	z-index: 1200;
}
.button a {
	background: rgb(255, 126, 0);
	border-radius: 100px;  
	box-sizing: border-box; 
	color: #fff;    
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Arial,Verdana,sans-serif;
    font-size: 12px !important;
    font-weight: 600;
	left: 25px;
    padding: 8px 5px;
	position:absolute;
    text-align: center;
    text-decoration: none;
	text-shadow:none !important;
	width: 112px;
	z-index: 101;
}
.button a:hover {
	background: rgb(240, 120, 0);	
}
#zipSubmit{
	left: 14px;
	top: 27px;
}

/* 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: 14px;
	overflow: hidden;
	top: 17px;
}
#f2 #t1b {
	height: 50px;
	left: 85px;
	top: 17px;
}
#t1a {
	background: url(clear.png) no-repeat;
	height: 50px;
	left: 80px;
	top: 12px;
	width: 150px;
}
#t1a.final {
	opacity: 0;
}
#flo {
	background: url(flo.png) no-repeat;
	height: 220px;
	left: 728px;
	opacity: 1;
	top: 0px;
	width: 167px;
}
#flo.in {
	left: 485px;
}
#ad #flo.in,
#ad #cta.in {
	transition: all 1s;
}

/* frame 3 text */
#rectangle1 {
	height: 30px;
	opacity: 1;
	position: absolute;
	left: 9px;
	top: 50px;
	width: 476px;
	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;
} 
