:root {
	--lccs-public-navy: #171717;
	--lccs-public-navy-deep: #050505;
	--lccs-public-rust: #c9a227;
	--lccs-public-rust-dark: #957616;
	--lccs-public-ink: #171717;
	--lccs-public-muted: #65635e;
	--lccs-public-line: #d9d5cb;
	--lccs-public-canvas: #f4f2ed;
	--lccs-public-white: #ffffff;
}

.lccs-public,
.lccs-public * {
	box-sizing: border-box;
}

.lccs-public {
	color: var(--lccs-public-ink);
	font-family: Arial, Helvetica, sans-serif;
}

.lccs-public a {
	color: var(--lccs-public-ink);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.lccs-public__eyebrow {
	color: var(--lccs-public-ink);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .17em;
	line-height: 1.4;
	text-transform: uppercase;
}

.lccs-archive {
	width: min(100%, 1600px);
	margin: 0 auto;
	background: var(--lccs-public-canvas);
}

.lccs-archive__masthead {
	position: relative;
	overflow: hidden;
	padding: clamp(48px, 7vw, 92px) clamp(24px, 6vw, 88px);
	color: var(--lccs-public-white);
	background:
		linear-gradient(112deg, rgba(5, 5, 5, .995), rgba(20, 20, 20, .98) 67%, rgba(45, 38, 17, .96)),
		repeating-linear-gradient(35deg, transparent 0 38px, rgba(255, 255, 255, .04) 38px 40px);
	border-top: 5px solid var(--lccs-public-rust);
}

.lccs-archive__masthead::after {
	position: absolute;
	right: -150px;
	bottom: -250px;
	width: 620px;
	height: 620px;
	content: "";
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .025);
}

.lccs-archive__masthead > * {
	position: relative;
	z-index: 1;
}

.lccs-archive__masthead .lccs-public__eyebrow {
	color: var(--lccs-public-white);
}

.lccs-archive__masthead h1 {
	max-width: 980px;
	margin: 18px 0 0;
	color: var(--lccs-public-white);
	font-size: clamp(40px, 6vw, 88px);
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: .94;
	text-transform: uppercase;
	font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
}

.lccs-archive__masthead p {
	max-width: 800px;
	margin: 25px 0 0;
	color: rgba(255, 255, 255, .79);
	font-size: clamp(16px, 1.7vw, 20px);
	line-height: 1.65;
}

.lccs-archive__layout {
	display: grid;
	grid-template-columns: minmax(280px, 350px) minmax(0, 1fr);
	align-items: start;
}

.lccs-archive__layout--full {
	grid-template-columns: minmax(0, 1fr);
}

.lccs-library-sidebar {
	position: sticky;
	top: 20px;
	min-height: 760px;
	color: var(--lccs-public-white);
	background: var(--lccs-public-navy-deep);
}

.lccs-library-sidebar__brand {
	display: grid;
	gap: 14px;
	padding: 36px 32px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.lccs-library-sidebar__brand span,
.lccs-cluster-nav__label {
	color: var(--lccs-public-white);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .15em;
	line-height: 1.3;
	text-transform: uppercase;
}

.lccs-library-sidebar__brand strong {
	max-width: 270px;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: .98;
	text-transform: uppercase;
}

.lccs-archive-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	margin: 22px 24px 14px;
	border: 1px solid rgba(255, 255, 255, .25);
	background: rgba(255, 255, 255, .06);
}

.lccs-archive-search input {
	min-width: 0;
	height: 46px;
	padding: 0 14px;
	color: var(--lccs-public-white);
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 13px;
}

.lccs-archive-search input::placeholder {
	color: rgba(255, 255, 255, .62);
}

.lccs-archive-search button {
	color: var(--lccs-public-navy-deep);
	background: var(--lccs-public-rust);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	font-size: 18px;
}

.lccs-cluster-nav,
.lccs-pillar-directory {
	display: grid;
	padding: 20px 24px 24px;
}

.lccs-cluster-nav__label {
	margin: 0 0 12px;
}

.lccs-cluster-nav a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	min-height: 53px;
	padding: 10px 12px;
	color: rgba(255, 255, 255, .78);
	border-top: 1px solid rgba(255, 255, 255, .1);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
	transition: color .15s ease, background .15s ease, border-color .15s ease;
}

.lccs-cluster-nav a:hover,
.lccs-cluster-nav a:focus,
.lccs-cluster-nav a.is-current {
	color: var(--lccs-public-navy);
	background: var(--lccs-public-white);
	border-color: var(--lccs-public-white);
}

.lccs-cluster-nav a.is-current {
	box-shadow: inset 4px 0 0 var(--lccs-public-rust);
}

.lccs-cluster-nav a small {
	display: grid;
	place-items: center;
	min-width: 25px;
	height: 25px;
	color: inherit;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 9px;
	font-weight: 800;
}

.lccs-pillar-directory {
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, .17);
}

.lccs-pillar-directory a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 15px 0;
	color: var(--lccs-public-white);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	line-height: 1.35;
	text-decoration: none;
}

.lccs-pillar-directory a span {
	color: var(--lccs-public-white);
}

.lccs-pillar-directory a:hover strong,
.lccs-pillar-directory a:focus strong {
	text-decoration: underline;
}

.lccs-archive__main {
	min-width: 0;
	padding: clamp(28px, 4vw, 62px);
}

