footer {
  background-color: #333333;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: auto;
  min-height: 50px;
  padding: 10px;
  text-align: center;
  width: 100%;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0 0 .5rem 0;
  padding: 0;
}

.footer_nav li {
  margin-right: 1rem;
}

.footer_nav li:after {
  content: "|";
  display: inline-block;
  margin-left: 1rem;
}

.footer_nav li:last-of-type:after {
  display: none;
}

.copyright p {
  margin: 0;
}