.cmh-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
}
.cmh-list > li {
  margin-bottom: 0;
  max-width: unset;
  border-top: 1px solid #e6e6e6;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  max-width: 72ex;
}
.cmh-list > li ul {
  list-style-type: disc;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.cmh-list > li li {
  margin-top: 0.25rem;
  max-width: calc(72ex - 1.5rem);
}
.cmh-list ol {
  counter-reset: ol-counter;
  list-style: none;
  padding-left: 0;
}
.cmh-list ol li {
  counter-increment: ol-counter;
  margin-top: 0.5em;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.cmh-list ol li:before {
  content: counter(ol-counter) ". ";
  display: inline-block;
  font-size: 0.81rem;
  font-weight: 700;
  padding-right: 0.25rem;
  text-align: left;
  text-indent: 0;
  width: 1.5rem;
}
.cmh-list > li:last-child {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.usa-prose>ul {
  padding-left: 0;
}
.cmh-list-striped>ul>li:nth-of-type(odd) {
  background-color: #f9f9f9;
}



ul.list-group{ 
  padding-inline-start: 0px;
}

.list-group-item:first-child {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.45rem 1rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #dfe2ec;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #005ea2;
  border-color: #005ea2;
}