@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,300,400,600,700);
/** Responsive mixins - BEGIN **/
/** Responsive mixins - END **/
.block-form-icon .block-form--form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-form-icon .block-form--form .webform-newsletter-footer {
  width: 75%;
}
.block-form--form .webform-newsletter-footer textarea {
  height: 31px;
  background: transparent;
}
.block-form--title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-weight: 1.5rem;
}
.block-form--icon {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .block-form--icon {
    margin-bottom: 50px;
  }
}
.block-form--feat-1 .block-form--title {
  text-align: center;
}
.block-form--feat-2 .block-form--title {
  color: #c00000;
}
.block-form--feat-remove-padding-top {
  padding-top: 0 !important;
}
.block-form--feat-remove-padding-bottom {
  padding-bottom: 0 !important;
}

/*# sourceMappingURL=block-form.css.map */
