:root
{
	--bs-primary: #003399;
	--bs-primary-rgb: 0, 51, 153;
	--bs-link-color: #336699;
	--bs-link-hover-color: #660033;
}

body
{
	background-color: #d3dec5;
	color: #444444;
}

.site-main
{
	padding-top: clamp(1.5rem, 4vw, 3rem);
	padding-bottom: clamp(2rem, 5vw, 4rem);
}

.navbar-navy
{
	background-color: #3c5a37;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand
{
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.navbar-navy .navbar-brand
{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar-brand img
{
	display: block;
	width: auto;
	height: 3rem;
}

.content-card
{
	background-color: #ffffff;
	border-top: 0.5rem solid var(--bs-primary);
}

.content-card > :last-child
{
	margin-bottom: 0;
}

.page-intro
{
	max-width: 52rem;
	margin-bottom: 2rem;
}

.eyebrow
{
	margin-bottom: 0.5rem;
	color: #3c5a37;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.page-intro h1,
.hero-panel h1
{
	margin-bottom: 0.75rem;
	color: #23482c;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 700;
}

.page-intro .lead,
.hero-panel .lead
{
	max-width: 48rem;
	margin-bottom: 0;
	font-size: 1.2rem;
	line-height: 1.65;
}

.hero-panel
{
	overflow: hidden;
	background-color: #ffffff;
	border-top: 0.5rem solid var(--bs-primary);
	border-radius: 0.75rem;
	box-shadow: 0 0.5rem 1.5rem rgba(31, 52, 39, 0.12);
}

.hero-panel-copy
{
	padding: clamp(1.5rem, 5vw, 4rem);
}

.hero-panel-art
{
	padding: 1.5rem;
	background-color: #ffffff;
}

.hero-panel-art img
{
	display: block;
	width: 100%;
	height: auto;
}

.section-heading
{
	margin-bottom: 1.25rem;
}

.section-heading h2
{
	margin-bottom: 0.35rem;
	color: #23482c;
}

.section-heading p
{
	margin-bottom: 0;
}

.feature-card,
.aside-panel,
.source-card,
.promo-card,
.example-nav,
.example-viewer
{
	background-color: #ffffff;
	border: 1px solid #d5dfd0;
	border-radius: 0.6rem;
	box-shadow: 0 0.25rem 0.75rem rgba(31, 52, 39, 0.08);
}

.feature-card
{
	height: 100%;
	padding: 1.5rem;
}

.feature-card .feature-number
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-bottom: 1rem;
	border-radius: 50%;
	background-color: #e4ecdf;
	color: #3c5a37;
	font-weight: 700;
}

.feature-card h3
{
	margin-bottom: 0.6rem;
	color: #23482c;
	font-size: 1.25rem;
}

.feature-card p
{
	margin-bottom: 1.25rem;
}

.aside-panel,
.example-nav,
.promo-card
{
	padding: 1.25rem;
}

.aside-panel h2,
.example-nav h2,
.promo-card h2
{
	margin-bottom: 1rem;
	color: #23482c;
	font-size: 1.25rem;
}

.related-link
{
	display: block;
	padding: 0.9rem 0;
	border-top: 1px solid #e5ebe1;
	text-decoration: none;
}

.related-link:first-of-type
{
	padding-top: 0;
	border-top: 0;
}

.related-link strong
{
	display: block;
	margin-bottom: 0.2rem;
	color: #336699;
}

.related-link span
{
	color: #555555;
	font-size: 0.9rem;
}

.definition-panel
{
	margin: 1.5rem 0;
	padding: 1.25rem 1.5rem;
	border-left: 0.35rem solid #d6b46a;
	background-color: #f3f6f0;
}

.definition-panel p:last-child
{
	margin-bottom: 0;
}

.story-copy p
{
	max-width: 54rem;
	font-size: 1.05rem;
	line-height: 1.75;
}

.story-portrait
{
	max-width: 13rem;
	margin: 0 auto;
}

.source-card
{
	height: 100%;
	padding: 1rem;
	text-align: center;
}

.source-card img
{
	max-height: 26rem;
	margin: 0 auto 1rem;
	object-fit: contain;
}

.source-card figcaption
{
	font-size: 0.9rem;
}

.example-nav .nav-link
{
	margin-bottom: 0.35rem;
	border-radius: 0.35rem;
	color: #336699;
	font-weight: 600;
}

.example-nav .nav-link:last-child
{
	margin-bottom: 0;
}

.example-nav .nav-link.active
{
	background-color: #3c5a37;
	color: #ffffff;
}

.example-viewer
{
	padding: clamp(0.75rem, 2vw, 1.5rem);
	text-align: center;
}

.example-viewer img
{
	max-height: 68vh;
	border: 1px solid #253b2a;
	box-shadow: 0 0.25rem 1rem rgba(31, 52, 39, 0.16);
}

.example-viewer figcaption
{
	margin-top: 1rem;
	color: #666666;
	font-size: 0.9rem;
}

.record-list
{
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.record-item
{
	display: block;
	height: 100%;
	padding: 0.9rem 1rem;
	border: 1px solid #d5dfd0;
	border-radius: 0.45rem;
	background-color: #f8faf7;
	text-decoration: none;
}

.record-item:hover,
.record-item:focus
{
	background-color: #eef4eb;
}

.record-item strong
{
	display: block;
	margin-bottom: 0.25rem;
}

.record-item span
{
	color: #555555;
	font-size: 0.88rem;
	line-height: 1.45;
}

.promo-card img
{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

.promo-card .ship-image
{
	width: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
}

.product-list
{
	margin-bottom: 0;
}

.product-item
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	height: 100%;
	padding: 1rem;
	border: 1px solid #d5dfd0;
	border-radius: 0.45rem;
	background-color: #f8faf7;
	text-decoration: none;
}

.product-item:hover,
.product-item:focus
{
	background-color: #eef4eb;
}

.product-item span:first-child
{
	font-weight: 600;
}

.product-item small
{
	flex-shrink: 0;
	color: #336699;
}

.product-image
{
	padding: 1rem;
	background-color: #f3f6f0;
	border: 1px solid #d5dfd0;
	border-radius: 0.5rem;
}

.product-description
{
	white-space: pre-line;
	line-height: 1.7;
}

.external-content
{
	font-size: 1.02rem;
	line-height: 1.65;
}

.external-content img
{
	max-width: 100%;
	height: auto;
}

.content-card h1,
.content-card h2,
.content-card h3
{
	color: #336699;
}

.content-card a
{
	font-weight: 600;
}

.content-card img
{
	max-width: 100%;
	height: auto;
}

.external-content a
{
	font-weight: 600;
}

.external-content table
{
	width: 100%;
	border-collapse: collapse;
}

.external-content th,
.external-content td
{
	padding: 0.75rem;
	border-bottom: 1px solid #d5dfd0;
	vertical-align: top;
}

.external-content th
{
	color: #23482c;
	text-align: left;
}

.external-content .date
{
	color: #3399cc;
	font-style: italic;
	font-weight: 700;
}

@media (max-width: 767.98px)
{
	.navbar-brand span
	{
		font-size: 1rem;
	}

	.navbar-brand img
	{
		height: 2.5rem;
	}

	.hero-panel-copy
	{
		padding: 1.5rem;
	}

	.page-intro .lead,
	.hero-panel .lead
	{
		font-size: 1.05rem;
	}
}
