
.landing #siteWrap {
  background: url( bg-landing-sitewrap.png ) 50% 65px no-repeat;
}

.landing .form-login {
  display: none;
}

.landing .lp {
  display: none;
}

.landing #header {
  height: 145px;
}

.banner-marchmadness {
  background-image: url( ../images/css/banners/home-marchmad.jpg );
  color: #fff;
  height: 611px;
  margin-bottom: 20px;
}

.banner-how-to .promo-join-now {
  float: right;
  margin-top: 25px;
  margin-right: 30px;

}

.banner-how-to .promo-join-now img {
  max-width: 242px;
  height: auto;
}

.banner-bottom {
  clear: both;
  background: #000;
  padding-left: 36px;
  padding-bottom: 20px;
}

.banner-bottom > p {
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 0;
  font-weight: normal;

}
.banner-bottom > p strong {
  font-weight: bold;
}

.landing-features {

  clear: both;
}
.landing-features:before {
  content: "";
  display: block;
  height: 174px;
  width: 934px;
  background: url( bg-landing-features.jpg) no-repeat 50% -18px;;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.landing-features:after {
  content: "";
  display: block;
  height: 18px;
  width: 934px;
  background: url( bg-landing-features.jpg) no-repeat 50% 0;
  margin-left: auto;
  margin-right: auto;
}

.landing-features .feat-cols {
  color: #fff;
  background: #0d419e;
  width: 934px;
  margin-left: auto;
  margin-right: auto;
}

.landing-features .feat-col {
  overflow: hidden;
  float: left;
  width: 235px;
  margin-left: 64px;
}
.feat-col h2 {
  font-family: Impact,Haettenschweiler,"Franklin Gothic Bold",Charcoal,"Helvetica Inserat","Bitstream Vera Sans Bold","Arial Black","sans serif";
  font-size: 28px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0;
}

.feat-col p {
  font-size: 15px;
}

.cta-most-bottom {
  text-align: center;
}

.cta-most-bottom .promo-join-now {
  display: inline-block;
  border-radius: 10em;
  box-shadow: 0 4px 10px rgba(0,0,0,.4);
  margin-bottom: 10px;
}

.cta-most-bottom .promo-join-now > img {
  max-width: 220px;
  height: auto;
}