.header_preface .btn {
  background-size: 100% 100%;
  cursor: pointer;
  display: inline-block;
  font-family: var(--font);
  *zoom: 1;
  font-weight: var(--btn-font-weight);
  text-align: center;
  touch-action: manipulation;
  background-image: none;
  text-decoration: none;
  vertical-align: baseline;
}
.header_preface .btn:focus, .header_preface .btn:hover, .header_preface .btn:active {
  outline: 0;
  text-decoration: none;
}

.header_preface .block-title {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.header_preface .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header_preface .menu > li {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

/* Rem Unit font sizes with relative fallback http:/seesparkbox.com/foundry/scss_rem_mixin_now_with_a_better_fallback
	Usage: @include font-size(1, large);
*/
.header {
  background: var(--header-bg);
  z-index: 500;
  position: relative;
  border-bottom: 1px solid #EEE;
}
.header p {
  margin: 0;
}
.header button,
.header .btn {
  border-color: transparent;
}
.header a:not(.menu-item):not(.home-link):not(.btn) {
  background: none !important;
  transition: none;
}
.header .si-logo {
  display: none;
}

.header_preface {
  --link-color: #fff;
  --link-hover: #02DAA4;
  background: var(--preface-bg);
  padding: 0.4rem 0;
}
.header_preface a:not(.menu-item):not(.home-link):not(.btn) {
  color: white;
}
.header_preface a:not(.menu-item):not(.home-link):not(.btn):visited {
  color: white;
}
.header_preface a:not(.menu-item):not(.home-link):not(.btn):focus {
  color: white;
}
.header_preface a:not(.menu-item):not(.home-link):not(.btn):hover {
  color: var(--link-color-alt);
}
.header_preface a:not(.menu-item):not(.home-link):not(.btn):active {
  color: var(--link-color-alt);
}
.header_preface .menu {
  display: flex;
}
.header_preface .menu a {
  padding: 0;
  padding-right: 1rem;
}
.header_preface .menu > li:first-child a {
  padding-left: 1rem;
}
.header_preface > .container {
  align-items: center;
}
.header_preface .wrapper-logo a {
  display: block;
  width: 90px;
}
.header_preface .btn {
  font-size: var(--btn-font-size);
  transition: background-color 300ms ease-out, border-color 320ms ease-out;
  background-color: var(--red-alt);
  color: #FFF;
  position: relative;
  z-index: 1;
  border-color: transparent;
  padding: 0.5rem 0.8rem;
  margin: 0;
  border-radius: 0;
  color: white;
}
.header_preface .btn:focus, .header_preface .btn:hover, .header_preface .btn:active {
  color: var(--btn-hover-txt);
  background-color: #951026;
  outline: 0;
  text-decoration: none;
}
.header_preface .btn:focus {
  outline: 1px solid #951026;
  outline-offset: 2px;
}
.header_preface .btn:visited {
  color: white;
}
.header_preface .btn:focus {
  color: white;
}
.header_preface .btn:hover {
  color: white;
}
.header_preface .btn:active {
  color: white;
}
.header_preface .btn:hover, .header_preface .btn:focus {
  text-decoration: underline;
}
.header_preface .menu--social-media .menu-title {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.header_preface #headerSearchForm .toggle-button {
  color: #FFF;
}
.header_preface #headerSearchForm .toggle-button:hover, .header_preface #headerSearchForm .toggle-button:focus {
  color: var(--link-hover);
}
.header_preface #headerSearchForm input[type=text]:focus,
.header_preface #headerSearchForm input[type=search]:focus {
  border: 1px solid;
}

.header-inner {
  align-items: center;
  color: var(--header-text);
}
.header-inner .container {
  align-items: center;
}

.region--header-preface-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.region--branding {
  padding: 0.8rem 0;
}
.region--branding .branding-wrapper {
  line-height: 0;
  margin: 0;
}
.region--branding svg {
  height: 60px;
}
.region--branding a {
  display: block;
}

@media (min-width: 600px) {
  .header_preface .menu a {
    padding: 0;
    padding-right: 2rem;
  }
  .header_preface .menu > li:first-child a {
    padding-left: 2rem;
  }
  .wrapper-logo a {
    width: 123px;
  }
}
@media (min-width: 768px) {
  .header_preface .wrapper-logo a {
    display: block;
    width: 132px;
  }
  .region--branding {
    padding: 1.2rem 0;
  }
  .region--branding svg {
    height: 75px;
  }
}
@media (min-width: 980px) {
  .header-inner {
    z-index: 100;
    position: static;
  }
  .header-inner .container {
    align-items: center;
    position: static;
  }
  .region--branding svg {
    height: 8rem;
  }
  body.has-megamenu .region--header .accessible-menu .menu-item-depth-1 > .menu-dropdown > .inner > .menu {
    border-left: 1px solid #2b2b2b;
  }
}
/*# sourceMappingURL=../maps/components-override/header.css.map */
