.EventTabMain .tabBox,
.storyWallCard .BGwhite {
	background: #fff;
	padding: 0
}

.EventTabMain .tab {
	overflow: hidden;
	width: 40%
}

.storyWallCard .BGwhite {
	position: relative
}

.storyWallCard .BGDarkblue {
	background: #004066;
	padding: 20px 0
}

.storyWallCard .bgGrey {
	background: #f3f3f3;
	padding: 20px 0
}

.commonTabItem,
.storyWallCard .techCard.bgBlue,
.trendMedia .skillCard.skillBgBlue {
	background: #01466f
}

.storyWallCard .bgBlue .comrgt p,
.storyWallCard .bgBlue .comrgt span {
	color: #fff;
	font-size: 14px;
	margin: 0
}

.storyWallCard .crdImg img {
	width: 100%;
	min-height: 96px;
	object-fit: contain
}

.EventTabMain .tab button {
	float: left;
	border: none;
	outline: 0;
	cursor: pointer;
	padding: 16px 12px;
	transition: .3s;
	font-size: 15px;
	color: #000;
	width: 33.33%;
	border-left: 2px solid #fff;
	background: #e2f1f1
}

.EventTabMain .tab button:last-child {
	border-right: 0
}

.EventTabMain .tab button:first-child {
	border-left: 0
}

.EventTabMain .tab button:hover {
	color: #004aad
}

.EventTabMain .tab button.active {
	color: #fff;
	background: #01466f
}

.EventTabMain .tabcontent {
	display: none;
	padding: 0;
	border-top: none;
	opacity: 0;
	transition: opacity .5s ease-in-out
}

.EventTabMain .tabcontent p {
	color: #8d959b;
	font-size: 17px
}

.EventTabMain .tabcontent.active {
	display: block;
	opacity: 1
}

.storyWallCard .techCard.bgGrey .cardRgt h2 {
	color: #002f79
}

.cardRgt .desc {
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-style: italic
}

.dVideoItems .vidFramLight .vidDesc p,
.storyWallCard .techCard.bgGrey .cardRgt .desc,
.storyWallCard .techCard.bgGrey .comrgt p,
.storyWallCard .techCard.bgGrey .comrgt span {
	color: #000
}

.storyWallCard .techCard.bgGrey .bx-3-itm {
	background: #e4e8e9
}

.storyWallCard .techCard.bgGrey .bx-3-itm .comBx:after {
	border-right: 1px solid #000
}

.storyWallCard .techCard.bgGrey .readMr a {
	color: #0018ff;
	text-decoration: none
}

.storyWallCard .techCard.bgGrey .readMr a:before {
	color: #0018ff
}

.storyWallCard .techCard.bgGrey .readMr a:after {
	border-bottom: 2px solid #0018ff
}

.storyWallCard .readMr a {
	text-decoration: none
}

.DriivedioSec {
	background: #003f65
}

.commonTabItem .sortByOpt {
	display: flex;
	align-items: center;
	padding: 20px 0;
	background: #003f65
}

.storyWall.commonTabItem .sortByOpt {
	display: flex;
	align-items: center;
	padding: 20px 0 0
}

.commonTabItem .sortOpt {
	display: flex;
	align-items: center;
	width: 140px;
	border: 1px solid #fff;
	padding: 5px;
	justify-content: center
}

.commonTabItem .sortByOpt p {
	margin: 0;
	color: #fff;
	font-size: 14px
}

.commonTabItem .sortByOpt select {
	background: 0 0;
	color: #fff;
	font-size: 14px
}

.trendMedia .skillCard .skillSec {
	align-items: center
}

.dVideoSec .vidFramDark {
	background: #01466f;
	padding: 24px 0
}

.dVideoSec .vidFramLight {
	background: #f3f3f3;
	padding: 24px 0;
	position: relative
}

.separator {
	height: 30px;
	position: relative;
	clear: both;
	background: #fff
}

.separator::before {
	content: "";
	position: absolute;
	top: 14px;
	width: 100%;
	border: .5px dashed #4e4e4e
}

.dVideoSec .dVideoItems .VideoItem {
	width: 25%
}

.dVideoItems .VideoItem iframe {
	display: flex;
	width: 100%;
	height: 300px
}

.dVideoItems .Vidframe {
	position: relative
}

.Vidframe img {
	width: 100%
}

.vidFramDark .vidDesc p a {
	color: #fff;
	text-decoration: none
}

.vidFramDark .vidDesc p a:hover {
	color: #fff;
	text-decoration: underline
}

.vidFramLight .vidDesc p a {
	color: #000;
	text-decoration: none
}

.vidFramLight .vidDesc p a:hover {
	color: #000;
	text-decoration: underline
}

.dVideoItems .vidIcon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00000054;
	cursor: pointer
}

.dVideoItems .vidIcon img {
	width: 50px;
	border-radius: 100%
}

.dVideoItems .vidDesc p {
	color: #fff;
	margin: 0;
	font-size: 14px;
	padding: 10px 0;
	line-height: 22px
}

.crdContBox {
	display: none
}

.descr {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: max-height .5s;
	
}

.content.expanded .descr {
	-webkit-line-clamp: unset;
	overflow: visible;
	max-height: none
}

@media (min-width:768px) and (max-width:1024px) {
	.EventTabMain .tab {
		width: 100%
	}
}

@media (max-width:767px) {
	.dVideoSec .dVideoItems .VideoItem {
		width: 100%;
		margin-bottom: 20px
	}

	.dVideoItems .VideoItem iframe {
		height: 220px
	}

	.EventTabMain .tab {
		width: 100%;
		display: flex;
		justify-content: center
	}

	.EventTabMain .tab button {
		font-size: 15px;
		width: auto;
		padding: 0 12px
	}

	.EventTabMain .tabBox {
		padding: 15px 0
	}

	.crdContBox {
		display: block
	}

	.crdimgBox {
		display: flex;
		align-items: self-start;
		gap: 8px
	}

	.crdimgBox .crdImg {
		width: 30%
	}

	.crdimgBox .crdContBox {
		width: 70%
	}

	.storyWallCard .crdImg img {
		min-height: auto
	}

	.crdimgBox .crdContBox .bx-3-itm {
		display: flex !important
	}

	.crdContBox h2 {
		color: #fff;
		margin: 0 0 10px;
		font-size: 15px
	}

	.bgGrey .crdContBox h2 {
		color: #000
	}

	.cardRgt h2 {
		display: none
	}

	.bx-3-itm {
		display: none !important
	}

	.EventTabMain .tabcontent p {
		font-size: 14px
	}
}

@media (max-width:375px) {
	.EventTabMain .tab button {
		padding: 0 8px;
		font-size: 14px
	}
}