body .productInfo.productFeatures > h2,
.productFaqs,
.productReqs {
  display: none;
}
body .productInfo.productFeatures > h2 + span {
  margin-bottom: 1em;
  margin-left: 0;
}
.sideNav:not(.faux) {
  display: none;
}
.content .container > .row > div:first-child {
  padding-bottom: 1px;
}
.productInfo .sideNav {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 180px;
}
@media print, screen and (max-width: 800px) {
  .productInfo .sideNav {
    display: none;
  }
}
@media print, screen and (min-width: 50em) {
  .productInfo .pullQuote {
    top: 8em !important;
  }
}
.productInfo.mainProd .section-prod-image img {
  display: inline-block;
  vertical-align: middle;
}
.productInfo.mainProd .section-prod-image .app-store-badge {
  margin-left: 3em;
}
.productInfo.mainProd .section-prod-image .app-store-badge img {
  margin: 0;
  width: 10em;
}
.productFeatures .feature i[class*="icon"]::before {
  line-height: 1;
}
.productFeatures .feature img {
  max-width: 80px;
  margin-bottom: 0.5em;
  margin-left: -0.5em;
}
