.header-slim-promo {
	width: 100%;
	display: flex;
	padding: 20px;
	align-items: center;
    margin-bottom: 30px;
}

.header-slim-promo-content.one {
	padding-right: 1rem;
	text-align: center;
	flex-grow: 1;
}

.header-slim-promo-content.one p {
	margin-bottom: 0;
	font-size: 18px;
}

.header-slim-promo-cta a {
	margin-right: 30px;
    padding: 16px 44px !important;
}


.header-slim-promo-content.two {
	display: flex;
	flex-grow: 1;
	justify-content: space-around;
	text-align: center;
    flex-wrap: wrap;
}

.header-slim-promo-content.two>div {
	flex-wrap: wrap;
        }

.promo-content-heading {
	margin-bottom: 0;
}

.header-slim-promo .promo-content-description {
	font-weight: 400;
}

@media screen and (max-width: 767px) {

	.header-slim-promo-content .animate-delay-v2-1 {
		animation: header-promostrip-item-fade-2 9s linear infinite -4.5s;
		margin-left: 0px;
	}

	.header-slim-promo-content .animate-delay-v2-2 {
		animation: header-promostrip-item-fade-2 9s linear infinite -0s;
	}

    .header-slim-promo-content .animate-delay-v3-1 {
		animation: header-promostrip-item-fade-3 13.5s linear infinite -4.5s;
		margin-left: 0px;
	}

	.header-slim-promo-content .animate-delay-v3-2 {
		animation: header-promostrip-item-fade-3 13.5s linear infinite -0s;
	}

	.header-slim-promo-content .animate-delay-v3-3 {
		animation: header-promostrip-item-fade-3 13.5s linear infinite -9s;
	}

	.header-slim-promo-content.one {
		padding-right: 1rem;
		text-align: center;
		flex-grow: 1;
    }

	@keyframes header-promostrip-item-fade-3 {

		0%,
		33%,
		100% {
			transform: translateY(-100px);
			opacity: 0
		}

		0.01%,
		29.01%,
		32.99% {
			transform: translateY(0)
		}

		4%,
		29% {
			transform: translateY(0);
			opacity: 1
		}
	}

	@keyframes header-promostrip-item-fade-2 {

		0%,
		50%,
		100% {
			transform: translateY(-100px);
			opacity: 0;
		}

    	0.01%,
		45.51%,
		49.99% {
			transform: translateY(0)
		}

		4.5%,
		45.5% {
			transform: translateY(0);
			opacity: 1;
		}

	}

	.header-slim-promo.variant-one {
		flex-wrap: wrap;
		align-items: start;
	}

	.header-slim-promo.variant-one .header-slim-promo-close {
		margin-top: 0.5rem;
	}

	.header-slim-promo-content-item {
		flex: 1 1 100%;
		margin-left: -100%;
	}

	.header-slim-promo-content.one {
		text-align: center;
		flex: 1 0 50%;
		order: 1;
	}

	.header-slim-promo-cta {
		flex: 1 0 100%;
		order: 3;
	}

	.header-slim-promo-close {
		order: 2;
	}

	.header-slim-promo-cta a {
    	margin-right: 0;
	}

	.bg-livingcolor {
		background: #F4F5F9 url('../../../../etc.clientlibs/3ie-wotf/clientlibs/components/clientlib-header-promo-strip/resources/living-color-mobile.jpg') no-repeat !important;
		background-size: cover;
	}

}

