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: center;
	opacity: 0;
	width: 198px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
#text1 {
    margin-left: 300px;
	top: 11px;
}
.ratetext {
    position: absolute;
    width: 100px;
    height: 20px;
    color: #08C177;
    font-size: 21px;
    font-weight: 700;
    margin-left: 60px;
    opacity: 0;
}
#ratetext1 {
    top: 34px;
    left: 11px;
}
#ratetext2 {
    top: 63px;
    left: 34px;
    font-size: 14px;
    color: #000000;
}
#ratetext3 {
    top: 34px;
    left: 107px;
}
#ratetext4 {
    top: 63px;
    left: 131px;
    font-size: 14px;
    color: #000000;
}
#rate, #apr {
    font-size: 30px;
}
.percent {
    position: absolute;
    top: 5px;
}
#label {
	position: absolute;
	width: 300px;
	height: auto;
	top: 5px;
    left: 208px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #000000;
	opacity: 0;
}
#loanstable {
	position: absolute;
	width: 350px;
    height: auto;
	top: 22px;
    left: 180px;
    padding-bottom: 5px;
	margin: 0 auto;
	text-align: center;
    z-index: 110;
    pointer-events: all;
}
.tcell {
	display: inline-block;
	margin: 1.5px .5px;
	height: 30px;
	width: 96px;
	background: #f1f3f8;
	line-height: 30px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
	color: #d93551;
	text-align: center;
	opacity: 0;
    z-index: 120;
}
#cta {
	position: absolute;
	width: 186px;
	height: 40px;
	right: 9px;
	bottom: 15px;
    margin-bottom: -40px;
    opacity: 0;
	background-color: #08C177;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	color: #fff;
	overflow: hidden;
    z-index: 509;
    pointer-events: none;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 40px;
	background-color: #08C177;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 100%;
    opacity: 0;
}
#shine {
	position: absolute;
	width: 250px;
	height: 65px;
	left: -320px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 84px;
	height: 25px;
	right: 60px;
	top: 6px;
	background-image: url('logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
#terms {
    position: absolute;
    width: 200px;
	right: 1px;
    bottom: 1px;
    font-family: Arial, sans-serif;
    font-size: 10px;
	text-align: center;
    color: #666;
    opacity: 0.3;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}