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

main header h4 {
    color: #44c8f5;
}

.choice-box:hover svg.icon-print path,
.choice-box:hover svg.icon-box path,
.choice-box:hover svg.icon-location path,
.choice-box:hover svg.icon-sms path,
.choice-box:hover svg.icon-purchased-retail path {
    stroke: #44c8f5;
}

.choice-box:hover svg.icon-purchased-online path {
    fill: #44c8f5;
}

.btn-accent {
    opacity: 0.8;
    background: #44c8f5;
}
.btn-accent:hover {
    opacity: 1;
}

.tabs li.selected label {
    opacity: 0.8;
    color: #272727;
    background: #44c8f5;
    border-color: #44c8f5;
}
.tabs li.selected label:hover {
    opacity: 1;
}

[type="radio"]:checked + label:before {
    background-color: #272727;
}

[type="radio"]:checked + label:after {
    background-color: #ffffff;
}
