.component_list_module{
  float:left;
  width:100%;
}

.component_list_module ol,.component_list_module ul{
  -webkit-column-count:1;
     -moz-column-count:1;
          column-count:1;
  clear:both;
  display:block;
  margin:0 auto;
  max-width:500px;
  max-width:31.25rem;
  padding:0;
}

@media (max-width:991.98px){
  .component_list_module ol,.component_list_module ul{
    padding:0 !important;
  }
}

.component_list_module ol.align-left,.component_list_module ul.align-left{
  margin-left:0;
}

.component_list_module ol.align-right,.component_list_module ul.align-right{
  margin-right:0;
}

.component_list_module li{
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  counter-increment:counter;
  display:block;
  font-family:Open Sans,sans-serif;
  line-height:44px;
  line-height:2.75rem;
  list-style:none;
  margin-bottom:-.9375rem;
  min-height:50px;
  min-height:3.125rem;
  padding:1rem 0;
  position:relative;
  width:100%;
}

@media (min-width:768px){
  .component_list_module li{
    padding-left:3.5625rem;
  }
}

.component_list_module li.select-hidden{
  display:none;
  visibility:hidden;
}

.component_list_module li:before,.component_list_module li>span{
  border-right:.0625rem solid #343a40;
  content:counter(counter);
  font-size:24px;
  font-size:1.5rem;
  height:44px;
  height:2.75rem;
  left:0;
  margin-right:.625rem;
  padding-right:.625rem;
  position:absolute;
  text-align:center;
  width:37px;
  width:2.3125rem;
}

@media (max-width:991.98px){
  .component_list_module li:before,.component_list_module li>span{
    height:20px;
    height:1.25rem;
    padding-bottom:2.5rem;
  }
}

@media (max-width:991.98px){
  .component_list_module li{
    line-height:40px;
    line-height:2.5rem;
    max-width:100%;
    padding-left:3.75rem;
  }
}

@media (min-width:768px){
  .component_list_module.-two_col ul{
    -webkit-column-count:2;
       -moz-column-count:2;
            column-count:2;
    max-width:800px;
    max-width:50rem;
  }
}

@media (min-width:768px){
  .component_list_module.-three_col ul{
    -webkit-column-count:3;
       -moz-column-count:3;
            column-count:3;
    max-width:1000px;
    max-width:62.5rem;
  }
}

.component_list_module.-unordered ul li{
  -webkit-column-break-inside:avoid;
     -moz-column-break-inside:avoid;
          break-inside:avoid;
  padding-left:1.875rem;
}

.component_list_module.-unordered ul li:before,.component_list_module.-unordered ul li>span{
  border-right:0;
  content:"\f345";
  font-family:dashicons;
  font-size:15px;
  font-size:.9375rem;
  padding:0;
}

.component_list_module.-unordered ul li a:after{
  display:none;
}

.component_list_module.-unordered ul.style-bullet li{
  font-size:16px;
  font-size:1rem;
  line-height:24px;
  line-height:1.5rem;
  margin-bottom:.5rem;
  min-height:0;
  overflow-wrap:break-word;
  padding:0 0 0 .9375rem;
  word-wrap:break-word;
}

.component_list_module.-unordered ul.style-bullet li:before,.component_list_module.-unordered ul.style-bullet li>span{
  -webkit-border-radius:50%;
     -moz-border-radius:50%;
          border-radius:50%;
  width:5px;
  width:.3125rem;
  height:5px;
  height:.3125rem;
  margin-right:0;
  padding-right:0;
}

.component_list_module.-unordered ul.style-bullet li:before{
  background-color:#404040;
  content:"";
  -webkit-transform:translateY(50%);
     -moz-transform:translateY(50%);
       -o-transform:translateY(50%);
          transform:translateY(50%);
  top:7px;
  top:.4375rem;
}

@media (max-width:767.98px){
  .component_list_module.-unordered ul.style-bullet li:before{
    padding-bottom:0;
  }
}

.component_list_module.-ordered ol.style-background li,.component_list_module.-ordered ol.style-checkmark li{
  font-size:16px;
  font-size:1rem;
}

.component_list_module.-ordered ol.style-background li{
  line-height:24px;
  line-height:1.5rem;
  margin-bottom:0;
  padding-top:1.125rem;
  padding-left:4rem;
}

.component_list_module.-ordered ol.style-background li:before{
  background:#d84a28;
  border:none;
  -webkit-border-radius:50%;
     -moz-border-radius:50%;
          border-radius:50%;
  color:#fff;
  font-family:inherit;
  font-weight:700;
  font-size:18px;
  font-size:1.125rem;
  height:44px;
  height:2.75rem;
  line-height:44px;
  line-height:2.75rem;
  padding:0;
  text-align:center;
  width:44px;
  width:2.75rem;
}

.component_list_module.-ordered ol.style-background li>span{
  display:none;
}

.component_list_module.-ordered ol.style-checkmark li{
  line-height:30px;
  line-height:1.875rem;
  margin-bottom:0;
  min-height:auto;
  padding:.3125rem .625rem 0 2.5rem;
}

