/**
 * Print Styles
 */
@media print {
  .breadcrumb,
footer {
    display: none;
  }

  body {
    color: #000;
  }
  body .wingspan {
    max-width: inherit;
  }

  h1 {
    word-spacing: inherit !important;
  }

  .image img {
    display: block !important;
  }

  .main-navigation,
.landing-page-tabs {
    display: none !important;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    page-break-after: avoid;
  }

  header .top_header_gov,
header .main-navigation,
header .search_bar,
header .header_announcement {
    display: none !important;
  }
  header .site-logo {
    display: block !important;
  }

  .wingspan {
    max-width: 100% !important;
  }

  .main-content.has-background {
    background: none !important;
  }

  p,
span,
a,
div {
    font-size: 1rem;
  }

  .main-content-body h1,
.main-content-body h2,
.main-content-body p {
    display: block;
    color: #000 !important;
    text-align: left;
    margin-left: 0;
  }
  .main-content-body img,
.main-content-body .backstretch {
    display: block;
  }

  .home-banner .image {
    background: none !important;
    position: relative;
  }
  .home-banner .print-image {
    display: block !important;
  }

  .project-module {
    display: none;
  }

  .article .print-image {
    display: block !important;
  }

  h2,
h1 {
    font-weight: 600;
  }

  .article figure {
    display: block;
  }
}

/*# sourceMappingURL=skyrise-print.css.map */
