.form_section > .container {

    max-width: 100%;
    margin: 0;
    padding: 0;
}
.form_content, .form_section .content_area .content_box .module-col-2 {

    margin: 0;
    padding: 0;
}
.form_section .content_area .content_box {

    margin: 0;
}
.form_section #selfForm .col_100 .info_box .row.item {
    line-height: 32px;
    font-weight: 400;
    font-size: 25px;

}
.form_section #selfForm .col_100 .info_box .row.item.total {

    height: 40px;
    font-size: 27px;
    line-height: 34px;
    color: #005497;

}
.form_section .info_box.bordered {

    padding: 15px 15px;
}
.form_section #selfForm .col_100 .info_box .info {

    border-bottom: 1px solid #fff;

    margin-bottom: 15px;
}
.range:not(#cta-wizard)::before {

    background: #005497;

}
.range:not(#cta-wizard) .handle, .range:not(#cta-wizard) .ui-slider-handle {

    border: 9px solid #005497;
}
.col_50.amount .input_row .valid_holder input,
.col_50.amount .input_row .valid_holder span {

    cursor: not-allowed;
    color: #999;

}
.col_50.disabled input {
    cursor: not-allowed;
    background-color: #eee;
    color: #999;
}
body.mouseWait {
    cursor: progress;
}
.input_row.validation_row, .radio_row.validation_row {

    padding-right: 0;
}
#errorMsg {
    color: #900;

}
@media only screen and (max-width: 767px) {
    .inline_row .col_50 {

        display: inline-block;
        width: 50%;
    }
}
@media only screen and (max-width: 718px) {

     .inline_row .col_50 {

        display: block;
        width: auto;
    }
}


.form_section #selfForm .col_100 .info_box .row.item.total {

    height: auto;
}
