html {
  scroll-behavior: smooth;
}

.ac-bg-light-white {
  background: #fff;
}

.ac-bg-grey, .ac-image-w-text-solid-bg--light-grey .ac-image-w-text-solid-bg__container {
  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-container--xl {
  margin: 0 auto;
  max-width: 1440px;
}

.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-eyebrow--white {
  color: #ffffff;
}

.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--red {
  background: #c8102e;
  border-color: #c8102e;
}

.ac-button--red:hover {
  background: #a80d27;
  border-color: #a80d27;
  color: #fff;
}

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

.ac-button--transparent {
  background: transparent;
  border-color: transparent;
  color: #fff !important;
}

.ac-button--foundation:hover {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

.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("/img/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("/img/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-drawer {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.ac-drawer:not(.is-active) {
  max-height: 0 !important;
}
.ac-drawer__inner {
  padding: 0;
}

.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;
  position: relative;
}
.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__name--large {
  color: #333f48;
  font-family: Sentinel A, Sentinel B, Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4583333333em;
}

.ac-bundle-grid__card__desc {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px;
  font-weight: 700;
  margin-top: 12px;
}

.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 .ac-bubble-carousel__content {
  background-color: #c5d3c8;
}
.ac-bubble-carousel.ac-bubble-carousel--light .ac-bubble-carousel__eyebrow {
  color: #333f48;
}
.ac-bubble-carousel.ac-bubble-carousel--light .ac-bubble-carousel__title {
  color: #333f48;
}
.ac-bubble-carousel.ac-bubble-carousel--light .ac-bubble-carousel__toggle__name {
  color: #333f48;
}
.ac-bubble-carousel.ac-bubble-carousel--aqua .ac-bubble-carousel__content {
  background-color: #a2b2bd;
}
.ac-bubble-carousel.ac-bubble-carousel--aqua .ac-bubble-carousel__eyebrow {
  color: #333f48;
}
.ac-bubble-carousel.ac-bubble-carousel--aqua .ac-bubble-carousel__title {
  color: #333f48;
}
.ac-bubble-carousel.ac-bubble-carousel--aqua .ac-bubble-carousel__toggle__name {
  color: #333f48;
}

.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;
  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;
}

@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__title.is-longer {
  max-width: 409px;
}

.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%;
  object-fit: cover;
  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-center-captioned-banner {
  background-color: #fff;
  padding: 35px 0;
  position: relative;
}
.ac-center-captioned-banner__container {
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
  width: calc(100% - 20px);
}
.ac-center-captioned-banner__bg {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.ac-center-captioned-banner__bg__image {
  display: block;
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.ac-center-captioned-banner__bg__image.desktop {
  display: none;
}
.ac-center-captioned-banner__bg__image.mobile {
  display: block;
}
.ac-center-captioned-banner__bg__image__picture {
  display: block;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.ac-center-captioned-banner__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-banner__contents {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  left: 0px;
  min-height: 580px;
  padding-top: 55px;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 2;
}

.ac-center-captioned-banner__caption {
  display: block;
  flex: 1 1 20px;
  text-align: center;
  padding-left: 27px;
  padding-right: 27px;
}
.ac-center-captioned-banner__caption__eyebrow {
  color: #c8102e;
  margin-bottom: 18px;
}
.ac-center-captioned-banner__caption__heading {
  margin-bottom: 14px;
}

.ac-center-captioned-banner__caption__desc {
  color: #333f48;
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto 25px;
}
.ac-center-captioned-banner--mothersday {
  background-color: #fff;
}
.ac-center-captioned-banner--mothersday .ac-center-captioned-banner__container {
  width: 100% !important;
  max-width: none !important;
}
.ac-center-captioned-banner--mothersday .ac-center-captioned-banner__caption__eyebrow {
  color: #333f48;
}

.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-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;
  object-fit: cover;
  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: 20px;
  position: absolute;
  top: -22px;
}

.ac-chef-testimonial-carousel__testimonials__primary-box__more-link {
  right: 10px;
  position: absolute;
  bottom: 10px;
}

.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;
  object-fit: cover;
  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__attribution__stars {
  margin-top: 12px;
}

.ac-chef-testimonial-carousel__testimonial.is-active {
  opacity: 1;
}

.ac-chef-testimonial-carousel--reviews .ac-chef-testimonial-carousel__testimonial__attribution::before {
  display: none;
}

.ac-compactor-diagram {
  overflow: hidden;
  padding: 60px 0 32px;
}
.ac-compactor-diagram__container {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  width: calc(100% - 60px);
}

.ac-compactor-diagram__caption {
  text-align: center;
}
.ac-compactor-diagram__caption__eyebrow {
  margin-bottom: 9px;
}

.ac-compactor-diagram__caption__heading {
  margin-bottom: 26px;
}
.ac-compactor-diagram__caption__price {
  color: #000000;
  font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Helvetica, sans-serif;
  font-size: 25px;
  line-height: 50px;
  text-align: right;
}
.ac-compactor-diagram__caption__price::before {
  background-color: #c8102e;
  content: " ";
  display: block;
  height: 5px;
  margin: 0 0 0px auto;
  overflow: hidden;
  position: relative;
  width: 25px;
}

.ac-compactor-diagram__caption__button {
  margin-top: 18px;
  text-align: right;
}

.ac-compactor-diagram__diagram {
  margin: -108px 0 0;
  padding-bottom: 105px;
  pointer-events: none;
  position: relative;
  text-align: center;
}
.ac-compactor-diagram__diagram__img {
  display: block;
  height: auto;
  left: -45px;
  margin: 0 auto 0 0;
  position: relative;
  width: 350px;
}

.ac-compactor-diagram__diagram__bottom-caption {
  bottom: 0px;
  font-size: 22px;
  pointer-events: auto;
  position: absolute;
  left: 0px;
  line-height: 30px;
  text-align: left;
}

.ac-compactor-diagram__diagram__caption-title {
  color: #333f48;
  font-family: Sentinel A, Sentinel B, Georgia, serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 18px;
}

.ac-compactor-diagram__diagram__caption-list {
  display: block;
  font-size: 16px;
  left: 0px;
  line-height: 26px;
  margin: 0px;
  padding: 0px;
}
.ac-compactor-diagram__diagram__caption-list__item {
  color: #333f48;
  font-size: 14px;
  line-height: 22px;
  list-style-type: none;
  margin: 0px;
  padding: 0 0 0 23px;
  position: relative;
}
.ac-compactor-diagram__diagram__caption-list__item:not(:first-child) {
  margin-top: 9px;
}
.ac-compactor-diagram__diagram__caption-list__item::before {
  background-color: #c8102e;
  border-radius: 50% 50%;
  content: " ";
  display: block;
  height: 10px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 5px);
  width: 10px;
}
.ac-compactor-diagram__diagram__caption-list__item::after {
  background-color: #c8102e;
  content: " ";
  display: none;
  height: 2px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 1px);
}

.ac-docked-cta {
  bottom: 0px;
  height: 150px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 150px;
  z-index: 300;
}
.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: 56px;
}
.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__links__label {
  font-size: 9px;
  letter-spacing: 0.75px;
  line-height: 16px;
  text-transform: uppercase;
  padding-right: 12px;
  color: #A2AAAD;
}
.ac-docking-nav__menu-area__links__label.desktop {
  display: none;
}

.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-docking-nav--compact .ac-docking-nav__menu-area__links__link:not(:first-child) {
  margin-left: 55px;
}
.ac-docking-nav--compact .ac-docking-nav__menu-area__menu-toggle__text {
  max-width: 145px;
}

.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__container--top {
  width: calc(100% - 40px);
  max-width: 1280px;
}

.ac-double-card__container--bottom {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  height: 80px;
  position: relative;
  width: calc(100% - 40px);
  max-width: 1280px;
}

.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__slide-area {
  margin-top: 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.slick-initialized {
  margin-left: -20px;
  width: calc(100% + 40px);
  flex: 0 0 calc(100% + 40px);
  padding-top: 0px;
}
.ac-double-card__flex__item {
  box-sizing: content-box;
  flex: 0 0 calc(100% - 40px);
  margin-left: 40px;
  margin-top: 33px;
}
.ac-double-card__flex.slick-initialized .ac-double-card__flex__item {
  margin: 0 20px;
  padding: 0px;
  width: auto;
}
.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-card__progress {
  background: #d8d8d8 linear-gradient(to left, #c8102e 0%, #c8102e 100%) left 50% no-repeat;
  background-size: 50px 100%;
  display: block;
  margin: 0 auto 0 0;
  height: 5px;
  position: relative;
  transition: background-size 0.3s ease;
  width: calc(100% - 130px);
}

.ac-double-card__prev {
  right: 65px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  z-index: 50;
}
.ac-double-card__prev.slick-disabled {
  opacity: 0;
}
.ac-double-card__prev.slick-arrow, .ac-double-card__prev.slick-arrow:focus, .ac-double-card__prev.slick-arrow:hover {
  background-color: #fff;
  height: auto;
  width: auto;
}

.ac-double-card__next {
  right: 0px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  z-index: 50;
}
.ac-double-card__next.slick-disabled {
  opacity: 0;
}
.ac-double-card__next.slick-arrow, .ac-double-card__next.slick-arrow:focus, .ac-double-card__next.slick-arrow:hover {
  background-color: #fff;
  height: auto;
  width: auto;
}

.ac-double-card--carousel .ac-double-card__caption {
  margin-top: 0px;
}
.ac-double-card--carousel .ac-double-card__caption__cta {
  flex: 0 0 auto;
}

.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%;
  object-fit: cover;
  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-icon-grid {
  overflow: hidden;
  padding: 50px 0px 40px;
}
.ac-icon-grid__container {
  margin: 0 auto;
  max-width: 1340px;
  position: relative;
  width: calc(100% - 30px);
}

.ac-icon-grid__caption {
  margin: 0px 0 0;
  padding: 0 10px;
  text-align: center;
}
.ac-icon-grid__caption__eyebrow {
  margin-bottom: 9px;
}

.ac-icon-grid__caption__heading {
  margin-bottom: 25px;
}

.ac-icon-grid__caption__desc {
  font-size: 16px;
  line-height: 26px;
}

.ac-icon-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-icon-grid__flex__item {
  box-sizing: content-box;
  flex: 0 0 calc(50% - 28px);
  margin-bottom: 40px;
  margin-left: 28px;
}
.ac-icon-grid__card {
  display: block;
  text-decoration: none !important;
}
.ac-icon-grid__card__image {
  display: block;
  height: auto;
  width: 100%;
}
.ac-icon-grid__card__name {
  align-items: center;
  display: flex;
  padding: 1px 10px;
}
.ac-icon-grid__card__name__tag {
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
}
.ac-icon-grid__card__copy {
  font-size: 14px;
  line-height: 22px;
  margin: 12px 0 0 0;
  text-align: center;
}

.ac-icon-grid--icon-grid-4-row {
  padding: 38px 0 25px;
}
.ac-icon-grid--icon-grid-4-row .ac-img-zoom {
  overflow: visible;
}
.ac-icon-grid--icon-grid-4-row .ac-icon-grid__caption__eyebrow {
  text-align: center;
}
.ac-icon-grid--icon-grid-4-row .ac-icon-grid__caption__heading {
  text-align: center;
}
.ac-icon-grid--icon-grid-4-row .ac-icon-grid__flex {
  margin-top: 34px;
}
.ac-icon-grid--icon-grid-4-row .ac-icon-grid__flex__item {
  flex: 0 100%;
}
.ac-icon-grid--icon-grid-4-row .ac-icon-grid__card__image {
  margin-left: auto;
  margin-right: auto;
  width: 64px;
}
.ac-icon-grid--icon-grid-4-row .ac-icon-grid__card__name {
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}
.ac-icon-grid--icon-grid-4-row .ac-icon-grid__card__name__tag {
  font-size: 20px;
  line-height: 26px;
}
.ac-icon-grid--icon-grid-4-row .ac-icon-grid__card__copy {
  margin-left: auto;
  margin-right: auto;
  width: 236px;
}

.ac-icon-grid--white-bg {
  background-color: #fff;
}

.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;
}

.ac-image-grid__product__rollover {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  justify-content: center;
  left: 0px;
  height: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 100%;
}
.ac-image-grid__product__rollover__inner {
  text-align: center;
  width: 100%;
  transition: transform 0.5s ease;
}

.ac-image-grid__product__rollover__name {
  color: #333f48;
  font-size: 16px;
  line-height: 26px;
  padding: 0 12px;
}

.ac-image-grid__product__rollover__button {
  margin-top: 25px;
}

.ac-image-grid__product--logo {
  position: relative;
}
.ac-image-grid__product--logo::before {
  display: none !important;
}
.ac-image-grid__product--logo .ac-image-grid__product__image-wrap {
  height: 100px;
}
.ac-image-grid__product--logo .ac-image-grid__product__image-wrap__img {
  max-height: 85px;
  transform: none !important;
}
.ac-image-grid__product--logo .ac-image-grid__product__name {
  color: #333f48 !important;
}

.ac-image-grid--stacked-caption-mb .ac-image-grid__product__flex {
  height: 0px;
  padding-bottom: 192%;
  position: relative;
}
.ac-image-grid--stacked-caption-mb .ac-image-grid__product__flex__inner {
  height: 50%;
}

.ac-image-grid--negative-top-margin {
  margin-top: -60px;
  padding-top: 0px !important;
}

/* 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__caption__button-group {
  align-items: center;
  display: flex;
  margin: -20px -20px 0 -20px;
  justify-content: flex-start;
}

.ac-image-w-text__caption__button-group__button {
  margin: 20px 20px 0 20px;
}

.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;
  max-width: 400px;
  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;
}

.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__image__image-wrap__play-btn {
  bottom: 40px;
  display: block;
  height: auto;
  left: 40px;
  pointer-events: none;
  position: absolute;
  width: 40px;
}

.ac-image-w-text-solid-bg--olive .ac-image-w-text-solid-bg__container {
  background: #c5d5c8;
}
.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: #333f48;
}

.ac-image-w-text-solid-bg--navy .ac-image-w-text-solid-bg__container {
  background: #333f48;
}
.ac-image-w-text-solid-bg--navy .ac-image-w-text-solid-bg__caption__eyebrow,
.ac-image-w-text-solid-bg--navy .ac-image-w-text-solid-bg__caption__desc {
  color: #ffffff;
}

.ac-image-w-text-solid-bg--light-grey {
  margin-bottom: 40px;
}

.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%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
}

.ac-mm-hero__bg__img {
  display: block;
  height: 100%;
  object-fit: cover;
  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;
  object-fit: cover;
  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;
  object-fit: cover;
  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;
  object-fit: cover;
  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;
  object-fit: cover;
  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-carousel {
  background: #fff;
  overflow: hidden;
  padding: 50px 0 90px;
}
.ac-product-carousel__container {
  max-width: 1240px;
  position: relative;
  width: calc(100% - 40px);
}
.ac-product-carousel__caption {
  text-align: left;
}
.ac-product-carousel__caption__eyebrow {
  margin-bottom: 9px;
}

.ac-product-carousel__caption__heading {
  margin: 0 0 25px;
}

.ac-product-carousel__caption__desc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 27px;
}

.ac-product-carousel__caption__buttons {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: -10px -9px;
}

.ac-product-carousel__caption__button {
  flex: 0 0 auto;
  margin: 10px 9px;
}

.ac-product-carousel__carousel-wrap {
  position: relative;
}
.ac-product-carousel__carousel-wrap__inner {
  padding-top: 1px;
  position: relative;
}
.ac-product-carousel__carousel-wrap__inner::before, .ac-product-carousel__carousel-wrap__inner::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 40px;
  transition: opacity 0.3s ease;
  top: 0px;
  z-index: 40;
}
.ac-product-carousel__carousel-wrap__inner::before {
  background-image: linear-gradient(-270deg, white 10%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  opacity: 0;
}
.ac-product-carousel__carousel-wrap__inner::after {
  background-image: linear-gradient(270deg, white 10%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  right: 0;
}

.ac-product-carousel__grid {
  align-items: stretch;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 0px -10px 0 -10px;
  position: relative;
}
.ac-product-carousel__grid.slick-slider {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.ac-product-carousel__grid .slick-list {
  padding-left: 20px;
}
.ac-product-carousel__grid__item {
  box-sizing: content-box;
  flex: 0 0 215px;
  margin: 0 10px;
  position: relative;
  width: 215px !important;
}
.ac-product-carousel__grid__item.slick-slide {
  float: left !important;
  padding: 0px !important;
  text-align: inherit !important;
}

.ac-product-carousel__card {
  width: 100%;
}
.ac-product-carousel__card__image {
  background: #fafafa;
  cursor: grab;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.ac-product-carousel__card__image__container {
  background: #fafafa;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.ac-product-carousel__card__image__desc-text {
  background-color: #333f48;
  color: #fff;
  display: block;
  font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 15px;
  padding: 6px 12px;
  position: absolute;
  right: 0px;
  text-transform: uppercase;
  top: 0px;
}

.ac-product-carousel__card__image__img {
  display: block;
  height: auto;
  margin: 0;
  max-height: 90%;
  max-width: 90%;
  position: absolute;
  width: auto;
}

.ac-product-carousel__card__name {
  font-family: Sentinel A, Sentinel B, Georgia, serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: 300;
  margin-top: 23px;
}

.ac-product-carousel__card__price {
  color: #000000;
  font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  margin-top: 15px;
}

.ac-product-carousel__progress {
  background: #d8d8d8 linear-gradient(to left, #c8102e 0%, #c8102e 100%) left 50% no-repeat;
  background-size: 50px 100%;
  display: block;
  top: calc(100% + 200px);
  height: 5px;
  margin: 35px auto 0 0;
  position: relative;
  transition: background-size 0.3s ease;
  width: 250px;
}

.ac-product-carousel__prev {
  left: 5px;
  opacity: 1;
  position: absolute;
  top: 107.5px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  z-index: 50;
}
.ac-product-carousel__prev.slick-disabled {
  opacity: 0;
}
.ac-product-carousel__prev.slick-arrow, .ac-product-carousel__prev.slick-arrow:focus, .ac-product-carousel__prev.slick-arrow:hover {
  background-color: #333f48;
  height: auto;
  width: auto;
}

.ac-product-carousel__next {
  right: 5px;
  opacity: 1;
  position: absolute;
  top: 107.5px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  z-index: 50;
}
.ac-product-carousel__next.slick-disabled {
  opacity: 0;
}
.ac-product-carousel__next.slick-arrow, .ac-product-carousel__next.slick-arrow:focus, .ac-product-carousel__next.slick-arrow:hover {
  background-color: #333f48;
  height: auto;
  width: auto;
}

.ac-product-carousel.is-at-start .ac-product-carousel__carousel-wrap__inner::before {
  opacity: 0 !important;
}

.ac-product-carousel.is-at-end .ac-product-carousel__carousel-wrap__inner::before {
  opacity: 1;
}
.ac-product-carousel.is-at-end .ac-product-carousel__carousel-wrap__inner::after {
  opacity: 0;
}

.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 {
  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;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@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%;
  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;
}
.cq-Editable-dom .ac-simple-captioned-hero__bg {
  height: 500px !important;
}
.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%;
  object-fit: cover;
  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-simple-captioned-hero--mothers-day .ac-docked-cta {
  z-index: 10 !important;
}

.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;
  max-width: 556px;
}

.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: rgba(24, 24, 24, 0.4) linear-gradient(to bottom, rgba(51, 63, 72, 0) 68.5%, rgba(51, 63, 72, 0.5) 100%);
  bottom: 0px;
  content: " ";
  display: block;
  height: 100%;
  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%;
  object-fit: cover;
  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;
  position: relative;
}
.ac-video-caption-carousel__carousel__bottom-boxes__flex {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  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-boxes__prev {
  left: 0px;
  opacity: 1;
  position: absolute;
  top: 102px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  z-index: 50;
}
.ac-video-caption-carousel__carousel__bottom-boxes__prev.slick-disabled {
  opacity: 0;
}
.ac-video-caption-carousel__carousel__bottom-boxes__prev.slick-arrow, .ac-video-caption-carousel__carousel__bottom-boxes__prev.slick-arrow:focus, .ac-video-caption-carousel__carousel__bottom-boxes__prev.slick-arrow:hover {
  background-color: #333f48;
  height: auto;
  width: auto;
}

.ac-video-caption-carousel__carousel__bottom-boxes__next {
  right: 40px;
  opacity: 1;
  position: absolute;
  top: 102px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  z-index: 50;
}
.ac-video-caption-carousel__carousel__bottom-boxes__next.slick-disabled {
  opacity: 0;
}
.ac-video-caption-carousel__carousel__bottom-boxes__next.slick-arrow, .ac-video-caption-carousel__carousel__bottom-boxes__next.slick-arrow:focus, .ac-video-caption-carousel__carousel__bottom-boxes__next.slick-arrow:hover {
  background-color: #333f48;
  height: auto;
  width: auto;
}

.ac-video-caption-carousel__carousel__bottom-box {
  flex: 0 0 auto;
  margin: 0 32px 0 0;
  text-decoration: none !important;
  width: 210px;
}
.slick-initialized .ac-video-caption-carousel__carousel__bottom-box.slick-slide {
  display: block;
  float: left;
  padding: 0px;
  text-align: left;
  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,
.ac-video-caption-carousel--light .ac-video-caption-carousel__carousel__bottom-box__name {
  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: rgba(24, 24, 24, 0.4) linear-gradient(to bottom, rgba(51, 63, 72, 0) 68.5%, rgba(51, 63, 72, 0.5) 100%);
  bottom: 0px;
  content: " ";
  display: block;
  height: 100%;
  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%;
  object-fit: cover;
  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;
  object-fit: cover;
  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__video {
  border-radius: 100% 100%;
  display: block;
  height: 100%;
  left: 0px;
  object-fit: cover;
  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__video.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.75);
  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-video-expansion-carousel--light .ac-video-expansion-carousel__main-caption__desc,
.ac-video-expansion-carousel--light .ac-video-expansion-carousel__subcaption__caption__inner p {
  color: #333f48;
}
.ac-video-expansion-carousel--light .ac-video-expansion-carousel__subcaption__title {
  color: #333f48 !important;
}

.ac-video-expansion-carousel--extra-margin-top {
  margin-top: 45px;
}

.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 ------------------------------------------------------> */
.ac-generic-content {
  padding: 40px 0px;
}
.ac-generic-content__container {
  margin: 0 auto;
  max-width: 1340px;
  width: calc(100% - 30px);
}

.ac-generic-content__caption {
  position: relative;
  text-align: center;
  z-index: 2;
}
.ac-generic-content__caption__eyebrow {
  margin-bottom: 12px;
}

.ac-generic-content__caption__desc {
  color: #333f48;
  font-size: 16px;
  line-height: 26px;
  margin-top: 25px;
}
.ac-generic-content__caption__desc a {
  color: #c8102e;
}

.ac-generic-content__pixlee-embed {
  margin: -80px -15px 0;
}

.ac-comparison-table {
  padding: 50px 0;
}
.ac-comparison-table__container {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 26px);
}

