/* ------- 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;
    }
}


/* ------- UNIVERSAL END ------- */


/* ------- EXPLORE START ------- */


/* Explore Products Small */

.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;
}


/* Quicklinks w/ Heading Small */

.ac-quicklinks-w-heading {
    align-items: stretch;
    display: flex;
    width: 100%;
}

.ac-quicklinks-w-heading__heading {
    align-items: center;
    color: #333F48;
    display: flex;
    flex: 0 0 163px;
    font-size: 16px;
    justify-content: flex-start;
    line-height: 22px;
    padding-left: 15px;
}

.ac-quicklinks-w-heading__links {
    background: #333F48;
    display: flex;
    flex: 1 1 20px;
    flex-flow: row wrap;
    padding: 20px 25px 25px;
}

.ac-quicklinks-w-heading__link {
    color: #fff !important;
    display: block;
    flex: 0 0 100%;
    font-weight: 500;
    text-decoration: none !important;
}

.ac-quicklinks-w-heading__link:not(:first-child) {
    margin-top: 15px;
}

.ac-quicklinks-w-heading__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) {
    /* 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;
        justify-content: space-between;
    }
    .ac-explore-products__product {
        flex: 0 0 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;
    }
    /* Quicklinks w/ Heading Medium */
    .ac-quicklinks-w-heading__heading {
        flex: 0 0 180px;
    }
    .ac-quicklinks-w-heading__links {
        justify-content: space-between;
        padding-bottom: 35px;
        padding-top: 35px;
    }
    .ac-quicklinks-w-heading__link {
        flex: 0 0 auto;
        margin-top: 0px !important;
    }
    .ac-quicklinks-w-heading__link__inner {
        display: block;
        font-size: 16px;
        margin: 0;
    }
}


/* Large ------------------------------------------------------> */

@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;
    }
    /* Quicklinks w/ Heading Large */
    .ac-quicklinks-w-heading__heading {
        flex: 0 0 250px;
        padding-left: 24px;
    }
    .ac-quicklinks-w-heading__links {
        align-items: center;
        height: 90px;
        justify-content: flex-start;
        padding: 0 0 0 60px;
    }
    .ac-quicklinks-w-heading__link:not(:first-child) {
        margin-left: 100px;
    }
    .ac-quicklinks-w-heading__link:hover {
        color: #fff;
        text-decoration: none;
    }
    .ac-quicklinks-w-heading__link:hover .ac-quicklinks-w-heading__link__inner {
        border-bottom-color: transparent;
    }
}


/* XL ------------------------------------------------------> */

@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;
    }
    /* Quicklinks w/ Heading XL */
    .ac-quicklinks-w-heading__link:not(:first-child) {
        margin-left: 134px;
    }
}


/* XL ------------------------------------------------------> */

@media screen and (min-width: 1340px) {
    .ac-explore-products__product__image-wrap__img {
        max-height: 155px;
    }
}

</style><!-- Universal Styles,
just needs to be present in first component --><style>.ac-bg-grey {
    background: #f6f6f6;
}

.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;
    }
}


/* ------- EXPLORE END ------- */


/* ------- INFUSE START ------- */

.ac-bubble-carousel {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    padding: 0 10px;
    margin: 20px 0 75px;
}

.ac-bubble-carousel__images {
    flex: 0 0 100%;
    height: 0;
    padding-bottom: 56%;
    position: relative;
}

.ac-bubble-carousel__image {
    display: block;
    height: 100%;
    left: 0px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s linear 1s;
    top: 0px;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.ac-bubble-carousel__image.is-active {
    opacity: 1;
    transition: none;
    z-index: 1;
}

.ac-bubble-carousel__image__button {
    bottom: 32px;
    display: none;
    left: 40px;
    opacity: 0;
    position: absolute;
    transform: translateX(-12px);
    transition: opacity 0.45s ease 0s, transform 0.0001s linear 0.5s;
}

.ac-bubble-carousel__image.is-active .ac-bubble-carousel__image__button {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.25s linear .5s, transform .5s ease-out 0.5s;
}

.ac-bubble-carousel__image__picture,
.ac-bubble-carousel__image__img {
    display: block;
    height: 100%;
    left: 0px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0px;
    width: 100%;
}

.ac-bubble-carousel__image__img {
    transform: scale(1);
    transition: transform 0.3s ease;
}

.ac-bubble-carousel__image.is-active .ac-bubble-carousel__image__img {
    animation-duration: 0.8s;
    animation-name: ac-fadein;
}

.ac-bubble-carousel__image.is-active .ac-bubble-carousel__image__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes ac-fadein {
    from {
        filter: blur(3px);
        opacity: 0;
        transform: scale(1.);
    }
    to {
        filter: blur(0px);
        opacity: 1;
        transform: scale(1);
    }
}

.ac-bubble-carousel__content {
    background: #333F48;
    flex: 0 0 100%;
    padding: 40px 10px 5px;
    position: relative;
    text-align: center;
}

.ac-bubble-carousel__content__top-link {
    display: inline-block;
    margin: 0 0 36px;
}

.ac-bubble-carousel__eyebrow {
    margin-bottom: 18px;
    text-align: center;
}

.ac-bubble-carousel__title {
    margin: 0 auto 14px;
    max-width: 300px;
    text-align: center;
}

.ac-bubble-carousel__categories {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    max-width: 270px;
    justify-content: center;
    width: 100%;
}

.ac-bubble-carousel__category {
    flex: 0 0 50%;
}

.ac-bubble-carousel__toggle {
    cursor: pointer;
    display: block;
    margin: 0 auto 35px;
    text-decoration: none !important;
    width: 86px;
}

.ac-bubble-carousel__toggle__image {
    border: 2px solid #fff;
    border-radius: 100% 100%;
    height: 86px;
    width: 86px;
}

.ac-bubble-carousel__toggle__name {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 7px;
    text-align: center;
}


/* MEDIUM ------------------------------------------------------> */

@media screen and (min-width: 768px) {
    .ac-bubble-carousel {
        padding: 0 20px;
        margin: 50px 0 100px;
    }
    .ac-bubble-carousel__content {
        padding: 48px 40px 5px;
        text-align: left;
    }
    .ac-bubble-carousel__content__top-link {
        display: block;
        right: 46px;
        position: absolute;
        top: 38px;
    }
    .ac-bubble-carousel__eyebrow {
        margin-bottom: 11px;
        text-align: left;
    }
    .ac-bubble-carousel__images {
        height: 380px;
    }
    .ac-bubble-carousel__image__button {
        display: block;
    }
    .ac-bubble-carousel__title {
        margin: 0 auto 30px 0;
        max-width: 375px;
        text-align: left;
    }
    .ac-bubble-carousel__title.ac-heading {
        line-height: 44px;
    }
    .ac-bubble-carousel__categories {
        margin: 0 -20px;
        max-width: none;
        width: calc(100% + 40px);
    }
    .ac-bubble-carousel__category {
        flex: 0 0 25%;
    }
    .ac-bubble-carousel__toggle {
        width: 110px;
        text-decoration: none !important;
    }
    .ac-bubble-carousel__toggle__image {
        height: 110px;
        width: 110px;
    }
}


/* Large ------------------------------------------------------> */

@media screen and (min-width: 1024px) {
    .ac-bubble-carousel {
        padding: 0px;
        margin: 100px 0 100px;
    }
    .ac-bubble-carousel__images {
        flex: 0 0 50%;
        height: 400px;
        padding-bottom: 0px;
    }
    .ac-bubble-carousel__image__button {
        bottom: 34px;
        left: 27px;
    }
    a.ac-bubble-carousel__image:hover .ac-bubble-carousel__image__img {
        transform: scale(1.04);
    }
    .ac-bubble-carousel__content {
        flex: 0 0 50%;
        padding: 40px 40px 0;
    }
    .ac-bubble-carousel__content__top-link {
        margin-bottom: 0px;
        right: 50px;
        top: 35px;
    }
    .ac-bubble-carousel__title {
        margin: 0 auto 40px 0;
    }
    .ac-bubble-carousel__title.ac-heading {
        font-size: 35px;
        line-height: 44px;
    }
    .ac-bubble-carousel__toggle {
        width: 110px;
    }
    .ac-bubble-carousel__toggle__image {
        transform: translateY(0px);
        transition: transform 0.15s ease;
    }
    .ac-bubble-carousel__toggle:hover .ac-bubble-carousel__toggle__image {
        transform: translateY(-7px);
        transition: transform 0.35s ease;
    }
}


/* XL ------------------------------------------------------> */

@media screen and (min-width: 1200px) {}


/* ------- INFUSE END ------- */


/* ------- SERIES SLIDER START ------- */

.carousel-wrapper {
    padding-bottom: 30px;
    width: 90%;
    margin: 0 auto;
}

.header-wrapper {
    max-width: 60%;
    margin: auto;
}

.header-wrapper h2 {
    font-size: 45px;
    letter-spacing: -0.5px;
    line-height: 50px;
    margin-bottom: 70px;
    color: #333F48;
}

.series {
    position: relative;
    text-align: left;
}

.series a {
    background-color: #333F48;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    height: 622px;
}

.series a .h2 {
    color: #fff;
    font-size: 38px;
    line-height: 44px;
}

.series a .image {
    width: 40%;
    background-position: center;
    background-size: cover;
}

.series-btn {
    background-color: #fff;
    border: solid 1px #333f48;
    color: #333f48;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
}

.series-height {
    width: 60%;
    padding: 7.5% 11.5%;
}

.series-description {
    font-size: 16px;
    line-height: 22px;
}

.series-ascent .series-btn {
    border-color: #fff;
}

.series-ascent p.series-btn {
    color: #333f48;
}

.series-btn:hover,
.series-btn:focus,
.series-btn:active,
.series-btn:visited {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.mz-no-flexbox .series a {
    display: table-cell;
}

.series a:hover {
    text-decoration: none;
}

.series a>div {
    position: relative;
    z-index: 1;
}

.series-heading {
    font-weight: 200;
    line-height: 1;
    margin: 12px 0;
}

.series img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -30px;
    flex-shrink: 0;
}

.series .vortex {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 35%;
}

.series .series-additional-info {
    position: absolute;
    bottom: -10px;
    z-index: 2;
    height: auto;
    background: transparent;
    display: flex;
    justify-content: normal;
    overflow: visible;
    left: 34%;
    box-shadow: none;
}

.series .series-additional-info .image {
    width: 300px;
}

.series .series-additional-info .image img {
    margin: 0;
}

.series .series-additional-info .text-wrapper {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    align-self: flex-end;
    margin-bottom: 70px;
}

.series .series-additional-info .text-wrapper .series-btn {
    background: transparent;
    color: #fff;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    padding: 5px 40px;
}

@media (max-width:768px) {
    .carousel {
        padding: 20px;
    }
    .series a {
        height: 622px;
    }
    .series-height {
        padding: 7.5% 5% 7.5% 7%;
    }
    .carousel-wrapper {
        width: 100%;
    }
    .series .series-additional-info {
        left: 10%;
    }
    .series .series-additional-info .image {
        width: 250px;
    }
}

@media (max-width:600px) {
    .header-wrapper h2 {
        font-size: 30px;
        letter-spacing: 0;
        line-height: 35px;
        margin-bottom: 50px;
    }
    .series {
        overflow: hidden;
    }
    .series a {
        flex-direction: column;
        height: auto;
    }
    .series-height {
        width: 100%;
        text-align: center;
    }
    .series a .image {
        height: 500px;
        width: auto;
    }
    .series-description {
        display: none;
    }
    .series .series-additional-info {
        position: relative;
        left: auto;
        bottom: 0;
        background: #333F48;
    }
    .series .series-additional-info .text-wrapper {
        margin-bottom: auto;
        align-self: auto;
        padding: 30px;
    }
    .series .series-additional-info .image {
        position: absolute;
        bottom: -10px;
        height: auto;
        right: -30px;
    }
    .series .series-additional-info .text-wrapper .series-btn {
        padding: 5px;
    }
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
}


/* ------- SERIES SLIDER 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 ------- */


/* ------- FOODCYCLER AND TIPS START ------- */

.card.cards-nov21 {
    background: #fafafa;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card.cards-nov21 .card--item {
    overflow: visible;
}

.card.cards-nov21 .card--item.card--item-2 {
    height: 100%;
}

.card.cards-nov21 .card--content {
    justify-content: flex-start;
}

.colors-landing-article .card--title {
    color: #40596B;
    font-weight: 500;
    font-size: 32px;
}

.colors-landing-article .card--snippet {
    color: #3C4750;
}

.eyebrow.cards-nov21 {
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 15px;
    color: #C8102E;
    text-transform: uppercase;
}

.card.cards-nov21 .btn {
    margin-top: auto;
    color: #333F48;
    background-color: #fff;
    border-color: #40596B;
}

.card.cards-nov21 .btn:hover {
    border-color: #C8102E;
}


/* ------- FOODCYCLER AND TIPS END ------- */


/* ------- RECIPIES START ------- */

.card.recipes-nov21 {
    background: #fafafa;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card.recipes-nov21 .card--item {
    overflow: visible;
}

.card.recipes-nov21 .card--item.card--item-2 {
    height: 100%;
}

.card.recipes-nov21 .card--content {
    justify-content: flex-start;
}

.colors-landing-article .card--title {
    color: #333F48;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 20px;
}

.colors-landing-article .card--snippet {
    color: #333F48;
}

.eyebrow.recipes-nov21 {
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 15px;
    color: #C8102E;
    text-transform: uppercase;
}

.card.recipies-nov21 .btn {
    margin-top: auto;
}

.cta-nov21 {
    color: #000;
    background-color: transparent;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    padding: 9px 10px;
}

.cta-nov21:hover {
    color: #333F48;
    background-color: transparent;
    border-color: #333F48;
}

.cta-nov21:visited {
    color: #333F48;
    background-color: transparent;
    border-color: #333F48;
}

.card.recipes-nov21 .btn {
    margin-top: auto;
    color: #333F48;
    background-color: #fff;
    border-color: #40596B;
}

.card.recipes-nov21 .btn:hover {
    border-color: #C8102E;
}


/* ------- RECIPIES END ------- */

.ac-bg-light-white {
    background: #fff;
}

.ac-bg-grey {
    background: #f6f6f6;
}

.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: 0.1363636364em;
    line-height: 16px;
    text-transform: uppercase;
}

.ac-eyebrow--mega {
    font-size: 16px;
    line-height: 22px;
}

.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-heading--dark {
    color: #333F48;
}

