input[type=radio].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px;

}

input[type=radio].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label.clr {
    padding-left:32px;
    height:20px; 
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: 0 0;
   /* font-size:23px;*/
    vertical-align:middle;
    cursor:pointer;

}

input[type=radio].css-checkbox:checked + label.css-label, input[type=radio].css-checkbox + label.css-label.chk {
    background-position: 0 0px;
}
label.css-label {
    background-image:url('../imgs/checkbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


input[type=checkbox].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px;
}

input[type=checkbox].css-checkbox + label.css-label-check, input[type=checkbox].css-checkbox + label.css-label-check.clr {
    padding-left:30px;
    /*width: 350px;*/
    height:20px; 
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: left 0px;
    vertical-align:middle;
    cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label-check, input[type=checkbox].css-checkbox + label.css-label-check.chk {
    background-position: left -20px;
}

label.css-label-check {
    background-image:url('../imgs/checkbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.radioButtonLabel {
   
    font-weight: 400; /* Regular */
    font-size: 1.5rem;
	line-height: 2.0rem;
	color: #75848f;
    text-transform:uppercase;
}