input#edit-first-name, input#edit-last-name, input#edit-email-address, .globalClass.favorite .form-item__dropdown{
  border-radius: 5px;
}
.globalPrivacy {
    align-items: center;
}
input#edit-first-name:focus, input#edit-last-name:focus, input#edit-email:focus {
    border-color: #ffffff;
}
#edit-processed-text-01{
  color: white;
    text-align: left;
}
.signup-form-wrp .webform-submission-form {
    padding: 4rem 0;
}
h2.text-align-center {
    color: #E5Ac49;
    font-size: 4rem;
    font-family: var(--v-heading-font) !important;
    margin: 0;
}
h2.news-letter__heading{
    text-align: center !important;
    color: #E5Ac49;
    font-size: 4rem;
    font-family: var(--v-heading-font);
    letter-spacing: var(--v-heading-font-m-letter-spacing);
    font-weight: 500;
    margin-top: 0rem !important;
    line-height: 1.3;
}
input#edit-first-name, input#edit-last-name, input#edit-email-address {
    background-color: transparent;
    color: #fff;
}
h3.text-align-center {
    color: white;
    font-size: 1.5rem;
}
p.text-align-center {
    color: white;
}
a.white{
    color: white !important;
}
p.white{
    color: white;
    text-align: left;
    font-size: 12px !important;
}
.globalPrivacy .webform-element-description {
    text-align: left;
    font-size: 12px !important;
    color: white !important
}
.news-letter .popupClosed .clear-icon::after{
    color: white !important;
}
.globalFormSubmit {
    padding-bottom: 20px !important;
}
.g-recaptcha {
    margin: 1rem;
}


@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;
  }
}
.globalPrivacy .globalCheckBox {
    margin-bottom: 5.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  input#edit-email-address {
    max-width: 32.2rem !important;
    width: 100% !important;
    border-radius: 5px;
    background: transparent;
  }
  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;
  }
}
.globalPrivacy .globalCheckBox {
    margin-bottom: 2rem;
}

@media screen and (min-width: 320px) and (max-width: 765px) {
.globalPrivacy .globalCheckBox {
    margin-bottom: 7.5rem;
  }