.ac-comparison-table__caption {
  padding: 0px 0 45px;
  position: relative;
  text-align: center;
}
.ac-comparison-table__caption__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  z-index: 2;
}
.ac-comparison-table__caption__eyebrow {
  margin-bottom: 9px;
}

.ac-comparison-table__caption__heading {
  font-size: 24px;
  letter-spacing: -0.0131578947em;
  margin: 0 0 23px;
}

.ac-comparison-table__caption__desc {
  color: #333f48;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.ac-comparison-table__caption__buttons {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: -10px -9px;
}

.ac-comparison-table__caption__button {
  flex: 0 0 auto;
  margin: 10px 9px;
}

.ac-comparison-table__content {
  background-color: #fafafa;
  position: relative;
  z-index: 2;
}
.ac-comparison-table__content__slide-area {
  position: relative;
}
.ac-comparison-table__content__slide-area__prev {
  left: 114px;
  position: absolute;
  top: 70px;
  transition: opacity 0.3s ease;
}

.ac-comparison-table__content__slide-area__next {
  right: -9px;
  position: absolute;
  top: 70px;
  transition: opacity 0.3s ease;
}

.ac-comparison-table__content__slide-area__overflow {
  overflow: hidden;
  width: 100%;
}

.ac-comparison-table__table {
  background-color: #fafafa;
  position: relative;
}
.ac-comparison-table__table:not(:first-child) {
  margin-top: 30px;
}
.ac-comparison-table__table__scroll {
  position: relative;
  width: 100%;
}

