.Newsletter__parentcontainer .d-inline-block h2{
    display: inline-block;
    text-transform: uppercase;
}
.Newsletter__parentcontainer h2,
.Newsletter__parentcontainer h2 span{
    font-size: 50px !important;
}
.newslettersubscription *,
.newslettersubscription .typography *{
    color:#003087 !important;
}

footer .newslettersubscription *,
footer .newslettersubscription .typography *{
    color:#fff !important;
}

.newsletter__registration .form-control:not(.btn),
.newsletter__registration .form-control:focus:not(.btn){
    background-color: transparent;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.newslettersubscription h1,
.newslettersubscription h2,
.newslettersubscription h3,
.newslettersubscription h4 {
    margin-bottom: 0 !important;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: normal;
}

/*
.newslettersubscription__emailfieldwrapper::after{
      content: '\f1d8';
      font-family: "Font Awesome\ 5 Pro";
      position: absolute;
      right:28px;
      top:4px;
      color:#fff;
      font-size: 20px;
}
*/

.newslettersubscription__emailfield{
    background: transparent;
    border:1px solid #003087;
    width: 100%;
    text-indent: 20px;
    color:#003087 !important;
}

footer .newslettersubscription__emailfield{
    border:1px solid #fff;
    color:#fff !important;
}

.newslettersubscription__emailfieldwrapper input:not(.button):not(.checkbox),
.newslettersubscription__emailfieldwrapper select{
    background: transparent !important;
    border:1px solid #003087 !important;
    color:#003087 !important;
}

footer .newslettersubscription__emailfieldwrapper input:not(.button):not(.checkbox),
footer .newslettersubscription__emailfieldwrapper select{
    border-bottom:1px solid #fff !important;
    color:#fff !important;
}


.newslettersubscription__emailfieldwrapper input:not(.button):not(.checkbox){
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
}

footer .newslettersubscription__emailfieldwrapper label{
    color: #fff;
}

.newslettersubscription__emailfieldwrapper label {
    position: absolute;
    top: 3px;
    left:10px;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 19px;
    color: #003087;
    font-weight: normal;
    transition: all 0.3s ease;
    text-transform: uppercase;
    pointer-events: none;
}

.newslettersubscription__emailfieldwrapper .content__gdpr label{
    position: relative;
    top:0;
    left:0;
}

.newslettersubscription__emailfieldwrapper .mc-field-group{
    padding-bottom: 1.5em;
}

.newslettersubscription__emailfieldwrapper label.active{
    font-family: 'Work Sans', sans-serif !important;
    top: -10px;
    left:0;
    font-size: 10px;
    text-transform: uppercase;
}

.newslettersubscription__emailfieldwrapper .mc-field-group{
    position: relative;
}

.newslettersubscription__emailfieldwrapper .button{
    color:#fff;
    border-radius:4px;
    border:0 !important;
    background-color: #f9c650;
    width: auto;
    margin: 0 auto;
}

.newslettersubscription__emailfieldwrapper .content__gdpr label.checkbox{
    width: 20px;
    height:20px;
    pointer-events: all;
    float:left;
}

.newslettersubscription__emailfieldwrapper .gdprRequired{
    padding-bottom: 0;
}

.mc-field-group{
    clear: both;
}

.mc-field-group.size1of2{
    width: 45%;
    margin-right: 5%;
    float: left;
    position: relative;
    clear: none;
}


.mc-field-group.size1of2:nth-child(even){
    margin-right: 0;
    margin-left: 5%;
}

.content__gdpr label{
    font-family: 'Work Sans', sans-serif !important;
    font-weight: normal;

}

.NewsletterElement h2.nowrap{
    white-space: nowrap;
}

@media screen and (max-width: 1350px){
    .NewsletterElement h2.nowrap{
        white-space: unset;
    }
}