/* Keeps the service-page body isolated while restoring the production site's shared chrome. */
.page-shell { overflow: visible; }

.page-shell > .nav .container,
.page-shell > .mobile-nav .container,
.page-shell > .footer > .container {
  width: 100%;
  max-width: 1160px;
  padding-right: 10px;
  padding-left: 10px;
}

.page-shell > .nav .logo img,
.page-shell > .mobile-nav .logo img {
  max-width: none;
}

.page-shell > .footer .footer-logo {
  width: auto;
}

.page-shell > .footer h4,
.page-shell > .footer p,
.page-shell > .footer ul {
  margin-top: 0;
}

.page-shell > .nav button,
.page-shell > .mobile-nav button {
  font-family: inherit;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1200px) {
  .page-shell > .nav .container,
  .page-shell > .mobile-nav .container,
  .page-shell > .footer > .container {
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 768px) {
  .page-shell > .mobile-nav .container,
  .page-shell > .footer > .container {
    max-width: calc(100% - 24px);
  }
}
