/* MailChimp for WP styles
----------------------------------------------------------------- */
form.mc4wp-form {
  position: relative;
}

form.mc4wp-form .form_wrap {
  position: relative;
}

form.mc4wp-form .mc4wp-form-fields input[type=email] {
  height: 66px;
  line-height: 66px;
  padding: 0 12em 0 2em;
  width: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
}

form.mc4wp-form .mc4wp-form-fields button {
  height: 66px;
  line-height: 66px;
  padding: 0 3em;
  vertical-align: top;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -1px;
}

form.mc4wp-form .mc4wp-form-fields input[type=submit] {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  max-width: 8em;
  vertical-align: top;
  padding-left: 2em;
  padding-right: 2em;
}

form.mc4wp-form .mc4wp-alert {
  margin: 1.3em 0 0;
  padding: 0.3em 0.8em;
  line-height: 1.5em;
  border: 3px solid #ddd;
}

form.mc4wp-form input[type=checkbox] + label {
  margin-top: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.mc4wp-form label:has(> input[type=checkbox]) a,
form.mc4wp-form input[type=checkbox] + label a {
  text-decoration: underline;
}

.mc4wp-form label:has(> input[type=checkbox]) a:hover,
form.mc4wp-form input[type=checkbox] + label a:hover {
  text-decoration: none;
}

form.mc4wp-form .mc4wp-alert p > a {
  text-decoration: underline;
}

form.mc4wp-form .mc4wp-alert p > a:hover {
  text-decoration: none;
}

form.mc4wp-form p {
  margin: 0;
}

form.mc4wp-form p + p,
form.mc4wp-form input + p {
  margin-top: 1em;
}

.mc4wp-form label:has(> input[type=checkbox]) {
  margin-top: 3px;
}