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: 336px;
	height: 280px;
	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: 80px;
    height: 60px;
    z-index: 800;
}
#line {
    position: absolute;
    width: 289px;
    height: 1px;
    background: #e8e8e8;
    border-bottom: 1px solid #e2e2e2;
    left: 24px;
    top: 38px;
    opacity: 0;
}
.text {
	position: absolute;
	text-align: center;
	opacity: 0;
	width: 100%;
	top: 13px;
	font-size: 17px;
	font-weight: 700;
	color: #31353b;
}
#title {
    font-family: 'Libre Baskerville', serif;
	font-size: 18px;
	font-weight: 400;
    color: #101f30;
    letter-spacing: -0.3px;
	width: 426px;
    margin-left: 3px;
    left: 155px;
}
#title3, #title4, #title5, #title6 {
    font-size: 23px;
    font-weight: 700;
    top: 49px;
    left: 150px;
}
#title3, #title5 {
    color: #08c177;
}
#title4, #title6 {
    font-size: 16px;
    letter-spacing: 0.4px;
    top: 53px;
}
#title5, #title6 {
    left: 250px;
}
#banner .label {
	position: absolute;
	width: 200px;
	height: 15px;
	left: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #828280;
	letter-spacing: -0.1px;
	opacity: 0;
}
#label1 {
	top: 96px;
}
#label2 {
	top: 138px;
}
#label3 {
	top: 180px;
}
#dropdownbg {
    position: absolute;
    width: 200px;
    height: 128px;
    z-index: 125;
    top: 84px;
    left: 114px;
}
.dropdown {
    position: absolute;
    width: 198px;
    height: 34px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    left: 114px;
    opacity: 0;
}
#dropdown1 {
    top: 84px;
}
#dropdown2 {
    top: 126px;
}
#dropdown3 {
    top: 168px;
}
.purposeselector {
    position: absolute;
	font-family: 'Lato', sans-serif;
    width: 198px;
    height: 34px;
    top: 0px;
    right: 0px;
    padding-left: 12px;
    border: none;
	background-color: #fff;
    z-index: 505;
    font-weight: 400;
    letter-spacing: -0.1px;
    border-radius: 3px;
    font-size: 16px;
    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: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #222;
    top: 14px;
    right: 13px;
    z-index: 650;
    pointer-events: none;
}
#fakedropdown {
    position: absolute;
    top: 69px;
    left: 112px;
    width: 198px;
    height: 34px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    background: #fff;
    opacity: 0;
    z-index: 1130;
    pointer-events: none;
    margin-left: 2px;
    margin-top: 15px;
}
.fakeoption {
    position: absolute;
    width: 182px;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    top: 8px;
    left: 117px;
    background: #fff;
    border-radius: 3px;
    font-size: 16px;
    color: #2f86d4;
    opacity: 0;
    z-index: 1140;
    pointer-events: none;
    margin-left: 2px;
    margin-top: 15px;
}
#fakeoption2 {
    top: 40px;
}
#fakeoption3 {
    top: 72px;
}
#fakeoption4 {
    top: 104px;
}
#fakeoption5 {
    top: 136px;
}
#fakeoption6 {
    top: 166px;
}
#fakearrow1 {
    top: 99px;
    right: 36px;
    opacity: 0;
    z-index: 1150;
    pointer-events: none;
}
#cta {
	position: absolute;
	width: 291px;
	height: 44px;
	left: 23px;
	bottom: 23px;
    margin-bottom: -40px;
    opacity: 0;
	background-color: #2f86d4;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
	color: #fff;
	overflow: hidden;
    z-index: 509;
    pointer-events: none;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 44px;
	background-color: #2f86d4;
	border-radius: 5px;
}
#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: 16px;
	right: 67px;
    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: 128px;
	height: 76px;
	left: 10px;
	top: -19px;
	background-image: url('logo.gif');
    background-repeat: no-repeat;
    background-size: contain;
}
#terms {
    position: absolute;
    width: 100%;
	left: 0;
    bottom: 7px;
    font-family: Arial, sans-serif;
    font-size: 10px;
	text-align: center;
    color: #666;
    opacity: 0.3;
	letter-spacing: 0.1px;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}