:root {
  font-size: 16px;
}
.is-hidden {
  height: 0;
  overflow: hidden;
  position: absolute;
}
.print-only {
  display: block;
  display: initial;
}
figure {
  break-inside: avoid;
}
main,
main article,
main > .content,
.wrapper {
  display: block;
  width: auto;
}
main {
  background: #fff;
  box-shadow: none;
}
main > .content {
  padding-left: 0;
  padding-right: 0;
}
a[href="#top"],
.admin-link,
.admin-nav,
.modal-close,
.no-print,
.page-header,
.pagination a,
.pagination .page-list,
form.search--scoped,
.site-footer .icons,
.site-footer .tier,
main .sidebar,
.sidenav,
.topnav {
  display: none;
}

.modal {
  box-shadow: none;
  max-height: none;
  max-width: none;
  overflow: visible;
  width: auto;
}
.modal-backdrop {
  height: auto;
  overflow: visible;
  position: relative;
  width: auto;
}
