@media print {
  nav, footer { display:none; }
  
  a[href]::after {
    /* content: " (" attr(href) ")"; */
    content: "";
  }

  .header-link {
    display: none;
  }
  .header-banner, .header-banner-image {
    width: 490px;
    height: 100px;
  }
  .header-banner {
    margin: 0 auto;
  }
  .social-block, .social, .banner-shapingsf {
    display: none;
  }
  #navwrapper, #mainNav, .group {
    display: none;
  }
  
  #wrapper {
    width: 95%;
  }
  .row {
    max-width: 100%;
  }
  .mw-bodytext { 
    width: 100%; 
    padding: 0;
    margin: 0;
  }
  .mw-bodytext.mw-not-fullwidth { 
    padding: 0;
  }
  .mw-bodytext .title {
    font-size: 18pt; 
  }
  .mw-bodytext font { 
    font-size: 12pt;
  }
  #mw-content-text img {
    float: left;
    width: 25%;
    height: auto;
    margin: 0 1rem 1rem 0;
    clear: left;
    /* display: block; */
    position: relative;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #mw-content-text p {
    display: block;
    font-size: 12pt;
    line-height: 1.25rem;
    margin-bottom: .75rem;
  }
  #mw-content-text hr {
    border: 0;
    clear: both;
    margin: 2rem auto;
    width: 80%;
    display: block;
  }
  #mw-content-text blockquote {
    border: 0;
  }
  iframe {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
  }
      
  .printfooter {
    clear: both;
    margin-top: 2rem;
    display: block;
    font-size: 12pt;
  }
  .document-previous, .document-next {
    display: none;
  }
  #footer {
    margin: 0;
    padding: 0;
  }
  .footer-buttons-inner {
    line-height: 1;
  }
  .footer-button {
    display: none;
  }
  #loggedin {
    display: none;
  }
}