/** CONS-6450 */
.faux-radios {
    margin: 0 0 1em;
    padding: 0;
}

.faux-radios__group {
    position: relative;
    margin: .5rem 0 !important;
    padding: 0;
}

.faux-radios__group label.error {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.faux-radios__group--nested {
    padding-left: 1.5em;
}

.faux-radios__group--nested .faux-radios__faux-label:before {
    content: '-';
    padding-right: 0.25em;
}

.faux-radios__group--inactive {
    opacity: 0.5;
}
.faux-radios__group--inactive .faux-radios__custom-radio ~ label[for^=radio] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.faux-radios__radio-wrap {
    height: 30px;
    width: 50px;
    position: relative;
    display: inline-block;
}

.faux-radios__custom-radio {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.faux-radios__custom-radio:checked ~ label[for^=radio] {
    background-color: #75BA13;
    color: #FFF;
}

.faux-radios__custom-radio[value=N]:checked ~ label[for^=radio] {
    background-color: #E91640;
}

.faux-radios__custom-radio ~ label[for^=radio] {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid #999;
    border-radius: 4px;
    background-color: #FFF;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    color: #000;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.faux-radios__faux-label {
    display: inline-block;
    position: absolute;
    top: -2px;
    padding-left: 10px;
    font-weight: normal;
    line-height: 1.2;
    font-size: 14px;
    margin-left: 105px;
}

.relevant-details .faux-radios__radio-wrap {
    width: 40px;
}

.relevant-details .faux-radios__custom-radio ~ label[for^=radio] {
    line-height: 25px;
}

.relevant legend.faux-radios__faux-label {
    display: inherit;
    margin-left: 95px;
}

#signin_register .faux-radios__custom-radio ~ label[for^=radio] {
    font-size: 14px;
}

fieldset.faux-radios,
fieldset.faux-radios__group {
    border: 0;
}

.myaccount fieldset.faux-radios__group {
    border-bottom: 1px solid #dedede;
    padding: 0em 0 1.75em 0;
    margin-top: 1.5em !important;
    text-align: left;
}

.myaccount .faux-radios__faux-label .myaccount-acc-pref-desc {
    font-size: 12px;
}

/* new styles for test CONS-6481*/
.faux-radios__radio-wrap--wide {
    width: 300px;
}

.faux-radios__radio-wrap--wide + .faux-radios__radio-wrap {
    width: 75px;
}

.faux-radios__radio--tertiary .faux-radios__custom-radio ~ label[for^=radio] {
    text-align: left;
    background-color: transparent;
    font: inherit;
    font-weight: 700;
    letter-spacing: .2px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 400px;
    border: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    color: #595963;
    border-color: #595963;
    line-height: 24px;
}

.faux-radios__radio--tertiary .faux-radios__custom-radio ~ label[for^=radio] + .error {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.faux-radios__radio--tertiary .faux-radios__custom-radio:checked ~ label[for^=radio] {
    background-color: #FFF;
}

.faux-radios__radio--tertiary .faux-radios__custom-radio:checked ~ label[for^=radio]:after {
    content: '';
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDIwMiAxNTkuOSI+ICA8cGF0aCBkPSJNNjMuNCAxNTkuOUwwIDk2LjZsMjEuMy0yMS4zIDQyLjEgNDJMMTgwLjcgMCAyMDIgMjEuM3oiIC8+PC9zdmc+');
    height: 16px;
    width: 16px;
    background-size: contain;
    position: absolute;
    right: 14px;
    top: 13px;
    background-repeat: no-repeat;
}

.faux-radios__radio--tertiary:hover .faux-radios__custom-radio ~ label[for^=radio],
.faux-radios__radio--tertiary:active .faux-radios__custom-radio ~ label[for^=radio],
.faux-radios__radio--tertiary:focus .faux-radios__custom-radio ~ label[for^=radio] {
    color: #FFF;
    background-color: #595963;
    border-color: #595963;
}

.form-control--muted {
    background-color: #F1F1F7;
    margin-left: -20px;
    margin-right: -100%;
    margin-bottom: 0;
    padding: 20px;
}

.form-control--muted .faux-radios__group {
    margin: .5rem 0 1.25rem 0 !important;
}

.form-control--muted .faux-radios__group:last-child {
    margin: .5rem 0 !important;
}

.form-control--muted .error:before {
    display: inline-block;
    content: '';
    height: 15px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48ZyBmaWxsPSJub25lIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIxMCIgZmlsbD0iI0RDMTQzQyIvPjxwYXRoIGQ9Ik0xMC44IDEwbDMtM2MuMy0uMi4zLS42IDAtLjgtLjItLjMtLjYtLjMtLjggMGwtMyAzLTMtM2MtLjItLjMtLjYtLjMtLjggMC0uMy4yLS4zLjYgMCAuOGwzIDMtMyAzYy0uMy4yLS4zLjYgMCAuOC4xLjEuMi4yLjQuMnMuMy0uMS40LS4ybDMtMyAzIDNjLjEuMS4yLjIuNC4ycy4zLS4xLjQtLjJjLjMtLjIuMy0uNiAwLS44bC0zLTN6IiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==');
    vertical-align: middle;
    padding-left: 5px;
}