.content__main.resources-archive {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}

.page-section {
	padding: 60px 0;
}

@media (max-width: 1023px) {
	.page-section {
		padding: 60px 0;
	}
}

.tag {
	font-size: 12px;
	color: #888;
	text-decoration: none;
	background: #f3f3f3;
	display: inline-block;
	margin-right: 5px;
	border-radius: 3px;
	line-height: 1;
	padding: 6px 8px;
	text-transform: capitalize;
}

@media (max-width: 1023px) {
	.tag {
		margin-top: 10px;
	}
}

.tag:hover {
	background: #e7e7e7;
}

.featured-posts {
	height: 434px;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 767px) {
	.featured-posts {
		margin-bottom: 30px;
	}
}

.featured-posts.slick-initialized {
	overflow: visible;
}

.featured-posts .slick-arrow {
	background: none;
}

.featured-posts .slick-arrow:before {
	color: #000;
}

.featured-posts .listing-content p {
	font-size: 14px;
}

@media (max-width: 1200px) {
	.featured-posts {
		height: auto;
	}
}

.featured-posts .slide-navigation li,
.featured-posts .slick-dots li {
	width: 24px;
	height: 24px;
}

.featured-posts .slide {
	background: 50% no-repeat;
	background-size: cover;
	height: 434px;
}

@media (max-width: 1200px) {
	.featured-posts .slide {
		height: auto;
	}
}

