/* Styles for printing */
@media only print {
  html, body { 
    max-width: unset; 
    overflow-x: unset;
    font-size: 12pt;
  }
  a[href]:after {
    content: "";
  }
  #header-wrapper {
    position: relative;
    border: none;
  }
  #header-print {
    display: block;
    width: 100%;
    text-align: center;
  }
  #header-print #armory-logo-print {
    max-height: 60px;
    margin: 0 auto 6px;
    clear: both;
  }
  #header-print #address-print {
    font-size: 8pt;
    margin: 0 auto;
    padding: 3px 0 10px;
    border-top: 1px solid black;
  }
  #header, #header-mobile {
    display: none;
  }
  #footer-print {
    display: block;
    font-size: 8pt;
  }
  #mobile-menu, 
  #mobile-cal, 
  .static-submenu, 
  .table-of-contents,
  .responsive-video,
  #footer-wrapper, 
  #logo-mobile,
  #main .sponsors {
    display: none;
  }	
  h1 {
    font-size: 24pt;
  }
  .production-head {
    padding: 0;
  }
  .production-head .production-dates {
    font-size: 18pt;
  }
  .production-head-print {
    display: block;
    color: black;
    background-color: none;
  }
  #tnew7 {
    margin-top: -40px;
    margin-bottom: 0;
    padding-top: 1em;
  }
  .button-container, 
  #nav-tabs-wrapper,
  .printPage,
  #footer-wrapper, 
  #tnew7 .tn-subnav-component, 
  #tnew7 .tn-login-link,
  #tnew7 .tn-cart-link,
  #tnew7 .tn-promo-box,
  #tnew7 .tn-page-layout__header-container, 
  #tnew7 .tn-page-layout__sidebar-container {
    display: none !important;
  }
}