html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#banner {
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 728px;
	height: 90px;
	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;
}
.line {
    position: absolute;
    width: 245px;
    height: 2px;
    background-color: #cccccc;
    top: 2px;
}
#line1 {
    left: 15px;
}
#line2 {
    width: 226px;
    left: 272px;
}
#line3 {
    top: 86px;
    left: 15px;
}
#line4 {
    width: 226px;
    top: 86px;
    left: 272px;
}
.section {
    position: absolute;
    width: 266px;
    height: 140px;
    opacity: 0;
    top: 10px;
}
#section1 {
    margin-left: 14px;
    left: -300px;
}
#section2 {
    margin-left: 274px;
    left: 300px;
}
.text {
	position: absolute;
	text-align: left;
	width: 266px;
	font-size: 12px;
	font-weight: 400;
    line-height: 16px;
}
#text1, #text3 {
	top: 0px;
    font-size: 18px;
	color: #000000;
    font-weight: 700;
}
#text2, #text4 {
	top: 24px;
	color: #666767;
}
.green {
	color: #08c177;
    text-decoration: underline;
}
#cta {
	position: absolute;
	width: 206px;
	height: 42px;
	right: 12px;
	bottom: 16px;
    margin-bottom: -40px;
    opacity: 0;
	background-color: #2F86D4;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 42px;
	color: #fff;
	overflow: hidden;
    z-index: 509;
    pointer-events: none;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 42px;
	background-color: #2F86D4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 92%;
    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: 15px;
	right: -170px;
    margin-right: 29px;
	z-index: 450;
	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: 168px;
	height: 77px;
	right: -49px;
	top: -23px;
	background-image: url('logo.gif');
    background-repeat: no-repeat;
    background-size: contain;
}
#terms {
    position: absolute;
    width: 300px;
    bottom: 4px;
    right: 14px;
    font-family: Arial, sans-serif;
    font-size: 9px;
	text-align: right;
    color: #666;
    opacity: 0.4;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}