.leg-navigator .ce-bodytext h3 {
    font-weight : bold;
    font-size   : 1.1rem;
}

.leg-navigator .ce-bodytext ul {
    list-style-type : none;
    padding-left    : 0;
}

.leg-navigator .ce-bodytext ul li {
    position      : relative;
    padding-left  : 1.25rem;
    margin-bottom : .5rem;
}

.leg-navigator .ce-bodytext ul li:before {
    font-family : "fontello";
    content     : '\f006';
    display     : inline-block;
    position    : absolute;
    left        : 0;
    color       : var(--color-active);
}
