.footer__simple {
  border-top: solid 1px var(--light-10)
}
.standard-footer__wrapper {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover
}
.standard-footer__wrapper .quick-links a {
  text-underline-offset: 4px
}
.standard-footer--four-column .quick-links {
  width: 50%
}
.standard-footer__email .icon-email {
  height: 24px;
  width: 24px
}
@media (min-width:768px) {
  .standard-footer--four-column .quick-links {
    width: 33.33%
  }
  .standard-footer__wrapper {
    background-position: center
  }
}
.mega-footer__standard .quick-links {
  flex: 50%
}
@media (min-width:992px) {
  .mega-footer__standard {
    border-top: solid 1px var(--color-body-secondary)
  }
  .mega-footer__standard .quick-links {
    flex: 1
  }
  .mega-footer__simple {
    border-top: solid 1px var(--color-body-secondary)
  }
}
#ip3-email-alert .standard-footer__email {
  display: none
}