footer.footer {
  bottom: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 40px;
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  background-color: rgb(238, 238, 238);
}
footer p {
  margin-bottom: 0;
  color: #333333;
}
@media (max-width: 61.938em) {
  footer p {
    text-align: left;
  }
}
footer .footer__links-list {
  padding: 0;
  margin: 0;
}
footer .footer__links-list .footer__links-listitem {
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 61.938em) {
  footer .footer__links-list .footer__links-listitem {
    display: block;
    margin-bottom: 5px;
  }
}
footer .footer__links-list a {
  margin-right: 15px;
  text-decoration: underline;
  color: #00709e;
  font-size: 1.125rem;
  display: block;
}

footer .footer__links-list a:hover {
  color: #003078;
}
