@-webkit-keyframes placeholderShimmer {
	0% {
		background-position: -468px 0;
	}

	100% {
		background-position: 468px 0;
	}
}
.fpj_articleBox {
	display: flex;
	max-width: 1170px;
	margin: 0px auto;
}

.fpj_lhs {
	display: block;
	flex-basis: 65%;
}

.fpj_rhs {
	display: block;
	flex-basis: 33%;
	margin-left: 2%;
}

.subTitle {
	display: block;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.publishTime {
	display: block;
	color: #666;
	padding: 10px 0px;
	font-size: 16px;
}
.autName {
	display: block;
	color: #666;
	padding: 10px 0px;
	font-size: 16px;
	font-weight: 600;
}

.autName a {
	color: #666;
}

.autName a:hover {
	color: #ba0406;
}

.subTitle a {
	display: inline-block;
	color: #ba0406;
	font-size: 22px;
	line-height: 26px;
	border-bottom: solid 2px #ba0406;
}

.mainTitle {
	display: block;
	color: #000;
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
}

.imageBox {
	display: block;
	margin: 10px 0px;
	min-height: 400px;
	background: #f6f7f8;
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 20%,
		#f6f7f8 40%,
		#f6f7f8 100%
	);
	background-repeat: no-repeat;
	background-size: 800px 275px;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholderShimmer;
	animation-timing-function: linear;
	position: relative;
}
.story_content .imageBox p,
.img-caption {
	display: block;
	background: #797979;
	padding: 5px 10px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.imageBox img {
	width: 100%;
	display: block;
}

.slug {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	padding-top: 10px;
	font-weight: 500;
}

.authorInfo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 10px 0;
}

.authorPick {
	height: 50px;
	width: 50px;
	border: solid 1px #ddd;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.authorPick img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.authorDetail {
	flex: 2;
}

.authorDetail strong {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.authorDetail span {
	display: block;
	color: #666;
	font-size: 12px;
	font-weight: 300;
}

.story_content {
	display: flex;
	position: relative;
}

.socialShre {
	display: block;
	max-width: 60px;
	min-width: 60px;
	position: relative;
}

.socialShre ul {
	list-style: none;
	margin-top: 20px;
	display: block;
	top: 130px;
	position: sticky;
}

.socialShre ul li {
	display: block;
	margin-bottom: 10px;
}

.storyMain {
	flex: 2;
}

.socialShre ul li {
	display: block;
}

.story_content p {
	color: #000;
	font-size: 20px;
	line-height: 34px;
	font-weight: 300;
	padding: 10px 0px;
}

.story_content p a {
	word-break: break-all;
	font-weight: 300;
	color: #ba0406;
}

.readMore {
	display: block;
	margin: 20px 0px;
}

.readMore a {
	border-radius: 6px;
	border: solid 1px #ba0406;
	color: #ba0406;
	padding: 8px 20px;
	font-size: 16px;
}

.fpj_rshAd {
	display: block;
	text-align: center;
}

.trandingNow {
	display: block;
	margin: 20px 0px;
}

.trandingNow h3 {
	display: block;
	border-bottom: solid 1px #ddd;
}

.trandingNow h3 span {
	display: inline-block;
	border-bottom: solid 2px #ba0406;
	font-size: 18px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ba0406;
}

.trandingNow ul {
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.trandingNow ul li {
	flex-basis: 24%;
}

.trandingNow ul li a {
	display: block;
}

.trandingNow ul li a .thumbImg {
	display: block;
	width: 100%;
	height: 160px;
	overflow: hidden;
	position: relative;
	background: #f6f7f8;
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 20%,
		#f6f7f8 40%,
		#f6f7f8 100%
	);
	background-repeat: no-repeat;
	background-size: 800px 275px;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholderShimmer;
	animation-timing-function: linear;
}

.trandingNow ul li a .thumbImg img {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}

.trandingNow ul li a strong {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	display: block;
	padding: 10px 0px;
	color: #000;
}

.trandingNow .owl-carousel .owl-nav .owl-next,
.trandingNow .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 90px;
	height: 44px;
	width: 44px;
	margin-top: -22px;
	color: #fff;
	background: url(https://fea.assettype.com/freepressjournal/assets/arrow_right.svg)
		0px 0px no-repeat;
	background-size: 100%;
	text-align: center;
}

.trandingNow .owl-carousel .owl-nav .owl-next {
	right: -3px;
}
.trandingNow .owl-carousel .owl-nav .owl-next span,
.trandingNow .owl-carousel .owl-nav .owl-prev span {
	display: none;
}
.trandingNow .owl-carousel .owl-nav .owl-prev {
	left: -3px;
	transform: rotate(180deg);
}

.trandingKey {
	display: block;
	margin: 10px 0px;
}

.trandingKey ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}

