article form {
    overflow: hidden;
}
article fieldset {
    padding-bottom: 32px;
}
article legend {
    font-family: 'ubuntu_condensedregular';
    font-weight: normal;
    line-height: 1.2em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    color: var(--green);
    text-align: center;
    padding: 12px 12px 12px 12px;
}
article .form-group {
    margin-bottom: 0;
    padding: 35px 25px 5px 25px !important;
    background-color: var(--bg-forms);
    position: relative;
}
/*
article form .form-group:not([style*="display: none"]):last-child {
    padding: 35px 25px 30px 25px!important;
}
*/
article form .powermail_fieldwrap_type_html.form-group {
    padding: 35px 25px 30px 25px;
}
article form .powermail_fieldwrap_type_input.form-group {
    padding: 35px 25px 45px 25px;
}
article form .powermail_fieldwrap_type_date.form-group {
    padding: 35px 25px 45px 25px;
}
@media screen and (min-width: 576px) {
    article .form-group {
        padding: 35px 35px 5px 35px !important;
    }
    article form .form-group:last-child {
        padding: 35px 35px 35px 35px !important;
    }
    article form .powermail_fieldwrap_type_html.form-group:not([style*="display: none"]):last-child {
        padding: 15px 35px 35px 35px !important;
    }
    article form .powermail_fieldwrap_type_input.form-group:not([style*="display: none"]):last-child {
        padding: 35px 35px 40px 35px !important;
    }
    article form .powermail_fieldwrap_type_date.form-group {
        padding: 35px 35px 5px 35px !important;
    }
}
@media screen and (min-width: 768px) {
    article .form-group {
        padding: 40px 55px 5px 55px !important;
    }
    article form .form-group:last-child {
        padding: 40px 55px 40px 55px !important;
    }
    article form .powermail_fieldwrap_type_html.form-group:not([style*="display: none"]):last-child {
        padding: 35px 55px 40px 55px !important;
    }
    article form .powermail_fieldwrap_type_input.form-group:not([style*="display: none"]):last-child {
        padding: 40px 55px 45px 55px !important;
    }
    article form .powermail_fieldwrap_type_date.form-group {
        padding: 5px 55px 5px 55px !important;
    }
    article legend {
        font-size: 28px;
    }
}
article label,
.powermail_fieldwrap p {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5em;
}
article label span.pm_description {
    font-size: 0.8em;
    display: block;
}
.powermail_fieldwrap_type_html.powermail_fieldwrap p {
    margin-bottom: 0;
}
article .nolabel>label {
    display: none;
}
article div.checkbox label,
article div.radio label,
.powermail_fieldwrap p {
    text-transform: none;
    font-size: 17px;
}
article div.form-check label {
    text-transform: none;
    padding-bottom: 6px;
    font-size: 18px;
}
article div.form-check-inline label {
    text-transform: uppercase;
}
article div.form-check .form-check-input,
.powermail_checkbox,
.powermail_checkbox,
article form input[type='checkbox'],
article form input[type='radio'] {
    position: absolute;
    left: -2000em;
}
article div.form-check-inline label:before {
    content: "\f096";
    font-family: 'fontello';
    padding-right: 6px;
}
.form-control::-webkit-input-placeholder {
    color: var(--black-lgt);
}
.form-control::-moz-placeholder {
    color: var(--black-lgt);
}
.form-control:-ms-input-placeholder {
    color: var(--black-lgt);
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: var(--black-lgt);
}
.form-control::placeholder {
    color: var(--black-lgt);
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:focus::-ms-value {
    color: var(--black-lgt);
    background-color: #fff;
}
article form input[type='checkbox']+label,
article form input[type='radio']+label {
    padding-left: 35px;
    padding-right: 35px;
    line-height: 1.5em;
}
article form input[type='checkbox']+label::before,
article form input[type='radio']+label::before {
    font-family: "fontello";
    font-size: 21px;
    cursor: pointer;
    content: '\f096';
    display: inline-block;
    position: relative;
    left: -35px;
    top: 2px;
    margin-right: -21px;
}
article form input[type='checkbox']:checked+label:before,
article form input[type='radio']:checked+label:before {
    content: "\e800";
    margin-right: -24px;
}
article form div.powermail-error input[type="checkbox"]+label::before,
article form div.powermail-error input[type="radio"]+label::before {
    color: var(--red);
}
article form input[type='checkbox']:checked::before,
article form input[type='radio']:checked::before {
    font-family: "fontello";
    font-size: 21px;
    cursor: pointer;
    content: "\f046";
    display: inline-block;
}
article form ul.powermail-errors-list {
    position: relative;
    top: 0;
    left: 0px;
    color: var(--red);
    font-size: 12px;
    display: block;
    width: 100%;
    padding-left: 0;
}
article form ul.powermail-errors-list li {
    display: block;
    font-size: 16px;
}
article .form-control {
    display: block;
    color: var(--black-lgt);
    background-clip: padding-box;
    border: 1px solid var(--black-lgt);
    outline: none !important;
    outline: 0 !important;
}
article .form-control.powermail_field_error {
    border: 1px solid var(--red);
}
article textarea.form-control {
    height: auto;
    min-height: 100px;
}
div.powermail-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 5px;
    background: white;
    z-index: 2000;
    color: var(--black-lgt);
}
div.powermail-overlay.hidden {
    display: none;
}
div.progress-outer {
    width: 80%;
    border: 5px solid var(--green);
    border-radius: 10px;
    padding: 35px;
}
@media screen and (min-width: 960px) {
    div.progress-outer {
        width: 50%;
    }
}
div.progress-outer p {
    width: 100%;
    font-weight: bold;
    text-align: center;
}
@-webkit-keyframes progress {
    to {
        width: 100%
    }
}
@-moz-keyframes progress {
    to {
        width: 100%
    }
}
@-ms-keyframes progress {
    to {
        width: 100%
    }
}
@keyframes progress {
    to {
        width: 100%
    }
}
div.powermail-overlay .powermail_progress {
    background: var(--black-lgt);
    width: 0%;
    height: 20px;
    max-width: 100%;
    margin-top: 20px;
    -webkit-animation: progress 60s 1 forwards;
    -moz-animation: progress 60s 1 forwards;
    -ms-animation: progress 60s 1 forwards;
    animation: progress 60s 1 forwards;
    border: 1px solid white;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.table-responsive {
    display: block;
    width: 105%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
input#fp_extras {
    display: none !important;
}
article form .powermail_file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
article form div.powermail_fieldwrap_type_file label,
article form button#reset_files {
    text-overflow: ellipsis;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    border: 0px;
    border-radius: 0;
    color: white;
    padding: 12px 12px 12px 12px;
    width: 100%;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.888em;
    margin-bottom: 0px;
}
article form button#reset_files {
    padding-left: 0;
    font-size: 16px;
    line-height: 1.5em;
}
article form div.powermail_fieldwrap_type_file label {
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
article form div.powermail_fieldwrap_type_file label span.icon-chevron_up_round_fill {
    font-size: 20px;
    padding-right: 12px;
}
article form div.counter {
    font-weight: 300;
    font-size: 11px;
}
