/* CSS Document Print Style Sheet for NIU Main Web Presence*/

/*** Hide these elements from the Print version ***/

#skip_nav, .info-for, #NIU_Search, .global, .globalmobile, .mainnav, .footer-about, .social, .athletics, .embed-responsive {display:none;}

/** removes URLs from printed pages **/
  a[href]:after {
    content: none !important;
  }
