@charset "utf-8";

/*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} */

/*body{
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

#banner ol, #banner ul {list-style:none}
#banner blockquote, #banner q {quotes:none}
#banner blockquote:before, #banner blockquote:after, #banner q:before, #banner q:after {content:'';content:none}
#banner table {
	border-collapse:collapse;
	border-spacing:0;
}

#banner {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  width: 98%;
  height: 248px;
  background: #53a500;
  border: 1px solid #ccc;
  top: 0px;
  left: 0px;
  margin: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

#banner #tempWhite {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000;
  pointer-events: none;
}

#banner #headline {
    position: absolute;
    width: 100%;
    height: 55px;
    /*top: 8px;*/
    left: 300px;
    opacity: 0;
    color: white;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

#banner #tabbox {
    position: absolute;
    overflow: hidden;
    top: 35px;
    width: 100%;
    height: 31px;
    z-index: 950;
}

#banner .tab {
    position: absolute;
    top: 36px;
    height: 31px;
    width: 33%;
    background-color: #333;
    color: white;
    line-height: 31px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}

#banner #tab2 {
    left: 34%;
}

#banner #tab3 {
    left: 68%;
    width: 33%;
}

#banner #line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 92px;
    background-color: #53a500;
    opacity: 0;
    z-index: 700;
    pointer-events: none;
}

#banner #labels {
    position: absolute;
    width: 100%;
    height: 35px;
    top: 73px;
    color: #53a500;
    font-size: 11px;
    font-weight: 600;
    z-index: 2;
	display:table;
    padding: 0 15px;
}

#banner #label1,
#banner #label2,
#banner #label3 {
    position:relative;
	display:table-cell;
	width:33%;
}

#banner #label1 {text-align:left}
#banner #label2 {text-align:center}
#banner #label3 {text-align:right}

#banner #ratetable {
	position: absolute;
    top: 93px;
    width: 100%;
    height: 100px;
	display:table;
}

#banner .row {
	position: absolute;
    width: 100%;
    height: 31px;
    left: 300px;
    opacity: 0;
    z-index: 500;
}

#banner .rowbg {
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: white;
}

#banner .rowbgover {
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #c5e7f0;
    opacity: 0;
    z-index: 2;
}

#banner .tabletext {
	position: absolute;
    font-weight: 400;
    color: #31353b;
    font-size: 14px;
    width: 100%;
    top: 9px;
    left: 0;
    z-index: 3;
	padding: 0 15px;
}

#banner #row2 {top:32px}
#banner #row3 {top:64px}

#banner #ttext2, #banner #ttext5, #banner #ttext8 {
    left: 3px;
    text-align: center;
}

#banner #ttext3, #banner #ttext6, #banner #ttext9 {
    text-align: right;
}

#banner #logo {
	position: absolute;
	width: 146px;
	height: 50px;
	left: 6px;
	bottom: 1px;
	background-image: url('LT_052814_RateTableAdvanced_TableSlideIn_Light_Green_300x250_logo.png');
    z-index: 2;
}

#banner #cta {
	position: absolute;
    overflow: hidden;
    width: 146px;
    height: 35px;
	right: 15px;
	bottom: -35px;
	background-image: url('LT_052814_RateTableAdvanced_TableSlideIn_Light_Green_300x250_cta.png');
    opacity: 0;
    z-index: 3;
}

#banner #shine {
    position: absolute;
    width: 200px;
    height: 59px;
    left: -220px;
    background-image: url('LT_052814_RateTableAdvanced_TableSlideIn_Light_Green_300x250_shine.png');
    background-size: cover;
    z-index: 5;
}

#banner #bg1 {
    position: absolute;
    width: 100%;
    height: 122px;
    top: 66px;
    background-color: #e2f1d5;
}

#banner #bg2 {
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 0px;
    background-color: #76c528;
}

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


/* RESPONSIVE
----------------------------------------------------*/
@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 480px) {
}