@charset "UTF-8";
/* CSS Document */
:root {
	--color-brand-green: #334838;
	--color-brand-earth: #7a3e2e;
	--color-brand-olive: #6b5a36;
	--color-ink: #2f3135;
	--color-text: #2f3135;
	--color-nav-bg: #f3eee3;
	--color-nav-text: #2f2c24;
	--color-nav-text-strong: #221b14;
	--color-footer-bg: #1a1b1d;
	--color-footer-text: #d3ccc0;
	--color-focus: #8f7335;
	--color-glass-stroke: rgba(132, 105, 67, 0.42);
	--color-glass-shadow: rgba(48, 34, 20, 0.17);
	--color-glass-sheen: rgba(255, 255, 255, 0.7);
	--fs-body: clamp(1.14rem, 1.06rem + 0.35vw, 1.3rem);
	--fs-h1: clamp(2.2rem, 1.85rem + 1.5vw, 3rem);
	--fs-h2: clamp(1.9rem, 1.6rem + 1vw, 2.35rem);
	--fs-h3: clamp(1.5rem, 1.25rem + 0.7vw, 1.9rem);
	--fs-h4: clamp(1.28rem, 1.12rem + 0.45vw, 1.5rem);
	--fs-nav: clamp(1.08rem, 1rem + 0.3vw, 1.2rem);
}

@media (min-width: 1024px) {
	:root {
		--fs-body: clamp(1.22rem, 1.12rem + 0.35vw, 1.45rem);
		--fs-h1: clamp(2.4rem, 2rem + 1vw, 3.2rem);
		--fs-h2: clamp(2.05rem, 1.75rem + 0.8vw, 2.5rem);
		--fs-h3: clamp(1.65rem, 1.4rem + 0.6vw, 2.05rem);
		--fs-h4: clamp(1.4rem, 1.2rem + 0.4vw, 1.65rem);
		--fs-nav: clamp(1.12rem, 1.02rem + 0.25vw, 1.28rem);
	}
}

html {
	overflow-x: hidden;
}

header {
	background-color: var(--color-brand-green);

	/*border-top: 10px solid #3a3d39;*/
}

body {
	margin: 0;
	color: var(--color-ink);
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: var(--fs-body);
	line-height: 1.72;
	padding-top: 0;
	overflow-x: hidden;
	background-color: var(--color-brand-green);
}

.sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static !important;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

footer {
	text-align:center;
	color: var(--color-footer-text);
	background-color: var(--color-footer-bg);
	font-weight: 6;
	padding-top: 30px;
	border-top: 4px solid var(--color-brand-earth);
}

footer p {
	color: var(--color-footer-text);
}

footer .row {
	margin-left: 0;
	margin-right: 0;
}

.footer-content {
	color: var(--color-footer-text);
	font-weight: bold;
}

.copyright {
	color: var(--color-footer-text);
	background-color: black;
	font-weight: bold;
}

#logo {
	max-width: 100px;
}

#altlogo {
	max-width: 300px;
	align-content: left;
	padding: 20px;
	
}

.calendar-image {
	padding-top: 200px;
}

 
a {
	color: var(--color-brand-olive);
}

main a {
	text-decoration: underline;
	text-underline-offset: 0.14em;
	text-decoration-thickness: 0.08em;
}

 a:hover, a:focus {
	color: #8c4f2f;
}

main a:hover,
main a:focus {
	text-decoration-thickness: 0.12em;
}

h1 {
	color: var(--color-brand-earth);
	font-family: Arial;
	font-size: var(--fs-h1);
	font-weight: 700;
	line-height: 1.2;
	padding-top: 20px;
}  

h2 {
	font-family: Arial;
	color: var(--color-brand-earth);
	text-align: center;
	font-size: var(--fs-h2);
	padding-top: 15px;
	font-weight: 700;
	line-height: 1.25;
}

h3 {
	color: var(--color-brand-earth);
	font-family: Arial;
	font-size: var(--fs-h3);
	font-weight: 700;
	line-height: 1.35;
}

h4   {
	color: var(--color-brand-earth);
	font-family: Arial;
	font-size: var(--fs-h4);
	padding-top: 15px;
	font-weight: 700;
	line-height: 1.4;
}

p {
	color: var(--color-ink);
	font-family: Arial;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.8;
	margin-bottom: 1em;
}

ul {
	list-style-type: none;
}

.padTop {
	padding-top: 30px;
}


#mainTitle {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: 'Belleza', sans-serif; /*arial black*/
	font-size: 30px;
	}

#tagLine {
	color: #e8e7bb;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Belleza', sans-serif; /*arial black*/
	font-size: 16px;
	font-weight: 400;
}

#LBB {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Belleza', sans-serif; /*arial black*/
	font-size: 16px;
	font-weight: 400;
}

