
body{
  font-family: "Source Serif 4", serif;;
  
}
h1, h2, h3, h4, h5, h6{
  font-family: Playfair Display;
  
}
.text-accent{
  font-family: "JetBrains Mono", monospace;;
}
.text-script{
  
}
.navbar-nav .nav-link{
  font-family: "Source Serif 4", serif;
  
}

:root {
  --primary: #c4a355;
  --secondary: #e8e0d0;
  --success: #28a745;
  --danger: #AC1524;
  --warning: #f4ad00;
  --info: #17a0b8;
  --dark: #343a40;
  --light: #9a9a9e;
  --default_body_bg: #0a0a0c;
  --default_body: #f5f0e8;
  --default_link: #0000ff;
  --default_link_hover: #AC1524;
  --header_bg: #000000;
  --header: #ffffff;
  --header_link: #c4dcff;
  --header_link_hover: #0093ff;
  --footer_bg: #000000;
  --footer: #ffffff;
  --footer_link: #c4dcff;
  --footer_link_hover: #ffffff;
  --default_nav: #ffffff;
  --default_nav_bg: #333333;
  --default_nav_link: #c2c2c2;
  --default_nav_link_bg: ;
  --default_nav_link_hover: #ffffff;
  --default_nav_link_hover_bg: #8e0000;
  --prehead_bg: #646464;
  --prehead: #ffffff;
  --prehead_link: #c4dcff;
  --prehead_link_hover: #0093ff;
  --sub_footer_bg: #ffffff;
  --sub_footer: #444444;
  --sub_footer_link: #000000;
  --sub_footer_link_hover: #0000ff;
  --ink: #0a0a0c;
  --parchment: #f5f0e8;
  --cream: #e8e0d0;
  --gold: #c4a355;
  --gold-dim: #8a7340;
  --red-accent: #8b2020;
  --slate: #2a2a2e;
  --mid-gray: #6b6b70;
  --light-gray: #9a9a9e;
  --divider: rgba(196, 163, 85, 0.2);
  --glow: rgba(196, 163, 85, 0.08);}

.navbar-brand {
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 275px;
  height: 110px;
  background-size: contain;
  background-image: url(https://mr.cdn.ignitecdn.com/client_assets/museumofthedeepstate_com/media/picture/69ce/80bb/793d/6733/2115/af83/original_museum-of-the-deep-logo.png?1775141053);
  text-indent: -5000px;}

label.error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  color: #ffffff;
  background: #bf1f2e;
  text-align: center;
  padding: 6px 10px;
  line-height: normal;
  transform: translateY(-100%);}

body {
  color: var(--default_body);}

a {
  color: var(--default_link);}

a:hover {
  color: var(--default_link_hover);}

header {
  color: var(--header);
  background-color: var(--header_bg);}

header a {
  color: var(--header_link);}

header a:hover {
  color: var(--header_link_hover);}

footer {
  color: var(--header);
  background-color: var(--footer_bg);}

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

footer a:hover {
  color: var(--footer_link_hover) !important;}

.bg-prehead {
  color: var(--prehead);
  background-color: var(--prehead_bg);}

.nav-link.donate-nav {
  padding: 8px 20px !important;
  background-color: #c4a355 !important;
  color: #0a0a0c !important;}

body {
  background: #0a0a0c;}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;}

nav {
  background: rgba(10, 10, 12, 0.92);
  border-bottom: 1px solid var(--primary);
  transition: all 0.3s ease;}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(196, 163, 85, 0.06) 0%, transparent 70%),
      radial-gradient(ellipse 60% 40% at 20% 80%, rgba(139, 32, 32, 0.04) 0%, transparent 60%);
  pointer-events: none;}

.hero-classified {
  font-size: 11px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--danger);
  border: 1px solid var(--danger);
  padding: 6px 20px;
  display: inline-block;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
  animation: fadeInUp 1s ease 0.2s both;}

