.fl-module-list_module .component_list_module .heading{
  display:none;
}

.fl-module-list_module .component_list_module ul li{
  color:#4d4d4f;
  font-family:Roboto,sans-serif;
  padding:0 0 0 1.75rem;
  line-height:1.25rem;
}

@media (max-width:413px){
  .fl-module-list_module .component_list_module ul li{
    line-height:1.5rem;
    margin-bottom:.375rem;
  }
}

.fl-module-list_module .component_list_module ul li:before{
  display:none;
}

.fl-module-list_module .component_list_module ul li span{
  background:#ea0028;
  width:1.125rem;
  height:1.125rem;
  -webkit-border-radius:6.25rem;
     -moz-border-radius:6.25rem;
          border-radius:6.25rem;
}

@media (max-width:413px){
  .fl-module-list_module .component_list_module ul li span{
    top:.125rem;
  }
}

.fl-module-list_module .component_list_module ul li span:before{
  content:"";
  position:absolute;
  bottom:.375rem;
  left:.4375rem;
  width:.3125rem;
  height:.5rem;
  border:solid #fff;
  border-width:0 .125rem .125rem 0;
  -webkit-transform:rotate(45deg);
     -moz-transform:rotate(45deg);
       -o-transform:rotate(45deg);
          transform:rotate(45deg);
}

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