.product-page .hero-image {
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 60px 0;
  margin-bottom: 40px;
  font-weight: 300;
  position: relative;
}
.product-page .hero-image h1 {
  font-weight: lighter;
  color: #FFFFFF;
  font-size: 52px;
  line-height: 1.15em;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.product-page .hero-image h1 .sub-headline {
  margin-top: 0.5em;
  display: block;
  font-size: 21px;
  font-weight: normal;
  line-height: 26px;
}
.product-page .hero-image .icon {
  margin-top: 40px;
  margin-bottom: 50px;
}
.product-page .hero-image a.button {
  display: inline-block;
  padding: 15px 0px;
  font-size: 1em;
  color: #FFF;
  width: 220px;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  background: #65b251;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #65b251), color-stop(1, #84d16d));
  background: -ms-linear-gradient(bottom, #65b251, #84d16d);
  background: -moz-linear-gradient(center bottom, #65b251 0%, #84d16d 100%);
  background: -o-linear-gradient(#84d16d, #65b251);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84d16d', endColorstr='#65b251', GradientType=0);
}
.product-page .hero-image a.button:hover {
  background: #6dba59;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6dba59), color-stop(1, #8bd975));
  background: -ms-linear-gradient(bottom, #6dba59, #8bd975);
  background: -moz-linear-gradient(center bottom, #6dba59 0%, #8bd975 100%);
  background: -o-linear-gradient(#8bd975, #6dba59);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bd975', endColorstr='#6dba59', GradientType=0);
}
.product-page .hero-image a.button.play-video {
  margin-left: 5px;
}
@media screen and (max-width: 680px) {
  .product-page .hero-image a.button,
  .product-page .hero-image a.button.play-video {
    display: block;
    margin: 0 auto 6px auto;
  }
}
.product-page .hero-image .decoration-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: rgba(0, 0, 0, 0.1);
}
.product-page .hero-image .progress {
  width: 1000px;
  margin: -40px auto 40px auto;
}
.product-page .hero-image .progress .bar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  height: 12px;
  background: rgba(255, 255, 255, 0.1);
}
.product-page .hero-image .progress .bar .filled {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  height: 100%;
  background: #4ca3ff;
}
.product-page .hero-image .progress .text {
  margin-top: 0.5em;
  color: #c0c7d1;
}
.product-page .hero-image .progress .text strong {
  color: #c0c7d1;
}
.product-page .hero-image .sub-links {
  margin-top: 10px;
  text-align: center;
}
.product-page .hero-image .sub-links a {
  color: #eee;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}
.product-page .hero-image .sub-links a:hover {
  text-decoration: underline;
}
.product-page .video-player.container {
  width: 850px;
}
.product-page .content-block {
  margin-top: 40px;
  margin-bottom: 40px;
}
.product-page .content-block.main-block {
  font-size: 1.1em;
  margin-top: 50px;
  margin-bottom: 50px;
}
.product-page .content-block > p:first-child {
  margin-top: 0;
}
.product-page .content-block > p:last-child {
  margin-bottom: 0;
}
.product-page .content-block:last-child {
  margin-bottom: 0;
}
.product-page .content-block iframe {
  overflow: hidden !important;
}
.product-page .full-content-block {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  background: #F7F7F7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FDFDFD), color-stop(1, #F7F7F7));
  background: -ms-linear-gradient(bottom, #FDFDFD, #F7F7F7);
  background: -moz-linear-gradient(center bottom, #FDFDFD 0%, #F7F7F7 100%);
  background: -o-linear-gradient(#F7F7F7, #FDFDFD);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#FDFDFD', GradientType=0);
}
.product-page .full-content-block.transparent {
  background: none;
  margin-top: 10px;
}
.product-page .full-content-block .block-container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.product-page .full-content-block .block-container h3 {
  color: #333;
  font-size: 2em;
  font-weight: 200;
  margin: 0 0 30px 0;
  line-height: 1.4em;
}
.product-page .full-content-block .block-container h3 .sub-headline {
  color: #888;
  font-size: 0.75em;
}
.product-page .full-content-block .block-container p a {
  color: #0088cc;
  text-decoration: none;
}
.product-page .full-content-block .block-container > p:last-child {
  margin-bottom: 0;
}
.product-page .full-content-block .block-image {
  position: absolute;
  top: 40px;
}
.product-page .full-content-block.block-left .block-container {
  padding-left: 640px;
}
.product-page .full-content-block.block-left .block-image {
  right: 690px;
}
.product-page .full-content-block.block-right .block-container {
  padding-right: 640px;
}
.product-page .full-content-block.block-right .block-image {
  left: 690px;
}
@media screen and (max-width: 1024px) {
  .product-page .full-content-block .block-container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .product-page .full-content-block .block-image {
    position: static;
    display: block;
    margin-bottom: 30px;
  }
}
.product-page .content-block-headline {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.product-page .content-block-headline h2 {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  font-size: 2.25em;
  color: #333;
}
.product-page .content-block-headline h2 .sub-headline {
  font-size: 0.9em;
  color: #999;
}
.product-page .three-column-wrapper {
  margin-top: 40px;
  bottom: 40px;
}
.product-page .three-column-wrapper .three-column {
  zoom: 1;
  margin: 0 -20px;
}
.product-page .three-column-wrapper .three-column:before {
  content: '';
  display: block;
}
.product-page .three-column-wrapper .three-column:after {
  content: '';
  display: table;
  clear: both;
}
.product-page .three-column-wrapper .three-column .column {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  padding: 0 20px;
  float: left;
  text-align: center;
}
.product-page .three-column-wrapper .three-column .column h3 {
  font-size: 1.45em;
  margin: 1em 0;
  color: #333;
}
.product-page .three-column-wrapper .three-column .column p {
  margin: 0;
  color: #666;
}
.product-page .three-column-wrapper .three-column .column p em {
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-top: 0.5em;
  color: #555;
}
.product-page .three-column-wrapper .three-column .column img {
  display: block;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
@media screen and (max-width: 680px) {
  .product-page .three-column-wrapper {
    padding: 0 25px;
  }
  .product-page .three-column-wrapper .three-column .column {
    width: auto;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .product-page .three-column-wrapper .three-column .column img {
    display: inline-block;
  }
}
.product-page .presentation-block {
  background: #2f3033;
  padding: 40px 0;
}
.product-page .presentation-block h2 {
  font-size: 2em;
  font-weight: lighter;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.4em;
  margin: 0 0 40px 0;
  font-weight: 200;
}
.product-page .presentation-block h2 .sub-headline {
  font-size: 0.8em;
  color: #aaabaf;
}
.product-page .presentation-block p {
  color: #aaabaf;
}
.product-page .presentation-block iframe,
.product-page .presentation-block .wistia_embed {
  display: block;
  margin: 0 auto;
}
.product-page p {
  color: #666666;
}
.product-page .container-narrow {
  width: 750px;
}
.page-template-page-builder .hero-image {
  background-image: url("images/header.jpg");
}
.page-template-page-builder #widget-bundle-block {
  background: #2f3033;
  text-align: center;
  padding: 40px 0;
}
.page-template-page-builder #widget-bundle-block h2 {
  font-size: 28px;
  font-weight: lighter;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.4em;
  margin: 0 0 40px 0;
}
.page-template-page-builder #widget-bundle-block .icons {
  zoom: 1;
  display: inline-block;
  margin: 0 auto;
}
.page-template-page-builder #widget-bundle-block .icons:before {
  content: '';
  display: block;
}
.page-template-page-builder #widget-bundle-block .icons:after {
  content: '';
  display: table;
  clear: both;
}
.page-template-page-builder #widget-bundle-block .icons img {
  display: block;
  float: left;
}
.page-template-page-builder #widget-bundle-block .icons span {
  display: block;
  float: left;
  font-size: 32px;
  color: #FFF;
  margin: 57px 18px 0 18px;
}
@media screen and (max-width: 1024px) {
  .page-template-page-builder #widget-bundle-block .icons img {
    float: none;
  }
  .page-template-page-builder #widget-bundle-block .icons span {
    float: none;
    display: block;
    text-align: center;
    margin: 20px 0;
  }
}
.page-template-page-builder #widget-bundle-block .text {
  color: #a9abae;
  max-width: 650px;
  margin: 40px auto 0 auto;
}
.page-template-page-builder .button.pb-download {
  padding: 15px 40px;
  font-size: 14px;
  color: #FFF;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.page-template-page-builder .github-button {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
}
.page-template-page-builder .github-button:hover {
  color: #333;
}
.page-template-page-builder .social-shares {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  margin: 40px auto 0 auto;
  max-width: 300px;
}
.page-template-page-builder .social-shares li {
  display: inline-block;
  line-height: 0;
  vertical-align: top;
}
.page-template-page-builder .social-shares li:last-of-type {
  margin-left: -5px;
}
.page-template-page-builder #content {
  width: auto;
  margin-top: 0;
}
