html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#banner {
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 300px;
	height: 250px;
	background-color: #fff;
	top: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
	opacity: 0;
}
#unclick {
    position: absolute;
    width: 60px;
    height: 40px;
    z-index: 800;
}
.text {
	position: absolute;
	text-align: left;
	width: 100%;
	font-size: 18px;
    top: 13px;
    margin-left: 107px;
    left: 300px;
    letter-spacing: -0.1px;
	font-weight: 700;
	color: #31353b;
	opacity: 0;
}
#text2 {
    top: 37px;
    left: -300px;
    margin-left: 14px;
}
#line {
    position: absolute;
    width: 275px;
    height: 2px;
    left: 13px;
    background-color: #08C177;
    top: 65px;
    opacity: 0;
}
.label {
	position: absolute;
	width: 300px;
	height: 15px;
	font-size: 14px;
    text-align: left;
    left: 30px;
	font-weight: 400;
	color: #666767;
	opacity: 0;
	z-index: 120;
    pointer-events: none;
}
#label1 {
	top: 93px;
}
.dropdown {
    position: absolute;
    width: 260px;
    height: 36px;
    border-bottom: 1px solid #31353b;
    left: 20px;
    opacity: 0;
}
#dropdown1 {
    top: 114px;
}
.purposeselector {
    position: absolute;
	font-family: 'Lato', sans-serif;
    width: 260px;
    height: 36px;
    top: 0px;
    right: 0px;
    padding-left: 8px;
    border: none;
	background-color: #fff;
    z-index: 505;
    font-weight: 400;
    letter-spacing: -0.1px;
    border-radius: 3px;
    font-size: 21px;
    color: #2F86D4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
}
#purposeselector1:hover {
    background-color: #f1f1f5;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
select:focus {
    outline:0;
}
.arrow {
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #222;
    top: 16px;
    right: 23px;
    z-index: 650;
    pointer-events: none;
}
#cta {
	position: absolute;
	width: 275px;
	height: 44px;
	right: 12px;
	bottom: 25px;
    margin-bottom: -40px;
    opacity: 0;
	background-color: #2f86d4;
	border-radius: 4px;
	font-size: 17px;
    letter-spacing: -0.1px;
	font-weight: 700;
	text-align: center;
	line-height: 45px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 44px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 93%;
    opacity: 0;
}
#ctaarrow {
    position: absolute;
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    bottom: 15px;
	right: 58px;
    margin-right: -170px;
    z-index: 150;
    pointer-events: none;
}
#shine {
	position: absolute;
	width: 250px;
	height: 65px;
	left: -300px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 163px;
	height: 77px;
	left: -7px;
	top: -19px;
	background-image: url('logo.gif');
    background-repeat: no-repeat;
    background-size: contain;
}
#terms {
    position: absolute;
    width: 298px;
	height: 9px;
	left: 0;
    bottom: 8px;
    font-family: Arial, sans-serif;
    font-size: 9px;
	text-align: center;
    color: #333;
    opacity: 0.3;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}