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: 728px;
	height: 90px;
	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: left;
	opacity: 0;
	width: 300px;
    margin-left: 9px;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
}
#text1 {
    left: 300px;
	top: 9px;
}
#text2 {
    left: -300px;
	top: 34px;
}
#label {
	position: absolute;
	width: 300px;
	height: auto;
	top: 59px;
    left: 9px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #666667;
	opacity: 0;
}
#loanstable {
	position: absolute;
	width: 280px;
    height: auto;
	padding-top: 2px;
    left: 245px;
    padding-bottom: 5px;
	margin: 0 auto;
	text-align: center;
    z-index: 110;
    pointer-events: all;
}
.tcell {
	display: inline-block;
	margin: 7px 6px;
	height: 28px;
	width: 74px;
	background: #f9f9f9;
	line-height: 28px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
	color: #333333;
	text-align: center;
	opacity: 0;
    z-index: 120;
}
#cta {
	position: absolute;
	width: 179px;
	height: 45px;
	right: 10px;
	bottom: 39px;
    margin-bottom: -40px;
    opacity: 0;
	background-color: #2F86D4;
	border-radius: 4px;
	font-size: 15px;
	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: 45px;
	background-color: #2F86D4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 94%;
    opacity: 0;
}
#ctaarrow {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #fff;
	bottom: 17px;
	right: -170px;
    margin-right: 20px;
	z-index: 450;
	pointer-events: none;
}
#shine {
	position: absolute;
	width: 200px;
	height: 56px;
	left: -220px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 148px;
	height: 66px;
	right: 60px;
	bottom: -12px;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url('logo.gif');
}
#terms {
    position: absolute;
    width: 80px;
	right: 12px;
    bottom: 7px;
    font-family: Arial, sans-serif;
    font-size: 9px;
    line-height: 12px;
	text-align: right;
    color: #666;
    opacity: 0.4;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}