#headerImage {
	display: none;
	max-height: 150px;
	max-width: 320px;
	width: 100%;
	object-fit: cover;
	border: 2px solid #e8e7bb;
	border-radius: 16px;
}

.site-logo {
	display: block;
	height: clamp(96px, 8.5vw, 132px);
	width: auto;
	max-width: min(50vw, 460px);
	padding: 4px 0;
}

.site-header {
	background-color: var(--color-brand-green);
}

.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 24px;
	min-height: 110px;
	padding: 8px 16px;
	flex-wrap: nowrap;
}

.site-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
}

.site-header-bison {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	flex-shrink: 0;
}

.site-header-bison-image {
	display: block;
	height: clamp(64px, 7vw, 96px);
	width: auto;
	max-width: min(18vw, 190px);
}

.site-nav-wrap {
	background: linear-gradient(135deg, rgba(250, 245, 235, 0.9), rgba(242, 234, 220, 0.86));
	border: 1px solid var(--color-glass-stroke);
	border-radius: 24px;
	padding: 4px 10px;
	box-shadow: inset 0 1px 0 var(--color-glass-sheen), 0 10px 24px -10px var(--color-glass-shadow);
	backdrop-filter: blur(12px) saturate(140%);
	-webkit-backdrop-filter: blur(12px) saturate(140%);
	position: relative;
	overflow: visible;
	z-index: 30;
}

.site-primary-nav {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 0;
	overflow: visible;
	z-index: 31;
}

.site-menu-toggle {
	display: none;
	margin: 10px 0;
	padding: 8px 14px;
	align-items: center;
	gap: 8px;
	font-size: 1rem;
	font-weight: 700;
	color: var(--color-nav-text);
	background: #fffaf1;
	border: 2px solid var(--color-nav-text);
	border-radius: 8px;
}

.site-menu-icon {
	display: inline-flex;
	flex-direction: column;
	gap: 3px;
}

.site-menu-icon > span {
	display: block;
	width: 18px;
	height: 2px;
	background-color: currentColor;
	border-radius: 2px;
}

		.site-primary-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	position: static;
	width: auto;
	max-height: none;
	overflow: visible;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	z-index: auto;
	gap: 2px;
	overflow: visible;
}

.site-primary-menu[hidden] {
	display: none !important;
}

.site-nav-item {
	position: relative;
	width: auto;
}

.site-nav-link,
.site-submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	gap: 6px;
	min-height: 44px;
	padding: 9px 12px;
	border: 0;
	background: transparent;
	border-radius: 12px;
	color: var(--color-nav-text-strong);
	font-size: var(--fs-nav);
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.site-submenu-toggle:hover,
.site-submenu-toggle:focus,
.site-nav-link:hover,
.site-nav-link:focus {
	color: #2f2419;
	background-color: rgba(213, 138, 66, 0.2);
	text-decoration: none;
}

.site-nav-link.is-current,
.site-nav-item.is-active > .site-submenu-toggle {
	background-color: rgba(213, 138, 66, 0.28);
	color: #2f2214;
	box-shadow: inset 0 0 0 1px rgba(158, 116, 63, 0.38);
}

.site-submenu {
	list-style: none;
	margin: 0;
	padding: 8px 0;
	min-width: 240px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 120;
	box-shadow: 0 8px 22px -10px rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(164, 130, 88, 0.45);
	border-radius: 0 0 12px 12px;
	margin-left: 0;
	margin-top: 4px;
	background: linear-gradient(160deg, rgba(253, 248, 239, 0.98), rgba(242, 234, 220, 0.97));
	backdrop-filter: blur(10px) saturate(130%);
	-webkit-backdrop-filter: blur(10px) saturate(130%);
}

.site-submenu > li > a {
	display: block;
	min-height: 42px;
	padding: 10px 14px;
	color: #241b13;
	font-weight: 600;
	text-decoration: none;
}

.site-submenu > li > a:hover,
.site-submenu > li > a:focus,
.site-submenu > li > a.is-current {
	background-color: rgba(213, 138, 66, 0.2);
	color: #2c2115;
	text-decoration: none;
}

.site-submenu[hidden] {
	display: none;
}

.site-menu-toggle:focus-visible,
.site-nav-link:focus-visible,
.site-submenu-toggle:focus-visible,
.site-submenu > li > a:focus-visible {
	outline: 3px solid #f5ce73;
	outline-offset: 2px;
}

@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {
	.site-nav-wrap {
		background: #f6efe0;
	}

	.site-submenu {
		background: #f8f2e6;
	}
}

header .row > .col-md-8 {
	width: 100%;
}

header .row > .col-md-4 {
	display: none;
}

.sides {
	padding-left: 50px;
	padding-right: 50px;
}

.noTop {
	padding-top: 0px;
	margin-top: 0px;
}

