fieldset {
    border: 0;
}

/* EXTENSION BUILDER DEFAULT STYLE - MOVED HERE FROM TYPOSCRIPT */
textarea.f3-form-error {
    background-color: #FF9F9F;
    border: 1px #FF0000 solid;
}

input.f3-form-error {
    background-color: #FF9F9F;
    border: 1px #FF0000 solid;
}

.tx-ne-forms table {
    border-collapse: separate;
    border-spacing: 10px;
}

.tx-ne-forms table th {
    font-weight: bold;
}

.tx-ne-forms table td {
    vertical-align: top;
}

/* /EXTENSION BUILDER DEFAULT STYLE */

.contact__form .optionList {
    max-height: 210px;
    overflow-y: auto;
    box-shadow: 1px 1px 1px #d9dbdc;
    border: 1px solid #d9dbdc;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
}

/* ERRORS */
.error-message {
    font-family: "Roboto Regular", sans-serif;
    color: #f00 !important;
    line-height: 1em;
    margin-bottom: 3px;
    font-size: 17px;
}

.error {
    border-color: #f00 !important;
}

/* SUCCESS */
input.valid {
    border: 1px #00FF00 solid;
}

.success_indicator {
    display: inline-block;
    visibility: hidden;
    color: #0a0;
}

.success_indicator.active {
    visibility: visible;
}

/** GRID **/
.bp_768 .module_form .grid {
    margin-left: -6px;
    margin-right: -6px;
    width: auto;
}

.grid--no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.grid--no-gutter .grid__unit {
    padding-left: 0;
    padding-right: 0;
}

.grid--switch .grid__unit {
    float: right;
}

.grid__unit {
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 0 0 15px 0;
    width: 100%;
}

.bp_768 .grid__unit {
    padding: 0 6px 15px;
}

.bp_1024 .grid__unit {
    padding: 0 5px 15px;
}

.grid__unit--full {
    width: 100% !important;
}

/* Prototype: Line */
.grid__unit__line span {
    margin: 15px 0 10px;
    clear: both;
    text-indent: 1000%;
    overflow: hidden;
    white-space: nowrap;
    height: 1px;
    background: #CCC;
    display: block;
}

/* Multi */
.bp_480 .grid--multi .grid__unit {
    width: 50%;
}

.grid--multi .grid__unit:nth-child(2n+1) {
    clear: left;
}

.bp_768 .grid--multi .grid__unit:nth-child(2n+1) {
    clear: none;
}

.bp_768 .grid--multi .grid__unit {
    width: 33.33333%;
}

.bp_1024 .grid--multi .grid__unit {
    width: 25%;
}

.bp_1024 .grid--multi .grid__unit:nth-child(4n+1) {
    clear: left;
}

/* /Multi */

/* Double Gutter */
.bp_1024 .grid--dbl-gutter {
    margin-left: -40px;
    margin-right: -40px;
}

.bp_1024 .grid--dbl-gutter .grid__unit {
    padding-left: 40px;
    padding-right: 40px;
}

/* /Double Gutter */

.grid--slider {
    position: relative;
}

/* Layout */
.bp_768 .grid--layout .grid__unit {
    width: 33.33333%;
}

.bp_768 .grid--layout .grid__unit.grid__unit--content {
    width: 66.66667%;
}

/* One-Up */
.grid--one-up .grid__unit {
    width: 100%;
}

/* Two-Up */
.bp_768 .grid--two-up .grid__unit {
    width: 50%;
}

.bp_768 .grid--two-up-feature .grid__unit {
    margin: 0;
}

.bp_768 .grid--two-up-feature .grid__unit:nth-child(2n+3) {
    clear: left;
}

/* Three Up */
.bp_768 .grid--three-up .grid__unit {
    width: 33.33333%;
}

/* Four Up */
.bp_480 .grid--four-up .grid__unit {
    width: 50%;
}

.bp_480 .grid--four-up .grid__unit:nth-child(2n+3) {
    clear: left;
}

.bp_768 .grid--four-up .grid__unit:nth-child(2n+3) {
    clear: none;
}

.bp_768 .grid--four-up .grid__unit {
    width: 25%;
}

.grid--four-up-icons .grid__unit {
    width: 50%;
}

.bp_768 .grid--four-up-icons .grid__unit {
    width: 25%;
}

/** /GRID **/

/* One-Up */
.grid--one-up.grid__unit .grid__unit {
    width: 100%;
}

/* Two-Up */
.bp_768 .grid--two-up.grid__unit .grid__unit {
    width: 50%;
}

/* Three Up */
.bp_768 .grid--three-up.grid__unit .grid__unit {
    width: 33.33333%;
}

/* Four Up */
.bp_480 .grid--four-up.grid__unit .grid__unit {
    width: 50%;
}

.bp_480 .grid--four-up.grid__unit .grid__unit:nth-child(2n+3) {
    clear: left;
}

.bp_768 .grid--four-up.grid__unit .grid__unit:nth-child(2n+3) {
    clear: none;
}

.bp_768 .grid--four-up.grid__unit .grid__unit {
    width: 25%;
}

.grid__unit__blank {
    display: none;
}

.bp_768 .grid__unit__blank {
    display: block;
    line-height: 31px;
}

/***** SPECIFIC *****/
.module_form {
    padding: 0 18px 25px;
}

.module_form label {
    font-size: 13px;
}

.bp_1024 .module_form {
    padding: 0 18px 35px;
}

.bp_1024 .module_form .container {
    width: 560px;
}

/***** /SPECIFIC *****/
.smc_table_lightbox .module_form .leadDownload a {
    display: inline-block;
}

.module_form .select-box.error .js_hover.select {
    background-color: #FF9F9F;
    border: 1px #FF0000 solid;
}

.smc_table_lightbox .module_form {
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
}

.smc_table_lightbox .module_form .row::after {
    content: " ";
    clear: both;
    display: block;
}

.smc_table_lightbox .module_form .error-message p {
    display: table-cell;
    vertical-align: bottom;
}

.module_form form .row:after {
    content: " ";
    clear: both;
    display: block;
}

.module_form .form-check input[type="checkbox"],
.module_form .formElement input[type="checkbox"] {
    display: block;
    float: left;
    margin: 2px 5px 0 0;
}

.module_form .form-check input[type="checkbox"] + span,
.module_form .formElement input[type="checkbox"] + span {
    display: block;
    overflow: hidden;
}

.module_form .form-check input[type="checkbox"].error + span {
    color: #f00;
}

.bp_768 .module_form .grid--two-up .col-md-12 .grid__unit.checkbox {
    width: 100%;
}

.module_form .form-navigation .btn-group .frc-captcha {
    margin-top: 15px;
}

.frc-captcha {
    border: 0 !important;
}

.frc-button {
    background: transparent !important;
}