#clicktag{
	left:0px;
	top:0px;
	cursor:pointer;
	z-index:800;
	height:600px;
}

.retina {
    position: absolute;
    width:728px;
    height:90px;
}

body {
    background-color:#ffffff;
}

#container{
	position:absolute;
	overflow:hidden;
	visibility:hidden;
	left:0px;
	top:0px;
	opacity:0;
	
	background-color:#003048;
}

#border{
	width:798px;
	height:248px;	
	border:#999999 solid 1px;
	opacity:0;
}

/* ICON SVG ELEMENTS ///////////////////////////////////////////////// */

#iconSVG{
	position:absolute;
	opacity:1;
	left:0px;
	top:0px;
	width:300px;
	transform: scale(1);
	z-index:1;
}

#bigSVG{
	position:absolute;
	opacity:1;
	left:5px;
	top:0px;
	width:300px;
    height:300px;
	transform: scale(1.3);
	z-index:1;
}

#chevron1{
	position:absolute;
	opacity:1;
	left:38px;
	top:-60px;
	z-index:0;
	width:300px;
    height:300px;
	transform: scale(.32) rotate(45deg);

}

/* LOGO BUILD ELEMENTS ///////////////////////////////////////////////// */

#SVB_build{
	position:absolute;
	opacity:1;
	left:-13px;
	top:472px;
	width:475px;
    height:175px;
    transform: scale(.5);
}

/* CTA ELEMENTS ///////////////////////////////////////////////// */

#CTA{
	position:absolute;
	opacity:1;
	left:0px;
	top:0px;
	z-index:590;
}

#CTA_over{
	position:absolute;
	opacity:0;
	left:0px;
	top:90px;
	z-index:600;
}


