@media screen and (min-width: 800px) {
  .hideDesktop {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .hideMobile {
    display: none;
  }
}
@media print {
  .hidePrint {
    display: none;
  }
}
@font-face {
  font-family: "Sniglet";
  src: url("/assets/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: 1em 0 0 0;
}

h1 {
  margin: 0;
  font-size: 3.5rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

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

p {
  line-height: 1.6rem;
}

ui {
  line-height: 1.75rem;
}

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

img {
  max-width: 100%;
}

img.contain {
  object-fit: contain;
  max-height: 100%;
}

.pointer {
  cursor: pointer;
}

.centerText {
  text-align: center;
}

.padding {
  margin: 0 15px;
}

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

.noBulletList ul {
  list-style: none;
  padding: 0;
}
.noBulletList ul li {
  line-height: 2;
}

.addthis_inline_share_toolbox {
  margin-right: 15px;
  text-align: right;
  margin-top: 45px;
}
.addthis_inline_share_toolbox img {
  width: 20px;
  height: 20px;
}

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

@media screen and (max-width: 500px) {
  .hideSmallScreen {
    display: none;
  }
  .centerMobileOnly {
    text-align: center;
  }
  footer {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .hideMidScreen {
    display: none;
  }
  .smallOnly {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .hideLargeScreen {
    display: none;
  }
  .smallOnly {
    display: none;
  }
}
@media print {
  html {
    font-family: "Times New Roman", Times, serif;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman", Times, serif;
    color: #245F8C;
  }
  h1 {
    margin: 0;
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
    margin: 0.5em 0 0 0;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4, h5, h6 {
    font-size: 1rem;
  }
  p {
    page-break-inside: avoid;
  }
}
@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;
  }
}
footer {
  text-align: center;
  padding: 2em 0 1em 0;
}
footer a {
  color: #884d00;
  font-weight: bold;
}

header {
  color: #b66600;
  background-color: #fff;
}
header::after {
  content: "";
  width: 100%;
  height: 3px;
  clear: both;
  display: block;
  background: #E89D2C;
  box-shadow: #E89D2C 0 0 3px 0;
}
header a:hover, header a:focus {
  text-decoration: none;
}

.header_img {
  display: inline-block;
  vertical-align: bottom;
  transition: heght 0.25s ease-in-out;
  height: auto;
}

.header_logo a {
  text-decoration: none;
}

.header_logoTXT {
  display: inline-block;
  vertical-align: baseline;
  color: #b66600;
  transition: font-size 0.5s ease-out;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .header_logoTXT {
    background: linear-gradient(to right, #b66600 0, #E89D2C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media screen and (max-width: 500px) {
  .header_logoTXT {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .header_logo {
    margin: 0 15px;
  }
  .header_img {
    width: 90px;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .header_logoTXT {
    font-size: 2.8rem;
  }
  .header_img {
    width: 140px;
  }
}
@media screen and (min-width: 769px) {
  .header_logoTXT {
    font-size: 2.8rem;
  }
  .header_img {
    width: 200px;
  }
}
@media print {
  .header_logoTXT {
    color: #0A0A0A;
    background: unset;
    -webkit-text-fill-color: unset;
  }
  header::after {
    display: none;
  }
  .header_img {
    width: 1in;
  }
}
.site-nav {
  color: #b66600;
}
.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-nav ul li {
  flex-grow: 1;
  font-size: 1.5rem;
}
.site-nav ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #b66600;
  font-weight: normal;
  padding: 0.35em;
}
.site-nav ul li a.active {
  color: #245F8C;
}

.mobileNav {
  position: relative;
  background-color: #0a0a0a;
  background-color: #0a0a0ae6;
  color: #F8F8F8;
  backdrop-filter: blur(10px);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/assets/img/noise.png);
}
.mobileNav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #E89D2C;
  box-shadow: #E89D2C 0 0 3px 0;
}

#mobileNav_menu {
  transition: max-height 0.5s ease-in-out;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 0vh;
}
#mobileNav_menu.mobileNav_menu_show {
  max-height: 50vh;
  max-height: 50svh;
}
#mobileNav_menu ul {
  list-style-type: none;
  padding: 0;
}
#mobileNav_menu ul li a {
  display: block;
  padding: 15px;
  color: #F8F8F8;
  text-decoration: none;
  letter-spacing: 1px;
}
#mobileNav_menu ul li a.active {
  color: #E89D2C;
}

