body {
  -webkit-print-color-adjust: exact !important;
}

#header {
  display: none;
}

.banner-container {
  display: none;
}

.page-header {
  margin-top: 0;
}

.page-header img {
  width: 200px;
  height: auto;
  float: left;
  margin-right: 40px;
  vertical-align: top;
}

.page-header h1 {
  width: calc(80% - 200px);
  float: left;
  font-size: 52px;
  vertical-align: top;
  line-height: 1em;
}

.page-header h3 {
  vertical-align: top;
  font-size: 38px;
  float: left;
}

.breadcrumbs-container {
  display: none;
}

.tab-container {
  display: none;
}

.resources-widget {
  display: none;
}

#footer {
  display: none;
}

body .print-only {
  display: block !important;
}