/** Shopify CDN: Minification failed

Line 66:1 Expected "}" to go with "{"

**/
.seo-text-panel{
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

#innovation .seo-text-panel:after,
#innovation .seo-text-panel:before {
	opacity: 0.3;
}

.seo-text-content {
  max-width: 730px;
  margin: 0 auto;
  position: relative;
}

.seo-text-content .button {
	margin-top: 30px;
}

/* Medium and up */
@media screen and (min-width: 40em) {
  .seo-text-content {
    text-align: center;
  }
  .seo-text-content p{
    font-size: 120%;
  }
  .seo-text-content .h3{
    font-size: 1.6rem;
}

/* Large and up */
@media screen and (min-width: 64em) {
  .seo-text-content .h1{
    margin-bottom: 1.3rem;
  }
  .seo-text-panel:before,
  .seo-text-panel:after {
  	opacity: 0.1;
  }
  .seo-text-panel {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .seo-text-content{
    margin: 0 auto;
  }
  .seo-text-content .h1{
    line-height: 1.1;
  }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .seo-text-content p {
    font-size: 114%;
  }
}