.trandingKey ul li {
	display: block;
	list-style: none;
	margin: 5px;
}

.trandingKey ul li a {
	display: block;
	background: #fff9f9;
	color: #4b4848;
	border-radius: 4px;
	padding: 5px 10px;
}

.trandingKey ul li a:hover {
	color: #fff;
	background: #ba0406;
}

.recentStory {
	display: block;
	margin: 20px 0px;
}

.recentStory h3 {
	display: block;
	border-bottom: solid 1px #ddd;
}

.recentStory h3 span {
	display: inline-block;
	border-bottom: solid 2px #ba0406;
	font-size: 18px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ba0406;
}

.recentStory ul {
	display: block;
	list-style: none;
}

.recentStory ul li {
	display: block;
	list-style: none;
	padding: 10px 0px;
	border-bottom: solid 1px #ddd;
}

.recentStory ul li a {
	display: flex;
}

.recentStory ul li a .thumbImg {
	max-width: 180px;
	min-width: 180px;
	height: 101px;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
	background: #f6f7f8;
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 20%,
		#f6f7f8 40%,
		#f6f7f8 100%
	);
	background-repeat: no-repeat;
	background-size: 800px 275px;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholderShimmer;
	animation-timing-function: linear;
}
.recentStory ul li a .thumbImg img {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}

.recentStory ul li a strong {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	height: 88px;
	overflow: hidden;
	color: #000;
}

.readAlso {
	display: block;
	margin: 10px 0px;
	padding: 0px;
}

.readAlso h3 {
	display: block;
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
}

.readAlso h3 span {
	display: inline-block;
	border-bottom: solid 2px #ba0406;
	font-size: 16px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ba0406;
}

.readAlso a {
	display: flex;
	align-items: flex-start;
}

.readAlso a .thumbImg {
	max-width: 140px;
	min-width: 130px;
	height: 90px;
	overflow: hidden;
	width: 100%;
	margin-right: 10px;
	display: flex;
	align-items: center;
	position: relative;
	background: #f6f7f8;
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 20%,
		#f6f7f8 40%,
		#f6f7f8 100%
	);
	background-repeat: no-repeat;
	background-size: 800px 275px;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholderShimmer;
	animation-timing-function: linear;
}

.readAlso a .thumbImg img {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}

.readText {
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 26px;
	max-height: 74px;
	overflow: hidden;
	font-weight: 500;
}

/* Live Blog CSS */
.liveBlockBox {
	display: block;
	margin-bottom: 10px;
}

.liveBlockBox .liveHeader {
	display: flex;
	align-items: center;
	border-bottom: solid 1px #ddd;
	padding: 10px 0px;
}

.liveBlockBox .liveHeader .liveTime {
	display: block;
	flex: 2;
	color: #666;
	font-size: 18px;
	background: url(https://fea.assettype.com/freepressjournal/assets/timeIcon.svg)
		0 0px no-repeat;
	padding-left: 30px;
}

.liveBlockBox .liveHeader ul {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	align-items: center;
	list-style: none;
}

.liveBlockBox .liveHeader ul li {
	display: block;
	margin-left: 10px;
}

.liveBlockBox .liveContent {
	display: block;
	padding: 10px 0px;
}

.liveBlockBox .liveContent h3 {
	color: #000;
	font-size: 28px;
	line-height: 38px;
	font-weight: 500;
}

.liveBlockBox .liveContent p {
	color: #000;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	padding: 10px 0px;
}

.story_content p.story-element-text-bigfact {
	display: block;
	color: #ba0406;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding: 20px 20px 10px 20px;
}

.story_content p.bigfact-attribution {
	display: block;
	color: #000;
	font-size: 22px;
	text-align: center;
	padding: 10px 50px 20px 50px;
	line-height: 32px;
	font-weight: 500;
}

.story_content p.story-element-text-blurb {
	background: #fff9f9;
	padding: 40px;
	color: #000;
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0px;
}

.story_content p.story-element-text-blockquote {
	position: relative;
	padding: 10px 20px 10px 60px;
	color: #000;
	font-size: 22px;
	font-weight: 600;
}

.story_content p.story-element-text-blockquote:before {
	content: "\201c";
	font-size: 100px;
	font-weight: 600;
	font-family: sans-serif;
	left: 0;
	top: 40px;
	line-height: 34px;
	color: #ba0406;
	position: absolute;
}

.story_content p.blockquote-attribution {
	color: #ba0406;
	padding: 0px 10px 20px 60px;
	font-weight: 300;
	display: block;
}

.story_content table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	width: 100% !important;
}

.story_content table td,
.story_content table th {
	padding: 8px;
	border: 1px solid #ddd;
	white-space: break-spaces;
	font-size: 16px;
}

.story_content table th {
	background-color: #f2f2f2;
	color: #666;
	font-weight: 300;
}