.noBottom {
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.DividerImage {
	max-height: 60px;
}

.listPadding {
	padding-top: 8px;
}

.tab1 { 
	padding-right: 2em; 
}

.tab2 { 
	padding-left: 2em; 
}

.date {
	color: #793e32;
	font-size: 30px;
	text-align: center;
}

.month {
	color: #6b3a29;
	text-align: center;
	font-size: 24;
	font-weight: 700;
}

.eventTitle {
	color: #6b3a29;
	font-size: 24px;
	text-align: center;
}

.eventTime {
		font-size: 1rem;
		text-align: center;
}

.calendar-events-shell {
	max-width: 900px;
	margin: 0 auto;
}

.calendar-events-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 14px;
}

.calendar-event-item {
	margin: 0;
}

.calendar-event-card {
	background: linear-gradient(180deg, #fffaf1, #f2e8d8);
	border: 1px solid #d5bd98;
	border-left: 6px solid var(--color-brand-earth);
	border-radius: 10px;
	padding: 14px 16px;
}

.calendar-event-title {
	margin: 0 0 10px;
	color: #57321f;
	font-size: clamp(1.2rem, 2.2vw, 1.55rem);
}

.calendar-event-media {
	margin: 0 0 10px;
}

.calendar-event-image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	border-radius: 8px;
	border: 1px solid #d2b894;
}

.calendar-event-caption {
	margin: 6px 0 0;
	font-size: 0.95em;
	line-height: 1.45;
	color: #5b4732;
}

.calendar-event-meta {
	margin: 0 0 8px;
	color: #3a2f24;
}

.calendar-event-schedule-block {
	margin: 0 0 8px;
}

.calendar-event-schedule-label {
	margin-bottom: 4px;
}

.calendar-event-schedule-list {
	margin: 0 0 0 1.4em;
	padding: 0;
}

.calendar-event-schedule-item {
	margin: 0 0 4px;
}

.calendar-event-link-row {
	margin: 6px 0 0;
}

.calendar-event-link {
	font-weight: 700;
}

.calendar-events-empty {
	margin: 0;
	padding: 14px 16px;
	border: 1px dashed #cbb08a;
	border-radius: 8px;
	background-color: #f8f1e5;
}

.calendar-staff-helper-link {
	margin: 12px 0 0;
	font-size: 0.95rem;
}

.calendar-helper-intro {
	margin-bottom: 8px;
}

.calendar-helper-steps {
	margin-bottom: 18px;
	padding-left: 1.3em;
}