.lccs-archive__toolbar {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: center;
	margin-bottom: 24px;
	padding-bottom: 17px;
	color: var(--lccs-public-muted);
	border-bottom: 1px solid var(--lccs-public-line);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.lccs-archive__toolbar span {
	color: var(--lccs-public-ink);
}

.lccs-archive__toolbar a {
	color: var(--lccs-public-ink);
	text-decoration: none;
}

.lccs-article-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.lccs-article-card {
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	margin: 0;
	background: var(--lccs-public-white);
	border: 1px solid var(--lccs-public-line);
	box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
	transition: transform .18s ease, box-shadow .18s ease;
}

.lccs-article-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 36px rgba(0, 0, 0, .11);
}

.lccs-article-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--lccs-public-navy);
}

.lccs-article-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.lccs-article-card:hover .lccs-article-card__image img {
	transform: scale(1.035);
}

.lccs-article-card__placeholder {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .04), transparent 55%),
		repeating-linear-gradient(45deg, transparent 0 20px, rgba(255, 255, 255, .035) 20px 22px),
		var(--lccs-public-navy);
}

.lccs-article-card__placeholder::before,
.lccs-article-card__placeholder::after,
.lccs-article-card__placeholder i {
	position: absolute;
	content: "";
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 50%;
}

.lccs-article-card__placeholder::before {
	width: 150px;
	height: 150px;
	right: -35px;
	top: -40px;
}

.lccs-article-card__placeholder::after {
	width: 90px;
	height: 90px;
	right: -5px;
	top: -10px;
}

.lccs-article-card__placeholder i {
	width: 34px;
	height: 34px;
	right: 24px;
	top: 18px;
	background: var(--lccs-public-rust);
	border-color: var(--lccs-public-rust);
}

.lccs-article-card__body {
	display: flex;
	flex-direction: column;
	padding: 25px 26px 27px;
}

.lccs-article-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
	margin-bottom: 14px;
	color: var(--lccs-public-ink);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .13em;
	line-height: 1.35;
	text-transform: uppercase;
}

.lccs-article-card__meta small {
	padding: 4px 7px;
	color: var(--lccs-public-white);
	background: var(--lccs-public-navy);
	font-size: 8px;
	white-space: nowrap;
}

.lccs-article-card h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(22px, 2.2vw, 31px);
	line-height: 1.05;
}

.lccs-article-card h2 a {
	color: var(--lccs-public-navy);
	text-decoration: none;
}

.lccs-article-card h2 a:hover,
.lccs-article-card h2 a:focus {
	color: var(--lccs-public-ink);
}

.lccs-article-card__body > p {
	margin: 16px 0 22px;
	color: var(--lccs-public-muted);
	font-size: 14px;
	line-height: 1.65;
}

.lccs-article-card__link {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	align-items: center;
	margin-top: auto;
	padding-top: 17px;
	color: var(--lccs-public-ink);
	border-top: 1px solid var(--lccs-public-line);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.lccs-article-card__link:hover,
.lccs-article-card__link:focus {
	color: var(--lccs-public-ink);
}

.lccs-pagination {
	margin-top: 38px;
}

.lccs-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lccs-pagination a,
.lccs-pagination span {
	display: grid;
	place-items: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	color: var(--lccs-public-navy);
	background: var(--lccs-public-white);
	border: 1px solid var(--lccs-public-line);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.lccs-pagination span.current,
.lccs-pagination a:hover,
.lccs-pagination a:focus {
	color: var(--lccs-public-white);
	background: var(--lccs-public-navy);
	border-color: var(--lccs-public-navy);
}

.lccs-archive-empty {
	padding: 70px 35px;
	text-align: center;
	background: var(--lccs-public-white);
	border: 1px solid var(--lccs-public-line);
}

.lccs-archive-empty strong {
	color: var(--lccs-public-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
}

.lccs-archive-empty p {
	color: var(--lccs-public-muted);
}

.lccs-archive-empty a {
	color: var(--lccs-public-ink);
	font-weight: 700;
}

.lccs-related {
	clear: both;
	width: 100%;
	margin: clamp(38px, 7vw, 72px) 0 0;
	padding: clamp(25px, 4vw, 44px);
	background: var(--lccs-public-canvas);
	border-top: 4px solid var(--lccs-public-rust);
}

.lccs-related--sidebar {
	margin-top: 0;
	padding: 25px;
}

.lccs-related__heading {
	margin-bottom: 23px;
}

.lccs-related__heading h2 {
	margin: 8px 0 0;
	color: var(--lccs-public-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(25px, 3vw, 38px);
	line-height: 1.05;
}

.lccs-related--sidebar .lccs-related__heading h2 {
	font-size: 26px;
}

.lccs-related__articles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: var(--lccs-public-line);
	border: 1px solid var(--lccs-public-line);
}

.lccs-related--sidebar .lccs-related__articles {
	grid-template-columns: 1fr;
}

.lccs-related__articles > a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 7px 16px;
	align-content: start;
	min-height: 150px;
	padding: 22px;
	color: var(--lccs-public-navy);
	background: var(--lccs-public-white);
	text-decoration: none;
}

.lccs-related--sidebar .lccs-related__articles > a {
	min-height: 0;
	padding: 18px;
}

.lccs-related__articles small {
	grid-column: 1 / -1;
	color: var(--lccs-public-ink);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .11em;
	line-height: 1.4;
	text-transform: uppercase;
}

.lccs-related__articles strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.2;
}

.lccs-related__articles span {
	align-self: end;
	color: var(--lccs-public-ink);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
	white-space: nowrap;
}

.lccs-related__articles > a:hover strong,
.lccs-related__articles > a:focus strong {
	color: var(--lccs-public-ink);
}

.lccs-related__site-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 22px;
	border-top: 1px solid var(--lccs-public-line);
	border-bottom: 1px solid var(--lccs-public-line);
}