.hero h1 {
  font-size: clamp(42px, 6vw, 84px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -1px;
  max-width: 900px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  margin: auto;
  animation: fadeInUp 1s ease 0.4s both;}

.hero h1 em {
  font-style: italic;
  color: var(--primary);}

.hero-sub {
  font-size: 18px;
  font-weight: 300;
  color: var(--light);
  max-width: 600px;
  margin: 28px auto;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  animation: fadeInUp 1s ease 0.6s both;}

.hero-cta-group {
  display: flex;
  gap: 16px;
  margin-top: 48px;
  position: relative;
  z-index: 1;
  animation: fadeInUp 1s ease 0.8s both;
  justify-content: center;}

.btn-primary {
  background: var(--primary);
  color: #000000;
  padding: 16px 40px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;}

.btn-secondary {
  background: transparent !important;
  padding: 16px 40px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(245, 240, 232, 0.25);
  cursor: pointer;
  transition: all 0.3s;
  color: #ffffff;}

.hero-stats {
  gap: 64px;
  margin-top: 80px;
  padding-top: 48px;
  border-top: 1px solid var(--primary);
  position: relative;
  z-index: 1;
  animation: fadeInUp 1s ease 1s both;}

.hero-stat {
  text-align: center;}

.hero-stat-num {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary);
  display: block;}

.hero-stat-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--light);
  margin-top: 4px;}

.home-banner-under-hero .description {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 400;
  color: #e8e0d0;
  margin: 0 auto;
  line-height: 1.6;}

.home-banner-under-hero .sub-description {
  display: block;
  margin-top: 20px;
  font-size: 10px;
  letter-spacing: 4px;
  font-style: normal;}

.home-banner-under-hero .bg-cover {
  background-size: cover;
  background-position: center;
  min-height: 300px;}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(196, 163, 85, 0.015) 2px, rgba(196, 163, 85, 0.015) 4px);
  pointer-events: none;
  animation: scanDrift 20s linear infinite;}

.section-label {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #c4a355;}

.section-title {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.15;
  max-width: 700px;
  margin-bottom: 24px;
  color: #e8e0d0;}

.section-desc {
  font-size: 17px;
  font-weight: 300;
  max-width: 560px;
  line-height: 1.8;}

.text-under-description {
  margin-top: 16px;
  font-size: 11px;
  letter-spacing: 1px;}

.text-under-description span {
  border: 1px solid var(--primary);
  padding: 2px 8px;
  margin-right: 8px;}

.source-btn {
  text-underline-offset: 3px;}

#archive {
  padding: 120px 48px;
  position: relative;}

.archive-inner {
  max-width: 1200px;
  margin: 0 auto;}

.archive-card {
  background: rgba(42, 42, 46, 0.5);
  border: 1px solid var(--primary);
  padding: 40px;
  position: relative;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;}

.archive-card:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);}

.archive-card-icon {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary);
  padding: 4px 12px;
  border: 1px solid var(--primary);
  display: inline-block;
  margin-bottom: 20px;
  width: fit-content;
  max-width: max-content;}

.archive-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--secondary);}

.archive-card p {
  font-size: 15px;
  color: var(--light);
  line-height: 1.8;
  font-weight: 300;}

.archive-card-count {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--primary);
  font-size: 11px;
  color: #6b6b70;
  letter-spacing: 1px;}

.archive-card-count strong {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  margin-right: 6px;}

.doc-preview-strip {
  display: flex;
  gap: 12px;
  margin-top: 20px;}

.doc-thumb {
  width: 80px;
  height: 100px;
  background: rgba(245, 240, 232, 0.06);
  border: 1px solid rgba(196, 163, 85, 0.15);
  font-family: 'JetBrains Mono', monospace;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;}

.doc-thumb-lines {
  width: 50px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 0;}

.doc-thumb-lines span {
  display: block;
  height: 1.5px;
  background: rgba(245, 240, 232, 0.15);
  border-radius: 1px;}

