.component_list_module .list-main .heading{
  margin:0;
  padding-bottom:0;
}

.component_list_module .list-main .heading h1,.component_list_module .list-main .heading h2,.component_list_module .list-main .heading h3,.component_list_module .list-main .heading h4,.component_list_module .list-main .heading h5,.component_list_module .list-main .heading h6{
  font-weight:300;
  margin-bottom:1.25rem;
  font-size:3rem;
}

@media (max-width:1600px){
  .component_list_module .list-main .heading h1,.component_list_module .list-main .heading h2,.component_list_module .list-main .heading h3,.component_list_module .list-main .heading h4,.component_list_module .list-main .heading h5,.component_list_module .list-main .heading h6{
    font-size:2.5rem;
  }
}

@media (max-width:767.98px){
  .component_list_module .list-main .heading h1,.component_list_module .list-main .heading h2,.component_list_module .list-main .heading h3,.component_list_module .list-main .heading h4,.component_list_module .list-main .heading h5,.component_list_module .list-main .heading h6{
    font-size:2.25rem;
  }
}

.component_list_module.ordered ol,.component_list_module.ordered ul,.component_list_module.unordered ol,.component_list_module.unordered ul,.component_list_module h1,.component_list_module h2,.component_list_module h3,.component_list_module h4,.component_list_module h5,.component_list_module h6{
  margin:0;
}

.component_list_module.ordered ol li,.component_list_module.ordered ul li,.component_list_module.unordered ol li,.component_list_module.unordered ul li{
  line-height:1.375rem;
}

.component_list_module.ordered ol{
  max-width:inherit;
}

.component_list_module.ordered ol li{
  padding:0 0 0 3.125rem;
  margin-bottom:1.875rem;
  min-height:2.25rem;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
     -moz-box-pack:center;
          justify-content:center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
     -moz-box-orient:vertical;
     -moz-box-direction:normal;
          flex-direction:column;
}

.component_list_module.ordered ol li:before{
  border:none;
  color:#fff;
  background-color:#8e1238;
  -webkit-border-radius:100%;
     -moz-border-radius:100%;
          border-radius:100%;
  width:2.25rem;
  height:2.25rem;
  font-size:1rem;
  font-weight:700;
  line-height:2.25rem;
  top:0;
  padding:0;
}

.component_list_module.ordered ol li:last-child{
  margin-bottom:0;
}

.component_list_module.ordered ol span{
  border:none;
}

.component_list_module.unordered ul li:before{
  content:"\2022";
  color:#de3318;
  display:inline-block;
  width:1em;
  margin-left:0;
  margin-top:-.0625rem;
  font-size:1.375rem;
  margin-right:0;
  padding-right:0;
}

.fl-module-list_module.hide_intro_copy .component_list_module .safety-container .list-main .field_editor{
  display:none;
}

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