/*
 * Association media placement overrides.
 * Source images were provided by the Association and families for this local build.
 */

.skip-link {
	position: fixed;
	z-index: 1000;
	top: 8px;
	left: 8px;
	padding: 12px 16px;
	border: 2px solid #f1d68d;
	border-radius: 6px;
	background: #07100d;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	transform: translateY(-160%);
	transition: transform .15s ease;
}

.skip-link:focus {
	outline: 3px solid #fff;
	outline-offset: 2px;
	transform: translateY(0);
}

.global-honor-nav {
	position: fixed;
	z-index: 120;
	top: 9px;
	right: 20px;
	display: grid;
	width: 108px;
	justify-items: center;
	gap: 2px;
	padding: 3px 7px 7px;
	border: 1px solid transparent;
	border-radius: 9px;
	background: rgba(5, 10, 8, .78);
	color: #f1d68d;
	text-align: center;
	text-decoration: none;
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.global-honor-nav img {
	display: block;
	width: 61px;
	height: 61px;
	object-fit: contain;
}

.global-honor-nav span {
	font-size: 9px;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.global-honor-nav:hover,
.global-honor-nav:focus-visible,
.global-honor-nav.active {
	border-color: rgba(241, 214, 141, .65);
	background: rgba(16, 28, 23, .96);
	transform: translateY(1px);
	outline: none;
}

@media (min-width: 821px) {
	.topbar .nav-shell {
		padding-right: 122px;
	}
}

@media (max-width: 820px) {
	.global-honor-nav {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		display: flex;
		width: 100%;
		min-height: 52px;
		justify-content: center;
		gap: 9px;
		padding: 6px 14px;
		border-width: 0 0 1px;
		border-color: rgba(211, 173, 90, .42);
		border-radius: 0;
		background: #050a08;
		box-shadow: none;
	}

	.global-honor-nav img {
		width: 38px;
		height: 38px;
	}

	.global-honor-nav span {
		font-size: 10px;
	}

	.global-honor-nav.active {
		display: none;
	}
}

.hero.has-photo:after {
	background-position: center;
}

.hero .wrap.hero-content {
	width: auto;
	max-width: 650px;
	margin-left: max(60px, calc((100vw - 1320px) / 2));
	margin-right: auto;
}

.hero.has-photo .btnrow {
	max-width: 620px;
	flex-wrap: wrap;
}

.hero.has-photo:after {
	right: max(60px, calc((100vw - 1320px) / 2));
	width: min(510px, 36vw);
}

.hero.hero-home:after {
	background-image: url("assets/drive/tc-pb-red-victory.jpg");
	background-position: center 38%;
}

.hero.hero-about:after,
.hero.hero-history:after,
.hero.hero-command:after {
	background-image: url("assets/drive/tc-snp-plt.jpg");
	background-position: center 42%;
}

.hero.hero-deployments:after {
	background-image: url("assets/drive/tc-mission.jpg");
	background-position: center 38%;
}

.hero.hero-honor:after {
	background-image: url("assets/drive/tc-fallen.jpg");
	background-color: #f5f1ea;
	background-position: center;
}

.hero.hero-archive:after {
	background-image: url("assets/drive/tc-post-mission.jpg");
	background-position: center 38%;
}

.hero.hero-events:after,
.hero.hero-stories:after {
	background-image: url("assets/drive/tc-reunion-2022-01.jpg");
	background-position: center 45%;
}

.photo-card.drive-fallen {
	background-image: url("assets/drive/tc-fallen.jpg");
	background-color: #f5f1ea;
	background-size: contain;
	background-repeat: no-repeat;
}

.photo-card.drive-kias {
	background-image: url("assets/drive/tc-kias.jpg");
	background-color: #f5f1ea;
	background-size: contain;
	background-repeat: no-repeat;
}

.photo-card.drive-post-mission {
	background-image: url("assets/drive/tc-post-mission.jpg");
}

.photo-card.drive-snp-plt {
	background-image: url("assets/drive/tc-snp-plt.jpg");
}

.photo-card.drive-1st-plt {
	background-image: url("assets/drive/tc-1st-plt.jpg");
}

.photo-card.drive-2nd-plt {
	background-image: url("assets/drive/tc-2nd-plt.jpg");
}

.photo-card.drive-pb-red-victory {
	background-image: url("assets/drive/tc-pb-red-victory.jpg");
}

.photo-card.drive-mission {
	background-image: url("assets/drive/tc-mission.jpg");
}

.photo-card.drive-guitar {
	background-image: url("assets/drive/tc-guitar.jpg");
}

.photo-card.drive-ied {
	background-image: url("assets/drive/tc-ied.jpg");
}

.photo-card.drive-walking {
	background-image: url("assets/drive/tc-walking.jpg");
}

.photo-card.drive-truck {
	background-image: url("assets/drive/tc-truck.jpg");
}

.photo-card.drive-reunion {
	background-image: url("assets/drive/tc-reunion-2022-02.jpg");
}

.photo-card.drive-cody-boden {
	background-image: url("assets/drive/tc-cody-boden-01.jpeg");
}

.honor-feature {
	align-items: stretch;
}

.honor-feature .photo-card {
	min-height: 360px;
	background-size: cover;
	background-color: #f5f1ea;
}

.roll-of-honor-inscription {
	max-width: 920px;
	margin: 0 auto 32px;
	color: #f1d68d;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.3rem, 2vw, 1.85rem);
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
}

.mission-block,
.record-note,
.safety-notice {
	border: 1px solid rgba(22, 61, 45, .22);
	border-left: 5px solid #c6a15b;
	border-radius: 8px;
	padding: 24px;
	background: #fff;
}

.mission-block h2,
.record-note h2,
.safety-notice h2 {
	margin: 4px 0 10px;
	color: #163d2d;
}

.mission-block p:last-child,
.record-note p:last-child,
.safety-notice p:last-child {
	margin-bottom: 0;
}

.mission-block p,
.record-note p,
.safety-notice p {
	color: #384a41;
}

.paper .kicker,
.paper .eyebrow,
.mission-block .kicker,
.record-note .kicker,
.safety-notice .kicker {
	color: #6e531f;
}

.mission-block .tag,
.record-note .tag,
.safety-notice .tag {
	color: #4f3a0e;
}

.crisis-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.footer-meta {
	display: grid;
	justify-items: end;
	gap: 8px;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 16px;
}

.footer-links a {
	color: #f0d485;
	font-weight: 800;
}

@media (max-width: 760px) {
	.footer-meta { justify-items: start; }
	.footer-links { justify-content: flex-start; }
}

.memorial-card.memorial-record {
	display: flex;
	flex-direction: column;
	min-height: 365px;
}

.memorial-record .portrait {
	height: 230px;
	background: linear-gradient(135deg, #17251f, #070b0a);
	border-bottom: 1px solid rgba(199, 163, 90, .22);
	overflow: hidden;
}

.memorial-record .portrait img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
}

.memorial-record .body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.memorial-record h3 {
	font-size: 17px;
	line-height: 1.2;
}

.memorial-meta {
	display: grid;
	gap: 6px;
	font-size: 12px;
	color: #d9dfd7;
	line-height: 1.35;
}

.memorial-meta span {
	display: block;
	color: #aeb8af;
}

.memorial-incident {
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: #cfd6cf;
	font-size: 12px;
	line-height: 1.45;
}

.memorial-biography {
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: #d9dfd7;
	font-size: 13px;
	line-height: 1.6;
}

.memorial-biography summary {
	color: #f0d18a;
	cursor: pointer;
	font-weight: 800;
}

.memorial-biography div {
	margin-top: 12px;
}

.memorial-biography p:last-child {
	margin-bottom: 0;
}

.record-note {
	margin-top: 8px;
	padding: 24px;
	border: 1px solid rgba(22, 61, 45, .22);
	border-left: 5px solid #c6a15b;
	border-radius: 8px;
	background: #fff;
	color: #163d2d;
	font-size: 14px;
	line-height: 1.55;
}

.source-note,
.footer {
	letter-spacing: 0;
}

.footer-credit {
	color: #f0d18a;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.home-membership-labels {
	margin: 22px 0 18px;
}

.home-membership-labels .tag {
	margin: 0;
	border: 1px solid rgba(211, 173, 90, .42);
	border-radius: 999px;
	padding: 8px 12px;
	background: rgba(211, 173, 90, .08);
}

.home-memorial-band {
	position: relative;
	background: linear-gradient(90deg, rgba(4, 9, 7, .97), rgba(4, 9, 7, .72)), url("assets/drive/tc-fallen.jpg") center 42% / cover no-repeat;
	border-top: 1px solid rgba(211, 173, 90, .28);
	border-bottom: 1px solid rgba(211, 173, 90, .28);
}

.home-memorial-band .mission-block {
	max-width: 840px;
}

#home-upcoming-events {
	scroll-margin-top: 150px;
}

.sponsor-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
}