.doc-thumb-lines span:nth-child(2) {
  width: 80%;}

.doc-thumb-lines span:nth-child(3) {
  width: 90%;}

.doc-thumb-lines span:nth-child(4) {
  width: 60%;}

.doc-thumb-lines span:nth-child(5) {
  width: 75%;}

.doc-thumb-lines span.redacted {
  background: rgba(139, 32, 32, 0.4);
  height: 6px;}

.doc-thumb-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10, 10, 12, 0.85);
  padding: 3px 4px;
  font-size: 7px;
  letter-spacing: 0.5px;
  color: #6b6b70;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.doc-thumb-stamp {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--danger);
  border: 1px solid var(--primary);
  padding: 1px 3px;
  opacity: 0.7;}

.search-bar-page {
  border: 1px solid rgba(196, 163, 85, 0.2);
  background: #0a0a0c;}

.search-bar-page input {
  flex: 1;
  background: transparent;
  border: none;
  color: #f5f0e8;
  font-family: 'Source Serif 4', serif;
  font-size: 16px;
  outline: none;}

.search-bar-page input::placeholder {
  color: #6b6b70;}

.search-bar-page button {
  padding: 18px 32px;
  background: var(--primary);
  color: #000000;
  border: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
  font-weight: 500;}

.search-bar-page button:hover {
  background: var(--secondary);}

.search-section {
  background: #2a2a2e;
  padding: 80px 48px;
  text-align: center;
  border-top: 1px solid rgba(196, 163, 85, 0.2);
  border-bottom: 1px solid rgba(196, 163, 85, 0.2);}

.search-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;}

.search-section p {
  color: var(--light);
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 40px;}

.search-bar {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  border: 1px solid rgba(196, 163, 85, 0.2);
  background: #0a0a0c;
  overflow: hidden;}

.search-bar input {
  flex: 1;
  padding: 18px 24px;
  background: transparent;
  border: none;
  color: #f5f0e8;
  font-size: 16px;
  outline: none;}

.search-bar input::placeholder {
  color: #6b6b70;}

.search-bar button {
  padding: 18px 32px;
  background: var(--primary);
  color: #000000;
  border: none;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
  font-weight: 500;}

.search-bar button:hover {
  background: var(--secondary);}

.search-tags {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;}

.search-tag {
  font-size: 10px;
  letter-spacing: 1px;
  color: #6b6b70;
  border: 1px solid rgba(106, 106, 110, 0.3);
  padding: 6px 14px;
  cursor: pointer;
  transition: all 0.3s;}

.search-tag:hover {
  color: var(--primary);
  border-color: var(--primary);}

.search-result-item {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(196, 163, 85, 0.08);
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;}

.search-result-item:hover {
  background: rgba(255, 255, 255, 0.03);}

.search-result-type {
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 4px;}

.search-result-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 4px;}

.search-result-meta {
  font-size: 12px;
  color: #6b6b70;
  font-weight: 300;}

.search-demo {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 0;
  display: none;
  border: 1px solid rgba(196, 163, 85, 0.2);
  border-top: none;
  background: #0a0a0c;}

.search-demo.active {
  display: block;}

.exhibits {
  background: #2a2a2e;
  border-top: 1px solid rgba(196, 163, 85, 0.2);
  padding: 120px 48px;
  position: relative;}

.section-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 16px;}

.section-desc {
  font-size: 17px;
  font-weight: 300;
  color: var(--light);
  max-width: 560px;
  line-height: 1.8;}

.exhibits-inner {
  max-width: 1200px;
  margin: 0 auto;}

.exhibit-main {
  background: rgba(10, 10, 12, 0.6);
  border: 1px solid rgba(196, 163, 85, 0.2);
  padding: 48px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;}

.exhibit-main:hover {
  border-color: var(--primary);}

.exhibit-main::after {
  content: 'FEATURED EXHIBIT';
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 4px 10px;}

.exhibit-date {
  font-size: 11px;
  color: #6b6b70;
  letter-spacing: 1px;
  margin-bottom: 16px;}

.exhibit-main h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;}

