.card-content {
  background-color: #ffffff;
  padding: 40px 48px 30px 48px;
  min-height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.card-title {
  font-family: anton;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
  color: #011377;
  text-transform: uppercase;
}

.card-subtitle {
  font-family: inter;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 20px;
}

.main-carousel {
  margin-bottom: 60px;
  margin-left: -20px;
  margin-right: -20px;
}

.ms-carousel-container {
  background-color: #01359d;
  padding-bottom: 30px;
  padding-top: 30px;
}

.desktop-carousel-slide {
  width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.desktop-carousel-slide > .row {
  background-color: #454d58;
}

.slide-up-top {
  width: 100%;
  min-height: 500px;
  max-width: 504px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.card-image {
  width: 100%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px
}

.card-image-lg {
  width: 100%;
  height: 400px;
}

.story-card {
  background-color: #454d58;
  padding: 20px 20px 20px 20px;
  height: 200px;
}

.story-card-active {
  background-color: #454d58;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.story-card--black,
.story-card-active--black {
  background: #222222;
}

.story-card-active button {
  display: none;
}

.carousel-control-prev-icon {
  background-image: url("./images/slide-prev_1.png");
}

.carousel-control-next-icon {
  background-image: url("./images/slide-next_1.png");
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 50px;
  height: 50px;
    /* JUST TESTTING - KDW - July 8 2024 */
  border: 2px white solid;
  border-radius: 50px;
  background-color: #0bb0da;
}

/* .carousel-control-prev,
.carousel-control-next {
  max-width: 59px;
} */

.carousel-control-prev:not(.carousel-control--breakthrough),
.carousel-control-next:not(.carousel-control--breakthrough) {
  top: 17%;
  bottom: inherit;
}

.medium-title-carousel {
  font-family: inter;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px !important;
}

.carousel-control-next {
  margin-right: 150px;
}

.carousel-control-prev {
  margin-left: 150px;
}

@media (min-width: 992px) {
  .card-image-lg {
    height: 560px;
  }

  .story-card-active {
    height: 560px;
    padding: 60px 20px 40px 40px;
  }

  .story-card {
    height: 280px;
    padding: 90px 20px 20px 20px;
  }
}

@media (min-width: 868px) {
  .ms-carousel-container .slick-arrow img {
    width: 89px;
  }

  .story-card-active--black .medium-title-carousel {
    margin-bottom: 90px !important;
  }
}

@media (min-width: 992px) {
  .main-carousel .slick-arrow img {
    width: 89px;
  }

  .story-card-active button {
    display: inline-block;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 89px;
    height: 89px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    max-width: 114px;
    top: 0 !important;
    bottom: 0 !important;
  }

  .desktop-carousel-slide {
    width: 79%;
  }
}

@media (min-width: 1025px) {
  .card-content {
    min-height: 335px;
    padding: 40px 24px 30px 24px;
  }

  .story-card {
    height: 320px;
    padding: 100px 70px 20px 40px;
  }

  .story-card-active {
    height: 640px;
    padding: 80px 50px 40px 60px;
  }

  .story-photo-container-lg {
    height: 320px;
  }

  .card-image-lg {
    height: 640px;
  }

  .medium-title-carousel {
    font-family: inter;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 1200px) {
  .card-content {
    min-height: 335px;
  }
}

@media (min-width: 1600px) {
  .card-content {
    min-height: 335px;
  }
}

/* Carousel Button Media Qs */




@media (max-width: 992px) {
  .carousel-control-next {
    margin-right: 75px;
  }
  
  .carousel-control-prev {
    margin-left: 75px;
  }
}

@media (max-width: 800px) {
  .carousel-control-next {
    margin-right: 36px;
  }
  
  .carousel-control-prev {
    margin-left: 36px;
  }
}

@media (max-width: 720px) {
  .carousel-control-next {
    margin-right: 0px;
  }
  
  .carousel-control-prev {
    margin-left: 0px;
  }
}