/* ===== Print ===== */
html,
body {
  -webkit-print-color-adjust: exact;
  color: #333;
}

/* -- header -- */
.HeaderUtility,
#HeaderSiteSearch__wrap {
  display: none;
}

#SiteWrap__header {
  position: relative !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

/* -- global nav -- */
#GNav,
#GNavHumburgerMenu {
  display: none;
}

/* -- breadcrumb -- */
#Breadcrumb {
  display: none;
}

/* -- sitewrap -- */
#SiteWrap__body {
  margin-top: 0;
}

.SiteContentTypeColumn2 .SiteContent #SiteContent__main {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

/* -- local nav -- */
#LNav {
  display: none;
}

/* -- related -- */
#RelatedInfo,
#RelatedProducts,
#OtherStoriesNav,
.ProductsLNav,
#RelatedProducts,
#LNavBottom,
.NewsYearLNav {
  display: none;
}

/* -- other -- */
#ConsentGDPR {
  display: none;
}

.ScrollToTop {
  display: none;
}

/* -- footer -- */
.Footer__upper,
.FooterUtility,
.FooterSns {
  display: none;
}

.Footer__bottom {
  padding: 17px 0 18px;
  border-top: none;
}

.FooterSitebrand {
  padding-top: 0;
}

.FooterSitebrand__logo {
  display: none;
}

.FooterSitebrand__copylight {
  margin: 0;
}