.sponsor-card {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
}

.sponsor-logo {
	display: grid;
	place-items: center;
	height: 180px;
	padding: 20px;
	background: #fff;
}

.sponsor-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sponsor-body {
	padding: 20px;
}

.sponsor-body h3 {
	margin: 0 0 8px;
}

.sponsor-body p {
	color: #cbd4cc;
	font-size: 14px;
	line-height: 1.5;
}

.section-head {
	max-width: 860px;
	margin-bottom: 24px;
}

.section-head p {
	max-width: 760px;
}

.honor-record-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 18px;
}

.honor-record {
	min-height: 430px;
}

.honor-record-status {
	align-self: flex-start;
	padding: 5px 9px;
	border-radius: 999px;
	border: 1px solid rgba(240, 209, 138, .32);
	color: #f0d18a;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.honor-record .record-note {
	margin-top: 0;
}

/* Long-form Unit History research report. */
.history-report {
	background: var(--ofc-bg, #07100d);
}

.history-report .section {
	scroll-margin-top: 112px;
}

.history-report-header {
	max-width: 980px;
}

.history-report-header h2 {
	max-width: 900px;
	margin: 8px 0 10px;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.02;
	text-transform: uppercase;
}

.history-subtitle {
	margin: 0 0 22px;
	color: #f0d18a;
	font-size: clamp(16px, 2vw, 21px);
	font-weight: 800;
}

.history-verification,
.history-caution,
.history-status-panel {
	margin-top: 24px;
	padding: 18px 20px;
	border: 1px solid rgba(211, 173, 90, .38);
	border-left: 4px solid var(--ofc-gold, #d3ad5a);
	border-radius: 8px;
	background: #10251c;
	color: #f4f0e6;
	line-height: 1.65;
}

.history-verification p,
.history-caution p,
.history-status-panel p {
	color: #e4ebe5;
}

.history-verification a,
.history-caution a,
.history-status-panel a {
	color: #f1d68d;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.history-foundation-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 32px;
}

.history-foundation-grid .card h3,
.history-role-grid h3,
.history-valor-grid h3,
.history-achievement-grid h3,
.history-theme-grid h3 {
	margin-top: 5px;
}

.history-report-toc {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px;
	background: #101c17;
}

.history-report-toc .kicker {
	flex: 0 0 100%;
	margin-bottom: 2px;
}

.history-report-toc a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 9px 13px;
	border: 1px solid rgba(211, 173, 90, .32);
	border-radius: 6px;
	color: #f1d68d;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.history-report-toc a:hover,
.history-report-toc a:focus-visible {
	border-color: #f1d68d;
	background: rgba(211, 173, 90, .12);
}

.history-prose {
	max-width: 1180px;
}

.history-prose > p,
.history-deployment p,
.history-media-copy p {
	max-width: 930px;
	color: #d7ded8;
	font-size: 16px;
	line-height: 1.75;
}

.history-prose > h3 {
	margin: 30px 0 8px;
	color: #f4f0e6;
	font-size: clamp(20px, 2.5vw, 27px);
}

.history-section-heading {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 28px;
}

.history-section-heading > span {
	display: grid;
	flex: 0 0 52px;
	place-items: center;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(211, 173, 90, .48);
	border-radius: 50%;
	color: #f1d68d;
	font-size: 18px;
	font-weight: 900;
}

.history-section-heading h2 {
	margin: 5px 0 0;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.08;
	text-transform: uppercase;
}

.history-fact-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 30px 0;
}

.history-fact {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 8px;
	background: rgba(255, 255, 255, .035);
}

.history-fact strong,
.history-fact span {
	display: block;
}

.history-fact strong {
	color: #f1d68d;
	font-size: 30px;
	line-height: 1;
}

.history-fact span {
	margin-top: 8px;
	color: #cbd4cc;
	font-size: 13px;
	line-height: 1.45;
}

.history-source {
	margin-top: 28px !important;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	font-size: 14px !important;
}

.history-source a,
.history-media-card a,
.history-source-list a {
	color: #f1d68d;
	text-underline-offset: 3px;
}

.history-role-grid,
.history-valor-grid,
.history-achievement-grid,
.history-theme-grid {
	margin-top: 28px;
}

.history-feature-media {
	margin: 32px 0 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px;
	background: #101c17;
}

.history-feature-media img {
	display: block;
	width: 100%;
	max-height: 620px;
	object-fit: cover;
}

.history-feature-media figcaption,
.history-media-card figcaption {
	padding: 14px 16px;
	color: #cbd4cc;
	font-size: 12px;
	line-height: 1.55;
}

.history-deployment {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	gap: 26px;
	padding: 26px 0;
	border-top: 1px solid rgba(255, 255, 255, .13);
}

.history-deployment:first-of-type {
	border-top: 0;
}

.history-deployment-label {
	color: #f1d68d;
	font-size: 18px;
	font-weight: 900;
}

.history-deployment h3 {
	margin: 0 0 8px;
	font-size: 25px;
}

.history-table-wrap {
	width: 100%;
	margin-top: 22px;
	overflow-x: auto;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px;
	-webkit-overflow-scrolling: touch;
}

.history-report table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	background: #101c17;
	color: #eef1ec;
}

