@charset "UTF-8";
/* CSS Document */
@media print {
  a, .apus-info-slider, .apus-callout, .apus-next-steps-slim, .apus-footer-end, .apus-col-nav, .apus-col-social, .apus-col-action, #apus-main-menu, footer {
    display: none !important;
  }
  .apus-title, .apus-desc {
    text-align: left !important;
  }
  h2, h3 {
    line-height: 1 !important;
  }
  .apus-cards-stacked .apus-card {
    border-bottom: none !important;
    padding: 1rem 2rem 0 !important;
  }
  .apus-page-banner {
    margin-bottom: .5rem !important;
  }
  h1, .apus-sub-heading {
    text-align: center !important;
    color: #000 !important;
  }
  .apus-stage.row div {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #apus-header .apus-header-bar, #apus-footer {
    background-color: transparent;
  }
	.apus-bg-image {
    background-image: none !important;
}
	.apus-page-banner .apus-stage .col::after {
    background: none;
	}
	.apus-page-banner .apus-bg::after {
    background-color: transparent;
    opacity: 1;
}
}
