.wrapper {
  width: 100%;
}

.wrapper .newsletter-title {
  margin-bottom: 1rem;
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  letter-spacing: -1px;
  line-height: 1.17;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.wrapper #cm-email-signup-custom h1 {
  font-weight: normal;
  font-family: unset;
}

#cm-email-signup-custom {
  font-family: Helvetica, Arial, sans-serif;
  width: 100%;
  float: left;
  margin-bottom: 24px;
  padding: 15px;
  border: 1px solid lightgray;
  -webkit-box-shadow: 0px 3px 10px RGBA(0, 0, 0, 20%);
  box-shadow: 0px 3px 10px RGBA(0, 0, 0, 20%);
  border-radius: 5px;
}

#cm-email-signup-custom h1 {
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 2.5rem 2.75rem 0 2.75rem;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  line-height: 1.17;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  color: #434d5d;
  font-size: 35px;
  text-align: center;
}

#cm-email-signup-custom .background-gray {
  background: rgba(0, 0, 0, 0.065);
}

#cm-email-signup-custom #email-signup-bounding-box {
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.75rem 2.5rem 2.75rem;
  position: relative;
}

#cm-email-signup-custom .description {
  /* white-space: pre-wrap; */
  font-style: italic;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.3rem;
  font-size: 16px;
  color: #434d5d;
}

#cm-email-signup-custom .confirmation {
  white-space: pre-wrap;
  font-style: italic;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.3rem;
  font-size: 16px;
  color: #434d5d;
  margin-top: 1.5em;
}

@media only screen and (max-width: 600px) {
  #cm-email-signup-custom {
    max-width: 100%;
  }
  #cm-email-signup-custom h1 {
    font-size: 29px;
  }
}

.cm-signup-form {
  margin-top: 1rem;
}

.cm-signup-form span {
  color: #ce171e;
}

.cm-signup-form .form-control {
  height: 43px;
}

.cm-signup-form .form-group label {
  display: none;
}

.cm-signup-form button.cm-signup-form-button {
  padding: 1.4rem 3rem;
  margin-top: 10px;
  background-color: #ce171e;
  font-weight: bold;
  color: white;
  font-size: 1.4rem;
  border-radius: 3px;
  font-style: normal;
  line-height: 1;
  outline: 0px;
  text-decoration: none;
}

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*# sourceMappingURL=form.css.map */