.bg-livingcolor {
	background: #F4F5F9 url('../../../../etc.clientlibs/3ie-wotf/clientlibs/components/clientlib-header-promo-strip/resources/living-color.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
.header-slim-promo[style] {
  background-image: var(--bg-desktop) !important;
  background-size: cover !important;
}

@media only screen and (max-width: 768px) {
  .header-slim-promo[style] {
    background-image: var(--bg-mobile) !important;
    background-size: cover !important;
  }
}

 .header-slim-promo-cta-hide{
     display: none;

}

@media screen and (min-width: 991px) {
    .headerpromostrip {
        height: auto !important;
    }
}

@media screen and (max-width: 768px) {
    .headerpromostrip {
        height: 260px !important;
    }
    .one-no-cta {
    	padding-top: 25px;
	}
}

@media screen and (min-width: 992px) {
     .header-slim-promo {
        height: 80px !important;
    }
}

 @media screen and (max-width: 575px) {
    .header-slim-promo {
        height: 189px !important;
    }
 }

.promostrip-container .nav-tabs-2 .nav-tabs-control {
  margin: 0 !important;
}

.promostrip-container .owl-carousel .owl-theme {
  display: block;
}

.promostrip-container button.owl-prev,
.promostrip-container button.owl-next {
  box-shadow: none;
}

.promostrip-container .owl-nav {
  top: 97%;
  display: flex;
  align-items: center;
  width: 15%;
  margin: auto;
}

.promostrip-container .owl-dots {
  text-align: center;
}

.noSubNav {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .promostrip-container .owl-nav {
    top: 97.5%;
    width: 40%;
  }

  .noSubNav {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .promostrip-container .owl-nav {
    top: 95%;
    width: 20%;
  }
}

.promostrip-container-skeleton-loader {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
}

.promostrip-container-skeleton-image {
  width: 100%;
  min-height: 445px;
  animation: loading 1.5s infinite;
}

.promostrip-container-skeleton-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.promostrip-container-skeleton-dot {
  width: 12px;
  height: 12px;
  background-color: #e0e0e0;
  border-radius: 50%;
  margin-top: 20px;
}



@keyframes loading {

  0%,
  100% {
    background-color: #eee;
  }

  50% {
    background-color: #ddd;
  }
}

.heroContainer.tabs.panelcontainer.aem-GridColumn {
  height: auto !important;
}

.promo-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.carousel-divider {
  width: 2px;
  height: 28px;
  background-color: #E3E4EB;
  margin: 0 12px;
}


.promo-carousel-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  order: 1;
  gap: 8px;
  background: none;
  border: none;
  color: #444444;
  white-space: nowrap;
  pointer-events: auto;
}

.promo-carousel-toggle * {
  pointer-events: none;
}

.promo-carousel-toggle,
.promo-carousel-toggle .toggle-label {
  user-select: none;
}

.promo-carousel-toggle-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.promo-carousel-toggle .toggle-label {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: #444444;
  transition: opacity 0.2s ease;
  min-width: 42px;
  display: inline-block;
  text-align: left;
}

.promo-carousel-toggle[data-state="play"] .icon-pause {
  display: none;
}

.promo-carousel-toggle[data-state="pause"] .icon-play {
  display: none;
}

.promo-carousel-toggle:hover .pause-circle,
.promo-carousel-toggle:hover .play-circle {
  stroke: #EE0088;
  transition: stroke 0.2s ease;
}


.promo-carousel-controls .owl-nav button {
  all: unset;
  background: none;
  border: none;
  font-size: 24px;
  padding: 0 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-carousel-controls .owl-nav {
  display: flex !important;
  align-items: center;
  gap: 12px;
}

.promo-carousel-controls .owl-dots {
  display: flex !important;
  align-items: center;
  gap: 6px;
  padding: 5px;
}

.promo-carousel-controls .owl-prev,
.promo-carousel-controls .owl-next {
  all: unset;
  background: none !important;
  border: 2px;
  padding: 0 10px;
  font-size: 80px;
  font-weight: 200;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #444444;
  transform: translateY(-5px);
  width: 14.78px;
  height: 7px;
}

.promo-carousel-controls .owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  background-color: #bbbccc;
  margin: 0 4px;
  display: inline-block;
  padding: 4px;
}

.promo-carousel-controls .owl-dot.active {
  border: 2px solid #EE0088;
  background-color: transparent;
  width: 8px;
  height: 8px;
  display: flex;
  padding: 6px;
  align-items: center;
  gap: 10px;
}


@media (max-width: 414px) {
  .promo-carousel-controls {
    width: fit-content;
    height: 40px;
    display: flex;
    gap: 3px;
    align-items: center;
    margin: -15px auto;
  }

  .promo-carousel-toggle {
    padding: 6px;
    width: 20px;
    height: 20px;
    margin: 10px;
  }

  .promo-carousel-controls .owl-prev,
  .promo-carousel-controls .owl-next {
    font-size: 65px;
    width: 14.778px;
    height: 7px;
    padding: 0 5px;
  }

  .promo-carousel-controls .owl-dot {
    width: 5px;
    height: 5px;
    padding: 3px;
    display: flex;
    align-items: center;
  }

  .promo-carousel-controls .owl-dot.active {
    border: 2px solid #EE0088;
    padding: 4px;
    display: flex;
    width: 8px;
    height: 8px;
    align-items: center;
    gap: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .promostrip-container.owl-carousel.owl-theme {
    margin-bottom: -120px;
    pointer-events: none;
  }

  .promo-carousel-controls {
    width: fit-content;
    height: 240px;
    margin-top: 8px;
    display: flex;
    margin-bottom: -81px;
    align-items: center;
    gap: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .promo-carousel-toggle {
    width: 26px;
    height: 26px;
    margin-left: 10px;
  }

  .promo-carousel-controls .owl-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: none;
    background-color: #bbbccc;
    margin: 0px 5px;
    display: inline-block;
    padding: 4px;
  }

  .promo-carousel-controls .owl-dot.active {
    border: 2px solid #EE0088;
    padding: 5px;
    display: flex;
    width: 8px;
    height: 8px;
    align-items: center;
    gap: 10px;
  }

 .promo-carousel-controls .owl-prev,
  .promo-carousel-controls .owl-next {
    padding: 0; /* remove side padding */
  }

 .carousel-divider {
    margin-left: 2px;
    margin-right: 12px;
 }

 .promo-carousel-controls .owl-next {
    margin-right: 2px;
 }

}

@media (min-width: 420px) and (max-width: 767px) {
  .carousel-controls {
    width: fit-content;
    height: 40px;
    justify-content: center;
    gap: 8px;
  }
}

@media (max-width: 767px) {

  .promo-carousel-toggle .toggle-label {
    display: none !important;
  }

  .promo-carousel-toggle:hover .pause-circle,
  .promo-carousel-toggle:hover .play-circle {
    stroke: #444444 !important;
  }

  .promo-carousel-controls {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}

@media (min-width: 768px) {

  .promo-carousel-toggle:hover .pause-circle,
  .promo-carousel-toggle:hover .play-circle {
    stroke: #EE0088;
    transition: stroke 0.2s ease;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .promo-carousel-controls,
  .promo-carousel-controls * {
    pointer-events: auto !important;
  }
}
