.cta-link{
  background:transparent;
  border:0;
  cursor:pointer;
  font-weight:600;
  font-size:1rem;
  padding:0;
  position:relative;
}

.cta-link:hover:after{
  text-decoration:none;
}

.cta-link:focus{
  text-decoration:underline;
}

@media (max-width:767px){
  .cta-link{
    -webkit-background-size:.77778rem .77778rem !important;
            background-size:.77778rem !important;
    font-size:.88889rem;
  }
}

.cta-link:after{
  content:none;
}

.cta-link>span{
  text-decoration:none;
  white-space:nowrap;
}

.cta-link>span:after{
  background-image:url(/wp-content/themes/fp-foundation-theme/assets/svg/icon_cta_arrow.svg);
  background-position:100%;
  background-repeat:no-repeat;
  content:"";
  display:inline-block;
  height:1em;
  margin-left:.27778rem;
  margin-top:-.05556rem;
  vertical-align:middle;
  width:.77778rem;
}

.opg-button{
  display:inline-block;
  font-size:.77778rem;
  font-weight:700;
  line-height:.55556rem;
  letter-spacing:1.5px;
  margin:0 auto;
  overflow:hidden;
  outline:.05556rem;
  padding:1rem;
  position:relative;
  text-transform:uppercase;
  z-index:1;
}

.opg-button,.opg-button span{
  white-space:nowrap;
}

.button-arrow:after,.cta-button:after{
  content:"\f061";
  font-family:Font Awesome\ 5 Pro;
  font-weight:900;
  margin-left:.55556rem;
  font-size:.66667rem;
  margin-top:-.11111rem;
}

.opg-button span:after{
  content:"\f054";
  display:inline-block;
  font-size:15px;
  font-family:Font Awesome\ 5 Pro;
  margin-top:-.05556rem;
  vertical-align:middle;
  padding-left:0;
  margin-left:1.66667rem;
  text-decoration:none;
  white-space:nowrap;
}

.opg-button:focus-visible{
  outline:none;
  -webkit-box-shadow:0 0 0 3px rgba(54, 136, 255, .5);
  box-shadow:0 0 0 3px rgba(54, 136, 255, .5);
}

.threads{
  background:url(/wp-content/themes/fp-foundation-theme/assets/svg/threads.svg);
  background-repeat:no-repeat;
  -webkit-background-size:25px 25px;
          background-size:25px;
  background-position:50%;
  z-index:999;
}

.threads:hover{
  background:url(/wp-content/themes/fp-foundation-theme/assets/svg/threads_green.svg);
  background-repeat:no-repeat;
  -webkit-background-size:25px 25px;
          background-size:25px;
  background-position:50%;
  z-index:999;
}

.x-twitter{
  background:url(/wp-content/themes/fp-foundation-theme/assets/svg/x-twitter.svg);
  background-repeat:no-repeat;
  -webkit-background-size:22px 22px;
          background-size:22px;
  background-position:50%;
  z-index:999;
}

.x-twitter:hover{
  background:url(/wp-content/themes/fp-foundation-theme/assets/svg/x-twitter-hover.svg);
  background-repeat:no-repeat;
  -webkit-background-size:22px 22px;
          background-size:22px;
  background-position:50%;
  z-index:999;
}

.component_header{
  width:100%;
  min-height:25rem;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
     -moz-box-align:center;
          align-items:center;
  color:#000;
}

.component_header a:hover{
  text-decoration:none;
}

.component_header .safety-container{
  text-align:center;
  z-index:1;
}

.component_header .safety-container .heading{
  max-width:47.22222rem;
  text-align:center;
}

.component_header .safety-container .sub-heading{
  max-width:47.22222rem;
  text-align:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
     -moz-box-pack:center;
          justify-content:center;
  text-transform:uppercase;
  line-height:1.33333rem;
  margin-bottom:2.22222rem;
}

@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{
  text-align:center;
  letter-spacing:.11111rem;
  opacity:.7;
}

@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 .55556rem;
}

@media (min-width:768px){
  .component_header .safety-container .sub-heading>div:not(:last-child):after{
    content:"\00B7";
  }
}

.component_header .safety-container .intro{
  text-align:center;
  margin-top:1.66667rem;
  font-weight:600;
  font-size:1.11111rem;
}

.component_header .safety-container a:focus-visible{
  display:block;
}

.component_header .safety-container a button{
  margin:1.94444rem auto 0;
  display:block;
}

@media (max-width:991.98px){
  .component_header .safety-container{
    margin:4.44444rem auto 2.22222rem;
  }
}

.component_header.-height-story{
  min-height:35.55556rem;
}

/*# sourceMappingURL=header.min.css.map */
