body.path-frontpage main[role=main] {
  padding-top: 0;
}

.path-frontpage {
  background-color: #eee;
}
.path-frontpage .overlay-container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.path-frontpage .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background-color: rgba(20, 20, 20, 0.88);
  background-image: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.path-frontpage .site-header .region-header,
.path-frontpage .site-header .block-system-branding-block,
.path-frontpage .site-header nav.navbar {
  background-color: transparent !important;
  background-image: none !important;
}
@media (max-width: 991.98px) {
  .path-frontpage nav.navbar .navbar-collapse {
    border-top-color: rgba(255, 255, 255, 0.18);
  }
  .path-frontpage nav.navbar .navbar-collapse.show, .path-frontpage nav.navbar .navbar-collapse.collapsing {
    background: rgba(12, 12, 12, 0.88);
    border-radius: 0 0 0.35rem 0.35rem;
    backdrop-filter: blur(4px);
  }
}
.path-frontpage .front-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(340px, 50vw, 520px);
  overflow: hidden;
  isolation: isolate;
  padding: 2.5rem 1.25rem;
}
.path-frontpage .front-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background-color: #1a1a1a;
  background-image: url("/sites/default/files/images/hairy-man-eyes-hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.path-frontpage .front-hero__video,
.path-frontpage #sas-bg-vid {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
  object-position: center center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .path-frontpage .front-hero__video,
  .path-frontpage #sas-bg-vid {
    display: none;
  }
}
.path-frontpage .front-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.28) 0%, rgba(15, 15, 15, 0.4) 40%, rgba(15, 15, 15, 0.55) 100%);
  pointer-events: none;
}
.path-frontpage .front-hero__text {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: min(26em, 94vw);
  padding: 0 0.5em;
  text-align: center;
  color: rgba(255, 250, 242, 0.94);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.55rem, 4vw, 2.35rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}
.path-frontpage .front-map-cta {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #2f2f2f;
}
.path-frontpage .front-map-cta__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(260px, 42vw, 420px);
  overflow: hidden;
  text-decoration: none;
  isolation: isolate;
}
.path-frontpage .front-map-cta__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(155deg, rgba(18, 18, 18, 0.86) 0%, rgba(18, 18, 18, 0.58) 42%, rgba(18, 18, 18, 0.88) 100%);
  transition: background 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}
