.mc-form-section .region-content {
  max-width: 750px;
  margin: 0 auto;
}

.mc-form-section #mc_embed_signup {
  width: 100%;
  font-family: "Effra";
}

.mc-form-section #mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
}

.mc-form-section #mc_embed_signup_scroll>div {
  order: 1;
}

.mc-form-section div[aria-hidden="true"],
.mc-form-section .indicates-required,
.mc-form-section .page-header {
  display: none;
}

.mc-form-section #mc_embed_signup form {
  padding: 40px;
  background: #fff;
  margin: 50px 0;
}

.mc-form-section #mc_embed_signup .mc-field-group input {
  border: none !important;
  margin-bottom: 0;
  text-indent: 0;
  font-weight: 300;
}

.mc-form-section #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  position: absolute;
  top: 100%;
  left: 0;
}

.mc-form-section #mc_embed_signup .asterisk {
  position: absolute;
  top: -8px;
  right: 0;
}

.mc-form-section .mc-required-group label {
  padding-right: 14px;
}

.mc-form-section #mc_embed_signup .mc-field-group {
  width: 100%;
  padding-bottom: 0;
  min-height: auto;
  margin-bottom: 7px;
  margin-top: 41px;
}

.mc-form-section #mc_embed_signup .mc-field-group.first-form-group {
  margin-top: 28px;
}

.mc-form-section #mc_embed_signup .button {
  padding: 10px 25px;
  margin-top: 60px;
  margin-bottom: 30px;
  background: transparent;
  border: 1px solid #003366;
  color: #003366 !important;
  font-size: 14px;
  font-weight: 700;
  transition: 0.5s ease all;
  line-height: normal;
  height: auto;
  text-transform: uppercase;
  border-radius: 0;
}

.mc-form-section #mc_embed_signup .button:hover {
  background: #003366 !important;
  transition: 0.5s ease all;
  color: #fff !important;
}

/* message */

.mc-form-section #mc_embed_signup div#mce-responses {
  margin: 0;
  width: 100%;
  padding: 0;
  order: 0;
}

.mc-form-section div#mce-responses .response {
  border: 1px solid #4caf50;
  background: transparent;
  border-radius: 5px;
  color: #4caf50;
  font-weight: 400;
  position: relative;
  padding: 15px;
  top: auto;
  width: 100%;
  margin-top: 0;
}

.mc-form-section div#mce-responses #mce-error-response {
  border: 1px solid #f44336;
  color: #f44336;
}

/* responsive */

@media screen and (max-width: 1025px) {
  .mc-form-section .region-content {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {

  .mc-form-section #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error,
  .mc-form-section #mc_embed_signup {
    background: transparent;
  }

  .mc-form-section #mc_embed_signup form {
    background: transparent;
    padding: 0;
  }
}
