/**
 * 7.3 News
 */

.blog #hero_c h1,
.archive.category #hero_c h1 {
	background-color: var(---5c7f71);
	color: #fff;
	font-family: var(--font-family-roc-grotesk-wide);
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.66px;
	line-height: 1.1;
	padding: 25px 38px;
	text-transform: uppercase;
}

.blog #outer_c,
.archive.category #outer_c {
	margin: 36px 0;
	padding: 0 38px;
}

.blog #posts_c,
.archive.category #posts_c {
	column-gap: 36px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	row-gap: 36px;
}

.blog #posts_c div.post_c a,
.archive.category #posts_c div.post_c a {
	display: block;
}

.blog #posts_c div.post_c span.image,
.archive.category #posts_c div.post_c span.image {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: clamp(0px, calc(72vw - 72px), 735px);
	margin: 0 0 19px 0;
	width: clamp(0px, calc(100vw - 76px), 1100px);
}

.blog #posts_c div.post_c h2,
.archive.category #posts_c div.post_c h2 {
	color: var(---173f35);
	font-family: var(--font-family-roc-grotesk);
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.14;
}

.blog #posts_c div.post_c a:hover h2,
.archive.category #posts_c div.post_c a:hover h2 {
	text-decoration: underline;
}

.blog #posts_c div.post_c span.excerpt,
.archive.category #posts_c div.post_c span.excerpt {
	color: #000;
	display: block;
	font-size: 1.5rem;
	line-height: 1.333;
	margin: 1em 0;
}

.blog #posts_c div.post_c span.gt,
.archive.category #posts_c div.post_c span.gt,
.single-post div.cta_c a {
	color: var(---173f35);
	display: block;
	font-family: var(--font-family-roc-grotesk);
	font-size: 1.5rem;
	font-weight: 600;
	margin: 10px 0;
}

.blog #posts_c div.post_c a:hover span.gt,
.archive.category #posts_c div.post_c a:hover span.gt {
	text-decoration: underline;
}

.blog #posts_c div.post_c div.info_c,
.archive.category #posts_c div.post_c div.info_c,
.single-post div.info_c {
	display: flex;
	margin: 13px 0 0 0;
}

.single-post div.info_c {
	margin: 33px 0 0 0;
}

.blog #posts_c div.post_c div.info_c div,
.archive.category #posts_c div.post_c div.info_c div,
.single-post div.info_c div {
	font-size: 1.2rem;
}

.blog #posts_c div.post_c div.info_c div.divider,
.archive.category #posts_c div.post_c div.info_c div.divider,
.single-post div.info_c div.divider {
	margin: 0 0.4em;
}

.blog #posts_c div.post_c div.info_c a,
.archive.category #posts_c div.post_c div.info_c a,
.single-post div.info_c a {
	color: #000;
	text-decoration: underline;
}

.blog div.right,
.archive.category div.right {
	margin: 36px 0;
}

.blog div.right ._signup_form_c,
.archive.category div.right ._signup_form_c {
	background-color: var(---bcc9c5);
	margin: 0 0 36px 0;
	padding: 20px;
}

.blog div.right ._signup_form_c h3,
.archive.category div.right ._signup_form_c h3 {
	color: var(---173f35);
}

.blog div.right ._signup_form_c form td,
.archive.category div.right ._signup_form_c form td {
	color: #000;
}

.blog div.right h2,
.archive.category div.right h2,
.single-post div.right h2 {
	color: var(---173f35);
	font-family: var(--font-family-roc-grotesk);
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.14;
}

.blog div.right ul,
.archive.category div.right ul,
.single-post div.right ul {
	padding: 0;
	list-style: none;
}

.blog #content div.right ul li a,
.archive.category #content div.right ul li a,
.single-post #content div.right ul li a {
	text-decoration: none;
}

.blog #content div.right ul li a:hover,
.archive.category #content div.right ul li a:hover,
.single-post #content div.right ul li a:hover {
	text-decoration: underline;
}

.blog .paging-navigation,
.archive.category .paging-navigation {
	margin: 0;
}

.single-post #content_c h1 {
	color: var(---173f35);
	font-family: var(--font-family-roc-grotesk-wide);
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.66px;
	line-height: 1.1;
	padding: 20px 38px 0 38px;
	text-transform: uppercase;
}

.single-post #content_c div.image_c {
	margin: 36px 38px;
}

.single-post #content_c div.image_c div.image {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: clamp(0px, calc(67vw - 72px), 735px);
	width: clamp(0px, calc(100vw - 76px), 1100px);
}

.single-post #content_c div.content_c {
	margin: 36px 38px;
}

.single-post div.right #categories_c {
	margin: 36px 0 0 0;
}

.single-post #related_news_c {
	padding: 40px 36px;
}

