/**
 * Single article presentation.
 * Scoped to the WordPress single-post template.
 */

.st_article_main {
	
	color: #071b4a;
	overflow: hidden;
}

.st_article_post {
	margin: 0;
}

.st_article_container {
	margin: 0 auto;
	max-width: 1160px;
	position: relative;
	width: calc(100% - 40px);
	z-index: 1;
}

.st_article_hero {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 76px 0 48px;
	position: relative;
	right: 50%;
	width: 100vw;
}

.st_article_breadcrumb {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 26px;
}

.st_article_breadcrumb a {
	color: #071b4a;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.st_article_breadcrumb a:last-child {
	color: #8a94a6;
}

.st_article_breadcrumb i {
	color: #aab2c0;
	font-size: 9px;
}

.st_article_masthead {
	margin: 0 auto;
	max-width: 980px;
	text-align: center;
}

.st_article_label {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(7, 27, 74, .08);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(7, 27, 74, .06);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	gap: 9px;
	letter-spacing: .07em;
	padding: 11px 17px;
	text-transform: uppercase;
}

.st_article_label i,
.st_article_meta_bar i {
	color: #f5b51b;
}

.st_article_masthead h1 {
	color: #071b4a;
	font-size: clamp(48px, 6vw, 82px);
	font-weight: 900;
	letter-spacing: -.07em;
	line-height: .95;
	margin: 25px auto 22px;
}

.st_article_deck {
	color: #687184;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.72;
	margin: 0 auto;
	max-width: 820px;
}

.st_article_meta_bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 26px;
}

.st_article_meta_bar span,
.st_article_meta_bar a {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(7, 27, 74, .08);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(7, 27, 74, .05);
	color: #071b4a;
	display: inline-flex;
	font-size: 12px;
	font-weight: 850;
	gap: 8px;
	padding: 12px 15px;
	text-decoration: none;
}

.st_article_cover_wrap {
	margin-top: 40px;
	min-height: 520px;
	position: relative;
}

.st_article_cover_frame {
	background-image: linear-gradient(rgba(7, 27, 74, .06), rgba(7, 27, 74, .14)), var(--st-article-cover);
	background-position: center;
	background-size: cover;
	border-radius: 42px;
	box-shadow: 0 34px 90px rgba(7, 27, 74, .16);
	height: 520px;
	overflow: hidden;
	transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}

.st_article_cover_wrap:hover .st_article_cover_frame {
	transform: scale(1.008);
}

.st_article_cover_note {
	background: #071b4a;
	border-radius: 28px;
	bottom: -30px;
	box-shadow: 0 24px 70px rgba(7, 27, 74, .12);
	color: #fff;
	max-width: 360px;
	overflow: hidden;
	padding: 24px;
	position: absolute;
	right: 34px;
}

.st_article_cover_note::after {
	background: rgba(245, 181, 27, .18);
	border-radius: 50%;
	content: "";
	height: 150px;
	position: absolute;
	right: -55px;
	top: -55px;
	width: 150px;
}

.st_article_cover_note span,
.st_article_cover_note p {
	position: relative;
	z-index: 1;
}

.st_article_cover_note span {
	display: block;
	font-weight: 900;
	margin-bottom: 10px;
}

.st_article_cover_note p {
	color: rgba(255, 255, 255, .76);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
	margin: 0;
}

.st_article_content_section {
	padding: 72px 0 40px;
}

.st_article_reading {
	margin: 0 auto;
	max-width: 980px;
	width: calc(100% - 40px);
}

.st_article_left_rail {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr auto;
	margin-bottom: 22px;
}

.st_article_author_chip,
.st_article_share {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(7, 27, 74, .08);
	border-radius: 24px;
	box-shadow: 0 14px 40px rgba(7, 27, 74, .06);
	display: flex;
	padding: 16px;
}

.st_article_author_chip > span {
	align-items: center;
	background: #071b4a;
	border-radius: 18px;
	color: #f5b51b;
	display: flex;
	font-weight: 900;
	height: 52px;
	justify-content: center;
	margin-right: 13px;
	width: 52px;
}

