/*breakpoints*/
.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: var(--white);
  background-color: var(--white);
}
.html__content ul li, .html__content ol li {
  margin-left: 20px;
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-family: var(--primary-color);
  line-height: 30px;
  font-weight: 200;
}
@media screen and (max-width: 1199.98px) {
  .html__content ul li, .html__content ol li {
    font-size: 17px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991.98px) {
  .html__content ul li, .html__content ol li {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .html__content ul li, .html__content ol li {
    font-size: 15px;
    line-height: 24px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fuhl%2Fscss%2Fobjects%2F_lists.scss%22%2C%22%2Fthemes%2Fuhl%2Fscss%2Fobjects%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */