.wizard-navigators > li.active > a
    color:#d01f26 !important;
}


.wizard-navigators > li.active > a, .wizard-navigators > li.active.stepped > a, .wizard-navigators > li.active > a:hover {
    color: #d01f26 !important;
}

.wizard-navigators > li.active > a::before, .wizard-navigators > li.active.stepped > a::before, .wizard-navigators > li.active > a:hover::before {
    background-color: #d01f26;
    border-color: #d01f26;
    color: #ffffff;
    outline: 2px;
}

.wizard-navigators > li.active > a, .wizard-navigators > li.active.stepped > a, .wizard-navigators > li.active > a:hover {
    color: #D01F26;
}

 .wizard-navigators > li.active .progress, .wizard-navigators > li.active.stepped .progress, .wizard-navigators > li.active:hover .progress  {
    background:#d01f26;
  }

.wizard-nav-arrow.wizard-nav-next:hover {
    background-color: #d01f26;
    border-color: #d01f26;
    /*background: url(af/guidetheme2/images/chevron-Right.png);*/

}

.wizard-nav-arrow.wizard-nav-prev:hover {
    background-color: #d01f26;
    border-color: #d01f26;
    /*background: url(af/guidetheme2/images/chevron-Left.png);*/
}

.wizard-nav-arrow.wizard-nav-next {
    border-color: #d01f26;
}

.wizard-nav-arrow.wizard-nav-prev {
    border-color: #d01f26;
}

button.submit {
    margin-left:8px;
}

button:not(.af-icon-button), input[type='button'] {
    background: #333b46;
}

/*button.submit:not(.af-icon-button):hover {
    background: #333b46;
}*/


.confirmation {position: relative;}
.confirmation .XfaCheckBox {position: absolute;left: 0; margin-top:-10px;}
.confirmation .XfaCheckBox input[type=“checkbox”]{position: absolute;top: 0;height: 20px;}
.confirmation .guideWidgetLabel.right {display: block;margin-left: 20px;}
.confirmation .guideWidgetLabel.right label {line-height: 1;}
.guideCheckBoxItem .guideWidgetLabel label {
    color: unset;
}
@media only screen and (max-width: 480px){    
.size-of .guideRadioButtonItem .guideWidgetLabel label {
    margin-right: unset !important;
    font-size: 12px;
}
.guideCheckBoxItem .guideFieldWidget input[type="checkbox"], .guideRadioButtonItem .guideFieldWidget input[type="radio"] {
    margin-top: -5px;
}
.product-type .guideCheckBoxItem .guideWidgetLabel {
    width:250px;                
}

.confirmation .XfaCheckBox {
    margin-top:-5px;
}
button.submit {
    margin-left:unset;
}
}

@media only screen and (min-width: 600px){    
.product-type .guideCheckBoxItem .guideWidgetLabel {
    width:600px;
    margin-top: 5px;                   
}
.privacy-statement {
    margin: 0 0 0 35px;
}
}
        