.text-box.field_editor a{
  text-decoration:underline;
  -moz-transition:.4s ease all;
}

.button,.text-box.field_editor a,button{
  -webkit-transition:all .4s ease;
  transition:all .4s ease;
}

.button,button{
  font-weight:700;
  padding:.625rem 1.25rem;
  -moz-transition:.4s all ease;
}

.component_pullquote .strong p{
  font-family:Arial,sans-serif;
}

.no-select{
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  user-select:none;
}

.component_subheading{
  text-align:center;
  padding-top:3.125rem;
  margin:0 auto;
}

.component_subheading.left .heading{
  text-align:left;
}

.component_subheading.left .heading:before{
  margin-left:0 !important;
  left:0 !important;
}

.component_subheading.right .heading{
  text-align:right;
}

.component_subheading.right .heading:before{
  margin-left:0 !important;
  right:0 !important;
  left:auto !important;
}

.component_subheading.no_intro{
  padding-bottom:1.25rem;
}

@media (min-width:900px){
  .component_subheading .safety-container{
    max-width:53.125rem;
    padding:0;
  }
}

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