.component.header {
  width: 100%;
}
.component.header * {
  outline: 0 !important;
}
.component.header.affix-top {
  position: relative;
  z-index: 10;
}
.component.header button {
  bordeR: 0;
  background: transparent;
}
.component.header .container-fluid {
  max-width: 1170px;
  position: relative;
}
.component.header #red-nav {
  position: relative;
  z-index: 2;
  background: #e00122;
}
.component.header #red-nav > div {
  padding: 0;
  height: 70px;
}
.component.header #red-nav > div a#logo {
  overflow: hidden;
  height: 70px;
  width: 70px;
  display: block;
  float: left;
  padding: 15px 10px;
  line-height: 0.8;
  background: #e00122;
}
.component.header #red-nav > div a#logo .svg.svg-logo {
  height: 40px;
}
.component.header #red-nav > div a#logo .svg.svg-logo .logo-name {
  transform: scaleX(0);
  transition: transform 0.05s;
}
@media (min-width: 400px) {
  .component.header #red-nav > div a#logo .svg.svg-logo {
    width: auto;
  }
  .component.header #red-nav > div a#logo .svg.svg-logo .logo-name {
    transform: scaleX(1);
  }
}
.component.header #red-nav > div a#logo .svg.svg-logo * {
  fill: #fff;
}
.component.header #red-nav > div a#logo:hover,
.component.header #red-nav > div a#logo:focus {
  background: #b8011c;
}
.component.header #red-nav > div a#logo:hover svg *,
.component.header #red-nav > div a#logo:focus svg * {
  fill: #fff;
}
@media (min-width: 400px) {
  .component.header #red-nav > div a#logo {
    width: auto;
  }
}
.component.header #red-nav > div div#toggles {
  height: 70px;
  display: block;
  float: right;
  line-height: 0.8;
}
.component.header #red-nav > div div#toggles button {
  border: 0;
  border-left: 1px solid #fff;
  padding: 15px;
  line-height: .8;
  background: transparent;
  float: left;
}
.component.header #red-nav > div div#toggles button .svg {
  height: 40px;
}
.component.header #red-nav > div div#toggles button .svg * {
  fill: #fff;
}
@media (min-width: 1170px) {
  .component.header #red-nav > div div#toggles button#search-toggle {
    border-right: 1px solid #fff;
  }
}
@media (min-width: 768px) {
  .component.header #red-nav > div div#toggles button#menu-toggle {
    display: none;
  }
}
.component.header #red-nav > div div#toggles button:hover,
.component.header #red-nav > div div#toggles button:focus {
  background: #b8011c;
}
.component.header #red-nav > div div#global-nav {
  clear: both;
  background: #e00122;
  position: absolute;
  width: 100%;
  top: 70px;
  transition: left 0.1s;
}
.component.header #red-nav > div div#global-nav [data-scroller-arrow] {
  display: none;
}
.component.header #red-nav > div div#global-nav ul li a {
  border-top: 1px solid #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #fff;
  font-size: .8em;
}
.component.header #red-nav > div div#global-nav ul li a:hover,
.component.header #red-nav > div div#global-nav ul li a:focus {
  color: #e00122;
  background: #fff;
}
@media (min-width: 768px) {
  .component.header #red-nav > div div#global-nav {
    display: block;
    top: 0;
    left: 260px;
    right: 100px;
    width: auto;
    overflow: hidden;
    padding: 0;
  }
  .component.header #red-nav > div div#global-nav [data-scroller-arrow] {
    display: none;
    height: 70px;
  }
  .component.header #red-nav > div div#global-nav [data-scroller-arrow] svg {
    fill: #fff;
    height: 70px;
    padding: 25px 0;
  }
  .component.header #red-nav > div div#global-nav ul {
    display: flex;
    justify-content: center;
  }
  .component.header #red-nav > div div#global-nav ul li {
    flex-shrink: 0;
    display: inline;
  }
  .component.header #red-nav > div div#global-nav ul li a {
    display: inline-block;
    float: left;
    height: 70px;
    line-height: 70px;
    border: 0;
  }
}
.component.header #red-nav form#header-search {
  display: none;
  clear: both;
  background: #e00122;
  position: absolute;
  top: 70px;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #fff;
}
.component.header #red-nav form#header-search fieldset legend {
  border: 0;
  color: #fff;
  position: fixed;
  top: 100px;
  border: 2px solid #fff;
  left: -9999px;
}
.component.header #red-nav form#header-search fieldset legend:focus {
  left: 0px;
}
.component.header #red-nav form#header-search fieldset input {
  border: 0;
  padding: 5px 10px;
}
.component.header #red-nav form#header-search fieldset input[type=text] {
  width: 70%;
}
.component.header #red-nav form#header-search fieldset input[type=submit] {
  background: #e00122;
  font-weight: bold;
  border: 1px solid #fff;
  color: #fff;
}
.component.header #red-nav form#header-search fieldset input[type=submit]:hover,
.component.header #red-nav form#header-search fieldset input[type=submit]:focus {
  background: #b8011c;
}
.component.header #unitname {
  background: #b8011c;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.component.header #unitname a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.component.header #unitname a:hover,
