@media print{

.header-global, .header-nav, .header-site, .footer-wrapper, .col-nav, .insights-options, .article-nav {
  display: none;
}

a[href]:after {
  content: none !important;
}

.img-header-caption {
  position: relative !important;
  color: black;
  top: 0 !important;
}
.img-header-caption.Careers {
  display: none;
}
}