@font-face {
  font-family: 'Sniglet';
  src: url("/font/Sniglet.woff2") format("woff2");
  font-display: fallback; }

html {
  font-family: Verdana, Geneva, sans-seriff;
  font-size: 12pt;
  box-sizing: border-box;
  scroll-behavior: smooth; }

body {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Sniglet", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-weight: normal;
  color: #245f8c;
  line-height: 1.1em;
  margin: 0; }

h1 {
  margin: 0;
  font-size: 40px; }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.1rem; }

h5, h6 {
  font-size: 1rem; }

p {
  line-height: 1.6rem; }

a {
  text-decoration: underline;
  color: #245f8c;
  font-weight: bold; }
  a:hover, a:focus {
    text-decoration: underline; }

img {
  max-width: 100%; }

#page {
  min-height: 100svh;
  background-image: url(/img/noise-solid.png);
  display: flex;
  flex-direction: column; }
  #page main {
    flex-grow: 1;
    max-width: 100%;
    box-sizing: border-box; }

.narrowTextBlock {
  width: 50em;
  max-width: 100%;
  box-sizing: border-box; }

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100; }
  .skip-link:focus {
    top: 0; }

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

@media print {
  h1, h2, h3, h4, h5, h6 {
    color: #121212; } }

@media screen and (min-width: 800px) {
  .hideDesktop {
    display: none; }
  .mobileOnly {
    display: none; } }

@media screen and (max-width: 799px) {
  .hideMobile {
    display: none; }
  .desktopOnly {
    display: none; } }

@media print {
  .hidePrint {
    display: none; } }

header {
  color: #884d00;
  background-color: #fff; }
  header #header-inside {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: start;
    gap: 5px;
    padding: 0 15px; }
    header #header-inside a {
      text-decoration: none; }
  header #header-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: end;
    align-content: stretch;
    gap: 10px; }
    header #header-title img {
      transition: width 0.25s ease-in-out;
      height: auto; }
  header #header-title-text {
    color: #884d00; }
    @supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
      header #header-title-text {
        background: linear-gradient(to right, #884d00 0, #e89d2c 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; } }
  header #header-mobile-nav nav ul {
    flex-direction: column;
    align-items: flex-start; }
    header #header-mobile-nav nav ul li {
      width: 100%;
      box-sizing: border-box;
      text-align: left; }
      header #header-mobile-nav nav ul li a {
        display: block;
        padding: 5px; }
  header #header-desktop-nav nav {
    overflow-x: overlay; }
    header #header-desktop-nav nav ul {
      flex-direction: row; }
  header nav {
    flex-grow: 1; }
    header nav ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-wrap: nowrap;
      align-content: stretch;
      justify-content: space-around;
      color: #884d00;
      width: 100%;
      font-size: 22px; }
      header nav ul li.active {
        color: #245f8c; }
      header nav ul li {
        text-align: center;
        padding: 0 5px; }
        header nav ul li a {
          color: inherit;
          text-decoration: none;
          font-weight: unset; }
          header nav ul li a:hover {
            text-decoration: none; }
  header #header-accent {
    margin-top: 5px; }
  header #header-accent-top {
    height: 3px;
    background: linear-gradient(to right, #b66600, #e89d2c); }
  header #header-accent-bottom {
    height: 5px;
    margin-top: 5px;
    background: linear-gradient(to right, #b66600, #e89d2c); }

#header-mobile-nav {
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease-in-out; }
  #header-mobile-nav.open {
    height: var(--menu-height); }

@media screen and (min-width: 800px) {
  header #header-title img {
    width: 150px; }
  header #header-title-text {
    font-size: 40px; } }

@media screen and (max-width: 799px) {
  header #header-title img {
    width: 90px; }
  header #header-title-text {
    font-size: 32px; }
  #header-title {
    justify-content: space-between; }
  #header-menu-btn {
    font-size: 40px; } }

@media screen and (min-width: 800px) {
  #header-title {
    justify-content: start; } }

@media print {
  #header-title-text {
    color: #121212 !important;
    background: unset !important;
    -webkit-text-fill-color: unset !important; }
  header #header-title img {
    width: 90px; } }

footer {
  background-color: #fff;
  margin-top: 15px; }
  footer #footer-accent {
    margin-top: 5px; }
  footer #footer-accent-top {
    height: 5px;
    background: linear-gradient(to right, #245f8c, #8bc1f7);
    background-color: #245f8c; }
  footer #footer-accent-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 8px;
    margin-top: 5px;
    background: linear-gradient(to right, #245f8c, #8bc1f7);
    background-color: #245f8c; }
  footer #footer-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    column-gap: 55px;
    padding: 10px 15px; }
    footer #footer-inner #footer-inner-nav a {
      font-weight: unset;
      color: #884d00;
      padding: 0 5px; }

@media screen and (min-width: 800px) {
  footer #footer-inner {
    flex-direction: row; } }