.exhibit-main p {
  color: var(--light);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 24px;}

.exhibit-meta {
  display: flex;
  gap: 24px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #6b6b70;
  flex-wrap: wrap;}

.exhibit-meta span strong {
  color: var(--primary);}

.exhibit-small {
  background: rgba(10, 10, 12, 0.6);
  border: 1px solid rgba(196, 163, 85, 0.2);
  padding: 32px;
  transition: all 0.4s;
  cursor: pointer;}

.exhibit-small:hover {
  border-color: var(--primary);}

.exhibit-small h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;}

.exhibit-small p {
  font-size: 13px;
  color: #6b6b70;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 0;}

.contributor {
  padding: 120px 48px;
  background: #0a0a0c;
  position: relative;
  border-top: 2px solid var(--primary);}

.contributor::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 70% 50% at 80% 50%, rgba(196, 163, 85, 0.04) 0%, transparent 70%);
  pointer-events: none;}

.contributor-inner {
  max-width: 1200px;
  margin: 0 auto;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;}

.contributor-benefits {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;}

.benefit-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;}

.benefit-num {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
  min-width: 40px;
  line-height: 1;
  padding-top: 2px;}

.benefit-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;}

.benefit-text p {
  font-size: 14px;
  color: var(--light);
  font-weight: 300;
  line-height: 1.7;}

.contributor-cta-box {
  background: rgba(42, 42, 46, 0.6);
  border: 1px solid rgba(196, 163, 85, 0.2);
  padding: 48px;
  text-align: center;}

.contributor-cta-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;}

.contributor-cta-box p {
  font-size: 15px;
  color: var(--light);
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 32px;}

.contributor-cta-box .stats-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(196, 163, 85, 0.2);}

.stat-item-small {
  text-align: center;}

.stat-item-small .num {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
  display: block;}

.stat-item-small .label {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6b6b70;}

.donate-section .disclaimer {
  color: #6b6b70;}

.donate-section {
  background: #0a0a0c;
  border-top: 1px solid rgba(196, 163, 85, 0.2);
  padding: 120px 48px;}

.donate-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;}

.donate-tiers {
  margin-top: 64px;}

.donate-tier {
  background: rgba(42, 42, 46, 0.4);
  border: 1px solid rgba(196, 163, 85, 0.08);
  padding: 40px 28px;
  text-align: left;
  transition: all 0.4s;
  position: relative;}

.donate-tier:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);}

.donate-tier.featured {
  border-color: var(--primary);
  background: rgba(196, 163, 85, 0.06);}

.donate-tier.featured::before {
  content: 'MOST POPULAR';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--primary);
  color: #0a0a0c;
  font-size: 9px;
  letter-spacing: 3px;
  text-align: center;
  padding: 6px;
  font-weight: 500;}

.tier-name {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;}

.tier-amount {
  font-size: 36px;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 4px;}

.tier-freq {
  font-size: 12px;
  color: #6b6b70;
  margin-bottom: 24px;}

.tier-benefits {
  list-style: none;
  margin-bottom: 32px;
  padding-left: 0;}

.tier-benefits li {
  font-size: 13px;
  color: var(--light);
  padding: 8px 0;
  border-bottom: 1px solid rgba(196, 163, 85, 0.06);
  font-weight: 300;
  position: relative;
  padding-left: 20px;}

.tier-benefits li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--primary);}

.tier-btn {
  display: block;
  width: 100%;
  padding: 14px;
  background: transparent;
  border: 1px solid rgba(196, 163, 85, 0.2);
  color: var(--parchment);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;}

.tier-btn:hover {
  background: var(--primary);
  color: #0a0a0c;
  border-color: var(--primary);}

