/* Shared production header correction for root and nested internal pages. */
.header {
  z-index: 10000 !important;
  isolation: isolate;
}

.header.header--inner,
.header.header--inner:not(.scrolled) {
  background: rgba(248, 251, 255, .985) !important;
  border-bottom: 1px solid rgba(28, 75, 111, .12) !important;
  box-shadow: 0 10px 30px rgba(31, 67, 94, .08) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.header > .brand,
.header > .nav,
.header > .actions,
.header > .hamb {
  z-index: 2;
}

.header .mega {
  z-index: 10001 !important;
}

.seo-discovery {
  position: relative;
  z-index: 0;
  isolation: isolate;
}


/* Full ChainTrace wordmarks */
.header .brand--wordmark{width:225px!important;height:58px!important;overflow:hidden}
.header .brand--wordmark img{width:210px!important;height:58px!important;max-width:100%!important;object-fit:contain!important;filter:none!important}
.footer .brand--wordmark{display:inline-flex;width:230px;height:76px;overflow:hidden}
.footer .brand--wordmark img{width:220px!important;height:76px!important;object-fit:contain!important;filter:none!important}
@media(max-width:1250px) and (min-width:1101px){.header .brand--wordmark{width:196px!important}.header .brand--wordmark img{width:190px!important}}
@media(max-width:720px){.header .brand--wordmark{width:185px!important;height:52px!important}.header .brand--wordmark img{width:180px!important;height:52px!important}}
