footer {
  background-color: var(--grey-light);
}
footer ul {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
footer ul li {
  list-style: none !important;
  padding: 0 !important;
  line-height: 1.8em !important;
  margin-bottom: 0.2rem !important;
}
footer p.Standard {
  margin-bottom: 0.7rem !important;
}
.darken footer .socialLinks {
  filter: brightness(0) invert(1);
}
@media (max-width: 639px) {
  .accred {
    max-width: 300px;
  }
}
.darken footer {
  background-color: #001b08;
}
