* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#banner, #banner * {
    box-sizing: content-box !important;
}
#banner {
    pointer-events: all;
}
#banner {
    font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	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;
	width: 600px;
    font-size: 25px;
    font-weight: 700;
	color: #111;
	text-align: left;
	opacity: 0;
    z-index: 2;
}
#text1 {
    top: 16px;
    left: 300px;
    margin-left: 153px;
}
#text2 {
    top: 60px;
    line-height: 42px;
    font-size: 16px;
	color: #333;
    left: 24px;
    font-weight: 400;
}
#text3 {
	text-align: left;
	opacity: 0;
	width: 264px;
    height: 83px;
    padding-left: 20px;
    padding-top: 16px;
	font-size: 15px;
    right: 19px;
    top: 54px;
    border-radius: 4px;
    line-height: 23px;
	font-weight: 400;
	color: #000;
    background-color: #f1f3f8;
}
span {
    font-weight: 700;
    color: #d93551;
}
.line {
    position: absolute;
    width: 620px;
    height: 1px;
    background-color: #ddd;
    left: 21px;
    top: 55px;
    z-index: 2;
}
#loanstable {
	position: absolute;
	width: 638px;
	top: 95px;
    padding-left: 12px;
	margin: 0 auto;
	text-align: center;
	z-index: 400 !important;
    pointer-events: all;
}
.circle {
	display: inline-block;
	margin: 8.5px 9px;
	opacity: 0;
    z-index: 110;
    pointer-events: all;
}
.circle_outer {
    background: #daf5ef; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #daf5ef 0%, #e2eff2 62%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #daf5ef 0%,#e2eff2 62%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #daf5ef 0%,#e2eff2 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf5ef', endColorstr='#e2eff2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 16px;
    width: 139px;
    height: 56px;
    z-index: 50;
    position: relative;
}
.circle_rollover {
    position: absolute;
    background: #e4e4e4; /* Old browsers */
    background: -moz-linear-gradient(top,  #d8d8d8 0%, #fefefe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d8d8d8 0%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d8d8d8 0%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
    border-radius: 12px;
    width: 129px;
    height: 46px;
    margin-left: 5px;
    margin-top: 5px;
    opacity: 0;
    z-index: 185;
}
.circle_middle {
    position: relative;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 62%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 62%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#d8d8d8 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
    border-radius: 12px;
    width: 129px;
    height: 46px;
    z-index: 100;
    left: 5px;
    margin-top: -51px;
    pointer-events: none;
}	
.circle_inner, .circle_inner2 {
	position: absolute;
    background: #e3e4e6; /* Old browsers */
    background: -moz-linear-gradient(top, #e3e4e6 0%, #f3f4f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e3e4e6 0%,#f3f4f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e3e4e6 0%,#f3f4f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e4e6', endColorstr='#f3f4f6',GradientType=0 ); /* IE6-9 */
	border-radius: 11px;
	width: 122px;
	height: 40px;
	top: 3px;
	left: 3px;
}
.circle_inner2 {
    background: #ecedef; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f2f4 0%, #e3e4e6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f1f2f4 0%,#e3e4e6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f1f2f4 0%,#e3e4e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f4', endColorstr='#e3e4e6',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 1px 2px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 1px 2px 5px 0px rgba(0,0,0,0.35);
    box-shadow: inset 1px 2px 5px 0px rgba(0,0,0,0.35);
}
.amt, .amt2 {
	font-size: 18px;
	font-weight: 400;
	color: #333;
    text-align: center;
	padding-top: 9px;
    letter-spacing: -0.2px;
}
#cta {
	position: absolute;
	bottom: 22px;
    margin-bottom: -40px;
	width: 284px;
	height: 59px;
	opacity: 0;
	right: 19px;
	background: #2f86d4;
	border-radius: 4px;
	overflow: hidden;
    z-index: 101;
    pointer-events: none;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 59px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
    position: absolute; 
	width: 93%;
    line-height: 59px;
	color: #fff;
	font-size: 20px;
    letter-spacing: -0.1px;
	font-weight: 700;
	text-align: center;
    left: 170px;
    opacity: 0;
}
#arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #fff;
	bottom: 22px;
	right: 50px;
    margin-right: -170px;
	z-index: 450;
	pointer-events: none;
}
#shine {
	position: absolute;
	width: 210px;
	height: 64px;
	left: -300px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 182px;
	height: 104px;
	left: -7px;
	top: -25px;
    background-repeat: no-repeat;
	background-image: url('logo.gif');
    background-size: contain;
}
#terms {
    position: absolute;
    width: 300px;
    bottom: 4px;
    right: 84px;
    font-family: Arial, sans-serif;
    text-align: right;
    font-size: 9px;
    color: #a3a3a3;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}