footer {
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 4rem;
}
@media screen and (max-width: 67.5em) {
  footer {
    position: static;
  }
}
@media screen and (max-width: 67.5em) {
  footer {
    margin: 0 var(--container-margin);
  }
}
footer a {
  color: var(--white);
  font-size: 0.777rem;
  font-weight: 400;
}
footer .flex .flex--md-50:first-child .social-privacy-container .social-links {
  justify-content: flex-start;
}
@media screen and (max-width: 48em) {
  footer .flex .flex--md-50:first-child .social-privacy-container .social-links {
    justify-content: space-between;
  }
}
.sequel footer {
  position: absolute;
  bottom: 0;
  top: unset;
}
.sequel footer a {
  color: var(--grey);
}
.sequel footer #c4 .flex > div:first-child {
  order: 2;
}
.sequel footer #c4 .flex > div:last-child {
  order: 1;
}
.sequel footer #c4 .flex > div:last-child .social-privacy-container .privacy-links {
  justify-content: flex-start;
}
@media screen and (max-width: 67.5em) {
  .sequel footer #c4 .flex > div:last-child .social-privacy-container .privacy-links {
    justify-content: space-between;
  }
}
.sequel footer #c4 .flex--md-50 {
  margin: 0 0.5rem;
}
@media screen and (max-width: 67.5em) {
  .sequel footer #c4 .flex--md-50 {
    margin: 0;
  }
}
.sequel footer .social-links {
  display: none;
}
