#mc_embed_signup label {
  display: block;
}

#mc_embed_signup input {
  display: block;
  position: initial !important;
}

#mc_embed_signup input[type="checkbox"] {
  width: auto !important;
}

#mc_embed_signup label.error,
#mc_embed_signup .error {
  color: red;
}

#mc_embed_signup label.success,
#mc_embed_signup .success {
  color: black;
}

#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 500px;
}

#mc_embed_signup .indicates-required {
  text-align: left !important;
  margin-bottom: 10px;
}

#mc_embed_signup .button:hover {
  background: red !important;
  color: white !important;
}

#mc-embedded-subscribe:disabled:hover {
  background: #aaa;
  cursor: not-allowed;
}

.newsletter-table {
  display: table;
  width: 100%;
}

.newsletter-cell {
  width: auto;
  display: table-cell;
}

.newsletter-cell-last {
  width: 300px;
}

.newsletter-block {
  border: 1px solid #efefef;
  border-radius: 4px;
  position: relative;
  padding: 15px;
}

.newsletter-block h2 {
  font-weight: 500;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  word-break: break-word;
  color: red;
  margin-bottom: 12px;
  text-align: left;
}

.newsletter-block p {
  font-size: 12px;
  line-height: 18px;
  word-break: break-word;
}

.newsletter-block a {
  display: block;
  background: red;
  width: 100%;
  height: 39px;
  font-weight: 300;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff !important;
  line-height: 37px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .newsletter-table {
    display: block;
    width: auto;
  }

  .newsletter-cell,
  .newsletter-cell-last {
    width: auto;
    display: block;
  }

  #mc_embed_signup {
    width: 100%;
  }
}
