footer {
  background: #eeeded url(../../images/bg-39x97_footer.png) top left repeat-x;
}
.footer-nav {
  margin: 0 auto;
  max-width: 1280px;
  padding: 40px 20px 10px;
  position: relative;
}
.footer-menu {
  display: inline-block;
  font-family: 'endzone_sans_condmedium', sans-serif;
  font-size: 15px;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
  .footer-menu li {
    border-left: 2px solid #313131;
    display: inline-block;
    margin: 0 0 0 7px;
    padding: 0 0 0 10px;
  }
  .footer-menu li:first-child {
    border: 0;
    margin: 0;
    padding: 0;
  }
    .footer-menu li a {
      color: #313131;
      display: block;
      text-decoration: none;
    }
    .footer-menu li a:hover {
      color: #da2128;
    }
  footer .branding {
    background: transparent url(../../images/logo-53x75_nflpe.png) center center no-repeat;
    background-size: cover;
    display: inline-block;
    height: 61px;
    margin-right: 15px;
    margin-top: -30px;
    text-indent: -9999px;
    vertical-align: top;
    width: 43px;
  }
  footer .copyright {
    color: #4b4b4b;
    font-family: 'EndzoneSans-Medium', sans-serif;
    font-size: 11px;
    position: absolute;
    right: 15px;
    text-decoration: none;
    top: 14px;
  }
  footer .terms-of-use {
    color: #4b4b4b;
    font-family: 'EndzoneSans-Medium', sans-serif;
    font-size: 9px;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px 20px;
  }

@media screen and (min-width: 768px) {

  footer {
      border-bottom: 0;
  }
  .footer-nav {
      padding: 7px 25px 10px;
  }
    footer .copyright {
      font-size: 14px;
      right: 13px;
    }
    footer .branding {
      height: 75px;
      margin-top: 0;
      width: 53px;
    }
    footer .terms-of-use {
      font-size: 12px;
      padding: 0 25px 25px;
    }
    footer .terms-of-use p {
      max-width: 850px;
    }
  .footer-menu {
    font-size: 21px;
    margin: 0;
    padding: 20px 0 0;
  }

}