/* .nae-header, .nae-d-header {
	background-image: url("../../frontend/images/News-events-Banner.png");
}
.nae-header .title {
	color: white;
	font-weight: bold;
	margin-top: 100px;
} */
.nae-header,.nae-d-header {
	/* background-repeat: no-repeat;
	background-position: center;
	background-size: auto; */
	width: 100%;
	/* height:360px; */
}
/* .nae-d-header {
	height: 150px;
} */
.nae-container.container, .nae-d-container.container {
	max-width: min(90%,1850px) !important;
}
.nae-container.container .search-box .search-button {
	color: #B5B5B5;
	position: absolute;
	padding-right: 2.5rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.nae-ls-container .cards-container .row .card-container, 
.nae-d-container .cards-container .card-container {
	margin-bottom: 3%;
}
.nae-d-container .detail-display img {
	height: auto;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.nae-d-container .card img,
.nae-ls-container .card img {
	height: auto;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.nae-ls-container .card .card-body {
	height: auto;
	max-height: 14rem;
	min-height: 14rem;
}
.nae-ls-container .card .img-head, 
.nae-d-container .card .img-head {
	position: relative;
}
.nae-ls-container .card .card-tag, 
.nae-d-container .card .card-tag {
	border-radius: 0;
	bottom: 8%;
	position: absolute;
	right: 5%;
}
.nae-ls-container .card .card-tag.news, 
.nae-d-container .card .card-tag.news,
.nae-d-container .detail-display.news {
	background-color: #CD2A37;
}
.nae-ls-container .card .card-tag.events, 
.nae-d-container .card .card-tag.events,
.nae-d-container .detail-display.events {
	background-color: #00732F;
}
.nae-ls-container .cards-container .card-container .title, 
.nae-d-container .cards-container .card-container .title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	line-clamp: 2;
	margin-bottom: 3%;
	overflow: hidden;
}
.nae-ls-container .cards-container a:hover, 
.nae-d-container .cards-container a:hover {
	.card-body {
		background-color: #f8eeee;
	}
}
.nae-ls-container .cards-container a, 
.nae-d-container .cards-container a {
	color: black;
	text-decoration: none;
}
.nae-ls-container .cards-container .card-container .date-text, 
.nae-d-container .cards-container .card-container .date-text,
.nae-d-container .detail-display .time {
	color: #00732F !important;
}
.nae-ls-container .cards-container .card-container .date-text.events, 
.nae-d-container .cards-container .card-container .date-text.events,
.nae-d-container .detail-display .time.events {
	font-size: larger;
	font-weight: 700;
}
.nae-ls-container .cards-container .card-container .title h5, 
.nae-d-container .cards-container .card-container .title h5 {
	font-weight: 700;
}
.nae-ls-container .cards-container .card-container .summary-text, 
.nae-d-container .cards-container .card-container .summary-text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	line-clamp: 3;
	overflow: hidden;
}
.nae-ls-container nav i.fa, 
.nae-d-container nav i.fa {
	font-size: 0.8rem;
	font-weight: 400;
}
.nae-ls-container nav .custom-btn, 
.nae-d-container nav .custom-btn {
	background-color: white;
	border-color: #E1E1E1;
	height: 2.5rem;
	width: 2.5rem;
}
nav ul .custom-btn.active, 
nav ul .custom-btn:hover {
	background-color: #FAD3D3;
	border-color: #CD2A37;
	color: #CD2A37;
}
@media (max-width: 767px) {
	.nae-container.container .search-box .search-button {
		padding-right: 1rem;
	}
}
