/* ------- UNIVERSAL START ------- */

html {
    scroll-behavior: smooth;
}

.cq-Editable-dom .ac-simple-captioned-hero__bg {
    height: 500px !important;
}

.ac-bg-grey {
    background: hsl(0, 0%, 96%);
}

.ac-bg-light-grey {
    background: #fafafa;
}

.ac-bg-navy {
    background: #333F48;
}

.ac-container {
    margin: 0 auto;
    max-width: 1340px;
    width: calc(100% - 20px);
}

.ac-eyebrow {
    color: #C8102E;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 16px;
    text-transform: uppercase;
}

.ac-eyebrow--grey {
    color: #A2AAAD;
}

.ac-heading {
    color: #333F48;
    font-family: Sentinel A, Sentinel B, Georgia, serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
}

.ac-heading--white {
    color: #fff;
}

.ac-button {
    background: #333F48;
    border: 1px solid #333F48;
    border-radius: 2px;
    box-sizing: content-box;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 17px 36px 15px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.ac-button--white {
    background: #fff;
    color: #333F48 !important;
    text-decoration: none !important;
}

.ac-button-link {
    border-bottom: 1px solid #333F48;
    box-sizing: content-box;
    color: #333F48;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 0 4px;
}

.ac-button-link--white {
    border-color: #fff;
    color: #fff !important;
    text-decoration: none !important;
}

@media screen and (min-width: 768px) {
    .ac-heading {
        font-size: 35px;
        line-height: 40px;
    }
    .ac-container {
        width: calc(100% - 120px);
    }
    .ac-button-link {
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px) {
    .ac-heading {
        font-size: 45px;
        line-height: 50px;
    }
    .ac-button-link--white:hover {
        border-bottom-color: transparent;
    }
    .ac-button--white:hover {
        background: #f1f4f6;
        border-color: #C8102E;
    }
}

.ac-button__prev,
.ac-button__next {
    height: auto;
    position: relative;
    width: 10px;
}

.ac-button__prev {
    left: -1px;
    transform: scaleX(-1);
    transform-origin: 50% 50%;
}

.ac-button--prev-next {
    padding: 13px 16px 11px;
}


/* ------- UNIVERSAL END ------- */

/* PROPEL SERIES - LARGE HERO START */
.ac-center-captioned-hero {
    position: relative;
  }
  .ac-center-captioned-hero__bg {
    height: 280px;
    left: 0px;
    top: 0px;
    width: 100%;
    position: relative;
  }
  .ac-center-captioned-hero__bg__image {
    display: block;
    overflow: hidden;
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
  }
  .ac-center-captioned-hero__bg__image__video {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
  }
  .ac-center-captioned-hero__bg__image__picture {
    display: block;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
  }
  .ac-center-captioned-hero__bg__image__img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
  }
  .ac-center-captioned-hero__bg__image__darkness-overlay {
    background-color: rgba(24, 24, 24, 0.4);
    display: block;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
  }
  .ac-center-captioned-hero__contents {
    left: 0px;
    height: 100%;
    position: relative;
    top: 0px;
    width: 100%;
  }
  
  .ac-center-captioned-hero__container {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1240px;
    padding-bottom: 57px;
    padding-top: 33px;
    position: relative;
    width: calc(100% - 40px);
    z-index: 2;
  }
  .ac-center-captioned-hero__caption {
    display: block;
    flex: 1 1 20px;
    text-align: center;
  }
  .ac-center-captioned-hero__caption__eyebrow {
    color: #333f48;
    margin-bottom: 9px;
  }
  .ac-center-captioned-hero__caption__eyebrow.ac-eyebrow--white {
    color: #ffffff;
  }
  .ac-center-captioned-hero__caption__heading {
    margin-bottom: 22px;
  }
  .ac-center-captioned-hero__caption__desc {
    color: #333f48;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto 25px;
  }
  .ac-center-captioned-hero__bg {
    height: 100%;
    position: absolute;
  }
  .ac-center-captioned-hero__container {
    min-height: 747px;
    padding: 50px 0;
    width: calc(100% - 120px);
  }
  .ac-center-captioned-hero__caption__eyebrow {
    font-size: 18px;
    letter-spacing: 2.57;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .ac-center-captioned-hero__caption__heading {
    font-size: 55px;
    line-height: 1em;
    margin-bottom: 22px;
  }
  .ac-center-captioned-hero__caption__desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .ac-center-captioned-hero--light-dark-alternate {
    background: #333f48;
  }
  .ac-center-captioned-hero--light-dark-alternate .ac-center-captioned-hero__caption__eyebrow, .ac-center-captioned-hero--light-dark-alternate .ac-center-captioned-hero__caption__heading, .ac-center-captioned-hero--light-dark-alternate .ac-center-captioned-hero__caption__desc {
    color: #fff;
  }
  .ac-center-captioned-hero--light-dark-alternate .ac-center-captioned-hero__caption__button.ac-button {
    background: #fff;
    color: #333f48 !important;
  }
  .ac-center-captioned-hero__container {
    max-width: 807px;
    min-height: 980px;
    width: calc(100% - 100px);
  }
  .ac-center-captioned-hero__caption__heading {
    font-size: 75px;
    line-height: 1em;
    margin-bottom: 26px;
  }
  .ac-center-captioned-hero__caption__desc {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
    width: 100%;
  }
  .ac-center-captioned-hero--light-dark-alternate .ac-center-captioned-hero__caption__button.ac-button:hover {
    background: #f1f4f6;
    border-color: #c8102e;
  }

/* PROPEL SERIES - LARGE HERO END */

/* ------- EXPLORE START ------- */

.ac-explore-products {
    padding: 40px 10px 10px;
}

.ac-explore-products__container {
    margin: 0 auto;
    width: calc(100% - 20px);
}

.ac-explore-products__flex {}

.ac-explore-products__title-block {
    text-align: center;
}

.ac-explore-products__title-block__eyebrow {
    margin-bottom: 12px;
}

.ac-explore-products__title-block__title {}

.ac-explore-products__products {
    padding-top: 20px;
}

.ac-explore-products__product {
    display: block;
    margin-top: 10px;
    padding: 10px 0;
    position: relative;
    text-decoration: none !important;
}

.ac-explore-products__product:not(:first-child) {
    border-top: 1px solid #CBCBCB;
}

.ac-explore-products__product__flex {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    margin: 0 auto;
    max-width: 350px;
    height: 85px;
}

.ac-explore-products__product__image-wrap {
    align-items: center;
    display: flex;
    flex: 0 0 130px;
    flex-flow: row nowrap;
    justify-content: center;
    margin-right: 25px;
}

.ac-explore-products__product__image-wrap__picture {
    display: block;
}

.ac-explore-products__product__image-wrap__img {
    display: block;
    height: auto;
    max-height: 85px;
    max-width: 130px;
    width: auto;
}

.ac-explore-products__product__name {
    color: #333F48;
    flex: 1 1 20px;
    font-size: 14px;
    letter-spacing: 1.75px;
    line-height: 22px;
    text-transform: uppercase;
}

.ac-explore-products__separator {
    display: none;
}

@media screen and (min-width: 768px) {
    /* Explore Products Medium */
    .ac-explore-products {
        padding: 50px 0px;
    }
    .ac-explore-products__container {
        width: calc(100% - 120px);
    }
    .ac-explore-products__title-block {
        text-align: left;
    }
    .ac-explore-products__title-block__eyebrow {
        margin-bottom: 7px;
    }
    .ac-explore-products__products {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        gap: 54px;
    }
    .ac-explore-products__product {
        flex: 4 4 auto;
        padding: 0px;
        margin-top: 0px !important;
    }
    .ac-explore-products__product:not(:first-child) {
        border-top: 0;
    }
    .ac-explore-products__separator {
        border-left: 1px solid #CBCBCB;
        box-sizing: content-box;
        display: block;
        height: 105px;
        margin-top: 22px;
        width: 0px;
    }
    .ac-explore-products__product__flex {
        display: block;
        height: auto;
    }
    .ac-explore-products__product__image-wrap {
        height: 120px;
        margin: 0;
        width: auto;
    }
    .ac-explore-products__product__image-wrap__img {
        max-height: 120px;
        max-width: none;
        padding: 20px;
    }
    .ac-explore-products__product__name {
        margin: 0 auto;
        max-width: 170px;
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    /* Explore Products Large */
    .ac-explore-products__container {
        margin: 0 60px 0 100px;
        width: auto;
    }
    .ac-explore-products__title-block__eyebrow {
        margin-bottom: 5px;
    }
    .ac-explore-products__flex {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
    }
    .ac-explore-products__title-block {
        flex: 0 0 325px;
    }
    .ac-explore-products__products {
        flex: 1 1 20px;
        padding-top: 0px;
    }
    .ac-explore-products__product__image-wrap__img {
        transform: translateY(0px);
        transition: transform 0.15s ease;
    }
    .ac-explore-products__product:hover .ac-explore-products__product__image-wrap__img {
        transform: translateY(-7px);
        transition: transform 0.35s ease;
    }
}

@media screen and (min-width: 1200px) {
    /* Explore Products XL */
    .ac-explore-products__product__image-wrap {
        height: 192px;
    }
    .ac-explore-products__separator {
        height: 147px;
        margin-top: 30px;
    }
    .ac-explore-products__product__image-wrap__img {
        max-height: 140px;
        padding: 0px;
    }
}


/* XL ------------------------------------------------------> */

@media screen and (min-width: 1340px) {
    .ac-explore-products__product__image-wrap__img {
        max-height: 155px;
    }
}

/* ------- EXPLORE END ------- */

/* ------- CONTAINERS AND ATTACHMENTS START ------- */

.ac-image-w-text {
    padding: 35px 0 52px;
}

.ac-image-w-text__container {
    margin: 0 auto;
    width: calc(100% - 20px);
}

.ac-image-w-text__caption {
    margin: 40px 0 0;
    padding: 0 25px;
    text-align: center;
}

.ac-image-w-text__caption__eyebrow {
    margin-bottom: 9px;
}

.ac-image-w-text__caption__heading {
    margin-bottom: 25px;
}

.ac-image-w-text__caption__desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.ac-image-w-text__image {
    display: block;
}

.ac-image-w-text__image__image-wrap {}

.ac-image-w-text__image__image-wrap__picture {
    display: block;
}

.ac-image-w-text__image__image-wrap__img {
    display: block;
    height: auto;
    width: 100%;
}


/* Quicklinks Small */

.ac-quicklinks {}

.ac-quicklinks__links {
    align-items: center;
    display: flex;
    flex: 1 1 20px;
    flex-flow: row wrap;
    padding: 27px 60px 32px;
}

.ac-quicklinks__link {
    color: #fff !important;
    display: block;
    flex: 0 0 100%;
    font-weight: 500;
    text-decoration: none !important;
}

.ac-quicklinks__link:not(:first-child) {
    margin-top: 15px;
}

.ac-quicklinks__link__inner {
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin: 0 auto 0 0;
    padding: 0 0 4px;
    width: auto;
}


/* MEDIUM ------------------------------------------------------> */

@media screen and (min-width: 768px) {
    /* Image w/ Text Medium */
    .ac-image-w-text {
        padding: 40px 0;
    }
    .ac-image-w-text__container {
        align-items: flex-start;
        display: flex;
        flex-flow: row-reverse nowrap;
        justify-content: stretch;
        max-width: 1340px;
        width: calc(100% - 80px);
    }
    .ac-image-w-text__caption {
        margin: 0 30px 0 30px;
        flex: 0 0 auto;
        padding: 0px;
        text-align: left;
        width: 275px;
    }
    .ac-image-w-text__caption__eyebrow {
        margin-bottom: 4px;
    }
    .ac-image-w-text__caption__heading {
        margin-bottom: 20px;
    }
    .ac-image-w-text__caption__desc {
        margin-bottom: 35px;
    }
    .ac-image-w-text__image {
        flex: 0 0 auto;
        max-width: 700px;
        width: 55%;
    }
    /* Image w/ Text Modifier Medium  */
    .ac-image-w-text--image-left .ac-image-w-text__container {
        flex-flow: row nowrap;
    }
    .ac-image-w-text--image-left .ac-image-w-text__caption {
        margin: 0 10px 0 50px;
    }
    /* Quicklinks Medium */
    .ac-quicklinks__links {
        height: 100px;
        justify-content: space-between;
        padding: 0 60px 0;
    }
    .ac-quicklinks__link {
        flex: 0 0 auto;
        margin-top: 0px !important;
    }
    .ac-quicklinks__link__inner {
        display: block;
        font-size: 16px;
        margin: 0;
    }
}


/* Large ------------------------------------------------------> */

@media screen and (min-width: 1024px) {
    /* Image w/ Text Large */
    .ac-image-w-text {
        padding: 50px 0 70px;
    }
    .ac-image-w-text__container {
        align-items: center;
        width: calc(100% - 120px);
    }
    .ac-image-w-text__caption {
        flex: 0 0 auto;
        margin: 0 auto 0 0px;
        width: 370px;
    }
    .ac-image-w-text__caption__eyebrow {
        margin-bottom: 5px;
    }
    .ac-image-w-text__caption__heading {
        margin-bottom: 18px;
    }
    .ac-image-w-text__caption__desc {
        margin-bottom: 36px;
    }
    .ac-image-w-text__caption__button {}
    .ac-image-w-text__image {
        max-width: 700px;
        width: 55%;
    }
    .ac-image-w-text__image__image-wrap {}
    .ac-image-w-text__image__image-wrap__picture {
        display: block;
    }
    .ac-image-w-text__image__image-wrap__img {
        display: block;
        height: auto;
        width: 100%;
    }
    /* Image w/ Text Modifier Large */
    .ac-image-w-text--image-left .ac-image-w-text__caption {
        margin: 0 0 0 60px
    }
    /* Quicklinks Large */
    .ac-quicklinks__links {
        align-items: center;
        height: 100px;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1140px;
        width: calc(100% - 120px);
    }
    .ac-quicklinks__link:hover {
        border-bottom: none;
        color: #fff;
        text-decoration: none;
    }
    .ac-quicklinks__link:hover .ac-quicklinks__link__inner {
        border-bottom-color: transparent;
    }
}


/* XL ------------------------------------------------------> */

@media screen and (min-width: 1200px) {
    /* Image w/ Text XL */
    .ac-image-w-text__caption {
        margin: 0 auto 0 100px;
    }
    /* Image w/ Text Modifier XL */
    .ac-image-w-text--image-left .ac-image-w-text__caption {
        margin: 0 100px 0 100px;
    }
    /* Quicklinks XL */
}


/* ------- CONTAINERS AND ATTACHMENTS END ------- */

/* WHY BUY DIRECT START */

.why-buy-direct {
    background: #FAFAFA;
}

.why-buy-direct .ac-explore-products__title-block__title.ac-heading {
    margin-bottom: 40px;
}

.why-buy-direct .ac-explore-products__product__name {
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
    max-width: none;
    letter-spacing: normal;
    margin: 20px 0px;
}

.why-buy-direct .ac-explore-products__product__name.small {
    font-weight: normal;
    font-size: 16px;
    margin: 0px;
}

.why-buy-direct .ac-explore-products__product__name.smallest {
    font-weight: normal;
    font-size: 10px;
    margin: 0px;
    line-height: 16px;
}

.why-buy-direct .btn {
    background-color: #C8102E;
    border: 1px solid #C8102E;
    padding: 18px 32.5px;
    text-transform: uppercase;
    line-height: 14px;
}

.why-buy-direct .btn:active, .why-buy-direct .btn:focus, .why-buy-direct .btn:hover {
    background-color: #a00c24;
    border-color: #a00c24;
    color: #fff;
    text-decoration: none;
}

.why-buy-direct .ac-explore-products__product__image-wrap {
    height: 100px;
}

@media (min-width: 768px) {
    .why-buy-direct {
        margin: 70px 0 100px;
    }

    .why-buy-direct .ac-explore-products__product__image-wrap__img {
        padding: 0px;
        max-height: 100px !important;
        max-width: 100px !important;
    }

    .why-buy-direct .ac-explore-products__title-block {
        text-align: center;
    }

    .why-buy-direct .ac-explore-products__product__flex {
        display: flex;
        height: auto;
        flex-direction: column;
        max-width: 160px;
    }
}


@media (max-width: 768px) {
    .why-buy-direct {
        padding: 40px 10px 10px;
    }

    .why-buy-direct .ac-explore-products {
        padding: 40px 10px;
    }

    .why-buy-direct .ac-explore-products__product__flex {
        max-width: auto;
        height: auto;
        flex-direction: column;
    }

    .why-buy-direct .ac-explore-products__product__image-wrap {
        margin-right: 0;
        flex: auto;
    }

    .why-buy-direct .ac-explore-products__product:not(:first-child) {
        border-top: 0px solid #cbcbcb;
    }

    .why-buy-direct .ac-explore-products__product {
        margin: 0;
    }

    .why-buy-direct .ac-explore-products__product__name {
        margin: 10px 0;
    }

    .why-buy-direct .ac-explore-products__title-block__title.ac-heading {
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {

    .why-buy-direct .ac-explore-products__title-block {
        width: 25%;
        text-align: left;
        flex: 0 0 auto;
        border-right: 1px solid #CBCBCB;
        margin-right: 6%;
        padding: 0 20px 0 0;
    }

    .why-buy-direct .ac-explore-products__container {
        margin: 0 60px;
        width: calc(100% - 120px);
    }
}

/* WHY BUY DIRECT END */

/* ATYPIC CSS START */
.ac-button--red {
    background: #c8102e;
    border-color: #c8102e;
    color: #fff !important;
  }
  
  .ac-button--red:hover {
    background: #a80d27;
    border-color: #a80d27;
    color: #fff;
  }

/* product feature specs */
.ac-product-feature-specs {
    padding: 50px 0;
  }
  .ac-product-feature-specs__container {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
  }
  
  .ac-product-feature-specs__caption {
    flex: 0 0 100%;
    order: 2;
    padding: 0px 30px 45px;
    position: relative;
    text-align: center;
  }
  .ac-product-feature-specs__caption__img {
    bottom: 25px;
    display: none;
    height: auto;
    left: 19px;
    pointer-events: none;
    position: absolute;
    width: 140px;
    z-index: 1;
  }
  
  .ac-product-feature-specs__caption__inner {
    background: #fff;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    max-width: 375px;
    padding-top: 24px;
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
    z-index: 2;
  }
  .ac-product-feature-specs__caption__eyebrow {
    margin-bottom: 9px;
  }
  
  .ac-product-feature-specs__caption__heading {
    font-size: 24px;
    letter-spacing: -0.0131578947em;
    margin: 0 0 23px;
  }
  
  .ac-product-feature-specs__caption__price {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 25px;
  }
  
  .ac-product-feature-specs__caption__desc {
    color: #333f48;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  
  .ac-product-feature-specs__caption__buttons {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: -10px -9px;
  }
  
  .ac-product-feature-specs__caption__button {
    flex: 0 0 auto;
    margin: 10px 9px;
  }
  
  .ac-product-feature-specs__image {
    flex: 0 0 100%;
    height: 275px;
    margin: 0px 0px 0;
    order: 1;
    position: relative;
    width: 100%;
  }
  .ac-product-feature-specs__image__image-wrap {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
  }
  .ac-product-feature-specs__image__image-wrap__picture {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
  }
  
  .ac-product-feature-specs__image__image-wrap__img {
    display: block;
    height: 100%;
    left: 0px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0px;
    width: 100%;
  }
  
  .ac-product-feature-specs__specs {
    background-color: #fafafa;
    flex: 0 0 100%;
    order: 3;
    padding: 30px 40px;
    position: relative;
    z-index: 2;
  }
  .ac-product-feature-specs__specs__slide-area {
    margin: 0 auto;
    max-width: 255px;
    position: relative;
    width: 100%;
  }
  .ac-product-feature-specs__specs__slide-area__prev {
    left: -3px;
    position: absolute;
    top: calc(50% - 35px);
    transform: translate(-100%, -50%);
    transition: opacity 0.3s ease;
  }
  
  .ac-product-feature-specs__specs__slide-area__next {
    right: -3px;
    position: absolute;
    top: calc(50% - 35px);
    transform: translate(100%, -50%);
    transition: opacity 0.3s ease;
  }
  
  .ac-product-feature-specs__specs__slide-area__overflow {
    overflow: hidden;
    width: 100%;
  }
  
  .ac-product-feature-specs__specs__slide-area__inner {
    transition: transform 0.5s ease;
    width: 200%;
  }
  
  .ac-product-feature-specs__specs__title {
    margin: 0 0 10px;
  }
  
  .ac-product-feature-specs__specs__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
  }
  .ac-product-feature-specs__specs__list__mb-break {
    flex: 0 0 100%;
    height: 1px;
    list-style-type: none;
    opacity: 0;
    order: 99;
    padding: 0px;
    margin: -1px;
    width: 100%;
  }
  
  .ac-product-feature-specs__specs__list__item {
    color: #333f48;
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    flex: 0 0 calc(48.5% - 7px);
    justify-content: flex-start;
    line-height: 1.1428571429em;
    list-style-type: none;
    margin: 0 auto 0 7px;
    padding: 18px 18px 19px;
    position: relative;
  }
  .ac-product-feature-specs__specs__list__item::after {
    border-bottom: 1px solid rgba(162, 170, 173, 0.35);
    bottom: 0px;
    content: "";
    display: block;
    height: 0px;
    left: 0px;
    margin: 0 auto 0 0;
    max-width: 248px;
    position: absolute;
    width: 100%;
  }
  .ac-product-feature-specs__specs__list__item__icon {
    display: block;
    margin-right: 13px;
  }
  
  .ac-product-feature-specs__specs__list__item--mb-bottom-1 {
    align-self: start;
    order: 100 !important;
    padding-top: 28px;
  }
  .ac-product-feature-specs__specs__list__item--mb-bottom-1::after {
    display: none;
  }
  
  .ac-product-feature-specs__specs__list__item--mb-bottom-2 {
    align-self: start;
    order: 100 !important;
    padding: 18px 0 0px;
    margin-left: 0px;
    width: 100%;
  }
  .ac-product-feature-specs__specs__list__item--mb-bottom-2::after {
    display: none;
  }
  
  .ac-product-feature-specs__sub-icons {
    padding: 10px 0 0;
  }
  .ac-product-feature-specs__sub-icons__heading {
    margin-bottom: 20px;
  }
  
  .ac-product-feature-specs__sub-icons__list {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    list-style-type: none;
    padding: 0px;
    margin: -15px -5px 0;
    width: calc(100% + 10px);
  }
  
  .ac-product-feature-specs__sub-icons__item {
    flex: 0 0 55px;
    margin: 15px 5px 0;
    width: 55px;
    text-align: center;
  }
  
  .ac-product-feature-specs__sub-icons__icon {
    height: auto;
    margin: 0 auto 10px;
    max-width: 35px;
    width: auto;
  }
  
  .ac-product-feature-specs__sub-icons__name {
    font-size: 11px;
    line-height: 1.1818181818em;
    display: block;
  }
  
  .ac-product-feature-specs.is-at-first-slide .ac-product-feature-specs__specs__slide-area__prev {
    opacity: 0.5;
    pointer-events: none;
  }
  
  .ac-product-feature-specs.is-at-last-slide .ac-product-feature-specs__specs__slide-area__next {
    opacity: 0.5;
    pointer-events: none;
  }
  
  @media screen and (min-width: 768px) {
    .ac-product-feature-specs {
      padding: 55px 0 60px;
    }
    .ac-product-feature-specs__container {
      width: calc(100% - 40px);
    }
    .ac-product-feature-specs__caption {
      flex: 1 1 20px;
      order: 1;
      padding-left: 40px;
      padding-right: 55px;
      text-align: left;
    }
    .ac-product-feature-specs__caption__img {
      display: block;
      bottom: -85px;
      left: 5px;
      width: 320px;
    }
    .ac-product-feature-specs__caption__inner {
        background-color: transparent;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-top: 0px;
      max-width: 490px;
      padding-top: 0px;
    }
    .ac-product-feature-specs__caption__eyebrow {
      margin-bottom: 4px;
    }
    .ac-product-feature-specs__caption__heading {
      font-size: 38px;
      margin-bottom: 33px;
    }
    .ac-product-feature-specs__caption__desc {
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 30px;
    }
    .ac-product-feature-specs__caption__buttons {
      justify-content: flex-start;
    }
    .ac-product-feature-specs__image {
      flex: 0 0 46.8115942029%;
      flex-flow: row wrap;
      height: 513px;
      overflow: hidden;
      order: 2;
      width: 46.8115942029%;
    }
    .ac-product-feature-specs__specs {
      flex: 0 0 100%;
      flex-flow: row wrap;
      padding: 30px 40px;
      overflow: hidden;
      width: 100%;
    }
    .ac-product-feature-specs__specs__slide-area {
      max-width: none;
    }
    .ac-product-feature-specs__specs__slide-area__prev {
      display: none;
    }
    .ac-product-feature-specs__specs__slide-area__next {
      display: none;
    }
    .ac-product-feature-specs__specs__slide-area__overflow {
      overflow: visible;
    }
    .ac-product-feature-specs__specs__slide-area__inner {
      width: auto;
      transform: translate(0, 0) !important;
      transition: none !important;
    }
    .ac-product-feature-specs__specs__list__item {
      flex: 0 0 calc(48.5% - 7px);
    }
    .ac-product-feature-specs__specs__list__item--mb-bottom-1 {
      padding-top: 45px;
    }
    .ac-product-feature-specs__specs__list__item--mb-bottom-2 {
      padding-top: 28px;
    }
  }
  
  @media screen and (min-width: 1024px) {
    .ac-product-feature-specs {
      padding: 50px 0;
    }
    .ac-product-feature-specs__container {
      width: 100%;
    }
    .ac-product-feature-specs__caption {
      min-height: 750px;
      padding-left: 55px;
      padding-right: 40px;
      padding-top: 198px;
    }
    .ac-product-feature-specs__caption__img {
      bottom: 27px;
      left: 24px;
    }
    .ac-product-feature-specs__caption__eyebrow {
      margin-bottom: 5px;
    }
    .ac-product-feature-specs__caption__heading {
      font-size: 38px;
    }
    .ac-product-feature-specs__caption__desc {
      margin-bottom: 40px;
    }
    .ac-product-feature-specs__caption__buttons {
      margin: -20px -19px;
    }
    .ac-product-feature-specs__caption__button {
      margin: 20px 19px;
    }
    .ac-product-feature-specs__image {
      flex: 0 0 39.3333333333%;
      height: 750px;
      width: 39.3333333333%;
    }
    .ac-product-feature-specs__specs {
      margin: 50px 0 0 -44px;
      min-height: 650px;
      padding: 30px 50px;
      flex: 0 0 360px;
      width: 360px;
    }
    .ac-product-feature-specs__specs__list__mb-break {
      display: none;
    }
    .ac-product-feature-specs__specs__list__item {
      flex: 0 0 100%;
      order: 1 !important;
    }
    .ac-product-feature-specs__specs__list__item--mb-bottom-1 {
      padding-top: 18px;
    }
    .ac-product-feature-specs__specs__list__item--mb-bottom-2 {
      padding-top: 0px;
    }
  }
  
  /* comparison table */
  .ac-comparison-table {
    padding: 50px 0;
  }
  .ac-comparison-table__container {
    margin: 0 auto;
    max-width: 1200px;
    width: calc(100% - 26px);
  }
  
  .ac-comparison-table__caption {
    padding: 0px 0 45px;
    position: relative;
    text-align: center;
  }
  .ac-comparison-table__caption__inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    z-index: 2;
  }
  .ac-comparison-table__caption__eyebrow {
    margin-bottom: 9px;
  }
  
  .ac-comparison-table__caption__heading {
    font-size: 24px;
    letter-spacing: -0.0131578947em;
    margin: 0 0 23px;
  }
  
  .ac-comparison-table__caption__desc {
    color: #333f48;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  
  .ac-comparison-table__caption__buttons {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: -10px -9px;
  }
  
  .ac-comparison-table__caption__button {
    flex: 0 0 auto;
    margin: 10px 9px;
  }
  
  .ac-comparison-table__content {
    background-color: #fafafa;
    position: relative;
    z-index: 2;
  }
  .ac-comparison-table__content__slide-area {
    position: relative;
  }
  .ac-comparison-table__content__slide-area__prev {
    left: 114px;
    position: absolute;
    top: 70px;
    transition: opacity 0.3s ease;
  }
  
  .ac-comparison-table__content__slide-area__next {
    right: -9px;
    position: absolute;
    top: 70px;
    transition: opacity 0.3s ease;
  }
  
  .ac-comparison-table__content__slide-area__overflow {
    overflow: hidden;
    width: 100%;
  }
  
  .ac-comparison-table__table {
    background-color: #fafafa;
    position: relative;
  }
  .ac-comparison-table__table:not(:first-child) {
    margin-top: 30px;
  }
  .ac-comparison-table__table__scroll {
    position: relative;
    width: 100%;
  }
  
  .ac-comparison-table__table__inner {
    width: 100%;
  }
  
  .ac-comparison-table__table__mobile-labels {
    background: #d8d8d8;
    display: block;
    left: 0px;
    pointer-events: none;
    position: absolute;
    top: 0px;
    width: 220px;
    z-index: 5;
  }
  
  .ac-comparison-table__table__row {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: 100%;
  }
  .ac-comparison-table__table__row__column {
    flex: 0 0 auto;
  }
  .ac-comparison-table__table__row__column svg {
    display: block;
    margin: 0 auto;
  }
  .ac-comparison-table__table__row__column--name {
    background: #d8d8d8;
    border-right: 1px solid #979797;
    flex: 0 0 140px;
    padding: 16px;
    position: relative;
    z-index: 2;
  }
  
  .ac-comparison-table__table__row__column--data {
    flex: 0 0 calc(100% - 140px);
    opacity: 0;
    padding: 16px;
    transition: opacity 0.3s ease 0s, transform 1.6s ease;
  }
  .ac-comparison-table__table__row__column--data.is-active {
    opacity: 1;
    transition: opacity 0.5s ease 0.2s, transform 0.8s ease 0s;
  }
  
  .ac-comparison-table__table__knockouts .ac-comparison-table__table__row {
    align-items: flex-end;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    overflow: hidden;
    position: relative;
  }
  .ac-comparison-table__table__knockouts .ac-comparison-table__table__row__column {
    text-align: center;
    padding: 35px 8px 0;
  }
  .ac-comparison-table__table__knockouts
    .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--name {
    background-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    color: #333f48;
  }
  .ac-comparison-table__table__knockouts
    .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--data {
    background-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    color: #333f48;
  }
  
  .ac-comparison-table__table__heading .ac-comparison-table__table__row {
    align-items: stretch;
    background-color: #333f48;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #333f48;
    border-right: 1px solid #333f48;
    overflow: hidden;
    position: relative;
  }
  .ac-comparison-table__table__heading .ac-comparison-table__table__row__column {
    font-size: 10px;
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    font-weight: 500;
    justify-content: flex-start;
    line-height: 1.2em;
    min-height: 50px;
    text-align: center;
    padding: 15px 20px !important;
  }
  .ac-comparison-table__table__heading
    .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--name {
    background-color: #333f48;
    border-bottom-color: #333f48;
    border-top-color: #333f48;
    border-right-color: #43545f;
    color: #ffffff;
    font-size: 12px;
  }
  .ac-comparison-table__table__heading
    .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--data {
    background-color: #333f48;
    border-bottom-color: #333f48;
    border-top-color: #333f48;
    border-left-color: #43545f;
    color: #ffffff;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
  }
  .ac-comparison-table__table__heading
    .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--data
    strong {
    font-weight: 700;
  }
  
  .ac-comparison-table__table__data {
    border-bottom: 1px solid #a2aaad;
    border-right: 1px solid #a2aaad;
    border-left: 1px solid #a2aaad;
    position: relative;
  }
  .ac-comparison-table__table__data .ac-comparison-table__table__row {
    align-items: stretch;
    color: #333f48;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4285714286em;
    padding: 0;
    vertical-align: middle;
  }
  .ac-comparison-table__table__data .ac-comparison-table__table__row a {
    color: #1b64b4;
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline;
  }
  .ac-comparison-table__table__data .ac-comparison-table__table__row a:hover {
    text-decoration: none;
  }
  .ac-comparison-table__table__data .ac-comparison-table__table__row img {
    vertical-align: middle;
    margin: 0 8px;
  }
  .ac-comparison-table__table__data .ac-comparison-table__table__row__column {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 75px;
  }
  .ac-comparison-table__table__data
    .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--name {
    color: #333f48;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4285714286em;
    justify-content: left;
  }
  .ac-comparison-table__table__data
    .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--name
    > span {
    flex: 1 1 20px;
  }
  
  .ac-comparison-table__card {
    background-color: #fff;
    margin: 0 auto;
    max-width: 360px;
    padding: 8px 16px 24px;
    width: 100%;
  }
  .ac-comparison-table__card__image {
    margin: 0 auto;
    max-width: 256px;
    padding: 8px 16px 24px;
    width: 100%;
  }
  .ac-comparison-table__card__image__image-wrap {
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
  }
  
  .ac-comparison-table__card__image__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  
  .ac-comparison-table__card__image__picture {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  
  .ac-comparison-table__card__image__img {
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .ac-comparison-table__card__name {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 8px;
    text-transform: uppercase;
  }
  .ac-comparison-table__card__name strong {
    font-weight: 700;
  }
  
  .ac-comparison-table__card__price {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 24px;
  }
  
  .ac-comparison-table__card__buttons {
    margin-top: 24px;
  }
  
  .ac-comparison-table__swatch {
    border: 1px solid #999;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    width: 24px;
    margin-right: 10px;
  }
  
  .ac-comparison-table.is-at-first-slide .ac-comparison-table__content__slide-area__prev {
    opacity: 0.5;
    pointer-events: none;
  }
  
  .ac-comparison-table.is-at-last-slide .ac-comparison-table__content__slide-area__next {
    opacity: 0.5;
    pointer-events: none;
  }
  
  @media screen and (min-width: 768px) {
    .ac-comparison-table {
      padding: 55px 0 60px;
    }
    .ac-comparison-table__container {
      width: calc(100% - 40px);
    }
    .ac-comparison-table__caption__eyebrow {
      margin-bottom: 4px;
    }
    .ac-comparison-table__caption__heading {
      font-size: 38px;
      margin-bottom: 33px;
    }
    .ac-comparison-table__caption__desc {
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 30px;
    }
    .ac-comparison-table__caption__buttons {
      justify-content: flex-start;
    }
    .ac-comparison-table__content {
      width: 100%;
    }
    .ac-comparison-table__content__slide-area__prev {
      display: none;
    }
    .ac-comparison-table__content__slide-area__next {
      display: none;
    }
    .ac-comparison-table__content__slide-area__overflow {
      overflow: visible;
    }
    .ac-comparison-table__table:not(:first-child) {
      margin-top: 40px;
    }
    .ac-comparison-table__table__mobile-labels {
      width: 350px;
    }
    .ac-comparison-table__table__row {
      flex-flow: row nowrap;
    }
    .ac-comparison-table__table__row__column--name {
      border-right: none;
      flex: 1 1 20px;
      padding: 16px;
    }
    .ac-comparison-table__table__row__column--data {
      border-left: 1px solid #979797;
      flex: 0 0 calc((100% - 264px) / 2);
      opacity: 1 !important;
      padding: 16px;
      transform: none !important;
      transition: none !important;
    }
    .ac-comparison-table__table__knockouts .ac-comparison-table__table__row__column {
      padding: 35px 8px 0;
    }
    .ac-comparison-table__table__knockouts {
      font-size: 14px;
    }
    .ac-comparison-table__table__heading .ac-comparison-table__table__row__column {
      min-height: 64px;
    }
    .ac-comparison-table__table__heading
      .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--name {
      font-size: 18px;
    }
    .ac-comparison-table__table__heading
      .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--data {
      font-size: 14px;
    }
    .ac-comparison-table__table__heading {
      font-size: 14px;
    }
    .ac-comparison-table__table__data .ac-comparison-table__table__row {
      font-size: 14px;
      padding: 0;
    }
    .ac-comparison-table__table__data .ac-comparison-table__table__row a {
      font-size: 16px;
    }
    .ac-comparison-table__table__data
      .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--name {
      font-size: 14px;
      min-height: 75px;
    }
    .ac-comparison-table__table__data
      .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--name
      > span {
      flex: 0 0 auto;
    }
    .ac-comparison-table__card {
      padding: 8px 16px 32px;
    }
    .ac-comparison-table__card__name {
      font-size: 14px;
    }
    .ac-comparison-table__card__price {
      font-size: 18px;
      margin-top: 32px;
    }
    .ac-comparison-table__card__buttons {
      margin-top: 32px;
    }
  }
  
  @media screen and (min-width: 1024px) {
    .ac-comparison-table {
      padding: 50px 0;
    }
    .ac-comparison-table__container {
      width: calc(100% - 80px);
    }
    .ac-comparison-table__caption__eyebrow {
      margin-bottom: 5px;
    }
    .ac-comparison-table__caption__heading {
      font-size: 38px;
    }
    .ac-comparison-table__caption__desc {
      margin-bottom: 40px;
    }
    .ac-comparison-table__caption__buttons {
      margin: -20px -19px;
    }
    .ac-comparison-table__caption__button {
      margin: 20px 19px;
    }
    .ac-comparison-table__table:not(:first-child) {
      margin-top: 40px;
    }
    .ac-comparison-table__table__mobile-labels {
      display: none;
    }
    .ac-comparison-table__table__row__column--name {
      flex: 1 1 20px;
      padding: 24px;
    }
    .ac-comparison-table__table__row__column--data {
      flex: 0 0 calc((100% - 264px) / 2);
      padding: 24px;
    }
    .ac-comparison-table__table__knockouts .ac-comparison-table__table__row__column {
      padding: 55px 16px 0;
    }
    .ac-comparison-table__table__knockouts {
      font-size: 18px;
    }
    .ac-comparison-table__table__heading {
      font-size: 18px;
    }
  }

/* ATYPIC CSS END */

/* IMAGE GRID START */

.ac-image-grid {
    padding: 40px 0px 10px;
}

.ac-image-grid__container {
    margin: 0 auto;
    max-width: 1340px;
    width: calc(100% - 30px);
}

.ac-image-grid__title-block {
    text-align: center;
}

.ac-image-grid__eyebrow {
    margin-bottom: 12px;
}

.ac-image-grid__products {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 20px 0 0 1px;
}

.ac-image-grid__product {
    border: 1px solid #e9e9e9;
    border-radius: 1px;
    display: block;
    flex: 0 0 calc(100% + 1px);
    margin: -1px 0 0 -1px;
    position: relative;
    text-decoration: none !important;
    transition: border-color 0.6s ease;
    z-index: 1;
}

.ac-image-grid__product::before {
    background: #333f48;
    bottom: 0px;
    content: " ";
    display: block;
    height: 0px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    transition: height 0.4s linear;
    width: 100%;
}

.ac-image-grid__product__flex {
    height: 0px;
    padding-bottom: 96%;
    position: relative;
}

.ac-image-grid__product__flex__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.ac-image-grid__product__image-wrap {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100px;
    position: relative;
    justify-content: center;
}

.ac-image-grid__product__image-wrap__picture {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.ac-image-grid__product__image-wrap__img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 88%;
    width: auto;
}

.ac-image-grid__product__name {
    color: #333f48;
    flex: 1 1 20px;
    font-size: 14px;
    min-height: 44px;
    letter-spacing: 1.75px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.1s ease 0.2s;
}

@media only screen and (min-width: 375px) {
    .ac-image-grid__product {
        flex: 0 0 calc(50% + 1px);
    }
}

@media only screen and (min-width: 768px) {
    .ac-image-grid {
        padding: 100px 0px 50px;
    }
    .ac-image-grid__container {
        width: calc(100% - 80px);
    }
    .ac-image-grid__title-block {
        text-align: left;
    }
    .ac-image-grid__eyebrow {
        margin-bottom: 7px;
    }
    .ac-image-grid__products {
        padding-top: 40px;
    }
    .ac-image-grid__product__image-wrap {
        height: 150px;
        margin: 0;
        width: auto;
    }
    .ac-image-grid__product__name {
        margin: 0 auto;
        max-width: calc(100% - 20px);
    }
}

@media only screen and (min-width: 1024px) {
    .ac-image-grid {
        padding-bottom: 80px;
    }
    .ac-image-grid__container {
        width: calc(100% - 100px);
    }
    .ac-image-grid__flex {
        /*
      align-items: center;
      display: flex;
      flex-flow: row nowrap;
      */
    }
    .ac-image-grid__title-block {
        /*
      flex: 0 0 325px;
      */
    }
    .ac-image-grid__eyebrow {
        margin-bottom: 5px;
    }
    .ac-image-grid__products {
        padding-top: 40px;
        /*
      flex: 1 1 20px;
      padding-top: 0px;
      */
    }
    .ac-image-grid__product {
        flex-basis: calc(25% + 1px);
    }
    .ac-image-grid__product:hover {
        border-color: #333f48;
        z-index: 2;
    }
    .ac-image-grid__product:hover::before {
        height: 100%;
    }
    .ac-image-grid__product:hover .ac-image-grid__product__image-wrap__img {
        transform: translateY(-7px);
        transition: transform 0.35s ease;
    }
    .ac-image-grid__product:hover .ac-image-grid__product__name {
        color: #fff;
    }
    .ac-image-grid__product__image-wrap__img {
        transform: translateY(0px);
        transition: transform 0.15s ease;
    }
}

@media only screen and (min-width: 1200px) {
    .ac-image-grid__container {
        width: calc(100% - 120px);
    }
}

/* IMAGE GRID END */