.story_content table tr:nth-child(odd) {
	background-color: #f2f2f2;
}

@media only screen and (max-width: 768px) {
	.advt_text {
		text-align: center;
		font-size: 9px;
		text-transform: uppercase;
		margin: 5px 0 10px 0;
		opacity: 0.7;
		font-weight: 300;
	}

	.topAd.mobileTop,
	.fpj_rshAd.mobileTop {
		display: block;
		text-align: center;
		min-height: 250px;
		background: #f4f4f4;
		padding-bottom: 5px;
	}

	.story_content p.story-element-text-bigfact {
		font-size: 26px;
		padding: 15px 10px 0px 10px;
	}

	.story_content p.bigfact-attribution {
		font-size: 18px;
		padding: 10px 20px 20px 20px;
		line-height: 22px;
	}

	.story_content p.story-element-text-blurb {
		background: #fff9f9;
		padding: 20px;
		color: #000;
		font-size: 18px;
		font-weight: 600;
		margin: 10px 0px;
	}

	.story_content p.story-element-text-blockquote {
		padding: 10px 20px 10px 50px;
		font-size: 18px;
	}

	.story_content p.story-element-text-blockquote:before {
		font-size: 80px;
		top: 30px;
	}

	.story_content p.blockquote-attribution {
		padding-left: 50px;
	}

	.story_content .imageBox p,
	.img-caption {
		font-size: 14px;
	}
	.liveBlockBox .liveContent h3 {
		color: #000;
		font-size: 18px;
		line-height: 28px;
		font-weight: 500;
	}

	.imageBox {
		min-height: 216px;
	}

	.liveBlockBox .liveHeader .liveTime {
		font-size: 16px;
	}

	.readText {
		max-height: 80px;
	}

	.readText {
		display: block;
		color: #000;
		font-size: 16px;
		line-height: 26px;
		max-height: 74px;
		overflow: hidden;
		font-weight: 500;
	}

	.story_content p {
		font-size: 18px;
		line-height: 32px;
		font-weight: 400;
	}
	.subTitle a {
		font-size: 18px;
	}
	.fpj_articleBox {
		padding: 10px 10px;
		display: block;
	}

	.mainTitle {
		display: block;
		color: #000;
		font-size: 18px;
		line-height: 26px;
	}
	.story_content {
		display: block;
	}

	.socialShre {
		display: block;
		max-width: 100%;
		min-width: 100%;
		position: fixed;
		background: #ba0406;
		left: 0;
		bottom: 0;
		z-index: 99;
	}
	.socialShre ul {
		list-style: none;
		margin-top: 20px;
		display: flex;
		top: 0;
		position: relative;
		justify-content: space-around;
		align-items: center;
	}
	.socialShre ul li a svg path {
		fill: #fff;
	}

	.recentStory ul li a .thumbImg {
		max-width: 130px;
		min-width: 130px;
		height: 80px;
		overflow: hidden;
		width: 100%;
		margin-right: 10px;
		display: flex;
		align-items: center;
		position: relative;
		background: #f6f7f8;
		background-image: linear-gradient(
			to right,
			#f6f7f8 0%,
			#edeef1 20%,
			#f6f7f8 40%,
			#f6f7f8 100%
		);
		background-repeat: no-repeat;
		background-size: 800px 275px;
		animation-duration: 1s;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
		animation-name: placeholderShimmer;
		animation-timing-function: linear;
	}

	.recentStory ul li a strong {
		font-size: 14px;
		line-height: 22px;
		color: #000;
		max-height: 70px;
		overflow: hidden;
		font-weight: 500;
	}

	.trandingNow {
		margin: 10px;
	}

	.trandingNow ul li a .thumbImg {
		height: 260px;
		background: #f6f7f8;
		background-image: linear-gradient(
			to right,
			#f6f7f8 0%,
			#edeef1 20%,
			#f6f7f8 40%,
			#f6f7f8 100%
		);
		background-repeat: no-repeat;
		background-size: 800px 275px;
		animation-duration: 1s;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
		animation-name: placeholderShimmer;
		animation-timing-function: linear;
	}

	.trandingNow .owl-carousel .owl-nav .owl-next,
	.trandingNow .owl-carousel .owl-nav .owl-prev {
		top: 50%;
	}
	.trandingNow ul li a {
		position: relative;
	}

	.trandingNow ul li a:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		padding: 0px;
		height: 100%;
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.1) 34.9%,
			rgba(0, 0, 0, 0.7) 70.83%,
			rgba(0, 0, 0, 0.59)
		);
		z-index: 1;
	}
	.trandingNow ul li a strong {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px;
		color: #fff;
		z-index: 2;
	}
	.fpj_footer {
		padding-bottom: 50px;
	}
}
