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: 'Open Sans', sans-serif;
}

#banner {
  position: absolute;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  width: 298px;
  height: 598px;
  background: #e2f0d7;
  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;
  opacity: 0;
}

.panel {
  position: absolute;
  width: 300px;
  height: 273px;
  z-index: 950;
}

h1 {
  font-size: 26px;
  letter-spacing: -0.1px;
  text-align: center;
  font-weight: 300;
  color: #448214;
}

h2 {
  font-size: 65px;
  text-align: center;
  font-weight: 400;
  color: #448214;
}

p {
  font-size: 25px;
  text-align: center;
  font-weight: 300;
  color: #448214;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h3 {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: #246daa;
}

#text1 {
  top: 16px;
  z-index: 1;
  left: 300px;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#text2 {
  top: 56px;
  z-index: 1;
  left: -300px;
  opacity: 0;
  line-height: 54px;
}

#text3 {
  top: 209px;
  opacity: 0;
  height: 22px;
}

#underline {
    position: absolute;
    width: 165px;
    height: 1px;
    background-color: #246daa;
    top: 14px;
    left: 68px;
    z-index: 901;
    opacity: 0;
    pointer-events: none;
}

#ratetable {
	position: absolute;
    top: 220px;
    z-index: 980;
}

.row {
	position: absolute;
    width: 280px;
    height: 40px;
    left: 300px;
    opacity: 0;
}

.rowbg {
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: white;
    opacity: 0;
}

.rowbgover {
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #7ac142;
    opacity: 0;
    z-index: 1;
}

.tabletext {
	position: absolute;
    font-weight: 400;
    color: #31353b;
    font-size: 15px;
    letter-spacing: -0.2px;
    width: 270px;
    left: 4px;
    top: 12px;
    z-index: 2;
}

.divider {
	position: absolute;
    width: 280px;
    height: 1px;
    left: 300px;
    background-color: black;
    opacity: 0;
    z-index: 999;
    pointer-events: none;
}

#divider1 {
    top: 40px;
}

#divider2 {
    top: 80px;
}

#divider3 {
    top: 120px;
}

#divider4 {
    top: 160px;
}

#row2 {
    top: 40px;
}

#row3 {
    top: 80px;
}

#row4 {
    top: 120px;
}

#row5 {
    top: 160px;
}

#ttext2, #ttext5, #ttext8, #ttext11, #ttext14 {
    text-align: center;
    left: 20px;
}

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

#cta {
	position: absolute;
    overflow: hidden;
	width: 245px;
	height: 57px;
    bottom: 25px;
	left: 28px;
	background-image: url('LT_052114_CleanRateTable_15yrRate_LtGreen_300x600_cta.png');
	z-index: 99;
    opacity: 0;
}

#logo {
	position: absolute;
	width: 165px;
	height: 64px;
	left: 68px;
	bottom: 8px;
	background-image: url('LT_052114_CleanRateTable_15yrRate_LtGreen_300x600_logo.png');
}

#shine {
    position: absolute;
    width: 210px;
    height: 59px;
    left: -220px;
    background-image: url('LT_052114_CleanRateTable_15yrRate_LtGreen_300x600_shine.png');
    background-size: cover;
    z-index: 100;
}

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