:root {
	--ecs-public-navy: #080666;
	--ecs-public-navy-deep: #030340;
	--ecs-public-rust: #ad3a00;
	--ecs-public-rust-dark: #872d00;
	--ecs-public-ink: #111224;
	--ecs-public-muted: #626372;
	--ecs-public-line: #d9dae3;
	--ecs-public-canvas: #f5f5f2;
	--ecs-public-white: #ffffff;
}

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

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

.ecs-public a {
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

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

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

body.ecs-managed-post .elementor-section.elementor-section-boxed > .elementor-container,
body.ecs-managed-post .e-con.e-con-boxed > .e-con-inner {
	max-width: 1600px;
}

.ecs-post-hero {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: clamp(520px, 59vw, 780px);
	color: var(--ecs-public-white);
	background:
		linear-gradient(100deg, rgba(3, 3, 64, .99) 0%, rgba(8, 6, 102, .95) 57%, rgba(20, 10, 58, .88) 100%),
		repeating-linear-gradient(35deg, transparent 0 40px, rgba(255, 255, 255, .035) 40px 42px);
	border-top: 5px solid var(--ecs-public-rust);
}

.ecs-post-hero.has-image {
	background:
		linear-gradient(90deg, rgba(3, 3, 64, .98) 0%, rgba(8, 6, 102, .88) 55%, rgba(9, 6, 56, .46) 100%),
		var(--ecs-post-hero-image) center / cover no-repeat;
}

.ecs-post-hero::after {
	position: absolute;
	right: -170px;
	bottom: -310px;
	width: 720px;
	height: 720px;
	content: "";
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	box-shadow: 0 0 0 82px rgba(255, 255, 255, .028), 0 0 0 164px rgba(255, 255, 255, .025);
}

.ecs-post-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(100%, 1600px);
	min-height: inherit;
	margin: 0 auto;
	padding: clamp(55px, 8vw, 118px) clamp(25px, 7vw, 112px);
}

.ecs-post-hero__crumbs {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: clamp(48px, 7vw, 90px);
	color: rgba(255, 255, 255, .62);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ecs-post-hero__crumbs a {
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

.ecs-post-hero__crumbs a:hover,
.ecs-post-hero__crumbs a:focus {
	color: var(--ecs-public-white);
}

.ecs-post-hero__labels {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 20px;
	color: #f0783b;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ecs-post-hero__labels small {
	padding: 5px 9px;
	color: var(--ecs-public-white);
	background: rgba(255, 255, 255, .12);
	border-left: 2px solid var(--ecs-public-rust);
	font-size: 8px;
	letter-spacing: .13em;
}

.ecs-post-hero h1 {
	max-width: 1120px;
	margin: 0;
	color: var(--ecs-public-white);
	font-size: clamp(48px, 7.2vw, 112px);
	font-weight: 900;
	letter-spacing: -.06em;
	line-height: .88;
	text-wrap: balance;
	text-transform: uppercase;
}

.ecs-post-hero p {
	max-width: 820px;
	margin: 30px 0 0;
	color: rgba(255, 255, 255, .82);
	font-size: clamp(17px, 1.7vw, 22px);
	line-height: 1.6;
}

.ecs-post-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 13px 30px;
	margin-top: 34px;
	padding-top: 18px;
	color: rgba(255, 255, 255, .64);
	border-top: 1px solid rgba(255, 255, 255, .28);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.ecs-managed-post .ecs-post-content-column .elementor-widget-theme-post-content {
	color: #2f3040;
	font-size: 18px;
	line-height: 1.78;
}

body.ecs-managed-post .ecs-post-content-column .elementor-widget-theme-post-content h2 {
	margin: 2.15em 0 .65em;
	color: var(--ecs-public-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(31px, 3.1vw, 48px);
	letter-spacing: -.025em;
	line-height: 1.08;
}

body.ecs-managed-post .ecs-post-content-column .elementor-widget-theme-post-content h3 {
	margin: 1.8em 0 .55em;
	color: var(--ecs-public-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(24px, 2.3vw, 34px);
	line-height: 1.15;
}

body.ecs-managed-post .ecs-post-content-column .elementor-widget-theme-post-content p,
body.ecs-managed-post .ecs-post-content-column .elementor-widget-theme-post-content ul,
body.ecs-managed-post .ecs-post-content-column .elementor-widget-theme-post-content ol {
	margin-top: 0;
	margin-bottom: 1.35em;
}

body.ecs-managed-post .ecs-post-content-column .elementor-widget-theme-post-content a {
	color: var(--ecs-public-rust);
	font-weight: 700;
}

body.ecs-managed-post .ecs-post-content-column .elementor-widget-theme-post-content blockquote {
	margin: 2.2em 0;
	padding: 24px 30px;
	color: var(--ecs-public-navy);
	background: var(--ecs-public-canvas);
	border-left: 5px solid var(--ecs-public-rust);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25em;
	line-height: 1.5;
}

body.ecs-managed-post .ecs-post-content-column .elementor-widget-theme-post-content img {
	height: auto;
	border-radius: 0;
}

.ecs-archive__masthead {
	position: relative;
	overflow: hidden;
	padding: clamp(48px, 7vw, 92px) clamp(24px, 6vw, 88px);
	color: var(--ecs-public-white);
	background:
		linear-gradient(112deg, rgba(3, 3, 64, .99), rgba(8, 6, 102, .97) 67%, rgba(32, 14, 72, .95)),
		repeating-linear-gradient(35deg, transparent 0 38px, rgba(255, 255, 255, .04) 38px 40px);
	border-top: 5px solid var(--ecs-public-rust);
}

.ecs-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);
}

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

.ecs-archive__masthead .ecs-public__eyebrow {
	color: #f0783b;
}

.ecs-archive__masthead h1 {
	max-width: 980px;
	margin: 18px 0 0;
	color: var(--ecs-public-white);
	font-size: clamp(40px, 6vw, 88px);
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: .94;
	text-transform: uppercase;
}

.ecs-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;
}

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

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

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

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

.ecs-library-sidebar__brand span,
.ecs-cluster-nav__label {
	color: #f0783b;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .15em;
	line-height: 1.3;
	text-transform: uppercase;
}

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

.ecs-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);
}

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

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

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

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

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

