The progress bar appears garbled on cell phones. I've added the following snippet to the css and it's fixed. I don't know if you guys want to check it out.
Code:
@media screen and (max-width: 960px) {
ol.progtrckr[data-progtrckr-steps="4"] li,
ol.progtrckr[data-progtrckr-steps="5"] li {
width: 50% !important;
}
}