.c-accordion.js-is-tabs .c-accordion__item.is-current {
    z-index: 0;
}

.o-content ol.alpha {
  list-style-type: lower-alpha;
}
.o-content ol.upper-alpha {
  list-style-type: upper-alpha;
}
.o-content ol.roman {
  list-style-type: lower-roman;
}
.o-content ol.upper-roman {
  list-style-type: upper-roman;
}