.history-report th,
.history-report td {
	padding: 14px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}

.history-report th {
	background: #17261f;
	color: #f1d68d;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.history-report td {
	font-size: 14px;
}

.history-report tbody tr:last-child td {
	border-bottom: 0;
}

.history-details {
	margin-top: 22px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .035);
}

.history-details summary {
	color: #f1d68d;
	cursor: pointer;
	font-weight: 800;
}

.history-media-grid {
	display: grid;
	grid-template-columns: minmax(280px, .8fr) minmax(300px, 1.2fr);
	gap: 22px;
	align-items: stretch;
	margin-top: 30px;
}

.history-media-grid-pair {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.history-media-card {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px;
	background: #101c17;
}

.history-media-card img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.history-media-grid:not(.history-media-grid-pair) .history-media-card img {
	height: 430px;
}

.history-media-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 26px;
	border: 1px solid rgba(211, 173, 90, .25);
	border-radius: 8px;
	background: rgba(211, 173, 90, .07);
}

.history-media-copy .btn {
	align-self: flex-start;
}

.history-status-panel h3 {
	margin: 5px 0 8px;
	font-size: 24px;
}

.history-status-panel p {
	margin-bottom: 0;
}

.history-source-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.history-source-list a {
	display: block;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 8px;
	background: rgba(255, 255, 255, .035);
	text-decoration: none;
}