.component_list_module.-ordered ol.style-checkmark li:before{
  display:none;
}

.component_list_module.-ordered ol.style-checkmark li>span{
  background:#d84a28;
  width:24px;
  width:1.5rem;
  height:24px;
  height:1.5rem;
  -webkit-border-radius:50%;
     -moz-border-radius:50%;
          border-radius:50%;
  border-right:0;
  left:0;
  top:22px;
  top:1.375rem;
  padding:0;
  -webkit-transform:translateY(-50%);
     -moz-transform:translateY(-50%);
       -o-transform:translateY(-50%);
          transform:translateY(-50%);
}

.component_list_module.-ordered ol.style-checkmark li>span:before{
  content:"";
  position:absolute;
  left:9px;
  left:.5625rem;
  bottom:9px;
  bottom:.5625rem;
  width:5px;
  width:.3125rem;
  height:8px;
  height:.5rem;
  -webkit-border-radius:1px;
  -webkit-border-radius:.0625rem;
     -moz-border-radius:1px;
     -moz-border-radius:.0625rem;
          border-radius:1px;
          border-radius:.0625rem;
  border:.0625rem solid #fff;
  border-color:#fff;
  border-style:solid;
  border-width:0 .125rem .125rem 0;
  -webkit-transform:rotate(45deg);
     -moz-transform:rotate(45deg);
       -o-transform:rotate(45deg);
          transform:rotate(45deg);
  z-index:99;
}

.component_list_module.-ordered ol.select-options,.component_list_module.-ordered ul.select-options,.component_list_module.-unordered ol.select-options,.component_list_module.-unordered ul.select-options{
  background:#fff;
  border:.0625rem solid #343a40;
  border-top:0;
  display:none;
  left:0;
  list-style:none;
  margin:0;
  padding:0;
  position:absolute;
  right:0;
  top:100%;
  z-index:999;
}

.component_list_module.-ordered ol.select-options>li,.component_list_module.-ordered ul.select-options>li,.component_list_module.-unordered ol.select-options>li,.component_list_module.-unordered ul.select-options>li{
  cursor:pointer;
  margin-bottom:0;
  padding:0;
  -webkit-transition:background .4s ease;
  -o-transition:.4s ease background;
  -moz-transition:.4s ease background;
  transition:background .4s ease;
}

.component_list_module.-ordered ol.select-options>li:hover,.component_list_module.-ordered ul.select-options>li:hover,.component_list_module.-unordered ol.select-options>li:hover,.component_list_module.-unordered ul.select-options>li:hover{
  background:#e9ecef;
}

.component_list_module.-ordered ol.select-options>li.select-hidden,.component_list_module.-ordered ul.select-options>li.select-hidden,.component_list_module.-unordered ol.select-options>li.select-hidden,.component_list_module.-unordered ul.select-options>li.select-hidden{
  display:none;
}

.component_list_module.-ordered ol.select-options>li:before,.component_list_module.-ordered ol.select-options>li>span,.component_list_module.-ordered ul.select-options>li:before,.component_list_module.-ordered ul.select-options>li>span,.component_list_module.-unordered ol.select-options>li:before,.component_list_module.-unordered ol.select-options>li>span,.component_list_module.-unordered ul.select-options>li:before,.component_list_module.-unordered ul.select-options>li>span{
  background:none;
  display:none;
}

.component_list_module.-ordered ol.select-options>li a,.component_list_module.-ordered ul.select-options>li a,.component_list_module.-unordered ol.select-options>li a,.component_list_module.-unordered ul.select-options>li a{
  display:block;
  padding:.3125rem 1.25rem;
  width:100%;
}

.component_list_module .safety-container,.component_list_module .safety-container .list-main{
  float:left;
  width:100%;
}

.component_list_module .heading{
  margin-bottom:1.25rem;
  padding-bottom:1.25rem;
  text-align:center;
  width:100%;
}

.component_list_module .list-content-container .select{
  clear:both;
  margin:1.25rem auto;
  max-width:400px;
  max-width:25rem;
  position:relative;
  width:auto;
}

.component_list_module .list-wrapper button{
  display:none;
}

.component_list_module .list-wrapper.select-styled{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  border:.0625rem solid #343a40;
  cursor:pointer;
  position:relative;
  width:100%;
}

.component_list_module .list-wrapper.select-styled:before{
  content:"\f347";
  display:block;
  color:#adb5bd;
  font-family:dashicons;
  font-size:20px;
  font-size:1.25rem;
  position:absolute;
  right:10px;
  right:.625rem;
  top:25px;
  top:1.5625rem;
  -webkit-transform:translateY(-50%);
     -moz-transform:translateY(-50%);
       -o-transform:translateY(-50%);
          transform:translateY(-50%);
}

.component_list_module .list-wrapper.select-styled button{
  background:none;
  border:0;
  color:#000;
  display:block;
  padding:.75rem .9375rem;
  position:relative;
  text-align:left;
  width:100%;
}

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