/**
 * Created from sitepackagebuilder.com
 */
.list-problem {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-problem li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.5rem;
}

.list-problem li::before {
  content: "\F623";
  font-family: "Bootstrap Icons";
  font-style: normal;
  font-weight: normal;

  position: absolute;
  left: 0;
  top: 0.15em;

  font-size: 1.25rem;
  line-height: 1;
  color: #e25442;
}


.list-check {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-check li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.5rem;
}

.list-check li::before {
  content: "\F633";
  font-family: "Bootstrap Icons";
  font-style: normal;
  font-weight: normal;

  position: absolute;
  left: 0;
  top: 0.15em;

  font-size: 1.25rem;
  line-height: 1;
  color: #0092D4;
}

.list-check-sm {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-check-sm li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.5rem;
}

.list-check-sm li::before {
  content: "\F633";
  font-family: "Bootstrap Icons";
  font-style: normal;
  font-weight: normal;

  position: absolute;
  left: 0;
  top: 0.15em;

  font-size: 1.25rem;
  line-height: 1;
  color: #0092D4;
}

.section-image-text__text-container h3 {
  margin-bottom: 0.75em;
}

.list-check-round {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-check-round li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.5rem;
}

.list-check-round li::before {
  content: "\F26A";
  font-family: "Bootstrap Icons";
  font-style: normal;
  font-weight: normal;

  position: absolute;
  left: 0;
  top: 0.3em;

  font-size: 1rem;
  line-height: 1;
  color: #0092D4;
}

.primary-dark .list-check-round li::before {
  color: #A2CFFF;
}

.single-column-header {
  margin-top: 3rem;
}

.lead-large-margin-0 {
  font-size: 2.25em;
  margin-bottom: 0;
}

.glossary-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.glossary-categories li {
  margin-bottom: 1em;
}
.glossary-categories li::after {
  color: #0092D4;
  content: "\F138";
  font-family: "Bootstrap Icons";
  font-style: normal;
  font-weight: normal;
  position: relative;
  top: 0.22em;

}