* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Clear Fix
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/** Breakpoints **/
/** Hero Carousel YouTube **/
.hero-carousel--layoutsncomponents {
  margin: 30px 0 0; }
  .hero-carousel--layoutsncomponents .slide-contents {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .hero-carousel--layoutsncomponents .slide-contents {
        background-image: none !important; } }
  .hero-carousel--layoutsncomponents .slick-dots {
    margin-top: 10px;
    position: static; }
    .hero-carousel--layoutsncomponents .slick-dots li {
      float: none;
      display: inline-block; }

.hero-slide--layoutsncomponents {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .hero-slide--layoutsncomponents {
      background-image: none !important; } }

.youtube-slide-block--content,
.hero-content-block {
  float: right;
  margin-bottom: 0;
  width: 55%; }
  @media screen and (max-width: 767px) {
    .youtube-slide-block--content,
    .hero-content-block {
      float: none;
      margin-bottom: 20px;
      width: 100%; } }
  .youtube-slide-block--content .button,
  .hero-content-block .button {
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .youtube-slide-block--content .button,
      .hero-content-block .button {
        display: none;
        margin-top: 20px; } }

.featured-product .button {
  width: 100%;
  min-height: 55px;
  font-weight: 600;
  font-size: 26px !important;
  padding-top: 5%;
  text-align: center;
  margin-bottom: 0px; }

.featured-product .bx-wrapper {
  height: auto; }

.youtube-slide-block--video,
.hero-video-block {
  width: 40%; }
  @media screen and (max-width: 767px) {
    .youtube-slide-block--video,
    .hero-video-block {
      margin-right: 5%;
      width: 100%; } }
  .youtube-slide-block--video iframe,
  .hero-video-block iframe {
    width: 100%; }
  .youtube-slide-block--video .button,
  .hero-video-block .button {
    display: none; }
    @media screen and (max-width: 767px) {
      .youtube-slide-block--video .button,
      .hero-video-block .button {
        display: block;
        margin-top: 20px; } }

.hero-video-block {
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    .hero-video-block {
      padding: 0; } }

.hero-video-container {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }
  .hero-video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.hero-container .hero-slide .button {
  float: none; }

.hero-video-block .button {
  background-color: #5AA911;
  display: block;
  float: none;
  margin: 15px 25px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .hero-video-block .button {
      display: none; } }

.hero-video-block .video-thumbnail {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }
  .hero-video-block .video-thumbnail img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.hero-content-block {
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    .hero-content-block {
      padding: 25px 25px 0; } }
  .hero-content-block .button {
    background-color: #5AA911; }

/** Two column placeholders **/
.two-column-8020,
.two-column-6040,
.two-column-7030 {
  font-size: 0;
  margin-top: 30px; }
  .two-column-8020 .column,
  .two-column-6040 .column,
  .two-column-7030 .column {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    min-height: 30px;
    vertical-align: top; }
    .two-column-8020 .column:first-child,
    .two-column-6040 .column:first-child,
    .two-column-7030 .column:first-child {
      margin: 0; }
    @media screen and (max-width: 767px) {
      .two-column-8020 .column,
      .two-column-6040 .column,
      .two-column-7030 .column {
        display: block;
        margin: 30px 0 0 0;
        padding-right: 0;
        width: 100%; } }
    .two-column-8020 .column .scfForm,
    .two-column-6040 .column .scfForm,
    .two-column-7030 .column .scfForm {
      margin-bottom: 25px; }
    .two-column-8020 .column .item-listing-component .text-block,
    .two-column-6040 .column .item-listing-component .text-block,
    .two-column-7030 .column .item-listing-component .text-block {
      float: none;
      width: 100%; }
    .two-column-8020 .column .rebate img,
    .two-column-6040 .column .rebate img,
    .two-column-7030 .column .rebate img {
      height: auto;
      width: 100%; }
    .two-column-8020 .column .hero-text,
    .two-column-6040 .column .hero-text,
    .two-column-7030 .column .hero-text {
      margin-bottom: 25px; }

.column--80 {
  padding-right: 5%;
  width: 80%; }

.column--70 {
  padding-right: 5%;
  width: 70%; }

.column--60 {
  padding-right: 5%;
  width: 60%; }

.column--40 {
  width: 40%; }

.column--30 {
  width: 30%; }

.column--20 {
  width: 20%; }

/** Promo Grid **/
.promo-grid {
  text-align: center; }

.promo-grid__item {
  display: inline-block;
  margin: 0 0 20px 2%;
  min-height: 30px;
  padding: 0;
  vertical-align: top;
  width: 23.5%; }
  .promo-grid__item:first-child {
    margin-left: 0; }
  @media screen and (max-width: 767px) {
    .promo-grid__item {
      display: block;
      margin-left: 0;
      width: 100%; } }
  .promo-grid__item .promo-custom-component {
    float: none;
    margin: 0;
    width: 100%; }

.topic-box .question-wrapper {
  /*background-size: auto 100%;*/
  height: auto;
  padding-bottom: 15px; }

@media screen and (max-width: 767px) {
  .topic-box,
  .maincontent section.rebate {
    max-width: 75%;
    margin: 10px auto; } }