.lccs-related__site-label {
	width: 100%;
	padding: 13px 0 7px;
	color: var(--lccs-public-ink);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.lccs-related__site-links a {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	width: 50%;
	padding: 13px 14px 13px 0;
	color: var(--lccs-public-navy);
	border-top: 1px solid var(--lccs-public-line);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.lccs-related--sidebar .lccs-related__site-links a {
	width: 100%;
}

.lccs-related__site-links a:nth-of-type(even) {
	padding-left: 14px;
	border-left: 1px solid var(--lccs-public-line);
}

.lccs-related--sidebar .lccs-related__site-links a {
	padding-left: 0;
	border-left: 0;
}

.lccs-related__site-links a span {
	color: var(--lccs-public-ink);
}

.lccs-related__site-links a:hover,
.lccs-related__site-links a:focus {
	color: var(--lccs-public-ink);
}

.lccs-public .lccs-related__articles > a,
.lccs-public .lccs-related__articles > a strong,
.lccs-public .lccs-related__site-links a {
	color: var(--lccs-public-ink);
}

/* Universal managed-article template. */
.lccs-managed-article-template {
	background: var(--lccs-public-canvas);
}

.lccs-managed-article-template .lccs-single {
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: clip;
	background: var(--lccs-public-canvas);
}

.lccs-single__inner {
	width: min(calc(100% - clamp(32px, 6vw, 96px)), 1600px);
	margin-right: auto;
	margin-left: auto;
}

.lccs-single__hero {
	position: relative;
	overflow: hidden;
	padding: clamp(34px, 5vw, 72px) 0 clamp(52px, 7vw, 108px);
	color: var(--lccs-public-white);
	background:
		radial-gradient(circle at 83% 20%, rgba(201, 162, 39, .16), transparent 27%),
		linear-gradient(118deg, #020202 0%, #111 69%, #201b0d 100%);
	border-top: 5px solid var(--lccs-public-rust);
}

.lccs-single__hero::after {
	position: absolute;
	right: -180px;
	top: -340px;
	width: 720px;
	height: 720px;
	content: "";
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 50%;
	box-shadow: 0 0 0 78px rgba(255, 255, 255, .025), 0 0 0 156px rgba(255, 255, 255, .02);
}

.lccs-single__hero .lccs-single__inner {
	position: relative;
	z-index: 1;
}

.lccs-single__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	align-items: center;
	margin-bottom: clamp(42px, 6vw, 78px);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.lccs-single__breadcrumbs a,
.lccs-single__breadcrumbs span {
	color: rgba(255, 255, 255, .72);
	text-decoration: none;
}

.lccs-single__breadcrumbs a:hover,
.lccs-single__breadcrumbs a:focus {
	color: var(--lccs-public-white);
	text-decoration: underline;
}

.lccs-single__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(270px, 370px);
	gap: clamp(48px, 8vw, 132px);
	align-items: end;
}

.lccs-single__hero-copy {
	max-width: 1080px;
}

.lccs-single__kicker,
.lccs-single__hero-action > span,
.lccs-single__article-label,
.lccs-single__conversion span,
.lccs-single__footer > .lccs-single__inner > span {
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .17em;
	line-height: 1.4;
	text-transform: uppercase;
}

.lccs-single__kicker {
	display: flex;
	gap: 14px;
	align-items: center;
	color: var(--lccs-public-white);
}

.lccs-single__kicker::before {
	width: 34px;
	height: 4px;
	content: "";
	background: var(--lccs-public-rust);
}

.lccs-single__hero h1 {
	max-width: 1100px;
	margin: 18px 0 24px;
	color: var(--lccs-public-white);
	font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
	font-size: clamp(48px, 6.1vw, 100px);
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: .92;
	text-wrap: balance;
	text-transform: uppercase;
}

.lccs-single__hero-copy > p {
	max-width: 890px;
	margin: 0;
	color: rgba(255, 255, 255, .76);
	font-size: clamp(17px, 1.55vw, 22px);
	line-height: 1.62;
}

.lccs-single__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 30px;
	color: rgba(255, 255, 255, .72);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.lccs-single__meta span + span::before {
	margin-right: 24px;
	content: "";
	border-left: 1px solid rgba(255, 255, 255, .3);
}

.lccs-single__hero-action {
	display: grid;
	gap: 14px;
	padding: 30px;
	background: rgba(255, 255, 255, .065);
	border: 1px solid rgba(255, 255, 255, .22);
	box-shadow: inset 4px 0 0 var(--lccs-public-rust);
	backdrop-filter: blur(6px);
}

.lccs-single__hero-action > span {
	color: var(--lccs-public-white);
}

.lccs-single__hero-action > strong {
	color: var(--lccs-public-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	line-height: 1.08;
}

.lccs-single__hero-action > a {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
	min-height: 54px;
	margin-top: 8px;
	padding: 0 18px;
	color: var(--lccs-public-navy-deep);
	background: var(--lccs-public-white);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .06em;
	text-decoration: none;
	text-transform: uppercase;
}

.lccs-single__hero-action > a:hover,
.lccs-single__hero-action > a:focus {
	background: #eeeae0;
}

.lccs-single__feature {
	position: relative;
	z-index: 2;
	margin-top: clamp(-54px, -4vw, -30px);
	padding: 0;
	background: #111;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
}

.lccs-single__feature img {
	display: block;
	width: 100%;
	height: clamp(320px, 42vw, 680px);
	object-fit: cover;
}

.lccs-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
	gap: clamp(34px, 5vw, 78px);
	align-items: start;
	padding-top: clamp(46px, 7vw, 96px);
	padding-bottom: clamp(60px, 8vw, 120px);
}

.lccs-single__article {
	min-width: 0;
	padding: clamp(34px, 5vw, 82px);
	background: var(--lccs-public-white);
	border: 1px solid var(--lccs-public-line);
	box-shadow: 0 18px 55px rgba(14, 14, 14, .06);
}

.lccs-single__article-label {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-bottom: 34px;
	color: var(--lccs-public-ink);
}

.lccs-single__article-label::before {
	width: 28px;
	height: 4px;
	content: "";
	background: var(--lccs-public-rust);
}

.lccs-single__content {
	color: #252421;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(17px, 1.22vw, 20px);
	line-height: 1.82;
}

.lccs-single__content > :first-child {
	margin-top: 0;
	font-size: 1.11em;
	line-height: 1.72;
}

.lccs-single__content p,
.lccs-single__content ul,
.lccs-single__content ol,
.lccs-single__content blockquote,
.lccs-single__content table {
	margin-top: 0;
	margin-bottom: 1.45em;
}

.lccs-single__content h2,
.lccs-single__content h3,
.lccs-single__content h4 {
	scroll-margin-top: 120px;
	color: var(--lccs-public-navy-deep);
	font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1.04;
	text-transform: uppercase;
	text-wrap: balance;
}

.lccs-single__content h2 {
	margin: 2.05em 0 .72em;
	padding-top: .45em;
	font-size: clamp(32px, 3.2vw, 52px);
	border-top: 1px solid var(--lccs-public-line);
}

.lccs-single__content h3 {
	margin: 1.7em 0 .65em;
	font-size: clamp(25px, 2.2vw, 35px);
}

.lccs-single__content h4 {
	margin: 1.5em 0 .6em;
	font-size: 22px;
}

.lccs-single__content a {
	color: var(--lccs-public-ink);
	font-weight: 700;
	text-decoration-color: var(--lccs-public-rust);
	text-decoration-thickness: 3px;
	text-underline-offset: 4px;
}

.lccs-single__content a:hover,
.lccs-single__content a:focus {
	color: #000;
	background: rgba(201, 162, 39, .13);
}

.lccs-single__content li {
	margin-bottom: .48em;
	padding-left: .25em;
}

.lccs-single__content strong {
	color: #111;
}

.lccs-single__content blockquote {
	margin-right: 0;
	margin-left: 0;
	padding: 24px 28px;
	color: #161616;
	background: var(--lccs-public-canvas);
	border-left: 5px solid var(--lccs-public-rust);
	font-size: 1.08em;
}

.lccs-single__content img {
	max-width: 100%;
	height: auto;
}

.lccs-single__content table {
	display: block;
	width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

.lccs-single__content th,
.lccs-single__content td {
	padding: 14px 16px;
	text-align: left;
	border: 1px solid var(--lccs-public-line);
}

.lccs-single__content th {
	color: var(--lccs-public-white);
	background: var(--lccs-public-navy-deep);
}

/* Compact contents control shown before the article on tablets and phones. */
.lccs-single__mobile-toc {
	display: none;
	margin: 0 0 28px;
	background: var(--lccs-public-canvas);
	border: 1px solid var(--lccs-public-line);
	border-top: 4px solid var(--lccs-public-navy-deep);
}

.lccs-single__mobile-toc summary {
	position: relative;
	display: grid;
	gap: 5px;
	padding: 18px 52px 18px 18px;
	cursor: pointer;
	list-style: none;
}

.lccs-single__mobile-toc summary::-webkit-details-marker {
	display: none;
}

.lccs-single__mobile-toc summary::after {
	position: absolute;
	right: 18px;
	top: 50%;
	content: "+";
	color: var(--lccs-public-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	transform: translateY(-50%);
}

.lccs-single__mobile-toc[open] summary::after {
	content: "\2212";
}

.lccs-single__mobile-toc summary span {
	color: var(--lccs-public-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.lccs-single__mobile-toc summary strong {
	color: var(--lccs-public-navy-deep);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
	line-height: 1.1;
}

.lccs-single__mobile-toc nav {
	display: grid;
	padding: 0 18px 18px;
}

.lccs-public .lccs-single__mobile-toc nav a,
.lccs-public .lccs-single__mobile-toc nav a:visited {
	display: block;
	padding: 12px 10px;
	color: #5f4b12 !important;
	border-top: 1px solid var(--lccs-public-line);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

.lccs-public .lccs-single__mobile-toc nav a.lccs-article-toc__level-3 {
	padding-left: 20px;
	font-size: 12px;
	font-weight: 500;
}

.lccs-single__conversion {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: end;
	margin-top: clamp(48px, 7vw, 82px);
	padding: clamp(28px, 4vw, 46px);
	color: var(--lccs-public-white);
	background: var(--lccs-public-navy-deep);
	border-top: 4px solid var(--lccs-public-rust);
}

.lccs-single__conversion h2 {
	margin: 10px 0 12px;
	color: var(--lccs-public-white) !important;
	font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
	font-size: clamp(29px, 3vw, 44px);
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1;
	text-transform: uppercase;
}

.lccs-single__conversion p {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, .82) !important;
	font-size: 15px;
	line-height: 1.65;
}

.lccs-single__conversion > a {
	display: flex;
	gap: 24px;
	align-items: center;
	min-height: 54px;
	padding: 0 18px;
	color: #705814 !important;
	background: var(--lccs-public-white);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .06em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.lccs-single__sidebar {
	min-width: 0;
	height: 100%;
	align-self: stretch;
}

.lccs-single__sidebar-sticky {
	position: sticky;
	top: 88px;
	display: grid;
	gap: 28px;
	max-height: calc(100vh - 112px);
	overflow-y: auto;
	padding-right: 6px;
	overscroll-behavior: contain;
	scrollbar-color: #8a867d transparent;
	scrollbar-width: thin;
}

.lccs-single__sidebar-sticky::-webkit-scrollbar {
	width: 7px;
}

.lccs-single__sidebar-sticky::-webkit-scrollbar-thumb {
	background: #8a867d;
	border-radius: 999px;
}

.lccs-article-toc {
	padding: 28px;
	background: var(--lccs-public-white);
	border: 1px solid var(--lccs-public-line);
	border-top: 4px solid var(--lccs-public-navy-deep);
	box-shadow: 0 14px 38px rgba(0, 0, 0, .05);
}

.lccs-article-toc__heading,
.lccs-topic-directory__heading {
	display: grid;
	gap: 7px;
	margin-bottom: 18px;
}

.lccs-article-toc__heading span,
.lccs-topic-directory__heading span {
	color: var(--lccs-public-ink);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.lccs-article-toc__heading strong,
.lccs-topic-directory__heading strong {
	color: var(--lccs-public-navy-deep);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
	line-height: 1.08;
}

.lccs-public .lccs-single__sidebar .lccs-article-toc > a,
.lccs-public .lccs-single__sidebar .lccs-article-toc > a:visited {
	display: block;
	padding: 13px 12px;
	color: #705814 !important;
	border-top: 1px solid var(--lccs-public-line);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.38;
	text-decoration: none;
}

.lccs-public .lccs-single__sidebar .lccs-article-toc > a:hover,
.lccs-public .lccs-single__sidebar .lccs-article-toc > a:focus {
	color: #171717 !important;
	background: #f1eee6;
	text-decoration: underline;
}

.lccs-article-toc > .lccs-article-toc__level-3 {
	padding-left: 18px;
	font-size: 11px;
	font-weight: 500;
}

.lccs-single__sidebar .lccs-related--sidebar {
	padding: 28px;
	background: var(--lccs-public-canvas);
	border: 1px solid var(--lccs-public-line);
	border-top: 4px solid var(--lccs-public-rust);
}

.lccs-single__sidebar .lccs-related__articles {
	gap: 1px;
	background: #c9c5bb;
	border: 0;
}

.lccs-public .lccs-single__sidebar .lccs-related__articles > a {
	padding: 20px 18px !important;
	background: #d9d6ce;
	border-top: 1px solid var(--lccs-public-line);
}

.lccs-public .lccs-single__sidebar .lccs-related__articles small,
.lccs-public .lccs-single__sidebar .lccs-related__articles strong,
.lccs-public .lccs-single__sidebar .lccs-related__articles span {
	color: #171717 !important;
}

.lccs-public .lccs-single__sidebar .lccs-related__articles strong {
	font-size: 17px;
}

.lccs-topic-directory {
	display: grid;
	padding: 28px;
	color: var(--lccs-public-white);
	background: var(--lccs-public-navy-deep);
	border-top: 4px solid var(--lccs-public-rust);
}

.lccs-topic-directory .lccs-topic-directory__heading span,
.lccs-topic-directory .lccs-topic-directory__heading strong {
	color: var(--lccs-public-white);
}

.lccs-public .lccs-single__sidebar .lccs-topic-directory > a,
.lccs-public .lccs-single__sidebar .lccs-topic-directory > a:visited {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 48px;
	padding: 10px 0;
	color: #b79a3d !important;
	border-top: 1px solid rgba(255, 255, 255, .14);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.lccs-public .lccs-single__sidebar .lccs-topic-directory > a:hover,
.lccs-public .lccs-single__sidebar .lccs-topic-directory > a:focus,
.lccs-public .lccs-single__sidebar .lccs-topic-directory > a.is-current {
	color: var(--lccs-public-white) !important;
}

.lccs-topic-directory > a.is-current {
	padding-left: 12px;
	box-shadow: inset 4px 0 0 var(--lccs-public-rust);
}

.lccs-topic-directory > a small {
	display: grid;
	place-items: center;
	min-width: 26px;
	height: 26px;
	color: inherit;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 9px;
}

.lccs-single__footer {
	padding: clamp(28px, 4vw, 48px) 0;
	background: var(--lccs-public-canvas);
	border-top: 1px solid var(--lccs-public-line);
}

.lccs-single__neighbors {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: var(--lccs-public-line);
	border: 1px solid var(--lccs-public-line);
}

.lccs-public .lccs-single__neighbor,
.lccs-public .lccs-single__neighbor:visited {
	display: grid;
	gap: 12px;
	min-height: 150px;
	align-content: center;
	padding: clamp(24px, 3vw, 42px);
	color: var(--lccs-public-ink) !important;
	background: var(--lccs-public-white);
	text-decoration: none;
}

.lccs-public .lccs-single__neighbor > span {
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.lccs-public .lccs-single__neighbor strong {
	color: var(--lccs-public-ink) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 700;
	line-height: 1.16;
}

.lccs-public .lccs-single__neighbor--next {
	text-align: right;
}

.lccs-public .lccs-single__neighbor--next:first-child,
.lccs-public .lccs-single__neighbor--all {
	grid-column: 1 / -1;
}

.lccs-public .lccs-single__neighbor:hover,
.lccs-public .lccs-single__neighbor:focus {
	color: var(--lccs-public-white) !important;
	background: var(--lccs-public-navy-deep);
}

.lccs-public .lccs-single__neighbor:hover strong,
.lccs-public .lccs-single__neighbor:focus strong {
	color: var(--lccs-public-white) !important;
}

@media (min-width: 1300px) {
	.lccs-article-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lccs-article-card h2 {
		font-size: 26px;
	}
}

@media (max-width: 980px) {
	.lccs-archive__layout {
		grid-template-columns: 1fr;
	}

	.lccs-library-sidebar {
		position: relative;
		top: auto;
		min-height: 0;
	}

	.lccs-library-sidebar__brand {
		padding: 28px 24px;
	}

	.lccs-cluster-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lccs-cluster-nav__label {
		grid-column: 1 / -1;
	}

	.lccs-pillar-directory {
		display: none;
	}

	.lccs-single__hero-grid,
	.lccs-single__layout {
		grid-template-columns: 1fr;
	}

	.lccs-single__hero-action {
		max-width: 520px;
	}

	.lccs-single__sidebar {
		height: auto;
	}

	.lccs-single__sidebar-sticky {
		position: relative;
		top: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: start;
		max-height: none;
		overflow: visible;
		padding-right: 0;
	}

	.lccs-single__sidebar-sticky > :last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.lccs-single__mobile-toc {
		display: block;
	}

	.lccs-single__sidebar .lccs-article-toc {
		display: none;
	}
}

@media (max-width: 720px) {
	.lccs-article-grid,
	.lccs-related__articles {
		grid-template-columns: 1fr;
	}

	.lccs-archive__main {
		padding: 28px 18px 42px;
	}

	.lccs-article-card h2 {
		font-size: 25px;
	}

	.lccs-related__site-links a {
		width: 100%;
		padding-left: 0;
		border-left: 0;
	}

	/*
	 * The site theme applies late mobile rules to generic header, heading and
	 * paragraph elements. Keep the managed article isolated and intentional.
	 */
	body.lccs-managed-article-template main.lccs-public.lccs-single {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		overflow: hidden;
		background: var(--lccs-public-canvas) !important;
	}

	body.lccs-managed-article-template main.lccs-single > header.lccs-single__hero {
		min-height: 0 !important;
		margin: 0 !important;
		padding: 24px 0 32px !important;
		color: #fff !important;
		background:
			radial-gradient(circle at 92% 10%, rgba(201, 162, 39, .15), transparent 32%),
			linear-gradient(118deg, #020202 0%, #111 72%, #201b0d 100%) !important;
		border-top: 4px solid var(--lccs-public-rust) !important;
	}

	.lccs-single__hero::after {
		right: -210px;
		top: -225px;
		width: 420px;
		height: 420px;
		box-shadow: 0 0 0 46px rgba(255, 255, 255, .022), 0 0 0 92px rgba(255, 255, 255, .018);
	}

	body.lccs-managed-article-template .lccs-single__inner {
		width: calc(100% - 32px) !important;
		max-width: none !important;
		margin-right: 16px !important;
		margin-left: 16px !important;
	}

	.lccs-single__breadcrumbs {
		gap: 6px;
		margin: 0 0 24px !important;
		font-size: 9px !important;
		letter-spacing: .045em;
		line-height: 1.5;
	}

	body.lccs-managed-article-template .lccs-single__breadcrumbs a,
	body.lccs-managed-article-template .lccs-single__breadcrumbs span {
		color: rgba(255, 255, 255, .75) !important;
		font-size: inherit !important;
		line-height: inherit !important;
	}

	.lccs-single__hero-grid {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 24px !important;
	}

	.lccs-single__hero-copy {
		min-width: 0;
		max-width: none;
	}

	body.lccs-managed-article-template .lccs-single__kicker {
		color: #fff !important;
		font-size: 9px !important;
		letter-spacing: .12em;
		line-height: 1.4 !important;
	}

	.lccs-single__kicker::before {
		width: 24px;
		height: 3px;
		flex: 0 0 24px;
	}

	body.lccs-managed-article-template main.lccs-single .lccs-single__hero h1 {
		display: block !important;
		max-width: 100% !important;
		margin: 12px 0 16px !important;
		padding: 0 !important;
		color: #fff !important;
		background: transparent !important;
		font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif !important;
		font-size: clamp(34px, 10.3vw, 46px) !important;
		font-weight: 900 !important;
		letter-spacing: -.04em !important;
		line-height: .96 !important;
		text-align: left !important;
		text-transform: uppercase !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	body.lccs-managed-article-template main.lccs-single .lccs-single__hero-copy > p {
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		color: rgba(255, 255, 255, .79) !important;
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 16px !important;
		font-weight: 400 !important;
		line-height: 1.55 !important;
	}

	body.lccs-managed-article-template .lccs-single__meta {
		display: grid !important;
		gap: 5px !important;
		margin: 20px 0 0 !important;
		color: rgba(255, 255, 255, .7) !important;
		font-size: 9px !important;
		letter-spacing: .055em;
		line-height: 1.45 !important;
	}

	body.lccs-managed-article-template .lccs-single__meta span {
		color: inherit !important;
		font-size: inherit !important;
		line-height: inherit !important;
	}

	.lccs-single__meta span + span::before {
		display: none;
	}

	body.lccs-managed-article-template .lccs-single__hero-action {
		display: grid !important;
		gap: 10px !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 20px !important;
		background: rgba(255, 255, 255, .07) !important;
		border: 1px solid rgba(255, 255, 255, .22) !important;
		box-shadow: inset 4px 0 0 var(--lccs-public-rust) !important;
	}

	body.lccs-managed-article-template .lccs-single__hero-action > span {
		color: #fff !important;
		font-size: 9px !important;
		line-height: 1.4 !important;
	}

	body.lccs-managed-article-template .lccs-single__hero-action > strong {
		color: #fff !important;
		font-family: Georgia, "Times New Roman", serif !important;
		font-size: 20px !important;
		line-height: 1.15 !important;
	}

	body.lccs-managed-article-template .lccs-single__hero-action > a {
		width: 100% !important;
		min-height: 50px !important;
		margin: 5px 0 0 !important;
		padding: 10px 15px !important;
		color: #171717 !important;
		background: #fff !important;
		font-size: 10px !important;
		line-height: 1.3 !important;
		white-space: normal;
	}

	.lccs-single__feature {
		margin-top: 0;
	}

	body.lccs-managed-article-template .lccs-single__layout {
		width: calc(100% - 24px) !important;
		margin-right: 12px !important;
		margin-left: 12px !important;
		gap: 24px !important;
		padding-top: 24px !important;
		padding-bottom: 52px !important;
	}

	body.lccs-managed-article-template .lccs-single__article {
		padding: 24px 18px !important;
		box-shadow: 0 12px 35px rgba(14, 14, 14, .055);
	}

	.lccs-single__article-label {
		margin-bottom: 20px;
		font-size: 9px;
	}

	body.lccs-managed-article-template .lccs-single__content {
		max-width: 100%;
		color: #252421 !important;
		font-family: Georgia, "Times New Roman", serif !important;
		font-size: 17px !important;
		line-height: 1.72 !important;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	body.lccs-managed-article-template .lccs-single__content > :first-child {
		font-size: 18px !important;
		line-height: 1.65 !important;
	}

	body.lccs-managed-article-template .lccs-single__content p,
	body.lccs-managed-article-template .lccs-single__content li,
	body.lccs-managed-article-template .lccs-single__content a,
	body.lccs-managed-article-template .lccs-single__content strong {
		font-family: inherit !important;
		font-size: inherit !important;
		line-height: inherit !important;
	}

	body.lccs-managed-article-template .lccs-single__content h2 {
		margin: 1.85em 0 .65em !important;
		padding-top: .4em !important;
		font-size: clamp(29px, 8.7vw, 39px) !important;
		line-height: 1.02 !important;
	}

	body.lccs-managed-article-template .lccs-single__content h3 {
		margin: 1.55em 0 .6em !important;
		font-size: clamp(23px, 7vw, 30px) !important;
		line-height: 1.05 !important;
	}

	body.lccs-managed-article-template .lccs-single__content h4 {
		font-size: 21px !important;
		line-height: 1.1 !important;
	}

	.lccs-single__content ul,
	.lccs-single__content ol {
		padding-left: 1.25em;
	}

	.lccs-single__content blockquote {
		padding: 20px 18px;
	}

	.lccs-single__content th,
	.lccs-single__content td {
		min-width: 150px;
		padding: 11px 12px;
	}

	.lccs-single__mobile-toc {
		margin-bottom: 24px;
	}

	body.lccs-managed-article-template .lccs-single__conversion {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 42px;
		padding: 24px 20px;
	}

	body.lccs-managed-article-template .lccs-single__conversion h2 {
		font-size: clamp(28px, 8.5vw, 37px) !important;
		line-height: 1 !important;
	}

	body.lccs-managed-article-template .lccs-single__conversion p {
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 14px !important;
		line-height: 1.6 !important;
	}

	.lccs-single__conversion > a {
		width: 100%;
		min-height: 50px;
		padding: 10px 15px;
		justify-content: space-between;
		line-height: 1.3;
		white-space: normal;
	}

	.lccs-single__sidebar-sticky {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.lccs-single__sidebar-sticky > :last-child:nth-child(odd) {
		grid-column: auto;
	}

	.lccs-single__neighbors {
		grid-template-columns: 1fr;
	}

	.lccs-public .lccs-single__neighbor--next,
	.lccs-public .lccs-single__neighbor--next:first-child,
	.lccs-public .lccs-single__neighbor--all {
		grid-column: auto;
		text-align: left;
	}

	.lccs-single__sidebar .lccs-related--sidebar,
	.lccs-topic-directory {
		padding: 22px 18px;
	}

	body.lccs-managed-article-template .lccs-single__footer .lccs-single__inner {
		width: calc(100% - 24px) !important;
		margin-right: 12px !important;
		margin-left: 12px !important;
	}

	.lccs-public .lccs-single__neighbor,
	.lccs-public .lccs-single__neighbor:visited {
		min-height: 0;
		padding: 24px 20px;
	}

	/* Premium phone composition: the desktop editorial system, reflowed. */
	body.lccs-managed-article-template main.lccs-single > header.lccs-single__hero {
		padding-top: 18px !important;
		padding-bottom: 28px !important;
		background:
			radial-gradient(circle at 94% 5%, rgba(201, 162, 39, .2), transparent 32%),
			repeating-linear-gradient(35deg, transparent 0 34px, rgba(255, 255, 255, .026) 34px 36px),
			linear-gradient(118deg, #020202 0%, #111 72%, #201b0d 100%) !important;
	}

	body.lccs-managed-article-template .lccs-single__breadcrumbs {
		flex-wrap: nowrap;
		margin-bottom: 24px !important;
		padding: 0 0 12px;
		overflow-x: auto;
		border-bottom: 1px solid rgba(255, 255, 255, .17);
		scrollbar-width: none;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.lccs-single__breadcrumbs::-webkit-scrollbar {
		display: none;
	}

	.lccs-single__hero-copy {
		position: relative;
		padding-top: 18px;
	}

	.lccs-single__hero-copy::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 58px;
		height: 4px;
		content: "";
		background: var(--lccs-public-rust);
	}

	body.lccs-managed-article-template .lccs-single__kicker::before {
		display: none;
	}

	body.lccs-managed-article-template main.lccs-single .lccs-single__hero h1 {
		margin-top: 14px !important;
		font-size: clamp(38px, 11.25vw, 52px) !important;
		letter-spacing: -.047em !important;
		line-height: .93 !important;
		text-wrap: pretty;
	}

	body.lccs-managed-article-template .lccs-single__meta {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1px !important;
		margin-top: 22px !important;
		background: rgba(255, 255, 255, .18);
		border: 1px solid rgba(255, 255, 255, .18);
	}

	body.lccs-managed-article-template .lccs-single__meta span {
		display: flex;
		align-items: center;
		min-height: 58px;
		padding: 9px 8px;
		background: rgba(0, 0, 0, .3);
		text-align: center;
	}

	body.lccs-managed-article-template .lccs-single__hero-action {
		position: relative;
		gap: 12px !important;
		padding: 22px 20px 20px !important;
		background: linear-gradient(135deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .035)) !important;
		border: 1px solid rgba(255, 255, 255, .2) !important;
		border-top: 4px solid var(--lccs-public-rust) !important;
		box-shadow: 0 18px 42px rgba(0, 0, 0, .2) !important;
	}

	body.lccs-managed-article-template .lccs-single__hero-action > strong {
		font-size: 22px !important;
	}

	body.lccs-managed-article-template .lccs-single__hero-action > a {
		border-left: 5px solid var(--lccs-public-rust) !important;
		font-size: 11px !important;
	}

	body.lccs-managed-article-template .lccs-single__article {
		border-top: 4px solid var(--lccs-public-rust);
	}

	body.lccs-managed-article-template .lccs-single__article-label {
		width: fit-content;
		margin: -4px 0 22px;
		padding: 8px 11px 8px 13px;
		color: #fff !important;
		background: var(--lccs-public-navy-deep);
		box-shadow: inset 4px 0 0 var(--lccs-public-rust);
	}

	body.lccs-managed-article-template .lccs-single__article-label::before {
		display: none;
	}

	body.lccs-managed-article-template .lccs-single__mobile-toc {
		position: sticky;
		top: 78px;
		z-index: 30;
		margin-right: -7px;
		margin-left: -7px;
		background: #fff;
		border-color: #2a2926;
		border-top-color: var(--lccs-public-rust);
		box-shadow: 0 12px 30px rgba(0, 0, 0, .14);
	}

	body.lccs-managed-article-template .lccs-single__mobile-toc summary {
		padding: 16px 48px 16px 16px;
		background: var(--lccs-public-navy-deep);
	}

	body.lccs-managed-article-template .lccs-single__mobile-toc summary span,
	body.lccs-managed-article-template .lccs-single__mobile-toc summary strong {
		color: #fff !important;
	}

	body.lccs-managed-article-template .lccs-single__mobile-toc summary::after {
		color: #fff;
	}

	body.lccs-managed-article-template .lccs-single__mobile-toc[open] {
		max-height: min(62vh, 520px);
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	body.lccs-managed-article-template .lccs-single__mobile-toc nav {
		padding-top: 4px;
		background: #fff;
	}

	body.lccs-managed-article-template .lccs-single__content > :first-child {
		padding-left: 15px;
		border-left: 4px solid var(--lccs-public-rust);
	}

	body.lccs-managed-article-template .lccs-single__content h2 {
		border-top: 3px solid var(--lccs-public-rust) !important;
	}

	body.lccs-managed-article-template .lccs-single__sidebar .lccs-related--sidebar {
		box-shadow: 0 12px 34px rgba(0, 0, 0, .07);
	}

	body.lccs-managed-article-template .lccs-topic-directory {
		box-shadow: 0 16px 36px rgba(0, 0, 0, .14);
	}

	body.lccs-managed-article-template .lccs-single__neighbors {
		gap: 10px;
		background: transparent;
		border: 0;
	}

	body.lccs-managed-article-template .lccs-public .lccs-single__neighbor,
	body.lccs-managed-article-template .lccs-public .lccs-single__neighbor:visited {
		border: 1px solid var(--lccs-public-line);
		border-left: 5px solid var(--lccs-public-rust);
		box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
	}
}

@media (max-width: 520px) {
	.lccs-archive__masthead {
		padding: 45px 22px;
	}

	.lccs-archive__masthead h1 {
		font-size: 39px;
	}

	.lccs-library-sidebar__brand strong {
		font-size: 24px;
	}

	.lccs-cluster-nav {
		grid-template-columns: 1fr;
	}

	.lccs-cluster-nav__label {
		grid-column: auto;
	}

	.lccs-archive__toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.lccs-related__articles > a {
		grid-template-columns: 1fr;
	}

	.lccs-related__articles span {
		justify-self: start;
	}

	.lccs-article-card__body {
		padding: 21px 19px 23px;
	}

	.lccs-article-card__meta {
		align-items: flex-start;
		flex-direction: column;
	}

	body.lccs-managed-article-template main.lccs-single .lccs-single__hero h1 {
		font-size: clamp(32px, 10.2vw, 42px) !important;
	}

	.lccs-single__mobile-toc summary strong {
		font-size: 19px;
	}
}

