input[type=checkbox]:not(old), input[type=radio]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    visibility: hidden;
}
input[type=checkbox]:not(old)+label+label, input[type=checkbox]:not(old)+label, input[type=radio]:not(old)+label {
    display: inline-block;
    margin-left: 0;
    margin-right: 16px;
    line-height: 1.5em;
}
input[type=checkbox]:not(old)+label+label>span, input[type=checkbox]:not(old)+label>span, input[type=radio]:not(old)+label>span {
   /**  background: #fff; **/
    display: inline-block;
    height: 22px;
    margin: .25em .5em .25em .25em;
    vertical-align: bottom;
    border: 1px solid #7721b6; 
    width: 22px;
}
/*input[type=checkbox]:not(old):checked+label+label>span, input[type=checkbox]:not(old):checked+label>span, input[type=radio]:not(old):checked+label>span {*/
    /** background: #fff; **/
/*}*/
input[type=checkbox]:checked+label+label>span::before, input[type=checkbox]:not(old):checked+label>span::before {
    content: url(../images/icons/check.png);
    display: block;
    width: 1.02em;
    color: #F51F9C;
    font-size: .875em;
    line-height: 1.05em;
    text-align: center;
    text-shadow: 0 0 .0714em #73994d;
    font-weight: 700;
}
input[type=radio]:not(old):checked+label>span>span {
    background: #e81932 !important;
    border: .0625em solid #d4162d;
    display: block;
    height: 8px;
    margin: 6px;
    width: 8px;
	color: #d4162d;
}

.form-group.checkbox{
    margin-bottom: 0 !important;
}
.checkbox label, .radio label{
    padding-left: 0;
}
.checkbox label .requiredCheck{
    display: none;
}
.checkbox input.error ~ label .requiredCheck{
    display: inline-block;
    color: red;
}
.checkbox input, .termsConfirmation input{
    position: absolute;
}
.radio-buttons input{
  position: absolute;
}
label a, label a:hover, label a:focus{
    color: #e94ea0;
}