.calendar-helper-shell {
	background: linear-gradient(180deg, #fffaf1, #f2e8d8);
	border: 1px solid #d5bd98;
	border-radius: 10px;
	padding: 14px 16px;
}

.calendar-helper-form .row {
	margin-bottom: 10px;
}

.calendar-helper-label {
	display: block;
	font-weight: 700;
	margin-bottom: 4px;
}

.calendar-helper-input {
	font-size: 1rem;
}

.calendar-helper-output {
	font-family: Menlo, Monaco, Consolas, \"Courier New\", monospace;
	margin-bottom: 10px;
}

.calendar-helper-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.calendar-helper-shell .btn-primary {
	color: #ffffff;
	background-color: var(--color-brand-earth);
	border-color: var(--color-brand-earth);
}

.calendar-helper-shell .btn-primary:focus,
.calendar-helper-shell .btn-primary.focus,
.calendar-helper-shell .btn-primary:hover,
.calendar-helper-shell .btn-primary:active,
.calendar-helper-shell .btn-primary.active {
	color: #ffffff;
	background-color: #aa672f;
	border-color: #aa672f;
}

.calendar-helper-note {
	margin: 0 0 8px;
}

.calendar-helper-status {
	margin: 10px 0 0;
	font-weight: 700;
	min-height: 1.3em;
}

.calendar-helper-status.is-success {
	color: #2d5f2f;
}

.calendar-helper-status.is-error {
	color: #7a1f1f;
}

.volunteer-guide-lead {
	font-size: 1.08em;
}

.volunteer-guide-shell {
	background: linear-gradient(180deg, #fffaf1, #f2e8d8);
	border: 1px solid #d5bd98;
	border-left: 6px solid var(--color-brand-earth);
	border-radius: 10px;
	padding: 14px 16px;
	margin-bottom: 16px;
}

.volunteer-guide-shell h2 {
	margin-top: 0;
}

.volunteer-guide-alert {
	background-color: #fff4d6;
	border: 1px solid #e2c67f;
	border-left: 6px solid #a35b00;
	border-radius: 8px;
	padding: 10px 12px;
}

.trail-notice {
	background-color: #fff4d6;
	border: 1px solid #e2c67f;
	border-left: 6px solid #a35b00;
	border-radius: 8px;
	padding: 12px 14px;
	margin: 0 0 14px;
	font-size: 1.06em;
	font-weight: 700;
	line-height: 1.72;
}

/*.event {
	background-color: #fcfcfc;
	border-left: solid 3px #793e32;
	border-bottom: solid 1px #a1a3a5;
	border-top: solid 1px #a1a3a5;
	border-right: solid 1px #a1a3a5;
}

.event:hover{
	background-color:#f7f7ef;
	padding-left: 5px;
	border-left: solid 5px #793e32;
		border-bottom: solid 2px #a1a3a5;
	border-top: solid 2px #a1a3a5;
	border-right: solid 2px #a1a3a5;
}*/

.monthHeader {
	text-align: left;
	font-size: 34px;
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: gray 1px solid;
}

.footerImage {
    max-height: 100px;
	padding-bottom: 40px;
	padding-top: 0px;
}



.bioImage {
	max-width: 200px;
	padding-bottom: 20px;
	padding-top: 25px;
}

.centerImage {
	padding: 40px;
}

.newsImage {
	padding-left: 40px;
	padding-right: 40px;
}

.newsItem {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1rem;
	line-height: 1.6;
	color: #f1e8d7;
	font-style: italic;
}

.hours {
	font-weight: 500;
	font-size: 16px;
}


#header2  {
	padding: 5px 50px 5px 0px;
}


#mainPage {
	background: linear-gradient(180deg, #f9f4ea, #f1e8d8);
	min-height: 500px;
}

.wholeContent {
	position: relative;
	border: solid #bca585 1px;
	box-sizing: border-box;
	max-width: 100%;
	background: linear-gradient(180deg, #f9f4ea, #efe5d5);
	overflow: hidden;
}

.wholeContent::before {
	content: "";
	position: absolute;
	right: 14px;
	bottom: 12px;
	width: clamp(140px, 18vw, 300px);
	height: clamp(104px, 14vw, 220px);
	background: url("images/mammoth-drawing.png") center/contain no-repeat;
	opacity: 0.045;
	pointer-events: none;
}

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

.padRight {
	padding-right: 100px;
}
.padLeft {
	padding-left: 80px;
}


#title {
	background-image: none;
	background-color: #f3eee3;
	border-radius: 24px 0px 0px 0px;
	padding-left:  5%;
	font-weight: 100;
	color: #793e32;
 	letter-spacing: 2px;
}

#pageTitle {
		padding-top: 20px;
}
	
#leftBar {
	padding-top: 0px;
}

#centerContent  {
	padding-bottom: 50px;
}

#rightPanel  {
	
}



#bottom {
	padding-top: 100px;
	}



.quote {
	font-style: italic;
	color: var(--color-brand-earth);
	font-size: 16px;
}