.single-post #related_news_c h2 {
	color: var(---173f35);
	font-family: var(--font-family-roc-grotesk-wide);
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.54px;
	line-height: 2.111;
	text-transform: uppercase;
}

.single-post #related_news_c div.items_c {
	column-gap: 36px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	row-gap: 36px;
}

.single-post #related_news_c div.items_c a.item span.image {
	background-color: #eaeaea;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: clamp(0px, calc(67vw - 72px), 355px);
	margin: 0 0 33px 0;
	width: clamp(0px, calc(100vw - 76px), 532px);
}

.single-post #related_news_c div.items_c a.item h3 {
	color: var(---173f35);
	font-family: var(--font-family-roc-grotesk);
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.0rem;
}

.single-post #related_news_c div.items_c a.item:hover h3 {
	text-decoration: underline;
}

.single-post #related_news_c div.items_c a.item span.copy {
	color: #000;
	display: block;
	font-size: 1.5rem;
	line-height: 1.333;
	margin: 1em 0;
}

.single-post #related_news_c div.items_c a.item span.gt {
	color: var(---173f35);
	display: block;
	font-family: var(--font-family-roc-grotesk);
	font-size: 1.5rem;
	font-weight: 600;
}

.single-post #related_news_c div.items_c a.item:hover span.gt {
	text-decoration: underline;
}

@media screen and (min-width: 1024px) {
	.blog #hero_c h1,
	.archive.category #hero_c h1 {
		font-size: 5.0rem;
		padding: 56px 0;
	}

	.blog #outer_c,
	.archive.category #outer_c {
		background-color: transparent;
		background-image: url("../img/global/arrows.png");
		background-position: left calc(50% - 1100px) top 200px;
		background-repeat: no-repeat;
		background-size: auto 150px;
		margin: 60px 0;
		padding: 0 20px;
	}

	.blog #outer_c div.desktop_w,
	.archive.category #outer_c div.desktop_w,
	.single-post div.content_c {
		display: flex;
		justify-content: space-between;
	}

	.blog #posts_c,
	.archive.category #posts_c {
		column-gap: 52px;
		flex: 1;
		row-gap: 52px;
	}

	.blog #posts_c div.post_c span.image,
	.archive.category #posts_c div.post_c span.image {
		height: 483px;
		margin: 0 0 38px 0;
		width: 100%;
	}

	.blog #posts_c div.post_c h2,
	.archive.category #posts_c div.post_c h2 {
		font-size: 2.8rem;
	}

	.blog #posts_c div.post_c span.excerpt,
	.archive.category #posts_c div.post_c span.excerpt {
		font-size: 1.8rem;
	}

	.blog #posts_c div.post_c span.gt,
	.archive.category #posts_c div.post_c span.gt {
		font-size: 1.8rem;
	}

	.blog #posts_c div.post_c div.info_c div,
	.archive.category #posts_c div.post_c div.info_c div,
	.single-post div.info_c div {
		font-size: 1.4rem;
	}

	.blog div.right,
	.archive.category div.right,
	.single-post div.right {
		flex: 0 0 344px;
		margin: 0 0 0 36px;
		padding: 0;
	}

	.blog div.right h2,
	.archive.category div.right h2,
	.single-post div.right h2 {
		font-size: 2.8rem;
	}

	.single-post #content_c {
		background: transparent url("../img/global/arrows.png") no-repeat left calc(50% - 1100px) top 11px / auto 150px;
		margin: 0 0 80px 0;
	}

	.single-post #content_c h1 {
		font-size: 5.0rem;
		padding: 56px 0 0 0;
	}

	.single-post #content_c div.image_c {
		margin: 62px 0;
	}

	.single-post #content_c div.content_c {
		margin: 0;
	}

	.single-post #content_c div.content_c div.copy p:first-child {
		margin-top: 0;
	}

	.single-post #content_c div.content_c div.copy p:last-child {
		margin-bottom: 0;
	}

	.single-post #related_news_c {
		margin: 0 0 70px 0;
		padding: 0 20px;
	}

	.single-post #related_news_c h2 {
		font-size: 3.6rem;
		letter-spacing: 1.08px;
		line-height: 1.666;
		margin: 0 0 18px 0;
	}

	.single-post #related_news_c div.items_c {
		grid-template-columns: repeat(3, 1fr);
	}

	.single-post #related_news_c div.items_c a.item span.image {
		background-color: #eaeaea;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		height: clamp(0px, calc(67vw - 72px), 230px);
		margin: 0 0 30px 0;
		width: clamp(0px, calc(100vw - 76px), 334px);
	}

	.single-post #related_news_c div.items_c a.item h3 {
		font-size: 2.8rem;
		line-height: 3.2rem;
	}

	.single-post #related_news_c div.items_c a.item span.copy {
		font-size: 1.8rem;
	}

	.single-post #related_news_c div.items_c a.item span.gt {
		font-size: 1.8rem;
	}
}
