.list__horizontal {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.list__horizontal li {
  display: inline-block;
}
.list__vertical {
  list-style: none;
  padding: 0;
}
.list__vertical li {
  display: block;
  margin-bottom: 6px;
}
.list__style--none {
  padding-left: 0;
}
.list__style--none li {
  list-style: none;
}
ol, ul {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 1.5em;
}
ol ol, ul ul {
  margin: 0 0 0 2em;
}
.font_white--all ul > li:before, .text-white ul > li:before {
  color: #FFF;
  background-color: #FFF;
}
.html__content ol, .html__content ul {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0em;
}
.html__content ol > li, .html__content ul > li {
  position: relative;
  margin: 15px 0 3px 28px;
  padding: 4px 20px;
}
.html__content .bg-secondary ol > li, .html__content .bg-secondary ul > li, .html__content .bg-primary ol > li, .html__content .bg-primary ul > li {
  color: #FFF;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fkramer%2Fscss%2Fobjects%2F_lists.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%22%7D */