




@media print {

  .header-menu-col, 
  .offcanvas-sidebar,
  .header-splash,
  .header-search-col, 
  .header-splash-img-col, 
  .header-search-title, 
  .main-search-form,
  .header-search-apply,
  .footer-blurb,
  .footer-sub,
  .sticky-notifier,
  .course-image-col,
  .inner-page-image-col,
  footer {
  	display: none!important;
  }
  .fl-full-width .fl-page {
  	margin-left: 0!important;
  }
  a[href]:after {
    display: none;
  }
  .fl-module-content {
  	margin-top: 20px!important;
  }
  h1 {
  	font-size: 27px!important;
  	margin-bottom: 10px!important;
  }
  h2 {
  	font-size: 20px!important;
  }
  h2 {
  	font-size: 18px!important;
  }
  p {
  	font-size: 16px!important;
  	margin-bottom: 10px!important;
  }
  .fl-row-content-wrap {
  	padding-top: 0!important;
  	padding-bottom: 0!important;
  }
  .footer-pre {
  	border-top: 3px solid #f2f2f2;
  	padding-top: 25px;
  }
  .footer-contact-list .list-grid {
      grid-row-gap: 3px!important;
      font-size: 15px!important;
  }
  .fl-module-rich-text .fl-module-content {
  	margin-top: 5px!important;
  	margin-bottom: 5px!important;
  }

  #select-nav {
    display: none;
  }
  .related-careers {
  	text-align: center;
    margin: 3px 0 50px!important;
  }
  .related-careers li {
  	font-size: 1.8rem!important;
  }

}