footer {
  margin: 256px auto 0;
  max-width: 1200px;
}
footer a,
footer a:visited {
  color: inherit;
  text-decoration: none;
}
footer hr.tidyHR {
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, transparent, #27292c 10% 90%, transparent), linear-gradient(to right, transparent, #111213 10% 90%, transparent);
  background-size: 100% 1px;
  background-position: 0% 0%, 0% 100%;
  background-repeat: no-repeat;
}
footer div.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer div.footer-content ul {
  padding: 0;
}
footer div.footer-content li {
  list-style-type: none;
}
footer div.footer-content > ul > span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

/*# sourceMappingURL=Footer.css.map */
