#edit-webform-ajax-submit-16{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 440px;
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 4px solid #e05f7e;
    background-color: #fff;
    color: #e05f7e;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  #edit-webform-ajax-submit-16:hover{
    background-color: hsla(345.5813953488372, 100.00%, 32.00%, 1.00);
    color: #fff;
  }
  #edit-submitted-email-address{
    line-height: 40px;
    font-size: 30px;
    width: 440px;
    text-align: center;
  }
  #edit-submitted-email-address--2{
    line-height: 40px;
    font-size: 30px;
    width: 440px;
    text-align: center;
  }
  #webform-ajax-wrapper-16 > div.links > a{
    display:none;
  }
  #webform-ajax-wrapper-16 > div.webform-confirmation > p{
    text-align:center;
  }
  .modal{
    margin-top: -210px;
  }
  .mailing-list-title{
    text-align: center;
    font-size: 30px;
    padding: 30px;
  }

  .blocker{
    z-index: 51 !important;
  }