  .lp-mega-list.reverse ol,   .lp-mega-list.reverse ul {
  flex-direction: column-reverse;
  display: flex;
}

  .lp-mega-list ol,   .lp-mega-list ul {
  padding-left: 1rem;
}

@media screen and (min-width: 992px) {
    .lp-mega-list ol,   .lp-mega-list ul {
    padding-left: 2rem;
  }
}

  .lp-mega-list ol li,   .lp-mega-list ul li {
  padding-left: 1rem;
}

@media screen and (min-width: 992px) {
    .lp-mega-list ol li,   .lp-mega-list ul li {
    padding-left: 1.5rem;
  }
}

  .lp-mega-list ol li::marker {
  color: #cf142b;
  font-weight: 700;
}

  .lp-mega-list ul.no-resources li::marker {
  color: #cf142b;
  content: "â– ";
  font-weight: 700;
}

  .lp-mega-list .heading {
  color: #cf142b;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

  .lp-mega-list.reverse ol,   .lp-mega-list.reverse ul {
  flex-direction: column-reverse;
  display: flex;
}

  .lp-mega-list ol,   .lp-mega-list ul {
  padding-left: 1rem;
}

@media (min-width: 992px) {
  .lp-mega-list .col-lg-8 {
    width: 66.6667%;
    flex: none;
  }
}
@media screen and (min-width: 992px) {
  .lp-mega-list .row {
    --bs-gutter-x: 1.5rem;
  }
}
  .lp-mega-list ol,   .lp-mega-list ul {
  padding-left: 1rem;
}
@media screen and (min-width: 992px) {
    .lp-mega-list ol,   .lp-mega-list ul {
    padding-left: 2rem;
  }
}
  .lp-mega-list ol li,   .lp-mega-list ul li {
  padding-left: 1rem;
}
@media screen and (min-width: 992px) {
    .lp-mega-list ol li,   .lp-mega-list ul li {
    padding-left: 1.5rem;
  }
}
  .lp-mega-list .heading {
  color: #768ec7;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.lp-mega-list ul.no-resources li::marker {
  /*color: #768ec7;*/
  color: var(--no-resource-li);
  content: "■";
  font-weight: 700;
}
.lp-mega-list ol{
  list-style-type: decimal;
}
.lp-mega-list.reverse ol{
  list-style-type: decimal;
}
.lp-mega-list ol li::marker {	
  color: #768ec7;
  font-weight: 700;
}
.lp-mega-list .divider {
  border-bottom: .5px solid #c9c9c9;
  margin: 30px 0;
}
@media screen and (min-width: 992px) {
  .lp-mega-list .divider {
    margin: 50px 0;
  }
}
.lp-mega-list b, .lp-mega-list strong {
  font-weight: bolder;
}
.lp-mega-list, :before, :after {
  box-sizing: border-box;
}
.lp-mega-list .ext-resources a {
  font-size: .875rem;
  line-height: 1.5rem;
  text-decoration: none;
  color: #768ec7 
}
.lp-mega-list p {
  margin-bottom: 1.75rem;
}
body .lp-mega-list{
  --bs-body-font-family: Frutiger, sans-serif;
  --bs-body-font-size: 18px;
  --bs-body-color: #666;
  --bs-body-bg: #fff;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.75rem;
  --bs-body-text-align: left;
  padding-top: 65px;
}
body .lp-mega-list{
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  margin: 0;
}
.lp-mega-list ul.marker-theme-color li::marker {
    content: "■";
	color: var(--resource-li);
    width: 1em;
    font-weight: bold;
    display: table-cell;
    position: relative;
    top: -0.1rem;
}
