html .liveBlogBody .featuredpostsgrid .postHeading, html .liveBlogMainPostContent .MasterItemHeading, html .liveBlogMainPostContent .MasterItemHeading2 {
	text-decoration: unset;
}
.liveBlogBody blockquote {
	padding: 15px 20px;
	margin: 0 0 20px;
	border-left: 0px solid transparent;
	position: relative;
}
.liveBlogBody blockquote:before {
	content: "\f10d";
	display: inline-block;
	font-family: 'Font Awesome 6 Pro';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	font-weight: 900;
}
.liveBlogBody blockquote:after {
	content: "\f10e";
	display: inline-block;
	font-family: 'Font Awesome 6 Pro';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 2px;
	bottom: 15px;
	font-weight: 900;
}
.liveBlogMainPostTag {
	text-transform: capitalize;
}
.liveBlogBody .featuredpostsgrid .postdate {
	display: none;
}
.liveBlogBody .featuredpostsgrid img {
	width: 100%;
}
.liveBlogBody .featuredpostsgrid ul {
	padding: 0px;
}
.liveBlogBody .featuredpostsgrid .featuredGridItem {
	position: relative;
}
.liveBlogBody .featuredpostsgrid .posttitle {
	position: absolute;
	top: calc(50% - 20pt);
	width: calc(100% - 0px);
	text-align: center;
	color: #fff;
	font-family: "open_sansregular";
	z-index: 2;
}
.liveBlogBody .featuredpostsgrid .posttitle:hover {
	text-decoration: none;
}
.liveBlogBody .featuredpostsgrid .postHeading {
	text-decoration: underline;
	text-transform: none;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 10px;
}
.liveBlogBody .featuredpostsgrid .posttitle .postSummary {
	padding: 0 20px 20px 20px;
	text-decoration: none;
	text-transform: none;
}
.liveBlogBody .featuredpostsgrid .postdate {
	position: absolute;
	right: 0px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 10px;
	z-index: 3;
}
.liveBlogBody .featuredpostsgrid .postdate .dateDay {
	display: block;
	text-align: center;
	font-family: "open_sansregular";
	font-size: 24px;
	margin-bottom: 5px;
}
.liveBlogBody .featuredpostsgrid .postdate .dateMonth {
	display: block;
	text-align: center;
	font-family: "open_sansregular";
	border-top: 1px solid #9caa3a;
}
.liveBlogBody .featuredGridItem:nth-child(1) {
	width: calc(66.7% - 4px);
	display: block;
	float: left;
	margin: 2px;
}
.liveBlogBody .featuredGridItem:nth-child(2), .liveBlogBody .featuredGridItem:nth-child(3) {
	width: calc(33.3% - 4px);
	height: auto;
	display: block;
	float: left;
	margin: 2px;
}
.liveBlogBody .featuredGridItem:nth-child(4), .liveBlogBody .featuredGridItem:nth-child(5), .liveBlogBody .featuredGridItem:nth-child(6) {
	width: calc(33.33% - 4px);
	height: auto;
	display: block;
	float: left;
	margin: 2px;
}
.liveBlogBody .featuredGridItem:nth-child(2) .postSummary, .liveBlogBody .featuredGridItem:nth-child(3) .postSummary, .liveBlogBody .featuredGridItem:nth-child(4) .postSummary, .liveBlogBody .featuredGridItem:nth-child(5) .postSummary, .liveBlogBody .featuredGridItem:nth-child(6) .postSummary {
	display: none;
}
.liveBlogBody .featuredGridItem:nth-child(2) .postHeading, .liveBlogBody .featuredGridItem:nth-child(3) .postHeading, .liveBlogBody .featuredGridItem:nth-child(4) .postHeading, .liveBlogBody .featuredGridItem:nth-child(5) .postHeading, .liveBlogBody .featuredGridItem:nth-child(6) .postHeading {
	font-size: 16px!important;
}
.liveBlogBody .featuredpostsgrid .posttitle {
	top: unset;
	bottom: 0px;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
	width: 100%;
	border-radius: 12px;
}
.liveBlogBody .featuredpostsgrid .blogImage .blogImageCaption, .liveBlogMainPostWrapper .blogImageCaption {
	display: none;
}
.blogImage img {
	border-radius: 12px;
}
