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: #f5f5f5;
	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: 276px;
    height: 1px;
    background: #ccc;
    left: 12px;
    top: 35px;
    opacity: 0;
}
.text {
	position: absolute;
	text-align: center;
	opacity: 0;
	width: 100%;
	top: 9px;
	font-size: 19px;
	font-weight: 700;
	color: #31353b;
}
#title {
	width: 384px;
    left: 150px;
    font-family: Georgia, Times, 'Lato', serif;
    font-weight: normal;
}
#title3, #title4, #title5, #title6 {
    font-size: 25.5px;
    font-weight: 700;
    top: 46px;
    left: 150px;
}
#title3, #title5 {
    color: #08c177;
}
#title4, #title6 {
    font-size: 18px;
    letter-spacing: 0.4px;
    top: 50px;
}
#title5, #title6 {
    left: 250px;
}
#banner .label {
	position: absolute;
	width: 200px;
	height: 15px;
	left: 12px;
	font-size: 14.5px;
	font-weight: 400;
	color: #828280;
	letter-spacing: -0.2px;
	opacity: 0;
}
#label1 {
	top: 94px;
}
#label2 {
	top: 144px;
}
#banner .inputdiv {
    position: absolute;
    left: 99px;
    width: 186px;
    height: 32px;
    top: 83px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    opacity: 0;
    z-index: 105;
}
#banner .inputdiv input {
    width: 172px;
    height: 30px;
    padding-left: 12px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    background-color: #fff;
    color: #2f86d4;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#banner .inputdiv:hover input {
	background-color: #f1f1f5;
}
#dropdown {
    position: absolute;
    width: 186px;
    height: 32px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    top: 133px;
    left: 99px;
    opacity: 0;
}
#purposeselector {
    position: absolute;
	font-family: 'Lato', sans-serif;
    width: 186px;
    height: 32px;
    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;
    line-height: 20px;
    color: #2f86d4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
}
#purposeselector:hover {
    background-color: #f1f1f5;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
select:focus {
    outline:0;
}
#arrow1 {
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #222;
    top: 14px;
    right: 12px;
    z-index: 650;
    pointer-events: none;
}
#cta {
	position: absolute;
	width: 275px;
	height: 50px;
	left: 12px;
	bottom: 20px;
    margin-bottom: -40px;
    opacity: 0;
	background-color: #2f86d4;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 50px;
	color: #fff;
	overflow: hidden;
    z-index: 509;
    pointer-events: none;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 50px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 95%;
    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: 19px;
	right: 53px;
    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: 124px;
	height: 72px;
	left: -1px;
	top: -20px;
	background-image: url('logo.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: darken;
    mix-blend-mode: darken;
}
#terms {
    position: absolute;
    width: 100%;
	left: 0;
    bottom: 4px;
    font-family: Arial, sans-serif;
    font-size: 9px;
	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;
}