header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  height: 55px;
  transition: opacity .03s ease-in-out;
  -moz-transition: opacity .03s ease-in-out;
  -webkit-transition: opacity .03s ease-in-out; }
  header .main-container {
    display: none;
    padding-bottom: 11px;
    height: 55px;
    background-color: black;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -webkit-transition: opacity 2s ease-in; }
    @media screen and (min-width: 925px) {
      header .main-container {
        display: block; } }
    header .main-container.dimmed {
      opacity: 0.08;
      filter: alpha(opacity=8);
      transition: opacity .25s ease-out;
      -moz-transition: opacity .25s ease-out;
      -webkit-transition: opacity .25s ease-out; }
    header .main-container:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
      -webkit-transition: opacity .25s ease-in-out; }
    header .main-container .inner-header {
      border-bottom: 1px solid gray;
      position: relative;
      margin: 0 auto;
      padding-left: 100px;
      padding-right: 100px; }
  header .mobile-container {
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: black;
    padding-bottom: 11px; }
    @media screen and (min-width: 925px) {
      header .mobile-container {
        display: none; } }
    header .mobile-container a {
      padding-left: 20px;
      padding-right: 20px; }
    header .mobile-container .inner-mobile {
      border-bottom: 1px solid gray; }
    header .mobile-container .share-mobile {
      display: none; }
      header .mobile-container .share-mobile li {
        border-left: none;
        width: 25%;
        text-align: center; }
  header a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    outline: 0; }
  header ul {
    list-style: none;
    margin: 0;
    padding-left: 0px;
    height: 55px; }
    header ul li {
      position: relative;
      list-style: none;
      float: left;
      height: 55px;
      line-height: 55px;
      border-left: 1px solid gray;
      cursor: pointer; }
      header ul li a {
        padding-left: 25px;
        padding-right: 25px; }
      header ul li.nav-up:hover {
        background-color: gray; }
      header ul li.nav-right {
        float: right !important; }
        header ul li.nav-right:hover {
          background-color: gray; }
      header ul li.first-btn {
        border-left: none;
        width: 30%; }
      header ul li.last-btn {
        border-right: 1px solid gray; }
      header ul li.last-mob {
        border-right: none; }

.nav-text:hover {
  padding-bottom: 3px;
  border-bottom: 2px solid white; }

.nav-icon {
  padding: 0 0 5px 20px; }

.back {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/eminem/mobile/img/cs_nav_sprite.png") no-repeat;
  background-position: 0px 3px;
  margin-right: 0px; }

.up {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/eminem/mobile/img/cs_nav_sprite.png") no-repeat;
  background-position: -15px 5px; }

.comment {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/eminem/mobile/img/cs_nav_sprite.png") no-repeat;
  background-position: -40px 0px; }

.twitter {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/eminem/mobile/img/cs_nav_sprite.png") no-repeat;
  background-position: -80px 0px; }

.fb {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/eminem/mobile/img/cs_nav_sprite.png") no-repeat;
  background-position: -117px 0px; }

.gplus {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/eminem/mobile/img/cs_nav_sprite.png") no-repeat;
  background-position: -40px -20px; }

.book {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/eminem/mobile/img/cs_nav_sprite.png") no-repeat;
  background-position: 0px -20px; }

.share {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/eminem/mobile/img/cs_nav_sprite.png") no-repeat;
  background-position: -82px -20px; }

footer #week-of-content {
    position: relative;
    top: 0px;
    z-index: 99999;
    background: black;
    /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, 0.7);
    padding: 25px 7.5%;
    color: #fff; }
    footer #week-of-content h2 {
      font-size: 2.0em;
      line-height: 1em;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-weight: normal;
      text-align: center; }
    footer #week-of-content a {
      color: inherit;
      text-decoration: none; }
    footer #week-of-content a.inactive {
      text-decoration: line-through;
      color: #333;
      cursor: default; }
    footer #week-of-content .article-schedule {
      list-style: none;
      position: relative; }
      footer #week-of-content .article-schedule li {
        border-bottom: 2px solid #676767;
        padding: 20px 0; }
      footer #week-of-content .article-schedule li:first-child {
        border-top: 2px solid #676767; }
      footer #week-of-content .article-schedule li:hover {
        background: black;
        /* Fall-back for browsers that don't support rgba */
        background: rgba(0, 0, 0, 0.7); }
        footer #week-of-content .article-schedule li:hover .schedule-date {
          text-indent: 20px; }
      footer #week-of-content .article-schedule .schedule-date {
        display: inline-block;
        width: 20%;
        font-weight: bold;
        font-size: .95em;
        transition: text-indent .25s ease-in-out;
        -moz-transition: text-indent  .25s ease-in-out;
        -webkit-transition: text-indent  .25s ease-in-out; }
      footer #week-of-content .article-schedule .scheduled-article {
        display: inline-block;
        width: 80%;
        font-size: 1.3em; }
      footer #week-of-content .article-schedule .upcoming .scheduled-article {
        text-decoration: line-through;
        color: #aaa; }

footer {
  position: relative;
  background-color: #ededed;
  font-family: 'Oswald', sans-serif;
  color: #007fe1;
  padding-left: 8%;
  padding-right: 8%; }
  footer #related-articles {
    padding-bottom: 40px;
    padding-top: 10px;
    border-bottom: solid 2px #bababa;
    overflow: hidden;
    height: 1%; }
    footer #related-articles div {
      margin-left: 10px;
      float: left;
      width: 300px;
      position: relative; }
      footer #related-articles div:first-child {
        margin-left: 0px;
        background: none;
        height: 35px; }
      @media screen and (max-width: 1440px) {
        footer #related-articles div {
          float: none;
          margin: 0 0 20px;
          width: 99%;
          text-align: center;
        }
      }
      footer #related-articles div p {
        font-size: 1em;
        margin: 0px; }
        footer #related-articles div p a {
          color: #007fe1;
          text-decoration: none;
          outline: 0; }
          footer #related-articles div p a img {
            width: 300px;
            height: 190px; }
      footer #related-articles div.headline p {
        top: 0;
        text-transform: uppercase;
        font-size: 20px; }
  footer #comments {
    padding-top: 20px; }

html {
  height: 100%; }