#footer {
  background: #292929;
}

.hidden-mobile { display: none; }

.foot-block {
  margin-bottom: 20px;
}

#site-footer {
  color: #fff;
  font-size: 12px;
}

#site-footer .row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
}

#site-footer .col-height {
  display: table-cell;
  vertical-align: top;
}

#site-footer .footer-menu {
}

#site-footer .footer-menu .logo a {
  display: inline-block;
  background: url("https://assets.usafootball.com/images/usaf/usa-football.svg") no-repeat center center/85% auto;
}

#site-footer .footer-menu .social p {
  text-align: center;
  margin: 0;
}

#site-footer .footer-menu .social .social-menu li a {
  color: #fff;
}

#site-footer .footer-menu .social .social-menu li a:hover {
  color: #a7a7a7;
}

#site-footer .footer-menu .main-link {
  font-family: 'alternate-gothic-no-3-d';
  text-transform: uppercase;
  color: #fff;
}
#site-footer .footer-menu a {
  display: inline-block;
  line-height: 15px;
}
#site-footer .footer-menu .main-link:hover, #site-footer .footer-menu .main-link:focus {
  color: #a7a7a7;
  text-decoration: none;
}
#site-footer .footer-menu ul li a {
  color: #fff;
  padding: 10px 0;
}
#site-footer .footer-menu ul li a:hover, #site-footer .footer-menu ul li a:focus {
  color: #a7a7a7;
  text-decoration: none;
}
#site-footer .footer-menu .rso-logo img {
  height: 25px;
  width: 166px;
}

#site-footer .copyright {
  background: #000;
}
#site-footer .copyright ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-footer .copyright ul li a {
  color: #fff;
}
#site-footer .copyright ul li a:hover, #site-footer .copyright ul li a:focus {
  color: #a7a7a7;
  text-decoration: none;
}


/* MEDIA QUERY MAXIMUM 767px */
@media (max-width: 767px){

  #site-footer .col-height {
    border: none;
    padding: 0;
  }
  #site-footer .footer-menu .logo {
    margin: 30px 0 0;
    text-align: center;
  }
  #site-footer .footer-menu .logo a {
    height: 39px;
    width: 130px;
  }
  #site-footer .footer-menu .social {
    margin: 30px 0 50px;
  }
  #site-footer .footer-menu .social .social-menu {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    padding-left: 0;
  }
  #site-footer .footer-menu .social .social-menu li {
    display: inline-block;
    margin-right: 13px;
  }
  #site-footer .footer-menu .social .social-menu li:last-child {
    margin-right: 0px;
  }
  #site-footer .footer-menu .main-link {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
  }
  #site-footer .footer-menu .rso-logo {
    float: none;
    text-align: center;
    margin: 20px auto;
  }
  #site-footer .copyright p {
    text-align: center;
    margin: 25px 0 20px;
  }
  #site-footer .copyright ul {
    text-align: center;
    margin-bottom: 25px;
  }
  #site-footer .copyright ul li {
    margin-right: 20px;
    display: inline-block;
  }
  #site-footer .copyright ul li:last-child {
    margin-right: 0;
  }
}


/* MEDIA QUERY MINIMUM 768px */
@media (min-width: 768px) {

  .foot-item05 {
    clear: both;
  }

  .hidden-mobile { display: block; }

  #site-footer .row-height {
    width: 100%;
    display: flex;
  }
  #site-footer .footer-menu {
    padding: 60px 20px 40px;
  }
  #site-footer .col-height {
    float: none;
    border-right: 1px solid #565758;
  }
  #site-footer .col-height:last-child {
    border-right: 0;
  }
  #site-footer .footer-menu .logo {
    margin: 0;
    text-align: center;
  }
  #site-footer .footer-menu .social p {
    margin: 25px 0 0;
  }
  #site-footer .footer-menu .social .social-menu {
    font-size: 20px;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
  }
  #site-footer .footer-menu .social .social-menu li {
    display: inline-block;
  }
  #site-footer .footer-menu .social .social-menu li a {
    display: block;
    padding: 3px 6px;
  }
  #site-footer .footer-menu .main-link {
    margin: 0;
    font-size: 18px;
  }
  #site-footer .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #site-footer .footer-menu ul li {
    margin: 0 0 5px;
  }

  #site-footer .copyright {
    padding: 10px -15px;
  }
  #site-footer .copyright p {
    text-align: right;
    margin: 5px 10px;
  }
  #site-footer .copyright ul li {
    display: inline-block;
    margin: 5px 10px;
  }
}


/* MEDIA QUERY MINIMUM 768px - MAXIMUM 991px */
@media (min-width: 768px) and (max-width: 991px) {
  
  #site-footer .col-height {
    display: inline-block;
    border-right: 1px solid #565758;
  }
  #site-footer .footer-menu .logo a {
    height: 48px;
    width: 155px;
  }
  #site-footer .footer-menu .social {
    margin-bottom: 100px;
  }
  #site-footer .footer-menu .rso-logo {
    float: none;
    text-align: center;
    margin: 20px auto 0;
  }
}


/* MEDIA QUERY MINIMUM 992px */
@media (min-width: 992px) {

  .foot-item05 {
    clear: none;
  }

  #site-footer .footer-menu ul li a {
    padding: 0;
  }

  #site-footer .footer-menu .social p {
    margin: 45px 0 0;
  }
}


/* MEDIA QUERY MINIMUM 992px - MAXIMUM 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  #site-footer .footer-menu .logo a {
    height: 40px;
    width: 127px;
  }
}


/* MEDIA QUERY MINIMUM 1200px */
@media (min-width: 1200px) {
  #site-footer .footer-menu .logo a {
    height: 48px;
    width: 155px;
  }
}