.featured-posts .slide .list-article {
	height: 100%;
	padding: 30px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.featured-posts .slide .list-article .article-block_info {
	width: 35%;
	background: hsla(0, 0%, 100%, 0.9);
	padding: 15px;
	height: auto;
	margin: 0;
	position: absolute;
	bottom: 30px;
}

@media (max-width: 1200px) {
	.featured-posts .slide .list-article .article-block_info {
		margin-top: 25%;
		width: 100%;
		position: relative;
	}
}

.featured-posts .slide .list-article .article-block_info .article-block_title,
.featured-posts .slide .list-article .article-block_info .video-block_title {
	display: block;
	color: #003469;
	font-size: 1.375rem;
	line-height: 1.1;
	margin-bottom: 5px;
}

.featured-posts
	.slide
	.list-article
	.article-block_info
	span.article-block_date,
.featured-posts .slide .list-article .article-block_info .link {
	color: #fec10d;
	display: block;
}

.featured-posts .slide .list-article .article-block_info .link {
	display: inline-block;
}

.featured-posts
	.slide
	.list-article
	.article-block_info
	.article-block_description {
	font-size: 0.925rem;
	margin: 12px 0;
	padding-right: 38px;
	display: block;
	color: #777;
}

@media (max-width: 1023px) {
	.featured-posts
		.slide
		.list-article
		.article-block_info
		.article-block_description {
		display: none;
	}
}

.featured-posts .slide .list-article .article-block_info .tag {
	font-size: 12px;
	color: #888;
	text-decoration: none;
	background: #f3f3f3;
	display: inline-block;
	margin-right: 5px;
	border-radius: 3px;
	line-height: 1;
	padding: 6px 8px;
	text-transform: capitalize;
}

@media (max-width: 1023px) {
	.featured-posts .slide .list-article .article-block_info .tag {
		margin-top: 10px;
	}
}

.featured-posts .slide .list-article .article-block_info .tag:hover {
	background: #e7e7e7;
}

.post-content {
	margin-top: -15px;
}

.post-content a {
	font-weight: 700;
}

.post-content .alignright {
	float: right;
}

@media (max-width: 767px) {
	.post-single.overlay {
		margin: -150px -40px -35px;
		padding: 40px;
		background: #fff;
	}
}

.post-listing {
	display: flex;
	background: #fff;
	padding: 20px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.post-listing-author {
	margin-bottom: 0;
	font-style: italic;
}

.post-listing-thumbnail {
	min-width: 200px;
	max-width: 200px;
	margin-right: 20px;
	display: block;
	position: relative;
}

@media (max-width: 767px) {
	.post-listing-thumbnail {
		min-width: 1px;
	}

	.post-listing-thumbnail img {
		max-width: 100px;
	}
}

.post-listing-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}

.post-listing-flags {
	position: absolute;
	z-index: 1;
	left: 5px;
	top: 5px;
}

.post-listing-flag {
	margin: 0;
	background: #000;
	color: #fff;
	text-transform: uppercase;
}

.post-listing-flag:hover {
	background: #000;
}

.post-listing-details {
	flex: 1 0;
}

.post-listing + .post-listing {
	margin-top: 40px;
}

.post-listing:nth-child(even) .post-listing-thumbnail {
	order: 1;
	margin: 0 0 0 20px;
}

.post-listing:nth-child(even) .post-listing-flags {
	left: auto;
	right: 10px;
}

.post-video {
	margin-top: 40px;
}

.post-pdf {
	margin-top: 40px;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #003468;
	color: #fff;
}

@media (max-width: 767px) {
	.post-pdf {
		padding: 20px;
		flex-direction: column;
	}
}

.post-pdf a {
	color: #fec10d;
}

.post-pdf img {
	max-width: 200px;
	max-height: 200px;
}

.post-pdf-image {
	padding-right: 20px;
}

@media (max-width: 767px) {
	.post-pdf-image {
		padding-right: 0;
	}
}

h1 {
	font-size: 42px;
}

@media (max-width: 1023px) {
	h1 {
		font-size: 36px;
	}
}
.post-listing-details h4,
.article-meta h4 {
	margin: 0 0 3px;
	font-size: 30px;
	text-transform: uppercase;
}

.article-meta h4 {
	font-size: 22px;
}

.post-listing-details h4 .is-black,
.article-meta h4 .is-black {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

.post-listing-details h4 .is-black:hover,
.article-meta h4 .is-black:hover {
	color: #d6a600;
}

.read-more-link,
.post-excerpt {
	margin: 20px 0;
}

.post-excerpt p {
	margin-bottom: 20px;
}

.post-excerpt p:last-child {
	margin-bottom: 0;
}

.read-more-link a {
	color: #ffc80a;
	text-decoration: none !important;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
}

.read-more-link a:hover {
	color: #d6a600;
}

@media (max-width: 1023px) {
	.post-listing-details h4 {
		font-size: 24px;
	}
}

.article-meta h4 {
	font-size: 22px;
}

.article-meta .listing-content {
	margin: 15px 0;
}

.article-meta .listing-content p.less-margin {
	margin: 10px 0;
}

p.lc-article_date {
	color: #808285;
	letter-spacing: 2px;
	margin: 0 0 24px 0;
	line-height: 1.7;
	font-style: italic;
}

@media (max-width: 1023px) {
	p.lc-article_date {
		margin-bottom: 8px;
	}
}

/* Share */

.lc-article_share {
	display: block;
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
	border-bottom: 4px solid #222;
}

.lc-article_share_bottom {
	margin-top: 20px;
}

.lc-article_share h3 {
	margin: 0 0 16px;
	font-size: 1.143rem;
}

.lc-article_share a {
	position: relative;
	float: left;
	display: block;
	padding: 2px 2px 2px 34px;
	margin: 0 20px 16px 0;
	color: #555;
	font-size: 0.75rem;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	cursor: pointer;
}

.lc-article_share a svg,
.lc-article_share a img {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
}

.related-posts {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-flow: row wrap;
}

.related-post {
	max-width: 320px;
	min-width: 280px;
	margin: 20px;
	padding: 20px;
	display: block;
	flex: 1 100%;
	background: #eee;
	font-size: 14px;
}

.related-post-title {
	font-size: 18px;
	text-transform: none;
	line-height: 1.2;
}

.related-post-thumbnail {
	margin: -20px -20px 20px;
	position: relative;
}

.related-post-thumbnail img {
	width: 100%;
	display: block;
}

.related-post p {
	color: #7d7d7d;
}

.related-post-more {
	font-weight: 700;
	color: #003468;
	text-transform: uppercase;
}

.single .page-section {
	padding: 60px 0;
}

.tag-cloud {
	margin: 2rem 0;
	padding: 2rem 0;
	border-bottom: 1px solid #d8d8d8;
}

.tag-cloud h5 {
	font-size: 0.9rem;
	letter-spacing: 0;
	font-style: italic;
	margin: 10px 0;
}

.postNav {
	margin-top: 40px;
	text-align: center;
}

.postNav .nav-previous,
.postNav .nav-next {
	display: inline-block;
	vertical-align: middle;
}

body.post .post-list {
	width: 100%;
}

/* BidSquad */

.bidsquad ul {
	margin: 0;
	padding: 0;
}

.bidsquad ul li {
	list-style: none;
}

.single-resources .content {
	padding-top: 0;
}

.newsroom-hero {
	padding: 0;
	height: 400px;
	background-color: #eee;
	background-position: center center;
	background-size: cover;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
}

.content__main.single-resource {
	width: 760px;
	max-width: 100%;
}

.post-listing-single {
	margin: -80px 0 0;
	padding: 40px;
	background: #fff;
	display: block;
	position: relative;
}

.single-resource h1 {
	margin: 0;
	font-size: 42px;
	line-height: 1;
}

.single-resource p,
.single-resource .wp-block-image {
	margin-bottom: 20px !important;
}

.single-resource p:last-child,
.single-resource .wp-block-image:last-child {
	margin-bottom: 0 !important;
}

.single-resource a {
	color: #ffc80a;
	text-decoration: none !important;
}

.single-resource a:hover {
	color: #d6a600;
}

.single-resource header {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.newsroom-hero {
		display: none;
	}

	.post-listing-single {
		margin: 0;
		padding: 30px 20px;
		box-shadow: none;
	}

	.single-resource h1 {
		font-size: 32px;
	}

	.single-resource header {
		margin-bottom: 40px;
	}
}