@media screen and (max-width: 799px) {
  footer #footer-inner {
    flex-direction: column-reverse;
    row-gap: 5px; } }

.content-center {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  box-sizing: border-box; }

.contentCenterNarrow {
  width: 770px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  box-sizing: border-box; }

.contentCenter {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  box-sizing: border-box; }

.centerText {
  text-align: center; }

.twoColumnLayout {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: center;
  gap: 15px;
  padding: 30px 15px;
  max-width: 1300px;
  margin: 0 auto; }

.contentPageWide {
  padding: 30px 15px; }

@media screen and (min-width: 800px) {
  .twoColumnLayout {
    flex-direction: row; } }

@media screen and (max-width: 799px) {
  .twoColumnLayout {
    flex-direction: column;
    align-items: center; } }

@media print {
  .twoColumnLayout {
    display: block; } }

.fb-container {
  max-width: 100%;
  width: 350px;
  margin: 5px auto;
  min-height: 500xp; }

.fblc-logo {
  box-shadow: 0 8px 8px 0 #245f8c33, 0 4px 4px 0 #00000033;
  padding: 5px; }

#venmoCard {
  width: 342px;
  max-width: 100%;
  box-shadow: 0 8px 8px 0 #245f8c33, 0 4px 4px 0 #00000033;
  background-color: #f8f8f8;
  border-radius: 30px;
  margin: 0 auto;
  transition: 0.25s ease-in-out; }
  #venmoCard a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: stretch;
    justify-content: start;
    gap: 15px;
    padding: 15px;
    text-decoration: none; }
  #venmoCard:hover {
    box-shadow: 0 12px 12px 0 #245f8c33, 0 8px 8px 0 #00000033;
    transform: translateY(-3px); }
  #venmoCard h3 {
    margin-top: 0; }
  #venmoCard p {
    margin: 0;
    text-align: center; }

#venmoCard-qr {
  width: 270px;
  max-width: 100%; }

@media print {
  #venmoCard {
    width: unset;
    box-shadow: unset;
    background-color: unset;
    page-break-inside: avoid; }
  #venmoCard-qr {
    width: 2in; } }

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 15px; }
  .gallery .gallery-item {
    padding: 10px 10px 0 10px;
    font-family: "Sniglet", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    text-align: center;
    box-shadow: 0 8px 8px 0 #245f8c33, 0 4px 4px 0 #00000033;
    border-radius: 5px;
    background-color: #fff;
    page-break-inside: avoid;
    transition: 0.25s ease-in-out; }
    .gallery .gallery-item:hover {
      box-shadow: 0 12px 12px 0 #245f8c33, 0 8px 8px 0 #00000033;
      transform: translateY(-3px); }
    .gallery .gallery-item a {
      color: #121212;
      text-decoration: none; }
    .gallery .gallery-item .gallery-img {
      min-height: 150px;
      min-width: 220px;
      width: auto;
      height: auto; }
    .gallery .gallery-item .gallery-title {
      display: block;
      font-size: 1.1rem;
      font-weight: normal; }

.gallery_item {
  padding: 10px 10px 0 10px;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.188235), 0 5px 7px 0 rgba(0, 34, 60, 0.380392);
  transition: 0.25s ease-out;
  border-radius: 5px;
  background-color: #fff;
  page-break-inside: avoid; }

@media screen and (max-width: 799px) {
  .gallery {
    justify-content: center; } }

@media screen and (min-width: 800px) {
  .gallery {
    justify-content: space-between; } }

@media print {
  .gallery .gallery-item {
    page-break-inside: avoid;
    box-shadow: unset;
    outline: 1px solid gray;
    transform: unset !important; } }

.bene_tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  text-align: center;
  font-size: 1.1rem;
  font-family: "Sniglet", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  max-width: 1300px;
  margin: 0 auto; }

.bene_tag {
  width: 300px;
  max-width: 100%;
  background-color: #f8f8f8;
  border-radius: 15px;
  box-shadow: 0 8px 8px 0 #245f8c33, 0 4px 4px 0 #00000033; }

.bene_tag_name {
  padding: 30px 15px; }

.centerMargin {
  margin: 0 auto; }

#bene_tmpImage {
  display: none; }

.bene_slide_show {
  position: relative;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
  text-align: center;
  margin: 16px 0; }

@supports (object-fit: contain) or (object-fit: cover) {
  .bene_image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .bene_image {
    object-fit: contain; } }

@media screen and (max-width: 500px) {
  .bene_slide_show {
    height: 300px; } }

@media screen and (min-width: 501px) and (max-width: 768px) {
  .bene_slide_show {
    height: 350px; } }

@media screen and (min-width: 769px) and (max-width: 999px) {
  .bene_slide_show {
    height: 450px; } }

@media screen and (min-width: 1000px) {
  .bene_slide_show {
    height: 500px; } }