.donate-tier.featured .tier-btn {
  background: var(--primary);
  color: #0a0a0c;
  border-color: var(--primary);}

.donate-tier.featured .tier-btn:hover {
  background: var(--secondary);}

.irl-museum {
  background: linear-gradient(180deg, #2a2a2e; 0%, #0a0a0c;
 100%);
  border-top: 1px solid rgba(196, 163, 85, 0.2);
  padding: 120px 48px;}

.irl-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;}

.irl-vision {
  max-width: 700px;
  margin: 0 auto 64px;}

.irl-vision .section-desc {
  margin: 0 auto;}

.irl-features {
  margin-bottom: 64px;}

.irl-feature {
  background: rgba(42, 42, 46, 0.4);
  padding: 48px 32px;
  text-align: left;
  border: 1px solid rgba(196, 163, 85, 0.08);
  transition: all 0.4s;}

.irl-feature:hover {
  background: rgba(42, 42, 46, 0.8);
  border-color: rgba(196, 163, 85, 0.2);}

.irl-feature-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;}

.irl-feature h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;}

.irl-feature p {
  font-size: 14px;
  color: var(--light);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0;}

.thermometer-section {
  max-width: 600px;
  margin: 0 auto 48px;
  text-align: left;}

.thermometer-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  align-items: baseline;}

.thermometer-raised {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--gold);}

.thermometer-goal {
  font-size: 14px;
  color: var(--mid-gray);
  font-weight: 300;}

.thermometer-bar {
  width: 100%;
  height: 8px;
  background: rgba(196, 163, 85, 0.15);
  overflow: hidden;
  position: relative;}

.thermometer-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-dim), var(--gold));
  width: 23%;
  transition: width 2s ease;
  position: relative;}

.thermometer-fill::after {
  content: '';
  position: absolute;
  right: 0;
  top: -4px;
  bottom: -4px;
  width: 2px;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);}

.thermometer-donors {
  margin-top: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--mid-gray);
  letter-spacing: 1px;}

.thermometer-donors strong {
  color: var(--parchment);}

.trust-section {
  background: #0e0e11;
  border-top: 1px solid var(--divider);
  padding: 120px 48px;}

.trust-inner {
  max-width: 1200px;
  margin: 0 auto;}

.trust-grid {
  margin-top: 64px;}

.trust-item {
  background: rgba(42, 42, 46, 0.3);
  border: 1px solid rgba(196, 163, 85, 0.06);
  padding: 40px 32px;
  height: 100%;}

.trust-item-icon {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--divider);}

.trust-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--parchment);}

.trust-item p {
  font-size: 14px;
  color: var(--light-gray);
  line-height: 1.8;}

.trust-leadership {
  padding: 48px;
  background: rgba(42, 42, 46, 0.3);
  border: 1px solid rgba(196, 163, 85, 0.06);}

.trust-leadership h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;}

.trust-leadership p {
  font-size: 15px;
  color: var(--light-gray);
  line-height: 1.8;}

.trust-person {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--divider);}

.trust-person:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;}

.trust-person-avatar {
  width: 48px;
  height: 48px;
  background: rgba(196, 163, 85, 0.12);
  border: 1px solid var(--divider);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--gold);
  flex-shrink: 0;}

.trust-person-info h4 {
  font-size: 16px;
  font-weight: 600;}

.trust-person-info p {
  font-size: 13px;
  color: var(--mid-gray);
  margin: 0;}

.trust-box {
  padding: 24px;
  background: rgba(196, 163, 85, 0.04);
  border: 1px solid var(--divider);}

.trust-box-label {
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--gold-dim);
  margin-bottom: 8px;}

.trust-box-content {
  font-size: 14px;
  color: var(--light-gray);
  line-height: 2;}

.newsletter {
  background: var(--ink);
  padding: 80px 48px;
  text-align: center;
  border-top: 1px solid var(--divider);}

