.carosuel-container {
  display: flex;
  flex: 1;
}

.carousel-text-slider {
  position: relative;
}

.carousel-text-slider,
.carousel-image-slider {
  width: 50%;
  padding: 0;
}

.carousel-text-slider,
.carousel-text-slider.slick-dotted.slick-slider,
.carousel-image-slider {
  margin-bottom: 0;
}

.carosuel-container .slick-list.draggable {
  cursor: default;
}

.carousel-text-slider .slick-list,
.carousel-image-slider .slick-list,
.carousel-text-slider .slick-track,
.carousel-image-slider .slick-track,
.carousel-text-slider .slick-slide>div,
.carousel-image-slider .slick-slide>div,
.slide-item,
.slide-item article,
.thumbnail-item,
.thumbnail-item>article {
  height: 100%;
}

.coh-container.thumbnail-wrapper:before,
.coh-container.thumbnail-wrapper:after {
  display: none;
}

.carousel-text-slider ul.slick-dots {
  bottom: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  right: 64px;
  padding: 8px;
}

.carousel-text-slider .slick-dots li {
  width: 24px;
  height: 4px;
  margin-right: 8px;
  margin-left: 0;
  background-color: #000a3c;
  opacity: 0.5;
}

.carousel-text-slider .slick-dots li:last-child {
  margin-right: 0;
}

.carousel-text-slider .slick-dots li button:before {
  display: none;
}

.carousel-text-slider li.slick-active {
  opacity: 1;
}

.carousel-text-slider .eyebrow-text {
  display: inline-flex;
  width: 100%;
  align-items: center;
  font-family: 'Peak Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  opacity: 1;
  color: inherit;
}

.carousel-text-slider .eyebrow-text>span {
  margin-right: 16px;
}

.carousel-text-slider .eyebrow-text .news-topic {
  position: relative;
  margin-right: 0;
}

.carousel-text-slider .eyebrow-text .news-topic:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  display: inline-flex;
  width: 1px;
  height: 100%;
  background-color: #8386a0;
  transition: all 0.3s ease-in-out;
}

.carousel-text-slider .eyebrow-text[style *='color'] .news-topic:before {
  background-color: currentColor;
}

.thumbnail-item {
  position: relative;
}

.slide-wrapper a.secondary-btn svg path {
  fill: currentColor;
}

.thumbnail-item:before {
  background: linear-gradient(360deg, rgba(0, 10, 60, 0.80) 0%, rgba(0, 10, 60, 0.00) 100%) no-repeat;
  content: "";
  display: inline-block;
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.thumbnail-item img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.slide-wrapper {
  display: flex;
  padding: 64px;
  flex-direction: column;
  justify-content: center;
  background-color: #FFD400;
  height: inherit;
  color: #000a3c;
}

.slide-wrapper .eyebrow-text {
  margin-bottom: 16px;
  color: inherit;
}

.slide-wrapper h5 {
  margin-bottom: 32px;
}

.slide-wrapper p {
  font-family: Peak Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
}

.slide-wrapper .wrapper-secondary-btn {
  margin-top: auto;
}

.slide-wrapper a.secondary-btn {
  margin-top: auto;
  font-weight: 600;
}

.thumbnail-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.thumbnail-caption {
  position: absolute;
  left: 0;
  bottom: 80px;
  z-index: 3;
  width: 100%;
  text-align: center;
}

.thumbnail-caption span.eyebrow-text {
  color: #fff;
}

.carousel-text-slider .slick-active .slide-item .secondary-btn {
  color: inherit;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .81, 1.3);
    animation-timing-function: cubic-bezier(.215, .61, .81, 1.3)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
    transform: translate3d(10px, 0, 0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
    transform: translate3d(-5px, 0, 0) scaleX(.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .81, 1.3);
    animation-timing-function: cubic-bezier(.215, .61, .81, 1.3)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
    transform: translate3d(10px, 0, 0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
    transform: translate3d(-5px, 0, 0) scaleX(.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

/*.carousel-text-slider .slide-item  h5,
.carousel-text-slider .slide-item  p,
.carousel-text-slider .slide-item  .eyebrow-text,
.carousel-text-slider .slide-item  .secondary-btn  {
    animation:fadeOut 0.8s both;
}*/

/*.carousel-text-slider .slide-item  p{
  animation: slideOutLeft 0.3s both, fadeOut 0.3s both;
}*/

/*
.carousel-text-slider .slick-active .slide-item  h5,
.carousel-text-slider .slick-active .slide-item  .eyebrow-text,
.carousel-text-slider .slick-active .slide-item  .secondary-btn  {
    animation:fadeIn 0.8s both 0.5s;
}*/

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden
  }
}

/** Fix for Accessibility **/
.carousel-text-slider .slide-item .secondary-btn:focus-visible {
  outline: 2px solid;
  outline-offset: 4px;
}

/** Fix for Accessibility **/
@media (min-width: 1025px) and (max-width: 1439px) {
  .slide-wrapper h5 {
    font-size: 48px;
    line-height: 54px;
  }

  .slide-wrapper p {
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  @-webkit-keyframes slideInRight {
    0% {
      -webkit-transform: translateX(30%);
      transform: translateX(30%);
      visibility: visible
    }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }
  }

  @keyframes slideInRight {
    0% {
      -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
      transform: translateX(30%);
      visibility: visible
    }

    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
    }
  }

  @-webkit-keyframes slideInLeft {
    0% {
      -webkit-transform: translateX(-30%);
      transform: translateX(-30%);
      visibility: visible
    }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }
  }

  @keyframes slideInLeft {
    0% {
      -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
      transform: translateX(-30%);
      visibility: visible
    }

    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
    }
  }


  .animationLTR {
    animation: fadeIn 0.8s both 0.3s, slideInRight 0.9s both 0.1s !important;
  }

  .animationRTL {
    animation: 0.8s both 0.3s, slideInLeft 0.9s both 0.1s !important;
  }

  .animationReset {
    animation: fadeOut 0.8s both;
  }

  /* .carousel-text-slider .slick-active .slide-item  p {
        animation:fadeIn 0.8s both 0.5s, slideInRight 0.9s both 0.5s;
    } */
}
.automatic-views-spotlight .secondary-btn.internal-link .external_link_icon {
  display: none;
}