.history-source-list a:hover,
.history-source-list a:focus-visible {
	border-color: rgba(241, 214, 141, .65);
	background: rgba(211, 173, 90, .09);
}

.history-source-list strong,
.history-source-list span {
	display: block;
}

.history-archive-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.history-gallery-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 28px 0 16px;
}

.history-gallery-summary > div {
	padding: 18px;
	border: 1px solid rgba(211, 173, 90, .3);
	border-radius: 8px;
	background: rgba(211, 173, 90, .07);
}

.history-gallery-summary strong,
.history-gallery-summary span {
	display: block;
}

.history-gallery-summary strong {
	color: #f1d68d;
	font-size: 30px;
	line-height: 1;
}

.history-gallery-summary span {
	margin-top: 7px;
	color: #cbd4cc;
	font-size: 12px;
	font-weight: 700;
}

.history-gallery-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
}

.history-gallery-filters a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 6px;
	color: #dce3dc;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.history-gallery-filters a span {
	display: inline-grid;
	min-width: 24px;
	min-height: 24px;
	place-items: center;
	padding: 2px 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .09);
	font-size: 10px;
}

.history-gallery-filters a:hover,
.history-gallery-filters a:focus-visible,
.history-gallery-filters a.active {
	border-color: #f1d68d;
	background: rgba(211, 173, 90, .13);
	color: #f1d68d;
}

