@media print {
  /* Hide the URL added to the end of links */
  a::after {
    content: none !important;
  }
  * {
    max-width: none !important;
    min-width: none;
  }
  #primaryNav, #siteSearch, .subMenu {
    display: none;
  }
  /**************************************************************************/
  /* Features area */
  #featuredContent * {
    max-width: none;
    min-width: none;
  }
  #featureStories, #topStories {
    float: none;
    width: 100%;
  }
  #topStories .tab-container .toolbar {
    display: none;
  }
  #topStories .tab-container .tab {
    display: block !important;
    float: left;
    width: 48%;
  }
  #topStories .tab-container .tab > h1 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  #twitterFeed {
    display: none;
  }
  /**************************************************************************/
  /* Homepage */
  #recentStories .content {
    padding: 0;
  }
  #recentStories .toolbar {
    border-bottom: none;
  }
  #recentStories .toolbar ul.grid-toggle {
    display: none;
  }
  #recentStories .buzz-grid {
    display: none;
  }
  #recentStories #storiesList.hide {
    display: block;
  }
  /**************************************************************************/
  /* Category homepage */
  body.research #featureStories, body.health #featureStories, body.students #featureStories, body.facstaff #featureStories, body.alumni #featureStories, body.community #featureStories {
    width: 100%;
  }
  /**************************************************************************/
  /* Artical page */
  #article, #postSidebar {
    float: none;
    width: 100%;
  }
  #article .content {
    width: 100%;
  }
  #article .content article .article-content .pullQuote.left {
    margin-left: 0;
  }
  .social-shares {
    display: none;
  }
  #postSidebar .article-media .article-media-item {
    float: left;
    width: 24%;
  }
  /**************************************************************************/
  /* Contact */
  #rightSidebar {
    display: none;
  }
  .staff-bio #staffListing {
    display: none;
  }
  /**************************************************************************/
  /* Footer */
  .footer-col-2, .footer-col-3 {
    display: none;
  }
  /* Connect */
  #connectWrapper {
    display: none;
  }
}
/*# sourceMappingURL=print.css.map */