@media print {
  * {
    color: black !important;
    background: transparent !important; }
  .region-hours,
  .layout__section--services,
  .layout-container__footer,
  .nav-search__wrapper,
  .block-system-breadcrumb-block,
  .tabs {
    display: none; }
  .region-branding {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .site-logo img {
    height: 50px; }
  .page-title,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 4px 0; }
  h1,
  .page-title {
    font-size: 20px; }
  h2 {
    font-size: 18px; }
  h3 {
    font-size: 16px; }
  h4 {
    font-size: 14px; }
  h5 {
    font-size: 13px; }
  h6 {
    font-size: 11px;
    font-weight: 900; }
  body,
  p {
    font-size: 11px;
    font-weight: 400; } }