.history-photo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.history-photo-card {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px;
	background: #101c17;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.history-photo-card > img {
	display: block;
	width: 100%;
	height: 230px;
	object-fit: cover;
	background: #07100d;
}

.history-photo-card-body {
	padding: 18px;
}

.history-photo-category {
	color: #f1d68d;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.history-photo-card h3 {
	margin: 7px 0 14px;
	font-size: 19px;
	line-height: 1.2;
}

.history-photo-card h3 .dvids-record-id {
	display: block;
	margin-top: 6px;
	color: #d7c48e;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .07em;
	line-height: 1.3;
	text-transform: uppercase;
}

/* Public event details use white cards inside a dark calendar section. */
.ofc-calendar-public .ofc-event-card {
	color: #17201b;
}

.ofc-calendar-public .ofc-event-card h3 {
	color: #03291c;
}

.ofc-calendar-public .ofc-event-card p,
.ofc-calendar-public .ofc-event-card dd {
	color: #17201b;
}

.history-photo-card dl {
	margin: 0;
}

.history-photo-card dl > div {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: 8px;
	padding: 7px 0;
	border-top: 1px solid rgba(255, 255, 255, .08);
	font-size: 11px;
	line-height: 1.4;
}

.history-photo-card dt {
	color: #9daaa0;
	font-weight: 700;
}

.history-photo-card dd {
	margin: 0;
	color: #e0e5df;
	overflow-wrap: anywhere;
}

.history-photo-card details {
	margin: 12px 0;
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.history-photo-card summary {
	color: #f1d68d;
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
}

.history-photo-card details p {
	margin: 9px 0 0;
	color: #cbd4cc;
	font-size: 12px;
	line-height: 1.55;
}

.history-photo-card .text-link {
	font-size: 12px;
}

.history-gallery-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 24px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 8px;
	background: rgba(255, 255, 255, .035);
}

.history-gallery-pagination span {
	color: #dfe5df;
	font-size: 13px;
	font-weight: 800;
}

.history-collection-heading {
	margin-top: 42px;
}

.history-collection-heading h3 {
	margin: 6px 0 0;
	font-size: 27px;
}

.history-archive-card {
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
	color: #d7ded8;
	text-decoration: none;
}

.history-archive-card:hover,
.history-archive-card:focus-visible {
	border-color: rgba(241, 214, 141, .7);
	background: rgba(211, 173, 90, .09);
}

.history-archive-card strong {
	color: #f4f0e6;
	font-size: 19px;
}

.history-archive-card > span:not(.history-archive-era) {
	font-size: 14px;
	line-height: 1.55;
}

.history-archive-era {
	color: #f1d68d;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.history-archive-card small {
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: #aebbb1;
	font-size: 11px;
	line-height: 1.45;
}

.history-archive-policy {
	margin-top: 22px;
	padding: 18px 20px;
	border: 1px solid rgba(211, 173, 90, .3);
	border-radius: 8px;
	background: rgba(211, 173, 90, .08);
	color: #dfe4dc;
	font-size: 13px;
	line-height: 1.6;
}

.history-source-list span {
	margin-top: 6px;
	color: #cbd4cc;
	font-size: 13px;
	line-height: 1.5;
}

.history-record-note {
	max-width: 1040px;
	padding: 28px;
	font-size: 16px;
}

.history-record-note h2 {
	margin: 6px 0 10px;
}

.history-record-note .btn {
	margin-top: 8px;
}

