* {
    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: 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;
}
#unclick {
    position: absolute;
    width: 60px;
    height: 40px;
    z-index: 800;
}
.text {
	position: absolute;
	width: 100%;
    height: 39px;
	text-align: center;
	color: #101f30;
    font-size: 26px;
    font-weight: 700;
	opacity: 0;
}
#text1 {
	left: 300px;
    letter-spacing: 0.5px;
	top: 9px;
}
#text2 {
    top: 38px;
    width: 280px;
    left: 10px;
    color: #08c177;
    font-weight: 400;
    line-height: 39px;
    font-size: 20px;
}
#loanstable {
	position: absolute;
	width: 300px;
	top: 85px;
	margin: 0 auto;
	text-align: center;
	z-index: 400 !important;
    pointer-events: all;
}
.circle {
	display: inline-block;
	padding: 2.5px 1px;
	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: 11px;
    height: 45px;
    width: 89px;
    z-index: 50;
    position: relative;
}
.circle_rollover {
    background: #9be4d2; /* Old browsers */
    background: -moz-linear-gradient(left, #9be4d2 0%, #b8cedd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #9be4d2 0%,#b8cedd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #9be4d2 0%,#b8cedd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9be4d2', endColorstr='#b8cedd',GradientType=1 ); /* IE6-9 */
    border-radius: 11px;
    height: 45px;
    z-index: 80;
    opacity: 0;
    width: 89px;
    position: absolute;
}
.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: 10px;
    height: 37px;
    width: 81px;
    z-index: 100;
    left: 4px;
    margin-top: -41px;
    pointer-events: none;
}	
.circle_inner {
	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: 9px;
	height: 33px;
	width: 77px;
	top: 2px;
	left: 2px;
}
.amt {
	font-size: 13px;
	font-weight: 400;
	color: #333;
    text-align: center;
	padding-top: 8px;
    letter-spacing: -0.1px;
}
#cta {
	position: absolute;
	width: 170px;
	height: 40px;
	right: 10px;
    margin-bottom: -40px;
	bottom: 10px;
    opacity: 0;
	background-color: #2f86d4;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	line-height: 39px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 40px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 100%;
    opacity: 0;
}
#shine {
	position: absolute;
	width: 250px;
	height: 65px;
	left: -300px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 134px;
	height: 79px;
	left: -9px;
	top: 171px;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url('logo.gif');
}
#terms {
    position: absolute;
    width: 116px;
	height: 10px;
    bottom: 13px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 8.5px;
    letter-spacing: -0.2px;
    line-height: 9px;
    color: #333333;
	opacity: 0.3;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}