.newsletter h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--parchment);}

.newsletter p {
  color: var(--light-gray);
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 32px;}

.newsletter-form {
  max-width: 500px;
  margin: 0 auto;}

.newsletter-form .form-inner {
  border: 1px solid rgba(196, 163, 85, 0.2);
  background: rgba(42, 42, 46, 0.45);}

.newsletter-form .row {
  margin: 0;
  align-items: stretch;}

.newsletter-form .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;}

.newsletter-form .form-control {
  width: 100%;
  height: 100%;
  min-height: 54px;
  padding: 16px 20px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: var(--parchment);
  font-family: 'Source Serif 4', serif;
  font-size: 15px;
  outline: none;}

.newsletter-form .form-control:focus {
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--parchment);}

.newsletter-form .form-control::placeholder {
  color: var(--mid-gray);
  opacity: 1;}

.newsletter-form button {
  width: 100%;
  min-height: 54px;
  padding: 16px 28px;
  background: var(--gold);
  color: var(--ink);
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s;}

.newsletter-form button:hover,
.newsletter-form button:focus {
  background: var(--parchment);
  color: var(--ink);
  border: none;
  box-shadow: none;}

.newsletter-trust {
  margin-top: 16px;
  font-size: 12px;
  color: var(--mid-gray);
  font-weight: 300;}

footer {
  background: var(--ink);
  border-top: 1px solid var(--divider);
  padding: 80px 48px 40px;}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;}

.footer-brand {
  max-width: 100%;}

.footer-brand-inner {
  max-width: 300px;}

.footer-brand h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 16px;}

.footer-brand p {
  font-size: 14px;
  color: var(--mid-gray);
  font-weight: 300;
  line-height: 1.7;}

.footer-col h4 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 20px;}

.footer-col a,
footer .navbar-nav .nav-link {
  display: block;
  color: var(--light-gray);
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.3s;
  margin-left: 0;}

.footer-col a:hover {
  color: var(--gold);}

.footer-bottom {
  border-top: 1px solid var(--divider);
  padding-top: 24px;}

.footer-bottom p {
  font-size: 12px;
  color: var(--mid-gray);
  font-weight: 300;}

.bg-prehead a {
  color: var(--prehead_link);}

.bg-subfoot {
  color: var(--sub_footer);
  background-color: var(--sub_footer_bg);}

.bg-subfoot a {
  color: var(--sub_footer_link);}

.bg-navbar {
  color: var(--default_nav);
  background-color: var(--default_nav_bg);}

.navbar-nav .nav-link {
  color: var(--default_nav_link);
  background-color: var(--default_nav_link_bg);}

.navbar-nav .nav-link:hover {
  color: var(--default_nav_link_hover);
  background-color: var(--default_nav_link_hover_bg);}

.text-black {
  color: #000000;}

.bg-black {
  background-color: #000000;}

.btn-black {
  background-color: #000000;
  border-color: #000000;}

.btn-black:hover {
  background-color: #333;}

.text-primary {
  color: var(--primary) !important;}

.bg-primary {
  background-color: var(--primary) !important;}

.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary);}

.text-secondary {
  color: var(--secondary) !important;}

.bg-secondary {
  background-color: var(--secondary) !important;}

.btn-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);}

.text-success {
  color: var(--success);}

.bg-success {
  background-color: var(--success) !important;}

.btn-success {
  background-color: var(--success) !important;
  border-color: var(--success);}

.text-danger {
  color: var(--danger) !important;}

.bg-danger {
  background-color: var(--danger) !important;}

.btn-danger {
  background-color: var(--danger) !important;
  border-color: var(--danger);}

.text-warning {
  color: var(--warning);}

.bg-warning {
  background-color: var(--warning) !important;}

.btn-warning {
  background-color: var(--warning) !important;
  border-color: var(--warning);}

.text-info {
  color: var(--info);}