.path-frontpage .front-map-cta__link:hover, .path-frontpage .front-map-cta__link:focus-visible {
  outline: none;
}
.path-frontpage .front-map-cta__link:hover .front-map-cta__media, .path-frontpage .front-map-cta__link:focus-visible .front-map-cta__media {
  transform: scale(1.03);
  filter: saturate(0.65) brightness(1);
}
.path-frontpage .front-map-cta__link:hover::before, .path-frontpage .front-map-cta__link:focus-visible::before {
  background: linear-gradient(155deg, rgba(18, 18, 18, 0.9) 0%, rgba(18, 18, 18, 0.66) 42%, rgba(18, 18, 18, 0.92) 100%);
}
.path-frontpage .front-map-cta__link:hover .front-map-cta__title, .path-frontpage .front-map-cta__link:focus-visible .front-map-cta__title {
  color: #8eb8e0;
}
.path-frontpage .front-map-cta__link:hover .front-map-cta__hint, .path-frontpage .front-map-cta__link:focus-visible .front-map-cta__hint {
  color: rgba(142, 184, 224, 0.95);
}
.path-frontpage .front-map-cta__link:focus-visible {
  box-shadow: inset 0 0 0 3px #8eb8e0;
}
.path-frontpage .front-map-cta__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #2a2a2a;
  background-image: url("/sites/default/files/images/vintage-alaska-rand1892.jpg");
  background-size: cover;
  background-position: 44% 42%;
  background-repeat: no-repeat;
  filter: saturate(0.6) brightness(0.92);
  transition: transform 0.4s ease, filter 0.3s ease;
}
.path-frontpage .front-map-cta__label {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2.5vw, 1.5rem);
  max-width: min(40em, 94vw);
  padding: 0.75em 1.25em;
  text-align: left;
  pointer-events: none;
}
.path-frontpage .front-map-cta__marker {
  display: block;
  flex: 0 0 auto;
  width: clamp(76px, 10vw, 108px);
  height: auto;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.6));
  transition: transform 0.2s ease;
}
.path-frontpage .front-map-cta__link:hover .front-map-cta__marker,
.path-frontpage .front-map-cta__link:focus-visible .front-map-cta__marker {
  transform: scale(1.06) translateY(-2px);
}
.path-frontpage .front-map-cta__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45em;
  min-width: 0;
}
.path-frontpage .front-map-cta__title {
  display: block;
  margin: 0;
  color: rgba(255, 250, 242, 0.96);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.2rem, 2.6vw, 1.65rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  transition: color 0.15s ease;
}
.path-frontpage .front-map-cta__hint {
  display: block;
  margin: 0;
  color: rgba(255, 248, 230, 0.82);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-transform: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  transition: color 0.15s ease;
}
.path-frontpage .front-map-cta__btn {
  display: inline-block;
  margin-top: 0.3em;
  padding: 0.55em 1.2em;
  border: 2px solid #8eb8e0;
  color: #8eb8e0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.path-frontpage .front-map-cta__link:hover .front-map-cta__btn,
.path-frontpage .front-map-cta__link:focus-visible .front-map-cta__btn {
  background-color: #8eb8e0;
  color: #1a1a1a;
}
.path-frontpage .front-support {
  width: 100%;
  margin: 0;
  padding: 1.5rem 1rem;
  background: #eee;
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.path-frontpage .front-support__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2.5vw, 2rem);
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.path-frontpage .front-support__link {
  display: block;
  flex: 1 1 0;
  min-width: 0;
  max-width: 340px;
  line-height: 0;
  text-decoration: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.path-frontpage .front-support__link img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(52px, 10vw, 100px);
  object-fit: contain;
  margin: 0 auto;
}
.path-frontpage .front-support__link:hover, .path-frontpage .front-support__link:focus-visible {
  opacity: 0.88;
  transform: scale(1.03);
  outline: none;
}
.path-frontpage .front-support__link:focus-visible {
  box-shadow: 0 0 0 3px #8eb8e0;
  border-radius: 4px;
}
.path-frontpage .front-support__link--bmac {
  max-width: 380px;
}
.path-frontpage .front-support__link--bmac img {
  max-height: clamp(48px, 9vw, 88px);
}
.path-frontpage .front-main {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.path-frontpage .node--type-share.node--view-mode-latest-teaser {
  margin-bottom: 2em;
}
.path-frontpage .node--type-share.node--view-mode-latest-teaser .field__item {
  margin-bottom: 0.5em;
}
.path-frontpage .node--type-share.node--view-mode-latest-teaser h3 {
  padding: 0.5em;
}
.path-frontpage .node--type-share.node--view-mode-latest-teaser h3 a {
  text-decoration: none;
  color: #111;
}
.path-frontpage .node--type-share.node--view-mode-latest-teaser .share-map-link {
  margin: 0.25em 0 0.75em;
}
.path-frontpage .node--type-share.node--view-mode-latest-teaser .share-map-link a {
  color: #d69828;
  font-weight: 700;
  text-decoration: none;
}
.path-frontpage .node--type-share.node--view-mode-latest-teaser .share-map-link a:hover {
  color: #333;
  text-decoration: underline;
}
.path-frontpage .block-block-content {
  background-color: #eee;
}
.path-frontpage .block-block-content .field--name-body {
  color: #222;
  padding: 0.5em 0.5em;
}
.path-frontpage .node--type-appearances {
  background-color: #000;
  margin-bottom: 2em;
}
.path-frontpage .node--type-appearances h3 {
  padding: 0.5em;
}
.path-frontpage .node--type-appearances h3 a {
  text-decoration: none;
  color: #fff;
  font-size: 0.75em;
  font-family: Impact, "Arial Black", "Arial Narrow", sans-serif;
}
.path-frontpage .node--type-appearances .field--name-field-show-name {
  color: #ccc;
  font-size: 0.9em;
  padding: 0 0.5em 0.75em;
  text-align: center;
}
.path-frontpage .block-views-blocklatest-news-block-1,
.path-frontpage .block-views-blockmerch-merch-teaser-grid-block {
  margin: 2rem 0 1.75rem;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.path-frontpage .block-views-blocklatest-news-block-1 > h2,
.path-frontpage .block-views-blockmerch-merch-teaser-grid-block > h2 {
  border: 0;
  padding: 0.35em 0 0.5em;
  margin: 0 0 0.75rem;
  text-align: center;
  font-family: "Anton", Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1a1a1a;
  border-bottom: 2px solid rgba(142, 184, 224, 0.55);
  background: none;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke: 0;
  paint-order: normal;
}
.path-frontpage .view-latest-news {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: left;
}
.path-frontpage .latest-news__list-wrapper {
  margin: 0;
}
.path-frontpage .latest-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.path-frontpage .latest-news__item {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.65rem 0.85rem;
  margin: 0;
  padding: 0.75rem 0 0.85rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.path-frontpage .latest-news__item:first-child {
  padding-top: 0.15rem;
}
.path-frontpage .latest-news__item:last-child {
  border-bottom: 0;
  padding-bottom: 0.15rem;
}
.path-frontpage .latest-news__date {
  flex: 0 0 auto;
  display: inline;
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: #777;
  white-space: nowrap;
}
.path-frontpage .latest-news__date time {
  display: inline;
  color: inherit;
}
.path-frontpage .latest-news__title {
  flex: 1 1 auto;
  display: inline;
  min-width: 0;
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.4;
  color: #1a1a1a;
}
.path-frontpage .latest-news__title a {
  color: inherit;
  text-decoration: none;
}
.path-frontpage .latest-news__title a:hover, .path-frontpage .latest-news__title a:focus {
  color: #8eb8e0;
  text-decoration: none;
}
.path-frontpage .view-merch {
  margin: 0;
  padding: 0;
}
.path-frontpage .front-merch__grid,
.path-frontpage .view-merch .views-bootstrap-grid,
.path-frontpage .view-merch .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1.25rem;
  margin-top: 0.25rem;
}
.path-frontpage .view-merch .node--type-merch-showcase {
  margin: 0;
  text-align: center;
}
.path-frontpage .view-merch .node--type-merch-showcase .node__content {
  margin: 0;
}
.path-frontpage .view-merch .node--type-merch-showcase .field--name-field-pic {
  margin: 0;
}
.path-frontpage .view-merch .node--type-merch-showcase .field--name-field-pic img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 2px;
}
.path-frontpage .view-merch .node--type-merch-showcase a {
  display: block;
  text-decoration: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.path-frontpage .view-merch .node--type-merch-showcase a:hover, .path-frontpage .view-merch .node--type-merch-showcase a:focus-visible {
  opacity: 0.9;
  transform: scale(1.02);
  outline: none;
}
.path-frontpage .view-merch .node--type-merch-showcase a:focus-visible {
  box-shadow: 0 0 0 3px #8eb8e0;
  border-radius: 4px;
}

/*# sourceMappingURL=page-front.css.map */
