.form_crm {
    margin-bottom:20px
}
.form_crm .half_row {
    float:left;
    width:49%!important;
    margin-right:2%!important;
}
.form_crm .third_row {
    float:left;
    width:32%!important;
    margin-right:2%!important;
}

.form_crm .quarter_row {
    display: inline-block;
    min-width:124px;
    margin-right:1%!important;
}

.form_crm .quarter_row label {
    float:none;
    display:block;
    width:100%!important;
}
.form_crm .last_row {
    margin-right:0!important;
}
.form_crm .quarter_row.last_row {
    /*width:61%!important;*/
    margin-right:0!important;
}
.form_crm .last_row::after {
    content: "";
    clear: both;
    display: block;
  }

.radio_wrapper{
    display: inline-block;  
}
.radio_wrapper input[type="radio"] {
    margin:3px 3px 0 5px
}
.radio_label {
    display:inline-block;
    margin:0 10px 0 2px;
    float: right;
    width: calc(100% - 35px);
}

#top .form_crm textarea {
    height:230px!important
}
.form_crm_privacy{padding-bottom:20px}
.form_crm_privacy a{font-size: .92em;}

.crm_form_separator{height:20px;clear: both;}

.form_crm label span{position:absolute}

.checkbox_wrapper label{font-weight:300!important;cursor:pointer!important}

/*honeypot field*/
.form_crm_special{position:absolute;height:0!important;line-height:0!important;width:0!important;opacity:0;padding:0!important;margin:0!important}
/*.form_crm_special{display:none!important}*/

@media only screen and (max-width:767px){
    .form_crm  .half_row, .form_crm .third_row, .form_crm .quarter_row {
        float:none;
        width:100%!important;
        margin-right:0!important;
    }
}


@media only screen and (max-width:540px){
    /*
    .checkbox_wrapper .radio_label {
        float: right;
        width: 88%
    }
    */
    .checkbox_wrapper {
        clear: both;
    }
}