
/*--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:250px;
	left:0;
	top:0;
	width:300px;
}
#ad{
	background: #ffffff;
	/*border: black 1px solid;*/
	box-sizing: border-box;
	color: #1e6db6;
	display: block;
	font-size: 15px;
	height: 250px;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 300px;
}
#border {
	border: black 1px solid;
	height: 248px;
	left: 0px;
	opacity: 1;
	position: absolute;
	top: 0px;
	width: 298px;
	z-index: 1000;
}
#cta {
	display:block;
	height:250px;
	left: -250px;
    margin: 0;
	opacity: 0;
	text-align: center;
	width:300px;
}
#cta.in{
	left: 0;
}
#cta.in, #cta.in > div{
	opacity:1;
	transition: all .5s;
}
#bgExitArea { 
	cursor:pointer;
	height:250px; 
	left:0;
	opacity:0;
	top:0; 
	width:300px;  
	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: 13px !important;
    font-weight: 600;
	left: 0px;
    padding: 10px 8px;
	position:absolute;
    text-align: center;
    text-decoration: none;
	text-shadow:none !important;
	width:135px;
	z-index: 101;
}
.button a:hover {
	background: rgb(240, 120, 0);	
}
#zipSubmit{
	left: 14px;
	top: 195px;
}

/* 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;
}
#border-blur {
	background: url(box-blur.png) no-repeat;
	height: 219px;
	left: 15.5px;
	top: 15.5px;
	width: 269px;
}
#chart {
	background: url(chart.png) no-repeat;
	height: 209px;
	left: 20px;
	top: 20px;
	width: 259px;
}
#chart-blur {
	background: url(chart-blur.png) no-repeat;
	height: 165px;
	left:38px;
	top: 43px;
	width: 226px;
}
#t1 {
	left: 14px;
	overflow: hidden;
	top: 13px;

}
#f2 #t1b {
	height: 50px;
	left: 85px;
	top: 13px;
}
#t1a {
	background: url(clear.png) no-repeat;
	height: 50px;
	left: 80px;
	top: 7px;
	width: 150px;
}
#t1a.final {
	opacity: 0;
}
#flo {
	background: url(flo.png) no-repeat;
	height: 220px;
	left: 300px;
	opacity: 1;
	top: 33px;
	width: 167px;
}
#flo.in {
	left: 133px;
	transition: left 1s;	
}

/* frame 3 text */
#rectangle1 {
	height: 126px;
	opacity: 1;
	position: absolute;
	left: 10px;
	top: 44px;
	width: 180px;
	z-index: 400;
}
#text {
    background: url(savings_Eye_Chart_300x250.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;
} 