.automatic-views-spotlight .secondary-btn.external-link .self_link_icon {
  display: none;
}

@media (max-width: 1024px) {
  .carosuel-container {
    flex-direction: column;
  }

  .carousel-text-slider,
  .carousel-image-slider {
    width: 100%;
  }

  .carousel-text-slider {
    order: 2;
  }

  .carousel-image-slider {
    order: 1;
  }

  .carousel-text-slider .slick-track,
  .carousel-image-slider .slick-track {
    display: flex;
  }

  .carousel-text-slider .slick-track .slick-slide,
  .carousel-image-slider .slick-track .slick-slide {
    display: flex;
    height: auto;
  }

  .slide-wrapper h5 {
    margin-bottom: 16px;
  }

  .carousel-text-slider ul.slick-dots {
    width: 100%;
    bottom: 32px;
    right: 0;
    padding: 0;
  }

  .slide-wrapper a.secondary-btn {
    margin-bottom: 48px;
  }

  @-webkit-keyframes slideInRight {
    0% {
      -webkit-transform: translateX(70vw);
      transform: translateX(70vw);
      visibility: visible
    }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }
  }

  @keyframes slideInRight {
    0% {
      -webkit-transform: translateX(70vw);
      -ms-transform: translateX(70vw);
      transform: translateX(70vw);
      visibility: visible
    }

    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
    }
  }

  @-webkit-keyframes slideInLeft {
    0% {
      -webkit-transform: translateX(-70vw);
      transform: translateX(-70vw);
      visibility: visible
    }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }
  }

  @keyframes slideInLeft {
    0% {
      -webkit-transform: translateX(-70vw);
      -ms-transform: translateX(-70vw);
      transform: translateX(-70vw);
      visibility: visible
    }

    100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
    }
  }

  .animationLTR {
    animation: fadeIn 0.8s both 0.3s, slideInRight cubic-bezier(0.77, 0, 0.18, 1) both 0.2s !important;
  }

  .animationRTL {
    animation: 0.8s both 0.3s, slideInLeft cubic-bezier(0.77, 0, 0.18, 1) both 0.2s !important;
  }

  .animationReset {
    animation: fadeOut 0.8s both;
  }

  /* .carousel-text-slider .slick-active .slide-item  p {
        animation:fadeIn 0.8s both 0.5s, slideInRight 0.9s both 0.5s;
    } */
  .slide-wrapper p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
  }

  .carousel-text-slider .slick-slide>div {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  .carousel-image-slider .slick-slide>div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .slide-wrapper {
    padding: 32px 16px;
  }
}