.well {
	margin-top: 20px;
	background: linear-gradient(180deg, #fffaf1, #f3eadb);
	border: 1px solid #d5bd98;
	border-radius: 0px;
	padding: 10px;
}

.bioPic {
	padding: 10px;
}

.padBottom {
	padding-bottom: 20px;
}

.home-announcements {
	margin: 0 auto 26px;
	padding: 18px 20px;
	border: 1px solid #d5bd98;
	border-radius: 10px;
	background: linear-gradient(160deg, #fffaf1, #f3eadb);
}

.home-featured {
	margin: 0 auto 20px;
	padding: 20px 22px;
	border: 1px solid #d5bd98;
	border-radius: 12px;
	background:
		radial-gradient(circle at 14% 14%, rgba(213, 138, 66, 0.14), transparent 44%),
		linear-gradient(150deg, #fff9ee, #f2e7d6);
	box-shadow: 0 10px 22px rgba(57, 39, 20, 0.14);
}

.home-featured-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}

.home-featured h2 {
	margin: 0;
	text-align: left;
	color: #6b3a29;
	padding-top: 0;
}

.home-featured-controls {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.home-featured-control {
	min-height: 40px;
	padding: 8px 12px;
	border: 1px solid #a58558;
	border-radius: 6px;
	background-color: #fffaf1;
	color: #2f2518;
	font-weight: 700;
}

.home-featured-control[disabled] {
	opacity: 0.55;
	cursor: not-allowed;
}

.home-featured-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	font-weight: 700;
	color: #4f3a23;
}

.home-featured-card {
	border-left: 6px solid var(--color-brand-earth);
	border-radius: 8px;
	padding: 14px 16px;
	background-color: #fff8ec;
}

.home-featured-item-title {
	margin: 0 0 8px;
}

.home-featured-item-date {
	margin: 0 0 8px;
	font-weight: 700;
	color: #7f5532;
}

.home-featured-item-summary {
	margin: 0 0 10px;
}

.home-featured-item-link {
	margin: 0;
}

.home-featured-link {
	font-weight: 700;
}

.home-featured-link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 14px;
	border: 2px solid #6b5a36;
	border-radius: 8px;
	background-color: #fffaf1;
	color: #2f2518;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.home-featured-link-button:hover,
.home-featured-link-button:focus {
	background-color: #f2ddbf;
	color: #241b13;
}

.tar-hero {
	position: relative;
	margin: 0 auto 26px;
	border: 1px solid rgba(239, 201, 132, 0.42);
	border-radius: 14px;
	overflow: hidden;
	min-height: 340px;
	box-shadow: 0 18px 30px rgba(0, 0, 0, 0.42);
}

.tar-hero-image {
	width: 100%;
	height: clamp(260px, 40vw, 420px);
	object-fit: cover;
	filter: saturate(92%) contrast(106%) brightness(86%);
}

.tar-hero-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(16px, 2.5vw, 28px);
	background:
		linear-gradient(to top, rgba(7, 7, 7, 0.62) 0%, rgba(7, 7, 7, 0.08) 62%),
		linear-gradient(120deg, rgba(213, 138, 66, 0.12), transparent 55%);
}

.tar-hero-overlay h2 {
	margin: 0 0 8px;
	text-align: left;
	color: #ffe0b1;
	font-size: clamp(2rem, 1.6rem + 1.7vw, 3.2rem);
	line-height: 1.1;
	padding-top: 0;
}

.tar-hero-overlay p {
	max-width: 60ch;
	margin: 0;
	color: #f2e4cc;
	font-size: clamp(1.08rem, 1rem + 0.5vw, 1.36rem);
}

.archaeology-days-hero {
	min-height: clamp(430px, 45vw, 560px);
	background-color: #1d1711;
}

.archaeology-days-media {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(180px, 0.75fr);
	grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
	gap: 8px;
	padding: 8px;
	background-color: #1d1711;
}

.archaeology-days-primary {
	grid-row: 1 / span 2;
	margin: 0;
	min-width: 0;
	min-height: 0;
}

.archaeology-days-image,
.archaeology-days-support-image {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	object-fit: cover;
	border-radius: 8px;
}

.archaeology-days-image {
	filter: saturate(96%) contrast(104%) brightness(82%);
}

.archaeology-days-support-image {
	filter: saturate(96%) contrast(104%) brightness(84%);
}

.archaeology-days-overlay {
	align-items: flex-start;
	background:
		linear-gradient(to right, rgba(20, 14, 9, 0.88) 0%, rgba(20, 14, 9, 0.76) 42%, rgba(20, 14, 9, 0.32) 70%, rgba(20, 14, 9, 0.18) 100%),
		linear-gradient(to top, rgba(7, 7, 7, 0.42), transparent 52%);
}

.archaeology-days-overlay h2 {
	color: #ffe8bc;
}

.archaeology-days-overlay p {
	max-width: 66ch;
}

.archaeology-days-overlay p + p {
	margin-top: 10px;
}

.archaeology-days-kicker {
	margin-bottom: 6px;
	color: #fff5cf;
	font-size: clamp(1rem, 0.96rem + 0.28vw, 1.18rem);
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.home-main-column > h1 {
	margin-top: 4px;
	color: #6b3a29;
	text-shadow: none;
}

.home-lead {
	font-size: clamp(1.2rem, 1.08rem + 0.45vw, 1.5rem);
	line-height: 1.75;
	color: #3d3328;
}

.home-announcements h2 {
	margin: 0 0 10px;
	color: #6b3a29;
}

.announcement-intro {
	margin: 0 0 10px;
}

.announcement-list {
	margin: 0;
	padding-left: 1.2em;
}

.announcement-item {
	margin-bottom: 8px;
}

.announcement-item:last-child {
	margin-bottom: 0;
}

.announcement-link {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.announcement-empty {
	margin: 0;
	padding: 10px 12px;
	border: 1px dashed #cbb08a;
	border-radius: 8px;
	background-color: #f8f1e5;
}

.home-actions {
	margin: 0 auto 26px;
}

.home-actions h2 {
	margin-bottom: 12px;
}

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

.home-action-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 8px;
	min-height: 180px;
	padding: 14px 16px;
	border: 1px solid #d5bd98;
	border-radius: 10px;
	background: linear-gradient(180deg, #fffaf1, #f2e8d8);
}

.home-action-title {
	margin: 0;
	color: #57321f;
}

.home-action-description {
	margin: 0;
}

.home-action-link {
	margin-top: auto;
	font-weight: 700;
}

.field-notes-shell {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.field-notes-subheading {
	margin: 0;
}

.field-notes-filters,
.field-notes-archive {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.field-notes-filter-button,
.field-notes-year-link {
	min-height: 38px;
	padding: 7px 12px;
	border: 1px solid #b79d78;
	border-radius: 20px;
	background-color: #fff8ec;
	color: #3a2d1f;
	font-weight: 700;
}

.field-notes-filter-button.is-active,
.field-notes-year-link.is-active {
	background-color: #f2ddbf;
	border-color: #9c7a4f;
}

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

.field-note-card {
	padding: 14px 16px;
	border: 1px solid #d5bd98;
	border-left: 6px solid var(--color-brand-earth);
	border-radius: 8px;
	background: linear-gradient(180deg, #fffaf1, #f2e8d8);
}

.field-note-title {
	margin: 0 0 8px;
	color: #57321f;
}

.field-note-meta {
	margin: 0 0 8px;
	color: #7b5330;
	font-weight: 700;
}

.field-note-summary {
	margin: 0 0 10px;
}

.field-note-media-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 12px;
}

.field-note-media {
	margin: 0;
}

.field-note-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	border: 1px solid #d2b894;
}

.field-note-caption {
	margin: 6px 0 0;
	font-size: 0.95em;
	line-height: 1.45;
	color: #5b4732;
}

.field-note-link {
	font-weight: 700;
}

.field-notes-empty {
	margin: 0;
	padding: 12px 14px;
	border: 1px dashed #cbb08a;
	border-radius: 8px;
	background-color: #f8f1e5;
}

.home-featured,
.home-announcements,
.tar-hero,
.home-action-card,
.field-note-card,
.calendar-event-card {
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.home-featured:hover,
.home-announcements:hover,
.home-action-card:hover,
.field-note-card:hover,
.calendar-event-card:hover {
	transform: translateY(-2px);
	border-color: rgba(176, 130, 74, 0.8);
	box-shadow: 0 10px 20px rgba(65, 47, 24, 0.2);
}

.reveal-up {
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 220ms ease-out, transform 220ms ease-out;
}

.reveal-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.homepage-video {
	background-color: #000;
}

.video-transcript-link {
	margin: 10px 0 0;
	text-align: center;
}

.about-video-panel {
	margin-top: 12px;
}

.about-video-figure {
	margin: 0;
}

.about-hero-video {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #d2b894;
	border-radius: 12px;
	box-shadow: 0 8px 18px rgba(45, 36, 24, 0.16);
	background-color: #000;
}

.about-video-caption {
	margin: 10px 0 0;
	font-size: 0.98em;
	line-height: 1.55;
	color: #5b4732;
}

.quote-center {
	text-align: center;
}

.info-panel {
	margin: 8px 0 20px;
	padding: 14px 16px;
	border: 1px solid #d5bd98;
	background: linear-gradient(180deg, #fffaf1, #f2e8d8);
}

.wildflower-hero-figure,
.wildflower-figure {
	margin: 0;
}

.wildflower-hero-image,
.wildflower-image {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #d2b894;
	border-radius: 8px;
	box-shadow: 0 8px 18px rgba(45, 36, 24, 0.16);
}

.wildflower-donation-panel h2 {
	margin-top: 0;
	padding-top: 0;
}

.wildflower-donation-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 14px;
	border: 2px solid #6b5a36;
	border-radius: 8px;
	background-color: #fffaf1;
	color: #2f2518;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.wildflower-donation-link:hover,
.wildflower-donation-link:focus {
	background-color: #f2ddbf;
	color: #241b13;
}

.wildflower-image-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.wildflower-caption {
	margin: 8px 0 0;
	font-size: 0.98em;
	line-height: 1.5;
	color: #5b4732;
}

.app-download-list {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.app-download-entry {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 16px 0;
	border-top: 1px solid rgba(122, 62, 46, 0.18);
}

.app-download-entry:first-child {
	border-top: 0;
	padding-top: 8px;
}

.app-download-copy {
	flex: 1 1 18rem;
	min-width: 0;
}

.app-download-name {
	margin-top: 0;
	margin-bottom: 0.45em;
	text-align: left;
	padding-top: 0;
}

.app-download-copy p:last-child {
	margin-bottom: 0;
}

.app-download-badge-link {
	display: inline-block;
	flex: 0 0 auto;
}

.app-store-badge {
	display: block;
	width: min(235px, 100%);
	height: auto;
	max-width: 235px;
}

@media (max-width: 767px) {
	.app-download-entry {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.app-store-badge {
		width: min(220px, 80vw);
	}
}

.app-screenshot-grid {
	margin-top: 8px;
}

.app-screenshot-item {
	margin-bottom: 18px;
}

.app-screenshot-figure {
	margin: 0;
	border: 1px solid #d8c8a6;
	background: #fffef9;
	box-shadow: 0 4px 10px rgba(45, 36, 24, 0.12);
}

.app-screenshot-image {
	width: 100%;
	height: auto;
}

.app-screenshot-caption {
	padding: 10px 12px;
	font-size: 0.98em;
	font-weight: 600;
	line-height: 1.35;
	color: #3d2f1f;
}

.hours-note {
	margin: 10px 0 18px;
}

.location-map-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 14px 0 4px;
}

.location-map-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 14px;
	border: 2px solid #6b5a36;
	border-radius: 8px;
	background-color: #fffaf1;
	color: #2f2518;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.location-map-link:hover,
.location-map-link:focus {
	background-color: #f2ddbf;
	color: #241b13;
}

.location-arrival-note {
	margin: 12px 0 16px;
	padding: 10px 12px;
	border-left: 5px solid var(--color-brand-earth);
	background-color: #fff8ec;
}

.location-map-details {
	margin-top: 10px;
}

.location-map-details summary {
	display: inline-block;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #b79d78;
	border-radius: 8px;
	background-color: #fffaf1;
	color: #2f2518;
	font-weight: 700;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.location-map-details summary:hover,
.location-map-details summary:focus {
	background-color: #f2ddbf;
}

.location-map-shell {
	max-width: 720px;
	margin-top: 12px;
}

.location-map {
	border: 0;
}

.accreditation-logo {
	max-height: 150px;
	width: auto;
	filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.45));
}




/* adds hover to nav 
.dropdown:hover .dropdown-menu {
    display: block;
	font-family: 'Belleza', sans-serif;
	color: #7c7e81;
	background-color: white;
}
*/

/* change caret on click*/
li.open > a > span {
  border-top: 0px !important;
  border-bottom: 4px dashed !important;
}


.navbar .navbar-default {
	float: right;
	min-height: 100px;	
}
 
 .navbar-default .navbar-toggle {
	float: left;
	border-color: var(--color-nav-text);
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: var(--color-nav-text);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: rgba(213, 138, 66, 0.25);
}
 
.navbar-default {
	background-color: rgba(0,0,0,0);
	border: none;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}


.navbar-default .navbar-nav > li > a  {
	color: var(--color-nav-text);
	font-size: var(--fs-nav);
	font-family:  arial;
	font-weight: 700;
	
	
	}
		/*'Belleza', sans-serif;*/

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #2f2518;
	background-color: rgba(213, 138, 66, 0.3);
}

	
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
	opacity: 0.95;
	color: #2f2518;
	
}
 
  .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #2f2518;
    background-color: rgba(213, 138, 66, 0.3);
}

.dropdown-menu > li > a {
	color: var(--color-nav-text);
	font-weight: 600;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #2f2518;
	background-color: rgba(213, 138, 66, 0.3);
}

   .dropdown-menu>.active>a,
   .dropdown-menu>.active>a:focus,
   .dropdown-menu>.active>a:hover{
	background-color: #e9d0ac;
	border: #b8935f;
	color:  #2f2518;
		opacity: 0.95;
		   }

a:focus,
button:focus,
.navbar-toggle:focus,
.dropdown-toggle:focus {
	outline: 3px solid var(--color-focus);
	outline-offset: 2px;
}

.home-featured-control:focus-visible,
.field-notes-filter-button:focus-visible,
.field-notes-year-link:focus-visible {
	outline: 3px solid #f5ce73;
	outline-offset: 2px;
}

footer a {
	color: var(--color-footer-text);
}

footer a:hover,
footer a:focus {
	color: #ffffff;
}
	   

.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus { 
background-color: #9c6a44;
color: #fffaf1;
border-radius: 0px;
font-weight: 400;
font-family:  Arial;
}  
 
.nav-pills > li > a {
	color: #4c3b2a;
	font-weight: 400;
	font-family:  Arial;
	font-size: 18px;
}
.nav-pills > li > a:hover {
	border-radius: 0px;
	background-color: #e9d0ac;
	color: #2f2518;
	font-weight: 400;
	font-family:  Arial;
	font-size: 18px;
}
 
.underline {
	text-decoration: underline;
}

.lightbox > .modal-content {
	background-color: black;
}

.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}

.modal-content {
	border-radius: 0px;
}

.lightbox > .modal-footer {
  padding: 5px;
  text-align: right;
  border-top: none;
}


.btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-primary:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  opacity: .9;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: transparent;
  border-color: transparent;
}
.btn-primary .badge {
  color: transparent;
  background-color: #fff;
}



@media (max-width: 859px)  {
	body {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#LBB {
		padding-right: 5px;
		text-align: center;
	}

	#header2  {
		padding: 10px 10px 10px 10px;
	}
	
	#footer {
		border-radius: 0px;
	}
	
	#pageTitle {
		padding-top: 25px;
		font-size: 34px;
	}

	.eventTitle {
		font-size: 18px;
	}

	.calendar-event-card {
		padding: 12px;
	}

	.calendar-event-title {
		font-size: 1.12rem;
	}

	.calendar-helper-shell {
		padding: 12px;
	}

	.calendar-helper-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.home-action-grid {
		grid-template-columns: 1fr;
	}

	.field-notes-grid {
		grid-template-columns: 1fr;
	}

	.field-note-media-grid {
		grid-template-columns: 1fr;
	}

	.wildflower-image-grid {
		grid-template-columns: 1fr;
	}

	.location-map-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.location-map-link {
		width: 100%;
	}

	.home-featured-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.home-featured-controls {
		width: 100%;
		justify-content: flex-start;
	}

	.tar-hero {
		min-height: 250px;
	}

	.tar-hero-image {
		height: clamp(220px, 52vw, 300px);
	}

	.tar-hero-overlay p {
		max-width: 100%;
	}

	.archaeology-days-hero {
		min-height: 0;
	}

	.archaeology-days-media {
		position: relative;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 220px 160px;
	}

	.archaeology-days-primary {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.archaeology-days-image {
		height: 100%;
	}

	.archaeology-days-overlay {
		position: relative;
		inset: auto;
		padding: 18px;
		background: #241a12;
	}

	.archaeology-days-overlay p {
		font-size: 1.05rem;
	}
	#footerList li{
		display:  inline-block;
		text-align: center;
		padding: 10px;
	}

	#footerList {
		display: inline-block;
		text-align: center;
		padding-left: 0px;
	}
	
	.bioImage {
		max-width: 150px;
		padding: 5px 5px 5px 5px;
	}
	
	#logo {
	max-width: 100px;
	padding: 0px;
	margin: 0px;
	}
	
	#mainTitle {
		padding: 5px;
	}
	
	#padTop {
		padding-top: 0px;
	}
	
	.padRight {
		padding-right: 0px;
	}
	
	.padLeft {
		padding-left:5px;
	}
	
	.monthHeader{
		padding-left: 10px;
	}

 	#mainTitle {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 26px;
	text-align: center;
	}
	
	#tagLine {
		text-align: center;
	}
	
	
	#title {
		padding-left: 5%;
		padding-top: 20px;
		border-radius: 0px;
	
	}

	.site-logo {
		height: clamp(72px, 17vw, 96px);
		max-width: min(56vw, 250px);
		padding: 4px 0;
	}

	.site-header-inner {
		min-height: 92px;
		justify-content: space-between;
		gap: 10px;
		padding: 8px 12px;
		width: 100%;
		box-sizing: border-box;
	}

	.site-header-bison {
		display: none;
	}

	.site-menu-toggle {
		display: inline-flex;
		margin: 0;
	}

	.site-nav-wrap {
		background: transparent;
		border: 0;
		border-radius: 0;
		padding: 0;
		margin-left: auto;
		flex-shrink: 0;
	}

	.site-primary-nav {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.site-primary-menu {
		position: absolute;
		left: auto;
		right: 0;
		top: calc(100% + 6px);
		width: min(92vw, 360px);
		max-width: calc(100vw - 24px);
		max-height: calc(100vh - 120px);
		overflow: auto;
			background: linear-gradient(165deg, rgba(252, 246, 237, 0.97), rgba(243, 233, 218, 0.95));
			border: 1px solid rgba(164, 130, 88, 0.45);
		border-radius: 14px;
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
		backdrop-filter: blur(10px) saturate(130%);
		-webkit-backdrop-filter: blur(10px) saturate(130%);
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		padding: 8px 0 10px;
		z-index: 50;
	}

	.site-nav-item {
		width: 100%;
	}

	.site-nav-link,
	.site-submenu-toggle {
		width: 100%;
		justify-content: space-between;
	}

		.site-submenu {
		position: static;
		min-width: 0;
		box-shadow: none;
			border-left: 4px solid rgba(164, 130, 88, 0.45);
		border-right: 0;
		border-top: 0;
		border-bottom: 0;
		border-radius: 0;
		margin-left: 12px;
	}

	#headerImage {
		max-width: 100%;
	}

	.calendar-image {
	padding-top: 10px;
	}
	
	.center {
    display: block;
    margin: auto;
    width: 40%;
	}
	
		.nav-pills > li > a {
		color: #4c3b2a;
	font-weight: 400;
	font-family:  Arial;
	font-size: 14px;
	}
	
		.nav-pills > li > a:hover {
		border-radius: 0px;
		background-color: #e9d0ac;
		color: #2f2518;
	font-weight: 400;
	font-family:  Arial;
	font-size: 14px;
	}
	
	.sides {
	padding-left: 8px;
	padding-right: 8px;
	}
	
	.wholeContent {
		border-radius: 0px;
	}

}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	.reveal-up {
		opacity: 1;
		transform: none;
	}
}