@media (max-width: 900px) {
	.history-fact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.history-media-grid,
	.history-media-grid-pair {
		grid-template-columns: 1fr;
	}

	.history-media-grid:not(.history-media-grid-pair) .history-media-card img {
		height: 340px;
	}

	.history-photo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.history-foundation-grid,
	.history-source-list,
	.history-archive-grid {
		grid-template-columns: 1fr;
	}

	.history-section-heading {
		gap: 12px;
	}

	.history-section-heading > span {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
		font-size: 15px;
	}

	.history-section-heading h2 {
		font-size: 29px;
	}

	.history-deployment {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.history-fact-grid {
		grid-template-columns: 1fr 1fr;
	}

	.history-report-toc a {
		flex: 1 1 calc(50% - 10px);
		justify-content: center;
		text-align: center;
	}

	.history-media-card img,
	.history-media-grid:not(.history-media-grid-pair) .history-media-card img {
		height: 260px;
	}

	.history-gallery-summary,
	.history-photo-grid {
		grid-template-columns: 1fr;
	}

	.history-gallery-pagination {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}
}

@media (max-width: 430px) {
	.history-report-toc a {
		flex-basis: 100%;
	}

	.history-fact-grid {
		grid-template-columns: 1fr;
	}
}

.organization-record {
	display: grid;
	gap: 0;
	margin: 18px 0;
}

.organization-record div {
	display: grid;
	grid-template-columns: minmax(150px, .75fr) minmax(0, 1.25fr);
	gap: 16px;
	padding: 11px 0;
	border-bottom: 1px solid rgba(33, 52, 42, .16);
}

.organization-record dt {
	color: #6e531f;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .55px;
	text-transform: uppercase;
}

.organization-record dd {
	margin: 0;
	color: #17291f;
	font-weight: 800;
	overflow-wrap: anywhere;
}

/* Givebutter checkout stays on the association site while retaining a direct fallback. */
.givebutter-public-section .section-heading {
	align-items: center;
}

.givebutter-intro-grid {
	margin-bottom: 18px;
}

.givebutter-widget-frame {
	width: 100%;
	min-width: 0;
	margin-top: 18px;
}

.givebutter-widget-frame givebutter-widget {
	display: block;
	width: 100%;
	min-height: 52px;
}

.givebutter-checkout-panel {
	max-width: 900px;
	margin: 22px auto 0;
	padding: clamp(20px, 4vw, 38px);
}

.givebutter-checkout-panel .givebutter-widget-frame {
	margin-top: 24px;
}

.givebutter-fallback {
	margin: 18px 0 0;
}

@media (max-width: 720px) {
	.givebutter-public-section .section-heading {
		align-items: stretch;
	}

	.givebutter-public-section .section-heading > .btn {
		width: 100%;
	}
}

.record-source-note {
	font-size: 12px;
}

.archive-record-card {
	display: flex;
	min-height: 100%;
	border-left: 3px solid #d3ad5a;
	background: linear-gradient(145deg, #14231d, #0d1713);
}

.archive-record-card .photo-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
}

.archive-record-card dl {
	display: grid;
	gap: 0;
	margin: 8px 0 14px;
}

.archive-record-card dl div {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.archive-record-card dt {
	color: #d9bd78;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .55px;
	text-transform: uppercase;
}

.archive-record-card dd {
	margin: 0;
	color: #f0f2ee;
	font-weight: 750;
}

@media (max-width: 620px) {
	.organization-record div {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

/* Merchandise and Swag in the Wild */
#merchandise-catalog,
#swag-in-the-wild {
	scroll-margin-top: 150px;
}

.store-callout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 34px;
	padding: clamp(26px, 4vw, 48px);
	border: 1px solid rgba(211, 173, 90, .5);
	background: linear-gradient(135deg, #14231d, #09100d);
	box-shadow: 0 18px 45px rgba(4, 9, 7, .24);
}

.store-callout h2,
.store-callout .lead,
.store-callout p {
	color: #f5f2e8;
}

.store-callout h2 {
	max-width: 820px;
	margin: 8px 0 13px;
	font-size: clamp(28px, 4vw, 46px);
	line-height: 1.02;
}

.store-deadline {
	margin: 19px 0 0;
	color: #e8d294 !important;
}

.store-primary-action {
	min-width: 215px;
	text-align: center;
}

.merch-category + .merch-category {
	margin-top: 52px;
}

.merch-category-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 17px;
	padding-bottom: 11px;
	border-bottom: 2px solid #d3ad5a;
}

.merch-category-head h3 {
	margin: 0;
	color: #f7f4ea;
	font-size: 25px;
}

.merch-category-head span,
.merch-product-number {
	color: #f1d68d;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .75px;
	text-transform: uppercase;
}

.section[id],
article[id],
h2[id],
h3[id],
#main-content,
#roll-cards {
	scroll-margin-top: 160px;
}

@media (max-width: 820px) {
	.section[id],
	article[id],
	h2[id],
	h3[id],
	#main-content,
	#roll-cards {
		scroll-margin-top: 104px;
	}
}

