footer > .top {
  background: #384047;
  color: White;
  text-align: center;
  padding-top: 3em;
}
footer > .top .page_width {
  text-align: center;
  margin: 0 auto 1em;
}
footer > .top .page_width a.home {
  background: no-repeat center center;
  background-size: contain;
  width: 8em;
  height: 6em;
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin: 0;
}
footer > .top .page_width ul {
  text-align: left;
  vertical-align: top;
  color: White;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 15%;
}
footer > .top .page_width ul a {
  color: #b2bbbd;
  white-space: nowrap;
  text-decoration: none;
}
footer > .top .page_width ul a:hover {
  text-decoration: underline;
}
footer > .middle {
  text-align: center;
  border-top: 1px solid #e0e0e0;
  background: #edeff0;
  padding-top: 0.5em;
}
footer > .middle a {
  height: 6em;
  line-height: 6em;
  display: inline-block;
  opacity: 0.15;
  width: 6em;
  background: no-repeat center center;
  background-size: 60%;
}
footer > .middle a:hover {
  opacity: 0.25;
}
footer > .middle a.sht {
  background-image: url(/frontend/img/logos.footer/shgn.svg);
  background-size: contain;
  width: 9em;
  margin-right: 0.5em;
}
footer > .middle a.fanball {
  background-image: url(/frontend/img/logos.footer/fanball.svg);
}
footer > .middle a.cdm {
  background-image: url(/frontend/img/logos.footer/cdm.svg);
}
footer > .middle a.leaguesafe {
  background-image: url(/frontend/img/logos.footer/leaguesafe.svg);
}
footer > .middle a.nffc {
  background-image: url(/frontend/img/logos.footer/nffc.svg);
}
footer > .middle a.nfbkc {
  background-image: url(/frontend/img/logos.footer/nfbkc.svg);
}
footer > .middle a.mfl {
  background-image: url(/frontend/img/logos.footer/mfl10s.svg);
}
footer > .middle a.nfbc {
  background-image: url(/frontend/img/logos.footer/nfbc.svg);
}
footer > .bottom {
  font-size: 0.8em;
  min-height: 3em;
  line-height: 3em;
  background: #384047;
  color: White;
  text-align: right;
  padding-left: 0.5em;
  padding-right: 1em;
}
footer > .bottom > span {
  white-space: nowrap;
}
footer > .bottom > a {
  color: inherit;
  float: left;
  padding: 0 0.5em;
  text-decoration: none;
}
footer > .bottom > a:hover {
  color: #2B9DBD;
}
footer > .bottom > a:last-child {
  float: none;
  margin-right: 0;
  margin-left: 1em;
}
footer > .bottom > a:last-child > .fab {
  font-size: 2em;
  vertical-align: middle;
}
@media screen and (max-width: 30em) {
  footer > .top .page_width {
    padding-left: 1em;
    padding-right: 1em;
  }
  footer > .top .page_width > a.home,
  footer > .top .page_width > ul {
    display: block;
  }
}
@media screen and (max-width: 45em) {
  footer > .middle .brands {
    display: none;
  }
  footer > .top {
    display: none;
  }
}
@media screen and (max-width: 17em) {
  footer > .bottom > span {
    white-space: normal;
  }
}
/*# sourceMappingURL=footer.css.map */