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: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#banner {
  position: absolute;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  width: 970px;
  height: 250px;
  background: #f9f9f9;
  top: 0px;
  left: 0px;
  margin: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}

.panel {
  position: absolute;
  color: #000;
  width: 271px;
  height: 120px;
  left: 350px;
  top: 43px;
  font-size: 25px;
  text-align: center;
  opacity: 0;
  z-index: 5;
}

#text2 {
  top: 66px;
  font-size: 80px;
  font-family: Times, serif;
  font-weight: bold;
  left: -250px;
}

#text3 {
  top: 145px;
  left: 300px;
  font-size: 20px;
}

#ratetable {
	position: absolute;
    overflow: hidden;
    width: 559px;
    height: 225px;
    left: 399px;
    top: 12px;
    z-index: 500;
}

.row {
	position: absolute;
    width: 559px;
    height: 45px;
    left: 600px;
    opacity: 0;
}

.divider {
    position: absolute;
    width: 559px;
    background-color: #bec3be;
    height: 1px;
    top: 44px;
    z-index: 5;
}

.rowbg {
    position: absolute;
    width: inherit;
    height: inherit;
	background-image: url('rowbg.png');
}

.rowbgani {
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    z-index: 1;
	background-image: url('rowbgani.png');
}

.rowbgover {
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    z-index: 2;
	background-image: url('rowbgover.png');
}
.tabletext {
	position: absolute;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    width: 454px;
    top: 13px;
    left: 25px;
    z-index: 3;
}
.tabletext span {
    font-weight: 400;
    font-size: 15px;
}
#row2 {
    top: 45px;
}
#row3 {
    top: 90px;
}
#row4 {
    top: 135px;
}
#row5 {
    top: 180px;
}
#row5 .divider {
    opacity: 0;
}
#ttext2, #ttext5, #ttext8, #ttext11, #ttext14 {
    left: 48px;
    text-align: center;
}
#ttext3, #ttext6, #ttext9, #ttext12, #ttext15 {
    text-align: right;
}
#cta {
	position: absolute;
	width: 245px;
	height: 57px;
	left: 64px;
	bottom: -50px;
	opacity: 0;
    background-color: #000;
	border-radius: 2px;
	overflow: hidden;
    z-index: 50;
}
#ctatext {
	width: 220px;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 58px;
	color: #fff;
    letter-spacing: -0.2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.arrowline {
	position: absolute;
	width: 14px;
	height: 2px;
    border-radius: 2px;
	background: #fff;
	right: 25px;
}
#arrowline1 {
	top: 24px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#arrowline2 {
	top: 33px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#shine {
	position: absolute;
	width: 204px;
	height: 60px;
	left: -200px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
	z-index: 100;
}
#cta.hl {
    background-color: #737373;
    z-index: 400;
}
#logo {
	position: absolute;
	width: 110px;
	height: 28px;
	left: 136px;
	top: 6px;
    background-repeat: no-repeat;
	background-image: url('logo.svg');
    z-index: 5;
}
#terms {
	position: absolute;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #333;
    left: 96px;
    bottom: 5px;
    opacity: 0.6;
    z-index: 5;
}

/* Invisible button for background clickthrough. */
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 400;
}