.ac-comparison-table__table__inner {
  width: 100%;
}

.ac-comparison-table__table__mobile-labels {
  background: #d8d8d8;
  display: block;
  left: 0px;
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 220px;
  z-index: 5;
}

.ac-comparison-table__table__row {
  align-items: stretch;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: 100%;
}
.ac-comparison-table__table__row__column {
  flex: 0 0 auto;
}
.ac-comparison-table__table__row__column svg {
  display: block;
  margin: 0 auto;
}
.ac-comparison-table__table__row__column--name {
  background: #d8d8d8;
  border-right: 1px solid #979797;
  flex: 0 0 140px;
  padding: 16px;
  position: relative;
  z-index: 2;
}

.ac-comparison-table__table__row__column--data {
  flex: 0 0 calc(100% - 140px);
  opacity: 0;
  padding: 16px;
  transition: opacity 0.3s ease 0s, transform 1.6s ease;
}
.ac-comparison-table__table__row__column--data.is-active {
  opacity: 1;
  transition: opacity 0.5s ease 0.2s, transform 0.8s ease 0s;
}

.ac-comparison-table__table__knockouts .ac-comparison-table__table__row {
  align-items: flex-end;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  overflow: hidden;
  position: relative;
}
.ac-comparison-table__table__knockouts .ac-comparison-table__table__row__column {
  text-align: center;
  padding: 35px 8px 0;
}
.ac-comparison-table__table__knockouts .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--name {
  background-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  color: #333f48;
}
.ac-comparison-table__table__knockouts .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--data {
  background-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  color: #333f48;
}

