.toolbar-oriented .toolbar-bar {
  z-index: 20001;
}

.header {
  background: var(--header-bg);
  transition: ease 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  --text-color: $white;
  --link-color: $white;
  --link-hover: $white;
}
.si-admin .header {
  top: 81px;
}
.header p {
  margin: 0;
}
.header .header-inner .g-12 .region--header {
  grid-column-end: span 12;
}
.header .header-inner .g-12 .region--branding + .region--header {
  grid-column-end: span 3;
}
.header .block-addtoany {
  margin: 0;
}
.header .block-addtoany svg .circle {
  fill: var(--white) !important;
}
.header .block-addtoany svg .line {
  stroke: var(--white) !important;
}
.header .social-media {
  right: 0;
}
.header .social-media.active:before {
  margin-left: 184px;
}

.header_preface {
  --text-color: $white;
  --link-color: $white;
  --link-hover: $white;
  background: var(--preface-bg);
  padding: 0.3rem 0;
  min-height: 3.6rem;
  color: white;
}
.header_preface .menu {
  display: flex;
}
.header_preface > .container {
  align-items: center;
}
.header_preface .block-title {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}
.header_preface .wrapper-logo {
  padding-left: 10px;
}
.header_preface .wrapper-logo a {
  display: block;
  width: 123px;
}
.header_preface .btn {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.header-inner .container {
  align-items: center;
}
.header-inner .region--header {
  justify-self: end;
}

.region--branding {
  padding: 0.8rem 0;
  margin-right: 2%;
}

.branding-wrapper,
.site-slogan {
  color: white;
}
.branding-wrapper a,
.site-slogan a {
  color: white;
}
.branding-wrapper a:visited,
.site-slogan a:visited {
  color: white;
}
.branding-wrapper a:focus,
.site-slogan a:focus {
  color: white;
}
.branding-wrapper a:hover,
.site-slogan a:hover {
  color: white;
}
.branding-wrapper a:active,
.site-slogan a:active {
  color: white;
}
.header-theme--light .header-inner .branding-wrapper,
.header-theme--light .header-inner .site-slogan {
  color: var(--text-color);
}
.header-theme--light .header-inner .branding-wrapper a,
.header-theme--light .header-inner .site-slogan a {
  color: var(--text-color);
}
.header-theme--light .header-inner .branding-wrapper a:visited,
.header-theme--light .header-inner .site-slogan a:visited {
  color: var(--text-color);
}
.header-theme--light .header-inner .branding-wrapper a:focus,
.header-theme--light .header-inner .site-slogan a:focus {
  color: var(--text-color);
}
.header-theme--light .header-inner .branding-wrapper a:hover,
.header-theme--light .header-inner .site-slogan a:hover {
  color: var(--link-hover);
}
.header-theme--light .header-inner .branding-wrapper a:active,
.header-theme--light .header-inner .site-slogan a:active {
  color: var(--link-hover);
}

.branding-wrapper {
  font-family: var(--font-secondary);
  font-weight: normal;
  margin: 0;
}
.branding-wrapper .logo {
  width: 100%;
}
.branding-wrapper span {
  display: block;
}
.branding-wrapper .si-name {
  font-size: 2.8rem;
  padding-top: 0.4rem;
  line-height: 1;
}
.branding-wrapper .site-name {
  font-size: 1.9rem;
  font-style: italic;
  white-space: nowrap;
  line-height: 1.1;
}
.has-logo-icon .branding-wrapper .home-link {
  display: flex;
  align-items: center;
}
.has-logo-icon .branding-wrapper .site-slogan {
  padding-left: 7rem;
}
.has-logo-icon .branding-wrapper .logo {
  width: 57px;
  margin-right: 1.3rem;
}
.branding-wrapper .site-slogan {
  font-style: italic;
}
.has-logo-icon .branding-wrapper.campaign-logo .logo {
  width: auto;
  max-width: 220px !important;
  margin-right: 0;
}

body:not(.has-hamburger-menu) .region--main-menu {
  border-top: 1px solid var(--gray-dark);
}

@media (min-width: 768px) {
  .header_preface .wrapper-logo {
    padding-left: 20px;
  }
  .header_preface .wrapper-logo a {
    display: block;
    width: 132px;
  }
  .region--branding {
    padding: 1.2rem 0;
    max-width: 50%;
  }
  .has-logo-icon .region--branding .logo {
    width: 80px;
  }
  .has-logo-icon .region--branding .site-slogan {
    padding-left: 9rem;
  }
  .region--branding .si-name {
    font-size: 3.8rem;
  }
  .region--branding .site-name {
    font-size: 2.1rem;
  }
}
@media (min-width: 980px) {
  body:not(.has-hamburger-menu) .header-inner {
    position: static;
  }
  body:not(.has-hamburger-menu) .region--main-menu {
    position: static;
    width: 100%;
  }
  .region--header {
    display: flex;
    align-items: flex-end;
  }
  .header .header-inner .g-12 .region--branding + .region--header {
    grid-column-end: span 8;
  }
}
/*# sourceMappingURL=../maps/components-override/header.css.map */
