* {
    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: 80px;
    height: 60px;
    z-index: 800;
}
.text {
	position: absolute;
	width: 100%;
	text-align: left;
	color: #101f30;
    font-size: 16px;
    margin-left: 13px;
    font-weight: 700;
	opacity: 0;
    z-index: 10;
    pointer-events: none;
}
#text1 {
	left: 300px;
	top: 7px;
}
#text2 {
	left: -300px;
	top: 29px;
}
#text3 {
    top: 53px;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
}
#loanstable {
	position: absolute;
	width: 300px;
	top: 76px;
    left: 0px;
	margin: 0 auto;
	text-align: center;
	z-index: 400 !important;
    pointer-events: all;
}
#loanstable .tcell {
	display: inline-block;
	margin: 4px 2px;
	width: 84px;
	height: 43px;
    border: solid 1px #ebebeb;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	line-height: 43px;
    font-size: 14px;
    font-weight: 700;
	color: #333333;
	text-align: center;
	opacity: 0;
    z-index: 110;
    pointer-events: all;
}
#cta {
	position: absolute;
	width: 275px;
	height: 39px;
	right: 12px;
	bottom: 26px;
    margin-bottom: -40px;
    opacity: 0;
	background-color: #2f86d4;
	border-radius: 4px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	line-height: 39px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 39px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 93%;
    opacity: 0;
}
#ctaarrow {
    position: absolute;
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    bottom: 13px;
	right: 58px;
    margin-right: -170px;
    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;
}
#logo {
	position: absolute;
	width: 107px;
	height: 63px;
	left: -7px;
	bottom: -18px;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url('logo.gif');
}
#terms {
    position: absolute;
    width: 300px;
	height: 10px;
    bottom: 4px;
    right: 18px;
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 9px;
    line-height: 9px;
    color: #333333;
	opacity: 0.4;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}