/* Shared desktop header treatment: match the transparent homepage navigation. */
body[data-platform-page] .brandbar.fade.platform-header {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body[data-platform-page] .brandbar.fade { box-shadow: none !important; }

body[data-platform-page] .brandbar.fade .site-nav a {
  border-color: transparent !important;
  color: #31566c !important;
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

body[data-platform-page] .brandbar.fade .site-nav a:hover,
body[data-platform-page] .brandbar.fade .site-nav a:focus-visible,
body[data-platform-page] .brandbar.fade .site-nav a.is-active {
  border-color: transparent !important;
  color: #1f4962 !important;
  background: rgba(255, 255, 255, .58) !important;
  box-shadow: none !important;
}

/* Category section titles need room for their first glyph and focus outline. */
body[data-platform-page="bsb"] #platformPageContent .section-heading {
  padding-left: 18px !important;
  overflow: visible !important;
}

body[data-platform-page="bsb"] #platformPageContent .section-title {
  padding-left: 2px;
  line-height: 1.42 !important;
  overflow: visible !important;
}

@media (max-width: 700px) {
  body[data-platform-page] .brandbar.fade .site-nav a { font-size: 15px !important; }
  body[data-platform-page="bsb"] #platformPageContent .section-heading { padding-left: 12px !important; }
}
