.bootstrap-carousel-research .carousel-item {
  transition: none !important;
}

.bootstrap-carousel-research .carousel-caption h3 {
  margin-bottom: 0px !important;
}

.bootstrap-carousel-research .carousel-control-prev-icon {
  background-image: none !important;
  background-color: var(--color-transparent) !important;
}

.bootstrap-carousel-research .carousel-control-prev-icon::before {
  font-family: var(--ff-font-awesome-6-sharp) !important;
  font: var(--fa-font-sharp-regular);
  content: '\f053' !important;
  font-size: var(--fs-1-2rem) !important;
  color: var(--color-white) !important;
}

.bootstrap-carousel-research .carousel-control-next-icon {
  background-image: none !important;
  background-color: var(--color-transparent) !important;
}

.bootstrap-carousel-research .carousel-control-next-icon::before {
  font-family: var(--ff-font-awesome-6-sharp) !important;
  font: var(--fa-font-sharp-regular);
  content: '\f054' !important;
  font-size: var(--fs-1-2rem) !important;
  color: var(--color-white) !important;
}

.bootstrap-carousel-research .bootstrap-carousel-eyebrow {
  color: var(--color-white);
  font-weight: 400;
  font-size: var(--fs-14px);
  text-transform: uppercase;
}

.bootstrap-carousel-research .bootstrap-carousel-header {
  color: var(--color-white);
  font-size: var(--fs-2-5rem);
  font-weight: bold;
}

.bootstrap-carousel-research .bootstrap-carousel-header a {
  color: var(--color-white);
  font-size: var(--fs-2-5rem);
  font-weight: bold;
  text-decoration: none !important;
  line-height: 128%;
}

.bootstrap-carousel-research .bootstrap-carousel-header a:hover {
  color: var(--color-lehigh-yellow);
  text-decoration: underline !important;
}

.bootstrap-carousel-research .bootstrap-carousel-text {
  color: var(--color-white);
  font-size: var(--fs-20px);
}

.bootstrap-carousel-research .bootstrap-carousel-text a {
  color: var(--color-white) !important;
}

.bootstrap-carousel-research .bootstrap-carousel-links a {
  color: var(--color-white) !important;
  font-weight: 400;
  padding-bottom: 3px;
  border-bottom: 4px solid var(--color-lehigh-yellow);
  text-decoration: none !important;
}

.bootstrap-carousel-research .bootstrap-carousel-links a:hover {
  color: var(--color-white) !important;
  font-weight: 450;
  text-decoration: none !important;
}

.bootstrap-carousel-research .carousel-controllers .carousel-control-prev {
  text-decoration: none !important;
}

.bootstrap-carousel-research .carousel-controllers .carousel-control-next {
  text-decoration: none !important;
}

.bootstrap-carousel-control-button {
  border: none;
  height: fit-content;
  cursor: pointer;
}

.bootstrap-carousel-control-button:focus {
  outline: auto !important;
}

.bootstrap-carousel-research .carousel-controllers .carousel-control-prev:focus {
  outline: auto !important;
}

.bootstrap-carousel-research .carousel-controllers .carousel-control-next:focus {
  outline: auto !important;
}

@media screen and (max-width: 991px) {
  .bootstrap-carousel-research .bootstrap-carousel-header a {
    font-size: var(--fs-28px);
  }

  .bootstrap-carousel-research .carousel-inner .active img {
    height: auto !important;
    width: 100%;
    max-width: 100%;
  }

  .bootstrap-carousel-research .carousel-inner .active .carousel-caption {
    display: block !important;
    position: relative;
    background-color: var(--color-dark-brown);
    bottom: unset;
    left: unset;
    right: unset;
    top: unset;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
  }

  .bootstrap-carousel-research .carousel-inner .active .carousel-caption .bootstrap-carousel-text {
    padding-top: 18px;
  }

  .bootstrap-carousel-research .carousel-controllers {
    position: relative;
    width: fit-content;
    bottom: 0px;
    padding-bottom: 80px;
    padding-left: 25px;
  }

  .bootstrap-carousel-research .carousel-controllers .carousel-control-prev {
    position: relative !important;
    margin-right: 25px;
    display: inline !important;
  }

  .bootstrap-carousel-research .carousel-controllers .carousel-control-next {
    position: relative !important;
    margin-left: 25px;
    display: inline !important;
  }

  .bootstrap-carousel-research {
    background-color: var(--color-dark-brown);
  }
 .component-set.component-background-dark .bootstrap-carousel-research {
	 background-color: transparent;
 }
 .component-set.component-background-light .bootstrap-carousel-research {
	 background-color: transparent;
 }
  .component-set.component-background-light .bootstrap-carousel-research .carousel-inner .active .carousel-caption {
	  background-color: transparent;
  }
  .component-set.component-background-dark .bootstrap-carousel-research .carousel-inner .active .carousel-caption {
	  background-color: transparent;
  }
}

@media screen and (max-width: 1728px) {
  .bootstrap-carousel-research .bootstrap-carousel-header {
    font-size: var(--fs-1-5em);
  }
}

