.landingWrapperCard {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 24px 30px;
	gap: 10px;
	width: 100%;
	background: #FFFFFF !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	position: inherit;
}

.landingCardBody {
	width: 100%;
	flex: 1 1 auto !important;
	padding: 0px 0px 0px 0px !important;
}

#landingLeftCarouselArrow {
	left: 32% !important;
	margin-top: 2px;
}

#landingRightCarouselArrow {
	right: 32% !important;
	margin-top: 2px;
}

.carouselCard {
	display: flex;
	flex-direction: row;
	align-items: center;
	border: none;
}

.carouselCardBtnArrows {
	width: 20%;
	border: none;
	display: flex !important;
	background-color: transparent !important;
}

.landingWrapper {
	margin: 95px 72px 20px 72px;
}

.carouselWrapper {
	display: flex;
    gap: 24px;
}

.readMore, .readMore:visited {
	padding-top: 10px;
	text-decoration: underline;
}

.readMore a, .readMore a:visited {
	color: var(--Body-Text-Body-Color, #212529);
}

.readMore a:hover {
	color: #17838C !important;
}

.carouselIndicator {
	top: 0;
	text-align: center;
	align-items: center;
	margin: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.carouselArrowIndicator {
	top: 0 !important;
	text-align: center;
	align-items: center;
	margin: 0;
	bottom: 0;
}

.carouselBtn {
	z-index: 9;
	opacity: 1;
	color: #202020 ! important;
	margin-bottom: 0;
	width: 0 !important;
}

.indicatorWrapper {
	display: flex;
	justify-content: center;
	position: absolute;
}

.currentIndicator, .totalIndicator {
	padding: 0 10px;
}

.d-flexCarousel {
	display: flex;
}

.carouselText {
	overflow: hidden;
	text-overflow: ellipsis;
	
}

.carouselTextOpen {
	white-space: normal;
	overflow: visible;
	text-overflow: ellipsis;
	
}

.carouselFont {
	font-size: 16px;
}

.carouselFlex {
	flex-direction: column;
}

.carouselTitleFontLanding {
	color: #01384D;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 2px;
}

.carouselTitleFont {
	color: #0054CE;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 2px;
}

.indicatorFont {
	font-size: 16px;
    font-weight: normal;
	line-height: 150%;
    
}

.banner-content > .landingReadLess, .banner-content > .landingReadMore {
	margin-left: 0px;
	padding: 8px 0px !important;
	font-family:SourceSans3;
}

.landing-notif-banner-title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	font-family: SourceSans3;
		
}
.landing-notif-banner-description p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	font-family: SourceSans3;
		
}

.chevron-size {
	padding: 24px;
}

/* tablet */
@media screen and (min-width:768px) and (max-width: 1023.9px) {
	#landingLeftCarouselArrow {
		left: 0 !important;
	}
	#landingRightCarouselArrow {
		right: 0 !important;
	}
	.landingWrapper {
	margin: 95px 56px 20px 56px;
	}
	
	/****/
	.notification-banner{
		display: flex;
		padding: 25px 12px 8px 12px;
		align-items: center;
		gap: 16px;
		align-self: stretch;
	}
	
	.card-body {
        margin: 0px!important;
        padding: 0px !important;
    }
    .card.carouselCardBtnArrows.nav-arrow-container{
    	bottom: 10px;
    }
    
    .landingReadLess, .landingReadMore {
		color:#212529 !important;
		font-size: 14px !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: 150% !important;
	}
	
	.indicatorFont {
		font-size: 14px !important;
		font-weight: normal;
		line-height: 150%;
	}
	
	.landing-notif-banner-title {
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;	
	}
	.landing-notif-banner-description p {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;	
		font-family: SourceSans3;
	}
	
	.nav-arrow-container {
	    margin-right: 4px !important;
	}
	
	.chevron-size {
		padding: 12px;
	}
}

/* mobile */
@media screen and (max-width: 767.9px) {
	#landingLeftCarouselArrow {
		margin-top: 0px;
		left: 30% !important;
	}
	#landingRightCarouselArrow {
		margin-top: 0px;
		right: 30% !important;
	}
	.landingWrapperCard {
		padding: 12px 20px;
		margin: auto;
		text-align: center;
	}
	.landingWrapper {
		margin: 85px 5% 0;
	}
	.carouselFont {
		font-size: 12px !important;
	}
	.carouselWrapper, .d-flexCarousel {
		flex-direction: column;
		
	}
	.carouselWrapper {
		gap: 4px;
	}
	.carouselText {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		width: auto;
		white-space: normal;
	}
	.carouselTextOpen {
		width: auto;
	}
	.carouselCardBtnArrows {
		width: 50%;
		margin-bottom: 20px;
	}
	.landingCardBody {
		width: 100%;
		flex: 1 1 auto !important;
		padding: 0px 0px 10px 0px !important;
	}
	.readMore {
		display: flex;
		justify-content: left;
		margin-bottom: 10px !important;
	}
	.indicatorFont {
		font-size: 14px !important;
		font-weight: normal;
		line-height: 150%;
	}
	
	.landing-notif-banner-title {
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		
	}
	
	/***/
	.notification-banner{
		display: flex;
		padding: 25px 12px 8px 12px;
		align-items: center;
		gap: 16px;
		align-self: stretch;
	}
	.card-body {
        margin: 0px!important;
        padding: 0px !important;
    }
    
    .carouselFlex{
    	padding: 0px;
  		gap: 4px;
    }
    
    .card.carouselCardBtnArrows.nav-arrow-container{
    	right: 5% !important;
    	margin-top: 15px;
    }
    
    .landingReadLess, .landingReadMore {
		color:#212529 !important;
		font-size: 14px !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: 150% !important;
	}
	
	.landing-notif-banner-description p {
		font-size: 14px;
	}
	
	.chevron-size {
		padding: 12px;
	}
}

.bannerWordBreak{
	word-break: break-word;
}


.notification-banner{
	background-color:#E8ECF3;
	padding-top: 25px;
}

#leftCarouselArrow{
	left:75px;
}
#rightCarouselArrow{
	right: 75px;
}
.nav-arrow-container{
	margin-right: 25px;
}
.notif-banner-title{
	/*font-size: 20px; 
	font-style: normal; 
	font-weight: bold; 
	line-height: 120%;
	color: #212529; */ 
	
	font-size: 20px; 
	font-style: normal; 
	font-weight: 500; 
	line-height: 120%;  
}
.notif-banner-description {
	
	font-size: 16px; 
	font-style: normal; 
	font-weight: 400; 
	line-height: 150%; /* 24px */ 
	color: #212529;
}

/* laptop-desktop*/
@media screen and (min-width:1024px) {
	.notification-banner{
		display: flex;
		padding: 25px 72px 0 72px;
		align-items: center;
		gap: 16px;
		align-self: stretch;
	}
	.card-body{
		margin: 0px;
		padding: 0px;
	}
	
	#landingLeftCarouselArrow{
	    left: 15% !important;
	}
	#landingRightCarouselArrow{
	    right: 15% !important;
	}
	
}
   
.notification-banner{
--bs-gutter-x: 0rem !important;
}

