h2.text-align-center {
text-shadow: 1px 1px 3px #0ebede, 0 0 1em #00398E, 0 0 0.2em #000000;
    color: #fff;
    font-size: 2.8rem;
    font-family: var(--v-heading-font) !important;
}
input#edit-first-name, input#edit-last-name, input#edit-email-address {
    border-color: #fff;
    color: #00398E;
}
h3.text-align-center {
    font-family: DrupalPrimaryTypefaceFont, Arial, Helvetica Neue, Helvetica, sans-serif !important;
    color: white;
    font-size: 1.5rem;
}
p.text-align-center {
    text-align: center !important;
    color: white;
}
.captcha__description, .captcha__title {
    color: #fff;
    font-weight: 800;
    text-align: left !important;
}
a.white{
    color: #fff !important;
}
p.white{
    text-align: left;
    font-size: 1.5rem;
    color: #fff;
}
.globalPrivacy .webform-element-description{
    color: #fff !important;
}
.globalFormSubmit .webform-button--submit{
   background-color: #fff !important;
   color: #00398E !important;
}
#edit-processed-text-01{
  color: #fff !important;
}
.news-letter__inner-content-wrapper {
    background-color: #00398E !important;
    margin: -1rem !important;
}
.news-letter__inner{
    text-align: left !important;
}
button[type=reset] {
    display: none;
} 
::-webkit-input-placeholder {
    color: #00398E !important
}

::-moz-placeholder {
    color: #00398E !important
}

:-ms-input-placeholder {
    color: #00398E !important
}

:-moz-placeholder {
    color: #00398E !important
}
.news-letter .popupClosed .clear-icon::after{
color: white !important;
}


@media (min-width: 1024px) {
  .webform-submission-form  {
    width: 100% !important;
    max-width: 75rem !important;
    margin: 0 auto !important;
  }

  .globalClass.first, .globalClass.last {
    max-width: 32.2rem;
    left: 6.5rem;
  }
  .globalClass.first, .globalClass.last {
    width: 100%;
    float: left;
    position: relative;
  }
  .first .globalElement, .last .globalElement {
    max-width: 94% !important;
    width: 97% !important;
    float: left;
  }
  .globalClass.favorite .form-item__dropdown {
    max-width: 65rem;
    width: 63.5rem;
    border-radius: 5px;
  }
  .globalClass .globalElement, .globalClass .js-form-item, .globalClass .globalTextElement {
    max-width: 65rem;
    width: 63.5rem !important;
  }
  .globalClass.first, .globalClass.last {
      max-width: 32.8rem;
  }
  .globalClass.first, .globalClass.last {
      width: 50rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  input#edit-email-address {
    max-width: 32.2rem !important;
    width: 100% !important;
  }
  input#edit-first-name {
    max-width: 32.2rem !important;
    width: 100% !important;
    position: relative;
    display: block;
  } 
  input#edit-last-name {
    max-width: 32.2rem !important;
    width: 100% !important;
    position: relative;
    display: block;
  }
}