.carousel{
	z-index: 1;
}

.carousel-item img{
	height: 700px;
}

.tab{
	background-color: #fff;
	width: 100%;
	padding: 10px;
	justify-content: space-around;
	display: flex;
	margin-bottom: 10px;
}

.tab button{
	border: none;
	background-color: transparent;
	color: #000;
}

.tab button:hover{
	border-bottom: 1px solid #000;
}

.tab button:focus{
	outline: none;
}

.tab button.active{
	border-bottom: 1px solid #000;
	color: #309050;
}

.contentWrapper{
	margin-bottom: 20px;
}

.tabcontent {
	display: none;
	border: none;
}

.newsItem{
	display: flex;
	position: relative;
}

.newsImg img{
	width: 300px;
	height: auto;
}

.newsTag{
	font-size: 14px;
	padding: 5px;
	position: absolute;
	top: 4%;
	color: #fff;
	background: linear-gradient(to left, #055938 0%, #309050 70%);
	clip-path: polygon(0% 0, 100% 0, 100% 90%, 95% 100%, 100% 100%, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(0% 0, 100% 0, 100% 90%, 95% 100%, 100% 100%, 100% 100%, 0 100%);
	display: none;
}

.newsContent{
	padding: 10px;
	background-color: #fff;
	width: 100%;
	clip-path: polygon(0% 0, 100% 0, 100% 90%, 95% 100%, 100% 100%, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(0% 0, 100% 0, 100% 90%, 95% 100%, 100% 100%, 100% 100%, 0 100%);
}

.newsTitle{
	width: 100%;
}

.newsTitle h6{
	width: 350px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.newsDesc{
	font-size: 12px;
	width: 100%; 
	overflow: hidden;
	height: 55px;
}

.readmoreBtn{
	margin: 15px 0 5px 0;
}

.readmore{
	padding: 5px;
	background: linear-gradient(to top, #055938 0%, #309050 70%);
	text-align: center;
}

a.readmore{
	color: #fff;
}

a.readmore:hover{
	text-decoration: none;
	color: #fff;
}

.newsDate{
	color: #919191;
}

.curatedCollectionWrapper{
	margin-top: 10px;
}

.curatedCollectionTitle h5{
	margin-bottom: 0;
}

.titleLine{
	width: 1.5rem;
	border-bottom: 3.5px solid #309050;
	margin-bottom: 5px;
}

.curatedCollectionItem{
	position: relative;
	margin-bottom: 10px;
}

.curatedCollectionItem a{
	color: #000;
}

.curatedCollectionItem a:hover{
	color: #000;
	text-decoration: none;
}

.curatedCollectionItemDesc{
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top, #055938 0%, #309050 70%);
	width: 100%;
	text-align: center;
	color: #fff;
}

.imgText{
	position: relative;
}

.imgText img{
	width: 100%;
	height: 110px;
}

.newsItemWrapper{
	margin-bottom: 10px;
}

@media only screen and (max-width: 1024px){
	.carousel-item img {
		height: 400px;
	}
}

@media only screen and (max-width: 1199px){
	.newsTitle h6{
		width: 200px;
	}
}

@media only screen and (max-width: 991px){
	.carousel-item img{
		height: auto;
	}

	.newsImg img{
		height: 150px;
	}

	.newsDate{
		display: none;
	}

	.readmoreBtn{
		margin-bottom: 0;
	}

	.tab button{
		font-size: 12px;
	}

	.newsTitle h6{
		width: 320px;
		font-size: 18px;
	}

	a.readmore{
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px){
	.newsTitle h6{
		width: 265px;
	}

	.newsImg{
		width: 80%;
	}

	.newsImg img {
		width: 100%;
	}

	.readmoreBtn{
		margin-top: 15px;
	}
}

@media only screen and (max-width: 576px){
	.newsTag{
		font-size: 12px;
	}

	.newsTitle h6{
		font-size: 12px;
		width: 140px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	a.readmore{
		font-size: 12px;
	}

	.curatedCollectionTitle h5{
		font-size: 18px;
	}

	.newsImg img{
		height: auto;
	}

	.readmoreBtn{
		margin-top: 15px;
		margin-bottom: 0;
	}

	.newsDesc {
		display: none;
	}
}

@media only screen and (max-width: 320px){
	.curatedCollectionItemDesc{
		font-size: 14px;
	}

	.newsImg img{
		height: 75px;
		width: 140px;
	}
}