.gdpr{
    height: 0;
    opacity: 0;
    transition: all 0.2s ease-out;
    overflow: auto;
}

/**************************************************/
/* CSS definition eNews Subscription forms */
/**************************************************/
/**********************************************/
/**************************************************/
/* Subscription box header */
#enews-subscription-box-header{position:relative;}

/**************************************************/
/* form */
#utility_newsletter_subscription .input-group{float:right; width:100%; }
#utility_newsletter_subscription input{font-size:1em;  background-color:white; color:rgb(180,180,180); border-color:rgb(240,240,240);}
#utility_newsletter_subscription button{background-color:white; border-color:rgb(240,240,240);}
#utility_newsletter_subscription button i{color:rgb(220,220,220); }
#utility_newsletter_subscription ::-webkit-input-placeholder {font-size:1em; color:rgb(180,180,180); }
#utility_newsletter_subscription ::-moz-placeholder {font-size: 1em;color:rgb(180,180,180);}
#utility_newsletter_subscription :-ms-input-placeholder {font-size: 1em; color:rgb(180,180,180);}
#utility_newsletter_subscription input:-moz-placeholder {font-size: 1em; color:rgb(180,180,180);}


/**************************************************/
/* error */
.validation_error_header{position:absolute; top:100%; right:0; width:100%; background-color:rgb(246,157,37); padding:5px; margin:0; border:1px solid rgb(246,157,37); border-radius:2px; z-index:1000; box-shadow:0 0 10px rgb(90,90,90);}
.validation_error_header strong{float:left; width:10%; color:white; margin:0; padding: 0; text-align:left;}
.validation_error_header ul{float:right; width:90%; color:white; list-style-image:none; list-style-type: none; margin:0; padding:0;}
.validation_error_header ul li{ color:white; margin: 0; padding: 0;}


/**************************************************/
/* confirmation box */
#enews-subscription-box-confirm-message-header{position:absolute; top:0; right:0; width:100%; background-color:rgb(141,201,114); padding:5px; margin:0; border-radius:2px; box-shadow:0 0 10px rgb(90,90,90);}
#enews-subscription-box-confirm-message-header h1{}
#enews-subscription-box-confirm-message-header p{color:white;}
#enews-subscription-box-confirm-message-header p strong{}






/**************************************************/
/* Subscription box Footer */
#enews-subscription-box-footer {float:right; width:80%; text-align:center; text-align:center; margin:0 auto;}
#enews-subscription-box-footer p{float:left; color:white; margin-top:6px;}
#enews-subscription-box-footer form{}
#enews-subscription-box-footer form input{float:left; width:40%; margin:0 5px 0 20px;}
#enews-subscription-box-footer form button{float:left; width:15%; background-color:rgb(211,172,43); color:white;}
#enews-subscription-box-footer form button i{color:white; }



/**************************************************/
/* error */
.validation_error_footer{display:block; clear:both; width:80%; background-color:rgb(235,91,38); padding:5px; margin:10px; border:1px solid rgb(246,157,37); border-radius:2px; z-index:1000; box-shadow:0 0 20px white;}
.validation_error_footer strong{float:left; width:10%; color:white; margin:0; padding: 0; text-align:left;}
.validation_error_footer ul{float:right; width:90%;color:white; list-style-image:none; list-style-type: none; margin:0; padding:0;}
.validation_error_footer ul li{ color:white; margin: 0; padding: 0;}


/**************************************************/
/* confirmation box */
#enews-subscription-box-confirm-message-footer{background-color:rgb(141,201,114); width:80%; padding:5px; margin:0; border-radius:2px; box-shadow:0 0 20px white;}
#enews-subscription-box-confirm-message-footer h1{}
#enews-subscription-box-confirm-message-footer p{color:white;}
#enews-subscription-box-confirm-message-footer p strong{}










/**************************************************/
/* Subscription box Conten Element */
#content_box #enews-subscription-box {position:relative;  margin:0 auto;}
#content_box #enews-subscription-box #enews-subscription-box-top{position:absolute; top:-100px;}
#content_box #enews-subscription-box p{float:left; font-size:1.3em; margin-top:0;}
#content_box #enews-subscription-box form{}
#content_box #enews-subscription-box form input{    color: #089bd9;
                                                    border: 3px solid #cccccc;
                                                    font-size: 1.25em;
                                                    line-height: 1.6em;
                                                    margin: 10px 0 10px 0;
                                                    padding: 8px 16px;
                                                    width: 100%;
                                                    font-weight: 700;}
#content_box #enews-subscription-box form button{    background-color: white;
                                                     border: 1px solid white;
                                                     color: #089bd9;
                                                     font-weight: 900;
                                                     float: right;
                                                     padding: 8px 16px;
}

#content_box #enews-subscription-box form button:hover{    background-color: #089bd9;
                                                           border: 1px solid #089bd9;
                                                           color: white; 
}
#content_box #enews-subscription-box form button i{color:white; }

#content_box #enews-subscription-box form input#email-repeat{display:none;}



/**************************************************/
/* error */
.validation_error{display:block; clear:both; width:80%; background-color:rgb(235,91,38); padding:5px; margin:10px; border:1px solid rgb(246,157,37); border-radius:2px; z-index:1000; box-shadow:0 0 20px white;}
.validation_error strong{float:left; width:10%; color:white; margin:0; padding: 0; text-align:left;}
.validation_error ul{float:right; width:90%;color:white; list-style-image:none; list-style-type: none; margin:0; padding:0;}
.validation_error ul li{ color:white; margin: 0; padding: 0;}


/**************************************************/
/* confirmation box */
#enews-subscription-box-confirm-message{background-color:#089bd9; padding:5px; margin:0; }
#enews-subscription-box-confirm-message h1{}
#enews-subscription-box-confirm-message p{color:white;}
#enews-subscription-box-confirm-message p strong{}


/**************************************************/
/* honey pot*/
#honeypot {display: none;}





/**************************************************/
/* change layout for smallest devices
/**************************************************/
/* < 768  */
@media only screen and (max-width: 767px){
    #enews-subscription-box-footer {width:100%; }
    #enews-subscription-box-footer p{width:90%;  margin:auto 5%;}
    #enews-subscription-box-footer form{}
    #enews-subscription-box-footer form input{width:90%;  margin:5px 5%;}
    #enews-subscription-box-footer form button{width:90%;  margin:auto 5%;}
    #enews-subscription-box-footer form button i{}

    #enews-subscription-box {width:100%; }
    #enews-subscription-box p{width:90%;  margin:auto 5%;}
    #enews-subscription-box form{}
    #enews-subscription-box form input{width:90%;  margin:5px 5%;}
    #enews-subscription-box form button{width:90%;  margin:auto 5%;}
    #enews-subscription-box form button i{}
}






