.ff-item-row + .ff-item-row {
    width: 44% !important;
    min-width: 400px;
    margin: 20px 4% 20px 0;
    line-height: 29px;
    font-size: 17.3px;
}

.ff-form-main {
    width: 100% !important;
    max-width: none;
}

.ff-group-row {
    max-width: none !important;
}

.ff-label-col {
    float: none !important;
    display: block;
}

.ff-label-col label {
    display: inline-block;
    margin: 0;
    color: #575d60;
    font-family: "Open Sans", Helvetica, sans-serif !important;
    font-size: 15.6px;
}

.ff-field-col {
    padding: 0 !important;
    max-width: none !important;
    float: none !important;
}

.ff-field-col input[type=textbox], .ff-field-col input[type=email] {
    background: rgba(144, 150, 154, 0.075);
    border: none;
    border: solid 2px #e8eaeb;
    border-radius: 0;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 17.33px !important;
    text-decoration: none;
    width: 100%;
    height: 47.6562px;
}
.ff-field-col input[type="checkbox"] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    -ms-appearance: checkbox;
    appearance: checkbox;
    display: block;
    float:left ;
    margin-right: 0;
    opacity: 1;
    width: 1em;
    z-index: 1;
}

.group-2 .ff-item-row {
    overflow: hidden;
}

.group-2 .ff-item-row + .ff-item-row .ff-field-col {
    float: left !important;
    width: 5% !important;
    min-width: 0 !important;
    margin: 5px 0;
}

.group-2 .ff-item-row + .ff-item-row .ff-label-col {
    float: right !important;
    width: 92%;
}

.ff-field-col select[multiple] {
    height: 100px;
}
.ff-footnote-label {
    display: inline-block;
}
.ff-required-mark {
    float: left;
}