#banner {
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: #d4eee7;
	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;
	font-family: Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#banner .text {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #333;
	letter-spacing: 0.2px;
}
#text1 {
	top: 13px;
}
#linkcta {
	position: absolute;
	width: 180px;
	height: auto;
	text-align: center;
	top: 37px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 8px 0;
	opacity: 0;
	font-size: 18px;
	font-weight: 400;
	color: #2f86d4;
	z-index: 100;
}
#linkcta:hover {
	text-decoration: underline;
}
#banner .divider {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
	z-index: 200;
    pointer-events: none;
	background-color: #afb6b4;
}
#divider1 {
	top: 84px;
}
#divider2 {
	top: 162px;
}
#divider3 {
	top: 217px;
}
#divider4 {
	top: 272px;
	z-index: 100;
    opacity: 1;
}
#divider5 {
	top: 327px;
    opacity: 1;
}
#slidercontainer {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 324px;
	opacity: 0;
}
#sliderlabel {
	position: absolute;
	width: 200px;
	top: 100px;
	left: 4px;
	margin-left: 10px;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	letter-spacing: 0.1px;
}
#slidervalue {
	position: absolute;
	width: 100px;
	top: 100px;
	right: 14px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 600;
	text-align: right;
	color: #333;
}
#slider {
	position: absolute;
	width: 293px;
	height: 6px;
	left: 16px;
	top: 136px;
	border: 1px solid #9acae0;
	background-color: #e3f4ef;
	border-radius: 6px;
}
#sliderfill {
	position: relative;
	width: 0;
	height: 6px;
	left: -1px;
	top: -1px;
	border: 1px solid #101f30;
	background-color: #101f30;
	border-radius: 6px;
}
#pivot {
	position: absolute;
	top: 126px;
	margin-left: 8px;
}
#pivotbg {
    position: absolute;
	width: 28px;
	height: 28px;
    border-radius: 50%;
	background: #3289d5; /* Old browsers */
    background: -moz-linear-gradient(top, #52a2e0 0%, #206cc5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #52a2e0 0%,#206cc5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #52a2e0 0%,#206cc5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a2e0', endColorstr='#206cc5',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;
}
#pivotdollar {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 0;
	left: 0;
	line-height: 28px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
#pivotbgover {
	position: absolute;
	width: 28px;
	height: 28px;
    border-radius: 50%;
	background: #4bb3e9; /* Old browsers */
    background: -moz-linear-gradient(top, #77c7ef 0%, #3196df 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #77c7ef 0%,#3196df 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #77c7ef 0%,#3196df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c7ef', endColorstr='#3196df',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: 296px;
	height: 29px;
	left: 15px;
	top: 124px;
	z-index: 100;
}
#banner .trow {
	position: absolute;
	width: 100%;
	height: 55px;
	left: 0px;
	color: #31353b;
	background-color: #d4eee7;
	opacity: 0;
	z-index: 100;
}
#trow1 {
	top: 162px;
}
#trow2 {
	top: 217px;
}
#trow3 {
	top: 272px;
}
#banner .trow .tcol {
	position: absolute;
	left: 0;
	top: 0;
	height: 55px;
	line-height: 55px;
	font-size: 15px;
	font-weight: 400;
}
#banner .trow .tcol.col1 {
	width: 100%;
	margin-left: 22px;
	text-align: left;
}
#banner .trow .tcol.col2 {
	width: 100%;
	margin-left: 17px;
	text-align: center;
}
#banner .trow .tcol.col3 {
	width: 100%;
    margin-left: -25px;
	text-align: right;
}
#cta {
	position: absolute;
	width: 182px;
	height: 47px;
	left: 11px;
	bottom: -20px;
	opacity: 0;
	background: #2f86d4;
	font-family: 'Lato', sans-serif;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	line-height: 47px;
	color: #fff;
	overflow: hidden;
}
#ctatext {
	width: 163px;
}
#arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
	bottom: 18px;
	right: 18px;
	z-index: 450;
	pointer-events: none;
}
#shine {
	position: absolute;
	width: 200px;
	height: 56px;
	left: -220px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#cta.hl {
	background-color: #42a9e5;
}
#logo {
	position: absolute;
	width: 102px;
	height: 30px;
	right: 13px;
	bottom: 36px;
    background-repeat: no-repeat;
	background-image: url('logo.svg');
}
#terms {
	position: absolute;
	width: 150px;
	height: 20px;
	bottom: 16px;
	right: 17px;
	text-align: right;
	font-size: 9px;
    line-height: 11px;
	color: #333;
	opacity: 0.4;
	letter-spacing: 0.1px;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}