html * {
    font-family: Open Sans;}html legend{
font-family: Open Sans; color: #EC0000;  font-weight: bold; text-shadow: none;}html .RetailerLabel{
font-family: Open Sans; font-weight:bold;  color:#000000; text-shadow: none;}html .ButtonGreenRight{
border-color: transparent;border-top-right-radius:5px; border-bottom-right-radius:5px; background-color:#00882d; color: #ffffff; border: 1px solid #009933;padding-top: 0px;padding-right: 25px;padding-bottom: 0px;padding-left: 25px;font-family: Open Sans;text-shadow: none;}html .ButtonWhiteRight{
border-color: transparent;border-top-right-radius:5px; border-bottom-right-radius:5px; background-color:#fff; color: #757575; border: 1px solid #cfcfcf; padding-top: 0px;padding-right: 25px;padding-bottom: 0px;padding-left: 25px;font-family: Open Sans;text-shadow: none;}html .ButtonGreenLeft{
border-color: transparent;border-top-left-radius:5px; border-bottom-left-radius:5px; background-color:#00882d; color: #ffffff; border: 1px solid #009933;padding-top: 0px;padding-right: 25px;padding-bottom: 0px;padding-left: 25px;font-family: Open Sans;text-shadow: none;}html .ButtonWhiteLeft{
border-color: transparent;border-top-left-radius:5px; border-bottom-left-radius:5px; background-color:#fff; color: #757575; border: 1px solid #cfcfcf; padding-top: 0px;padding-right: 25px;padding-bottom: 0px;padding-left: 25px;font-family: Open Sans;text-shadow: none;}html .ButtonSubmit{border-radius:5px; border: none;padding-top: 0px;padding-right: 25px;padding-bottom: 0px;padding-left: 25px;color: white; background-color: #EC0000;font-family: Open Sans;text-shadow: none;}html .DefaultFontFamily{
font-family: Open Sans;}html .DefaultInput{
border-radius: 2px;
font-family: Open Sans;}html .ActiveStepTop{
background: transparent;
    color: #EC0000;
    font-weight: bold;
    font-size: 15px;
    font-family:Open Sans;
    text-decoration: none;
    left: 1%;
    right: 1%;
    width: 98%;
}
html .InactiveStepTop{
    background: transparent;
    color: #c7c7c7;
    font-weight: normal;
    font-size: 15px;
    font-family:Open Sans;
    text-decoration: none;
    left: 1%;
    right: 1%;
    width: 98%;
}
html .ActiveStepBottom{
    background: transparent;
    color: #EC0000;
    font-weight: bold;
    font-size: 15px;
    font-family:Open Sans;
    text-decoration: none;
    left: 1%;
    right: 1%;
    width: 98%;
    margin-bottom: 10px;
}
html .InactiveStepBottom{
    background: transparent;
    color: #c7c7c7;
    font-weight: normal;
    font-size: 15px;
    font-family:Open Sans;
    text-decoration: none;
    left: 1%;
    right: 1%;
    width: 98%;
    margin-bottom: 10px;
}html .ArrowColor{
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #EC0000;
}html .ArrowTransparent{
width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 3px solid transparent;
}html .NavigationLineColor{
height:3px;
border-bottom: 3px solid #EC0000;
width: 98%;
}html .NavigationLineGrey{
height:5px;
border-bottom: 3px solid #c7c7c7;
width: 98%;
}html .ValidInput{
background-image: url('/SCFDirectFTLBE/img/tick.png') !important;
background-repeat: no-repeat !important;
background-position: right 5px top 50%; !important;
border-color: #3dbf2c !important;
border-radius: 5px;
}html .ValidCombobox{
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    line-height: 26px;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: url('/SCFDirectFTLBE/img/tick.png') !important;
    border-color: #3dbf2c !important;
    background-position: right 5px top 50%; !important;
}html .Select2valid {
    border: 1px solid #3dbf2c !important;
    display: block;
    height: 32px; !important;
    line-height: 28px; 
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    position: relative;
    border: 1px solid ;
    white-space: nowrap;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} html .Select2valid .select2-choice{
    border: 0px !important;
    background-image: url('/SCFDirectFTLBE/img/tick.png') !important;
    background-position: right 5px top 50% !important;
    background-repeat: no-repeat !important;
    height: 32px; !important;
} html .Select2valid .select2-choice .select2-arrow{
display: none  !important;
} html .ThankYouMainContainer{
width: 100vw;
background-color: #E1E1E1;
} html .ThankYouInsideContainer{
margin: 4% auto;
width: 65vw;
position: relative;
display: block;
background-color: #ffffff;
box-shadow: 5px 3px 3px #888888;   
vertical-align: middle;
} html .ThankYouInsideContainerPhone{
margin: 4% auto;
width: 80vw;
position: relative;
display: block;
background-color: #ffffff;
vertical-align: middle;
}html .ThankYouButtonSubmit{border-radius:5px; border: none;padding-top: 0px;padding-right: 25px;padding-bottom: 0px;padding-left: 25px;color: white; background-color: #92c111;font-family: Open Sans;text-shadow: none;}