@charset "UTF-8";
@media print {
  body {
    font-family: "Arial", sans-serif;
    font-size: 100%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.9;
    color: #000;
  }
  #main-content {
    display: none;
  }
  @page {
    margin: 20px;
  }
  ul {
    margin-left: 0;
    padding-left: 0;
  }
  li {
    margin-left: 20px;
  }
  li,
  p,
  a {
    word-wrap: break-word;
    font-size: 1rem;
    color: #000;
  }
  a {
    text-decoration: underline;
    display: block;
    color: #004f5c;
  }
  a:after {
    content: "— Link: (" attr(href) ")";
    background: none;
    text-transform: lowercase;
    display: inline-block;
    margin-left: 10px;
    font-size: 1rem;
    width: auto;
    position: relative;
    font-weight: 400;
    color: #004f5c;
    top: 0;
  }
  h1 {
    font-size: 22pt;
  }
  h2,
  h3,
  h4 {
    font-size: 14pt;
    margin-top: 25px;
  }
  .footer__copyright {
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
  }
  img,
  .card.card--carousel-list,
  nav,
  .footer__second,
  .mm-wrapper__blocker.mm-slideout,
  .media,
  .header,
  .universal-header {
    display: none !important;
  }
  .print-logo {
    text-align: center;
    margin: 20px auto 0 auto;
    display: block !important;
  }
}
/*# sourceMappingURL=print.css.map */
