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: 300px;
	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;
}
.text {
	position: absolute;
	text-align: center;
	opacity: 0;
	width: 200px;
	font-size: 16px;
	font-weight: 700;
	color: #08C177;
}
#text1 {
    margin-left: 96px;
	top: 211px;
}
#label {
	position: absolute;
	width: 258px;
	height: auto;
	top: 68px;
    left: 14px;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: #000000;
	opacity: 0;
}
#line {
    position: absolute;
    width: 275px;
    height: 2px;
    top: 38px;
    left: 12px;
    background-color: #e7e6e5;
}
#loanstable {
	position: absolute;
	width: 300px;
    height: auto;
	top: 12px;
    left: -0.5px;
	margin: 0 auto;
	text-align: center;
    z-index: 110;
    pointer-events: all;
}
.tcell {
	display: inline-block;
	margin: 0px 8px;
	height: 28px;
	width: 87px;
	line-height: 28px;
    font-size: 14px;
    font-weight: 400;
	color: #666767;
	text-align: center;
	opacity: 0;
    z-index: 120;
}
#tcell3 {
    width: 63px;
}
#tcellhighlight {
    position: absolute;
    width: 89px;
    height: 2px;
    top: 38px;
    left: 11px;
    background-color: #08C177;
    border-radius: 2px;
    opacity: 0;
    z-index: 600;
    pointer-events: none;
}
#loanslider {
	position: absolute;
	width: 272px;
	height: 8px;
	top: 103px;
	left: 14px;
	background-color: #d4eee7;
	border: 1px solid #d4eee7;
	border-radius: 9px;
	opacity: 0;
}
#loansliderfill {
	position: relative;
	width: 0;
	min-width: 15px;
	height: 10px;
	left: -2px;
	top: -1px;
	background-color: #08c177;
	border-radius: 10px;
}
#pivot {
	position: absolute;
	top: -11px;
	left: -6px;
}
#pivotbg {
    position: absolute;
	width: 30px;
	height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
	background: #3289d5; /* Old browsers */
    background: -moz-linear-gradient(top, #e25571 0%, #cb253c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e25571 0%,#cb253c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e25571 0%,#cb253c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e25571', endColorstr='#cb253c',GradientType=0 ); /* IE6-9 */
    box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -o-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
	opacity: 1;
}
#pivotbgover {
	position: absolute;
	width: 30px;
	height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
	background: #4bb3e9; /* Old browsers */
    background: -moz-linear-gradient(top, #ed7896 0%, #dd3351 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ed7896 0%,#dd3351 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ed7896 0%,#dd3351 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7896', endColorstr='#dd3351',GradientType=0 ); /* IE6-9 */
    box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -o-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    top: 0;
	opacity: 0;
}
#sliderhit {
	position: absolute;
	width: 275px;
	height: 31px;
	top: -11px;
	left: -2px;
	z-index: 100;
}
#slideroutput {
    position: absolute;
    width: 150px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    top: -36px;
    left: 194px;
    text-align: left;
}
#cta {
	position: absolute;
	width: 275px;
	height: 43px;
	right: 12px;
	bottom: 60px;
    margin-bottom: -40px;
    opacity: 0;
	background-color: #08C177;
	border-radius: 4px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	line-height: 43px;
	color: #fff;
	overflow: hidden;
    z-index: 509;
    pointer-events: none;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 43px;
	background-color: #08C177;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 93%;
    opacity: 0;
}
#ctaarrow {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #fff;
	bottom: 15px;
	right: -170px;
    margin-right: 58px;
	z-index: 450;
	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: 170px;
	height: 80px;
	left: 12px;
	bottom: -5px;
	background-image: url('logo.gif');
    background-repeat: no-repeat;
    background-size: contain;
}
#terms {
    position: absolute;
    width: 300px;
    bottom: 3px;
    font-family: Arial, sans-serif;
    font-size: 9px;
	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;
}