.bg-info {
  background-color: var(--info) !important;}

.btn-info {
  background-color: var(--info) !important;
  border-color: var(--info);}

.text-dark {
  color: var(--dark) !important;}

.bg-dark {
  background-color: var(--dark) !important;}

.btn-dark {
  background-color: var(--dark) !important;
  border-color: var(--dark);}

.text-light {
  color: var(--light) !important;}

.bg-light {
  background-color: var(--light) !important;}

.btn-light {
  background-color: var(--light) !important;
  border-color: var(--light);}

.btn-primary:hover, 
.btn-secondary:hover, 
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-dark:hover,
.btn-light:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));}

body {
}

h1, h2, h3, h4, h5, h6 {
}

.text-accent {
}

.text-script {
}

.scale {
  width: 100%;
  height: auto;}

section.first.article {
  padding-top: 40px;}

img {
  max-width: 100% !important;
  height: auto;}

.scale-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;}

.scale-embed iframe, .scale-embed object, .scale-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;}

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;}

.video-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;}

.video-embed iframe, .video-embed object, .video-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;}

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;}

.meta ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0px;
  font-size: 14px;}

.meta ul li {
  display: inline-block;
  margin: 0 11px 0px 0px;}

.pagination-controller {
  display: block;
  padding: 0 0 70px;}

.pagination {
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1000;}

.pagination > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #333333;
  border-color: #000 !important;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #ffffff;
  float: left;
  line-height: 38px;
  max-height: 40px;
  min-height: 40px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;}

.pagination li:last-child {
}

.pagination li a {
  background-color: #000000;
  border: medium none;
  color: #ffffff !important;
  display: block;
  text-align: center;
  width: 100%;}

.pagination > li:hover {
}

.pagination li.previous a, .pagination li.next a {
  padding: 0 10px;}

.pagination li a:hover, .pagination > li:hover a {
  background-color: #013c74 !important;
  color: #ffffff !important;}

.pagination li.previous, .pagination li:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;}

.pagination li.next, .pagination li:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;}

.clear-all {
  display: block;
  width: 100%;
  clear: both;
  height: 10px;}

a.dropdown-toggle > b.caret {
  display: none !important;}

li.dropdown:hover ul.dropdown-menu {
  display: block;}

.nav b.caret {
  display: none;}

section.first {
  padding-top: 40px;}

.contact-page {
  margin-top: 110px;}

