/* ADA Compliance */
.page-content > .widget p a:not(.btn) { color: #4259f4; }

.page-content .widget p.text-muted { color: #6A7074; -webkit-text-stroke: 0; }
.page-content .widget p.text-muted a { color: #0e117c; -webkit-text-stroke: 0; }
.page-content .widget p.text-muted a:visited { color: #0e117c; }

.input-wrap .form-control-placelabel span { color: #6A7074; }
.select2-choice.select2-default .select2-chosen  { color: #6A7074 !important; }

.widget ol {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
}

.widget ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 0.4em;
}

.widget ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8em;
  height: 1.8em;
  background-color: #667261;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}