main header .indicator li.current span {
    background: #e71735;
    border-color: #e71735;
    box-shadow: 0 0 0 2px #e71735;
}
main header .indicator li.past span {
    background: #8B0E20;
}
.btn-accent {
    background: #e71735;
    color: #ffffff;
}
.btn-accent > svg {
    fill: #ffffff !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: #e71735;
    color: #ffffff;
}
[type="checkbox"]:checked + label:before {
    background: #e71735;
}
[type="checkbox"]:checked + label:after {
    color: #ffffff;
}
[type="radio"]:checked + label:before {
    background-color: #e71735;
}
[type="radio"]:checked + label:after {
    background-color: #ffffff;
}
::selection {
    background: #e71735;
    color: #ffffff;
}