footer a.nav-link:hover {
  color: #fff;}

.item-information {
  position: absolute;
  bottom: 0;}

.item.news-article-block {
  position: relative;}

a.article-title {
  font-weight: 600;}

.text-shadow {
  text-shadow: 1px 1px 1px #000;}

.item-information {
  background-color: rgba(0, 0, 0, .5);
  display: block;
  width: 100%;
  padding-top: 3px;}

h1.ruled span {
  color: #000000;}

.row.follow-us {
  border-bottom: 1px dotted #000000;}

.card p {
  font-size: 10px;}

.card a.network {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 10px 0;
  font-size: 13px;}

.card a.network {
  transition: all .2s ease-in-out;}

.utility-newsletter-button {
  background-color: #316531;}

.card a.network:hover {
  background-color: #316531;
  border-radius: 0;
  transform: scale(1.1);}

.sticky-2 {
  position: sticky;
  top: 80px;}

a.utility-link {
  color: #316531;
  text-decoration: none;}

a.utility-link:hover {
  color: #224622;}

.bio-font-awesome {
  font-size: 20px;
  color: #ffffff;}

.bio-font-awesome:hover {
  color: #429042;}

.underlay-rev {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 3%, #ffffff 3%, #3b4a3d 41%, #090909 82%);
  background: -webkit-linear-gradient(left, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
  background: linear-gradient(to right, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#243b4c',GradientType=1 );
  border-bottom: 1px solid #9a9898;
  border-top: 1px solid #9a9898;}

.bio-hero-background {
  background-color: #ff000000 !important;
  color: #ffffff;}

section.bio-body {
  background-color: #ffffff;}

section.first.bio-hero {
  background-color: #b4b5b8 !important;
  padding: 90px 0 30px 0;}

.mask-right {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 36%);
  mask-image: linear-gradient(to right, transparent 0%, black 36%);}

.bio-hero-background {
  padding-top: 0 !important;}

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;}

.bg-cover {
  background-size: cover;
  background-position: right;}

.live-area {
  position: relative;}

.bg-10-white {
  background-color: rgba(246, 246, 246, 0.5);}

.donation-form input[type=radio], .donation-form input[type=checkbox] {
  display: none;}

.donation-form input[type=radio] + label, .donation-form input[type=checkbox] + label {
  display: inline-block;
  margin: 0 1px 10px 1px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #d1d1d1;
  background-color: #d1d1d1;
  transition: all 0.5s ease;}

.donation-form input[type=radio] + label:hover, .donation-form input[type=checkbox] + label:hover {
  display: inline-block;
  margin: 0 1px 10px 1px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #438843;
  background-color: #438843;
  text-shadow: none;
  transition: all 0.3s ease;}

.utility-title {
  font-size: 30px;}

.donation-form input[type=radio]:checked + label, .donation-form input[type=checkbox]:checked + label {
  display: inline-block;
  margin: 0 1px 10px 1px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #316431;
  background-color: #316431;
  text-shadow: none;
  transition: all 0.5s ease;}

.text-small {
  font-size: medium;}

.text-accent {
}

.text-script {
}

h4.text-script.text-accent {
}

.cover {
  background-size: cover;}

.content-body li {
  margin: 0 0 20px 0;}

.shareaholic-service-parler {
  background-color: #A51300 !important;}

a.shareaholic-service-parler:before {
  content: "" !important;
  background-image: url(https://mr.cdn.ignitecdn.com/client_assets/templateclone/media/themes/img/parler.png?1621611693);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;}

a.pminc {
}

a.structure {
}

.parler-icon {
  width: 15px;
  vertical-align: unset;}

.off-content {
  margin: 0 auto;
  text-align: center;}

.navbar-toggler {
  z-index: 999;}

.positioner {
  padding-top: 120px !important;}

.navbar-nav .nav-link {
  font-size: 14px !important;
  font-weight: 400;
  margin-left: 10px;}

.row .three {
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;}

.hamburger .line {
  width: 40px;
  height: 4px;
  background-color: #c4a355;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}

.is-active .line {
  background-color: #ffffff;}

.hamburger:hover {
  cursor: pointer;}

#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);}

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;}

#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);}

#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);}

.menu-list-main {
  justify-content: flex-end;}

div#navbarNavMain {
  display: inline-block !important;}

nav#header {
  color: var(--default_nav);
  transition: background-color 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);}

.bg-glass {
  background-color: rgb(0 0 0 / 85%) !important;}

@media (max-width: 10000px) {
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);  }

}

@media (max-width: 10000px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 9;  }

}

@media (max-width: 767px) {
  .section-title br {
    display: none;  }

  .search-bar-page .form-control {
    width: 100% !important;
    min-height: 56px;  }

}

@media (max-width: 991px) {
  .footer-brand-inner {
    max-width: none;  }

  div#navbarNavMain {
    display: none !important;  }

  #archive {
    padding: 80px 24px;  }

  .archive-card {
    padding: 32px 24px;  }

}

@media (max-width: 575px) {
  .exhibits, #archive, .search-section, .contributor, .irl-museum, .donate-section, .trust-section {
    padding: 48px 0px !important;  }

}

@media (max-width: 561px) {
  .trust-leadership {
    padding: 0px;
    padding: 15 !important;
    padding: 15px !important;  }

  .hero-classified {
    margin-top: 40px;
    margin-bottom: 35px;  }

}
