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: 600px;
	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: center;
	opacity: 0;
	width: 100%;
	font-size: 23px;
	font-weight: 700;
	color: #101f30;
}
#title {
    top: 99px;
    left: 300px;
}
#title2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    top: 142px;
}
#title3 {
    font-size: 16px;
    font-weight: 400;
    top: 222px;
    color: #666;
}
.line {
	position: absolute;
	width: 259px;
	height: 1px;
	left: 20px;
	background-color: #31353b;
}
#line1 {
	top: 89px;
	background-color: #ccc;
	width: 275px;
	left: 12px;
}
#line2 {
	top: 132px;
	background-color: #ccc;
	width: 275px;
	left: 12px;
}
#line3 {
	top: 213px;
	background-color: #ccc;
	width: 275px;
	left: 12px;
}
#line4 {
	top: 247px;
	background-color: #ccc;
	width: 275px;
	left: 12px;
}
#line5 {
	top: 323px;
}
#line6 {
	top: 403px;
}
#line7 {
	top: 483px;
}
#banner .label {
	position: absolute;
	width: 200px;
	height: 15px;
	left: 29px;
	font-size: 12px;
	font-weight: 700;
	color: #828280;
	letter-spacing: -0.1px;
	opacity: 0;
	z-index: 120;
    pointer-events: none;
}
#label1 {
	top: 273px;
}
#label2 {
	top: 353px;
}
#label3 {
	top: 433px;
}
.dropdown {
    position: absolute;
    width: 300px;
    height: 48px;
    left: 0px;
    opacity: 0;
}
#dropdown1 {
    top: 288px;
}
#dropdown2 {
    top: 368px;
}
#dropdown3 {
    top: 448px;
}
#purposeselector1, #purposeselector2, #purposeselector3 {
    position: absolute;
	font-family: 'Lato', sans-serif;
    width: 263px;
    height: 34px;
    top: 0px;
    left: 18px;
    padding-left: 10px;
    border: none;
	background-color: #fff;
    z-index: 505;
    font-weight: 400;
    letter-spacing: -0.1px;
    border-radius: 4px;
    font-size: 21px;
    color: #2f86d4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
}
#purposeselector1:hover {
    background-color: #f1f1f5;
}
#purposeselector2:hover {
    background-color: #f1f1f5;
}
#purposeselector3: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: 15px;
    right: 42px;
    z-index: 650;
    pointer-events: none;
}
#cta {
	position: absolute;
	width: 275px;
	height: 55px;
	right: 13px;
    margin-bottom: -40px;
	bottom: 32px;
    opacity: 0;
	background-color: #2f86d4;
	border-radius: 4px;
	font-size: 18.5px;
    letter-spacing: -0.2px;
	font-weight: 700;
	text-align: center;
	line-height: 56px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 55px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 91%;
    opacity: 0;
}
#ctaarrow {
    position: absolute;
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
    bottom: 20px;
	right: -112px;
    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: 217px;
	height: 107px;
	left: 42px;
	top: -1px;
	background-image: url('logo.gif');
    background-repeat: no-repeat;
    background-size: contain;
}
#terms {
    position: absolute;
    width: 100%;
	left: 0;
    bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 10px;
	text-align: center;
    color: #a3a3a3;
	letter-spacing: 0.1px;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}