.newsletter-label{
 font-size: 2rem; 
}
.label_size {
    font-size: 3rem;
}
.news-letter__inner {
    text-align: left !important;
}
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;
}
.news-letter__inner-content-wrapper {
    background-color: #410C00 !important;
    margin: -1rem !important;
}
h2.text-align-center {
    color: #E5Ac49;
    font-size: 4rem;
    margin: 0;
}
input#edit-first-name, input#edit-last-name, input#edit-email-address {
    background-color: transparent;
    color: #fff;
}
h3.text-align-center {
    color: white;
}
p.text-align-center {
    color: white;
}
a.white{
    color: white !important;
border-bottom: 1px solid white !important;
}
p.white{
    color: white;
    text-align: left;
    font-size: 16px !important;
}
.globalPrivacy .webform-element-description {
    text-align: left;
    color: white !important;
}
.news-letter .popupClosed .clear-icon::after{
    color: white !important;
}
h2.text-align-center {
    margin-top: 1.5rem !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;
  }
}
.globalPrivacy .globalCheckBox {
    margin-bottom: 5.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  input#edit-email-address {
    margin-left: 9.5rem;
    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;
  }
}
.form-item.error::after {
    content: "*Required";
    color: #d12e26;
    font-size: 16px;
    margin-top: -10px;
    margin-left: 10px;
}
span.validation-error {
    display: none;
}
.globalElement.fname {
    border-radius: 5px !important;
    background-color: #410c00;
  color: #ffffff !important;
}