/*CUSTOM-COLOR*/
#newsletter_mask .bn__custom-color__background_button {
    background-color: #DDA741; /*color1*/
}

#newsletter_mask .bn__form-grid {
    color: #009688; /*color2*/
}
#newsletter_mask input,
#newsletter_mask select {
    border-bottom: 1px solid #009688; /*color2*/
}

#newsletter_mask .bn__custom-color__background {
    background-color: #fff; /*color3*/
}

/*GENERAL*/
#newsletter_mask .bn__form-grid {
    font-size: 16px;
}
#newsletter_mask input,
#newsletter_mask select {
    border-radius: 0;
    border-left: none;
    border-top: none;
    border-right: none;
    color: inherit;
    background-color: transparent;
}
#newsletter_mask input,
#newsletter_mask select {
    color: inherit;
}
#newsletter_mask input:focus,
#newsletter_mask select:focus {
    outline: none;
}

#newsletter_mask .bn__form-grid__column.bn__form-grid__invalid label,
#newsletter_mask .bn__form-grid__column.bn__form-grid__invalid label a {
    color: #B92D00;
}
#newsletter_mask input.bn__form-grid__invalid,
#newsletter_mask select.bn__form-grid__invalid {
    border-bottom: 1px solid #B92D00!important;
    color: #B92D00!important;
}
#newsletter_mask input[type="checkbox"].bn__form-grid__invalid {
    outline: 1px solid #B92D00;
}


#newsletter_mask select option {
    color: #000;
}
#newsletter_mask a {
    text-decoration: none;
    color: inherit;
}
#newsletter_mask .bn__form-grid .bn__form-grid__column .bn__form-grid__column__item.bn__form-grid__required-label {
    font-size: 10px;
}
#newsletter_mask .bn__form-grid.bn__form-grid--horizontal {
    max-width: none;
    font-size: 12px;
}

#newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__row {
    float: left;
    clear: none;
    width: 25%;
}
#newsletter_mask .bn__form-grid .bn__form-grid__block{
    border: none;
    margin: 0;
    padding: 0;
}
#newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__row--horizontal-sm-half {
    width: 50%;
}
#newsletter_mask .bn__form-grid.bn__form-grid--vertical .bn__form-grid__column{
    padding: 5px 0;
    width: 100%;
}
#newsletter_mask .bn__form-grid{
    max-width: 400px;
}
#newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column .bn__form-grid__column__item {
    height: 1.7em;
}

#newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__row {
    margin: 0;
}

#newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__row--horizontal-absolute .bn__form-grid__column {
    padding-top: 0;
    padding-bottom: 0;
}

#newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column .bn__form-grid__column__item {
    width: 100%;
}

#newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column .bn__form-grid__column__item--quarter {
    width: 50%;
}
#newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column .bn__form-grid__column__overlay {
    top: 33px;
}
#newsletter_mask .bn__form-grid .bn__form-grid__column .bn__form-grid__button {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border-radius: 0;
    height: auto;
    padding: 11px;
    border-radius: 50px;
    font-size: 16px;
}
#newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column .bn__form-grid__column__item.bn__form-grid__button{
    padding: 23px;
    font-size: 19px;
    line-height: 6px;
}
#newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column.privacy .bn__form-grid__column__overlay{
    left: 46px;
}
#newsletter_mask .bn__form-grid .bn__form-grid__column .bn__form-grid__column__overlay{
    font-size: 15px;
    top: 6px;
}
#newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column,
#newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column {
    padding-left: 5px;
    padding-right: 5px;
}

#newsletter_mask label.required  {
    font-weight: bold;
}

#newsletter_mask .consent {
    position: relative;
}
    #newsletter_mask .consent .consent_text {
        display: none;
        position: absolute;
        bottom: 100%;
        font-size: 11px;
        border: 1px solid;
        border-radius: 5px;
        padding: 10px;
        width: 100%;
        min-width: 300px;
    }
        #newsletter_mask .consent .consent_text a {
            text-decoration: underline;
        }
    #newsletter_mask .consent:hover .consent_text {
        display: block;
    }
    #newsletter_mask .consent input {
        width: 20px!important;
    }

@media (min-width: 801px) {
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal {
        padding-bottom: 20px;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .required_field {
        position: absolute;
        top: 100%;
        left: 0;
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .consent label {
        float: right;
        display: inline-block;
        width: calc(100% - 20px)!important;
        padding-left: 5px;
        line-height: 1.2;
    }

}
@media (min-width: 768px) {
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__row--horizontal-sm-half {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__block--horizontal-12 {
        width: 100%;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__block--horizontal-11 {
        width: 91.66666667%;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__block--horizontal-10 {
        width: 83.33333333%;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__block--horizontal-9 {
        width: 75%;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__block--horizontal-8 {
        width: 66.66666667%;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__block--horizontal-7 {
        width: 58.33333333%;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__block--horizontal-6 {
        width: 50%;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__block--horizontal-5 {
        width: 41.66666667%;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__block--horizontal-4 {
        width: 33.33333333%;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__block--horizontal-3 {
        width: 25%;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__block--horizontal-2 {
        width: 16.66666667%;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__block--horizontal-1 {
        width: 8.33333333%;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column .bn__form-grid__column__messages {
        position: absolute;
        bottom: 5.06em;
        left: 0;
        right: 0;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column .bn__form-grid__column__messages .bn__form-grid__column__messages__item {
        border-radius: 5px 5px 0 0;
        border: 1px solid #000;
        background: #FFF;
        margin: 0 -1px 0 0;
    }
}

@media (min-width: 1400px) {
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__block,
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1100px) {
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column .bn__form-grid__column__item{
        font-size: 12px;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__column .bn__form-grid__column__overlay{
        top: 25px;
        font-size: 13px;
    }
}
@media (max-width: 800px) {
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__row{
        width: 100%;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--vertical .bn__form-grid__column .bn__form-grid__column__item {
        width: 100%;
    }
    #newsletter_mask .bn__form-grid .bn__form-grid__column--sm-6 {
        width: 100%;
        padding: 5px 0;
    }
    #newsletter_mask .bn__form-grid.bn__form-grid--horizontal .bn__form-grid__row--horizontal-sm-half {
        width: 100%;
    }
}