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: 970px;
	height: 250px;
	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: 360px;
	font-size: 24px;
	font-weight: 700;
	color: #101f30;
}
#title {
    top: 42px;
    left: 300px;
}
#title2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    top: 116px;
}
#title3 {
    font-size: 16px;
    font-weight: 400;
    top: 86px;
    color: #666;
}
.line {
	position: absolute;
	width: 308px;
	height: 1px;
	left: 27px;
	background-color: #31353b;
}
#line1 {
	top: 78px;
	background-color: #ccc;
}
#line2 {
	top: 108px;
	background-color: #ccc;
}
#banner .label {
	position: absolute;
	width: 200px;
	height: 15px;
	left: 375px;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	letter-spacing: -0.1px;
	opacity: 0;
	z-index: 120;
    pointer-events: none;
}
#label1 {
	top: 18px;
}
#loanstable {
	position: absolute;
	width: 615px;
    height: auto;
	top: 42px;
    left: 352px;
    padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;
    z-index: 110;
    pointer-events: all;
}
.tcell {
	display: inline-block;
	margin: 6px 7px;
	height: 38px;
	width: 100px;
	background: #fff;
	line-height: 37px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 400;
	color: #000;
	text-align: left;
	opacity: 0;
    z-index: 120;
}
#cta {
	position: absolute;
	width: 280px;
	height: 52px;
	left: 41px;
	bottom: 24px;
    margin-bottom: -40px;
    opacity: 0;
	background-color: #2f86d4;
	border-radius: 4px;
	font-size: 19px;
    letter-spacing: -0.1px;
	font-weight: 700;
	text-align: center;
	line-height: 52px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 52px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 92%;
    opacity: 0;
}
#ctaarrow {
    position: absolute;
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    bottom: 19px;
	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: 130px;
	height: 78px;
	left: 116px;
	top: -16px;
	background-image: url('logo.gif');
    background-repeat: no-repeat;
    background-size: contain;
}
#terms {
    position: absolute;
    width: 360px;
	height: 9px;
	left: 0;
    bottom: 8px;
    font-family: Arial, sans-serif;
    font-size: 10px;
	text-align: center;
    color: #333;
    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;
}