@media screen and (min-width: 992px) {
  .bootstrap-carousel-research .carousel-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-dark-brown);
    height: 95%;
    z-index: -1;
  }

  .last-post-content-paragraph .bootstrap-carousel-research {
    margin-bottom: 100px;
  }

  .bootstrap-carousel-research .carousel-inner {
    padding-top: 25px;
  }

  .bootstrap-carousel-research .carousel-next {
    display: block;
    width: 8%;
    position: absolute;
    left: 92%;
    z-index: 1;
    top: 8% !important;
  }

  .bootstrap-carousel-research .carousel-next .carousel-caption {
    display: none !important;
  }

  .bootstrap-carousel-research .carousel-next img {
    object-fit: cover;
  }

  /*.bootstrap-carousel-research .carousel-prev {
  display: block;
  width: 8%;
  position: absolute;
  left: 0px;
  top: 8% !important;
}
.bootstrap-carousel-research .carousel-prev .carousel-caption {
  display: none !important;
}
.bootstrap-carousel-research .carousel-prev img {
  object-fit: cover;
}*/
  .bootstrap-carousel-research .carousel-inner .active {
    padding-left: 2%;
    margin-bottom: 50px;
  }

  .bootstrap-carousel-research .carousel-inner .active .bootstrap-carousel-media {
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 30px;
    width: 50% !important;
    height: auto !important;
    float: left;
  }

  .bootstrap-carousel-research .carousel-inner .active .bootstrap-carousel-media img {
    width: 100% !important;
    height: auto !important;
    border-radius: 40px;
  }

  .bootstrap-carousel-research .carousel-inner .active .carousel-caption {
    width: 40%;
    float: left;
    position: relative !important;
    left: 5%;
    top: unset;
    right: unset;
    bottom: unset;
    text-align: left;
  }

  .bootstrap-carousel-research .carousel-controllers {
    width: fit-content;
    position: absolute;
    bottom: 15%;
    right: 15%;
  }

  .bootstrap-carousel-research .carousel-controllers .carousel-control-prev {
    position: relative !important;
    margin-right: 25px;
    display: inline !important;
  }

  .bootstrap-carousel-research .carousel-controllers .carousel-control-next {
    position: relative !important;
    margin-left: 25px;
    display: inline !important;
  }

  .bootstrap-carousel-research .carousel-inner .carousel-item .bootstrap-carousel-media {
    overflow: hidden;
  }

  .bootstrap-carousel-research .carousel-inner .carousel-item:hover .bootstrap-carousel-header a {
    color: var(--color-ffe14e);
  }

  .bootstrap-carousel-research .carousel-inner .carousel-prev {
    display: none;
  }

  /*.bootstrap-carousel-research .carousel-inner .carousel-prev .bootstrap-carousel-media {
  height: 100%;
}

.bootstrap-carousel-research .carousel-inner .carousel-prev .bootstrap-carousel-media img {
  height: 100% !important;
}
*/
  .bootstrap-carousel-research .carousel-inner .carousel-next {
    height: 100%;
    padding-bottom: 7.5%;
    padding-top: 0.75%;
  }

  .bootstrap-carousel-research .carousel-inner .carousel-next .bootstrap-carousel-media {
    height: 100%;
  }

  .bootstrap-carousel-research .carousel-inner .carousel-next .bootstrap-carousel-media img {
    /*height: 100% !important;*/
    border-radius: 40px;
  }

  .bootstrap-carousel-research .carousel-caption .paragraph--type--bootstrap-carousel-items-researc {
    width: 75% !important;
    position: relative;
    left: -25px;
    top: -20px;
  }

  .paragraph--type--lehigh-boot-car-captions-o {
    width: 75% !important;
    position: relative;
    left: -25px;
    top: -20px;
  }
}

/*@media only screen and (max-width: 1699px) and (min-width: 1400px) {
.bootstrap-carousel-research .carousel-inner .active .carousel-caption {
  left: -25px;
}
}
@media screen and (min-width: 1700px) {
  .bootstrap-carousel-research .carousel-inner .active .carousel-caption {
    right: 40px;
  }
}*/

/*Background Color CSS*/
.component-background-light .bootstrap-carousel-research .bootstrap-carousel-header {
  color: var(--color-3b3b3b);
}

.component-background-light .bootstrap-carousel-research .bootstrap-carousel-header a {
  color: var(--color-3b3b3b);
  text-decoration: none;
}

.component-background-light .bootstrap-carousel-research .carousel-inner .carousel-item:hover .bootstrap-carousel-header a {
  color: var(--color-3b3b3b);
}

.component-background-light .bootstrap-carousel-research .bootstrap-carousel-text {
  color: var(--color-3b3b3b);
}

.component-background-light .bootstrap-carousel-research .audio-transcription-wrapper {
  color: var(--color-3b3b3b);
}

.component-background-light .bootstrap-carousel-research .carousel-control-prev-icon::before {
  color: var(--color-3b3b3b) !important;
}

.component-background-light .bootstrap-carousel-research .carousel-control-next-icon::before {
  color: var(--color-3b3b3b) !important;
}

.component-background-dark .bootstrap-carousel-research .bootstrap-carousel-header {
  color: var(--color-white);
}

.component-background-dark .bootstrap-carousel-research .bootstrap-carousel-header a {
  color: var(--color-white);
  text-decoration: none;
}

.component-background-dark .bootstrap-carousel-research .carousel-inner .carousel-item:hover .bootstrap-carousel-header a {
  color: var(--color-white);
}

.component-background-dark .bootstrap-carousel-research .bootstrap-carousel-text {
  color: var(--color-white);
}

.component-background-dark .bootstrap-carousel-research .audio-transcription-wrapper {
  color: var(--color-white);
}

.component-background-dark .bootstrap-carousel-research .carousel-control-prev-icon::before {
  color: var(--color-white) !important;
}

.component-background-dark .bootstrap-carousel-research .carousel-control-next-icon::before {
  color: var(--color-white) !important;
}

/*End Background Color CSS*/


@media screen and (max-width: 767px) {
  /* Moved from landing-page-paragraph-padding.css (lines > 208) */
  .bootstrap-carousel-research .carousel-inner .active .carousel-caption {
		padding-left: var(--padded-paragraph-mobile-sides) !important;
		padding-right: var(--padded-paragraph-mobile-sides) !important;
	}
}