.ac-button {
    background: #333f48;
    border: 1px solid #333f48;
    border-radius: 2px;
    box-sizing: content-box;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 25px 11px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.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--white {
    background: #fff;
    color: #333f48 !important;
    text-decoration: none !important;
}

.ac-button--bordered {
    border-color: #e9e9e9;
}

.ac-button--prev-next {
    padding: 13px 16px 11px;
}

.ac-button--expand {
    padding-left: 12px;
    padding-right: 12px;
}

.ac-button-link {
    background: transparent;
    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;
    text-decoration: none !important;
}

.ac-button-link--white {
    border-color: #fff;
    color: #fff !important;
}

.ac-button-link--dark {
    border-color: #333F48;
    color: #333F48 !important;
}

.ac-img-zoom {
    display: block;
    overflow: hidden;
    position: relative;
}

.ac-img-zoom img {
    transform: scale(1);
    transition: transform 0.3s ease;
}

.ac-inline-form {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}

.ac-inline-form__input {
    flex: 1 1 20px;
}

.ac-inline-form__input .ac-input {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.ac-inline-form__submit {
    border-left: 0px;
    border-color: #dcdcdc;
    flex: 0 0 auto;
    margin: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.ac-inline-form--newsletter-signup::after {
    background: url("/2022-components/newsletter-signup.svg") 50% 50% no-repeat;
    content: " ";
    height: 100%;
    position: absolute;
    left: 13px;
    top: 0px;
    width: 20px;
}

.ac-inline-form--location-search::after {
    background: url("/2022-components/location-search.svg") 50% 50% no-repeat;
    content: " ";
    height: 100%;
    position: absolute;
    left: 13px;
    top: 0px;
    width: 20px;
}

.ac-input {
    background: #475864;
    border: 1px solid #dcdcdc;
    box-sizing: content-box;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    height: 20px;
    margin: 0px;
    padding: 9px 20px 10px 46px;
    width: calc(100% - 2px - 66px);
}

.ac-bundle-grid__container {
    margin: 0 auto;
    width: calc(100% - 40px);
}

.ac-bundle-grid__caption {
    padding: 40px 20px;
    text-align: left;
}

.ac-bundle-grid__caption__eyebrow {
    margin-bottom: 9px;
}

.ac-bundle-grid__caption__heading {
    margin: 0 0 25px;
}

.ac-bundle-grid__caption__desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 27px;
}

.ac-bundle-grid__caption__buttons {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: -10px -9px;
}

.ac-bundle-grid__caption__button {
    flex: 0 0 auto;
    margin: 10px 9px;
}

.ac-bundle-grid__caption__image-wrap {
    display: none;
}

.ac-bundle-grid__caption__image-wrap__picture {
    display: block;
}

.ac-bundle-grid__caption__image-wrap__img {
    display: block;
    height: auto;
    width: 100%;
}

.ac-bundle-grid__grid {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin: -20px -10px 0;
    overflow: scroll;
    padding-bottom: 25px;
    position: relative;
}

.ac-bundle-grid__grid__item {
    flex: 0 0 215px;
    margin: 20px 10px 0;
    position: relative;
}

.ac-bundle-grid__card {
    width: 100%;
}

.ac-bundle-grid__card__image {
    background: #fafafa;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.ac-bundle-grid__card__image__container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.ac-bundle-grid__card__image__img {
    display: block;
    height: auto;
    margin: 0;
    max-height: 90%;
    max-width: 90%;
    position: absolute;
    width: auto;
}

.ac-bundle-grid__card__name {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: 700;
    margin-top: 15px;
}

.ac-bundle-grid__card__rollover {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
    display: none;
    justify-content: center;
    left: 0px;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
}

.ac-bundle-grid__card__rollover__inner {
    text-align: center;
    transform: translateY(5%);
    width: 100%;
    transition: transform 0.5s ease;
}

.ac-bundle-grid__card:hover .ac-bundle-grid__card__rollover__inner {
    transform: translateY(0);
}

.ac-bundle-grid__card__rollover__name {
    font-size: 15px;
    letter-spacing: 1.25px;
    font-weight: 700;
}

.ac-bundle-grid__card__rollover__button {
    margin-top: 25px;
}

.ac-bubble-carousel {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    padding: 0 10px;
}

.ac-bubble-carousel.ac-bubble-carousel--light {
    flex-direction: row-reverse;
}

.ac-bubble-carousel.ac-bubble-carousel--light .ac-bubble-carousel__content {
    background-color: #333F48;
}

.ac-bubble-carousel.ac-bubble-carousel--light .ac-bubble-carousel__eyebrow {
    color: #A3AAB9;
}

.ac-bubble-carousel.ac-bubble-carousel--light .ac-bubble-carousel__title {
    color: #fff;
}

.ac-bubble-carousel.ac-bubble-carousel--light .ac-bubble-carousel__toggle__name {
    color: #fff;
}

.ac-bubble-carousel__images {
    flex: 0 0 100%;
    height: 0;
    padding-bottom: 56%;
    position: relative;
}

.ac-bubble-carousel__image {
    display: block;
    height: 100%;
    left: 0px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s linear 1s;
    top: 0px;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.ac-bubble-carousel__image.is-active {
    opacity: 1;
    transition: none;
    z-index: 1;
}

.ac-bubble-carousel__image__button {
    bottom: 32px;
    display: none;
    left: 40px;
    opacity: 0;
    position: absolute;
    transform: translateX(-12px);
    transition: opacity 0.45s ease 0s, transform 0.0001s linear 0.5s;
}

.ac-bubble-carousel__image.is-active .ac-bubble-carousel__image__button {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.25s linear 0.5s, transform 0.5s ease-out 0.5s;
}

.ac-bubble-carousel__image__picture,
.ac-bubble-carousel__image__img {
    display: block;
    height: 100%;
    left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0px;
    width: 100%;
}

.ac-bubble-carousel__image__img {
    transform: scale(1);
    transition: transform 0.3s ease;
}

.ac-bubble-carousel__image.is-active .ac-bubble-carousel__image__img {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: ac-fadein;
    animation-name: ac-fadein;
}

@-webkit-keyframes ac-fadein {
    from {
        filter: blur(3px);
        opacity: 0;
        transform: scale(1);
    }
    to {
        filter: blur(0px);
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes ac-fadein {
    from {
        filter: blur(3px);
        opacity: 0;
        transform: scale(1);
    }
    to {
        filter: blur(0px);
        opacity: 1;
        transform: scale(1);
    }
}

.ac-bubble-carousel__content {
    background: #333F48;
    flex: 0 0 100%;
    padding: 40px 10px 5px;
    position: relative;
    text-align: center;
}

.ac-bubble-carousel__content__top-link {
    display: inline-block;
    margin: 0 0 36px;
}

.ac-bubble-carousel__eyebrow {
    margin-bottom: 18px;
    text-align: center;
}

.ac-bubble-carousel__title {
    margin: 0 auto 14px;
    max-width: 300px;
    text-align: center;
}

.ac-bubble-carousel__categories {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    max-width: 270px;
    justify-content: center;
    width: 100%;
}

.ac-bubble-carousel__category {
    flex: 0 0 50%;
}

.ac-bubble-carousel__toggle {
    cursor: pointer;
    display: block;
    margin: 0 auto 35px;
    text-decoration: none !important;
    width: 86px;
}

.ac-bubble-carousel__toggle__image {
    border: 2px solid #fff;
    border-radius: 100% 100%;
    height: 86px;
    width: 86px;
}

.ac-bubble-carousel__toggle__name {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 7px;
    text-align: center;
}


/* MEDIUM ------------------------------------------------------> */


/* Large ------------------------------------------------------> */


/* XL ------------------------------------------------------> */

.ac-caption-overlaid-hero {
    position: relative;
}

.ac-caption-overlaid-hero__bg {
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    position: absolute;
}

.ac-caption-overlaid-hero__bg__image {
    display: block;
    overflow: hidden;
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.ac-caption-overlaid-hero__bg__image__picture {
    display: block;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.ac-caption-overlaid-hero__bg__image__img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left 50%;
    object-position: left 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.ac-caption-overlaid-hero__container {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    height: 182px;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1240px;
    position: relative;
    width: calc(100% - 40px);
    z-index: 2;
}

.ac-caption-overlaid-hero__caption {
    display: none;
    margin: 50px 0 0;
    text-align: left;
}

.ac-caption-overlaid-hero__caption__eyebrow {
    margin-bottom: 9px;
}

.ac-caption-overlaid-hero__caption__heading {
    margin-bottom: 25px;
}

.ac-caption-overlaid-hero__caption__desc {
    color: #333f48;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.ac-caption-overlaid-hero__overlay {
    background: #fff;
    align-items: center;
    bottom: -7px;
    display: flex;
    justify-content: flex-start;
    min-height: 50px;
    left: -50px;
    line-height: 35px;
    padding: 0 25px;
    position: absolute;
}

.ac-caption-overlaid-hero__overlay__heading {
    margin: 0px;
}

.ac-chef-testimonial-carousel {
    background: #fff;
    padding: 37px 0 0px;
}

.ac-chef-testimonial-carousel__container {
    margin: 0 auto;
    position: relative;
    width: calc(100% - 50px);
}

.ac-chef-testimonial-carousel__container__flex {
    width: 100%;
}

.ac-chef-testimonial-carousel__main-caption {
    padding: 0px 0 50px;
    text-align: center;
}

.ac-chef-testimonial-carousel__main-caption__heading {
    margin: 0px;
}

.ac-chef-testimonial-carousel__main-caption__desc {
    color: #333f48;
    line-height: 1.625em;
    margin-top: 20px;
}

.ac-chef-testimonial-carousel__primary-images {
    margin: 0 -25px;
    position: relative;
    width: calc(100% + 50px);
}

.ac-chef-testimonial-carousel__primary-images__inner {
    height: 0px;
    padding-bottom: 67.1428571429%;
    position: relative;
    width: 100%;
}

.ac-chef-testimonial-carousel__primary-images__image {
    display: block;
    height: 100%;
    left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.0001s linear 0.35s;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.ac-chef-testimonial-carousel__primary-images__image.is-active {
    opacity: 1;
    transition: opacity 0.3s ease 0.08s;
    z-index: 2;
}

.ac-chef-testimonial-carousel__testimonials {
    margin: 0 -25px;
    position: relative;
    width: calc(100% + 50px);
    z-index: 3;
}

.ac-chef-testimonial-carousel__testimonials__primary-box {
    padding: 83px 45px 68px;
    position: relative;
    z-index: 2;
}

.ac-chef-testimonial-carousel__testimonials__primary-box__inner {
    position: relative;
}

.ac-chef-testimonial-carousel__testimonials__primary-box__quote {
    align-items: center;
    background: #333f48;
    display: flex;
    height: 36px;
    justify-content: center;
    left: calc(50% - 18px);
    position: absolute;
    top: 24px;
    width: 36px;
}

.ac-chef-testimonial-carousel__testimonials__primary-box__quote svg {
    height: auto;
    width: 18px;
}

.ac-chef-testimonial-carousel__testimonials__primary-box__prev {
    left: 20px;
    position: absolute;
    top: -22px;
}

.ac-chef-testimonial-carousel__testimonials__primary-box__next {
    right: 40px;
    position: absolute;
    top: -22px;
}

.ac-chef-testimonial-carousel__testimonials__bio-images {
    display: none;
}

.ac-chef-testimonial-carousel__testimonials__bio-images__inner {
    height: 442px;
    padding-bottom: 150%;
    position: relative;
    width: 100%;
}

.ac-chef-testimonial-carousel__testimonials__bio-images__image {
    display: block;
    height: 100%;
    left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.0001s linear 0.35s;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.ac-chef-testimonial-carousel__testimonials__bio-images__image.is-active {
    opacity: 1;
    transition: opacity 0.3s ease 0.08s;
    z-index: 2;
}

.ac-chef-testimonial-carousel__testimonial {
    color: #333f48;
    left: 0px;
    opacity: 0;
    top: 0px;
    transition: opacity 0.3s ease;
    position: absolute;
    width: 100%;
}

.ac-chef-testimonial-carousel__testimonial__text p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    text-align: center;
}

.ac-chef-testimonial-carousel__testimonial__text p:not(:first-child) {
    margin-top: 1em;
}

.ac-chef-testimonial-carousel__testimonial__attribution {
    margin-top: 30px;
    position: relative;
    text-align: center;
}

.ac-chef-testimonial-carousel__testimonial__attribution::before {
    background-color: #c8102e;
    content: " ";
    display: block;
    height: 5px;
    margin: 0 auto 17px;
    overflow: hidden;
    position: relative;
    width: 50px;
}

.ac-chef-testimonial-carousel__testimonial__attribution__name {
    font-size: 22px;
    line-height: 30px;
}

.ac-chef-testimonial-carousel__testimonial__attribution__company {
    font-size: 16px;
    line-height: 30px;
}

.ac-chef-testimonial-carousel__testimonial.is-active {
    opacity: 1;
}

.ac-docked-cta {
    bottom: 0px;
    height: 150px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 150px;
    z-index: 2;
}

.ac-docked-cta__positioner {
    align-items: flex-end;
    height: 100%;
    display: flex;
    justify-content: center;
    transform: scale(0.75);
    transform-origin: 50% bottom;
    width: 100%;
}

.ac-docked-cta__svg {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.ac-docked-cta__pulse {
    transform-origin: 50% 50%;
}

.ac-docked-cta--left {
    left: 25%;
}

.ac-docked-cta--right {
    left: 75%;
}

.ac-docked-cta--top {
    bottom: auto;
    top: 0px;
}

.ac-docked-cta--top .ac-docked-cta__positioner {
    align-items: flex-start;
    transform-origin: 50% top;
}

.ac-docked-cta--bottom-right-no-mobile {
    display: none;
    left: 95%;
    width: 200px;
}

.ac-docking-nav {
    background: #333f48;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 10;
}

.ac-docking-nav__floater {
    background: #333f48;
    position: relative;
    width: 100%;
}

.ac-docking-nav__main {
    overflow: hidden;
    position: relative;
}

.ac-docking-nav__container {
    padding: 0;
    position: relative;
    width: calc(100% - 40px);
}

.ac-docking-nav__menu-area__title {
    align-items: center;
    border-bottom: 1px solid rgba(102, 102, 102, 0.18);
    display: flex;
    min-height: 36px;
}

.ac-docking-nav__menu-area__title__text {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 0px !important;
}

.ac-docking-nav__menu-area__title__price {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 0 auto;
}

.ac-docking-nav__menu-area__links {
    display: none;
}

.ac-docking-nav__menu-area__links__link {
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 16px;
    letter-spacing: 0.125em;
    list-style-type: none;
    height: 100%;
    margin: 0;
    padding: 0px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
}

.ac-docking-nav__menu-area__links__link:not(:first-child) {
    margin-left: 75px;
}

.ac-docking-nav__menu-area__links__link::before {
    background-color: rgba(200, 16, 46, 0);
    content: " ";
    height: 5px;
    left: calc(50% - 13px);
    top: 0px;
    position: absolute;
    width: 26px;
}

.ac-docking-nav__menu-area__links__link a {
    color: inherit !important;
    text-decoration: none !important;
}

.ac-docking-nav__menu-area__links__link.is-active::before {
    background-color: #c8102e;
    transition: background-color 0.2s ease;
}

.ac-docking-nav__menu-area__menu-toggle {
    align-items: center;
    background: none !important;
    border: 0px;
    display: flex;
    height: 40px;
    margin: 30px 0 30px;
    justify-content: flex-start;
    outline: 0px;
}

.ac-docking-nav__menu-area__menu-toggle__text {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    margin: 0 18px 0 0;
}

.ac-docking-nav__button {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.ac-docking-nav__accordion {
    background: #333f48;
    border-top: 1px solid #333f48;
    left: 0px;
    position: absolute;
    top: 100%;
    width: 100%;
    visibility: hidden;
    z-index: 10;
}

.ac-docking-nav__accordion__ul {
    margin: 0px !important;
    padding: 15px !important;
    list-style-type: none !important;
}

.ac-docking-nav__accordion__li {
    margin: 0px !important;
    padding: 0px !important;
    list-style-type: none !important;
}

.ac-docking-nav__accordion__li:not(:first-child) {
    margin-top: 10px !important;
}

.ac-docking-nav__accordion__link {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}

.ac-docking-nav__accordion.is-open {
    visibility: visible;
}

.ac-docking-nav.is-topped {
    box-shadow: none;
}

.ac-docking-nav.is-topped .ac-docking-nav__floater {
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.07);
    left: 0px;
    top: 0px;
    position: fixed;
}

.ac-docking-nav.is-bottomed {
    box-shadow: none;
}

.ac-docking-nav.is-bottomed .ac-docking-nav__floater {
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.07);
    left: 0px;
    top: 0px;
    position: fixed;
}

.ac-docking-nav.is-bottomed .ac-docking-nav__accordion {
    border-bottom: 1px solid #aaa;
    border-top: 0px;
    top: auto;
    bottom: 100%;
}

.ac-double-card {
    overflow: hidden;
    padding: 50px 0px 0px;
}

.ac-double-card__container {
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    width: 100%;
}

.ac-double-card__caption {
    margin: 50px 0 0;
    padding: 0 10px;
    text-align: center;
}

.ac-double-card__caption__eyebrow {
    margin-bottom: 9px;
}

.ac-double-card__caption__heading {
    margin-bottom: 25px;
}

.ac-double-card__flex {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 0 0 -40px;
    padding-top: 7px;
    width: calc(100% + 40px);
}

.ac-double-card__flex__item {
    box-sizing: content-box;
    flex: 0 0 calc(100% - 40px);
    margin-left: 40px;
    margin-top: 33px;
}

.ac-double-card__card {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 25px 0px;
    text-decoration: none !important;
}

.ac-double-card__card__image {
    display: block;
    height: auto;
    width: 100%;
}

.ac-double-card__card__bottom {
    padding: 30px 15px 60px;
    text-align: center;
}

.ac-double-card__card__eyebrow {
    margin-bottom: 9px;
}

.ac-double-card__card__name__tag {
    font-size: 30px;
    line-height: 35px;
    margin: 0px;
}

.ac-double-card__card__cta {
    margin-top: 38px;
}

.ac-double-signup {
    overflow: hidden;
}

.ac-double-signup__newsletter {
    position: relative;
}

.ac-double-signup__newsletter .ac-double-signup__caption {
    margin: 0 0 0 auto;
}

.ac-double-signup__newsletter .ac-double-signup__caption__form {
    max-width: 352px;
}

.ac-double-signup__finder {
    background: #333f48;
    position: relative;
}

.ac-double-signup__finder .ac-double-signup__bg::after {
    content: " ";
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.ac-double-signup__container {
    margin: 0 auto;
    position: relative;
    width: calc(100% - 40px);
    z-index: 2;
}

.ac-double-signup__bg {
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.ac-double-signup__bg__image {
    display: block;
    overflow: hidden;
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.ac-double-signup__bg__image__picture {
    display: block;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.ac-double-signup__bg__image__img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.ac-double-signup__caption {
    padding: 80px 0 100px;
    text-align: center;
}

.ac-double-signup__caption__eyebrow {
    margin-bottom: 9px;
}

.ac-double-signup__caption__heading {
    margin-bottom: 38px;
    min-height: 70px;
}

.ac-double-signup__caption__form {
    margin: 0 auto;
    max-width: 400px;
}


/* Explore Products Small */

.ac-explore-products {
    padding: 40px 10px 10px;
}

.ac-explore-products__container {
    margin: 0 auto;
    width: calc(100% - 20px);
}

.ac-explore-products__title-block {
    text-align: center;
}

.ac-explore-products__title-block__eyebrow {
    margin-bottom: 12px;
}

.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;
}


/* MEDIUM ------------------------------------------------------> */


/* Large ------------------------------------------------------> */


/* XL ------------------------------------------------------> */


/* XL ------------------------------------------------------> */

.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;
}


/* Image w/ Text Small */

.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: 0 0 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__picture {
    display: block;
}

.ac-image-w-text__image__image-wrap__img {
    display: block;
    height: auto;
    width: 100%;
}


/* Quicklinks Small */

.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 ------------------------------------------------------> */


/* Large ------------------------------------------------------> */


/* XL ------------------------------------------------------> */

.ac-image-w-text-solid-bg {
    position: relative;
}

.ac-image-w-text-solid-bg__container {
    margin: 0 auto;
    width: calc(100% - 20px);
}

.ac-image-w-text-solid-bg__caption {
    padding: 40px 40px 45px;
    text-align: left;
}

.ac-image-w-text-solid-bg__caption__inner {
    margin: 0 auto 0 0;
    width: 100%;
}

.ac-image-w-text-solid-bg__caption__eyebrow {
    margin-bottom: 9px;
}

.ac-image-w-text-solid-bg__caption__heading {
    margin: 0 0 25px;
    color: #fff;
}

.ac-image-w-text-solid-bg__caption__desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 27px;
}

.ac-image-w-text-solid-bg__caption__buttons {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: -10px -9px;
}

.ac-image-w-text-solid-bg__caption__button {
    flex: 0 0 auto;
    margin: 10px 9px;
}

.ac-image-w-text-solid-bg__image {
    display: block;
    position: relative;
}

.ac-image-w-text-solid-bg__image__image-wrap {
    position: relative;
}

.ac-image-w-text-solid-bg__image__image-wrap__picture {
    display: block;
}

.ac-image-w-text-solid-bg__image__image-wrap__img {
    display: block;
    height: auto;
    width: 100%;
}

.ac-image-w-text-solid-bg__image__image-wrap__video {
    display: block;
    height: auto;
    width: 100%;
}

.ac-image-w-text-solid-bg--olive .ac-image-w-text-solid-bg__container {
    background: #333f48;
}

.ac-image-w-text-solid-bg--olive .ac-image-w-text-solid-bg__caption__eyebrow,
.ac-image-w-text-solid-bg--olive .ac-image-w-text-solid-bg__caption__desc {
    color: #fff;
}

.ac-marry-me a:hover,
.ac-marry-me a:focus {
    outline: 0px !important;
    text-decoration: none !important;
}

.ac-mm-bg-grey {
    background: #f6f6f6;
}

.ac-mm-img-zoom {
    display: block;
    overflow: hidden;
    position: relative;
}

.ac-mm-img-zoom img {
    transform: scale(1);
    transition: transform 0.3s ease;
}

.ac-mm-img-rise {
    display: block;
    position: relative;
}

.ac-mm-img-rise img {
    transform: translateY(0px);
    transition: transform 0.15s ease;
}

.ac-mm-bg-light-grey {
    background: #fafafa;
}

.ac-mm-bg-navy {
    background: #333F48;
}

.ac-mm-container {
    margin: 0 auto;
    max-width: 1340px;
    width: calc(100% - 20px);
}

.ac-mm-eyebrow {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
}

.ac-eyebrow--grey {
    color: #A2AAAD;
}

.ac-mm-heading {
    color: #373737;
    font-family: Sentinel A, Sentinel B, Georgia, serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 48px;
}

.ac-mm-heading--white {
    color: #fff;
}

.ac-mm-wysiwyg {
    color: #373737;
}

.ac-mm-wysiwyg p {
    color: #373737;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

.ac-mm-wysiwyg p:not(:first-child) {
    margin-top: 15px;
}

.ac-mm-button {
    background: #372643;
    border: 1px solid #372643;
    border-radius: 0px;
    box-sizing: content-box;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    padding: 15px 34px 15px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.ac-mm-button--peach {
    background: #BA846F;
    border: 1px solid #BA846F;
    text-decoration: none !important;
}

.ac-mm-button--white {
    background: #fff;
    color: #333F48 !important;
    text-decoration: none !important;
}

.ac-mm-button-link {
    border-bottom: 2px solid #333F48;
    box-sizing: content-box;
    color: #333F48;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.6px;
    line-height: 30px;
    padding: 0 0 2px;
    text-transform: uppercase;
}

.ac-mm-button-link--white {
    border-color: #fff;
    color: #fff !important;
    text-decoration: none !important;
}


/*------------------------------------------------------> */


/*------------------------------------------------------> */


/*------------------------------------------------------> */


/* Modal Code */

.c-modal {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 0px;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    transition: all 0.0001s linear 0.21667s, opacity 0.2s linear 0s;
    top: 0;
    width: 100%;
    z-index: 9000;
}

.c-modal__overlay {
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 100%;
}

.c-modal__content {
    box-sizing: border-box;
    flex: 0 0 auto;
    opacity: 0;
    position: relative;
    transition: all 0.0001s linear 0.21667s;
    top: 100px;
    width: 100%;
    z-index: 9001;
}

.c-modal__content__container {
    box-sizing: border-box;
    min-height: 20px;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    padding: 0 30px;
    position: relative;
}

.c-modal__content__article {
    height: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    z-index: 9010;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.c-modal__content__article::-webkit-scrollbar {
    display: none;
}

.c-modal__content__article iframe {
    height: 100% !important;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100% !important;
}

.c-modal__content__close {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 3px;
    top: 0px;
    width: 20px;
    z-index: 9100;
}

.c-modal.is-open {
    height: 100%;
    opacity: 1;
    transition: none;
}

.c-modal.is-open .c-modal__content {
    opacity: 1;
    top: 0px;
    transition: opacity 0.3s linear 0.001s, top 0.45s ease-out 0.001s;
}


/*------------------------------------------------------> */


/*------------------------------------------------------> */


/*------------------------------------------------------> */

.ac-mm-hero {
    display: block;
    height: 493px;
    position: relative;
}

.ac-mm-hero__bg {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
}

.ac-mm-hero__bg__picture {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    width: 100%;
}

.ac-mm-hero__bg__img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    width: 100%;
}

.ac-mm-hero__cast {
    display: block;
    height: auto;
    left: 50%;
    margin-left: -157px;
    position: absolute;
    top: 25px;
    width: 315px;
    z-index: 1;
}

.ac-mm-hero__copyright {
    bottom: 10px;
    color: #000;
    display: block;
    font-size: 7px;
    left: 13px;
    line-height: 1em;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.ac-mm-hero__container {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    padding: 0 13px;
    position: relative;
    z-index: 2;
    width: auto;
}

.ac-mm-hero__caption {
    padding: 0 0 63px;
    width: 100%;
}

.ac-mm-hero__caption__logo {
    display: block;
    height: auto;
    margin: 0 auto 31px;
    width: 255px;
}

.ac-mm-hero__caption__peacock {
    background: #BA846F;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: auto;
    line-height: 17px;
    margin: 0 auto 0px;
    padding: 8px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
    vertical-align: middle;
}

.ac-mm-hero__caption__peacock img {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: 52px;
}

.ac-mm-hero__caption__play {
    cursor: pointer;
    display: block;
    height: auto;
    left: 50%;
    margin-left: -27px;
    position: absolute;
    width: 54px;
    top: 120px;
}

.ac-mm-hero__caption__play img {
    display: block;
    height: auto;
    width: 100%;
}


/* MEDIUM ------------------------------------------------------> */


/* Large ------------------------------------------------------> */


/* XL ------------------------------------------------------> */


/* XXL ------------------------------------------------------> */


/*------------------------------------------------------> */


/*------------------------------------------------------> */


/*------------------------------------------------------> */

.ac-mm-nav {
    background: #372643;
    display: block;
    height: 80px;
    position: relative;
    z-index: 5;
}

.ac-mm-nav__link-style {
    color: #fff !important;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2.25px;
}

.ac-mm-nav__bg {
    bottom: 0px;
    display: block;
    height: 80px;
    left: calc(50% + 37px);
    position: absolute;
    top: 0px;
    width: 100vw;
    z-index: 6;
}

.ac-mm-nav__bg__picture {
    display: block;
    height: 100%;
    position: absolute;
    width: auto;
}

.ac-mm-nav__bg__img {
    display: block;
    height: 100%;
    position: absolute;
    width: auto;
}

.ac-mm-nav__container {
    box-sizing: border-box;
    display: none;
    height: 100%;
    overflow-x: scroll;
    padding: 0 0px;
    position: relative;
    width: 100%;
}

.ac-mm-nav__container::-webkit-scrollbar {
    display: none;
}

.ac-mm-nav__container__overflow {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    left: 25px;
    min-width: calc(100% - 50px);
    position: absolute;
    top: 0px;
    width: auto;
}

.ac-mm-nav__flex {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    height: 100%;
    position: relative;
    z-index: 7;
    white-space: nowrap;
    width: auto;
}

.ac-mm-nav__flex__item {
    margin: 0 25px;
}

.ac-mm-nav__flex__item__link {
    white-space: nowrap;
}

.ac-mm-nav__accordion {
    position: relative;
    z-index: 7;
}

.ac-mm-nav__accordion__toggle {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.ac-mm-nav__accordion__toggle::after {
    background: #CD927B;
    content: " ";
    display: block;
    height: 9px;
    left: calc(50% - 21px);
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 42px;
}

.ac-mm-nav__accordion__title {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 22px;
}

.ac-mm-nav__accordion__title__current {
    display: block;
    margin-right: 8px;
}

.ac-mm-nav__accordion__title__caret {
    transform: rotate(180deg) translateY(0px);
    transform-origin: 50% 50%;
    transition: transform 0.4s ease;
}

.ac-mm-nav__accordion.is-active .ac-mm-nav__accordion__title__caret {
    transform: rotate(0deg) translateY(-2px);
}

.ac-mm-nav__accordion__menu {
    background: #372643;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.21);
    height: auto;
    left: 0px;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s ease 0s, max-height 0.00001s linear 0.33s;
    position: absolute;
    top: 100%;
    width: 100%;
}

.ac-mm-nav__accordion.is-active .ac-mm-nav__accordion__menu {
    max-height: 3000px;
    opacity: 1;
    transition: opacity 0.3s ease 0s, max-height 5s linear 0s;
}

.ac-mm-nav__accordion__menu__item {
    padding: 15px 0;
    text-align: center;
}

.ac-mm-nav__accordion__menu__item.is-active {
    display: none;
}

.ac-mm-nav__accordion__menu__item:first-child {
    padding-top: 30px;
}

.ac-mm-nav__accordion__menu__item:last-child {
    padding-bottom: 30px;
}


/* MEDIUM ------------------------------------------------------> */


/* Large ------------------------------------------------------> */


/* XL ------------------------------------------------------> */


/* XXL ------------------------------------------------------> */


/*------------------------------------------------------> */


/*------------------------------------------------------> */


/*------------------------------------------------------> */

.ac-mm-description {
    background: #fff;
    overflow: hidden;
    padding: 60px 0 90px;
    position: relative;
}

.ac-mm-description__bg {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.ac-mm-description__bg__picture,
.ac-mm-description__bg__img {
    display: block;
    height: auto;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.ac-mm-description__container {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 60px);
    z-index: 2;
}

.ac-mm-description__caption__heading {
    margin-top: 15px;
}

.ac-mm-description__caption__desc {
    margin-top: 20px;
}

.ac-mm-description__caption__button {
    margin-top: 20px;
}

.ac-mm-description__images {
    display: block;
    margin-top: 38px;
}

.ac-mm-description__image {
    /* Base of 260 @ 375px */
    display: block;
    margin: 0 auto 0 0;
    max-width: 524px;
    position: relative;
    width: calc(100% - 55px);
}

.ac-mm-description__image__flourish {
    border: 3px solid #CD927B;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.11);
    box-sizing: content-box;
    display: block;
    height: 40px;
    left: 0px;
    margin: 0 auto 0 0;
    pointer-events: none;
    position: absolute;
    top: 0px;
    transform: rotate(-45deg);
    transform-origin: left top;
    width: 40px;
}

.ac-mm-description__image--image-2 {
    margin: 34px 0 0 auto;
}

.ac-mm-description__image__flourish--1 {
    left: 14px;
    top: 236px;
}

.ac-mm-description__image__flourish--2 {
    height: 94px;
    left: -60px;
    top: 200px;
    width: 94px;
}

.ac-mm-description__image__flourish--3 {
    height: 90px;
    left: 170px;
    top: 17px;
    width: 90px;
}

.ac-mm-description__image__flourish--4 {
    display: none;
}

.ac-mm-description__image__image-wrap {
    position: relative;
}

.ac-mm-description__image__picture {
    display: block;
}

.ac-mm-description__image__img {
    display: block;
}


/* MEDIUM ------------------------------------------------------> */


/* Large ------------------------------------------------------> */


/* XL ------------------------------------------------------> */


/*------------------------------------------------------> */


/*------------------------------------------------------> */


/*------------------------------------------------------> */

.ac-mm-recipes {
    overflow: hidden;
    padding: 90px 0 90px;
    position: relative;
}

.ac-mm-recipes__bg {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.ac-mm-recipes__bg__picture,
.ac-mm-recipes__bg__img {
    display: block;
    height: 100%;
    left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% top;
    object-position: 50% top;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.ac-mm-recipes__container {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 40px);
    z-index: 2;
}

.ac-mm-recipes__eyebrow {
    text-align: center;
}

.ac-mm-recipes__title {
    font-size: 40px;
    line-height: 48px;
    margin: 15px 0 5px;
    text-align: center;
}

.ac-mm-recipes__slide__container {
    margin: 0 -30px;
    position: relative;
}

.ac-mm-recipes__slides {
    height: 544px;
    margin: 0 auto !important;
    max-width: 405px;
    position: relative;
    width: 100%;
}

.ac-mm-recipes__slide {
    background: #BA846F;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.15);
    color: #fff;
    height: 484px;
    margin: 30px 30px;
}

.ac-mm-recipes__dots {
    left: 0px;
    position: absolute;
    right: 0px;
    top: 100%;
}

.ac-mm-recipes__dots ul {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 0px;
    position: static;
    margin: 0px;
    text-align: center;
}

.ac-mm-recipes__dots li {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 100% 100%;
    box-sizing: border-box;
    display: block;
    height: 20px;
    list-style-type: none;
    margin: 0 10px;
    overflow: hidden;
    padding: 0px;
    width: 20px;
}

.ac-mm-recipes__dots li button {
    height: 100%;
    left: 0px;
    opacity: 0px;
    top: 0px;
    width: 100%;
}

.ac-mm-recipes__dots li::after {
    background: #372643;
    border-radius: 100% 100%;
    content: " ";
    display: block;
    height: 12px;
    left: 3px;
    overflow: hidden;
    position: absolute;
    top: 3px;
    width: 12px;
}

.ac-mm-recipes__dots li.slick-active {
    border-color: #372643 !important;
}

.ac-mm-recipes__card {
    color: #fff !important;
    display: block;
    text-decoration: none !important;
}

.ac-mm-recipes__card__img {
    display: block;
    height: 313px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
}

.ac-mm-recipes__card__title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin: 31px 25px 10px;
}

.ac-mm-recipes__card__details {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    height: 16px;
    margin: 0 25px 22px 9px;
}

.ac-mm-recipes__card__details__img {
    display: block;
    height: 16px;
    margin-left: 16px;
    margin-right: 7px;
    width: auto;
}

.ac-mm-recipes__card__details__text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ac-mm-recipes__card__link {
    margin: 0 0 0 25px;
}


/* MEDIUM ------------------------------------------------------> */


/* Large ------------------------------------------------------> */


/* XL ------------------------------------------------------> */


/*------------------------------------------------------> */


/*------------------------------------------------------> */


/*------------------------------------------------------> */

.ac-mm-bundle {
    overflow: hidden;
    padding: 0px 0 60px;
    position: relative;
}

.ac-mm-bundle__bg {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.ac-mm-bundle__bg__picture,
.ac-mm-bundle__bg__img {
    display: block;
    height: 331px;
    left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.ac-mm-bundle__container {
    padding-top: 305px;
    position: relative;
    margin: 0 auto 0;
    width: calc(100% - 50px);
    z-index: 2;
}

.ac-mm-bundle__title {
    margin-top: 15px;
}

.ac-mm-bundle__desc {
    margin-top: 15px;
}

.ac-mm-bundle__button {
    margin-top: 30px;
}


/* MEDIUM ------------------------------------------------------> */


/* Large ------------------------------------------------------> */


/* XL ------------------------------------------------------> */

.ac-mm-win {
    display: block;
    padding: 0 0 40px;
    overflow: hidden;
}

.ac-mm-win__container {
    background: #372643;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
    color: #fff;
    padding: 60px 30px 390px;
    position: relative;
    width: 100%;
}

.ac-mm-win__container__image {
    bottom: 0px;
    display: block;
    height: 180px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.ac-mm-win__container__image__picture,
.ac-mm-win__container__image__img {
    bottom: 0px;
    display: block;
    height: 100%;
    left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% top;
    object-position: 50% top;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.ac-mm-win__container__blenders {
    bottom: 20px;
    display: block;
    height: auto;
    left: 50%;
    max-width: 375px;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
}

.ac-mm-win__container__rewards {
    bottom: 290px;
    display: block;
    height: auto;
    left: 50%;
    position: absolute;
    width: 159px;
    z-index: 2;
}

.ac-mm-win__caption {
    position: relative;
    z-index: 3;
}

.ac-mm-win__caption__eyebrow {
    color: #fff !important;
}

.ac-mm-win__caption__heading {
    color: #fff !important;
    font-size: 28px;
    line-height: 38px;
    margin: 8px 0 17px;
}

.ac-mm-win__caption__desc p {
    color: #fff !important;
}

.ac-mm-win__caption__button {
    margin-top: 30px;
}


/* MEDIUM ------------------------------------------------------> */


/* Large ------------------------------------------------------> */


/* XL ------------------------------------------------------> */


/*------------------------------------------------------> */


/*------------------------------------------------------> */


/*------------------------------------------------------> */

.ac-mm-rewards {
    padding: 0 0 86px;
}

.ac-mm-rewards__container {
    margin: 0 auto;
    max-width: 335px;
    width: calc(100% - 40px);
}

.ac-mm-rewards__left-image {
    display: block;
    margin: 0 0 30px;
}

.ac-mm-rewards__left-image__img {
    display: block;
    height: auto;
    width: 100%;
}

.ac-mm-rewards__right-card {
    background: #372643;
    display: block;
    color: #fff !important;
    padding: 30px 30px 40px;
}

.ac-mm-rewards__right-card__img {
    display: block;
    height: auto;
    width: 100%;
}

.ac-mm-rewards__right-card__caption {
    padding-top: 30px;
    position: relative;
}

.c-mm-rewards__right-card__caption__play {
    height: auto;
    right: 0px;
    position: absolute;
    top: 35px;
    width: 35px;
}

.ac-mm-rewards__right-card__caption__heading {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.ac-mm-rewards__right-card__caption__eyebrow {
    color: #fff;
    margin: 17px 0 20px;
}

.ac-mm-rewards__right-card__caption__desc p {
    color: #fff;
}


/* MEDIUM ------------------------------------------------------> */


/* Large ------------------------------------------------------> */


/* XL ------------------------------------------------------> */

.ac-possibilities-nav {
    padding: 36px 0px 86px;
}

.ac-possibilities-nav__container {
    margin: 0 auto;
    max-width: 1340px;
    position: relative;
    width: 100%;
}

.ac-possibilities-nav__expand {
    top: calc(100% + 28px);
    left: 50%;
    margin-left: -100px;
    position: absolute;
    text-align: center;
    width: 200px;
}

.ac-possibilities-nav__expand__text {
    color: #a2aaad;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.75px;
    line-height: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.ac-possibilities-nav__expand__button {
    margin: 0px;
}

.ac-possibilities-nav__categories {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    max-width: 375px;
    justify-content: center;
    width: 100%;
}

.ac-possibilities-nav__category {
    flex: 0 0 50%;
}

.ac-possibilities-nav__toggle {
    cursor: pointer;
    display: block;
    margin: 0 auto 35px;
    text-decoration: none !important;
    width: 100%;
}

.ac-possibilities-nav__toggle__image {
    border: 2px solid #fff;
    border-radius: 100% 100%;
    display: block;
    margin: 0 auto;
    height: 76px;
    width: 76px;
}

.ac-possibilities-nav__toggle__name {
    align-items: flex-start;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    line-height: 18px;
    margin-top: 9px;
    text-align: center;
}

.ac-product-focus-hero {
    background: #111518;
    color: #fff;
    height: 0px;
    overflow: hidden;
    padding-bottom: 106.6666666667%;
    position: relative;
    width: 100%;
}

.ac-product-focus-hero__backdrop {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.ac-product-focus-hero__papa-bernard {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    display: none;
}

.ac-product-focus-hero__100-years {
    bottom: 100px;
    display: block;
    height: 74px;
    right: 30px;
    position: absolute;
    width: 74px;
}

.ac-product-focus-hero__diagram {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.ac-product-focus-hero__diagram__overflow {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    align-items: stretch;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.ac-product-focus-hero__diagram__alignment {
    flex: 0 0 auto;
    height: 100%;
    position: relative;
}

.ac-product-focus-hero__diagram__alignment__picture {
    display: block;
    height: 100%;
    position: relative;
    width: auto;
}

.ac-product-focus-hero__diagram__alignment__img {
    display: block;
    height: 100%;
    position: relative;
    width: auto;
}

.ac-product-focus-hero__diagram__alignment__inner {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.ac-product-focus-hero__diagram__loader {
    align-items: center;
    display: flex;
    height: 100%;
    flex-flow: row wrap;
    justify-content: center;
    left: 0;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.4s ease 0.3s;
    top: 0;
    width: 100%;
    z-index: 40;
}

.ac-product-focus-hero__diagram__loader__spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 108px;
    overflow: hidden;
    position: relative;
    top: 30px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: all 0.1ms linear 0.55s;
    width: 108px;
}

.ac-product-focus-hero__diagram__loader__spinner__svg {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.ac-product-focus-hero__diagram__loader__spinner__path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke: #fff;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

.ac-product-focus-hero__diagram__positioner {
    height: 100%;
    opacity: 0;
    position: relative;
    transform: translate(0%, 3%) scale(0.1);
    transform-origin: 50% 50%;
    transition: opacity 0.3s ease;
}

.ac-product-focus-hero__diagram__knockout {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.35s ease;
}

.ac-product-focus-hero__diagram__knockout__picture {
    display: block;
}

.ac-product-focus-hero__diagram__knockout__img {
    display: block;
    height: auto;
    max-width: none;
    width: auto;
}

.ac-product-focus-hero__diagram__knockout.is-active {
    opacity: 1;
}

.ac-product-focus-hero__content {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.ac-product-focus-hero__container {
    height: 100%;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    width: calc(100% - 100px);
}

.ac-product-focus-hero__container.is-at-starting-position .ac-product-focus-hero__starting-caption {
    opacity: 1;
    visibility: visible;
    max-height: 2000px;
}

.ac-product-focus-hero__container.is-at-starting-position .ac-product-focus-hero__slider {
    max-height: 0px;
    opacity: 0;
    visibility: hidden;
}

.ac-product-focus-hero__container.is-at-first-slide .ac-product-focus-hero__slider__nav__prev {
    opacity: 0.25;
}

.ac-product-focus-hero__container.is-at-last-slide .ac-product-focus-hero__slider__nav__next {
    opacity: 0.25;
}

.ac-product-focus-hero__starting-caption {
    opacity: 0;
    overflow: hidden;
    max-height: 0px;
    transition: opacity 0.3s ease 0s, visibility 0.0001s ease 0.3s, max-height 0.0001s ease 0.3s;
    visibility: hidden;
}

.ac-product-focus-hero__starting-caption__inner {
    padding-top: 9.3333333333%;
}

.ac-product-focus-hero__starting-caption__title {
    margin: 0px;
}

.ac-product-focus-hero__starting-caption__eyebrow {
    margin-top: 15px;
}

.ac-product-focus-hero__starting-caption__button {
    margin-top: 17px;
}

.ac-product-focus-hero__starting-caption__button[disabled] {
    opacity: 0.5;
}

.ac-product-focus-hero__slider {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin: 0 -20px;
    max-height: 2000px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease 0.4s, visibility 0.0001s ease 0.3s, max-height 0.0001s ease 0.3s;
}

.ac-product-focus-hero__slider__inner {
    background: rgba(0, 0, 0, 0.5);
    box-sizing: content-box;
    flex: 0 0 100%;
    height: auto;
    margin: 0 0 60px;
    max-width: 400px;
    padding: 20px;
    position: relative;
}

.ac-product-focus-hero__slider__indicator-line {
    background-color: #c8102e;
    display: block;
    height: 50px;
    left: calc(50% - 1px);
    top: -35px;
    position: absolute;
    width: 2px;
}

.ac-product-focus-hero__slider__eyebrow {
    margin-bottom: 10px;
}

.ac-product-focus-hero__slider__nav {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.ac-product-focus-hero__slider__nav__prev {
    margin-right: 18px;
    transition: all 0.3s ease;
}

.ac-product-focus-hero__slider__nav__next {
    margin-right: 18px;
    transition: all 0.3s ease;
}

.ac-product-focus-hero__slider__nav__more {
    background-color: transparent;
}

.ac-product-focus-hero__slide {
    opacity: 0;
    max-height: 0px;
    position: relative;
    transition: opacity 0.3s ease 0s, visibility 0.0001s ease 0.3s, max-height 0.0001s ease 0.3s;
    visibility: hidden;
}

.ac-product-focus-hero__slide__title {
    margin: 0 0 25px;
}

.ac-product-focus-hero__slide__desc {
    display: none;
    font-size: 16px;
    line-height: 38px;
    margin-top: 19px;
    padding-bottom: 20px;
}

.ac-product-focus-hero__slide__desc p {
    margin: 0px;
}

.ac-product-focus-hero__slide.is-active {
    max-height: 2000px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease 0.4s, visibility 0.0001s ease 0.3s, max-height 0.0001s ease 0.3s;
}

.ac-product-focus-hero.is-ready .ac-product-focus-hero__diagram__loader {
    opacity: 0;
}

.ac-product-focus-hero.is-ready .ac-product-focus-hero__diagram__positioner {
    opacity: 1;
}

.ac-product-focus-hero.is-initialized .ac-product-focus-hero__papa-bernard {
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

.ac-product-focus-hero.is-initialized .ac-product-focus-hero__100-years {
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

.ac-product-focus-hero.is-initialized .ac-product-focus-hero__diagram__positioner {
    transition: transform 2s ease;
}

.ac-recipe-cards__container {
    padding: 0 10px;
}

.ac-recipe-cards__card {
    background-color: #FAFAFA;
    display: flex;
    margin-bottom: 20px;
    padding: 11px 41px 26px 10px;
}

.ac-recipe-cards__card-left {
    position: relative;
}

.ac-recipe-cards__card-image-area {
    height: 115px;
    position: relative;
    width: 115px;
}

.ac-recipe-cards__card-image {
    border-radius: 3px;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
}

.ac-recipe-cards__card-image-icon {
    display: none;
}

.ac-recipe-cards__card-right {
    padding: 13px 0 0 26px;
    position: relative;
}

.ac-recipe-cards__card-eyebrow {
    color: #C8102E;
    font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 15px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.ac-recipe-cards__card-headline {
    font-family: Sentinel A, Sentinel B, Georgia, serif;
    font-size: 20px;
    letter-spacing: 0.29px;
    line-height: 26px;
    color: #333F48;
    margin-bottom: 12px;
}

.ac-recipe-cards__card-info-container {
    display: flex;
}

.ac-recipe-cards__card-info {
    align-content: center;
    align-items: center;
    display: flex;
}

.ac-recipe-cards__card-info:first-child {
    padding-right: 20px;
}

.ac-recipe-cards__card-info--difficulty .ac-recipe-cards__card-info-icon {
    height: auto;
    width: 22px;
}

.ac-recipe-cards__card-info--difficulty .ac-recipe-cards__card-info-text {
    padding-top: 3px;
}

.ac-recipe-cards__card-info--time .ac-recipe-cards__card-info-icon {
    height: auto;
    width: 20px;
}

.ac-recipe-cards__card-info--time .ac-recipe-cards__card-info-text {
    padding-top: 5px;
}

.ac-recipe-cards__card-info-icon {
    height: auto;
    margin-right: 10px;
    width: 21px;
}

.ac-recipe-cards__card-info-text {
    color: #333F48;
    font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.ac-recipe-cards__card-link {
    border-bottom: 1px solid #333F48;
    color: #333F48;
    display: inline-block;
    font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 14px auto 0 0;
    padding: 0 0 4px;
    width: auto;
}

.ac-recipe-cards__card-link:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

.ac-simple-3-grid {
    overflow: hidden;
    padding: 50px 0px 40px;
}

.ac-simple-3-grid__container {
    margin: 0 auto;
    max-width: 1340px;
    position: relative;
    width: calc(100% - 30px);
}

.ac-simple-3-grid__caption {
    margin: 0px 0 0;
    padding: 0 10px;
    text-align: center;
}

.ac-simple-3-grid__caption__eyebrow {
    margin-bottom: 9px;
}

.ac-simple-3-grid__caption__heading {
    margin-bottom: 25px;
}

.ac-simple-3-grid__caption__desc {
    font-size: 16px;
    line-height: 26px;
}

.ac-simple-3-grid__flex {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 80px 0 0 -28px;
    width: calc(100% + 28px);
}

.ac-simple-3-grid__flex__item {
    box-sizing: content-box;
    flex: 0 0 calc(50% - 28px);
    margin-bottom: 20px;
    margin-left: 28px;
}

.ac-simple-3-grid__card {
    display: block;
    text-decoration: none !important;
}

.ac-simple-3-grid__card__image {
    display: block;
    height: auto;
    width: 100%;
}

.ac-simple-3-grid__card__name {
    align-items: center;
    display: flex;
    padding: 1px 10px;
}

.ac-simple-3-grid__card__name__tag {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
}

.ac-simple-captioned-hero {
    position: relative;
}

.ac-simple-captioned-hero__bg {
    height: 280px;
    min-height: 280px;
    left: 0px;
    top: 0px;
    width: 100%;
    position: relative;
}

.ac-simple-captioned-hero__bg__image {
    display: block;
    overflow: hidden;
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.ac-simple-captioned-hero__bg__image__picture {
    display: block;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.ac-simple-captioned-hero__bg__image__img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.ac-simple-captioned-hero__container {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    height: auto;
    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-simple-captioned-hero__caption {
    display: block;
    flex: 1 1 20px;
    text-align: center;
}

.ac-simple-captioned-hero__caption__eyebrow {
    color: #333f48;
    margin-bottom: 9px;
}

.ac-simple-captioned-hero__caption__heading {
    margin-bottom: 34px;
}

.ac-simple-captioned-hero__caption__desc {
    color: #333f48;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.ac-speed-control-diagram {
    overflow: hidden;
    padding: 60px 0 32px;
}

.ac-speed-control-diagram__container {
    margin: 0 auto;
    max-width: 1240px;
    position: relative;
    width: calc(100% - 60px);
}

.ac-speed-control-diagram__caption {
    text-align: center;
}

.ac-speed-control-diagram__caption__eyebrow {
    margin-bottom: 9px;
}

.ac-speed-control-diagram__caption__heading {
    margin-bottom: 25px;
}

.ac-speed-control-diagram__caption__desc {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.ac-speed-control-diagram__diagram {
    padding: 130px 0 0;
    position: relative;
    text-align: center;
}

.ac-speed-control-diagram__diagram__img {
    display: block;
    height: auto;
    margin: 0 auto 130px;
    width: 250px;
}

.ac-speed-control-diagram__diagram__disclaimer {
    color: #a2aaad;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 170px;
    position: relative;
}

.ac-speed-control-diagram__diagram__top-caption {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    position: absolute;
    right: calc(50% - 8px);
    text-align: left;
    top: 45px;
    width: 140px;
}

.ac-speed-control-diagram__diagram__top-caption::after {
    background-color: #c8102e;
    content: " ";
    display: block;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 11px;
    width: 2px;
}

.ac-speed-control-diagram__diagram__bottom-caption {
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: calc(50% + 8px);
    line-height: 30px;
    text-align: left;
    top: 428px;
    width: 140px;
}

.ac-speed-control-diagram__diagram__bottom-caption::after {
    background-color: #c8102e;
    content: " ";
    display: block;
    height: 40px;
    left: -25px;
    overflow: hidden;
    position: absolute;
    top: -13px;
    width: 2px;
}

.ac-speed-control-diagram__diagram__caption-title {
    color: #fff;
    font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.ac-speed-control-diagram__diagram__caption-desc {
    color: #fff;
    display: none;
    font-size: 16px;
    left: 0px;
    line-height: 26px;
    top: calc(100% + 12px);
    position: absolute;
}

.ac-video-caption-carousel__bg {
    height: 200px;
    position: relative;
}

.ac-video-caption-carousel__bg::after {
    background: linear-gradient(to bottom, rgba(51, 63, 72, 0), rgba(51, 63, 72, 0.5));
    bottom: 0px;
    content: " ";
    display: block;
    height: 163px;
    left: 0px;
    position: absolute;
    z-index: 3;
    width: 100%;
}

.ac-video-caption-carousel__bg__image {
    display: block;
    overflow: hidden;
    position: absolute;
    height: 100%;
    left: 0px;
    opacity: 0;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.ac-video-caption-carousel__bg__image.is-active {
    opacity: 1;
    transition: opacity 0.3s ease 0.08s;
    z-index: 2;
}

.ac-video-caption-carousel__bg__image__picture {
    display: block;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.ac-video-caption-carousel__bg__image__img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.ac-video-caption-carousel__bg__container {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
    height: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 20px 0;
    position: relative;
    width: calc(100% - 60px);
    z-index: 5;
}

.ac-video-caption-carousel__bg__title {
    margin: 0px;
}

.ac-video-caption-carousel__bg__timer {
    height: 5px;
    left: 0px;
    position: absolute;
    top: 100%;
    width: 50%;
}

.ac-video-caption-carousel__bg__timer__bar {
    background: #c8102e;
    height: 100% !important;
    width: 25%;
}

.ac-video-caption-carousel__prevnext {
    z-index: 10;
}

.ac-video-caption-carousel__prevnext__container {
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    width: calc(100% - 40px);
}

.ac-video-caption-carousel__prevnext__prev {
    left: 0px;
    position: absolute;
    top: 32px;
    z-index: 5;
}

.ac-video-caption-carousel__prevnext__next {
    position: absolute;
    right: 0px;
    top: 32px;
    z-index: 5;
}

.ac-video-caption-carousel__carousel {
    overflow: hidden;
    padding: 0px 0 75px;
}

.ac-video-caption-carousel__carousel__container {
    margin: 0 auto;
    max-width: 1340px;
    padding: 26px 0 0;
    position: relative;
    width: calc(100% - 40px);
}

.ac-video-caption-carousel__carousel__caption-area__counter {
    text-align: center;
}

.ac-video-caption-carousel__carousel__caption-area__counter__text {
    color: #a2aaad;
    font-size: 30px !important;
    line-height: 50px;
}

.ac-video-caption-carousel__carousel__caption-area__captions {
    overflow: hidden;
    position: relative;
}

.ac-video-caption-carousel__carousel__bottom-boxes {
    border-top: 1px solid #43545f;
    margin: 45px -40px 0 0;
    padding: 45px 20px 0;
}

.ac-video-caption-carousel__carousel__bottom-boxes__flex {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.ac-video-caption-carousel__carousel__bottom-boxes__flex.slick-initialized .ac-video-caption-carousel__carousel__bottom-box {
    opacity: 0.35;
    transition: opacity 0.3s ease;
}

.ac-video-caption-carousel__carousel__bottom-boxes__flex.slick-initialized .ac-video-caption-carousel__carousel__bottom-box.slick-active {
    opacity: 1;
}

.ac-video-caption-carousel__carousel__bottom-box {
    flex: 0 0 auto;
    margin: 0 32px 0 0;
    text-decoration: none !important;
    width: 210px;
}

.ac-video-caption-carousel__carousel__bottom-box__image {
    display: block;
    height: auto;
    width: 100%;
}

.ac-video-caption-carousel__carousel__bottom-box__name {
    color: #fff;
    font-family: Sentinel A, Sentinel B, Georgia, serif;
    font-size: 18px;
    line-height: 1.3333333333em;
    letter-spacing: 0.0144em;
    margin-top: 18px;
}

.ac-video-caption-carousel__caption {
    height: auto;
    left: 0px;
    opacity: 0;
    top: 0px;
    position: absolute;
    text-align: center;
    transition: opacity 0.3s ease 0s, visibility 0.0001s ease 0.3s, max-height 0.0001s ease 0.3s;
    visibility: hidden;
}

.ac-video-caption-carousel__caption__eyebrow {
    margin-bottom: 9px;
}

.ac-video-caption-carousel__caption__heading {
    margin: 0 0 25px;
}

.ac-video-caption-carousel__caption__desc {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.ac-video-caption-carousel__caption__desc a {
    color: inherit;
    text-decoration: underline;
}

.ac-video-caption-carousel__caption__cta {
    margin-top: 27px;
}

.ac-video-caption-carousel__caption.is-active {
    max-height: 2000px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease 0.4s, visibility 0.0001s ease 0.3s, max-height 0.0001s ease 0.3s;
}

.ac-video-caption-carousel--light .ac-video-caption-carousel__caption__desc {
    color: #333f48;
}

.ac-video-caption-carousel--light .ac-video-caption-carousel__carousel__caption-area__counter__text {
    color: #40596b;
}

.ac-video-expansion-carousel__bg {
    height: 200px;
    position: relative;
}

.ac-video-expansion-carousel__bg::after {
    background: linear-gradient(to bottom, rgba(51, 63, 72, 0), rgba(51, 63, 72, 0.5));
    bottom: 0px;
    content: " ";
    display: block;
    height: 163px;
    left: 0px;
    position: absolute;
    z-index: 3;
    width: 100%;
}

.ac-video-expansion-carousel__bg__image {
    display: block;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.ac-video-expansion-carousel__bg__image.is-active {
    opacity: 1;
    transition: opacity 0.3s ease 0.08s;
    z-index: 2;
}

.ac-video-expansion-carousel__bg__image__picture {
    display: block;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.ac-video-expansion-carousel__bg__image__img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.ac-video-expansion-carousel__bg__container {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
    height: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 20px 0;
    position: relative;
    width: calc(100% - 60px);
    z-index: 5;
}

.ac-video-expansion-carousel__bg__title {
    margin: 0px;
}

.ac-video-expansion-carousel__bg__timer {
    height: 5px;
    left: 0px;
    position: absolute;
    top: 100%;
    width: 50%;
}

.ac-video-expansion-carousel__bg__timer__bar {
    background: #c8102e;
    height: 100% !important;
    width: 25%;
}

.ac-video-expansion-carousel__carousel {
    overflow: hidden;
    padding: 40px 0 50px;
}

.ac-video-expansion-carousel__carousel__container {
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    width: calc(100% - 60px);
}

.ac-video-expansion-carousel__carousel__container__img {
    height: auto;
    left: -20px;
    pointer-events: none;
    position: absolute;
    top: 0px;
    width: 227px;
    z-index: 1;
}

.ac-video-expansion-carousel__carousel__container__flex {
    position: relative;
    z-index: 2;
}

.ac-video-expansion-carousel__main-caption {
    margin-bottom: 52px;
    text-align: center;
}

.ac-video-expansion-carousel__main-caption__eyebrow {
    margin-bottom: 9px;
}

.ac-video-expansion-carousel__main-caption__heading {
    margin: 0 0 25px;
}

.ac-video-expansion-carousel__main-caption__desc {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.ac-video-expansion-carousel__images {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 175px;
}

.ac-video-expansion-carousel__images__inner {
    border-radius: 100% 100%;
    height: 0px;
    left: 0px;
    padding-bottom: 100%;
    position: relative;
    top: 0px;
    width: 100%;
}

.ac-video-expansion-carousel__images__image {
    border-radius: 100% 100%;
    display: block;
    height: 100%;
    left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.0001s linear 0.35s;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.ac-video-expansion-carousel__images__image.is-active {
    opacity: 1;
    transition: opacity 0.3s ease 0.08s;
    z-index: 2;
}

.ac-video-expansion-carousel__images__prev {
    right: calc(100% + 35px);
    top: calc(50% - 20px);
    position: absolute;
}

.ac-video-expansion-carousel__images__prev img {
    max-width: none;
}

.ac-video-expansion-carousel__images__next {
    left: calc(100% + 35px);
    top: calc(50% - 20px);
    position: absolute;
}

.ac-video-expansion-carousel__images__next img {
    max-width: none;
}

.ac-video-expansion-carousel__subcaptions {
    padding-top: 33px;
    text-align: center;
}

.ac-video-expansion-carousel__subcaptions__cta {
    margin-top: 35px;
}

.ac-video-expansion-carousel__subcaption {
    position: relative;
    text-align: center;
}

.ac-video-expansion-carousel__subcaption:not(.is-active) {
    cursor: pointer;
}

.ac-video-expansion-carousel__subcaption__progress {
    background: transparent;
    display: none;
    height: 5px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 0px;
    width: 50px;
}

.ac-video-expansion-carousel__subcaption__progress-bar {
    background-color: #c8102e;
    position: absolute;
}

.ac-video-expansion-carousel__subcaption__title {
    align-items: center;
    color: rgba(162, 170, 173, 0.35);
    display: flex;
    flex-flow: row nowrap;
    font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 25px;
    justify-content: center;
    min-height: 50px;
    line-height: 35px;
    margin: 0px;
    transition: color 0.2s ease;
    width: 100%;
}

.ac-video-expansion-carousel__subcaption__caption {
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s ease 0s, height 0.8s ease;
}

.ac-video-expansion-carousel__subcaption__caption__inner p {
    color: #fff;
    margin: 0px;
}

.ac-video-expansion-carousel__subcaption__caption__inner p:not(:first-child) {
    margin-top: 1em;
}

.ac-video-expansion-carousel__subcaption.is-active .ac-video-expansion-carousel__subcaption__progress {
    display: block;
}

.ac-warranty-text {
    padding: 60px 0 66px;
}

.ac-warranty-text__container {
    margin: 0 auto;
    position: relative;
    width: calc(100% - 40px);
}

.ac-warranty-text__10-years-logo {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 175px;
    width: 100%;
}

.ac-warranty-text__caption {
    margin: 50px 0 0;
    padding: 0 25px;
    text-align: left;
}

.ac-warranty-text__caption__eyebrow {
    margin-bottom: 9px;
}

.ac-warranty-text__caption__heading {
    margin: 0 0 25px;
}

.ac-warranty-text__caption__desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.ac-warranty-text__image {
    display: none;
}

.ac-warranty-text__image__image-wrap__picture {
    display: block;
}

.ac-warranty-text__image__image-wrap__img {
    display: block;
    height: auto;
    width: 100%;
}


/* Quicklinks w/ Heading Small */

.ac-quicklinks-w-heading {
    align-items: stretch;
    display: flex;
    width: 100%;
}

.ac-quicklinks-w-heading__heading {
    align-items: center;
    color: #333f48;
    display: flex;
    flex: 0 0 163px;
    font-size: 16px;
    justify-content: flex-start;
    line-height: 22px;
    padding-left: 15px;
}

.ac-quicklinks-w-heading__links {
    background: #333f48;
    display: flex;
    flex: 1 1 20px;
    flex-flow: row wrap;
    padding: 20px 25px 25px;
}

.ac-quicklinks-w-heading__link {
    color: #fff !important;
    display: block;
    flex: 0 0 100%;
    font-weight: 500;
    text-decoration: none !important;
}

.ac-quicklinks-w-heading__link:not(:first-child) {
    margin-top: 15px;
}

.ac-quicklinks-w-heading__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 ------------------------------------------------------> */


/* Large ------------------------------------------------------> */


/* XL ------------------------------------------------------> */


/* XL ------------------------------------------------------> */

@media only screen and (min-width: 375px) {
    .ac-image-grid__product {
        flex: 0 0 calc(50% + 1px);
    }
}

@media only screen and (min-width: 600px) {
    .ac-product-focus-hero__slider {
        align-items: center;
    }
    .ac-product-focus-hero__slider__inner {
        margin: 160px 0 0;
    }
}

@media screen and (min-width: 768px) {
    .ac-eyebrow--mega {
        font-size: 18px;
    }
    .ac-heading {
        font-size: 35px;
        line-height: 40px;
    }
    .ac-heading--mega {
        font-size: 55px;
        line-height: 65px;
    }
    .ac-container {
        width: calc(100% - 120px);
    }
    .ac-button {
        padding: 17px 36px 15px;
    }
    .ac-button--prev-next {
        padding: 19px 24px 18px;
    }
    .ac-button__prev,
    .ac-button__next {
        width: 14px;
    }
    .ac-button--expand {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ac-button-link {
        font-size: 16px;
    }
    .ac-input {
        padding-bottom: 14px;
        padding-top: 14px;
    }
    .ac-bubble-carousel {
        padding: 0 20px;
    }
    .ac-bubble-carousel__content {
        padding: 48px 40px 5px;
        text-align: left;
    }
    .ac-bubble-carousel__content__top-link {
        display: block;
        right: 46px;
        position: absolute;
        top: 38px;
    }
    .ac-bubble-carousel__eyebrow {
        margin-bottom: 11px;
        text-align: left;
    }
    .ac-bubble-carousel__images {
        height: 380px;
    }
    .ac-bubble-carousel__image__button {
        display: block;
    }
    .ac-bubble-carousel__title {
        margin: 0 auto 30px 0;
        max-width: 375px;
        text-align: left;
    }
    .ac-bubble-carousel__title.ac-heading {
        line-height: 44px;
    }
    .ac-bubble-carousel__categories {
        margin: 0 -20px;
        max-width: none;
        width: calc(100% + 40px);
    }
    .ac-bubble-carousel__category {
        flex: 0 0 25%;
    }
    .ac-bubble-carousel__toggle {
        width: 110px;
        text-decoration: none !important;
    }
    .ac-bubble-carousel__toggle__image {
        height: 110px;
        width: 110px;
    }
    /* 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;
        justify-content: space-between;
    }
    .ac-explore-products__product {
        flex: 0 0 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;
    }
    .ac-explore-products__product__name {
        margin: 0 auto;
        max-width: 170px;
        text-align: center;
    }
    /* 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;
    }
    .ac-mm-eyebrow {
        font-size: 17px;
        letter-spacing: 2px;
    }
    .ac-mm-heading {
        font-size: 44px;
        line-height: 63px;
    }
    .ac-mm-wysiwyg p {
        font-size: 21px;
        line-height: 38px;
    }
    .ac-mm-wysiwyg p:not(:first-child) {
        margin-top: 17px;
    }
    .ac-mm-button-link {
        font-size: 16px;
    }
    .ac-mm-button {
        font-size: 16px;
        line-height: 18px;
        padding: 19px 62px 19px;
    }
    .c-modal__content {
        width: calc(100% - 80px);
    }
    .c-modal__content__container {
        min-height: 20px;
        max-height: calc(100vh - 80px);
        padding: 0 40px;
    }
    .c-modal__content__article {
        max-height: calc(100vh - 80px);
    }
    .c-modal__content__close {
        right: 5px;
        top: 0px;
    }
    .ac-mm-hero {
        height: 527px;
    }
    .ac-mm-hero__container {
        align-items: center;
        box-sizing: content-box;
        margin: 0 40px 0 auto;
        padding: 0px;
        width: 315px;
    }
    .ac-mm-hero__copyright {
        font-size: 11px;
        left: 30px;
        line-height: 50px;
    }
    .ac-mm-hero__caption {
        padding-bottom: 0px;
    }
    .ac-mm-hero__caption__logo {
        margin-bottom: 35px;
    }
    .ac-mm-hero__cast {
        margin-left: -233px;
        top: 36px;
        width: 467px;
    }
    .ac-mm-hero__caption__play {
        left: 0;
        margin: 0 auto;
        position: relative;
        top: 0;
    }
    .ac-mm-hero__caption__peacock {
        margin-bottom: 25px;
    }
    .ac-mm-nav {
        height: 123px;
        overflow: hidden;
    }
    .ac-mm-nav__container {
        overflow-y: hidden;
    }
    .ac-mm-nav__container::before,
    .ac-mm-nav__container::after {
        background: linear-gradient(to left, rgba(55, 38, 67, 0), rgb(55, 38, 67));
        content: " ";
        display: block;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        left: 0px;
        top: 0px;
        transition: opacity 0.3s ease;
        width: 169px;
        z-index: 8;
    }
    .ac-mm-nav__container::after {
        background: linear-gradient(to right, rgba(55, 38, 67, 0), rgb(55, 38, 67));
        left: auto;
        right: 0px;
    }
    .ac-mm-nav__container.is-scrollable.is-scrolled::before {
        opacity: 1;
    }
    .ac-mm-nav__container.is-scrollable:not(.is-scrolled)::after {
        opacity: 1;
    }
    .ac-mm-nav__bg {
        height: 123px;
    }
    .ac-mm-nav__accordion {
        display: none;
    }
    .ac-mm-nav__container {
        display: block;
    }
    .ac-mm-description {
        padding: 113px 0 87px;
    }
    .ac-mm-description__container {
        width: calc(100% - 160px);
    }
    .ac-mm-description__images {
        display: flex;
        margin-right: -50px;
        margin-top: 87px;
        width: calc(100% + 50px);
    }
    .ac-mm-description__image {
        width: calc((100% - 38px) / 2);
        /* Base of 310 @ 768px */
    }
    .ac-mm-description__image--image-2 {
        margin: 0 0 0 auto;
        top: -97px;
    }
    .ac-mm-description__image__flourish--1 {
        height: 58px;
        left: -50px;
        top: 240px;
        width: 58px;
    }
    .ac-mm-description__image__flourish--2 {
        height: 134px;
        left: -166px;
        top: 190px;
        width: 134px;
    }
    .ac-mm-description__image__flourish--3 {
        height: 140px;
        left: 186px;
        top: 47px;
        width: 140px;
    }
    .ac-mm-description__caption__heading {
        margin-top: 20px;
    }
    .ac-mm-description__caption__desc {
        margin-top: 22px;
    }
    .ac-mm-description__caption__button {
        margin-top: 28px;
    }
    .ac-mm-recipes {
        padding: 185px 0 145px;
    }
    .ac-mm-recipes__title {
        font-size: 56px;
        line-height: 54px;
        margin: 37px 0 73px;
        text-align: center;
    }
    .ac-mm-recipes__slide__container {
        margin: 0 -40px;
    }
    .ac-mm-recipes__slides {
        height: 755px;
        max-width: 625px;
    }
    .ac-mm-recipes__slide {
        background: #BA846F;
        box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.15);
        color: #fff;
        height: 675px;
        margin: 40px 40px;
    }
    .ac-mm-recipes__dots {
        top: calc(100% + 30px);
    }
    .ac-mm-recipes__dots li {
        border: 2px solid transparent;
        height: 26px;
        margin: 0 13px;
        width: 26px;
    }
    .ac-mm-recipes__dots li::after {
        height: 14px;
        left: 4px;
        top: 4px;
        width: 14px;
    }
    .ac-mm-recipes__card__img {
        height: 511px;
    }
    .ac-mm-recipes__card__title {
        font-size: 30px;
        line-height: 28px;
        margin: 35px 40px 26px;
    }
    .ac-mm-recipes__card__bottom {
        display: flex;
        flex-flow: row nowrap;
        margin: 0 40px 0 25px;
    }
    .ac-mm-recipes__card__details {
        height: 30px;
        margin: 0 auto 0 0;
    }
    .ac-mm-recipes__card__details__img {
        height: 22px;
        margin-left: 15px;
        margin-right: 10px;
    }
    .ac-mm-recipes__card__details__text {
        font-size: 16px;
    }
    .ac-mm-recipes__card__link {
        margin: 0 0 0 auto;
    }
    .ac-mm-bundle {
        padding-bottom: 100px;
    }
    .ac-mm-bundle__bg__picture,
    .ac-mm-bundle__bg__img {
        height: 477px;
    }
    .ac-mm-bundle__container {
        max-width: calc(100% - 186px);
        padding-top: 454px;
    }
    .ac-mm-bundle__caption {
        margin: 0 auto 0 0;
        max-width: 511px;
    }
    .ac-mm-bundle__title {
        font-size: 46px;
        line-height: 65px;
        margin-top: 20px;
    }
    .ac-mm-bundle__desc {
        margin-top: 22px;
    }
    .ac-mm-win {
        padding: 0 40px 80px;
    }
    .ac-mm-win__container {
        padding: 70px 60px 390px;
    }
    .ac-mm-win__container__image {
        height: 240px;
    }
    .ac-mm-win__caption {
        margin: 0 auto 0 0;
        max-width: 500px;
    }
    .ac-mm-win__caption__heading {
        font-size: 30px;
        line-height: 40px;
    }
    .ac-mm-win__container__blenders {
        left: auto;
        right: 30px;
        transform: none;
        max-width: 436px;
    }
    .ac-mm-win__container__rewards {
        bottom: 335px;
        left: auto;
        right: 45px;
        width: 199px;
    }
    .ac-mm-rewards {
        padding: 0 0 120px;
    }
    .ac-mm-rewards__container {
        margin: 0 auto;
        max-width: 545px;
        width: calc(100% - 120px);
    }
    .ac-mm-rewards__left-image {
        margin: 0 0 70px;
    }
    .ac-mm-rewards__right-card {
        padding: 40px 40px 50px;
    }
    .ac-mm-rewards__right-card__caption {
        padding-top: 42px;
    }
    .c-mm-rewards__right-card__caption__play {
        top: 58px;
        right: 20px;
        width: 40px;
    }
    .ac-mm-rewards__right-card__caption__heading {
        font-size: 38px;
        line-height: 54px;
    }
    .ac-mm-rewards__right-card__caption__eyebrow {
        color: #fff;
        margin: 14px 0 21px;
    }
    /* Quicklinks w/ Heading Medium */
    .ac-quicklinks-w-heading__heading {
        flex: 0 0 180px;
    }
    .ac-quicklinks-w-heading__links {
        justify-content: space-between;
        padding-bottom: 35px;
        padding-top: 35px;
    }
    .ac-quicklinks-w-heading__link {
        flex: 0 0 auto;
        margin-top: 0px !important;
    }
    .ac-quicklinks-w-heading__link__inner {
        display: block;
        font-size: 16px;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) {
    .ac-bundle-grid__container {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        justify-content: stretch;
        max-width: 1440px;
        width: calc(100% - 80px);
    }
    .ac-bundle-grid__caption {
        flex: 1 1 20px;
        padding-left: 0px;
        padding-right: 30px;
    }
    .ac-bundle-grid__caption__inner {
        margin: 0 auto 0 20px;
        max-width: 490px;
    }
    .ac-bundle-grid__caption__eyebrow {
        margin-bottom: 4px;
    }
    .ac-bundle-grid__caption__heading {
        margin-bottom: 20px;
    }
    .ac-bundle-grid__caption__desc {
        margin-bottom: 30px;
    }
    .ac-bundle-grid__caption__image-wrap {
        display: block;
        margin-top: 66px;
    }
    .ac-bundle-grid__grid {
        flex: 0 0 auto;
        flex-flow: row wrap;
        margin: -28px -14px 0;
        padding: 0px;
        overflow: hidden;
        width: calc(50% + 28px);
    }
    .ac-bundle-grid__grid__item {
        flex: 0 0 calc(50% - 30px);
        margin: 28px 14px 0;
    }
    .ac-caption-overlaid-hero__container {
        height: 400px;
        width: calc(100% - 120px);
    }
    .ac-caption-overlaid-hero__caption {
        flex: 1 1 20px;
        margin: 0px;
        padding: 100px 25px 40px;
        width: auto;
    }
    .ac-caption-overlaid-hero__caption__eyebrow {
        margin-bottom: 4px;
    }
    .ac-caption-overlaid-hero__caption__heading {
        margin-bottom: 20px;
    }
    .ac-caption-overlaid-hero__caption__desc {
        margin-bottom: 35px;
    }
    .ac-caption-overlaid-hero__overlay {
        bottom: -13px;
        min-height: 82px;
    }
    .ac-caption-overlaid-hero__overlay {
        padding: 0 50px;
    }
    .ac-chef-testimonial-carousel {
        padding: 92px 0 66px;
    }
    .ac-chef-testimonial-carousel__container {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        max-width: 638px;
        justify-content: stretch;
        width: calc(100% - 80px);
    }
    .ac-chef-testimonial-carousel__container__flex {
        align-items: flex-start;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }
    .ac-chef-testimonial-carousel__main-caption {
        flex: 0 0 100%;
        padding: 0 80px 50px;
        text-align: left;
    }
    .ac-chef-testimonial-carousel__main-caption__desc {
        margin-top: 25px;
        padding-right: 20px;
    }
    .ac-chef-testimonial-carousel__primary-images {
        flex: 0 0 auto;
        margin: 0 0 95px auto;
        width: calc((100% - 50px) * 0.539184953);
    }
    .ac-chef-testimonial-carousel__testimonials {
        flex: 0 0 auto;
        margin: 0;
        width: 100%;
    }
    .ac-chef-testimonial-carousel__testimonials__primary-box {
        margin-left: 80px;
        margin-right: -20px;
        min-height: 325px;
        padding: 60px 20px 40px 90px;
    }
    .ac-chef-testimonial-carousel__testimonials__primary-box__quote {
        left: 0px;
        height: 50px;
        margin-left: -25px;
        top: 39px;
        width: 50px;
    }
    .ac-chef-testimonial-carousel__testimonials__primary-box__quote svg {
        width: auto;
    }
    .ac-chef-testimonial-carousel__testimonials__primary-box__prev {
        left: auto;
        top: calc(100% - 32px);
        right: 138px;
    }
    .ac-chef-testimonial-carousel__testimonials__primary-box__next {
        top: calc(100% - 32px);
        right: 40px;
    }
    .ac-chef-testimonial-carousel__testimonials__bio-images {
        bottom: 110px;
        display: block;
        left: 0px;
        position: absolute;
        width: calc((100% - 50px) * 0.4623824451);
        z-index: 1;
    }
    .ac-chef-testimonial-carousel__testimonial__text p {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
    }
    .ac-chef-testimonial-carousel__testimonial__attribution {
        margin-top: 20px;
        padding: 0 0 0 75px;
        text-align: left;
    }
    .ac-chef-testimonial-carousel__testimonial__attribution::before {
        left: 0px;
        margin: 0px;
        position: absolute;
        top: 14px;
    }
    .ac-docked-cta {
        height: 200px;
        width: 200px;
    }
    .ac-docked-cta__positioner {
        transform: scale(0.88);
    }
    .ac-docked-cta--bottom-right-no-mobile {
        display: block;
        left: 89%;
    }
    .ac-docking-nav__container {
        max-width: 1180px;
        width: calc(100% - 60px);
        white-space: nowrap;
    }
    .ac-docking-nav__menu-area__title {
        border-bottom: 0px;
        display: block;
        min-height: 0;
    }
    .ac-docking-nav__menu-area__title__price {
        display: none;
    }
    .ac-docking-nav__menu-area__menu-toggle__text {
        font-size: 16px;
    }
    .ac-docking-nav__accordion {
        display: none !important;
    }
    .ac-double-card {
        padding: 85px 0px 0px;
    }
    .ac-double-card__caption {
        margin: 0px;
        width: auto;
    }
    .ac-double-card__caption__eyebrow {
        margin-bottom: 4px;
    }
    .ac-double-card__caption__heading {
        margin-bottom: 20px;
    }
    .ac-double-card__flex {
        padding-top: 0px;
    }
    .ac-double-card__flex__item {
        margin-top: 45px;
    }
    .ac-double-card__card {
        max-width: 728px;
        padding: 50px 40px 0;
    }
    .ac-double-card__card__bottom {
        align-items: flex-start;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        padding: 45px 65px 66px;
        text-align: left;
    }
    .ac-double-card__card__caption {
        flex: 1 1 20px;
    }
    .ac-double-card__card__eyebrow {
        margin-bottom: 12px;
    }
    .ac-double-card__card__name__tag {
        font-size: 38px;
        line-height: 44px;
    }
    .ac-double-card__card__cta {
        flex: 0 0 auto;
        margin-left: 38px;
        margin-top: 20px;
    }
    .ac-double-signup__container {
        width: calc(100% - 120px);
    }
    .ac-double-signup__caption {
        margin: 0px;
        padding: 115px 0 160px;
        width: auto;
    }
    .ac-double-signup__caption__eyebrow {
        margin-bottom: 4px;
    }
    .ac-double-signup__caption__heading {
        margin-bottom: 18px;
        min-height: 100px;
    }
    .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);
    }
    .ac-image-w-text-solid-bg__container {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        max-width: 1440px;
        width: calc(100% - 40px);
    }
    .ac-image-w-text-solid-bg__caption {
        align-items: center;
        display: flex;
        flex: 1 1 20px;
        justify-content: stretch;
        padding: 40px;
        text-align: left;
    }
    .ac-image-w-text-solid-bg__caption__eyebrow {
        margin-bottom: 4px;
    }
    .ac-image-w-text-solid-bg__caption__heading {
        margin-bottom: 20px;
    }
    .ac-image-w-text-solid-bg__caption__desc {
        margin-bottom: 30px;
    }
    .ac-image-w-text-solid-bg__image {
        flex: 0 0 auto;
        padding-bottom: 54.7945205479%;
        width: 54.7945205479%;
    }
    .ac-image-w-text-solid-bg__image__image-wrap {
        height: 100%;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
    }
    .ac-image-w-text-solid-bg__image__image-wrap__picture {
        height: 100%;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
    }
    .ac-image-w-text-solid-bg__image__image-wrap__img {
        height: 100%;
        left: 0px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        position: absolute;
        top: 0px;
    }
    .ac-image-w-text-solid-bg__image__image-wrap__video {
        height: 100%;
        left: 0px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        position: absolute;
        top: 0px;
    }
    .ac-image-w-text-solid-bg--image-left .ac-image-w-text-solid-bg__container {
        flex-flow: row-reverse nowrap;
    }
    .ac-possibilities-nav {
        padding: 45px 0px 30px;
    }
    .ac-possibilities-nav__container {
        width: calc(100% - 120px);
    }
    .ac-possibilities-nav__expand {
        align-items: center;
        bottom: auto;
        display: flex;
        justify-content: right;
        left: auto;
        margin-top: -25px;
        right: 0px;
        text-align: right;
        top: 50%;
        width: auto;
    }
    .ac-possibilities-nav__expand__text {
        margin: 0 10px 0 0;
    }
    .ac-possibilities-nav__categories {
        max-width: none;
        justify-content: flex-start;
    }
    .ac-possibilities-nav__category {
        flex: 0 0 76px;
        margin-right: 76px;
    }
    .ac-possibilities-nav__toggle {
        margin: 0px;
        text-decoration: none !important;
        width: 76px;
    }
    .ac-product-focus-hero {
        padding-bottom: 102.8645833333%;
    }
    .ac-product-focus-hero__papa-bernard {
        display: block;
        height: auto;
        left: -10%;
        top: -10%;
        width: 76.6666%;
    }
    .ac-product-focus-hero__100-years {
        bottom: 118px;
        height: 150px;
        left: 115px;
        right: auto;
        width: 150px;
    }
    .ac-product-focus-hero__diagram__overflow {
        justify-content: flex-end;
    }
    .ac-product-focus-hero__container {
        width: calc(100% - 120px);
    }
    .ac-product-focus-hero__starting-caption__inner {
        padding-top: 10.4166666667%;
    }
    .ac-product-focus-hero__starting-caption__eyebrow {
        margin-top: 15px;
    }
    .ac-product-focus-hero__starting-caption__button {
        margin-top: 30px;
    }
    .ac-product-focus-hero__slider__inner {
        max-width: none;
    }
    .ac-product-focus-hero__slider__indicator-line {
        height: 100px;
        top: -85px;
    }
    .ac-product-focus-hero__slider__nav__prev {
        margin-right: 30px;
    }
    .ac-product-focus-hero__slider__nav__next {
        margin-right: 30px;
    }
    .ac-product-focus-hero__slide__title {
        margin: 0px;
    }
    .ac-product-focus-hero__slide__desc {
        display: block;
        font-size: 18px;
        padding-bottom: 30px;
    }
    .ac-recipe-cards__container {
        padding: 0 60px;
    }
    .ac-recipe-cards__card {
        margin-bottom: 35px;
        padding: 13px 41px 13px 18px;
    }
    .ac-recipe-cards__card-image-area {
        height: 175px;
        width: 175px;
    }
    .ac-recipe-cards__card-image-icon {
        bottom: 9px;
        display: block;
        left: 11px;
        position: absolute;
    }
    .ac-recipe-cards__card-right {
        padding: 24px 0 0 40px;
        width: 100%;
    }
    .ac-recipe-cards__card-eyebrow {
        margin-bottom: 2px;
    }
    .ac-recipe-cards__card-headline {
        font-size: 25px;
        line-height: 34px;
        letter-spacing: 0.5px;
        margin-bottom: 53px;
    }
    .ac-recipe-cards__card-link {
        bottom: 22px;
        position: absolute;
        right: 0;
    }
    .ac-simple-3-grid {
        padding: 70px 0px 80px;
    }
    .ac-simple-3-grid__container {
        width: calc(100% - 80px);
    }
    .ac-simple-3-grid__caption {
        margin: 0px;
        padding: 0px 20px;
        width: auto;
    }
    .ac-simple-3-grid__caption__eyebrow {
        margin-bottom: 4px;
    }
    .ac-simple-3-grid__caption__heading {
        margin-bottom: 20px;
    }
    .ac-simple-3-grid__flex {
        margin: 100px 0 0 -36px;
        width: calc(100% + 36px);
    }
    .ac-simple-3-grid__flex__item {
        flex: 0 0 calc(33% - 36px);
        margin-bottom: 25px;
        margin-left: 36px;
    }
    .ac-simple-3-grid__card__name {
        padding: 4px 12px 8px;
    }
    .ac-simple-3-grid__card__name__tag {
        font-size: 20px;
    }
    .ac-simple-captioned-hero__bg {
        height: calc(100vh - 50px);
        min-height: 760px;
    }
    .ac-simple-captioned-hero__contents {
        left: 0px;
        position: absolute;
        top: 50px;
        width: 100%;
    }
    .ac-simple-captioned-hero__container {
        padding-top: 47px;
        width: calc(100% - 120px);
    }
    .ac-simple-captioned-hero__caption__eyebrow {
        font-size: 18px;
        letter-spacing: 2.57;
        line-height: 30px;
        margin-bottom: 7px;
    }
    .ac-simple-captioned-hero__caption__heading {
        font-size: 55px;
        line-height: 1em;
    }
    .ac-simple-captioned-hero__caption__desc {
        margin-bottom: 35px;
    }
    .ac-simple-captioned-hero__caption__button {
        display: none;
    }
    .ac-speed-control-diagram {
        padding: 96px 0px 85px;
    }
    .ac-speed-control-diagram {
        padding: 96px 0px 50px;
    }
    .ac-speed-control-diagram__container {
        width: calc(100% - 200px);
    }
    .ac-speed-control-diagram__caption {
        text-align: left;
    }
    .ac-speed-control-diagram__caption__eyebrow {
        margin-bottom: 4px;
    }
    .ac-speed-control-diagram__caption__heading {
        margin-bottom: 20px;
    }
    .ac-speed-control-diagram__diagram {
        padding-top: 90px;
    }
    .ac-speed-control-diagram__diagram__img {
        margin-bottom: 50px;
        width: 311px;
    }
    .ac-speed-control-diagram__diagram__top-caption {
        right: calc(50% + 195px);
        top: 85px;
        width: 148px;
    }
    .ac-speed-control-diagram__diagram__top-caption::after {
        height: 2px;
        left: 100%;
        right: auto;
        top: 12px;
        width: 100px;
    }
    .ac-speed-control-diagram__diagram__bottom-caption {
        left: calc(50% + 195px);
        top: 395px;
        width: 148px;
    }
    .ac-speed-control-diagram__diagram__bottom-caption::after {
        height: 2px;
        left: auto;
        right: calc(100% + 20px);
        top: 12px;
        width: 100px;
    }
    .ac-speed-control-diagram__diagram__caption-title {
        font-size: 25px;
    }
    .ac-speed-control-diagram__diagram__caption-title {
        font-size: 25px;
    }
    .ac-video-caption-carousel__bg {
        height: 520px;
    }
    .ac-video-caption-carousel__bg__container {
        padding: 35px 0;
        width: calc(100% - 120px);
    }
    .ac-video-caption-carousel__prevnext__container {
        width: calc(100% - 40px);
    }
    .ac-video-caption-carousel__prevnext__prev {
        left: auto;
        right: 138px;
        top: -35px;
    }
    .ac-video-caption-carousel__prevnext__next {
        right: 40px;
        top: -35px;
    }
    .ac-video-caption-carousel__carousel {
        padding: 0 0 75px;
    }
    .ac-video-caption-carousel__carousel__container {
        padding: 93px 0 0;
        width: calc(100% - 40px);
    }
    .ac-video-caption-carousel__carousel__caption-area {
        display: flex;
    }
    .ac-video-caption-carousel__carousel__caption-area__counter {
        flex: 0 0 145px;
        padding-top: 20px;
        text-align: left;
    }
    .ac-video-caption-carousel__carousel__caption-area__captions {
        flex: 1 1 20px;
        max-width: 572px;
    }
    .ac-video-caption-carousel__carousel__bottom-boxes {
        margin-top: 80px;
        margin-right: 0px;
        padding: 60px 20px 0;
    }
    .ac-video-caption-carousel__carousel__bottom-box {
        margin: 0px;
        width: calc((100% - 64px) / 3);
    }
    .ac-video-caption-carousel__carousel__bottom-box:not(:first-child) {
        margin-left: 32px;
    }
    .ac-video-caption-carousel__caption {
        text-align: left;
    }
    .ac-video-caption-carousel__caption__eyebrow {
        margin-bottom: 4px;
    }
    .ac-video-caption-carousel__caption__heading {
        margin-bottom: 20px;
    }
    .ac-video-caption-carousel__caption__desc {
        margin-bottom: 35px;
    }
    .ac-video-caption-carousel__caption__cta {
        margin-bottom: 22px;
    }
    .ac-video-expansion-carousel__bg {
        height: 520px;
    }
    .ac-video-expansion-carousel__bg__container {
        padding: 35px 0;
        width: calc(100% - 120px);
    }
    .ac-video-expansion-carousel__carousel {
        padding: 65px 0 100px;
    }
    .ac-video-expansion-carousel__carousel__container {
        padding-left: 20px;
        width: calc(100% - 80px);
    }
    .ac-video-expansion-carousel__carousel__container__img {
        left: 0px;
        top: 0px;
        width: 346px;
    }
    .ac-video-expansion-carousel__carousel__container__flex {
        align-items: flex-start;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        padding-top: 40px;
    }
    .ac-video-expansion-carousel__main-caption {
        flex: 0 0 100%;
        margin-bottom: 80px;
        text-align: left;
    }
    .ac-video-expansion-carousel__main-caption__eyebrow {
        margin-bottom: 4px;
    }
    .ac-video-expansion-carousel__main-caption__heading {
        margin-bottom: 20px;
    }
    .ac-video-expansion-carousel__main-caption__desc {
        margin-bottom: 35px;
    }
    .ac-video-expansion-carousel__images {
        flex: 0 0 auto;
        margin: 0 60px 0 0;
        width: 265px;
    }
    .ac-video-expansion-carousel__images__prev {
        display: none !important;
    }
    .ac-video-expansion-carousel__images__next {
        display: none !important;
    }
    .ac-video-expansion-carousel__subcaptions {
        flex: 1 1 20px;
        padding-top: 0px;
        text-align: left;
    }
    .ac-video-expansion-carousel__subcaptions__cta {
        margin-left: 39px;
    }
    .ac-video-expansion-carousel__subcaption {
        padding-left: 39px;
        text-align: left;
    }
    .ac-video-expansion-carousel__subcaption:not(:first-child) {
        margin-top: 22px;
    }
    .ac-video-expansion-carousel__subcaption__progress {
        height: 50px;
        left: 0px;
        margin-left: 0px;
        top: 10px;
        width: 5px;
    }
    .ac-video-expansion-carousel__subcaption__progress-bar {
        width: 100% !important;
    }
    .ac-video-expansion-carousel__subcaption__title {
        justify-content: flex-start;
    }
    .ac-video-expansion-carousel__subcaption__caption {
        justify-content: flex-start;
    }
    .ac-video-expansion-carousel__subcaption__caption__inner {
        padding: 4px 0 0px;
    }
    .ac-video-expansion-carousel__subcaption.is-active .ac-video-expansion-carousel__subcaption__title {
        color: #fff;
    }
    .ac-video-expansion-carousel__subcaption.is-active .ac-video-expansion-carousel__subcaption__caption {
        opacity: 1;
    }
    .ac-video-expansion-carousel__subcaption:not(.is-active) .ac-video-expansion-carousel__subcaption__caption {
        height: 0px !important;
    }
    .ac-warranty-text {
        padding: 110px 0 86px;
    }
    .ac-warranty-text__container {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        justify-content: stretch;
        max-width: 1340px;
        width: calc(100% - 80px);
    }
    .ac-warranty-text__10-years-logo {
        flex: 0 0 224px;
        margin: 0 70px 0 0;
        max-width: 224px;
        width: 224px;
    }
    .ac-warranty-text__caption {
        flex: 1 1 20px;
        margin: 0px;
        padding: 0px;
        width: auto;
    }
    .ac-warranty-text__caption__eyebrow {
        margin-bottom: 4px;
    }
    .ac-warranty-text__caption__heading {
        margin-bottom: 20px;
    }
    .ac-warranty-text__caption__desc {
        margin-bottom: 35px;
    }
}

@media screen and (min-width: 1024px) {
    .ac-heading {
        font-size: 45px;
        line-height: 50px;
    }
    .ac-heading.ac-heading--mega {
        font-size: 75px;
        line-height: 85px;
    }
    .ac-button-link:hover {
        border-bottom-color: transparent;
    }
    .ac-button--white:hover {
        background: #f1f4f6;
        border-color: #c8102e;
    }
    .ac-img-zoom:hover img,
    a:hover .ac-img-zoom img {
        transform: scale(1.04);
    }
    .ac-bubble-carousel {
        padding: 0px;
    }
    .ac-bubble-carousel__images {
        flex: 0 0 50%;
        height: 400px;
        padding-bottom: 0px;
    }
    .ac-bubble-carousel__image__button {
        bottom: 34px;
        left: 27px;
    }
    a.ac-bubble-carousel__image:hover .ac-bubble-carousel__image__img {
        transform: scale(1.04);
    }
    .ac-bubble-carousel__content {
        flex: 0 0 50%;
        padding: 40px 40px 0;
    }
    .ac-bubble-carousel__content__top-link {
        margin-bottom: 0px;
        right: 50px;
        top: 35px;
    }
    .ac-bubble-carousel__title {
        margin: 0 auto 40px 0;
    }
    .ac-bubble-carousel__title.ac-heading {
        font-size: 35px;
        line-height: 44px;
    }
    .ac-bubble-carousel__toggle {
        width: 110px;
    }
    .ac-bubble-carousel__toggle__image {
        transform: translateY(0px);
        transition: transform 0.15s ease;
    }
    .ac-bubble-carousel__toggle:hover .ac-bubble-carousel__toggle__image {
        transform: translateY(-7px);
        transition: transform 0.35s ease;
    }
    /* 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;
    }
    /* 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__image {
        max-width: 700px;
        width: 55%;
    }
    .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;
    }
    .ac-mm-eyebrow {
        font-size: 18px;
    }
    .ac-mm-heading {
        font-size: 46px;
        line-height: 65px;
    }
    .ac-mm-img-zoom:hover img {
        transform: scale(1.04);
    }
    .ac-mm-img-rise:hover img {
        transform: translateY(-7px);
        transition: transform 0.35s ease;
    }
    .ac-mm-button:hover {
        background: #453154;
        border-color: #453154;
    }
    .ac-mm-button.ac-mm-button--peach:hover {
        background: #E2AD98;
        border-color: #E2AD98;
    }
    .ac-mm-button-link--white:hover {
        border-bottom-color: transparent;
    }
    .ac-mm-button--white:hover {
        background: #f1f4f6;
        border-color: #C8102E;
    }
    .ac-mm-hero {
        height: 980px;
    }
    .ac-mm-hero__container {
        margin-right: 50px;
        width: 615px;
    }
    .ac-mm-hero__caption__logo {
        margin-bottom: 50px;
        width: 447px;
    }
    .ac-mm-hero__copyright {
        bottom: 30px;
        font-size: 18px;
        left: 37.5px;
        line-height: 54px;
    }
    .ac-mm-hero__cast {
        margin-left: -455px;
        top: 58px;
        width: 910px;
    }
    .ac-mm-hero__caption__play {
        width: 75px;
    }
    .ac-mm-hero__caption__peacock {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 50px;
        padding: 12px 0px;
        width: 340px;
    }
    .ac-mm-hero__caption__peacock img {
        width: 80px;
    }
    .ac-mm-nav__bg {
        left: auto;
        right: 0px;
        width: 100%;
    }
    .ac-mm-nav__bg__img {
        right: 0px;
    }
    .ac-mm-nav__flex__item {
        height: 100%;
        margin: 0 46px;
        position: relative;
    }
    .ac-mm-nav__flex__item__link {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        height: 100%;
        justify-content: center;
        position: relative;
    }
    .ac-mm-nav__flex__item__link::after {
        background: #CD927B;
        content: " ";
        display: block;
        height: 9px;
        left: calc(50% - 21px);
        overflow: hidden;
        opacity: 0;
        position: absolute;
        top: 0px;
        transition: opacity 0.1s ease;
        width: 42px;
    }
    .ac-mm-nav__flex__item__link:hover::after {
        opacity: 1;
    }
    .ac-mm-description {
        padding: 150px 0 136px;
    }
    .ac-mm-description__container {
        width: calc(100% - 260px);
    }
    .ac-mm-description__caption {
        align-items: flex-start;
        display: flex;
    }
    .ac-mm-description__caption__left {
        flex: 0 0 400px;
        display: block;
        margin-right: 96px;
    }
    .ac-mm-description__caption__right {
        flex: 1 1 20px;
        margin: 0px;
    }
    .ac-mm-description__caption__desc {
        margin-top: 0px;
    }
    .ac-mm-description__images {
        display: flex;
        flex-wrap: nowrap;
        margin-right: 0;
        margin-top: 87px;
        width: 100%;
    }
    .ac-mm-description__image {
        flex: 0 0 400px;
        width: 400px;
    }
    .ac-mm-description__image--image-1 {
        margin: 0px;
        top: -185px;
    }
    .ac-mm-description__image--image-2 {
        margin: 0 auto 0 96px;
        top: 0px;
    }
    .ac-mm-description__image__flourish--1 {
        height: 70.9923664122px;
        left: -64.1221374046px;
        top: 295.4198473282px;
        width: 70.9923664122px;
    }
    .ac-mm-description__image__flourish--2 {
        height: 163.358778626px;
        left: -193.893129771px;
        top: 232.0610687023px;
        width: 163.358778626px;
    }
    .ac-mm-description__image__flourish--3 {
        height: 174.0458015267px;
        left: 222.1374045802px;
        top: 56.4885496183px;
        width: 174.0458015267px;
    }
    .ac-mm-description__image__flourish--4 {
        display: block;
        height: 49.6183206107px;
        left: -58.7786259542px;
        top: 316.0305343511px;
        width: 49.6183206107px;
    }
    .ac-mm-recipes {
        padding: 185px 0 255px;
    }
    .ac-mm-recipes__title {
        font-size: 60px;
        line-height: 54px;
        margin: 35px 0 80px;
        text-align: center;
    }
    .ac-mm-recipes__slide__container {
        margin: 0 0px;
    }
    .ac-mm-recipes__slides {
        display: flex;
        flex-flow: row nowrap;
        max-width: 1150px;
    }
    .ac-mm-recipes__slide {
        background: #BA846F;
        color: #fff;
        height: 675px;
        flex: 0 0 calc((100% - 60px) / 2);
        left: 0px;
        margin: 0 60px 0 0;
        position: relative;
        width: calc((100% - 60px) / 2);
    }
    .ac-mm-bundle {
        padding: 128px 0;
    }
    .ac-mm-bundle__bg__picture,
    .ac-mm-bundle__bg__img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% left;
        object-position: 50% left;
    }
    .ac-mm-bundle__container {
        max-width: calc(100% - 228px);
        padding: 0px;
    }
    .ac-mm-bundle__caption {
        margin: 0 0 0 auto;
    }
    .ac-mm-bundle__title {
        font-size: 50px;
        line-height: 54px;
    }
    .ac-mm-bundle__desc {
        margin-top: 30px;
    }
    .ac-mm-bundle__button {
        margin-top: 40px;
    }
    .ac-mm-win {
        margin-top: 130px;
        padding: 0 60px 130px;
    }
    .ac-mm-win__container {
        margin: 0 auto;
        max-width: 1150px;
        padding: 111px 111px 137px;
    }
    .ac-mm-win__container__blenders {
        bottom: 10px;
        left: auto;
        right: 20px;
        transform: none;
        max-width: 54%;
    }
    .ac-mm-win__container__rewards {
        bottom: 335px;
        right: 61px;
        top: 67px;
        width: 249px;
    }
    .ac-mm-win__caption {
        margin: 0 auto 0 0;
        max-width: 374px;
        width: 45%;
    }
    .ac-mm-rewards__container {
        margin: 0 auto;
        max-width: 1150px;
        width: calc(100% - 140px);
    }
    .ac-mm-rewards__container {
        align-items: flex-start;
        display: flex;
        flex-flow: row wrap;
    }
    .ac-mm-rewards__left-image {
        flex: 0 0 calc((100% - 70px) / 2);
        margin: 70px 70px 0 0;
        position: relative;
        width: calc((100% - 70px) / 2);
    }
    .ac-mm-rewards__right-card {
        box-sizing: border-box;
        flex: 0 0 calc((100% - 70px) / 2);
        width: calc((100% - 70px) / 2);
    }
    /* Quicklinks w/ Heading Large */
    .ac-quicklinks-w-heading__heading {
        flex: 0 0 250px;
        padding-left: 24px;
    }
    .ac-quicklinks-w-heading__links {
        align-items: center;
        height: 90px;
        justify-content: flex-start;
        padding: 0 0 0 60px;
    }
    .ac-quicklinks-w-heading__link:not(:first-child) {
        margin-left: 100px;
    }
    .ac-quicklinks-w-heading__link:hover {
        color: #fff;
        text-decoration: none;
    }
    .ac-quicklinks-w-heading__link:hover .ac-quicklinks-w-heading__link__inner {
        border-bottom-color: transparent;
    }
}

@media only screen and (min-width: 1024px) {
    .ac-bundle-grid__container {
        align-items: center;
        width: 100%;
    }
    .ac-bundle-grid__caption__inner {
        margin-left: 50px;
    }
    .ac-bundle-grid__caption__eyebrow {
        margin-bottom: 5px;
    }
    .ac-bundle-grid__caption__heading {
        margin-bottom: 18px;
    }
    .ac-bundle-grid__caption__desc {
        margin-bottom: 32px;
    }
    .ac-bundle-grid__caption__buttons {
        margin: -20px -19px;
    }
    .ac-bundle-grid__caption__button {
        margin: 20px 19px;
    }
    .ac-bundle-grid__caption__image-wrap {
        display: block;
        margin-top: 92px;
    }
    .ac-bundle-grid__grid {
        margin: -30px -15px 0;
        width: calc(50% + 30px);
    }
    .ac-bundle-grid__grid__item {
        flex: 0 0 calc(50% - 30px);
        margin: 30px 15px 0;
    }
    .ac-bundle-grid__card__name {
        display: none;
    }
    .ac-bundle-grid__card__rollover {
        display: flex;
        transition: opacity 0.5s ease;
    }
    .ac-bundle-grid__card:hover .ac-bundle-grid__card__rollover {
        opacity: 1;
    }
    .ac-caption-overlaid-hero__container {
        height: 500px;
        width: calc(100% - 100px);
    }
    .ac-caption-overlaid-hero__caption {
        display: block;
        flex: 0 0 auto;
        margin: 0 0 0 auto;
        width: 460px;
    }
    .ac-caption-overlaid-hero__caption__eyebrow {
        margin-bottom: 5px;
    }
    .ac-caption-overlaid-hero__caption__heading {
        margin-bottom: 13px;
        width: 410px;
    }
    .ac-caption-overlaid-hero__caption__desc {
        margin-bottom: 33px;
        width: 380px;
    }
    .ac-chef-testimonial-carousel {
        padding: 88px 0 194px;
    }
    .ac-chef-testimonial-carousel__container {
        align-items: center;
        max-width: 1340px;
        width: calc(100% - 300px);
    }
    .ac-chef-testimonial-carousel__main-caption {
        flex: 1 1 20px;
        margin: 45px 66px 0 auto;
        max-width: 525px;
        padding: 0px;
    }
    .ac-chef-testimonial-carousel__primary-images {
        width: calc((100% - 190px) * 0.6086956522);
    }
    .ac-chef-testimonial-carousel__testimonials__primary-box {
        margin-left: auto;
        margin-right: 100px;
        min-height: 380px;
        max-width: 830px;
        padding: 60px 50px 90px 70px;
        width: 61.9402985075%;
    }
    .ac-chef-testimonial-carousel__testimonial__text p {
        font-size: 22px;
        line-height: 40px;
    }
    .ac-docked-cta__positioner {
        transform: scale(1);
    }
    .ac-docked-cta--bottom-right-no-mobile {
        left: 86%;
    }
    .ac-docking-nav__floater::after {
        background: linear-gradient(to right, rgba(51, 63, 72, 0) 0%, #333f48 15%, #333f48 100%);
        content: " ";
        display: block;
        height: 100%;
        pointer-events: none;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 230px;
    }
    .ac-docking-nav__container {
        max-width: 1180px;
        padding: 0px;
        width: calc(100% - 100px);
    }
    .ac-docking-nav__menu-area {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        overflow: scroll;
        padding: 0 250px 0 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
        white-space: nowrap;
    }
    .ac-docking-nav__menu-area::-webkit-scrollbar {
        display: none;
    }
    .ac-docking-nav__menu-area__links {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        border-bottom: 0px;
        display: flex;
        height: 100px;
        margin: 0px;
        min-height: 0;
        padding: 0 0px;
    }
    .ac-docking-nav__menu-area__links__link {
        padding-top: 7px;
    }
    .ac-docking-nav__menu-area__menu-toggle {
        display: none;
    }
    .ac-double-card {
        padding: 85px 0px 45px;
    }
    .ac-double-card__caption__eyebrow {
        margin-bottom: 5px;
    }
    .ac-double-card__caption__heading {
        margin-bottom: 18px;
    }
    .ac-double-card__flex {
        padding-top: 10px;
    }
    .ac-double-card__flex__item {
        flex: 0 0 calc(50% - 40px);
        margin-top: 55px;
    }
    .ac-double-card__card__bottom {
        padding: 40px 30px 60px 65px;
    }
    .ac-double-card__card__eyebrow {
        margin-bottom: 10px;
    }
    .ac-double-signup {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .ac-double-signup__newsletter {
        flex: 0 0 55.5555555556%;
    }
    .ac-double-signup__finder {
        flex: 0 0 44.4444444444%;
    }
    .ac-double-signup__container {
        width: calc(100% - 150px);
    }
    .ac-double-signup__container {
        width: calc(100% - 200px);
    }
    .ac-double-signup__caption {
        max-width: 400px;
        text-align: left;
    }
    .ac-double-signup__caption__eyebrow {
        margin-bottom: 5px;
    }
    .ac-double-signup__caption__heading {
        margin-bottom: 56px;
    }
    .ac-double-signup__caption__form {
        margin: 0 auto 0 0;
    }
    .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;
    }
    .ac-image-w-text-solid-bg__container {
        width: 100%;
    }
    .ac-image-w-text-solid-bg__caption {
        flex: 1 1 20px;
        padding: 60px 105px;
    }
    .ac-image-w-text-solid-bg__caption__eyebrow {
        margin-bottom: 5px;
    }
    .ac-image-w-text-solid-bg__caption__heading {
        margin-bottom: 18px;
    }
    .ac-image-w-text-solid-bg__caption__desc {
        margin-bottom: 32px;
    }
    .ac-image-w-text-solid-bg__caption__buttons {
        margin: -20px -19px;
    }
    .ac-image-w-text-solid-bg__caption__button {
        margin: 20px 19px;
    }
    .ac-image-w-text-solid-bg__image {
        padding-bottom: 50%;
        width: 50%;
    }
    .ac-possibilities-nav {
        padding: 52px 0px 44px;
    }
    .ac-possibilities-nav__container {
        width: calc(100% - 100px);
    }
    .ac-possibilities-nav__category {
        flex: 0 0 auto;
        margin-right: 25px;
    }
    .ac-possibilities-nav__toggle {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        width: auto;
    }
    .ac-possibilities-nav__toggle:hover .ac-possibilities-nav__toggle__image {
        transform: translateY(-7px);
        transition: transform 0.35s ease;
    }
    .ac-possibilities-nav__toggle__image {
        margin: 0 30px 0 0;
        transform: translateY(0px);
        transition: transform 0.15s ease;
    }
    .ac-possibilities-nav__toggle__name {
        letter-spacing: 1.75px;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .ac-product-focus-hero {
        padding-bottom: 60.9756097561%;
    }
    .ac-product-focus-hero__papa-bernard {
        left: 0px;
        top: 0px;
        width: 50%;
    }
    .ac-product-focus-hero__100-years {
        bottom: 20%;
        height: 200px;
        left: 50%;
        margin-left: -100px;
        width: 200px;
    }
    .ac-product-focus-hero__diagram {
        left: auto;
        right: 0px;
        width: 50%;
    }
    .ac-product-focus-hero__diagram__overflow {
        justify-content: flex-start;
    }
    .ac-product-focus-hero__container {
        width: calc(100% - 70px);
    }
    .ac-product-focus-hero__starting-caption__inner {
        padding-top: 14.6341463415%;
    }
    .ac-product-focus-hero__starting-caption__cta {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
    }
    .ac-product-focus-hero__starting-caption__eyebrow {
        margin-right: 38px;
        margin-top: 0px;
    }
    .ac-product-focus-hero__starting-caption__button {
        margin-top: 0px;
    }
    .ac-product-focus-hero__slider {
        display: block;
        margin: 0px;
    }
    .ac-product-focus-hero__slider__inner {
        background: none;
        padding: 10vw 0 0;
        margin: 0 auto 0 0;
    }
    .ac-product-focus-hero__slider__indicator-line {
        position: relative;
        height: 2px;
        left: 280px;
        top: -15px;
        width: 550px;
    }
    .ac-product-focus-hero__slide__title {
        max-width: 60%;
    }
    .ac-product-focus-hero__slide__desc {
        font-size: 22px;
        min-height: 194px;
        padding-bottom: 40px;
        max-width: calc(50% - 70px);
    }
    .ac-simple-3-grid {
        padding: 70px 0px 70px;
    }
    .ac-simple-3-grid__caption {
        align-items: flex-start;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        text-align: left;
    }
    .ac-simple-3-grid__caption__eyebrow {
        flex: 0 0 100%;
        margin-bottom: 5px;
    }
    .ac-simple-3-grid__caption__heading {
        flex: 1 1 50%;
        margin-bottom: 18px;
        max-width: 330px;
    }
    .ac-simple-3-grid__caption__desc {
        flex: 1 1 50%;
        max-width: 570px;
        margin-left: 35px;
        margin-top: 20px;
    }
    .ac-simple-3-grid__flex {
        margin: 145px 0 0 -70px;
        width: calc(100% + 70px);
    }
    .ac-simple-3-grid__flex__item {
        flex: 0 0 calc(33% - 70px);
        margin-bottom: 50px;
        margin-left: 70px;
    }
    .ac-simple-3-grid__card__name {
        padding: 10px 25px 21px;
    }
    .ac-simple-3-grid__card__name__tag {
        font-size: 25px;
    }
    .ac-simple-captioned-hero__container {
        width: calc(100% - 100px);
    }
    .ac-simple-captioned-hero__caption__heading {
        font-size: 75px;
        line-height: 1em;
    }
    .ac-simple-captioned-hero__caption__desc {
        margin-bottom: 33px;
        width: 380px;
    }
    .ac-speed-control-diagram__container {
        width: calc(100% - 100px);
    }
    .ac-speed-control-diagram__caption__eyebrow {
        margin-bottom: 5px;
    }
    .ac-speed-control-diagram__caption__heading {
        margin-bottom: 18px;
    }
    .ac-speed-control-diagram__diagram {
        padding-top: 60px;
    }
    .ac-speed-control-diagram__diagram__img {
        margin-bottom: 38px;
        width: auto;
    }
    .ac-speed-control-diagram__diagram__top-caption {
        left: 0px;
        right: auto;
        top: 220px;
        width: 263px;
    }
    .ac-speed-control-diagram__diagram__top-caption::after {
        width: 125px;
    }
    .ac-speed-control-diagram__diagram__bottom-caption {
        left: auto;
        right: -50px;
        top: 100px;
        width: 334px;
    }
    .ac-speed-control-diagram__diagram__bottom-caption::after {
        left: auto;
        right: calc(100% + 20px);
        width: 125px;
    }
    .ac-speed-control-diagram__diagram__caption-desc {
        display: block;
    }
    .ac-video-caption-carousel__bg__container {
        padding: 45px 0 45px 100px;
        width: calc(100% - 200px);
    }
    .ac-video-caption-carousel__prevnext__container {
        width: calc(100% - 360px);
    }
    .ac-video-caption-carousel__carousel {
        padding: 0 0 75px;
    }
    .ac-video-caption-carousel__carousel__container {
        width: calc(100% - 120px);
    }
    .ac-video-caption-carousel__carousel__bottom-boxes {
        margin-top: 100px;
        padding: 66px 0 0;
    }
    .ac-video-caption-carousel__carousel__bottom-box {
        width: calc((100% - 124px) / 3);
    }
    .ac-video-caption-carousel__carousel__bottom-box:not(:first-child) {
        margin-left: 62px;
    }
    .ac-video-caption-carousel__carousel__bottom-box__name {
        font-size: 25px;
        margin-top: 22px;
    }
    .ac-video-caption-carousel__caption__eyebrow {
        margin-bottom: 5px;
    }
    .ac-video-caption-carousel__caption__heading {
        margin-bottom: 18px;
    }
    .ac-video-caption-carousel__caption__desc {
        margin-bottom: 36px;
    }
    .ac-video-expansion-carousel__bg__container {
        padding: 45px 0 45px 100px;
        width: calc(100% - 200px);
    }
    .ac-video-expansion-carousel__carousel {
        padding: 100px 0 140px;
    }
    .ac-video-expansion-carousel__carousel__container {
        padding-left: 150px;
        padding-right: 50px;
    }
    .ac-video-expansion-carousel__carousel__container__img {
        left: -50px;
        width: 691px;
    }
    .ac-video-expansion-carousel__carousel__container__flex {
        padding-top: 150px;
    }
    .ac-video-expansion-carousel__main-caption {
        flex: 0 0 27.4193548387%;
        margin-bottom: 0px;
        margin-right: 5.6451612903%;
        padding-top: 4.8387096774%;
        text-align: left;
    }
    .ac-video-expansion-carousel__main-caption__eyebrow {
        margin-bottom: 5px;
    }
    .ac-video-expansion-carousel__main-caption__heading {
        margin-bottom: 18px;
    }
    .ac-video-expansion-carousel__main-caption__desc {
        margin-bottom: 36px;
    }
    .ac-video-expansion-carousel__images {
        height: 365px;
        margin: 0 6.0483870968% 0 0;
        width: 29.435483871%;
    }
    .ac-video-expansion-carousel__subcaptions {
        flex: 0 0 30.8064516129%;
        overflow: visible;
    }
    .ac-video-expansion-carousel__subcaption__title {
        font-size: 35px;
        line-height: 45px;
    }
    .ac-video-expansion-carousel__subcaption__caption__inner {
        padding: 8px 0 20px;
    }
    .ac-warranty-text {
        padding: 145px 0 150px;
    }
    .ac-warranty-text__container {
        align-items: center;
        width: calc(100% - 120px);
    }
    .ac-warranty-text__caption__eyebrow {
        margin-bottom: 5px;
    }
    .ac-warranty-text__caption__heading {
        margin-bottom: 18px;
    }
    .ac-warranty-text__caption__desc {
        margin-bottom: 36px;
    }
}

@media only screen and (min-width: 768px) and (min-width: 1024px) {
    .ac-chef-testimonial-carousel__testimonials__bio-images {
        bottom: -25px;
        width: calc((100% - 190px) * 0.3913043478);
    }
}

@media only screen and (min-width: 1024px) and (min-width: 1024px) {
    .ac-product-focus-hero__backdrop {
        left: auto;
        right: 0px;
        width: 50%;
    }
}

@media screen and (min-width: 1025px) {
    .c-modal__content {
        width: 1000px;
    }
    .c-modal__content__container {
        padding: 0 80px;
    }
    .c-modal__content__article {
        left: -40px;
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
        width: calc(100% + 80px);
    }
}

@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;
    }
    /* 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 */
    .ac-mm-description__caption__left {
        flex: 0 0 524px;
    }
    .ac-mm-description__image {
        flex: 0 0 524px;
        width: 524px;
    }
    .ac-mm-description__image__flourish--1 {
        height: 93px;
        left: -84px;
        top: 387px;
        width: 93px;
    }
    .ac-mm-description__image__flourish--2 {
        height: 214px;
        left: -254px;
        top: 304px;
        width: 214px;
    }
    .ac-mm-description__image__flourish--3 {
        height: 228px;
        left: 291px;
        top: 74px;
        width: 228px;
    }
    .ac-mm-description__image__flourish--4 {
        display: block;
        height: 65px;
        left: -77px;
        top: 414px;
        width: 65px;
    }
    /* Quicklinks w/ Heading XL */
    .ac-quicklinks-w-heading__link:not(:first-child) {
        margin-left: 134px;
    }
}

@media only screen and (min-width: 1200px) {
    .ac-image-grid__container {
        width: calc(100% - 120px);
    }
    .ac-possibilities-nav__category {
        margin-right: 50px;
    }
    .ac-product-focus-hero__slider__inner {
        padding-top: 17vw;
    }
    .ac-product-focus-hero__slide__title {
        max-width: calc(50% - 70px);
    }
    .ac-recipe-cards__container {
        display: flex;
        justify-content: space-between;
        padding: 0 50px;
    }
    .ac-recipe-cards__card {
        width: 622px;
    }
    .ac-recipe-cards__card:first-child {
        margin-right: 25px;
    }
    .ac-simple-3-grid__caption {
        padding: 0 100px;
    }
    .ac-simple-3-grid__caption__desc {
        margin-left: 74px;
    }
    .ac-warranty-text__caption {
        flex: 0 0 auto;
        margin: 0 auto 0 0px;
        width: calc(75% - 400px);
        max-width: 570px;
    }
    .ac-warranty-text__image {
        display: block;
        right: 0px;
        position: absolute;
        top: -100px;
    }
}

@media screen and (min-width: 1340px) {
    .ac-explore-products__product__image-wrap__img {
        max-height: none;
    }
    .ac-explore-products__products img.ac-explore-products__product__image-wrap__img {
        max-height: 140px;
    }
}

@media only screen and (min-width: 1440px) {
    .ac-possibilities-nav__category {
        margin-right: 66px;
    }
    .ac-product-focus-hero {
        height: 1000px;
        padding-bottom: 0px;
    }
    .ac-product-focus-hero__starting-caption__inner {
        padding-top: 240px;
    }
    .ac-product-focus-hero__slider__inner {
        padding-top: 348px;
    }
}

@media only screen and (max-width: 767px) {
    .ac-simple-captioned-hero__bg {
        height: 280px !important;
    }
    .ac-video-expansion-carousel__subcaption {
        display: none;
        padding-top: 8px;
    }
    .ac-video-expansion-carousel__subcaption__progress-bar {
        height: 100% !important;
    }
    .ac-video-expansion-carousel__subcaption.is-active {
        display: block;
    }
    .ac-video-expansion-carousel__subcaption.is-active .ac-video-expansion-carousel__subcaption__title {
        color: #fff;
    }
    .ac-video-expansion-carousel__subcaption.is-active .ac-video-expansion-carousel__subcaption__caption {
        height: auto !important;
        opacity: 1;
    }
}

/* 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: 626px;
  }
  .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 */

/* PROPEL SERIES - PRODUCT GRID START */
.propel-series.ac-bundle-grid__grid {
    width: 100%;
    margin-top: 40px;
}

.propel-series .ac-bundle-grid__card__details__title {
    font-family: Sentinel A, Sentinel B, Georgia, serif;
    color: #343A40;
}

.propel-series .ac-bundle-grid__card__details__price {
    font-weight: bold;
    color: #000;
}

.propel-series .ac-image-w-text__image .desktop {
    display: none;
}

.propel-series .ac-bundle-grid__card__details__new {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    padding: 6px 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #333F48;
    letter-spacing: 1px;
}

.propel-series .ac-bundle-grid__grid__item {
    flex: 0 0 325px;
}

@media screen and (max-width: 500px) {
    .propel-series .ac-bundle-grid__grid__item {
        flex: 0 0 215px;
    }
}

@media screen and (min-width: 769px) {
    .propel-series .ac-image-w-text__container {
        gap: 48px;
        align-items: unset;
    }

    .propel-series .ac-image-w-text__caption {
        flex: 1;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }

    .propel-series .ac-image-w-text__image {
        flex: 1;
        width: auto;
    }

    .propel-series .ac-image-w-text__image .desktop {
        display: block;
    }

    .propel-series .ac-image-w-text__image .mobile {
        display: none;
    }

    .propel-series.ac-bundle-grid__grid {
        margin-top: auto;
        gap: 46px;
        margin: auto 0 0;

    }

    .propel-series .ac-bundle-grid__grid__item {
        flex: 1;
        margin: 0;
    }

    .propel-series .ac-bundle-grid__card__details__price {
        margin-bottom: 0;
    }

    .propel-series .ac-bundle-grid__card__details__title {
        font-size: 24px;
        margin: 25px 0 5px;
    }

    .propel-series .ac-image-w-text__caption__button {
        margin: 0 0 40px;
    }
}

@media screen and (min-width: 1200px) {
    .propel-series .ac-image-w-text__caption {
        margin: 0;
    }
}


/* PROPEL SERIES - PRODUCT GRID END */


/* PROPEL SERIES - VIDEO CARD START */
  .propel-series.ac-image-w-text-solid-bg {
    position: relative;
    display: flex;
    padding: 0 25px;
    flex-direction: column;
    margin: auto;
}

.propel-series.ac-image-w-text-solid-bg--navy .ac-image-w-text-solid-bg__container {
    background: #333f48;
    border-radius: 5px;
    flex-direction: column-reverse;
    display: flex;
    margin-bottom: 50px;
  }

  .propel-series .ac-image-w-text-solid-bg__image {
    width: 100%;
  }

  .propel-series .ac-image-w-text-solid-bg__image__image-wrap__video {  
    border-radius: 5px 5px 0 0;
}

  .propel-series.ac-image-w-text-solid-bg--navy .ac-image-w-text-solid-bg__caption__eyebrow {
    color: #A2AAAD;
  }

  
  .propel-series.ac-image-w-text-solid-bg--navy .ac-image-w-text-solid-bg__caption__eyebrow,
  .propel-series.ac-image-w-text-solid-bg--navy .ac-image-w-text-solid-bg__caption__desc {
    color: #ffffff;
  }

  .propel-series.ac-image-w-text-solid-bg--navy .ac-image-w-text-solid-bg__caption__desc {
    margin-bottom: 0;
  }

  .propel-series img.ac-image-w-text-solid-bg__image__image-wrap__play-btn {
    position: absolute;
    top: 26px;
    width: 76px;
    height: 76px;
    right: 30px;
  }

  .propel-series .ac-image-w-text-solid-bg__caption__buttons {
    align-items: baseline;
    flex-direction: column;
  }

  .ac-image-w-text-solid-bg__caption__button {
    margin: 18px 0 0;
  }
  

@media screen and (min-width: 768px) {
    .propel-series.ac-image-w-text-solid-bg {
        flex-flow: wrap;
        gap: 48px;
        width: calc(100% - 80px);
        padding: 0;
        max-width: 1340px;
    }

    .propel-series.ac-image-w-text-solid-bg--navy .ac-image-w-text-solid-bg__container {
        flex: 1;
        flex-flow: column-reverse;
      }

    .propel-series .ac-image-w-text-solid-bg__caption__buttons {
        margin: 0;
    }
}

@media screen and (min-width: 1024px) {
    .propel-series.ac-image-w-text-solid-bg {
        width: calc(100% - 120px);
    }

    .propel-series .ac-image-w-text-solid-bg__caption {
        padding: 70px 50px
    }

    .propel-series .ac-image-w-text-solid-bg__caption__heading {
        font-size: 30px;
        line-height: 35px;
    }

    .propel-series .ac-image-w-text-solid-bg__image {
        width: 100%;
    }

    .propel-series .ac-image-w-text-solid-bg__caption__buttons {
        align-items: flex-end;
        flex-direction: row;
    }

    .ac-image-w-text-solid-bg__caption__button {
        margin: 0 0 0 50px;
    }
}

/* PROPEL SERIES - VIDEO CARD 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 */