.carousel {
	min-height: 690px;
}.carousel__controls{
	width:100%;
}.carousel__slide .title-row:before{
	content:' ';
	height:4.6rem;
	position:absolute;
	top:-4.6rem;
	left:0;
	right:0;
	background-image:url('../upNxt_res/gbh-carousel-swoosh.svg');
	background-size:100% 100%;
	background-repeat:no-repeat;
}.carousel__slide .title-row{
	background-color:#002d5f;
	background-color:#3b8132;
	background-color:#FCA510;
	position:relative;
	width:100%;
	left:0;
	right:0;
	bottom:0;
}.carousel__slide .title-row .carousel__title{
	font-size:8mm;
	font-weight:bold;
}.carousel__slide-image{
	opacity:1;
}.carousel__controls{
	margin-bottom:2rem;
}.swipeCarousel:before{
	content:' ';
	background-color:#002d5f;
	background-color:#FCA510;
	height:50%;
	position:absolute;
	top:0;
	left:0;
	right:0;
}.swipeCarousel:after{
	content:' ';
	background-color:white;
	left:50%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
}