:root,
::before,
::after {
  --site-width: 64rem;
  --color-1: rgb(0, 150, 57);
  --color-1-over: rgb(255, 255, 255);
  --color-1-isdark: 1;
  --color-2: rgb(179, 163, 105);
  --color-2-over: rgb(0, 0, 0);
  --color-2-isdark: 0;
}

.site-header1a {
  padding-bottom: 1rem;
}
.site-header1a .header-title {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--site-width);
  padding-top: 1rem;
  text-align: center;
}
.site-header1a .header-title a {
  font-size: 1.5rem;
  gap: 1.25rem;
}
@media screen and (min-width: 48rem) {
  .site-header1a .header-title a {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 64rem) {
  .site-header1a .header-title a {
    font-size: 3rem;
  }
}
@media screen and (min-width: 48rem) {
  .site-header1a .header-title {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .site-header1a .header-title a {
    flex-direction: row;
  }
}
@media screen and (min-width: 64rem) {
  .site-header1a {
    padding-bottom: 0;
  }
  .site-header1a .header-title {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.shuffle1-container.content-container {
  padding: 0;
}
.shuffle1-container .shuffle-slide {
  display: block !important;
}
.shuffle1-container .item-inner {
  position: relative;
}
.shuffle1-container .shuffle-main {
  --slick-arrow-color: white;
  --slick-side-margin: 0px;
  z-index: 1;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-list {
  height: 100%;
}
.shuffle1-container .shuffle-main .slick-track {
  align-items: flex-start;
  height: 100%;
}
.shuffle1-container .shuffle-main .shuffle-slide {
  position: relative;
  margin: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption {
  background: black;
  color: white;
  padding: 0.5em;
  line-height: var(--std-line-height);
}
.shuffle1-container .shuffle-main .shuffle-caption > p {
  margin-top: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption a {
  color: inherit;
}
.shuffle1-container .shuffle-main .slick-arrow {
  background: rgba(0, 0, 0, 0.5);
}
.shuffle1-container .slick-dotted {
  margin-bottom: 0;
}
.shuffle1-container .slick-dots {
  position: absolute;
  z-index: 9999;
}
.shuffle1-container .slick-dots.slick-dots-bottom, .shuffle1-container .slick-dots.slick-dots-top {
  left: 0;
  width: 100%;
}
.shuffle1-container .slick-dots.slick-dots-bottom {
  bottom: 0;
}
.shuffle1-container .slick-dots.slick-dots-top {
  top: 0;
}
.shuffle1-container .slick-dots.slick-dots-left, .shuffle1-container .slick-dots.slick-dots-right {
  flex-direction: column;
  top: 0;
  height: 100%;
  width: 2.75rem;
}
.shuffle1-container .slick-dots.slick-dots-left {
  left: 0;
}
.shuffle1-container .slick-dots.slick-dots-right {
  right: 0;
}
.shuffle1-container .slick-dots.number-dots {
  counter-reset: slide-num;
}
.shuffle1-container .slick-dots.number-dots .slick-dot-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white !important;
  color: black !important;
  border-radius: 0;
}
.shuffle1-container .slick-dots.number-dots .slick-dot-icon::before {
  counter-increment: slide-num;
  content: counter(slide-num);
  font-size: 0.75rem;
  transition: font-size 0.2s ease-in-out;
}
.shuffle1-container .slick-dots.number-dots .slick-active .slick-dot-icon:before {
  font-size: 1rem;
}
.shuffle1-container.slick-autoplay .slick-autoplay-toggle-button {
  top: auto;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.shuffle1-container.slick-autoplay .has-navshuffle.navshuffle-position-bottom .slick-autoplay-toggle-button {
  bottom: 70px;
}
.shuffle1-container .shuffle-image {
  width: 100%;
}
.shuffle1-container .shuffle-navigation {
  --slick-arrow-color: white;
  position: absolute;
  z-index: 9;
  padding-left: 3rem;
  padding-right: 3rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
}
.shuffle1-container .shuffle-navigation .slick-list {
  margin: 0;
  padding: 0;
  bottom: 0;
}
.shuffle1-container .shuffle-navigation .slick-track {
  height: 100%;
}
.shuffle1-container .shuffle-navigation .slick-slide {
  position: relative;
  margin: 0.5em;
  overflow: hidden;
  border: 2px solid transparent;
}
.shuffle1-container .shuffle-navigation .slick-slide .shuffle-slide {
  margin: 0;
}
.shuffle1-container .shuffle-navigation .slick-slide .shuffle-image {
  display: block;
  height: 3rem;
}
.shuffle1-container .shuffle-navigation .slick-slide.slick-current {
  border-color: white;
}
.shuffle1-container .shuffle-navigation.navigation-position-bottom, .shuffle1-container .shuffle-navigation.navigation-position-top {
  left: 0;
  width: 100%;
}
.shuffle1-container .shuffle-navigation.navigation-position-bottom {
  bottom: 0;
}
.shuffle1-container .shuffle-navigation.navigation-position-top {
  top: 0;
}
.shuffle1-container .shuffle-navigation .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.shuffle1-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: white;
  color: black;
}
@media screen and (max-width: calc(48rem - 1px)) {
  .shuffle1-container .shuffle-main {
    --slick-arrow-position-y: 0px;
    --slick-prev-position-x: calc(100% - 6rem);
  }
  .shuffle1-container .shuffle-navigation {
    display: none;
  }
  .shuffle1-container .slick-autoplay-toggle-button {
    display: none;
  }
  .shuffle1-container.no-mobile-captions .shuffle-caption {
    display: none;
  }
}
@media screen and (min-width: 48rem) {
  .shuffle1-container .shuffle-main .shuffle-caption {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .shuffle1-container .shuffle-main .shuffle-caption.caption-position-top {
    top: 0;
  }
  .shuffle1-container .shuffle-main .shuffle-caption.caption-position-bottom {
    bottom: 0;
  }
  .shuffle1-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
    top: calc(3.375rem + 1em);
  }
  .shuffle1-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
    bottom: calc(3.375rem + 1em);
  }
  .shuffle1-container.slick-autoplay .caption-position-bottom {
    padding-bottom: 3rem;
  }
  .shuffle1-container .slick-dotted .caption-position-bottom {
    padding-bottom: 3rem;
  }
  .shuffle1-container .slick-dotted .caption-position-top {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 64rem) {
  .shuffle1-container .shuffle-caption {
    padding: 1em;
  }
}

.links-container .items-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.links-container .link-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  color: inherit;
}
.links-container .link-item a.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.links-container .link-item svg {
  flex: none;
  width: 3rem;
  height: 3rem;
}
.links-container.orientation-vertical .items-list {
  flex-direction: column;
}
.links-container.icon-orientation-vertical {
  text-align: center;
}
.links-container.icon-orientation-vertical .link-item a {
  flex-direction: column;
}
.links-container.icon-only .link-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.events-container .item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
.events-container .event-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 7rem;
  height: 7rem;
  text-transform: uppercase;
}
.events-container .event-date .event-month {
  font-size: 1.125em;
}
.events-container .event-date .event-day {
  font-size: 2.25em;
}
@media screen and (min-width: 64rem) {
  .events-container.orientation-horizontal .items-list:not(.slick-initialized) {
    display: flex;
    justify-content: space-around;
  }
  .events-container.orientation-horizontal .items-list:not(.slick-initialized) .item {
    flex: 1;
  }
  .events-container.date-orientation-horizontal .item-inner {
    flex-direction: row;
    text-align: left;
  }
}

.shuffle4-container .item-inner {
  position: relative;
}
.shuffle4-container .shuffle-slide {
  margin: 0;
}
.shuffle4-container .shuffle-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
@media screen and (max-width: calc(48rem - 1px)) {
  .shuffle4-container .shuffle-caption {
    display: none;
  }
}
.shuffle4-container .shuffle-caption a {
  color: inherit;
}
.shuffle4-container .shuffle-image {
  width: 100%;
}
.shuffle4-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: white;
  color: black;
}

body {
  background-image: url("/pics/bg_texture.png") !important;
}
