/* 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: "proximaNovaLight", sans-serif;
    color: #f00 !important;
    line-height: 1em;
    margin-bottom: 3px;
    font-size: 17px;
}

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

input.f3-form-error {
    background: transparent !important;
}

/* SUCCESS */
input.valid {
    background-color: #9FFF9F;
    border: 1px #00FF00 solid;
}

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

.success_indicator.active {
    visibility: visible;
}

/** GRID **/
.bp_768 .ne-forms .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 {
    /*width: 50%;*/
    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;
    height: 70px;
}

.module_form fieldset {
    border: none;
}

.module_form .control-type-radiobutton .control-label {
    font-family: 'Roboto Bold', Arial, sans-serif;
    display: block;
}

.bp_1024 .module_form .control-type-radiobutton .control-label {
    padding-bottom: 20px !important;
}

.module_form .control-type-radiobutton .radio label {
    margin-left: 5px;
}

/** Newsletter (Mailjet) **/

.bp_480 .clear {
    clear: both;
}

.bp_768 .clear {
    clear: none;
}

.module_newsletter {
    overflow: hidden;
    min-height: 380px;
    margin-bottom: 25px;
}

.module_newsletter div {
    overflow: hidden;
}

.module_newsletter .module_tile_inner,
.module_newsletter .text_container_inner {
    height: 100%;
}

.module_newsletter .topline_container {
    position: absolute;
    top: 0;
    height: 40px;
    max-width: 100%;
}

.module_newsletter .element {
    height: 100%;
    margin-top: 40px;
}

.module_newsletter .text_container_inner {
    background-color: #003d76;
}

.module_newsletter .text_container_inner .headline {
    color: #fff;
}

.module_newsletter .text_container_inner .headline_container .line {
    background-color: #fff;
}

.module_newsletter .topline_container .topline {
    display: inline-block;
    font-family: "Merriweather Regular", Georgia, serif;
    font-size: 18px;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    background-color: #002446;
}

.module_newsletter .text_container_inner .text {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 260px;
}

.module_newsletter .text_container_inner .text .error_block {
    display: table;
    font-family: ubuntu, sans-serif;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    background-color: white;
}

.module_newsletter .text_container_inner .text .error_block #message-block {
    display: table-cell;
    vertical-align: middle;
}

.module_newsletter .text_container_inner .text .error_block #message-block .success {
    color: #595b61;
    font-size: 20px;
}

.module_newsletter .text_container_inner .text .error_block #message-block .back a {
    color: #595b61;
    text-decoration: underline;
}

.module_newsletter .text_container_inner .text .error_block #message-block .success {
    color: #595b61;
    font-size: 20px;
}

.module_newsletter .text_container_inner .text .error_block,
.module_newsletter .text_container_inner .text form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/****************************** BP 768 ******************************/
.bp_768 .module_newsletter .element {
    margin-top: 40px;
}

.bp_768 .module_newsletter .topline_container {
    height: 40px;
}

.bp_768 .module_newsletter .topline_container .topline {
    font-size: 20px;
    padding: 10px 30px;
}

/****************************** /BP 768 ******************************/
/****************************** BP 1024 ******************************/
.bp_1024 .module_newsletter .element {
    margin-top: 55px;
}

.bp_1024 .module_newsletter .topline_container {
    height: 55px;
}

.bp_1024 .module_newsletter .topline_container .topline {
    font-size: 25px;
    padding: 15px 30px;
}

/****************************** /BP 1024 ******************************/

.module_newsletter .form-check-label, .module_newsletter .statictext {
    font-family: 'Roboto Light', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    display: block;
}

.module_newsletter .form-check input[type=checkbox] {
    width: auto;
    margin-right: 10px;
    float: left;
}

.module_newsletter .statictext a {
    text-decoration: underline;
}

.module_newsletter .statictext p {
    margin-bottom: 0;
}

.module_newsletter .btn.btn-primary {
    padding: 0;
}

.module_newsletter p,
.module_newsletter .statictext a,
.module_newsletter .btn.btn-primary,
.module_newsletter .btn.btn-primary:hover {
    color: #fff;
}

.module_newsletter .btn.btn-primary:hover {
    background: none;
}

.module_newsletter .btn.btn-primary:focus {
    outline: none;
}

.module_form .form-group textarea.focussed:invalid,
.module_form .form-group input.focussed:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 1px solid #f00 !important;
}

.module_form input[type="file"].focussed:invalid {
    background: #f00;
}

.module_form input[type="checkbox"].focussed:invalid + label {
    color: #f00;
}
