.ff-col-1 {
    width: 55%;
    line-height: 1em;
}
.one-sidebar .ff-col-1 {
    width: 55%;
}
.ff-col-2 {
    width: 40%;
}
.one-sidebar .fw-row .ff-col-1 {
    width: unset;
}
.fw-row .ff-col-1 {
    max-width: unset;
}
label.ff-label { 
  display: inline;
}
.ff-checkbox {
    vertical-align: middle !important;
    height: 30px !important;
}
select.ff-select-type {
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    padding: 0 10px !important;
    height: 42px;
    width: 66%;
}
textarea.ff-textarea {
    line-height: 18px;
    width: 66%;
}
.one-sidebar textarea.ff-textarea,
.one-sidebar select.ff-select-type {
    width: 80%;
}
#dvFastForms .ff-footer-group {
    padding-left: 20px !important;
}
.ff-footnote-label {
    font-family: AvenirLTStd-Black,arial,sans-serif;
    display: inline;
    padding-left: 5px;
    text-transform: capitalize;
}
.ff-currency-lbl {
    font-family: Adelle-Regular, "Courier New", monospace;
    color: #424242;
    padding: 0 5px;
    margin-left: -20px;
    font-size: large;
}
.ff-percent-lbl {
    font-family: Adelle-Regular, "Courier New", monospace;
    color: #424242;
    padding: 0 5px;
    margin-right: -20px;
    font-size: large;
}
.ff-type-text {
    min-width: 66%;
}
.one-sidebar .ff-type-text {
    min-width: 80%;
    max-width: 80%;
}
.ff-radio-li::before {
  content: none;
}
.ff-submit-btn .btnDiv {
    text-align: center !important;
}
#dvFastForms .ff-col-2.ff-field-col {
    display: table;
}
@media screen and (max-width: 980px) {
    .ff-label-col {
        min-width: 100% !important;
    }
    .ff-currency-lbl {
        margin-left: 0;
    }
    .ff-percent-lbl {
        margin-right: 0;
    }
    input.how-much {
        max-width: 100%;
    }
}
.node-type-layout-with-centered-title.no-sidebars #content-header h1.title,
.node-type-layout-with-centered-title.no-sidebars .region-content {
  width: 100%;
}
.one-sidebar #dvFastForms .ff-group-row {
    margin: unset;
    padding: unset;
}
/*style section headers like h elements */
#dvFastForms form .ff-section-header {
    font-size: 18px;
    line-height: 22px;
    font-family: AvenirLTStd-Roman, arial, sans-serif;
    font-weight: 600;
    text-transform: none;
}
/* font styling */
#dvFastForms form .ff-type-text, 
#dvFastForms form .ff-textarea, 
#dvFastForms form .ff-select-type, 
#dvFastForms form .ff-select-type option,
#dvFastForms form {
    color: #424242;
    font-family: Adelle-Regular, "Courier New", monospace;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
}
#dvFastForms form label.ff-label {
    color: #424242;
    font-family: Adelle-Regular, "Courier New", monospace;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
}
/* button styling */
#dvFastForms form .ff-btn-submit {
    background: #f88920 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 10px 20px;
}