/* Keep public event cards readable even when a visitor has an older plugin stylesheet cached. */
.ofc-event-card,
.ofc-calendar-public .ofc-event-card,
.ofc-calendar-public .ofc-event-card.verified-event-announcement {
	background: #fff;
	color: #17201b;
}

.ofc-event-card h3,
.ofc-event-card p,
.ofc-event-card dd,
.ofc-calendar-public .ofc-event-card.verified-event-announcement h3,
.ofc-calendar-public .ofc-event-card.verified-event-announcement p,
.ofc-calendar-public .ofc-event-card.verified-event-announcement dd {
	color: #17201b;
}

.ofc-calendar-public .ofc-event-card.verified-event-announcement dt {
	color: #526058;
}

.merch-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.merch-card {
	display: flex;
	min-width: 0;
	min-height: 100%;
	flex-direction: column;
	border: 1px solid rgba(31, 53, 42, .2);
	border-top: 4px solid #d3ad5a;
	background: #fff;
	box-shadow: 0 11px 27px rgba(13, 29, 22, .1);
}

.merch-image {
	display: flex;
	min-height: 230px;
	align-items: center;
	justify-content: center;
	padding: 15px;
	background: #f4f3ed;
	border-bottom: 1px solid rgba(31, 53, 42, .14);
}

.merch-image img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.merch-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 18px;
}

.merch-card h4 {
	margin: 8px 0 14px;
	color: #13241b;
	font-size: 18px;
	line-height: 1.22;
}

.merch-meta {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: auto 0 15px;
	padding-top: 12px;
	border-top: 1px solid rgba(31, 53, 42, .13);
}

.merch-meta strong {
	color: #0f3826;
	font-size: 20px;
}

.merch-meta span {
	color: #675c48;
	font-size: 12px;
	font-weight: 800;
}

.merch-item-action {
	width: 100%;
	justify-content: center;
	padding: 10px 12px;
	border-color: #0f3826;
	background: #0f3826;
	color: #fff;
	font-size: 10px;
}

.merch-item-action:hover,
.merch-item-action:focus-visible {
	border-color: #d3ad5a;
	background: #1b4b35;
	color: #fff;
}

.store-record-note {
	margin: 28px 0 0;
	color: #665f52;
	font-size: 12px;
}

.swag-intro {
	margin-bottom: 28px;
}

.swag-public-gallery {
	margin-bottom: 28px;
}

.swag-empty {
	padding: 25px;
	border: 1px dashed rgba(211, 173, 90, .7);
	background: #122019;
	color: #f5f2e8;
	text-align: center;
}

.swag-empty p {
	margin: 7px 0 0;
	color: #d7d7cc;
}

.swag-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.swag-gallery-card {
	overflow: hidden;
	border: 1px solid rgba(211, 173, 90, .4);
	background: #122019;
	color: #fff;
}

.swag-gallery-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.swag-gallery-card div {
	padding: 16px;
}

.swag-gallery-card span {
	color: #e1c677;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .6px;
	text-transform: uppercase;
}

.swag-gallery-card p {
	margin: 7px 0 0;
	color: #f0f2ee;
}

.swag-submit-panel {
	max-width: 920px;
	margin: 0 auto;
}

.swag-submit-panel input[type="file"] {
	padding: 11px;
	background: #fff;
}

.swag-submit-panel small {
	display: block;
	margin-top: 5px;
	color: #665f52;
}

.website-field {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 1100px) {
	.merch-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
	.store-callout { grid-template-columns: 1fr; }
	.store-primary-action { width: 100%; }
	.merch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.swag-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
	.merch-grid,
	.swag-gallery { grid-template-columns: 1fr; }
	.merch-image { min-height: 210px; }
	.merch-image img { height: 190px; }
	.merch-category-head { align-items: flex-start; flex-direction: column; gap: 4px; }
}
