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;
}
.text {
	position: absolute;
	text-align: center;
	opacity: 0;
	width: 100%;
	top: 16px;
	font-size: 17px;
	font-weight: 700;
	color: #31353b;
}
#title {
	width: 425px;
    left: 200px;
}
#title2 {
    font-size: 26px;
    font-weight: 400;
    top: 42px;
}
#runningapr {
    font-weight: 700;
}
#banner .label {
	position: absolute;
	width: 200px;
	height: 15px;
	left: 17px;
	font-size: 14px;
	font-weight: 400;
	color: #828280;
	letter-spacing: -0.1px;
	opacity: 0;
}
#label1 {
	top: 96px;
}
#label2 {
	top: 136px;
}
#label3 {
	top: 176px;
}
#banner .inputdiv {
    position: absolute;
    right: 12px;
    width: 199px;
    height: 32px;
    top: 85px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    opacity: 0;
    z-index: 105;
}
#banner .inputdiv input {
    width: 186px;
    height: 30px;
    padding-left: 11px;
    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: 199px;
    height: 32px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    top: 125px;
    right: 12px;
    opacity: 0;
}
#purposeselector, #purposeselector2 {
    position: absolute;
	font-family: 'Lato', sans-serif;
    width: 199px;
    height: 32px;
    top: 0px;
    right: 0px;
    padding-left: 10px;
    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;
}
#purposeselector:hover {
    background-color: #f1f1f5;
}
#purposeselector2:hover {
    background-color: #f1f1f5;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
select:focus {
    outline:0;
}
#arrow1, #arrow2 {
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #222;
    top: 13px;
    right: 12px;
    z-index: 650;
    pointer-events: none;
}
#dropdown2 {
    position: absolute;
    width: 199px;
    height: 32px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    top: 165px;
    right: 12px;
    opacity: 0;
}
#cta {
	position: absolute;
	width: 310px;
	height: 48px;
	left: 14px;
	bottom: 19px;
    margin-bottom: -40px;
    opacity: 0;
	background-color: #2f86d4;
	border-radius: 4px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	line-height: 48px;
	color: #fff;
	overflow: hidden;
    z-index: 509;
    pointer-events: none;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 48px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 94%;
    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: 18px;
	right: 74px;
    margin-right: -170px;
    z-index: 150;
    pointer-events: none;
}
#shine {
	position: absolute;
	width: 250px;
	height: 65px;
	left: -320px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 125px;
	height: 75px;
	left: 23px;
	top: -16px;
	background-image: url('logo.gif');
    background-repeat: no-repeat;
    background-size: contain;
}
#terms {
    position: absolute;
    width: 100%;
	left: 0;
    bottom: 4px;
    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;
}