#mobileButtons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 5px 0;
  border-top: 2px solid #E89D2C;
}
#mobileButtons .mobileNav_BTN a {
  display: block;
}

.content-center {
  width: 1300px;
  align-self: center;
  padding: 0 15px;
}

.centerMargin {
  margin: 0 auto;
}

.contentPadding {
  padding: 0 15px;
}

.underline-headers h1::after, .underline-headers h2::after, .underline-headers h3::after, .underline-headers h4::after, .underline-headers h5::after, .underline-headers h6::after {
  content: "";
  height: 2px;
  max-width: 450px;
  clear: both;
  background: #E89D2C;
  display: block;
  margin: 0 auto;
  box-shadow: #E89D2C 0 0 3px 0;
}

@media print {
  .underline-headers h1::after, .underline-headers h2::after, .underline-headers h3::after, .underline-headers h4::after, .underline-headers h5::after, .underline-headers h6::after {
    display: none;
  }
}
@media screen and (max-width: 851px) {
  #page .twoColFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 850px) {
  #page .twoColFlex {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1300px;
  }
  .twoCol_main {
    flex: 1 1 70%;
    margin-right: 70px;
  }
  .twoCol_sidebar {
    flex: 1 1 30%;
  }
}
.bene_tag {
  width: 300px;
  max-width: 100%;
  background-color: #F8F8F8;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1882352941), 0 5px 7px 0 rgba(0, 34, 60, 0.3803921569);
  margin: 30px 15px;
  box-sizing: border-box;
}
.bene_tag .bene_tag_name {
  text-align: center;
  font-size: 1.5rem;
  padding: 30px 15px;
  font-family: "Sniglet", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

.beneCards, .bene_tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 30px;
  max-width: 1300px;
  margin: 0 auto;
}

.beneCard {
  width: 350px;
  max-width: 100%;
  background-color: #F8F8F8;
  margin: 15px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1882352941), 0 5px 7px 0 rgba(0, 34, 60, 0.3803921569);
  overflow: hidden;
  border-radius: 10px;
}
.beneCard img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.beneCard h3 {
  margin: 5px 15px;
  text-align: center;
  text-wrap: balance;
}
.beneCard p {
  padding: 0 15px;
}
.beneCard .beneCard_more {
  color: #245F8C;
  text-decoration: none;
  display: block;
  text-align: right;
  margin: 15px;
}
.beneCard .beneCard_more::after {
  content: url(/assets/img/arrow.png);
  margin-left: 5px;
}
.beneCard .cardImage {
  height: 350px;
}

.biography {
  background-color: #F8F8F8;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1882352941), 0 5px 7px 0 rgba(0, 34, 60, 0.3803921569);
  box-sizing: border-box;
  margin: 30px 0;
  padding: 0 15px 15px 15px;
}

@media print {
  .beneCards {
    display: block;
  }
  .beneCard {
    width: unset;
    box-shadow: unset;
    text-align: center;
  }
  .beneCard img {
    max-height: 50vh;
    width: unset;
    height: unset;
  }
  .beneCard p {
    text-align: left;
  }
  .beneCard .beneCard_more {
    display: none;
  }
  .beneCard .cardImage {
    height: unset;
  }
  .beneCard .cardImage img {
    max-height: 3in;
  }
  .biography {
    box-shadow: unset;
    margin: unset;
  }
  .biography img {
    max-height: 3in;
  }
}
.profile-inline-img {
  max-height: 300px;
}

