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}
#banner {
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 300px;
	height: 600px;
	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;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#unclick {
    position: absolute;
    width: 80px;
    height: 60px;
    z-index: 800;
}
#logo {
	position: absolute;
	width: 155px;
	height: 100px;
	left: -5px;
	top: -22px;
	background-size: contain;
    background-repeat: no-repeat;
	background-image: url('logo.gif');
}
#title {
	position: absolute;
	width: 300px;
    text-align: left;
	margin-left: 23px;
	left: 250px;
	top: 47px;
	font-size: 22px;
	font-weight: 700;
	color: #101f30;
	opacity: 0;
}
#banner .text {
	position: absolute;
	opacity: 0;
}
#text1 {
	width: 220px;
	top: 102px;
	margin-left: 87px;
	font-size: 21px;
	font-weight: 600;
	color: #08c177;
}
#text2 {
	width: 220px;
	top: 127px;
	margin-left: 87px;
	font-size: 15px;
	font-weight: 400;
	color: #666667;
}
#text3 {
	width: 300px;
	top: 183px;
	font-size: 16px;
	font-weight: 400;
    letter-spacing: 0.2px;
	text-align: center;
	color: #333;
}
#banner .divider {
	position: absolute;
	width: 270px;
	height: 1px;
	left: 15px;
	background-color: #dbdfe8;
	opacity: 0;
}
#divider1 {
	top: 82px;
}
#divider2 {
	top: 162px;
}
#advisor {
	position: absolute;
	width: 52px;
	height: 53px;
	left: 24px;
	top: 96px;
	background-image: url('advisor.png');
    background-repeat: no-repeat;
    background-size: cover;
	opacity: 0;
}
#loanstable {
	position: absolute;
	width: 300px;
    height: auto;
	top: 225px;
    left: 0px;
	margin: 0 auto;
	text-align: center;
    z-index: 110;
    pointer-events: all;
}
.tcell {
	display: inline-block;
	margin: 4.5px 6.5px;
	height: 41px;
	width: 104px;
	background: #f1f3f8;
	line-height: 41px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
	color: #000000;
	text-align: center;
	opacity: 0;
    z-index: 120;
}
#cta {
	position: absolute;
	width: 275px;
	height: 59px;
	right: 11px;
	bottom: 42px;
    margin-bottom: -40px;
    opacity: 0;
	background-color: #2f86d4;
	border-radius: 4px;
	font-size: 20px;
    letter-spacing: -0.1px;
	font-weight: 700;
	text-align: center;
	line-height: 59px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 59px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 91%;
    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: 24px;
    margin-right: -170px;
	right: 46px;
    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;
}
#terms {
	position: absolute;
	width: 300px;
	height: 11px;
	bottom: 12px;
	left: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #A3A3A3;
	opacity: 1;
	letter-spacing: 0.1px;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}
