/**
 * @file
 * Print Style Sheet
 *
 * Note that the !important declarations below are necessary to override
 * inline style attributes added by some scripts.
 */

.action-list,
#toolbar,
#global-header-wrapper,
#global-navigation-wrapper,
#header-wrapper,
#drupal-status,
#global-footer-wrapper,
#contact-footer-wrapper::before,
.skip-links,
.uoe--back-top,
#site-nav-wrapper {
  display: none;
}

.uottawa-node {
  width: 100%;
  padding: 0;
  border-style: none;
}

.uos--container h2 {
  font-size: 1.5em;
  color: #000;
  padding: 0;
  margin: 0;
  background: none;
  border-left: none;
}

a:link, 
a:visited {
  color: #000;
}

html, body {
  background: #fff;
}

body {
  font-size: 12pt;
  width: auto;
  border: 0;
  margin: 0;
  padding: 0 !important;
}

#contact-footer-wrapper {
  position: static !important;
  background: none;
  border: none;
}

#main-content-wrapper {
  padding-bottom: 0 !important;
}

.js-ucs-hg-ihg {
  height: auto !important;
}
