/* in top form, restrict checkbox label width so it stays on the same line as checkbox */
div.section--1572377162648 label input {
  float: left;
  margin-right: .5rem; }
div.section--1572377162648 label span.text {
  max-width: 90%;
  /*max-width: 330px;
  @media screen and (max-width: 1142px) {
      max-width: 250px;
  }
  @media screen and (max-width: 950px) {
      max-width: 185px;
  }
  @media screen and (max-width: 791px) {
      max-width: 330px;
  }*/ }

/* hide checkbox in bottom form */
div.section--1557594273598 div.optin div:nth-child(3) {
  display: none; }