@media screen and (max-width: 799px) {
  #bene-links a {
    display: block; }
  .bene_tag {
    margin: 15px; } }

@media screen and (min-width: 800px) {
  .bene_tag {
    margin: 30px 15px; } }

@media print {
  .bene_tag {
    margin: 15px;
    page-break-inside: avoid;
    width: 200px;
    background-color: unset;
    box-shadow: unset;
    outline: 1px solid gray; } }

.virtualPage {
  background-color: #fff;
  box-shadow: 0 8px 8px 0 #245f8c33, 0 4px 4px 0 #00000033;
  padding: 15px;
  border-radius: 30px; }

.thankYouLetter img {
  float: left;
  margin-right: 30px; }

@media print {
  .virtualPage {
    box-shadow: unset;
    padding: unset; } }

.sponsorCards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: start;
  align-items: flex-start;
  justify-content: space-around;
  gap: 30px;
  margin-top: 15px; }

.spnosorCard {
  height: 250px;
  width: 350px;
  max-width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  page-break-inside: avoid;
  box-shadow: 0 8px 8px 0 #245f8c33, 0 4px 4px 0 #00000033;
  text-align: center; }
  .spnosorCard img {
    max-height: 200px; }

@media print {
  .spnosorCard {
    box-shadow: unset;
    page-break-inside: avoid;
    max-width: 2in; } }

.eventCard {
  border-left: 15px solid #e89d2c;
  max-width: 100%;
  padding: 5px 15px;
  margin: 30px auto;
  border-radius: 5px;
  page-break-inside: avoid;
  box-shadow: 0 8px 8px 0 #245f8c33, 0 4px 4px 0 #00000033;
  background-color: #fff; }
  .eventCard div {
    margin: 10px 0; }
  .eventCard-a {
    color: #121212;
    text-decoration: none;
    font-weight: unset; }
    .eventCard-a:hover {
      text-decoration: none; }
  .eventCard-title {
    font-weight: bold;
    font-size: 1.1rem; }
  .eventCard-when {
    font-weight: bold; }
  .eventCard-linkContainer {
    text-align: right; }
  .eventCard-link {
    font-weight: bold;
    background-color: #e89d2c;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 8px 8px 0 #245f8c33, 0 4px 4px 0 #00000033;
    display: inline-block;
    margin: 0; }

.event-pastNotice {
  width: 500px;
  max-width: 100%;
  margin: 30px auto;
  border: 5px solid #b66600;
  padding: 5px 15px;
  background: #464543;
  border-radius: 10px;
  color: white;
  box-sizing: border-box;
  box-shadow: 0 8px 8px 0 #245f8c33, 0 4px 4px 0 #00000033; }
  .event-pastNotice a {
    color: #8bc1f7; }

@media print {
  .eventCard-link {
    display: none; }
  .event-pastNotice {
    width: unset;
    border: none;
    padding: 0;
    background: unset;
    color: black;
    box-shadow: unset; }
    .event-pastNotice a {
      color: unset;
      text-decoration: none;
      font-weight: normal; } }

#heroDIV {
  opacity: 1;
  transition: opacity 0.7s ease; }

#hero_tmpImage {
  display: none; }

.heroContainer {
  position: relative;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
  text-align: center; }

.hero_blur {
  display: none; }

@supports (object-fit: contain) or (object-fit: cover) {
  .hero_bg {
    background-color: #464543; }
  .hero_blur, .hero_image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .hero_blur {
    object-fit: cover;
    filter: blur(5px) brightness(0.8);
    transform: scale(1.1); }
  .hero_image {
    object-fit: contain; } }

@media screen and (max-width: 500px) {
  .heroContainer {
    height: 300px; } }

@media screen and (min-width: 501px) and (max-width: 768px) {
  .heroContainer {
    height: 350px; } }

@media screen and (min-width: 769px) and (max-width: 999px) {
  .heroContainer {
    height: 450px; } }

@media screen and (min-width: 1000px) {
  .heroContainer {
    height: 500px; } }

#eventMap {
  max-width: 100%;
  width: 400px;
  border-radius: 10px;
  overflow: hidden;
  margin: 30px auto;
  page-break-inside: avoid;
  background-color: #fff;
  box-shadow: 0 8px 8px 0 #245f8c33, 0 4px 4px 0 #00000033;
  transition: 0.25s ease-in-out;
  text-align: center; }
  #eventMap a {
    text-decoration: none; }
  #eventMap:hover {
    box-shadow: 0 12px 12px 0 #245f8c33, 0 8px 8px 0 #00000033;
    transform: translateY(-3px); }

#eventMap-description {
  padding: 5px 10px;
  font-size: 1.1rem;
  line-height: 1.5rem; }

@media print {
  #eventMap {
    box-shadow: unset; }
    #eventMap a {
      color: #121212;
      font-weight: normal; } }
