/* Free Product */
/* line 3, sass/_freeProduct.scss */
.hero-capture {
  position: relative;
}
/* line 6, sass/_freeProduct.scss */
.hero-capture .page-title {
  margin-bottom: 0;
}
/* line 10, sass/_freeProduct.scss */
.hero-capture .capture {
  text-align: center;
}
/* line 13, sass/_freeProduct.scss */
.hero-capture .capture h3 {
  font-size: 18px;
  margin-top: 5px;
}
/* line 18, sass/_freeProduct.scss */
.hero-capture .capture .free-product {
  max-width: 300px;
  margin: auto;
}
/* line 25, sass/_freeProduct.scss */
.hero-capture .capture form .error {
  background: #ffc6c3;
  padding: 5px 15px;
  text-align: center;
  color: #4a0000;
  border-radius: 4px;
  border: 1px solid #4a0000;
}
/* line 26, sass/_freeProduct.scss */
.hero-capture .capture form .error.hidden {
  display: none;
}
/* line 38, sass/_freeProduct.scss */
.hero-capture .capture form input[type=email] {
  margin-bottom: 1em;
}
/* line 42, sass/_freeProduct.scss */
.hero-capture .capture form input[type=submit] {
  width: 100%;
  margin-top: 10px;
}
/* line 46, sass/_freeProduct.scss */
.hero-capture .capture form input[type=submit]:after {
  font-family: 'Single Product Webicons Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: '\E011';
  margin-left: 10px;
}
/* line 59, sass/_freeProduct.scss */
.hero-capture .big-image {
  text-align: center;
}
@media (max-width: 1000px) {
  /* line 59, sass/_freeProduct.scss */
  .hero-capture .big-image {
    padding-top: 40px;
  }
}
