#lt_banner {
	font-family: 'Lato', sans-serif;
    font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 300px;
	height: 600px;
	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;
}
.line {
    position: absolute;
    width: 276px;
    height: 1px;
    top: 48px;
    left: 12px;
    background: #ccc;
	opacity: 0;
}
#line2 {
    top: 257px;
}
.text {
	position: absolute;
	width: 100%;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
	color: #888;
	opacity: 0;
}
#text1 {
	font-family: Georgia, Times, "Times New Roman", serif;
    left: 300px;
    top: 57px;
	color: #101f30;
    font-weight: normal;
    letter-spacing: 0.1px;
}
#text3 {
    top: 92px;
    font-size: 16px;
    font-weight: 400;
    left: 12px;
    width: 276px;
    height: 22px;
    line-height: 22px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#text4, #text5, #text6, #text7 {
    font-size: 36px;
    letter-spacing: -0.2px;
    top: 133px;
    left: -300px;
}
#text4, #text6 {
    color: #08c177;
}
#text5, #text7 {
    font-size: 16.5px;
    font-weight: 700;
    top: 175px;
	color: #222;
}
#text6, #text7 {
    left: 300px;
}
#tickerbg {
    position: absolute;
    overflow: hidden;
    width: 275px;
    height: 28px;
    left: 12px;
	top: 212px;
    background: #08c177;
    opacity: 0;
}
.marquee {
    position: absolute;
    color: #fff;
    left: 288px; 
    width: 400px;
    top: 5px;
    font-weight: 700;
    font-size: 14.5px; 
    letter-spacing: -0.1px;
}
#m3 {
    font-size: 13px;
    line-height: 18px;
}
#sliderlabel {
	position: absolute;
	width: 100%;
	top: 296px;
    left: 0;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
    letter-spacing: -0.1px;
	color: #777;
	opacity: 0;
}
#slider {
	position: absolute;
	width: 270px;
	height: 8px;
	top: 340px;
	left: 15px;
	background-color: #ebfbf7;
	border: 1px solid #ebfbf7;
	border-radius: 9px;
	opacity: 0;
    z-index: 150;
}
#sliderfill {
	position: relative;
	width: 0;
	min-width: 15px;
	height: 8px;
	left: -2px;
	top: -1px;
	background-color: #08c177;
	border: 1px solid #08c177;
	border-radius: 9px;
}
#pivot {
	position: absolute;
	width: 29px;
	height: 29px;
    border-radius: 50%;
    background: #098686; /* Old browsers */
    background: -moz-linear-gradient(top,  #2ea9a9 0%, #046363 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2ea9a9 0%,#046363 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2ea9a9 0%,#046363 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea9a9', endColorstr='#046363',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: -11px;
	left: -6px;
}
#pivotdollar {
    position: absolute;
    width: inherit;
    line-height: 28px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
#pivotbgover {
	position: absolute;
	width: 29px;
	height: 29px;
    border-radius: 50%;
    background: #0ca2a2; /* Old browsers */
    background: -moz-linear-gradient(top,  #3dc1c1 0%, #057e7e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3dc1c1 0%,#057e7e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3dc1c1 0%,#057e7e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dc1c1', endColorstr='#057e7e',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: 274px;
	height: 30px;
	top: -11px;
	left: -2px;
	z-index: 100;
}
#slideroutput {
	position: absolute;
	width: 100%;
	top: 372px;
	left: 0;
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	color: #333;
    opacity: 0;
    z-index: 5;
}
#cta {
	position: absolute;
	width: 276px;
	height: 55px;
	left: 12px;
	bottom: -40px;
    opacity: 0;
    z-index: 5;
	background-color: #2f86d4;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 55px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 55px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 92.5%;
    opacity: 0;
}
#ctaarrow {
    position: absolute;
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
    bottom: 21px;
	right: -151px;
    z-index: 150;
    pointer-events: none;
}
#shine {
	position: absolute;
	width: 200px;
	height: 59px;
	left: -220px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 162px;
	height: 82px;
	left: 81px;
	top: -20px;
	background-image: url('logo.gif');
	background-repeat: no-repeat;
	background-size: contain;
    mix-blend-mode: darken;
    background-blend-mode: darken;
}
#terms {
	position: absolute;
	width: 100%;
	bottom: 9px;
	left: 0px;
    text-align: center;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666;
	opacity: 0.3;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}