.ac-comparison-table__table__heading .ac-comparison-table__table__row {
  align-items: stretch;
  background-color: #333f48;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 1px solid #333f48;
  border-right: 1px solid #333f48;
  overflow: hidden;
  position: relative;
}
.ac-comparison-table__table__heading .ac-comparison-table__table__row__column {
  font-size: 10px;
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  font-weight: 500;
  justify-content: flex-start;
  line-height: 1.2em;
  min-height: 50px;
  text-align: center;
  padding: 15px 20px !important;
}
.ac-comparison-table__table__heading .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--name {
  background-color: #333f48;
  border-bottom-color: #333f48;
  border-top-color: #333f48;
  border-right-color: #43545f;
  color: #ffffff;
  font-size: 12px;
}
.ac-comparison-table__table__heading .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--data {
  background-color: #333f48;
  border-bottom-color: #333f48;
  border-top-color: #333f48;
  border-left-color: #43545f;
  color: #ffffff;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
.ac-comparison-table__table__heading .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--data strong {
  font-weight: 700;
}

.ac-comparison-table__table__data {
  border-bottom: 1px solid #a2aaad;
  border-right: 1px solid #a2aaad;
  border-left: 1px solid #a2aaad;
  position: relative;
}
.ac-comparison-table__table__data .ac-comparison-table__table__row {
  align-items: stretch;
  color: #333f48;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4285714286em;
  padding: 0;
  vertical-align: middle;
}
.ac-comparison-table__table__data .ac-comparison-table__table__row a {
  color: #1b64b4;
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
}
.ac-comparison-table__table__data .ac-comparison-table__table__row a:hover {
  text-decoration: none;
}
.ac-comparison-table__table__data .ac-comparison-table__table__row img {
  vertical-align: middle;
  margin: 0 8px;
}
.ac-comparison-table__table__data .ac-comparison-table__table__row__column {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 75px;
}
.ac-comparison-table__table__data .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--name {
  color: #333f48;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4285714286em;
  justify-content: left;
}
.ac-comparison-table__table__data .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--name > span {
  flex: 1 1 20px;
}

.ac-comparison-table__card {
  background-color: #fff;
  margin: 0 auto;
  max-width: 360px;
  padding: 8px 16px 24px;
  width: 100%;
}
.ac-comparison-table__card__image {
  margin: 0 auto;
  max-width: 256px;
  padding: 8px 16px 24px;
  width: 100%;
}
.ac-comparison-table__card__image__image-wrap {
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

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

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

.ac-comparison-table__card__image__img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.ac-comparison-table__card__name {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 8px;
  text-transform: uppercase;
}
.ac-comparison-table__card__name strong {
  font-weight: 700;
}

.ac-comparison-table__card__price {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 24px;
}

.ac-comparison-table__card__buttons {
  margin-top: 24px;
}

.ac-comparison-table__swatch {
  border: 1px solid #999;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  width: 24px;
  margin-right: 10px;
}

.ac-comparison-table.is-at-first-slide .ac-comparison-table__content__slide-area__prev {
  opacity: 0.5;
  pointer-events: none;
}

.ac-comparison-table.is-at-last-slide .ac-comparison-table__content__slide-area__next {
  opacity: 0.5;
  pointer-events: none;
}

.ac-comparison-table [data-tooltip]:before {
  width: 180px;
  white-space: unset;
}

.ac-product-feature-specs {
  padding: 50px 0;
}
.ac-product-feature-specs__container {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}

.ac-product-feature-specs__caption {
  flex: 0 0 100%;
  order: 2;
  padding: 0px 30px 45px;
  position: relative;
  text-align: center;
}
.ac-product-feature-specs__caption__img {
  bottom: 25px;
  display: none;
  height: auto;
  left: 19px;
  pointer-events: none;
  position: absolute;
  width: 140px;
  z-index: 1;
}

.ac-product-feature-specs__caption__inner {
  background: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  max-width: 375px;
  padding-top: 24px;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
  z-index: 2;
}
.ac-product-feature-specs__caption__eyebrow {
  margin-bottom: 9px;
}

.ac-product-feature-specs__caption__heading {
  font-size: 24px;
  letter-spacing: -0.0131578947em;
  margin: 0 0 23px;
}

.ac-product-feature-specs__caption__price {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 25px;
}

.ac-product-feature-specs__caption__desc {
  color: #333f48;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.ac-product-feature-specs__caption__buttons {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: -10px -9px;
}

.ac-product-feature-specs__caption__button {
  flex: 0 0 auto;
  margin: 10px 9px;
}

.ac-product-feature-specs__image {
  flex: 0 0 100%;
  height: 275px;
  margin: 0px 0px 0;
  order: 1;
  position: relative;
  width: 100%;
}
.ac-product-feature-specs__image__image-wrap {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.ac-product-feature-specs__image__image-wrap__picture {
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.ac-product-feature-specs__image__image-wrap__img {
  display: block;
  height: 100%;
  left: 0px;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0px;
  width: 100%;
}

.ac-product-feature-specs__specs {
  background-color: #fafafa;
  flex: 0 0 100%;
  order: 3;
  padding: 30px 40px;
  position: relative;
  z-index: 2;
}
.ac-product-feature-specs__specs__slide-area {
  margin: 0 auto;
  max-width: 255px;
  position: relative;
  width: 100%;
}
.ac-product-feature-specs__specs__slide-area__prev {
  left: -3px;
  position: absolute;
  top: calc(50% - 35px);
  transform: translate(-100%, -50%);
  transition: opacity 0.3s ease;
}

.ac-product-feature-specs__specs__slide-area__next {
  right: -3px;
  position: absolute;
  top: calc(50% - 35px);
  transform: translate(100%, -50%);
  transition: opacity 0.3s ease;
}

.ac-product-feature-specs__specs__slide-area__overflow {
  overflow: hidden;
  width: 100%;
}

.ac-product-feature-specs__specs__slide-area__inner {
  transition: transform 0.5s ease;
  width: 200%;
}

.ac-product-feature-specs__specs__title {
  margin: 0 0 10px;
}

.ac-product-feature-specs__specs__list {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.ac-product-feature-specs__specs__list__mb-break {
  flex: 0 0 100%;
  height: 1px;
  list-style-type: none;
  opacity: 0;
  order: 99;
  padding: 0px;
  margin: -1px;
  width: 100%;
}

.ac-product-feature-specs__specs__list__item {
  color: #333f48;
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  flex: 0 0 calc(48.5% - 7px);
  justify-content: flex-start;
  line-height: 1.1428571429em;
  list-style-type: none;
  margin: 0 auto 0 7px;
  padding: 18px 18px 19px;
  position: relative;
}
.ac-product-feature-specs__specs__list__item::after {
  border-bottom: 1px solid rgba(162, 170, 173, 0.35);
  bottom: 0px;
  content: "";
  display: block;
  height: 0px;
  left: 0px;
  margin: 0 auto 0 0;
  max-width: 248px;
  position: absolute;
  width: 100%;
}
.ac-product-feature-specs__specs__list__item__icon {
  display: block;
  margin-right: 13px;
}

.ac-product-feature-specs__specs__list__item--mb-bottom-1 {
  align-self: start;
  order: 100 !important;
  padding-top: 28px;
}
.ac-product-feature-specs__specs__list__item--mb-bottom-1::after {
  display: none;
}

.ac-product-feature-specs__specs__list__item--mb-bottom-2 {
  align-self: start;
  order: 100 !important;
  padding: 18px 0 0px;
  margin-left: 0px;
  width: 100%;
}
.ac-product-feature-specs__specs__list__item--mb-bottom-2::after {
  display: none;
}

.ac-product-feature-specs__sub-icons {
  padding: 10px 0 0;
}
.ac-product-feature-specs__sub-icons__heading {
  margin-bottom: 20px;
}

.ac-product-feature-specs__sub-icons__list {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0px;
  margin: -15px -5px 0;
  width: calc(100% + 10px);
}

.ac-product-feature-specs__sub-icons__item {
  flex: 0 0 55px;
  margin: 15px 5px 0;
  width: 55px;
  text-align: center;
}

.ac-product-feature-specs__sub-icons__icon {
  height: auto;
  margin: 0 auto 10px;
  max-width: 35px;
  width: auto;
}

.ac-product-feature-specs__sub-icons__name {
  font-size: 11px;
  line-height: 1.1818181818em;
}

.ac-product-feature-specs.is-at-first-slide .ac-product-feature-specs__specs__slide-area__prev {
  opacity: 0.5;
  pointer-events: none;
}

.ac-product-feature-specs.is-at-last-slide .ac-product-feature-specs__specs__slide-area__next {
  opacity: 0.5;
  pointer-events: none;
}

/* ------- SERIES SLIDER START ------- */
.series {
  overflow: hidden;
  position: relative;
  text-align: left;
}

.series a {
  background-color: #333f48;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  height: 622px;
  flex-direction: row;
  text-align: left;
}

.series a .h2 {
  color: #fff;
  font-size: 38px;
  line-height: 44px;
}

.series a .image {
  width: 40%;
  background-position: center;
  background-size: cover;
  margin-bottom: 0px;
}

.series .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 .series-height {
  width: 60%;
  padding: 7.5% 11.5%;
}

.series .series-description {
  font-size: 16px;
  line-height: 22px;
}

.series-ascent .series-btn {
  border-color: #fff;
}

.series-ascent p.series-btn {
  color: #333f48;
}

.series .series-btn:hover,
.series .series-btn:focus,
.series .series-btn:active,
.series .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 .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;
}
/* ------- SERIES SLIDER END ------- */
.series.series--atypic-edits {
  margin: 50px 0;
}
.series.series--atypic-edits p.ac-eyebrow--grey {
  color: #a2aaad;
}
.series.series--atypic-edits .series-additional-info .image {
  bottom: -45px;
  right: -65px;
  width: 280px;
}
.series.series--atypic-edits .series-additional-info .text-wrapper {
  max-width: 210px;
}

.ac-basic-cardlist__container {
  margin: 0 auto;
  max-width: 1340px;
  width: calc(100% - 40px);
}

.ac-basic-cardlist__caption {
  text-align: center;
}
.ac-basic-cardlist__caption__eyebrow {
  margin-bottom: 9px;
}

.ac-basic-cardlist__caption__heading {
  margin: 0 0 25px;
}

.ac-basic-cardlist__caption__desc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 27px;
}

.ac-basic-cardlist__caption__buttons {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: -10px -9px;
}

.ac-basic-cardlist__caption__button {
  flex: 0 0 auto;
  margin: 10px 9px;
}

.ac-basic-cardlist__caption__image-wrap {
  display: none;
  position: relative;
}
.ac-basic-cardlist__caption__image-wrap__picture {
  display: block;
}

.ac-basic-cardlist__caption__image-wrap__img {
  display: block;
  height: auto;
  width: 100%;
}

.ac-basic-cardlist__flex {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: -20px -10px 0;
  overflow: scroll;
  padding-top: 25px;
  position: relative;
}
.ac-basic-cardlist__flex__item {
  flex: 0 0 100%;
  margin: 20px 10px 0;
  position: relative;
}

.ac-basic-cardlist__card {
  width: 100%;
}
.ac-basic-cardlist__card__image {
  background: #fafafa;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.ac-basic-cardlist__card__image__container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.ac-basic-cardlist__card__image__img {
  display: block;
  height: 100%;
  left: 0px;
  margin: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
}

.ac-basic-cardlist__card__rollover {
  align-items: center;
  justify-content: center;
  left: 0px;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2;
}
.ac-basic-cardlist__card__rollover::after {
  background-color: #d47c7c;
  content: "";
  display: block;
  height: 66.66667%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.34s ease-in-out;
  width: 66.66667%;
}
.ac-basic-cardlist__card__rollover__inner {
  align-items: center;
  background: #d47c7c;
  display: flex;
  height: 66.66667%;
  justify-content: center;
  left: 16.66667%;
  text-align: center;
  position: absolute;
  top: 16.66667%;
  width: 66.66667%;
  z-index: 3;
}
.ac-basic-cardlist__card__rollover__icon-contents .ac-basic-cardlist__card__rollover__name {
  min-height: 2em;
}

.ac-basic-cardlist__card__rollover__icon {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto 12px;
  position: relative;
  width: 100px;
}
.ac-basic-cardlist__card__rollover__icon__svg {
  display: block;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

.ac-basic-cardlist__card__rollover__name {
  color: #fff;
  font-size: 20px;
  line-height: 1.1666666667em;
  font-weight: 500;
  padding: 0 30px;
}

.ac-basic-cardlist--foundation-1 .ac-basic-cardlist__flex__item:nth-child(1) .ac-basic-cardlist__card__rollover::after {
  background-color: rgba(140, 164, 56, 0.75);
}
.ac-basic-cardlist--foundation-1 .ac-basic-cardlist__flex__item:nth-child(2) .ac-basic-cardlist__card__rollover::after {
  background-color: rgba(207, 132, 2, 0.75);
}
.ac-basic-cardlist--foundation-1 .ac-basic-cardlist__flex__item:nth-child(3) .ac-basic-cardlist__card__rollover::after {
  background-color: rgba(140, 19, 86, 0.3);
}
.ac-basic-cardlist--foundation-1 .ac-basic-cardlist__card__rollover__inner {
  background-color: transparent;
}

.ac-branded-header {
  position: relative;
}
.ac-branded-header__bg {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.ac-branded-header__bg__image {
  display: block;
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.ac-branded-header__bg__image__video {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.ac-branded-header__bg__image__picture {
  display: block;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.ac-branded-header__bg__image__img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.ac-branded-header__bg__image__darkness-overlay {
  background-color: rgba(36, 123, 160, 0.7);
  display: block;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.ac-branded-header__contents {
  left: 0px;
  height: 100%;
  position: relative;
  top: 0px;
  width: 100%;
}

.ac-branded-header__container {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 360px;
  padding-bottom: 57px;
  padding-top: 33px;
  position: relative;
  width: calc(100% - 40px);
  z-index: 2;
}
.ac-branded-header__caption {
  display: block;
  flex: 1 1 20px;
  text-align: left;
}
.ac-branded-header__caption__logo {
  display: block;
  height: 53px;
  margin: 0 auto 25px 0;
  width: auto;
}

.ac-branded-header__caption__eyebrow {
  color: #333f48;
  margin-bottom: 9px;
}
.ac-branded-header__caption__eyebrow.ac-eyebrow--white {
  color: #ffffff;
}
.ac-branded-header__caption__heading {
  font-size: 25px;
  margin-bottom: 22px;
}
.ac-branded-header__caption__desc {
  color: #333f48;
  font-size: 14px;
  line-height: 22px;
  margin: 0 auto 25px;
}

.ac-foundation-nav {
  background: #e9e9e9;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 10;
}
.ac-foundation-nav__floater {
  background: #e9e9e9;
  position: relative;
  width: 100%;
}

.ac-foundation-nav__main {
  overflow: hidden;
  position: relative;
}

.ac-foundation-nav__container {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  position: relative;
  width: calc(100% - 40px);
}

.ac-foundation-nav__menu-area {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 20px;
  justify-content: flex-start;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
}
.ac-foundation-nav__menu-area::-webkit-scrollbar {
  display: none;
}
.ac-foundation-nav__menu-area__title {
  align-items: center;
  border-bottom: 1px solid rgba(102, 102, 102, 0.18);
  display: flex;
  min-height: 36px;
}
.ac-foundation-nav__menu-area__title__text {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin: 0px !important;
}

.ac-foundation-nav__menu-area__title__price {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 0 auto;
}

.ac-foundation-nav__menu-area__links {
  align-items: stretch;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  border-bottom: 0px;
  display: flex;
  flex: 1 1 20px;
  height: 92px;
  margin: 0px;
  min-height: 0;
  padding: 0 0px;
}
.ac-foundation-nav__menu-area__links__link {
  align-items: center;
  box-sizing: border-box;
  color: #333f48;
  display: none;
  font-size: 12px;
  letter-spacing: 0.125em;
  list-style-type: none;
  height: 100%;
  margin: 0;
  padding: 0px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
.ac-foundation-nav__menu-area__links__link:first-child {
  display: flex;
}
.ac-foundation-nav__menu-area__links__link:not(:first-child) {
  margin-left: 50px;
}
.ac-foundation-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-foundation-nav__menu-area__links__link a {
  color: inherit !important;
  text-decoration: none !important;
}
.ac-foundation-nav__menu-area__links__link.is-active::before {
  background-color: #c8102e;
  transition: background-color 0.2s ease;
}

.ac-foundation-nav__menu-area__links__separator {
  align-items: center;
  box-sizing: border-box;
  color: transparent;
  display: none;
  font-size: 16px;
  letter-spacing: 0.125em;
  list-style-type: none;
  height: 100%;
  margin: 0 0 0 50px;
  padding: 0px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
.ac-foundation-nav__menu-area__links__separator span {
  display: none;
}
.ac-foundation-nav__menu-area__links__separator::before {
  background: #cbcbcb;
  content: "";
  display: block;
  height: 36px;
  width: 1px;
  position: relative;
}

.ac-foundation-nav__menu-area__links__label {
  font-size: 9px;
  letter-spacing: 0.75px;
  line-height: 16px;
  text-transform: uppercase;
  padding-right: 12px;
  color: #a2aaad;
}
.ac-foundation-nav__menu-area__links__label.desktop {
  display: none;
}

.ac-foundation-nav__menu-area__menu-toggle {
  align-items: center;
  background: none !important;
  border: 0px;
  display: flex;
  flex: 0 0 auto;
  height: 40px;
  margin: 0 0 0;
  justify-content: flex-start;
  outline: 0px;
  position: relative;
  width: 40px;
}
.ac-foundation-nav__menu-area__menu-toggle__open {
  display: block;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.3);
  transition: all 0.3s ease;
  transform-origin: 50% 50%;
}
.ac-foundation-nav__menu-area__menu-toggle:not(.is-active) .ac-foundation-nav__menu-area__menu-toggle__open {
  animation: bounce-in 0.8s ease-out 0s;
  animation-iteration-count: 1;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ac-foundation-nav__menu-area__menu-toggle__close {
  display: block;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.3);
  transition: all 0.7s ease;
  transform-origin: 50% 50%;
}
.ac-foundation-nav__menu-area__menu-toggle.is-active .ac-foundation-nav__menu-area__menu-toggle__close {
  animation: bounce-in 0.8s ease-out 0s;
  animation-iteration-count: 1;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ac-foundation-nav__tablet-separator {
  display: none;
  align-items: center;
  box-sizing: border-box;
  color: transparent;
  font-size: 16px;
  letter-spacing: 0.125em;
  list-style-type: none;
  height: 100%;
  margin: 0 30px 0 35px;
  padding: 0px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
.ac-foundation-nav__tablet-separator span {
  display: none;
}
.ac-foundation-nav__tablet-separator::before {
  background: #cbcbcb;
  content: "";
  display: block;
  height: 36px;
  width: 1px;
  position: relative;
}

.ac-foundation-nav__button {
  display: none;
  flex: 0 0 auto;
  position: relative;
  z-index: 5;
}
.ac-foundation-nav__accordion {
  background: #fafafa;
  border-top: 1px solid #fafafa;
  left: 0px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.ac-foundation-nav__accordion__container {
  padding: 0px 0px;
}

.ac-foundation-nav__accordion__mb-footer {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  padding: 20px 30px;
}

.ac-foundation-nav__accordion__ul {
  margin: 0px;
  padding: 20px 30px;
  list-style-type: none;
}

.ac-foundation-nav__accordion__li {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px;
  padding: 20px 0px;
  list-style-type: none;
}
.ac-foundation-nav__accordion__li:not(:first-child) {
  border-top: 1px solid #cbcbcb;
}
.ac-foundation-nav__accordion__li__drawer {
  flex: 0 0 100%;
}

.ac-foundation-nav__accordion__link {
  color: #333f48;
  flex: 1 1 20px;
  font-size: 12px;
  letter-spacing: 0.125em;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
}

.ac-foundation-nav__accordion__sub-toggle {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  margin-left: 12px;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.ac-foundation-nav__accordion__sub-toggle__img {
  display: block;
  transform: scaleY(-1);
  transform-origin: 50% 50%;
  transition: transform 0.5s linear;
}

.ac-foundation-nav__accordion__sub-toggle.is-active .ac-foundation-nav__accordion__sub-toggle__img {
  transform: scaleY(1);
}

.ac-foundation-nav__accordion__sub-ul {
  margin: 0px;
  padding: 8px 10px;
  list-style-type: none;
}

.ac-foundation-nav__accordion__sub-li {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px;
  padding: 12px 0px;
  list-style-type: none;
}

.ac-foundation-nav__accordion__sub-link {
  color: #333f48;
  flex: 1 1 20px;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.ac-foundation-nav.is-topped {
  box-shadow: none;
}
.ac-foundation-nav.is-topped .ac-foundation-nav__floater {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.07);
  left: 0px;
  top: 0px;
  position: fixed;
}

.ac-foundation-nav.is-bottomed {
  box-shadow: none;
}
.ac-foundation-nav.is-bottomed .ac-foundation-nav__floater {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.07);
  left: 0px;
  top: 0px;
  position: fixed;
}
.ac-foundation-nav.is-bottomed .ac-foundation-nav__accordion {
  border-bottom: 1px solid #aaa;
  border-top: 0px;
  top: auto;
  bottom: 100%;
}

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.03);
  }
  75% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.99);
  }
  90% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.ac-image-w-text-full-image {
  background: #000;
  position: relative;
}
.ac-image-w-text-full-image__container {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  width: calc(100% - 64px);
  z-index: 2;
}

.ac-image-w-text-full-image__caption {
  padding: 32px 0;
  text-align: center;
}
.ac-image-w-text-full-image__caption__inner {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}

.ac-image-w-text-full-image__caption__eyebrow {
  margin-bottom: 9px;
}

.ac-image-w-text-full-image__caption__heading {
  margin: 0 0 25px;
}

.ac-image-w-text-full-image__caption__desc {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 27px;
}

.ac-image-w-text-full-image__caption__ctas {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: -10px -9px;
}

.ac-image-w-text-full-image__caption__button {
  flex: 0 0 auto;
  margin: 10px 9px;
}

.ac-image-w-text-full-image__image {
  display: block;
  height: auto;
  left: 0px;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.ac-image-w-text-full-image__image__image-wrap {
  display: block;
  height: auto;
  left: 0px;
  position: relative;
  top: 0px;
  width: 100%;
}
.ac-image-w-text-full-image__image__image-wrap__picture {
  display: block;
  height: auto;
  left: 0px;
  position: relative;
  top: 0px;
  width: 100%;
}

.ac-image-w-text-full-image__image__image-wrap__img {
  display: block;
  height: auto;
  left: 0px;
  position: relative;
  top: 0px;
  width: 100%;
}

.ac-image-w-text-full-image__image__image-wrap__video {
  display: block;
  height: auto;
  width: 100%;
}

.ac-image-w-text-full-image__image__image-wrap__play-btn {
  bottom: 40px;
  display: block;
  height: auto;
  left: 40px;
  pointer-events: none;
  position: absolute;
  width: 40px;
}

.ac-caption-w-big-icons {
  padding: 50px 0 50px;
}
.ac-caption-w-big-icons__container {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: calc(100% - 40px);
}

.ac-caption-w-big-icons__caption {
  padding: 0 25px;
  text-align: center;
}
.ac-caption-w-big-icons__caption__eyebrow {
  margin-bottom: 9px;
}

.ac-caption-w-big-icons__caption__heading {
  margin: 0 0 25px;
}

.ac-caption-w-big-icons__caption__desc {
  font-size: 16px;
  line-height: 26px;
}
.ac-caption-w-big-icons__caption__desc:not(:first-child) {
  margin-top: 25px;
}

.ac-caption-w-big-icons__caption__ctas:not(:first-child) {
  margin-top: 25px;
}

.ac-caption-w-big-icons__icons {
  margin: 50px 0 0;
}
.ac-caption-w-big-icons__icons__flex {
  width: 100%;
}

.ac-caption-w-big-icons__icon-card {
  display: block;
  max-width: 200px;
  margin: 30px auto 0;
  text-align: center;
}
.ac-caption-w-big-icons__icon-card__icon {
  align-items: flex-end;
  display: flex;
  height: 155px;
  margin: 0 auto 20px;
  position: relative;
  width: 125px;
}
.ac-caption-w-big-icons__icon-card__icon__svg {
  display: block;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

.ac-caption-w-big-icons__icon-card__name {
  color: #fff;
  font-size: 18px;
  line-height: 1.5555555556em;
  font-weight: 500;
}

.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 SLIDER 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;
}

/* 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;
}
/* 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;
}

.propel-series .ac-image-w-text-solid-bg__caption__button {
  margin: 18px 0 0;
}
/* 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 only screen and (min-width: 375px) {
  .ac-image-grid__product {
    flex: 0 0 calc(50% + 1px);
  }
  .ac-image-grid--stacked-caption-mb .ac-image-grid__product {
    flex: 0 0 calc(100% + 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 (min-width: 601px) {
  .series.series--atypic-edits .series-additional-info .image {
    bottom: -65px;
    right: -65px;
    width: 300px;
  }
}

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

@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-container--xl {
    width: calc(100% - 40px);
  }
  .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: 90%;
  }
  .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;
  }
  .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 only screen and (min-width: 768px) {
  .ac-text-white--medium {
    color: #fff;
  }
  .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-bundle-grid__card__name--large {
    font-size: 24px;
  }
  .ac-bundle-grid__card__desc {
    font-size: 18px;
  }
  .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-center-captioned-banner {
    padding: 40px 0;
  }
  .ac-center-captioned-banner__container {
    width: calc(100% - 40px);
  }
  .ac-center-captioned-banner__bg__image.desktop {
    display: block;
  }
  .ac-center-captioned-banner__bg__image.mobile {
    display: none;
  }
  .ac-center-captioned-banner__contents {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    justify-content: center;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 365px;
    padding-top: 0;
    position: relative;
    top: 0px;
    width: 392px;
    z-index: 2;
  }
  .ac-center-captioned-banner__caption {
    padding-left: 0;
    padding-right: 0;
  }
  .ac-center-captioned-banner__caption__eyebrow {
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 15px;
    margin-bottom: 11px;
  }
  .ac-center-captioned-banner__caption__heading {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 22px;
  }
  .ac-center-captioned-banner__caption__desc {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .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--top-aligned .ac-center-captioned-hero__container {
    align-items: flex-start;
  }
  .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__primary-box__more-link {
    bottom: auto;
    top: calc(100% - 32px - 80px);
    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-chef-testimonial-carousel--reviews .ac-chef-testimonial-carousel__testimonial__attribution {
    padding: 0px;
  }
  .ac-compactor-diagram {
    min-height: 500px;
    padding: 96px 0px 85px;
  }
  .ac-compactor-diagram__container {
    width: calc(100% - 120px);
  }
  .ac-compactor-diagram__caption {
    text-align: center;
  }
  .ac-compactor-diagram__caption__eyebrow {
    margin-bottom: 5px;
  }
  .ac-compactor-diagram__caption__heading {
    font-size: 45px;
    line-height: 50px;
  }
  .ac-compactor-diagram__caption__price {
    text-align: center;
  }
  .ac-compactor-diagram__caption__price::before {
    margin: 0 auto 17px auto;
    width: 60px;
  }
  .ac-compactor-diagram__caption__button {
    margin-top: 32px;
    text-align: center;
  }
  .ac-compactor-diagram__diagram {
    margin-top: 66px;
    padding-bottom: 0px;
  }
  .ac-compactor-diagram__diagram__img {
    left: -35px;
    width: 640px;
  }
  .ac-compactor-diagram__diagram__bottom-caption {
    bottom: auto;
    left: auto;
    right: 0px;
    top: 42px;
  }
  .ac-compactor-diagram__diagram__caption-title {
    font-size: 25px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .ac-compactor-diagram__diagram__caption-list__item {
    font-size: 16px;
    line-height: 26px;
  }
  .ac-compactor-diagram__diagram__caption-list__item:not(:first-child) {
    margin-top: 18px;
  }
  .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--compact .ac-docking-nav__menu-area__menu-toggle__text {
    max-width: none;
  }
  .ac-double-card {
    padding: 85px 0px 0px;
  }
  .ac-double-card__container--top {
    width: calc(100% - 120px);
  }
  .ac-double-card__container--bottom {
    height: 90px;
    width: calc(100% - 120px);
  }
  .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__slide-area {
    margin-top: 45px;
  }
  .ac-double-card__flex {
    padding-top: 0px;
  }
  .ac-double-card__flex.slick-initialized {
    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-card__progress {
    width: 450px;
  }
  .ac-double-card__prev {
    right: 84px;
    top: 50%;
  }
  .ac-double-card__next {
    right: 0px;
    top: 50%;
  }
  .ac-double-card--carousel .ac-double-card__caption {
    align-items: flex-end;
    display: flex;
    margin-top: 0px;
    text-align: center;
    justify-content: flex-start;
  }
  .ac-double-card--carousel .ac-double-card__caption__heading {
    flex: 0 0 auto;
    margin-bottom: 0px;
    margin-right: auto;
    margin-top: 0px;
  }
  .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-icon-grid {
    padding: 70px 0px 80px;
  }
  .ac-icon-grid__container {
    width: calc(100% - 80px);
  }
  .ac-icon-grid__caption {
    margin: 0px;
    padding: 0px 20px;
    width: auto;
  }
  .ac-icon-grid__caption__eyebrow {
    margin-bottom: 4px;
  }
  .ac-icon-grid__caption__heading {
    margin-bottom: 20px;
  }
  .ac-icon-grid__flex {
    margin: 100px 0 0 -36px;
    width: calc(100% + 36px);
  }
  .ac-icon-grid__flex__item {
    flex: 0 0 calc(33% - 36px);
    margin-bottom: 40px;
    margin-left: 36px;
  }
  .ac-icon-grid__card__name {
    padding: 4px 12px 8px;
  }
  .ac-icon-grid__card__name__tag {
    font-size: 20px;
  }
  .ac-icon-grid__card__copy {
    font-size: 16px;
    line-height: 26px;
  }
  .ac-icon-grid--icon-grid-4-row {
    padding: 89px 0 84px;
  }
  .ac-icon-grid--icon-grid-4-row .ac-icon-grid__container {
    width: calc(100% - 150px);
  }
  .ac-icon-grid--icon-grid-4-row .ac-icon-grid__caption__heading {
    font-size: 45px;
    letter-spacing: 0.5px;
    line-height: 50px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 423px;
  }
  .ac-icon-grid--icon-grid-4-row .ac-icon-grid__flex {
    margin: 100px 0 0 -83px;
    width: calc(100% + 83px);
    margin-top: 41px;
  }
  .ac-icon-grid--icon-grid-4-row .ac-icon-grid__flex__item {
    flex: 0 0 calc(50% - 83px);
    margin-bottom: 43px;
    margin-left: 83px;
  }
  .ac-icon-grid--icon-grid-4-row .ac-icon-grid__card__image {
    width: 83px;
  }
  .ac-icon-grid--icon-grid-4-row .ac-icon-grid__card__name {
    padding-bottom: 0;
  }
  .ac-icon-grid--icon-grid-4-row .ac-icon-grid__card__name__tag {
    font-size: 25px;
    letter-spacing: 0.36px;
    line-height: 44px;
  }
  .ac-icon-grid--icon-grid-4-row .ac-icon-grid__card__copy {
    margin-top: 10px;
    width: 267px;
  }
  .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-grid__product--logo .ac-image-grid__product__image-wrap {
    height: 115px;
  }
  .ac-image-grid__product--logo .ac-image-grid__product__image-wrap__img {
    max-height: 90px;
  }
  .ac-image-grid__product--logo .ac-image-grid__product__name {
    font-size: 20px;
    font-weight: 500;
    max-width: calc(100% - 20px);
    min-height: 60px;
    letter-spacing: 2.5px;
    line-height: 30px;
    max-width: calc(100% - 40px);
  }
  .ac-image-grid--negative-top-margin {
    margin-top: -60px;
  }
  .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;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0px;
  }
  .ac-image-w-text-solid-bg__image__image-wrap__video {
    height: 100%;
    left: 0px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0px;
  }
  .ac-image-w-text-solid-bg__image__image-wrap__play-btn {
    bottom: 50px;
    left: 50px;
    width: 55px;
  }
  .ac-image-w-text-solid-bg--image-left .ac-image-w-text-solid-bg__container {
    flex-flow: row-reverse nowrap;
  }
  .ac-image-w-text-solid-bg--light-grey {
    margin-bottom: 50px;
  }
  .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-carousel {
    padding: 90px 0 90px;
  }
  .ac-product-carousel__container {
    width: calc(100% - 120px);
  }
  .ac-product-carousel__caption__eyebrow {
    margin-bottom: 4px;
  }
  .ac-product-carousel__caption__heading {
    margin-bottom: 40px;
  }
  .ac-product-carousel__caption__desc {
    margin-bottom: 30px;
  }
  .ac-product-carousel__carousel-wrap__inner::before, .ac-product-carousel__carousel-wrap__inner::after {
    width: 120px;
  }
  .ac-product-carousel__grid {
    margin: 0px -15px 0;
  }
  .ac-product-carousel__grid .slick-list {
    padding-left: 60px;
  }
  .ac-product-carousel__grid__item {
    flex: 0 0 345px;
    margin: 0 15px;
    width: 345px !important;
  }
  .ac-product-carousel__card__image__desc-text {
    padding: 11px 20px;
  }
  .ac-product-carousel__card__name {
    font-size: 35px;
    line-height: 44px;
    margin-top: 40px;
  }
  .ac-product-carousel__card__price {
    font-size: 22px;
    margin-top: 11px;
    line-height: 50px;
  }
  .ac-product-carousel__progress {
    margin-top: 42px;
    width: 550px;
  }
  .ac-product-carousel__prev {
    left: 15px;
    top: 172.5px;
  }
  .ac-product-carousel__next {
    right: 15px;
    top: 172.5px;
  }
  .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: 860px;
  }
  .ac-simple-captioned-hero__contents {
    left: 0px;
    position: absolute;
    top: 0px;
    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-simple-captioned-hero--mothers-day .ac-simple-captioned-hero__bg {
    height: 600px;
    min-height: 600px;
  }
  .ac-simple-captioned-hero--mothers-day .ac-simple-captioned-hero__container {
    padding-top: 135px;
  }
  .ac-simple-captioned-hero--mothers-day .ac-simple-captioned-hero__caption__button {
    display: inline-block;
  }
  .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-boxes__prev {
    display: none;
  }
  .ac-video-caption-carousel__carousel__bottom-boxes__next {
    display: none;
  }
  .ac-video-caption-carousel__carousel__bottom-box {
    margin: 0px;
    width: calc((100% - 64px) / 3);
  }
  .slick-initialized .ac-video-caption-carousel__carousel__bottom-box.slick-slide {
    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-video-expansion-carousel--extra-margin-top {
    margin-top: 60px;
  }
  .ac-video-expansion-carousel--extra-margin-top {
    margin-top: 100px;
  }
  .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;
  }
  .ac-generic-content {
    padding: 50px 0;
  }
  .ac-generic-content__container {
    width: calc(100% - 80px);
  }
  .ac-generic-content__caption {
    text-align: left;
  }
  .ac-generic-content__caption__eyebrow {
    margin-bottom: 7px;
  }
  .ac-generic-content__pixlee-embed {
    margin: -80px -40px 0;
  }
  .ac-comparison-table {
    padding: 55px 0 60px;
  }
  .ac-comparison-table__container {
    width: calc(100% - 40px);
  }
  .ac-comparison-table__caption__eyebrow {
    margin-bottom: 4px;
  }
  .ac-comparison-table__caption__heading {
    font-size: 38px;
    margin-bottom: 33px;
  }
  .ac-comparison-table__caption__desc {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
  }
  .ac-comparison-table__caption__buttons {
    justify-content: flex-start;
  }
  .ac-comparison-table__content {
    width: 100%;
  }
  .ac-comparison-table__content__slide-area__prev {
    display: none;
  }
  .ac-comparison-table__content__slide-area__next {
    display: none;
  }
  .ac-comparison-table__content__slide-area__overflow {
    overflow: visible;
  }
  .ac-comparison-table__table:not(:first-child) {
    margin-top: 40px;
  }
  .ac-comparison-table__table__mobile-labels {
    width: 350px;
  }
  .ac-comparison-table__table__row {
    flex-flow: row nowrap;
  }
  .ac-comparison-table__table__row__column--name {
    border-right: none;
    flex: 1 1 20px;
    padding: 16px;
  }
  .ac-comparison-table__table__row__column--data {
    border-left: 1px solid #979797;
    flex: 0 0 calc((100% - 264px) / 2);
    opacity: 1 !important;
    padding: 16px;
    transform: none !important;
    transition: none !important;
  }
  .ac-comparison-table__table__knockouts .ac-comparison-table__table__row__column {
    padding: 35px 8px 0;
  }
  .ac-comparison-table__table__knockouts {
    font-size: 14px;
  }
  .ac-comparison-table__table__heading .ac-comparison-table__table__row__column {
    min-height: 64px;
  }
  .ac-comparison-table__table__heading .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--name {
    font-size: 18px;
  }
  .ac-comparison-table__table__heading .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--data {
    font-size: 14px;
  }
  .ac-comparison-table__table__heading {
    font-size: 14px;
  }
  .ac-comparison-table__table__data .ac-comparison-table__table__row {
    font-size: 14px;
    padding: 0;
  }
  .ac-comparison-table__table__data .ac-comparison-table__table__row a {
    font-size: 16px;
  }
  .ac-comparison-table__table__data .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--name {
    font-size: 14px;
    min-height: 75px;
  }
  .ac-comparison-table__table__data .ac-comparison-table__table__row__column.ac-comparison-table__table__row__column--name > span {
    flex: 0 0 auto;
  }
  .ac-comparison-table__card {
    padding: 8px 16px 32px;
  }
  .ac-comparison-table__card__name {
    font-size: 14px;
  }
  .ac-comparison-table__card__price {
    font-size: 18px;
    margin-top: 32px;
  }
  .ac-comparison-table__card__buttons {
    margin-top: 32px;
  }
  .ac-product-feature-specs {
    padding: 55px 0 60px;
  }
  .ac-product-feature-specs__container {
    width: calc(100% - 40px);
  }
  .ac-product-feature-specs__caption {
    flex: 1 1 20px;
    order: 1;
    padding-left: 40px;
    padding-right: 55px;
    text-align: left;
  }
  .ac-product-feature-specs__caption__img {
    display: block;
    bottom: -85px;
    left: 5px;
    width: 320px;
  }
  .ac-product-feature-specs__caption__inner {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-top: 0px;
    max-width: 490px;
    padding-top: 0px;
  }
  .ac-product-feature-specs__caption__eyebrow {
    margin-bottom: 4px;
  }
  .ac-product-feature-specs__caption__heading {
    font-size: 38px;
    margin-bottom: 33px;
  }
  .ac-product-feature-specs__caption__desc {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
  }
  .ac-product-feature-specs__caption__buttons {
    justify-content: flex-start;
  }
  .ac-product-feature-specs__image {
    flex: 0 0 46.8115942029%;
    flex-flow: row wrap;
    height: 513px;
    overflow: hidden;
    order: 2;
    width: 46.8115942029%;
  }
  .ac-product-feature-specs__specs {
    flex: 0 0 100%;
    flex-flow: row wrap;
    padding: 30px 40px;
    overflow: hidden;
    width: 100%;
  }
  .ac-product-feature-specs__specs__slide-area {
    max-width: none;
  }
  .ac-product-feature-specs__specs__slide-area__prev {
    display: none;
  }
  .ac-product-feature-specs__specs__slide-area__next {
    display: none;
  }
  .ac-product-feature-specs__specs__slide-area__overflow {
    overflow: visible;
  }
  .ac-product-feature-specs__specs__slide-area__inner {
    width: auto;
    transform: translate(0, 0) !important;
    transition: none !important;
  }
  .ac-product-feature-specs__specs__list__item {
    flex: 0 0 calc(48.5% - 7px);
  }
  .ac-product-feature-specs__specs__list__item--mb-bottom-1 {
    padding-top: 45px;
  }
  .ac-product-feature-specs__specs__list__item--mb-bottom-2 {
    padding-top: 28px;
  }
  .ac-basic-cardlist__container {
    width: calc(100% - 80px);
  }
  .ac-basic-cardlist__caption__eyebrow {
    margin-bottom: 4px;
  }
  .ac-basic-cardlist__caption__heading {
    margin-bottom: 20px;
  }
  .ac-basic-cardlist__caption__desc {
    margin-bottom: 30px;
  }
  .ac-basic-cardlist__caption__image-wrap {
    display: block;
    margin-top: 66px;
  }
  .ac-basic-cardlist__flex {
    flex: 0 0 auto;
    flex-flow: row wrap;
    margin: -28px -14px 0;
    padding-top: 40px;
    overflow: hidden;
  }
  .ac-basic-cardlist__flex__item {
    flex: 0 0 calc(33.3333% - 30px);
    margin: 28px 14px 0;
  }
  .ac-basic-cardlist__card__rollover__icon-contents .ac-basic-cardlist__card__rollover__name {
    font-size: 18px;
    padding: 0 14px;
  }
  .ac-basic-cardlist__card__rollover__icon-contents .ac-basic-cardlist__card__rollover__icon {
    height: 50px;
  }
  .ac-basic-cardlist__card__rollover__name {
    font-size: 24px;
  }
  .ac-branded-header__container {
    min-height: 450px;
    padding: 50px 0;
    width: calc(100% - 120px);
  }
  .ac-branded-header__caption {
    text-align: center;
  }
  .ac-branded-header__caption__logo {
    margin: 0 auto 40px;
    height: 94px;
  }
  .ac-branded-header__caption__eyebrow {
    font-size: 18px;
    letter-spacing: 2.57;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .ac-branded-header__caption__heading {
    font-size: 45px;
    line-height: 1em;
    margin-bottom: 22px;
  }
  .ac-branded-header__caption__desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .ac-foundation-nav__container {
    max-width: 1180px;
    width: calc(100% - 60px);
    white-space: nowrap;
  }
  .ac-foundation-nav__menu-area__title {
    border-bottom: 0px;
    display: block;
    min-height: 0;
  }
  .ac-foundation-nav__menu-area__title__price {
    display: none;
  }
  .ac-foundation-nav__tablet-separator {
    display: flex;
  }
  .ac-foundation-nav__button {
    display: block;
  }
  .ac-foundation-nav__accordion__mb-footer {
    display: none;
  }
  .ac-image-w-text-full-image__container {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: calc(100% - 80px);
  }
  .ac-image-w-text-full-image__caption {
    align-items: center;
    display: flex;
    flex: 1 1 20px;
    justify-content: stretch;
    padding: 48px 0;
    text-align: left;
  }
  .ac-image-w-text-full-image__caption__inner {
    margin: 0 auto 0 0;
  }
  .ac-image-w-text-full-image__caption__eyebrow {
    margin-bottom: 4px;
  }
  .ac-image-w-text-full-image__caption__heading {
    margin-bottom: 20px;
  }
  .ac-image-w-text-full-image__caption__desc {
    margin-bottom: 30px;
  }
  .ac-image-w-text-full-image__image {
    height: 100%;
    position: absolute;
  }
  .ac-image-w-text-full-image__image__image-wrap {
    height: 100%;
    position: absolute;
  }
  .ac-image-w-text-full-image__image__image-wrap__picture {
    height: 100%;
    position: absolute;
  }
  .ac-image-w-text-full-image__image__image-wrap__img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: left 50%;
  }
  .ac-image-w-text-full-image__image__image-wrap__video {
    height: 100%;
    left: 0px;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0px;
  }
  .ac-image-w-text-full-image__image__image-wrap__play-btn {
    bottom: 50px;
    left: 50px;
    width: 55px;
  }
  .ac-image-w-text-full-image--reverse .ac-image-w-text-full-image__caption__inner {
    margin: 0 0 0 auto;
  }
  .ac-caption-w-big-icons {
    padding: 60px 0px;
  }
  .ac-caption-w-big-icons__container {
    width: calc(100% - 120px);
  }
  .ac-caption-w-big-icons__caption {
    flex: 1 1 20px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: auto;
  }
  .ac-caption-w-big-icons__caption__eyebrow {
    margin-bottom: 4px;
  }
  .ac-caption-w-big-icons__caption__heading {
    margin-bottom: 20px;
  }
  .ac-caption-w-big-icons__caption__desc:not(:first-child) {
    margin-top: 20px;
  }
  .ac-caption-w-big-icons__caption__ctas:not(:first-child) {
    margin-top: 35px;
  }
  .ac-caption-w-big-icons__icons {
    margin: 60px 0 0;
  }
  .ac-caption-w-big-icons__icons__flex {
    align-items: center;
    display: flex;
    justify-content: center;
    flex: 0 0 100%;
  }
  .ac-caption-w-big-icons__icons__flex__item {
    flex: 0 0 33.3333%;
  }
  .ac-caption-w-big-icons__icon-card {
    margin-top: 0px;
  }
  .ac-caption-w-big-icons__icon-card__icon {
    margin-bottom: 35px;
  }
  .ac-caption-w-big-icons__icon-card__name {
    font-size: 18px;
    min-height: 4.6666666667em;
  }
}

@media (min-width: 768px) {
  .series.series--atypic-edits {
    margin: 66px 0;
  }
  .series.series--atypic-edits .series-additional-info .image {
    bottom: -65px;
    right: 0px;
    width: 300px;
  }
  .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 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: 1024px) {
  .ac-container--xl {
    width: 100%;
  }
  .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%;
    object-fit: cover;
    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;
  }
  .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;
  }
  .propel-series .ac-image-w-text-solid-bg__caption__button {
    margin: 0 0 0 50px;
  }
}

@media (min-width: 1024px) {
  .series.series--atypic-edits {
    margin: 100px 0;
  }
  .series.series--atypic-edits a .image {
    width: 41.3073713491%;
  }
  .series.series--atypic-edits .series-additional-info .image {
    bottom: -73px;
    right: 50px;
    width: 492px;
  }
  .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);
  }
}

@media only screen and (min-width: 1025px) {
  .ac-bundle-grid__container {
    width: 100%;
  }
  .ac-bundle-grid__caption {
    padding-top: 20px;
  }
  .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__desc {
    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-bundle-grid__card--static-text .ac-bundle-grid__card__name,
.ac-bundle-grid__card--static-text .ac-bundle-grid__card__desc {
    display: block;
  }
  .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-center-captioned-banner {
    padding: 60px 0;
  }
  .ac-center-captioned-banner__container {
    max-width: 1440;
    width: calc(100% - 200px);
  }
  .ac-center-captioned-banner__contents {
    min-height: 380px;
    padding-top: 0;
    width: 472px;
  }
  .ac-center-captioned-banner__caption__heading {
    font-size: 45px;
    letter-spacing: 0.5px;
    line-height: 50px;
  }
  .ac-center-captioned-banner__caption__desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 0 10px;
    max-width: 450px;
    width: 100%;
  }
  .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;
  }
  .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-compactor-diagram {
    padding: 96px 0px 50px;
  }
  .ac-compactor-diagram__container {
    width: calc(100% - 245px);
  }
  .ac-compactor-diagram__caption {
    margin-left: 530px;
    text-align: left;
  }
  .ac-compactor-diagram__caption__price {
    font-size: 35px;
    text-align: left;
  }
  .ac-compactor-diagram__caption__price::before {
    margin: 0 auto 21px 0;
    width: 60px;
  }
  .ac-compactor-diagram__caption__button {
    text-align: left;
  }
  .ac-compactor-diagram__diagram {
    margin-top: -260px;
  }
  .ac-compactor-diagram__diagram__img {
    width: auto;
  }
  .ac-compactor-diagram__diagram__bottom-caption {
    top: 386px;
    width: 100%;
  }
  .ac-compactor-diagram__diagram__caption-title {
    font-size: 25px;
    margin-left: auto;
    padding-left: 22px;
    width: 215px;
  }
  .ac-compactor-diagram__diagram__caption-list__item {
    padding-left: calc(100% - 215px + 22px);
  }
  .ac-compactor-diagram__diagram__caption-list__item::after {
    display: block;
  }
  .ac-compactor-diagram__diagram__caption-list__item:nth-child(1)::before {
    left: 545px;
  }
  .ac-compactor-diagram__diagram__caption-list__item:nth-child(1)::after {
    left: 545px;
    right: 215px;
  }
  .ac-compactor-diagram__diagram__caption-list__item:nth-child(2)::before {
    left: 345px;
  }
  .ac-compactor-diagram__diagram__caption-list__item:nth-child(2)::after {
    left: 345px;
    right: 215px;
  }
  .ac-compactor-diagram__diagram__caption-list__item:nth-child(3)::before {
    left: 582px;
  }
  .ac-compactor-diagram__diagram__caption-list__item:nth-child(3)::after {
    left: 582px;
    right: 215px;
  }
  .ac-docked-cta__positioner {
    transform: scale(1);
  }
  .ac-docked-cta--bottom-right-no-mobile {
    left: 86%;
  }
  .ac-docking-nav__container {
    max-width: 1440px;
    padding: 0px;
    width: calc(100% - 100px);
  }
  .ac-docking-nav__container::before {
    background: linear-gradient(to left, rgba(51, 63, 72, 0) 0%, #333f48 100%);
    content: " ";
    display: block;
    height: 100%;
    left: 0px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0px;
    transition: opacity 0.3s ease;
    width: 100px;
    z-index: 11;
  }
  .ac-docking-nav__container::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: 180px;
  }
  .ac-docking-nav__container.is-scrolled::before {
    opacity: 1;
  }
  .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__links__label {
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 15px;
    padding-top: 6px;
  }
  .ac-docking-nav__menu-area__links__label.desktop {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  .ac-docking-nav__menu-area__menu-toggle {
    display: none;
  }
  .ac-docking-nav__accordion {
    display: none !important;
  }
  .ac-docking-nav--compact .ac-docking-nav__container {
    max-width: 1340px;
    padding: 0px;
    width: calc(100% - 100px);
  }
  .ac-docking-nav--stretch .ac-docking-nav__container:after {
    width: 230px;
  }
  .ac-docking-nav--stretch .ac-docking-nav__menu-area {
    margin-left: 120px;
    padding-right: 200px;
  }
  .ac-docking-nav--stretch .ac-docking-nav__menu-area__links {
    flex: 1;
  }
  .ac-docking-nav--stretch .ac-docking-nav__menu-area__links__label.desktop {
    left: -15px;
    max-width: 114px;
    white-space: pre-wrap;
  }
  .ac-docking-nav--stretch .ac-docking-nav__menu-area__links__link {
    flex: 1;
    justify-content: center;
  }
  .ac-docking-nav--stretch .ac-docking-nav__button {
    max-width: 114px;
  }
  .ac-double-card {
    padding: 85px 0px 45px;
  }
  .ac-double-card__container--top {
    width: calc(100% - 140px);
  }
  .ac-double-card__container--bottom {
    margin-top: 15px;
    width: calc(100% - 140px);
  }
  .ac-double-card__caption__eyebrow {
    margin-bottom: 5px;
  }
  .ac-double-card__caption__heading {
    margin-bottom: 18px;
  }
  .ac-double-card__slide-area {
    margin-top: 50px;
  }
  .ac-double-card__flex {
    padding-top: 10px;
  }
  .ac-double-card__flex.slick-initialized {
    padding-top: 0px;
  }
  .ac-double-card__flex__item {
    flex: 0 0 calc(50% - 40px);
    margin-top: 55px;
  }
  .ac-double-card__flex__item.slick-initialized {
    width: 50%;
    flex: 0 0 50%;
  }
  .ac-double-card__card__bottom {
    padding: 40px 30px 60px 65px;
  }
  .ac-double-card__card__eyebrow {
    margin-bottom: 10px;
  }
  .ac-double-card__card__name__tag {
    font-size: 38px;
    line-height: 44px;
  }
  .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-icon-grid {
    padding: 70px 0px 70px;
  }
  .ac-icon-grid__caption {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    text-align: left;
  }
  .ac-icon-grid__caption__eyebrow {
    flex: 0 0 100%;
    margin-bottom: 5px;
  }
  .ac-icon-grid__caption__heading {
    flex: 1 1 50%;
    margin-bottom: 18px;
    max-width: 330px;
  }
  .ac-icon-grid__caption__desc {
    flex: 1 1 50%;
    max-width: 570px;
    margin-left: 35px;
    margin-top: 20px;
  }
  .ac-icon-grid__flex {
    margin: 145px 0 0 -70px;
    width: calc(100% + 70px);
  }
  .ac-icon-grid__flex__item {
    flex: 0 0 calc(33% - 70px);
    margin-bottom: 50px;
    margin-left: 70px;
  }
  .ac-icon-grid__card__name {
    padding: 10px 25px 21px;
  }
  .ac-icon-grid__card__name__tag {
    font-size: 25px;
  }
  .ac-icon-grid--icon-grid-4-row {
    padding: 100px 0 50px;
  }
  .ac-icon-grid--icon-grid-4-row .ac-icon-grid__container {
    width: calc(100% - 65px);
  }
  .ac-icon-grid--icon-grid-4-row .ac-icon-grid__caption__heading {
    flex: auto;
    margin-top: 0;
    max-width: 700px;
    width: 700px;
  }
  .ac-icon-grid--icon-grid-4-row .ac-icon-grid__flex {
    margin-top: 58px;
  }
  .ac-icon-grid--icon-grid-4-row .ac-icon-grid__card__name {
    padding: 0;
  }
  .ac-icon-grid--icon-grid-4-row .ac-icon-grid__card__copy {
    width: 100%;
  }
  .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-grid__product__rollover {
    height: 100%;
    opacity: 0;
    top: 0%;
    transition: opacity 0.5s ease;
  }
  .ac-image-grid__product:hover .ac-image-grid__product__rollover {
    opacity: 1;
  }
  .ac-image-grid__product__rollover__inner {
    transform: translateY(5%);
  }
  .ac-image-grid__product:hover .ac-image-grid__product__rollover__inner {
    transform: translateY(0);
  }
  .ac-image-grid--stacked-caption-mb .ac-image-grid__product__flex {
    padding-bottom: 96%;
  }
  .ac-image-grid--stacked-caption-mb .ac-image-grid__product__flex__inner {
    height: 100%;
  }
  .ac-image-grid--negative-top-margin {
    margin-top: -100px;
  }
  .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-image-w-text-solid-bg__image__image-wrap__play-btn {
    left: 10.101010101%;
  }
  .ac-image-w-text-solid-bg__image--super-wide {
    width: 60.3658536585%;
  }
  .ac-image-w-text-solid-bg--light-grey {
    margin-bottom: 100px;
  }
  .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-carousel {
    padding: 95px 0 100px;
  }
  .ac-product-carousel__container {
    width: calc(100% - 200px);
  }
  .ac-product-carousel__caption__eyebrow {
    margin-bottom: 5px;
  }
  .ac-product-carousel__caption__heading {
    margin-bottom: 40px;
  }
  .ac-product-carousel__caption__desc {
    margin-bottom: 32px;
  }
  .ac-product-carousel__caption__buttons {
    margin: -20px -19px;
  }
  .ac-product-carousel__caption__button {
    margin: 20px 19px;
  }
  .ac-product-carousel__carousel-wrap__inner::before, .ac-product-carousel__carousel-wrap__inner::after {
    width: 200px;
  }
  .ac-product-carousel__carousel-wrap__inner::before {
    opacity: 1;
  }
  .ac-product-carousel__grid {
    margin: 0px -15px 0;
  }
  .ac-product-carousel__grid .slick-list {
    padding-left: calc((100vw - 1440px) / 2);
  }
  .ac-product-carousel__grid__item.slick-slide:first-child {
    padding-left: 100px !important;
  }
  .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%;
    max-width: 27.4193548387%;
    padding-top: 4.8387096774%;
    text-align: left;
    width: 27.4193548387%;
  }
  .ac-video-expansion-carousel__main-caption__eyebrow {
    margin-bottom: 5px;
  }
  .ac-video-expansion-carousel__main-caption__heading {
    font-size: 35px;
    line-height: 45px;
    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;
  }
  .ac-generic-content {
    padding-bottom: 40px 0;
  }
  .ac-generic-content__container {
    width: calc(100% - 100px);
  }
  .ac-generic-content__caption {
    /*
    flex: 0 0 325px;
    */
  }
  .ac-generic-content__caption__eyebrow {
    margin-bottom: 5px;
  }
  .ac-generic-content__pixlee-embed {
    margin: -80px -50px 0;
  }
  .ac-comparison-table {
    padding: 50px 0;
  }
  .ac-comparison-table__container {
    width: calc(100% - 80px);
  }
  .ac-comparison-table__caption__eyebrow {
    margin-bottom: 5px;
  }
  .ac-comparison-table__caption__heading {
    font-size: 38px;
  }
  .ac-comparison-table__caption__desc {
    margin-bottom: 40px;
  }
  .ac-comparison-table__caption__buttons {
    margin: -20px -19px;
  }
  .ac-comparison-table__caption__button {
    margin: 20px 19px;
  }
  .ac-comparison-table__table:not(:first-child) {
    margin-top: 40px;
  }
  .ac-comparison-table__table__mobile-labels {
    display: none;
  }
  .ac-comparison-table__table__row__column--name {
    flex: 1 1 20px;
    padding: 24px;
  }
  .ac-comparison-table__table__row__column--data {
    flex: 0 0 calc((100% - 264px) / 2);
    padding: 24px;
  }
  .ac-comparison-table__table__knockouts .ac-comparison-table__table__row__column {
    padding: 55px 16px 0;
  }
  .ac-comparison-table__table__knockouts {
    font-size: 18px;
  }
  .ac-comparison-table__table__heading {
    font-size: 18px;
  }
  .ac-product-feature-specs {
    padding: 50px 0;
  }
  .ac-product-feature-specs__container {
    width: 100%;
  }
  .ac-product-feature-specs__caption {
    min-height: 750px;
    padding-left: 55px;
    padding-right: 40px;
    padding-top: 198px;
  }
  .ac-product-feature-specs__caption__img {
    bottom: 27px;
    left: 24px;
  }
  .ac-product-feature-specs__caption__eyebrow {
    margin-bottom: 5px;
  }
  .ac-product-feature-specs__caption__heading {
    font-size: 38px;
  }
  .ac-product-feature-specs__caption__desc {
    margin-bottom: 40px;
  }
  .ac-product-feature-specs__caption__buttons {
    margin: -20px -19px;
  }
  .ac-product-feature-specs__caption__button {
    margin: 20px 19px;
  }
  .ac-product-feature-specs__image {
    flex: 0 0 39.3333333333%;
    background: #047;
    height: 750px;
    width: 39.3333333333%;
  }
  .ac-product-feature-specs__specs {
    margin: 50px 0 0 -44px;
    padding: 30px 50px;
    flex: 0 0 360px;
    width: 360px;
  }
  .ac-product-feature-specs__specs__list__mb-break {
    display: none;
  }
  .ac-product-feature-specs__specs__list__item {
    flex: 0 0 100%;
    order: 1 !important;
  }
  .ac-product-feature-specs__specs__list__item--mb-bottom-1 {
    padding-top: 18px;
  }
  .ac-product-feature-specs__specs__list__item--mb-bottom-2 {
    padding-top: 0px;
  }
  .ac-basic-cardlist__container {
    width: calc(100% - 100px);
  }
  .ac-basic-cardlist__caption__eyebrow {
    margin-bottom: 5px;
  }
  .ac-basic-cardlist__caption__heading {
    margin-bottom: 18px;
  }
  .ac-basic-cardlist__caption__desc {
    margin-bottom: 32px;
  }
  .ac-basic-cardlist__caption__buttons {
    margin: -20px -19px;
  }
  .ac-basic-cardlist__caption__button {
    margin: 20px 19px;
  }
  .ac-basic-cardlist__caption__image-wrap {
    display: block;
    margin-top: 92px;
  }
  .ac-basic-cardlist__flex {
    margin: -30px -20px 0;
    padding-top: 50px;
  }
  .ac-basic-cardlist__flex__item {
    flex: 0 0 calc(33.3333% - 40px);
    margin: 30px 20px 0;
  }
  .ac-basic-cardlist__card__rollover {
    display: flex;
    transition: opacity 0.5s ease;
  }
  .ac-basic-cardlist__card:hover .ac-basic-cardlist__card__rollover::after {
    height: 100%;
    width: 100%;
  }
  .ac-basic-cardlist__card__rollover__icon-contents .ac-basic-cardlist__card__rollover__name {
    font-size: 24px;
    padding: 0 24px;
  }
  .ac-basic-cardlist__card__rollover__icon-contents .ac-basic-cardlist__card__rollover__icon {
    height: 60px;
  }
  .ac-basic-cardlist__card__rollover__name {
    font-size: 30px;
  }
  .ac-branded-header__container {
    max-width: 807px;
    min-height: 450px;
    width: calc(100% - 100px);
  }
  .ac-branded-header__caption__heading {
    font-size: 45px;
    line-height: 1em;
    margin-bottom: 26px;
  }
  .ac-branded-header__caption__desc {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
    width: 626px;
  }
  .ac-foundation-nav__container {
    max-width: 1440px;
    padding: 0px;
    width: calc(100% - 100px);
  }
  .ac-foundation-nav__container::before {
    background: linear-gradient(to left, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
    content: " ";
    display: block;
    height: 100%;
    left: 0px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0px;
    transition: opacity 0.3s ease;
    width: 100px;
    z-index: 11;
  }
  .ac-foundation-nav__container::after {
    background: linear-gradient(to right, rgba(233, 233, 233, 0) 0%, #e9e9e9 15%, #e9e9e9 100%);
    content: " ";
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 180px;
  }
  .ac-foundation-nav__container.is-scrolled::before {
    opacity: 1;
  }
  .ac-foundation-nav__menu-area__links__link {
    display: flex;
    font-size: 16px;
  }
  .ac-foundation-nav__menu-area__links__separator {
    display: flex;
  }
  .ac-foundation-nav__menu-area__links__label {
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 15px;
    padding-top: 6px;
  }
  .ac-foundation-nav__menu-area__links__label.desktop {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  .ac-foundation-nav__menu-area__menu-toggle {
    display: none;
  }
  .ac-foundation-nav__tablet-separator {
    display: none;
  }
  .ac-foundation-nav__accordion {
    display: none !important;
  }
  .ac-image-w-text-full-image__container {
    width: calc(100% - 160px);
  }
  .ac-image-w-text-full-image__caption {
    flex: 1 1 20px;
    padding: 80px 0;
  }
  .ac-image-w-text-full-image__caption__eyebrow {
    margin-bottom: 5px;
  }
  .ac-image-w-text-full-image__caption__heading {
    margin-bottom: 18px;
  }
  .ac-image-w-text-full-image__caption__desc {
    margin-bottom: 32px;
  }
  .ac-image-w-text-full-image__caption__ctas {
    margin: -20px -19px;
  }
  .ac-image-w-text-full-image__caption__button {
    margin: 20px 19px;
  }
  .ac-image-w-text-full-image__image__image-wrap__play-btn {
    left: 10.101010101%;
  }
  .ac-caption-w-big-icons {
    padding: 64px 0px;
  }
  .ac-caption-w-big-icons__container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: calc(100% - 120px);
  }
  .ac-caption-w-big-icons__caption {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 260px;
    flex: 0 0 425px;
    text-align: left;
  }
  .ac-caption-w-big-icons__caption__eyebrow {
    margin-bottom: 5px;
  }
  .ac-caption-w-big-icons__caption__heading {
    margin-bottom: 18px;
  }
  .ac-caption-w-big-icons__caption__desc:not(:first-child) {
    margin-top: 18px;
  }
  .ac-caption-w-big-icons__caption__ctas:not(:first-child) {
    margin-top: 35px;
  }
  .ac-caption-w-big-icons__icons {
    align-items: center;
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    flex: 1 1 auto;
    justify-content: stretch;
    margin: -15px 0 -15px 50px;
    min-height: 290px;
    padding-left: 50px;
  }
  .ac-caption-w-big-icons__icons__flex {
    justify-content: flex-start;
  }
  .ac-caption-w-big-icons__icon-card__name {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1025px) {
  .ac-chef-testimonial-carousel__testimonials__bio-images {
    bottom: -25px;
    width: calc((100% - 190px) * 0.3913043478);
  }
  .ac-comparison-table__card {
    padding: 8px 16px 40px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .ac-compactor-diagram__diagram__bottom-caption {
    right: -60px;
  }
  .ac-compactor-diagram__diagram__caption-list__item {
    padding-left: calc(100% - 215px + 60px + 22px);
  }
  .ac-compactor-diagram__diagram__caption-list__item:nth-child(1)::before {
    left: 485px;
  }
  .ac-compactor-diagram__diagram__caption-list__item:nth-child(1)::after {
    left: 485px;
    right: 155px;
  }
  .ac-compactor-diagram__diagram__caption-list__item:nth-child(2)::before {
    left: 285px;
  }
  .ac-compactor-diagram__diagram__caption-list__item:nth-child(2)::after {
    left: 285px;
    right: 155px;
  }
  .ac-compactor-diagram__diagram__caption-list__item:nth-child(3)::before {
    left: 522px;
  }
  .ac-compactor-diagram__diagram__caption-list__item:nth-child(3)::after {
    left: 522px;
    right: 155px;
  }
}

@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 only screen and (min-width: 1025px) and (min-width: 1025px) {
  .ac-product-focus-hero__backdrop {
    left: auto;
    right: 0px;
    width: 50%;
  }
}

@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;
  }
  /* 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;
  }
  .propel-series .ac-image-w-text__caption {
    margin: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .ac-icon-grid__caption {
    padding: 0 100px;
  }
  .ac-icon-grid__caption__desc {
    margin-left: 74px;
  }
  .ac-icon-grid--icon-grid-4-row .ac-icon-grid__flex__item {
    flex: 0 0 calc(25% - 83px);
    margin-bottom: 49px;
    margin-left: 83px;
  }
  .ac-image-grid__container {
    width: calc(100% - 120px);
  }
  .ac-image-grid--stacked-caption-mb .ac-image-grid__product {
    flex-basis: calc(25% + 1px);
  }
  .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;
  }
  .ac-generic-content__container {
    width: calc(100% - 120px);
  }
  .ac-generic-content__pixlee-embed {
    margin: -80px -50px 0;
  }
  .ac-basic-cardlist__card__rollover__icon-contents .ac-basic-cardlist__card__rollover__name {
    font-size: 30px;
    padding: 0 30px;
  }
  .ac-basic-cardlist__card__rollover__icon-contents .ac-basic-cardlist__card__rollover__icon {
    height: 100px;
  }
}

@media only screen and (min-width: 1440px) {
  .ac-icon-grid--icon-grid-4-row .ac-icon-grid__container {
    width: calc(100% - 150px);
  }
  .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-chef-testimonial-carousel--reviews .ac-chef-testimonial-carousel__testimonial__text p,
.ac-chef-testimonial-carousel--reviews .ac-chef-testimonial-carousel__testimonial__attribution {
    text-align: left;
  }
  .ac-chef-testimonial-carousel--reviews .ac-chef-testimonial-carousel__testimonials__primary-box__prev {
    left: auto;
    right: 76px;
  }
  .ac-chef-testimonial-carousel--reviews .ac-chef-testimonial-carousel__testimonials__primary-box__quote {
    left: 45px;
  }
  .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;
  }
}

@media only screen and (max-width: 1024px) {
  .ac-image-grid__product__rollover {
    border: 1px solid #333f48;
    left: -1px;
    width: calc(100% + 2px);
  }
  .ac-image-w-text-solid-bg--img-top-mb-tb .ac-image-w-text-solid-bg__container {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap !important;
    justify-content: flex-start;
  }
  .ac-image-w-text-solid-bg--img-top-mb-tb .ac-image-w-text-solid-bg__caption {
    flex: 0 0 100% !important;
    order: 2;
  }
  .ac-image-w-text-solid-bg--img-top-mb-tb .ac-image-w-text-solid-bg__caption__inner {
    max-width: none;
  }
  .ac-image-w-text-solid-bg--img-top-mb-tb .ac-image-w-text-solid-bg__image {
    flex: 0 0 100% !important;
    order: 1;
  }
}

@media (max-width: 768px) {
  .series a {
    height: 622px;
  }
  .series .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;
  }
  .carousel {
    padding: 20px;
  }
  .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 (max-width: 600px) {
  .series {
    overflow: hidden;
  }
  .series a {
    flex-direction: column;
    height: auto;
  }
  .series .series-height {
    width: 100%;
    text-align: center;
  }
  .series a .image {
    height: 500px;
    width: auto;
  }
  .series .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 p {
    font-size: 14px;
  }
  .series .series-additional-info .text-wrapper .series-btn {
    padding: 5px;
  }
  .series .slick-prev {
    left: 10px;
  }
  .series .slick-next {
    right: 10px;
  }
  .header-wrapper h2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 35px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 500px) {
  .propel-series .ac-bundle-grid__grid__item {
    flex: 0 0 215px;
  }
}