@charset "UTF-8";
.component_header .safety-container a button{
  background:none;
  border:.125rem solid #1e73be;
  border-radius:1.5625rem;
  font-size:.875rem;
  font-weight:700;
  letter-spacing:.125rem;
  line-height:.875rem;
  padding:.75rem 1.5rem;
  text-transform:uppercase;
}
.component_header .safety-container a button.dark:hover{
  background:#000;
}
.component_header .safety-container a button.light{
  border-color:#fff;
  color:#fff;
}
.component_header .safety-container a button.light:hover{
  background:#fff;
  border-color:#fff;
  color:#000;
  text-decoration:none;
}

.component_header .safety-container a button:after{
  content:"\f061";
  font-family:Font Awesome\ 5 Pro;
  font-size:.75rem;
  font-weight:900;
  margin-left:.625rem;
  margin-top:-.125rem;
}

.component_header{
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  min-height:28.125rem;
  width:100%;
  -webkit-box-align:center;
  -webkit-align-items:center;
     -moz-box-align:center;
          align-items:center;
  color:#fff;
}
.component_header a:hover{
  text-decoration:none;
}
.component_header .safety-container{
  z-index:1;
}
.component_header .safety-container .heading{
  max-width:53.125rem;
  text-align:center;
}
.component_header .safety-container .sub-heading{
  max-width:53.125rem;
  text-align:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
     -moz-box-pack:center;
          justify-content:center;
  line-height:1.5rem;
  margin-bottom:2.5rem;
  text-transform:uppercase;
}
@media (min-width:768px){
  .component_header .safety-container .sub-heading{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:flex;
  }
}
.component_header .safety-container .sub-heading>div{
  letter-spacing:.125rem;
  opacity:.7;
  text-align:center;
}
@media (max-width:991.98px){
  .component_header .safety-container .sub-heading>div{
    display:block;
  }
}
.component_header .safety-container .sub-heading>div:not(:last-child):after{
  margin:0 .625rem;
}
@media (min-width:768px){
  .component_header .safety-container .sub-heading>div:not(:last-child):after{
    content:"·";
  }
}
.component_header .safety-container a:focus-visible{
  display:block;
}
.component_header .safety-container a button{
  display:block;
  margin:2.1875rem auto 0;
}
.component_header .safety-container a button:hover{
  border-color:#000;
}
.component_header.-theme-light{
  color:#000;
}
.component_header.-height-story{
  min-height:40rem;
}

.fl-row-bg-none .component_header{
  background:#666;
}
/*# sourceMappingURL=header.min.css.map */
