main header .indicator li.current span {
    background: #94c750;
    border-color: #94c750;
    box-shadow: 0 0 0 2px #94c750;
}
main header .indicator li.past span {
    background: #5F862B;
}
.btn-accent {
    background: #94c750;
    color: #272727;
}
.btn-accent > svg {
    fill: #272727 !important;
}
.btn-accent:focus, .btn-transparent:focus, .btn-white:focus, .btn-black:focus, .btn.focus, .focus.btn-transparent, .focus.btn-white, .focus.btn-black, button:focus, button.focus, input[type="button"]:focus, [type="button"].select:focus, textarea[type="button"]:focus, input[type="button"].focus, [type="button"].focus.select, textarea[type="button"].focus, input[type="reset"]:focus, [type="reset"].select:focus, textarea[type="reset"]:focus, input[type="reset"].focus, [type="reset"].focus.select, textarea[type="reset"].focus, input[type="submit"]:focus, [type="submit"].select:focus, textarea[type="submit"]:focus, input[type="submit"].focus, [type="submit"].focus.select, textarea[type="submit"].focus {
    background: #94c750;
    color: #272727;
}
[type="checkbox"]:checked + label:before {
    background: #94c750;
}
[type="checkbox"]:checked + label:after {
    color: #272727;
}
[type="radio"]:checked + label:before {
    background-color: #94c750;
}
[type="radio"]:checked + label:after {
    background-color: #272727;
}
::selection {
    background: #94c750;
    color: #272727;
}
