.em_inputField_label {
    display: none;
}

.upaknee_required {
    margin-right: 8px;
    margin-bottom: -70px;
}

.Upaknee_em_form_title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    color: #0b527a;
    width: 100%;
    font-size: 35px;
    text-align: left;
    margin-left: 0px;
    margin-top: 16px;
    max-width: 360px;

}

.em_pref_description_text, #em_UpakneeThanksMessage {
    font-family: 'Open Sans', sans-serif;
    color: #4d4d4d;
    font-size: 17px;
    max-width:390px; 
    margin-left: 10px;
}

#em_UpakneeThanksMessage {
    font-size: 20px;
    font-weight: bold;
    padding:  8vw 0px;
    max-height: 300px;
}

.em_inputField_submit {
    width: 100%;
    box-sizing: border-box;
}

.Upaknee_em_form_static_image img{width: 100%; max-width: calc(100% - 35px);}


.em_inputField_submit input[type=submit] {
    background: #095179;
    border: 1px solid #095179;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    padding: 7px 0px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    height:54px;
    padding: 7px;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.upaknee_message {
    margin-top: -5px;
    margin-bottom: 10px;
    position: relative;
    width: calc(100% - 55px);
    max-width: 100% !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.em_inputField_submit input[type=submit]:hover {
    background: white;
    color: #095179;
    transition-duration: 0.3s;
}

 .Upaknee_em_form_description { 
    max-width: 380px;
    width: 100%;
    text-align: left; 
    color: #4d4d4d;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.1em;
    margin-top: 10px;
    font-weight: bold;
    float: left;
 }
 
 #em_UpakneeSub {
     background: #F2F2F2;
     overflow: hidden;
     max-width: 100%
     display: block;
     border-top: solid 1px #d4d4d4;
     border-bottom: solid 1px #d4d4d4;
     min-height: 330px;
 }
 
 #em_UpakneeWidget{
    max-width: 400px; 
    margin: 0 auto;
    padding: 10px;
 }

 #em_uem {
     padding: 12px 21px;
     width: 100%;
     border: 3px solid #000;
     background: #fff;
     font-family: Arial, sans-serif;
     margin-bottom: 10px;
     font-size: 16px;
     border-radius: 18px;
     margin-top: 22px;
     font-weight: bold;
     box-sizing: border-box;
 }

    .em_inputField_checkbox{
        padding: 0px 0px 10px 0px;
        text-align: center;
        display: inline-block;
        float: unset; 
        width: calc(100% - 34px);
        max-width: 390px;
        margin-top: 0px; 
        font-family: Arial, sans-serif;;
    }

.em_inpsep1_utField_checkbox {
    float:left;
    clear: left;
    font-family: Arial,sans-serif;
    width: 100%;
}

.em_inputField_checkbox_option {
    margin-right: 5px;
    display: inline-block;
}

.em_inputField_checkbox_label {
    font-size: 0.9em;
    display: inline-block;
}

 @keyframes gone_then_appear {
        0% {
            opacity: 0.25;
            
        }
        
        25% {
            opacity: 0;
            
        }
        
        100% {
            opacity: 1;
          
        }
    }
    
    @keyframes gone_then_appear2 {
        0% {
            opacity: 0.25;
            
        }
        
        25% {
            opacity: 0;
            
        }
        
        100% {
            opacity: 1;
          
        }
    }
  @media (max-width: 510px){

        .Upaknee_em_form_static_image img{width: 100%; max-width: 100%;

         #em_UpakneeSub {
             max-width: 100%;
             width: 100%;
         }

         #em_UpakneeWidget{
            width: calc(100% - 20px);
            max-width: 100%;
         }
         .em_pref_description_text{
            width: 100%;
         }
         #em_UpakneeFormFields, #em_UpakneeForm{
            max-width: 100%;
         }
         .Upaknee_em_form_title{
            font-size: 8.3vw;
         }
         .Upaknee_em_form_description{
            font-size: 4vw;
            margin-top: 4vw;
            margin-bottom: 4vw;
         }

         .em_inputField_submit input[type=submit] {
            width: 100%;
        }

         #em_uem {
             width: 100%;
         }

         .em_inputField_text{
            box-sizing: border-box;
         }

        .em_inputField_checkbox{
            width: 100%;
        }

        .upaknee_message {
            width: calc(100% - 22px);
        }

  }