#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;
  }
}
.eventCards {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}

.eventCard {
  border-left: 15px solid #E89D2C;
  max-width: 100%;
  padding: 5px 15px;
  margin: 30px auto;
  background: #F8F8F8;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1882352941), 0 5px 7px 0 rgba(0, 34, 60, 0.3803921569);
  page-break-inside: avoid;
}
.eventCard > div {
  margin: 10px 0;
}

.eventCard-when {
  font-weight: bold;
}

.eventCard-narrow {
  max-width: 450px;
}

.eventCard-linkCtr {
  text-align: right;
}

.eventCard-a {
  color: #0A0A0A;
  text-decoration: none;
  font-weight: unset;
}
.eventCard-a:hover {
  text-decoration: none;
}

.eventCard-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.eventCard-link {
  font-weight: bold;
  background-color: #E89D2C;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1882352941), 0 5px 7px 0 rgba(0, 34, 60, 0.3803921569);
}

@media print {
  .eventCard-link {
    box-shadow: unset;
  }
}
.event-template > h1 {
  margin: 30px 0;
}
.event-template > h1::after {
  display: none;
}

.event-template > h1, .event-template > h2, .event-template > h3, .event-template > h4, .event-template > h5, .event-template > h6, .event-template > p, .event-template > footer {
  padding-left: 5px;
  padding-right: 5px;
}

.pastEventCardHolder {
  margin: 0 5px;
}

.pastEventCard {
  border: 5px solid #b66600;
  max-width: 100%;
  width: 500px;
  padding: 5px 15px;
  margin: 30px auto;
  background: #464543;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1882352941), 0 5px 7px 0 rgba(0, 34, 60, 0.3803921569);
  color: #F8F8F8;
  box-sizing: border-box;
}
.pastEventCard p {
  line-height: 2.25rem;
  margin: 0;
}
.pastEventCard a {
  color: #7AC3FC;
}

.fb-container {
  max-width: 100%;
  width: 350px;
  margin: 5px auto 30px auto;
  background-color: #F8F8F8;
  font-weight: normal;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1882352941), 0 5px 7px 0 rgba(0, 34, 60, 0.3803921569);
  min-height: 500px;
  padding: 5px 0;
  border-radius: 10px;
}

.fb-header {
  position: relative;
}

.fb-bgImg {
  background-image: url("/assets/img/fb-bg.jpg");
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fb-bgOverlay {
  background-color: rgba(0, 0, 0, 0.4196078431);
  width: 100%;
  height: 100%;
}

.fb-pageIcon {
  margin: 10px;
  display: inline-block;
  position: relative;
}

.fb-iconIMG {
  border: 2px solid #F8F8F8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

.fb-title {
  position: absolute;
  top: 25px;
  left: 110px;
  font-size: 20pt;
  color: #F8F8F8;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

.fb-linkBox {
  text-align: center;
}

.fb-link {
  font-size: 16pt;
  display: inline-block;
  margin: 50px 0;
  color: #245F8C;
}

.fb-page {
  min-height: 50px;
}

.fblc-logo {
  border: 5px solid white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1882352941), 0 5px 7px 0 rgba(0, 34, 60, 0.3803921569);
}

#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;
  }
}
.map-link {
  text-decoration: none;
  color: #0A0A0A;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
}
.map-link:hover {
  text-decoration: none;
}

.map-container {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1882352941), 0 10px 12px rgba(0, 34, 60, 0.3803921569);
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
  border: 2px solid #245F8C;
  border-radius: 10px;
  background-color: #245F8C;
  margin: 30px 5px 0 5px;
  page-break-inside: avoid;
}

.map-container a {
  text-decoration: none;
}