.component.header #unitname a:focus {
  text-decoration: underline;
}
.component.header #unitname button {
  line-height: 1;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
.component.header #unitname button svg {
  fill: #fff;
  height: 40px;
  padding: 5px;
}
@media (min-width: 768px) {
  .component.header #unitname button {
    display: none;
  }
}
.component.header #white-nav {
  display: none;
  background: #b8011c;
}
.component.header #white-nav a {
  color: #fff;
  padding: 10px;
  display: block;
  border-top: 1px solid #e00122;
}
.component.header #white-nav a:hover,
.component.header #white-nav a:focus {
  background: #e00122;
}
.component.header #white-nav > div {
  padding: 0;
}
.component.header #white-nav > div nav a svg {
  height: 30px;
  position: absolute;
  right: 10px;
}
.component.header #white-nav > div nav > ul > li > a {
  padding-left: 40px;
  font-weight: bold;
  border-top: 1px solid #fff;
}
.component.header #white-nav > div nav > ul > li ul {
  display: none;
}
.component.header #white-nav > div nav > ul > li ul a {
  font-weight: normal;
  padding-left: 60px;
}
.component.header #white-nav > div nav > ul > li ul ul a {
  padding-left: 80px;
}
.component.header #white-nav > div nav > ul > li ul ul ul a {
  padding-left: 100px;
}
.component.header #white-nav > div nav > ul > li ul ul ul ul a {
  padding-left: 110px;
}
.component.header #white-nav > div nav > ul > li ul ul ul ul ul a {
  padding-left: 120px;
}
@media (min-width: 768px) {
  .component.header #white-nav {
    display: block;
    background: #fff;
  }
  .component.header #white-nav a {
    font-size: .7em;
    color: #e00122;
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 0 15px !important;
    font-weight: normal !important;
    border-top: 0 !important;
    white-space: nowrap;
  }
  .component.header #white-nav a svg {
    display: none;
  }
  .component.header #white-nav a:hover,
  .component.header #white-nav a:focus,
  .component.header #white-nav a[aria-expanded=true] {
    background: #b8011c;
    color: #fff;
    text-decoration: none;
  }
  .component.header #white-nav a:hover,
  .component.header #white-nav a:focus {
    background: #e00122;
  }
  .component.header #white-nav > div {
    padding: 0;
  }
  .component.header #white-nav > div nav > ul {
    margin-left: 0px;
  }
  .component.header #white-nav > div nav > ul > li {
    float: left;
  }
  .component.header #white-nav > div nav > ul > li ul {
    position: absolute;
    background: #fff;
    min-width: 150px;
    box-shadow: 0px 1px 1px 0px #333;
  }
  .component.header #white-nav > div nav > ul > li ul ul {
    display: none;
    left: 50px;
  }
}
@media (min-width: 768px) {
  .component.header {
    box-shadow: 0px 1px 1px 0px #333;
  }
}
.component.header.affix {
  top: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .component.header.affix {
    box-shadow: none;
  }
  .component.header.affix #red-nav {
    z-index: auto;
    height: 40px;
  }
  .component.header.affix #red-nav > div a#logo {
    box-shadow: 0px 1px 1px 0px #333;
    width: 80px;
    height: 80px;
    padding: 20px 20px 20px 16px;
    justify-content: center;
    position: fixed;
    z-index: 3;
  }
  .component.header.affix #red-nav > div a#logo .svg.svg-logo .logo-name {
    transform: scaleX(0);
  }
  .component.header.affix #red-nav > div #toggles {
    display: none;
  }
  .component.header.affix #red-nav > div #global-nav {
    left: 80px;
    height: 40px;
  }
  .component.header.affix #red-nav > div #global-nav ul li a {
    height: 40px;
    line-height: 40px;
  }
  .component.header.affix #unitname,
  .component.header.affix #white-nav {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    box-shadow: 0px 1px 1px 0px #333;
  }
  .component.header.affix #unitname > div > a,
  .component.header.affix #white-nav > div > a,
  .component.header.affix #unitname > div > nav,
  .component.header.affix #white-nav > div > nav {
    transition: margin-left 0.1s;
    margin-left: 90px;
  }
  .component.header.affix #unitname + #white-nav {
    top: 40px;
  }
}

@media print {
  .component.header .uc-logo {
    margin-bottom: 20px;
  }
  .component.header .uc-logo svg {
    fill: black !important;
  }
  .component.header .menu-buttons {
    display: none;
  }
  .component.header #unitname {
    display: none;
  }
}

