/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./pivot-blocks/timeline-slider/style.scss ***!
  \******************************************************************************************************************************************************************************************/
/* SlickJS Dots and Arrows */
.slick-arrow {
  position: absolute;
  display: block !important;
  width: 100px;
  height: 100px;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  text-indent: -9999em;
  border: none;
  background: url("LeftArrowCircle.svg") center/contain no-repeat !important;
}
.slick-arrow:hover, .slick-arrow:focus {
  opacity: 0.5;
}
.slick-arrow.slick-prev {
  transform: translateX(-20px);
  right: 90%;
}
.slick-arrow.slick-next {
  transform: translateX(30px) scaleX(-1);
  left: 90%;
}
@media (max-width: 480px) {
  .slick-arrow {
    display: none !important;
  }
}

.slick-dots {
  padding: 0;
  list-style: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  bottom: 50px;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .slick-dots {
    bottom: 20px;
  }
}
.slick-dots li {
  margin-bottom: 0 !important;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  min-width: 100%;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  outline: none;
  border: none;
  background: transparent !important;
  position: relative;
}
.slick-dots li button:before {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid white;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: white;
}
.slick-dots li.slick-active button:before {
  background-color: white;
}
.slick-dots li:not(:last-child) {
  margin-right: 15px;
}

/** 
    Deps: slick-carousel 
**/
.timeline-slider-entries {
  position: relative;
  padding-bottom: 40px;
}
.timeline-slider-entries .slick-track {
  display: flex;
  align-items: stretch;
}
.timeline-slider-entries .slick-arrow {
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -19px;
  font-size: 30px;
  z-index: 1;
  color: #fff;
  transform: translateX(0);
  transition: 0.2s ease all;
  cursor: pointer;
  background: #fff no-repeat center center;
  border-radius: 50%;
  border: none;
  background-image: url("ArrowCircle.svg") !important;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.timeline-slider-entries .slick-arrow:hover, .timeline-slider-entries .slick-arrow:focus {
  background-color: var(--wp--preset--color--dark-blue);
}
.timeline-slider-entries .slick-arrow:hover:before, .timeline-slider-entries .slick-arrow:focus:before {
  color: #fff;
}
.timeline-slider-entries .slick-arrow:focus {
  outline: 2px dotted #fff;
}
.timeline-slider-entries .slick-arrow.slick-next {
  left: 100%;
  margin-left: 20px;
  overflow: hidden;
}
.timeline-slider-entries .slick-arrow.slick-next:hover {
  transform: translateX(3px);
}
.timeline-slider-entries .slick-arrow.slick-prev {
  transform: rotate(180deg);
  right: 100%;
  margin-right: 20px;
}
.timeline-slider-entries .slick-arrow.slick-prev:hover {
  transform: rotate(180deg) translateX(3px);
}
.timeline-slider-entries .slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.timeline-slider-entries .slick-dots {
  list-style: none;
  margin: 35px 0 0;
  padding: 0;
  display: flex;
  gap: 10px 40px;
  justify-content: center;
}
.timeline-slider-entries .slick-dots > li button {
  margin: 0;
  padding: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: none;
  background: var(--wp--preset--color--black);
  opacity: 1;
  text-indent: -1000em;
}
.timeline-slider-entries .slick-dots > li.slick-active button {
  background: var(--wp--preset--color--white);
  opacity: 1;
}
@media (max-width: 991px) {
  .timeline-slider-entries .slick-arrow.slick-prev {
    margin-right: -20px;
  }
  .timeline-slider-entries .slick-arrow.slick-next {
    margin-left: -20px;
  }
}
@media (max-width: 480px) {
  .timeline-slider-entries .slick-arrow.slick-prev {
    margin-right: -33px;
  }
  .timeline-slider-entries .slick-arrow.slick-next {
    margin-left: -33px;
  }
}

.timeline-slider-entry-wrap {
  height: auto;
  padding: 20px;
}

.timeline-slider-entry {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.0901960784);
  background: var(--wp--preset--color--white);
  padding: 35px;
  position: relative;
  border-radius: 30px;
  margin: 0px;
  width: 350px;
  max-width: 50vw;
  height: 100%;
}
.timeline-slider-entry .year {
  background: var(--wp--preset--color--black);
  bottom: 96%;
  border-radius: 18px;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  left: 50%;
  margin-bottom: 4px;
  margin-left: -85px;
  position: absolute;
  text-transform: uppercase;
  width: auto;
  padding: 5px 60px 5px;
  text-align: center;
  letter-spacing: 1px;
}
.timeline-slider-entry .entry-image {
  height: 0px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
  padding-bottom: 100%;
  border-radius: 16px;
  position: relative;
}
.timeline-slider-entry .entry-image img {
  position: absolute;
  height: 100%;
  display: block;
  width: 100%;
  margin-bottom: 25px;
  object-fit: cover;
  border-radius: 15px;
}
.timeline-slider-entry .placeholder-background {
  height: 0;
  padding-bottom: 100%;
  background: var(--wp--preset--gradient--dark-orange-to-orange-radial);
  margin-bottom: 25px;
}
.timeline-slider-entry .inner .title {
  color: var(--wp--preset--color--dark-orange);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  margin: 0;
}
.timeline-slider-entry .inner .copy > p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

@media (max-width: 991px) {
  .timeline-slider-entry {
    padding: 20px;
  }
}
