aside#custom_html-8 {
  background-color: #f0ebdf;
  padding: 15px;
  margin-bottom: 20px;
}
#mc-embedded-subscribe-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#mc-embedded-subscribe-form em {
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
}

.supports-color .color,
.supports-date .date,
.supports-time .time,
.supports-month .mont {
  display: none;
}

#mc-embedded-subscribe-form input,
#mc-embedded-subscribe-form select {
  display: inline-block;
  font-size: 1em;
  margin-bottom: 1em;
  padding: 0.25em 0.5em;
  width: 100%;
}

#mc-embedded-subscribe-form [type="checkbox"],
#mc-embedded-subscribe-form [type="radio"] {
  margin-bottom: 0.5em;
  width: auto;
}

#mc-embedded-subscribe-form .button {
  background-color: #0088cc;
  border: 1px solid #0088cc;
  border-radius: 1px;
  color: #ffffff;
  display: inline-block;
  font-weight: normal;
  line-height: 1.2;
  padding: 7px;
  width: auto;
  margin-top: 10px;
}

#mc-embedded-subscribe-form .button:active,
#mc-embedded-subscribe-form .button:focus,
#mc-embedded-subscribe-form .button:hover {
  background-color: #005580;
  border-color: #005580;
  color: #ffffff;
  text-decoration: none;
}

#mc-embedded-subscribe-form .button:active {
  box-shadow: inset 0 0.15625em 0.25em rgba(0, 0, 0, 0.15),
    0 1px 0.15625em rgba(0, 0, 0, 0.05);
}

/**
 * Errors
 */

div.mce_inline_error,
div#mce-error-response {
  color: red !important;
  font-style: italic;
  font-weight: bold;
  margin: 14px auto;
}

div#mce-success-response {
  color: green;
  font-style: italic;
  margin: 14px auto;
}

.mc-status:focus {
  outline: none;
}