.ecs-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;
}

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

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

.ecs-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;
}

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

.ecs-pillar-directory a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 15px 0;
	color: var(--ecs-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;
}

.ecs-pillar-directory a span {
	color: #f0783b;
}

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

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

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

.ecs-archive__toolbar span {
	color: var(--ecs-public-rust);
}

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

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

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

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

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

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

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

.ecs-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(--ecs-public-navy);
}

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

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

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

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

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

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

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

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

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

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

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

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

.ecs-article-card__link:hover,
.ecs-article-card__link:focus {
	color: var(--ecs-public-rust-dark);
}

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

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

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

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

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

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

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

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

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

.ecs-related--sidebar {
	position: sticky;
	top: 120px;
	margin-top: 0;
	padding: 25px;
	color: var(--ecs-public-white);
	background:
		linear-gradient(145deg, rgba(8, 6, 102, .98), rgba(3, 3, 64, 1)),
		repeating-linear-gradient(35deg, transparent 0 26px, rgba(255, 255, 255, .035) 26px 28px);
	border-top-color: var(--ecs-public-rust);
}

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

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

.ecs-related--sidebar .ecs-related__heading h2 {
	color: var(--ecs-public-white);
	font-size: 26px;
}

.ecs-related--sidebar .ecs-public__eyebrow {
	color: #f0783b;
}

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

.ecs-related--sidebar .ecs-related__articles {
	grid-template-columns: 1fr;
	background: rgba(255, 255, 255, .16);
	border-color: rgba(255, 255, 255, .16);
}

.ecs-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(--ecs-public-navy);
	background: var(--ecs-public-white);
	text-decoration: none;
}

.ecs-related--sidebar .ecs-related__articles > a {
	min-height: 0;
	padding: 18px;
	color: var(--ecs-public-white);
	background: rgba(255, 255, 255, .075);
}

.ecs-related--sidebar .ecs-related__articles > a:hover,
.ecs-related--sidebar .ecs-related__articles > a:focus {
	background: rgba(255, 255, 255, .13);
}

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

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

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

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

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

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

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

.ecs-related--sidebar .ecs-related__site-links a {
	width: 100%;
	color: var(--ecs-public-white);
}

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

.ecs-related--sidebar .ecs-related__site-links a {
	padding-left: 0;
	border-left: 0;
	border-top-color: rgba(255, 255, 255, .17);
}

.ecs-related--sidebar .ecs-related__site-links {
	border-color: rgba(255, 255, 255, .17);
}

.ecs-related__site-links a span {
	color: var(--ecs-public-rust);
}

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

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

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

@media (max-width: 980px) {
	.ecs-related--sidebar {
		position: relative;
		top: auto;
	}

	.ecs-archive__layout {
		grid-template-columns: 1fr;
	}

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

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

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

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

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

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

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

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

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

@media (max-width: 520px) {
	.ecs-post-hero {
		min-height: 560px;
	}

	.ecs-post-hero__inner {
		padding: 44px 22px;
	}

	.ecs-post-hero__crumbs {
		margin-bottom: 45px;
	}

	.ecs-post-hero h1 {
		font-size: 46px;
		line-height: .92;
	}

	.ecs-archive__masthead {
		padding: 45px 22px;
	}

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

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

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

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

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

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

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