body > footer, body .site-container footer {
  margin-bottom: 3rem;
}
@media all and (max-width: 960px) {
  body > footer, body .site-container footer {
    margin-bottom: 4rem;
  }
}
@media all and (max-width: 535px) {
  body > footer, body .site-container footer {
    margin-bottom: 5rem;
  }
}
@media all and (max-width: 375px) {
  body > footer, body .site-container footer {
    margin-bottom: 6rem;
  }
}

.umw-archive-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: #002D61;
  color: white;
  font-size: 1rem;
  text-align: center;
}

/*# sourceMappingURL=umw-archive-notice.css.map */
