.globalFormSubmit .webform-button--submit {
  border: #fff solid 3px;
  padding: 0rem;
  transition: background-position 0.6s cubic-bezier(0.75,0,0.25,0);
  background: linear-gradient(45deg,var(--c-subcolor-3) 50%,var(--c-secondary) 50%);
  background-size: 200% 200%;
  background-position: right top;
}
.news-letter__inner-content-wrapper {
    margin: 10px -10px 10px -10px !important;
}
  .globalFormSubmit .webform-button--submit {
    border: 2px solid white !important;
}
a.white {
    color: white;
    border-bottom: 1px solid white;
}
.colorrr{
color: #ffffff;
text-align: left;
font-size: 1.5rem !important;
}
.globalClass label {
    color: white !important;
    text-align: left;
}
div#edit-processed-text-01 {
    color: white;
    font-size: 1.5rem;
}

@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 {
    border-radius: 1rem !important;
    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;
margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .webform-submission-form .globalClass input.globalElement {
    width: 100% !important
  } 
}