.map-image {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.map-locContainer {
  text-align: left;
  padding: 5px 15px;
  position: relative;
  color: #245F8C;
  text-decoration: none !important;
  border: 5px solid #245F8C;
  border-top: unset;
  background-color: #F8F8F8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.map-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 40px;
  background-image: url(/assets/img/navigate.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.map-line1, .map-line2 {
  padding: 5px 0;
  margin-right: 60px;
}

.map-line1 {
  font-size: 1.25rem;
  font-weight: bold;
}

.map-line2 {
  font-size: 1.15rem;
}

@media print {
  .map-locContainer {
    color: #0A0A0A;
  }
  .map-image {
    max-height: 40vh;
    width: unset;
    height: unset;
    padding: unset;
  }
  .map-container {
    box-shadow: unset;
    border: unset;
    margin: unset;
  }
  .map-locContainer {
    border: unset;
  }
  .map-line1 {
    margin: unset;
    font-size: unset;
    text-align: center;
    font-weight: unset;
  }
}
.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 30px;
  row-gap: 40px;
  margin-top: 15px;
}

@media screen and (max-width: 525px) {
  .gallery {
    justify-content: center;
  }
}
.gallery_item {
  padding: 10px 10px 0 10px;
  font-family: "Sniglet", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1882352941), 0 5px 7px 0 rgba(0, 34, 60, 0.3803921569);
  transition: 0.25s ease-out;
  border-radius: 5px;
  background-color: #fff;
  page-break-inside: avoid;
}
.gallery_item:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1882352941), 0 10px 12px rgba(0, 34, 60, 0.3803921569);
  transform: translate(0, -3px);
}
.gallery_item a {
  color: #0A0A0A;
  text-decoration: none;
}
.gallery_item a img {
  display: block;
  min-height: 150px;
  min-width: 220px;
  width: auto;
  height: auto;
}
.gallery_item a .photoTitle {
  display: block;
  padding: 7px 0;
}

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

@media screen and (max-width: 760px) {
  .sponsorCards {
    justify-content: center;
  }
}
.sponsorCard {
  height: 250px;
  width: 350px;
  max-width: 100%;
  background-color: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1882352941), 0 5px 7px 0 rgba(0, 34, 60, 0.3803921569);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  font-size: 1.1rem;
  page-break-inside: avoid;
}

img.sponsorCard_img {
  max-height: 200px;
}

.sponsorCard_name {
  padding-bottom: 5px;
}

.sponsorsText {
  font-size: 1.5rem;
}

.blur-load.imgLoaded img {
  opacity: 1;
}

.blur-load {
  background-size: cover;
  text-align: center;
  position: relative;
}
.blur-load img {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
.blur-load::before {
  content: "";
  position: absolute;
  inset: 0;
  animation: blurLoadPulse 2.5s infinite;
}

.blur-load.imgLoaded::before {
  content: none;
}

@keyframes blurLoadPulse {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
.venmoCard {
  background-color: #F8F8F8;
  display: block;
  border-radius: 30px;
  text-align: center;
  padding: 15px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1882352941), 0 5px 7px 0 rgba(0, 34, 60, 0.3803921569);
  max-width: 500px;
  box-sizing: border-box;
  margin: 30px auto;
  text-decoration: none;
}

.venmoCard_title {
  margin: 0;
}

.venmoCard_QRimg {
  margin: 0;
}

.venmoCard_QRlogo {
  margin: 15px;
  width: 200px;
}

.venmoCard_logoImg {
  margin: 15px 0;
  width: 200px;
}

@media print {
  .venmoCard {
    border-radius: unset;
    box-shadow: unset;
  }
  .venmoCard_QRimg {
    max-width: 2in;
  }
}
.letter {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1882352941), 0 5px 7px 0 rgba(0, 34, 60, 0.3803921569);
  box-sizing: border-box;
  margin: 30px 0;
  padding: 15px 30px;
}
.letter .letter-imgRight {
  float: left;
  margin-right: 30px;
}

@media print {
  .letter {
    width: unset;
    box-shadow: unset;
  }
  a {
    text-decoration: unset;
    font-weight: unset;
    color: unset;
  }
}
