/*General Styles*/
/*Removing Transition*/
.bootstrap-carousel-research .carousel-item {
	transition: none !important;
}
/*End Removing Transition*/
.bootstrap-carousel-research .carousel-caption h3 {
	margin-bottom: 0px !important;
}
.bootstrap-carousel-research .carousel-control-prev-icon {
	background-image: none !important;
	background-color: transparent !important;
}
.bootstrap-carousel-research .carousel-control-prev-icon::before {
	font-family: 'Font Awesome 6 Sharp' !important;
	  font: var(--fa-font-sharp-regular);
	  content: '\f053' !important;
	  font-size: 1.2rem !important;
	  color: #ffffff !important;
	}
	.bootstrap-carousel-research .carousel-control-next-icon {
		background-image: none !important;
		background-color: transparent !important;
	}
.bootstrap-carousel-research .carousel-control-next-icon::before {
	font-family: 'Font Awesome 6 Sharp' !important;
	  font: var(--fa-font-sharp-regular);
	  content: '\f054' !important;
	  font-size: 1.2rem !important;
	  color: #ffffff !important;
	}
	.bootstrap-carousel-research .bootstrap-carousel-eyebrow {
		color: #ffffff;
		font-weight: 400;
		font-size: 14px;
		text-transform: uppercase;
		
	}
	.bootstrap-carousel-research .bootstrap-carousel-header {
		color: #ffffff;
		font-size: 2.5rem;
		font-weight: bold;
	}
	.bootstrap-carousel-research .bootstrap-carousel-header a {
		color: #ffffff;
		font-size: 2.5rem;
		font-weight: bold;
		text-decoration: none !important;
	}
	.bootstrap-carousel-research .bootstrap-carousel-header a:hover {
		color: #ffe41e;
		text-decoration: underline !important;
	}
	.bootstrap-carousel-research .bootstrap-carousel-text {
		color: #ffffff;
		font-size: 20px;
	}
	.bootstrap-carousel-research .bootstrap-carousel-links a {
		color: #ffffff !important;
		font-weight: 400;
		padding-bottom: 3px;
		border-bottom: 4px solid #FFE41E;
		text-decoration: none !important;
	}
	.bootstrap-carousel-research .bootstrap-carousel-links a:hover {
		color: #ffffff !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;
	}
	/*Font Sizing*/
	@media screen and (max-width: 1728px) {
	 .bootstrap-carousel-research .bootstrap-carousel-header {
	    font-size: 1.5em;
	  }
	}
	/*End Font Sizing*/
/*End General Styles*/
/*Desktop Queries*/
@media screen and (min-width: 768px) {
	.bootstrap-carousel-research .carousel-inner::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #38210E;
	  /* Set height to 95% */
	  height: 95%;
	  z-index: -1; /* Place the background behind the content */
	}
.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 {
	width: 92;
	padding-left: 8%;
	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;
}
.bootstrap-carousel-research .carousel-inner .active .carousel-caption {
	width: 40%;
	float: right;
	position: relative !important;
	left: unset;
	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;
	padding-right: 25px;
	display: inline !important;
	
}
.bootstrap-carousel-research .carousel-controllers .carousel-control-next {
	position: relative !important;
	padding-left: 25px;
	display: inline !important;
	
}
.bootstrap-carousel-research .carousel-inner .carousel-item .bootstrap-carousel-media {
	overflow: hidden;
}
/*.bootstrap-carousel-research .carousel-inner .carousel-item .bootstrap-carousel-media img {
	transition: 0.8s all ease-in-out;
}
.bootstrap-carousel-research .carousel-inner .carousel-item:hover .bootstrap-carousel-media img {
	transform: scale(1.2);
	transition: 0.8s all ease-in-out;
}*/
.bootstrap-carousel-research .carousel-inner .carousel-item:hover .bootstrap-carousel-header {
	color: #FFE14E;
}
.bootstrap-carousel-research .carousel-inner .carousel-prev {
	height: 100%;
	padding-bottom: 7.5%;
	padding-top: 0.75%;
}
.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;
}
.bootstrap-carousel-research .carousel-caption .paragraph--type--bootstrap-carousel-items-researc {
	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 {
	left: -50px;	
	}
}
/*End Desktop Queries*/
/*Mobile Queries*/
@media screen and (max-width: 767px) {
.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: #38210E;
	bottom: unset;
	left: unset;
	right: unset;
	top: unset;
	padding-left: 25px;
	padding-right: 25px;
}
.bootstrap-carousel-research .carousel-inner .active .carousel-caption {
	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;
	padding-right: 25px;
	display: inline !important;
	
}
.bootstrap-carousel-research .carousel-controllers .carousel-control-next {
	position: relative !important;
	padding-left: 25px;
	display: inline !important;
	
}
.bootstrap-carousel-research {
	background-color: #38210E;
}
}
/*End Mobile Queries*/
.last-post-content-paragraph .bootstrap-carousel-research {
	margin-bottom: 100px;
}
/*Bootstrap Carousel Button Styling*/
.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;
 }
/*Bootstrap Carousel Button Styling*/