@media print {
  .nav-toggle,
  .nav-toggle-label,
  .nav-overlay,
  #navigationlinks,
  .socialLinks,
  .mobileFooter,
  .desktopFooter,
  .noprint {
    display: none !important;
  }

  body {
    font-size: 12pt;
    color: #000;
    background: #fff;
  }

  a { color: #000; text-decoration: underline; }

  .hero {
    background: none !important;
    min-height: auto;
    padding: 20px 0;
  }

  .hero h1,
  .heroSubtitle,
  .tagline {
    color: #000;
    text-shadow: none;
  }

  .section {
    padding: 12px 0;
    background: #fff !important;
    color: #000 !important;
  }

  .featureCard {
    border: 1px solid #ccc;
  }
}
