﻿.article-banner-wrap {
	width: 100%;
	height: 25vh;
	min-height: 12rem;
	padding: 2rem 5%;
	display: flex;
	align-items: flex-end;
	color: #fff;
	font-size: 32px;
	background-color: rgb(0 0 0 / 80%);
	background-image: url(/assets/images/impartiumTexture1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

	.article-banner-wrap p {
		margin-bottom: 0;
		font-size: 1.25rem;
	}

	.article-banner-wrap h2 {
		font-size: 2rem;
		line-height: 1;
	}

	.article-banner-wrap.agency {
		background-color: #000;
		background-image: url(/assets/images/theAgencySilk.png);
		background-repeat: no-repeat;
		background-size: 85vh;
		background-position-x: right;
		background-position-y: -85px;
	}

	.article-banner-wrap.bureau {
		background-color: #000;
		background-image: url(/assets/images/theBureauSilk.png);
		background-repeat: no-repeat;
		background-size: 85vh;
		background-position-x: right;
		background-position-y: -65px;
	}

.article-wrap {
	width: 80%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(14rem, 1fr);
	gap: 5rem;
	align-items: start;
	padding: 3.5rem 0 5rem;
}

.article-content {
	min-width: 0;
}

.article-body {
	font-size: 1.05rem;
	line-height: 1.7;
}

	.article-body ul {
		list-style: none;
		margin: 1.25rem 0;
		padding: 0;
	}

		.article-body ul li {
			position: relative;
			margin: 0.5rem 0;
			padding-left: 2rem;
		}

			.article-body ul li::before {
				content: "";
				position: absolute;
				left: 0;
				top: 0.2rem;
				width: 1.25rem;
				height: 1.25rem;
				background-image: url("/assets/images/impartium-info-bullet.svg");
				background-repeat: no-repeat;
				background-position: center;
				background-size: contain;
			}


.article-sidebar {
	min-width: 0;
	font-size: 0.9rem;
	line-height: 1.5;
}

.article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	margin-bottom: 1.5rem;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.article-foot {
	margin: 12px 32px;
}

	.article-foot a {
		color: var(--black);
		text-decoration: none;
	}

		.article-foot a:hover {
			text-decoration: underline;
		}

.article-sidebar-label {
	margin-bottom: 1.5rem;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.article-sidebar-card {
	padding: 2rem;
	border: 0.0625rem solid rgba(0, 0, 0, 0.15);
	border-radius: 3px;
}

.article-sidebar-icon {
	width: 3.5rem;
	height: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.0625rem solid var(--black);
	border-radius: 50%;
	color: var(--black);
	font-size: 1.4rem;
}

.article-sidebar-rule {
	height: 0.125rem;
	margin: -1.75rem 0 2rem 5rem;
	background-color: var(--black);
}

.article-sidebar-title {
	margin: 0 0 1.25rem;
	font-family: Lora, serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2;
}

.article-sidebar-emphasis {
	margin-bottom: 1rem;
	color: var(--black);
	font-weight: 600;
	text-transform: uppercase;
}

.article-sidebar-copy {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
}

.article-sidebar-divider {
	height: 0.0625rem;
	margin: 2rem 0;
	background-color: rgba(0, 0, 0, 0.12);
}

.article-sidebar-bottom {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-around;
}

.article-sidebar-bottom-icon {
	color: #81097f;
	font-size: 1.8rem;
	line-height: 1;
}

.article-sidebar-small {
	font-size: 0.9rem;
	line-height: 1.4;
}

.article-landing-wrap {
	width: 90%;
	max-width: 72rem;
	margin: 0 auto;
	padding: 4rem 0 5rem;
}

.article-landing-intro {
	max-width: 50rem;
}

.article-landing-title {
	margin: 0 0 1rem;
	font-family: Lora, serif;
	font-size: clamp(2.25rem, 4vw, 4rem);
	font-weight: 400;
	line-height: 1.1;
}

.article-landing-copy {
	margin: 0;
	max-width: 44rem;
	font-size: 1.2rem;
	line-height: 1.6;
}

.article-landing-divider {
	height: 0.0625rem;
	margin: 3rem 0;
	background-color: rgba(0, 0, 0, 0.15);
}

a.article-latest,
a.article-latest:link,
a.article-latest:visited,
a.article-latest:hover,
a.article-latest:active {
	display: block;
	max-width: 52rem;
	color: inherit;
	text-decoration: none;
}

.article-latest-label {
	margin-bottom: 1.5rem;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	text-decoration: none;
}

.article-latest-date {
	margin-bottom: 1rem;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-decoration: none;
}

.article-latest-title {
	margin: 0 0 1.25rem;
	font-family: Lora, serif;
	font-size: clamp(2rem, 3.5vw, 3.25rem);
	font-weight: 400;
	line-height: 1.15;
	text-decoration: none;
}

.article-latest-copy {
	margin: 0 0 1.5rem;
	max-width: 46rem;
	font-size: 1rem;
	line-height: 1.65;
	text-decoration: none;
}

.article-latest-link {
	display: inline-block;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 0.0625rem;
	text-underline-offset: 0.2rem;
}

a.article-latest:hover .article-latest-title {
	text-decoration: underline;
	text-decoration-thickness: 0.0625rem;
	text-underline-offset: 0.15em;
}

a.article-latest:hover .article-latest-link {
	text-decoration: underline;
	text-decoration-thickness: 0.0625rem;
	text-underline-offset: 0.2rem;
}

.article-explore {
	max-width: 30rem;
	margin: 0 auto;
	text-align: center;
}

.article-explore-label {
	margin-bottom: 1.5rem;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.article-explore-parent {
	display: block;
	margin-bottom: 1.5rem;
}

	.article-explore-parent img {
		width: 100%;
		height: auto;
	}

.article-explore-divisions {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	justify-content: center;
}

	.article-explore-divisions a {
		flex: 1;
	}

	.article-explore-divisions img {
		width: 100%;
		height: auto;
	}

.article-more {
	width: 100%;
}

.article-more-label {
	margin-bottom: 1.5rem;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.article-more-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem 3rem;
}

a.article-more-item,
a.article-more-item:link,
a.article-more-item:visited,
a.article-more-item:hover,
a.article-more-item:active {
	display: block;
	padding: 0 0 2rem;
	color: inherit;
	text-decoration: none;
}

.article-more-date {
	margin-bottom: 0.75rem;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-decoration: none;
}

.article-more-title {
	margin: 0 0 1rem;
	font-family: Lora, serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
}

.article-more-copy {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	line-height: 1.6;
	text-decoration: none;
}

.article-more-link {
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 0.0625rem;
	text-underline-offset: 0.2rem;
}

a.article-more-item:hover .article-more-title {
	text-decoration: underline;
	text-decoration-thickness: 0.0625rem;
	text-underline-offset: 0.15em;
}

a.article-more-item:hover .article-more-link {
	text-decoration: underline;
	text-decoration-thickness: 0.0625rem;
	text-underline-offset: 0.2rem;
}

@media (max-width: 60rem) {
	.article-sidebar {
		margin-top: 1rem;
		border-top: 0.0625rem solid rgba(0, 0, 0, 0.15);
		padding-top: 2rem;
	}

	.article-sidebar-card {
		padding: 1.5rem;
	}

	.article-landing-wrap {
		width: 90%;
		padding: 3rem 0 4rem;
	}

	.article-landing-divider {
		margin: 2.5rem 0;
	}

	.article-more-list {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.article-wrap {
		width: 90%;
		grid-template-columns: 1fr;
		gap: 3rem;
		padding: 2.5rem 0 4rem;
	}

	.article-banner-wrap {
		padding: 1.5rem 5%;
	}
}

@media (max-width: 40rem) {
	.article-wrap {
		width: 90%;
		padding: 2rem 0 3rem;
	}

	.article-banner-wrap {
		padding: 1.25rem 5%;
	}

	.article-meta {
		gap: 0.5rem 0.75rem;
	}

	.article-landing-wrap {
		width: 86%;
		padding: 2.5rem 0 3rem;
	}

	.article-landing-copy {
		font-size: 1.05rem;
	}

	.article-explore-divisions {
		gap: 1rem;
	}
}


.article-sidebar-recent {
	margin-top: 0;
}

.article-sidebar-recent-label {
	margin-bottom: 1.25rem;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

a.article-sidebar-recent-item,
a.article-sidebar-recent-item:link,
a.article-sidebar-recent-item:visited,
a.article-sidebar-recent-item:active {
	display: block;
	margin-bottom: 1.5rem;
	color: inherit;
	text-decoration: none;
}

	a.article-sidebar-recent-item:last-child {
		margin-bottom: 0;
	}

.article-sidebar-recent-date {
	margin-bottom: 0.5rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.article-sidebar-recent-title {
	font-family: Lora, serif;
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1.3;
}

a.article-sidebar-recent-item:hover {
	color: inherit;
	text-decoration: none;
}

	a.article-sidebar-recent-item:hover .article-sidebar-recent-title {
		text-decoration: underline;
		text-decoration-thickness: 0.0625rem;
		text-underline-offset: 0.15em;
	}