
/* Reset
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*normalize 4.2.0*/progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}/*# sourceMappingURL=normalize.min.css.map */
/* Ad Boilerplate
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#ad {
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 250px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 300px;
}
#cta {
	bottom: 8px;
	font-weight: 600;
	left: 12px;
    margin: 0 auto;
    opacity: 0;
	position: absolute;
	text-align: center;
    width: 100%;
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
#cta.In {
	opacity: 1;
}
#zipCode:focus, .button:focus {
    outline: 0;
}
#zipCode {
	border: 1px solid #ACACAC;
	border-radius: 3px;
	box-sizing: border-box;
	color: #ACACAC;
	display: inline-block;
	font-family: Open Sans,Arial,Verdana,sans-serif;
	font-size: .8em;
    font-weight: 400;
	line-height: normal;
	margin: 0;
	padding: 0 .8em;
	text-align: center;
	width: 100px;
	-webkit-appearance: none;
}
.button {
    display: inline-block;
}
.button input, .button a {
    border: none;
    color: #fff;    
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway",Arial,Verdana,sans-serif;
    font-size: .9em;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: .83333em 2.5em;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    border-radius: 100px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    background-position: 0 0;
    background:#2aa5fc;
	background: -webkit-linear-gradient(top,#2aa5fc 0%,#0062cf 100%);
	background: -moz-linear-gradient(top,#2aa5fc 0%,#0062cf 100%);
	background: linear-gradient(to bottom,#2aa5fc 0%,#0062cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2aa5fc', endColorstr='#0062cf');
    background-size: auto 200%;
}
.button input:hover, .button a:hover {
	background-position: 0 100% !important;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s;
}
#cta #zipCode, #cta .button {
	height:	37px;
}
#bgExitArea{
	height: 250px;
	left: 0;
	position: absolute;
	top: 0;
	width: 300px;
}
/* Creative
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#background {
	position: absolute;
	height: 250px;
	left: 0;
	position: absolute;
	top: 0;
	width: 300px;
}

#logo {
	position: absolute;
	bottom: 0;
	left: -150px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#logo.In {
	position: absolute;
	left: 0;
}

#prog1 {
	bottom: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#prog1.In {
	opacity: 1;
}

#prog1.m1 {
	bottom: 25px;
	opacity: 0;
}

#prog2 {
	opacity: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#prog2.In {
	opacity: 1;
}

#prog2.m1 {
	opacity: 1;
	bottom: 25px;
}

#prog2.m2 {
	opacity: 1;
	bottom: 50px;
}

#prog2.m3 {
	opacity: 1;
	bottom: 75px;
}

#prog2.m4 {
	opacity: 1;
	bottom: 110px;
}

#prog2.m5 {
	opacity: 1;
	bottom: 148px;
}

#prog2.m6 {
	opacity: 1;
	bottom: 186px;
}

#nat1 {
	bottom: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#nat1.In {
	opacity: 1;
}

#nat1.m1 {
	bottom: 25px;
	opacity: 0;
}

#nat2 {
	bottom: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#nat2.In {
	opacity: 1;
}

#nat2.m1 {
	bottom: 25px;
	opacity: 1;
}

#nat2.m2 {
	bottom: 50px;
	opacity: 1;
}

#nat2.m3 {
	bottom: 85px;
	opacity: 1;
}

#nat2.m4 {
	bottom: 123px;
	opacity: 1;
}

#nat2.m5 {
	bottom: 161px;
	opacity: 1;
}

#state1 {
	bottom: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#state1.In {
	opacity: 1;
}

#state1.m1 {
	bottom: 25px;
	opacity: 0;
}

#state2 {
	bottom: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#state2.In {
	opacity: 1;
}

#state2.m1 {
	bottom: 25px;
	opacity: 1;
}

#state2.m2 {
	bottom: 60px;
	opacity: 1;
}

#state2.m3 {
	bottom: 98px;
	opacity: 1;
}

#state2.m4 {
	bottom: 136px;
	opacity: 1;
}

#am1 {
	bottom: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#am1.In {
	opacity: 1;
}

#am1.m1 {
	bottom: 35px;
	opacity: 1;
}

#am1.m2 {
	bottom: 73px;
	opacity: 1;
}

#am1.m3 {
	bottom: 111px;
	opacity: 1;
}

#bub1 {
	bottom: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#bub1.In {
	bottom: 0;
	opacity: 1;
}

#bub1.Out {
	bottom: 0;
	opacity: 0;
}

#bub2 {
	bottom: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#bub2.In {
	bottom: 0;
	opacity: 1;
}

#bub2.Out {
	bottom: 0;
	opacity: 0;
}

#bub3 {
	bottom: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#bub3.In {
	bottom: 0;
	opacity: 1;
}

#bub3.Out {
	bottom: 0;
	opacity: 0;
}

#bub4 {
	bottom: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#bub4.In {
	bottom: 0;
	opacity: 1;
}

#bub4.Out {
	bottom: 0;
	opacity: 0;
}

#go1 {
	bottom: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#go1.In {
	opacity: 1;
}

#go1.m1 {
	bottom: 38px;
	opacity: 0;
}

#go2 {
	opacity: 0;
	position: absolute;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#go2.In {
	opacity: 1;
}

#go2.m1 {
	bottom: 38px;
	opacity: 1;
}

#go2.m2 {
	bottom: 76px;
	opacity: 1;
}

#final {
	bottom: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#final.In {
	opacity: 1;
}

#final.m1 {
	bottom: 38px;
	opacity: 1;
}

#flo1 {
	left: -200px;
	position: absolute;
	opacity: 1;
}

#flo1.In {
	left: 0;
	position: absolute;
	opacity: 1;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	transition: all .7s;
}

#flo1.Out {
	left: 0;
	position: absolute;
	opacity: 0;
}

#flo2 {
	left: 0;
	position: absolute;
	opacity: 0;
}

#flo2.In {
	left: 0;
	position: absolute;
	opacity: 1;
}

#flo2.Out {
	left: 0;
	position: absolute;
	opacity: 0;
}

#flo3 {
	left: 0;
	position: absolute;
	opacity: 0;
}

#flo3.In {
	left: 0;
	position: absolute;
	opacity: 1;
}

#flo3.Out {
	left: 0;
	position: absolute;
	opacity: 0;
}

#flo4 {
	left: 0;
	position: absolute;
	opacity: 0;
}

#flo4.In {
	left: 0;
	position: absolute;
	opacity: 1;
}

#flo4.Out {
	left: 0;
	position: absolute;
	opacity: 0;
}




/* NEW CODE - AQ 5-11-17 */
#background{
	background: url(flo1.png) no-repeat;
	background-position-x: 0px;
	height: 250px;
	left: 0;
	position: absolute;
	top: 0;
	width: 300px;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
			transition: all .5s;
}
#background.init{background-position-x: -150px;}
#background.f2{background: url(flo3.png);}
#background.f3{background: url(flo4.png);}
#background.f4{background: url(flo5.png);}

#ad .text{
	background: #1e73e9;
	border-radius: 25px;
	color: #ffffff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 10px;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	right: 15px;
	text-align: right;
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
			transition: all .25s;
}
#companies,#all-text{
	height: 250px;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 300px;
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
			transition: all .25s;
}
#companies.up1{bottom: 32px;}
#companies.up2{bottom: 77px;}
#all-text.end{bottom:38px;}

#ad .text.In,#tail.In{opacity: 1;}
.text{top: 217px}
.m1{top: 192px}
.m2{top:167px}
.m3{top:142px}
.m4{top:-42px}

#tail{
	background: url(tail.png);
	height: 250px;
	opacity: 0;
	width: 300px;
	-webkit-transition: all .1s;
	   -moz-transition: all .1s;
			transition: all .1s;
}
