#body_content {
  position: relative;
}
#hero {
  position: relative;
  width: 816px;
  height: 540px; /* 400px + 2px gap + 138px for caption/nav */
  margin: 0 0 24px 0;
}
#hero .slider {
  list-style: none;
}
#hero .slider li {
  width: 816px;
  height: 400px;
}
#hero-slider a {
  color: white;
  text-decoration: none;
}
#hero article {
  position: absolute;
  display: block;
  top: 402px; /* 400px + 2px gap */
  width: 816px;
  height: 138px;
  background: black;
  font-size: 13px;
  line-height: 19px;
  color: white;
  z-index: 50;
}
#hero article a {
  position: relative;
  display: block;
  width: 816px;
  height: 100%;
  background: none;
}
#hero article a:hover {
  background: none;
}
#hero article .summary {
  padding: 24px 120px 24px 48px;
}
#hero article h2 {
  font: normal 36px/36px 'bebas-neue', sans-serif;
  color: #00b3e3;
}
#hero article h3 {
  font: normal 24px/24px 'bebas-neue', sans-serif;
  color: #00b3e3;
}
#hero article p {
  margin-top: 12px;
}
#hero a.previous,
#hero a.next {
  position: absolute;
  display: block;
  bottom: 0;
  width: 48px;
  height: 138px;
  text-indent: -5999px;
	padding: 0;
  z-index: 100;
}
#hero a.previous span,
#hero a.next span {
  position: absolute;
  top: 51px;
  width: 17px;
  height: 38px;
}
#hero a.previous {
  left: 0;
}
#hero a.previous span {
  left: 13px;
  background: url(/images/sprites.png) -273px -396px no-repeat;
}
#hero a.previous:hover span {
  background: url(/images/sprites.png) -290px -434px no-repeat;
}
#hero a.next {
  right: 0;
}
#hero a.next span {
  right: 13px;
  background: url(/images/sprites.png) -239px -320px no-repeat;
}
#hero a.next:hover span{
  background: url(/images/sprites.png) -256px -358px no-repeat;
}

.module {
  position: relative;
  margin-bottom: 24px;
}
.module.last {
  margin-bottom: 0;
}
.module h1 {
  font-size: 29px;
  line-height: 24px;
  color: black;
  margin-bottom: 25px;
}
.module article {
  float: left;
  min-height: 375px;
  margin: 0 0 24px 0;
}
.module article.first {
  margin-right: 24px;
}
.module article.third {
  display: none;
}
.module article .image {
  width: 396px;
  height: 239px;
  margin-bottom: 12px;
}
.module article .copy {
  font-size: 14px;
  line-height: 20px;
}
.module article a {
  position: relative;
  display: block;
  width: 396px;
  height: 100%;
  text-decoration: none;
  color: black;
}
.module article .summary h2 {
  margin: 0;
  font: normal 36px/36px 'bebas-neue', sans-serif;
}
.module article .summary h3 {
  margin: 0;
  font: normal 20px/22px 'bebas-neue', sans-serif;
}
.module article .summary p {
  margin-top: 6px;
}

#blog {
  float: left;
  width: 396px;
  margin-right: 24px;
}
#blog h1 {
  margin-bottom: 6px;
  font: normal 36px/36px 'bebas-neue', sans-serif;
}
#blog h1 a,
#blog h1 a:hover {
  color: black;
}
#blog_link {
  font-size: 12px;
  margin-top: 20px;
}
#blog article {
  margin-bottom: 24px;
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
  background-color: #eee;
}
#blog article time {
  font-style: italic;
}
#blog article h1 {
  margin: 5px 0;
  font: normal 20px/22px 'bebas-neue', sans-serif;
}

#twitter {
  float: left;
  width: 396px;
}
#twitter h1 {
  font: normal 36px/36px 'bebas-neue', sans-serif;
  margin-bottom: 6px;
}
.tweets {
  position: relative;
  padding: 12px 16px 12px 62px;
  background: #eee;
}
.tweets .logo {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 30px;
  height: 46px;
  background: transparent url(/images/sprites.png) -141px -205px no-repeat;
}
.tweets article {
  font-size: 14px;
  line-height: 20px;
}
.tweets h2,
.tweets .screen-name {
  font-size: 16px;
  line-height: 22px;
}
.tweets .screen-name {
  margin-bottom: 6px;
}
.tweets .date {
  position: absolute;
  top: 12px;
  right: 12px;
  line-height: 22px;
  text-align: right;
}
#twitter .join {
  background: #00b3e3;
  color: white;
}
#twitter .join a {
  position: relative;
  display: block;
  width: 364px;
  height: 22px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: white;
}
#twitter .join a .bird {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 28px;
  height: 22px;
  background: url(/images/sprites.png) -211px -298px no-repeat;
}


@media only screen and (min-width: 1212px) {
  #hero {
    width: 984px;
    height: 580px; /* 440px + 2px gap + 138px for caption/nav */
  }
  #hero .slider li {
    width: 984px;
    height: 642px;
  }
  #hero article {
    top: 442px; /* 440px + 2px gap */
    width: 984px;
    height: 138px;
  }
  #hero article a {
    width: 984px;
  }
  #hero article .summary {
    padding: 24px 288px 24px 48px;
  }

  .module article.second {
    margin-right: 24px;
  }
  .module article.third {
    display: block;
  }
  .module article .image {
    width: 312px;
  }
  .module article a {
    width: 312px;
  }

  #blog {
    float: left;
    width: 648px;
    margin-right: 24px;
  }

  #twitter {
    width: 312px;
  }
  #twitter .join a {
    width: 280px;
  }
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
  #hero {
    width: 648px;
    height: 540px; /* 400px + 2px gap + 138px for caption/nav */
  }
  #hero .slider li {
    width: 648px;
    height: 602px;
  }
  #hero article {
    top: 402px; /* 400px + 2px gap */
    width: 648px;
    height: 138px;
  }
  #hero article a {
    width: 648px;
  }
  #hero article .summary {
    padding: 24px 48px;
  }

  .module article .image {
    width: 312px;
  }
  .module article a {
    width: 312px;
  }

  #blog {
    float: left;
    width: 312px;
    margin-right: 24px;
  }

  #twitter {
    width: 312px;
  }
  #twitter .join a {
    width: 280px;
  }
}


@media only screen and (max-width: 767px) and (min-width: 480px) {
  #hero {
    display: none;
  }

  .module article.third {
    display: block;
  }

  #social {
    margin: 0 0 24px 0;
  }
  #social {
    height: auto;
  }

  #blog article {
    font-size: 15px;
    line-height: 21px;
  }
  #blog article h1 {
    font-size: 20px;
    line-height: 26px;
  }
  #blog_2 {
    display: none;
  }

  #twitter {
    position: static;
    margin-top: 15px;
  }
}


@media only screen and (max-width: 479px) {
  #hero {
    display: none;
  }

  .module article .image {
    width: 312px;
  }
  .module article a {
    width: 312px;
  }
  .module article.third {
    display: block;
  }

  #social {
    margin: 0 0 24px 0;
  }
  #social {
    height: auto;
  }

  #blog {
    width: 312px;
  }
  #blog article {
    font-size: 15px;
    line-height: 21px;
  }
  #blog article h1 {
    font-size: 20px;
    line-height: 26px;
  }
  #blog_2 {
    display: none;
  }

  #twitter {
    position: static;
    margin-top: 15px;
    width: 312px;
  }
  #twitter .join a {
    width: 280px;
  }
}