.st_article_author_chip small,
.st_article_author_panel small {
	color: #8a94a6;
	display: block;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.st_article_author_chip strong {
	font-size: 14px;
}

.st_article_share {
	gap: 9px;
}

.st_article_share strong {
	font-size: 14px;
	margin-right: 3px;
}

.st_article_share a {
	align-items: center;
	background: #fff5d8;
	border-radius: 50%;
	color: #071b4a;
	display: flex;
	height: 38px;
	justify-content: center;
	text-decoration: none;
	transition: .25s ease;
	width: 38px;
}

.st_article_share a:hover {
	background: #f5b51b;
	transform: translateY(-3px);
}

.st_article_body {
	background: #fff;
	border: 1px solid rgba(7, 27, 74, .08);
	border-radius: 36px;
	box-shadow: 0 14px 40px rgba(7, 27, 74, .08);
	padding: 54px 58px;
}

.st_article_intro {
	color: #071b4a;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.75;
	margin-bottom: 38px;
}

.st_article_content {
	color: #4f596c;
	font-size: 16px;
	line-height: 1.85;
}

.st_article_content > h3:first-child:empty {
	display: none;
}

.st_article_content h2,
.st_article_content h3,
.st_article_content h4 {
	color: #071b4a;
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1.1;
	margin: 42px 0 16px;
}

.st_article_content h4 {
	font-size: 28px;
}

.st_article_content p {
	margin: 0 0 24px;
}

.st_article_content ol,
.st_article_content ul {
	margin: 26px 0;
	padding-left: 0;
}

.st_article_content li {
	background: #f7f9fc;
	border: 1px solid rgba(7, 27, 74, .07);
	border-radius: 20px;
	list-style: none;
	margin-bottom: 12px;
	padding: 17px 18px 17px 50px;
	position: relative;
}

.st_article_content li::before {
	align-items: center;
	background: #f5b51b;
	border-radius: 50%;
	color: #071b4a;
	content: "✓";
	display: flex;
	font-size: 12px;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	left: 16px;
	position: absolute;
	top: 17px;
	width: 24px;
}

.st_article_content .author-bio-section {
	display: none;
}

.st_article_quote_panel {
	background: #071b4a;
	border-radius: 32px;
	color: #fff;
	margin: 36px 0;
	overflow: hidden;
	padding: 34px;
	position: relative;
}

.st_article_quote_panel::after {
	background: rgba(245, 181, 27, .16);
	border-radius: 50%;
	content: "";
	height: 190px;
	position: absolute;
	right: -70px;
	top: -90px;
	width: 190px;
}

.st_article_quote_panel i,
.st_article_quote_panel blockquote,
.st_article_quote_panel figcaption {
	position: relative;
	z-index: 1;
}

.st_article_quote_panel i {
	color: #f5b51b;
	font-size: 28px;
}

.st_article_quote_panel blockquote {
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1.2;
	margin: 14px 0;
}

.st_article_quote_panel figcaption {
	color: rgba(255, 255, 255, .68);
	font-size: 13px;
	font-weight: 800;
}

.st_article_summary_box {
	background: #f7f9fc;
	border-radius: 32px;
	margin-top: 34px;
	padding: 28px;
}

.st_article_summary_box > span,
.st_article_section_head span,
.st_article_comments_inner > span {
	color: #f5b51b;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.st_article_summary_box h2 {
	color: #071b4a;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1.15;
	margin: 10px 0;
}

.st_article_summary_box p {
	color: #687184;
	line-height: 1.7;
	margin: 0;
}

.st_article_author_panel {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(7, 27, 74, .08);
	border-radius: 30px;
	box-shadow: 0 14px 36px rgba(7, 27, 74, .06);
	display: grid;
	gap: 18px;
	grid-template-columns: 76px 1fr;
	margin-top: 40px;
	padding: 24px;
}

.st_article_author_panel img {
	border-radius: 22px;
	height: 76px;
	width: 76px;
}

.st_article_author_panel h2 {
	font-size: 22px;
	margin: 4px 0 6px;
}

.st_article_author_panel p {
	color: #687184;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.st_article_related {
	padding: 48px 0 54px;
}

.st_article_section_head {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 26px;
}

.st_article_section_head h2 {
	color: #071b4a;
	font-size: 44px;
	font-weight: 900;
	letter-spacing: -.05em;
	line-height: 1;
	margin: 7px 0 0;
}

.st_article_section_head > a {
	color: #071b4a;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

.st_article_section_head > a i,
.st_article_read_more i {
	color: #f5b51b;
	margin-left: 7px;
}

.st_article_related_grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.st_article_related_grid article {
	background: #fff;
	border: 1px solid rgba(7, 27, 74, .08);
	border-radius: 28px;
	box-shadow: 0 14px 38px rgba(7, 27, 74, .06);
	margin: 0;
	overflow: hidden;
	transition: .28s ease;
}

.st_article_related_grid article:hover {
	box-shadow: 0 26px 58px rgba(7, 27, 74, .12);
	transform: translateY(-7px);
}

.st_article_related_thumb {
	background-image: linear-gradient(rgba(7, 27, 74, .03), rgba(7, 27, 74, .12)), var(--st-related-image);
	background-position: center;
	background-size: cover;
	display: block;
	height: 190px;
}

.st_article_related_grid article > div {
	padding: 22px;
}

.st_article_related_grid small {
	color: #8a94a6;
	font-size: 11px;
	font-weight: 850;
}

.st_article_related_grid h3 {
	font-size: 19px;
	font-weight: 900;
	line-height: 1.25;
	margin: 9px 0 16px;
}

.st_article_related_grid h3 a,
.st_article_read_more {
	color: #071b4a;
	text-decoration: none;
}

.st_article_read_more {
	font-size: 13px;
	font-weight: 900;
}

.st_article_comments {
	padding: 18px 0 72px;
}

.st_article_comments_inner {
	background: #fff;
	border: 1px solid rgba(7, 27, 74, .08);
	border-radius: 36px;
	box-shadow: 0 14px 40px rgba(7, 27, 74, .06);
	margin: 0 auto;
	max-width: 980px;
	padding: 38px;
	width: calc(100% - 40px);
}

.st_article_comments .comments-title,
.st_article_comments .comment-reply-title {
	color: #071b4a;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: -.04em;
	margin: 8px 0 20px;
}

.st_article_comments label {
	color: #071b4a;
	display: block;
	font-size: 12px;
	font-weight: 850;
	margin-bottom: 7px;
}

.st_article_comments input:not([type="submit"]):not([type="checkbox"]),
.st_article_comments textarea {
	background: #f7f9fc;
	border: 1px solid rgba(7, 27, 74, .1);
	border-radius: 16px;
	padding: 13px 15px;
	width: 100%;
}

.st_article_comments input[type="submit"] {
	background: #f5b51b;
	border: 0;
	border-radius: 999px;
	color: #071b4a;
	font-weight: 900;
	padding: 14px 24px;
}

@media (max-width: 991px) {
	.st_article_related_grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.st_article_body {
		padding: 46px 42px;
	}
}

@media (max-width: 767px) {
	.st_article_hero {
		padding: 42px 0 38px;
	}

	.st_article_breadcrumb {
		overflow-x: auto;
		white-space: nowrap;
	}

	.st_article_masthead {
		text-align: left;
	}

	.st_article_masthead h1 {
		font-size: 43px;
		margin-top: 20px;
	}

	.st_article_deck {
		font-size: 16px;
	}

	.st_article_meta_bar {
		justify-content: flex-start;
	}

	.st_article_cover_wrap,
	.st_article_cover_frame {
		height: 390px;
		min-height: 390px;
	}

	.st_article_cover_frame {
		border-radius: 28px;
	}

	.st_article_cover_note {
		bottom: -58px;
		left: 18px;
		max-width: calc(100% - 36px);
		right: auto;
	}

	.st_article_content_section {
		padding-top: 94px;
	}

	.st_article_left_rail {
		grid-template-columns: 1fr;
	}

	.st_article_share {
		justify-content: center;
	}

	.st_article_body {
		border-radius: 28px;
		padding: 32px 24px;
	}

	.st_article_intro {
		font-size: 16px;
	}

	.st_article_content h4 {
		font-size: 24px;
	}

	.st_article_quote_panel {
		padding: 26px;
	}

	.st_article_quote_panel blockquote {
		font-size: 22px;
	}

	.st_article_author_panel {
		align-items: start;
		grid-template-columns: 62px 1fr;
		padding: 20px;
	}

	.st_article_author_panel img {
		height: 62px;
		width: 62px;
	}

	.st_article_section_head {
		align-items: start;
		display: block;
	}

	.st_article_section_head h2 {
		font-size: 36px;
	}

	.st_article_section_head > a {
		display: inline-block;
		margin-top: 14px;
	}

	.st_article_related_grid {
		grid-template-columns: 1fr;
	}

	.st_article_comments_inner {
		padding: 28px 22px;
	}
}
