.c-newsletter-subscription {
  padding: 48px 0px 0px 0px;
  padding: 3rem 0 0 0;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .c-newsletter-subscription {
    padding: 96px 0px;
    padding: 6rem 0;
  }
}

@media (min-width: 768px) {
  .c-newsletter-subscription__wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}

.c-newsletter-subscription__form {
  padding: 48px 0px;
  padding: 3rem 0;
  color: #222222;
}

.c-newsletter-subscription__form h2 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: #222222;
}

@media (min-width: 768px) {
  .c-newsletter-subscription__form h2 {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}

.ml-form-formContent {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media (min-width: 992px) {
  .ml-form-formContent {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .ml-form-formContent .ml-form-fieldRow {
    width: 48%;
  }
}

.ml-form-formContent .ml-field-email input {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  background-color: transparent;
  width: 100%;
  border: 0 solid transparent;
  border-bottom: 1px solid #222222;
  padding: 15px 0;
  transition: border-color .3s ease-out;
  color: #222222;
}

@media (min-width: 992px) {
  .ml-form-formContent .ml-field-email input {
    margin-bottom: 0px;
    margin-bottom: 0;
  }
}

.ml-form-formContent .ml-field-email input:focus {
  border-bottom: 1px solid;
  border-color: #11A44F;
}

.ml-form-formContent .custom-select {
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: 0 solid transparent;
  border-bottom: 1px solid #222222;
  padding: 15px 0;
  transition: border-color .3s ease-out;
  color: #222222;
}

.ml-form-formContent .custom-select option:not(:first-child) {
  color: #222222;
}

.ml-form-formContent .custom-select:focus {
  border-color: #11A44F;
}

.ml-form-formContent select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, #222222 50%), linear-gradient(135deg, #222222 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1.5em), calc(100% - 15px) calc(1.5em), calc(100% - 3em) 1em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.ml-form-formContent select.minimal:focus {
  background-image: linear-gradient(45deg, #FFFFFF 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #FFFFFF 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) calc(1.5em), calc(100% - 20px) calc(1.5em), calc(100% - 3em) 1em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

.ml-form-buttons {
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .ml-form-buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .ml-form-buttons .g-recaptcha {
    margin: 0px 12px 12px 0px;
    margin: 0 0.75rem 0.75rem 0;
    display: flex;
  }
}

.ml-form-buttons button {
  margin-top: 12px;
  margin-top: 0.75rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Montserrat', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
  font-weight: 500;
  border-radius: 5px;
  border: 0 solid transparent;
  background-color: #283B8D;
  color: #FFFFFF;
}

@media (min-width: 992px) {
  .ml-form-buttons button {
    margin-top: 0px;
    margin-top: 0;
    font-size: 22px;
    font-size: 1.375rem;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
  }
}

.ml-form-buttons button svg {
  transition: transform .3s ease-out;
}

.ml-form-buttons button:hover, .ml-form-buttons button:focus {
  border-radius: 5px;
  background-color: #11A44F;
  color: #FFFFFF;
}

.ml-form-buttons button:hover svg, .ml-form-buttons button:focus svg {
  transform: rotate(45deg);
}

.ml-form-buttons button span {
  margin-right: 6px;
  margin-right: 0.375rem;
}

.ml-form-buttons button.loading {
  border-radius: 5px;
  font-size: 13px;
  height: 46px;
  padding: 12px 24px;
}

.ml-form-embedPermissions {
  margin: 0px 12px 12px 0px;
  margin: 0 0.75rem 0.75rem 0;
}

.ml-form-embedPermissions a {
  color: #283B8D;
  font-weight: 600;
  text-decoration: none;
}

.ml-form-embedPermissions a:hover {
  background-color: transparent;
  color: #11A44F;
}

@media (min-width: 992px) {
  .ml-form-recaptcha {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    display: grid;
    grid-template-columns: auto 1fr;
    max-width: 75%;
  }
}

.ml-form-successContent {
  text-align: center;
}

