/*
* GENERAL
* BODY
* HEADER
* MENUS
* BREADCRUMBS
* MAIN
* FOOTER
* ACCORDION
*/
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    border-bottom: none;
    text-decoration: underline;
  }
  /* Show hyperlinks */
  a[href]:after {
    color: black !important;
    content: " (" attr(href) ")";
    display: block;
    font-size: 0.8rem;
    font-style: italic;
    font-weight: normal;
    line-height: 1rem;
    word-wrap: break-word;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  svg {
    fill: black !important;
  }
  html, body {
    margin-bottom: 0 !important;
  }
  body,
  body.body--header-home {
    padding-top: 0;
  }
  .header {
    padding: 0;
    position: relative;
    top: 0;
  }
  .header:before {
    position: relative;
  }
  .header:after {
    position: relative;
  }
  .header a[href]:after {
    display: none;
  }
  .header__logo {
    float: none;
  }
  .header__menu-toggle {
    display: none;
  }
  .header__search-toggle {
    display: none;
  }
  .header__directory-toggle {
    display: none;
  }
  .menus,
  .search,
  .directory {
    display: none;
  }
  .breadcrumb a[href]:after {
    display: none;
  }
  .breadcrumb-wrapper {
    display: block;
    padding: 0;
  }
  main,
  .main {
    page-break-inside: avoid;
    padding-top: 0;
  }
  .footer__logo__wrap,
  .l-region--footer-left,
  .l-region--footer-middle,
  .l-region--footer-right,
  .footer__social,
  .footer__phone,
  .footer__button {
    display: none;
  }
  .accordion__header {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1em;
    padding-left: 0;
    padding-right: 0;
  }
  .accordion__header:before {
    display: none;
  }
  .accordion__content__wrap {
    height: auto !important;
    overflow: visible;
  }
  .accordion__content {
    padding-left: 0;
    padding-right: 0;
  }
  .accordion h4 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
  .accordion .rteright {
    display: none;
  }
}
