/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Abstracts
# Base
# Components
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  color: #515151;
  font-family: Calibri, Candara, Roboto, Segoe, Segoe UI, Optima, Arial, sans-serif;
  line-height: 1.5;
  font-size: 2.1rem;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1em;
  color: #6c2c4e;
}
h1 {
  font-size: 5.7rem;
}
h2 {
  font-size: 4rem;
}
h3 {
  font-size: 3.5rem;
}
h4 {
  font-size: 2.6rem;
}
h5 {
  font-size: 2.1rem;
}
p {
  line-height: 1.4em;
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
a {
  color: #6c2c4e;
}
a:visited {
  color: #6c2c4e;
}
a:hover, a:focus, a:active {
  color: #6c2c4e;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
img {
  width: auto;
  max-height: 80vh;
  height: auto;
}
img, video, iframe {
  max-width: 100%;
}
@media (inverted-colors: inverted) {
  img, video {
    filter: invert(1);
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
.wp-block-button__link, .button, .calendar-filter__submit {
  font-weight: bold;
  background: #98ae3c;
  text-decoration: none;
  line-height: 1 !important;
  font-size: 2rem !important;
  border-radius: 15px !important;
  border: none !important;
  cursor: pointer;
  color: #fff !important;
  line-height: 1;
  padding: 0.5em 1em !important;
  margin-bottom: 0.5em !important;
}
.wp-block-button__link:hover, .button:hover, .calendar-filter__submit:hover {
  background: rgba(152, 174, 60, 0.8);
}
@media (min-width: 800px) {
  .wp-block-button__link, .button, .calendar-filter__submit {
    font-size: 3.5rem !important;
    padding: 0.3em 0.7em 0.2em !important;
  }
}
.wp-block-button__link:visited, .button:visited, .calendar-filter__submit:visited {
  color: #fff;
}
.article-button {
  font-size: 3.3rem;
  border-radius: 15px;
}
.donate-button {
  background: #f8ad3b;
}
.footer-button {
  background: #6c2c4e;
  font-size: 2.6rem;
  border-radius: 4px;
}
.location-link {
  max-width: 140px;
  text-align: center;
  margin: 0 12px 20px;
}
.location-link__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.location-link__icon {
  font-size: 42px;
  color: #98ae3c;
}
.location-link__title {
  font-size: 18px;
  line-height: 1.15;
  min-height: 62.1px;
}
.location-link__title-link {
  font-weight: 700;
  color: #6c2c4e;
  text-decoration: none;
}
.calendar-wrapper {
  display: block;
}
.calendar-filter {
  display: flex;
  align-items: center;
}
@media (max-width: 678px) {
  .calendar-filter {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.calendar-filter__label:not(:last-child) {
  margin-right: 1rem;
}
.calendar-filter__field {
  margin-right: 0.375rem;
}
.calendar-filter__submit {
  margin-left: 0.5rem;
  color: #fff;
  background: #6c2c4e;
}
@media (max-width: 678px) {
  .calendar-filter__submit {
    margin-top: 1rem;
  }
}
.calendar-filter .calendar-filter__submit {
  font-size: 2.5rem !important;
  margin-bottom: 0 !important;
}
.calendar-side-panel {
  width: 100%;
  margin-top: 40px;
}
.calendar-side-panel__image {
  margin-bottom: 1em;
}
.calendar-side-panel__heading {
  color: #6c2c4e;
}
.calendar-side-panel__separator {
  border-width: 0;
  border-bottom: 2px #b8b7b8 solid;
  margin: 8px 0 0;
}
.calendar-side-panel__description {
  margin: 1em 0;
}
.calendar-side-panel__time {
  margin-bottom: 1em;
}
.calendar-side-panel__map {
  margin-bottom: 1em;
}
.calendar-side-panel p:not(.calendar-side-panel__time) {
  margin: 0;
}
.mc-main {
  margin-right: 2em;
}
body .mc-main {
  max-width: 100% !important;
}
.mc-main .my-calendar-nav ul {
  display: flex;
  flex-wrap: nowrap;
}
.mc-main .my-calendar-nav ul li:before {
  content: none !important;
}
.mc-main .my-calendar-nav .nav-month-year, .mc-main .my-calendar-nav .nav-month-year span {
  font-size: 40px;
  font-weight: 700;
  color: #6c2c4e;
  flex-basis: 100%;
}
.mc-main .my-calendar-nav .my-calendar-prev a {
  border-right: 0;
}
.mc-main .my-calendar-nav .my-calendar-prev, .mc-main .my-calendar-nav .my-calendar-next {
  vertical-align: middle;
}
.mc-main .my-calendar-nav .my-calendar-prev a, .mc-main .my-calendar-nav .my-calendar-next a {
  font-size: 0;
  text-decoration: none;
}
.mc-main .my-calendar-nav .my-calendar-prev a::before, .mc-main .my-calendar-nav .my-calendar-next a::after {
  font-size: 36px;
  color: #9B9B9B;
  text-decoration: none;
}
.mc-main th, .mc-main td {
  padding: 0 9px !important;
  border: 0 !important;
}
.mc-main .day-heading, .mc-main .weekend-heading {
  font-size: 20px;
  text-align: left;
  margin-bottom: 16px;
  border-bottom: 0;
  visibility: hidden;
}
.mc-main .day-heading::first-letter, .mc-main .weekend-heading::first-letter {
  visibility: visible;
}
.mc-main .day-separator {
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.mc-main .nextmonth {
  background-color: transparent !important;
}
.mc-main .nextmonth .mc-date {
  display: none;
}
.mc-main .day-with-date.nextmonth .day-separator {
  display: none;
}
.mc-main .day-with-date {
  position: relative;
}
.mc-main .day-with-date .day-separator {
  position: absolute;
  width: calc(100% - 18px);
  bottom: 0;
  left: 9px;
}
.mc-main .has-events {
  background-color: #ebebeb;
}
.mc-main .has-events .mc-date {
  font-size: 20px;
  font-weight: 400;
  color: inherit;
  background-color: transparent !important;
}
.mc-main .current-day {
  background: #ebebeb !important;
}
.mc-main .current-day .mc-date {
  border: 0 !important;
}
.mc-main .event-title a {
  background-color: #6595a3 !important;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
}
.mc-main .calendar-event .details {
  display: none !important;
}
.mc-main .my-calendar-footer {
  display: none;
}
.scrolltable-group .table-container {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 400px;
}
.scrolltable {
  width: 100%;
}
.scrolltable__title {
  background: #6c2c4e;
  color: #fff;
  padding: 0.25em;
  font-size: 2.6rem;
}
.scrolltable__heading {
  text-align: left;
}
.scrolltable__location-column {
  min-width: 200px;
}
.scrolltable__address-column {
  min-width: 150px;
}
.scrolltable__zip-column {
  min-width: 100px;
}
.scrolltable__notes-column {
  min-width: 150px;
}
.scrolltable__phone-column {
  min-width: 200px;
}
.scrolltable__hours-column {
  min-width: 200px;
}
.scrolltable th {
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: solid 1px #ddd;
}
.scrolltable th, .scrolltable td {
  padding: 0.5em;
}
.scrolltable__row {
  border-bottom: solid 1px #ddd;
  padding: 0.5em;
  line-height: 1.2em;
}
.scrolltable__row:nth-child(even) {
  background: #f9f9f9;
}
.scrolltable__row--heading {
  color: #6c2c4e;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .scrolltable__title {
    font-size: 3.5rem;
  }
}
.interactive-tabs {
  display: flex;
  flex-direction: column;
}
.interactive-tabs__button-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  width: 100%;
}
.interactive-tabs__content-container {
  width: 100%;
}
.interactive-tabs__button {
  border: solid 1px #707070;
  padding: 0.5em 1em;
  font-weight: 700;
  border-radius: 0;
  color: #6c2c4e;
  background: #fff;
  font-size: 2rem;
}
.interactive-tabs__button:hover, .interactive-tabs__button:active {
  border: solid 1px #707070;
}
.interactive-tabs__button.active {
  background: #f8ad3b;
  color: #fff;
  border-color: #f8ad3b;
}
.interactive-tabs__button:first-child {
  border-radius: 15px 15px 0 0;
  border-bottom: 0;
}
.interactive-tabs__button:last-child {
  border-radius: 0 0 15px 15px;
  border-top: 0;
}
.interactive-tabs__content {
  display: none;
}
.interactive-tabs__content.active {
  display: block;
}
@media (min-width: 800px) {
  .interactive-tabs {
    flex-direction: row;
  }
  .interactive-tabs__content-container {
    margin-left: 2em;
  }
  .interactive-tabs__button {
    padding: 1em 0;
  }
}
@media (min-width: 1100px) {
  .interactive-tabs__content-container {
    margin-left: 6em;
  }
}
.map-location {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 12px;
  margin-bottom: 24px !important;
}
.map-location:last-child {
  margin-bottom: 0;
}
.map-location__icon {
  width: 24px;
}
.map-location__icon img + .map-location__placeholder-icon {
  display: none;
}
.wpgmp_listing_container .map-location .map-location__title {
  font-weight: 700;
  color: inherit;
  margin-bottom: 0;
}
.wpgmp_listing_container .map-location .map-location__title a {
  font-weight: inherit;
  color: inherit;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.desktop-header {
  z-index: 5;
}
.header-top {
  background: #f8ad3b;
}
.header-container-top, .header-container-bottom {
  max-width: 1440px;
  margin: 0 auto;
}
.header-container-bottom {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 1.5em 0 1.2em;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .header-container-bottom {
    flex-direction: row;
  }
}
.mobile-header {
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  color: #000;
  background-color: #fff;
  z-index: 5;
}
.mobile-header__site-title {
  display: inline-block;
  margin: 0;
  width: 100%;
  text-align: center;
}
.mobile-header__button {
  font-size: 20px;
  border: 0;
  padding: 10px 12px;
  margin-right: 8px;
  background-color: #f8ad3b;
  color: #fff;
  cursor: pointer;
}
.mobile-header__button:hover {
  background-color: #98ae3c;
}
@media (max-width: 800px) {
  .mobile-header {
    display: flex;
    padding: 0.5em;
    align-items: flex-start;
  }
}
.header-links-container {
  display: none;
}
.header-links-container .header-links {
  display: flex;
  width: 100%;
  justify-content: center;
  white-space: nowrap;
}
@media (min-width: 1101px) {
  .header-links-container .header-links {
    justify-content: flex-end;
  }
}
.header-links-container .header-button {
  background: #6c2c4e;
  font-size: 2.9rem;
  margin: 0.2em 0 0 0.3em;
  padding: 0.4em 0.7em 0.2em;
  height: 40px;
  line-height: 0.7em !important;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
}
.header-links-container .header-button:hover {
  color: #f8ad3b;
}
.header-links-container .link {
  color: #6c2c4e;
  text-decoration: none;
  font-weight: bold;
  margin: 0.3em 0.5em 0 0.5em;
  font-size: 2.6rem;
}
.header-links-container .link:hover {
  text-decoration: underline;
}
.header-links-container .search {
  --size: 50px;
  display: none;
  border-radius: 100px;
  margin-top: 0.1em;
  overflow: hidden;
  font-size: 1.25em;
  position: relative;
  width: var(--size);
  height: var(--size);
  transition: all 0.7s ease;
  padding: 3px;
}
.header-links-container .search__input {
  border: 0;
  padding: 0.25em 1em;
  flex-grow: 1;
  outline: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 90%;
  opacity: 0;
  background: transparent;
  cursor: pointer;
}
.header-links-container .search__submit {
  font-size: 1.5rem;
  background: 0;
  border: 0;
  cursor: pointer;
  border-radius: 50%;
  width: calc(var(--size) - 10px);
  height: calc(var(--size) - 10px);
  color: #6c2c4e;
  outline: 0;
}
.header-links-container .search:hover {
  width: 50%;
  background: #fff;
}
.header-links-container .search:hover .search__input {
  opacity: 1;
  z-index: initial;
  cursor: initial;
  background: #fff;
  width: calc(100% - var(--size));
}
.header-links-container .search:hover .search__submit {
  position: absolute;
  right: 0;
  color: #fff;
}
.header-links-container .search:hover .search__submit:hover, .header-links-container .search:hover .search__submit:focus {
  outline: 0;
}
.header-links-container .search:hover:focus-visible {
  width: 50%;
}
@media (min-width: 950px) {
  .header-links-container .search {
    display: flex;
    justify-content: flex-end;
  }
}
.header-links-container .social-links {
  display: none;
  justify-content: center;
}
.header-links-container .social-links .icon {
  color: #fff;
  font-size: 37px;
  margin: 0 0.25em;
}
.header-links-container .social-links .icon-youtube svg {
  width: auto;
  height: 37px;
}
@media (min-width: 1101px) {
  .header-links-container .social-links {
    display: flex;
  }
}
@media (min-width: 801px) {
  .header-links-container {
    display: flex;
    padding: 1em 0.5em;
  }
}
.site-branding {
  display: none;
}
@media (min-width: 801px) {
  .site-branding {
    display: flex;
    margin: 0 auto 1em auto;
  }
}
@media (min-width: 1101px) {
  .site-branding {
    margin: 0 0 0 0.5em !important;
  }
}
.translate-zone {
  min-width: 190px;
  min-height: 70px;
  position: fixed;
  right: -90px;
  top: 35%;
  background: #fff;
  border: solid 1px #6c2c4e;
  color: #6c2c4e;
  transform: rotate(-90deg);
  text-align: center;
  padding-top: 5px;
  border-radius: 20px 20px 0 0;
  z-index: 999;
  cursor: pointer;
}
.translate-zone:hover {
  background: #fff;
  color: #6c2c4e;
}
.translate-zone p {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
.gtranslate-window {
  min-width: 150px;
  min-height: 96px;
  position: fixed;
  right: 0;
  top: 30%;
  background: #fff;
  color: #fff;
  z-index: 999;
  padding: 18px 35px;
  border-radius: 25px 0 0 25px;
  font-size: 2.6rem;
  font-weight: bold;
}
.gtranslate-window .gtranslate-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 22px;
  color: #6c2c4e;
  background-color: transparent;
  cursor: pointer;
}
.gtranslate-window a.glink {
  line-height: 5rem;
  color: #6c2c4e;
}
.gtranslate-window a:visited {
  color: #6c2c4e;
}
.gtranslate-window a::after {
  content: "\a";
  white-space: pre;
}
a.glink span:hover {
  color: #6c2c4e;
}
/* Mobile Menu */
@media (max-width: 800px) {
  .mobile-slide-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    max-width: 80vw;
    height: 100%;
    padding: 0.5em;
    color: #000;
    background-color: #fff;
    z-index: 100;
    transition: left 0.5s;
  }
  .mobile-slide-menu--active .mobile-slide-menu {
    left: 0;
    display: block;
    overflow-y: auto;
  }
  .mobile-slide-menu--active .mobile-slide-menu #mobile-menu {
    padding: 1em 0.5em;
  }
  .mobile-slide-menu--active .mobile-slide-menu #mobile-menu li a {
    color: #6c2c4e;
    text-decoration: none;
    padding-bottom: 0.25em;
    border-bottom: solid 4px #f8ad3b;
    font-weight: bold;
  }
  .mobile-slide-menu--active .mobile-slide-menu #mobile-menu li .sub-menu {
    margin: 0.5em 0.5em 1em 0.5em;
  }
  .mobile-slide-menu--active .mobile-slide-menu #mobile-menu li .sub-menu li {
    line-height: 1.4em;
  }
  .mobile-slide-menu--active .mobile-slide-menu #mobile-menu li .sub-menu li a {
    border-bottom: solid 4px #fff;
    font-weight: normal;
  }
  body.mobile-slide-menu--active {
    overflow-y: hidden;
  }
  body.mobile-slide-menu--active .site {
    cursor: default;
  }
  body.mobile-slide-menu--active .site::before {
    position: fixed;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
  }
  .site::before {
    content: "";
    transition: background-color 0.5s;
  }
}
@media (max-width: 800px) and (prefers-reduced-motion: reduce) {
  .mobile-slide-menu {
    transition: none;
  }
}
@media (max-width: 800px) and (prefers-reduced-motion: reduce) {
  .site::before {
    transition: none;
  }
}
@media (min-width: 801px) {
  .mobile-slide-menu {
    display: none;
  }
}
.main-navigation {
  clear: both;
  display: block;
  align-self: center;
  /* All Menus */
  /* Sub-menus */
}
.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul li {
  position: relative;
  margin: 0 0.5em;
}
.main-navigation ul li:hover > ul, .main-navigation ul li:focus > ul {
  display: block;
}
.main-navigation ul a {
  display: block;
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: bold;
  color: #6c2c4e;
  border-bottom: 4px #fff solid;
}
.main-navigation ul a:hover {
  border-bottom: 4px #f8ad3b solid;
}
.main-navigation ul .current_page_item > a, .main-navigation ul .current-menu-item > a {
  cursor: default;
  color: #f8ad3b;
}
.main-navigation ul .current_page_item > a:hover, .main-navigation ul .current-menu-item > a:hover {
  border-bottom: 4px #6c2c4e solid;
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 230px;
  z-index: 10;
  background: #fff;
}
.main-navigation ul ul ul {
  display: none;
  left: 100%;
  top: 0;
}
.main-navigation ul ul li {
  border-bottom: solid 1px #9B9B9B;
  margin: 0;
  padding: 0.5em 0.7em;
  line-height: 1em;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  font-size: 1.8rem;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a:focus {
  color: #f8ad3b;
  border-bottom: solid 4px #fff;
}
@media (max-width: 800px) {
  .main-navigation {
    display: none;
  }
}
@media (min-width: 1440px) {
  .main-navigation {
    margin-right: 2em;
  }
  .main-navigation ul li {
    margin: 0 1em;
  }
}
.internal-page .featured-image {
  background: no-repeat;
  background-size: cover;
  min-height: 20vh;
  display: flex;
  color: #fff;
}
.internal-page .featured-image .entry-header {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding: 0 1em;
}
.internal-page .featured-image .entry-header .entry-title {
  font-size: 4rem;
  color: #fff;
}
.internal-page .featured-image .entry-header .entry-tagline {
  font-size: 3rem;
  font-weight: 100;
  color: #fff;
}
@media (min-width: 600px) {
  .internal-page .featured-image {
    min-height: 420px;
  }
}
@media (min-width: 1440px) {
  .internal-page .featured-image {
    min-height: 560px;
  }
  .internal-page .featured-image .entry-header {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 0 0.5em;
  }
  .internal-page .featured-image .entry-header .entry-title {
    font-size: 10.5rem;
  }
  .internal-page .featured-image .entry-header .entry-tagline {
    font-size: 5.7rem;
  }
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
.section-donate {
  background: url("/wp-content/uploads/2021/09/donate-bkgrnd.jpg") no-repeat right;
  background-size: cover;
}
.section-donate .section-donate-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 9em 0.5em;
  display: flex;
}
@media (min-width: 1100px) {
  .section-donate .section-donate-container {
    justify-content: flex-end;
  }
}
.section-donate .donate-content {
  color: #fff;
}
.section-donate .donate-content h3 {
  margin-bottom: 0.5em;
  color: #fff;
}
.section-donate .donate-content .button, .section-donate .donate-content .calendar-filter__submit {
  background: #f8ad3b;
}
.section-donate .donate-content .button:hover, .section-donate .donate-content .calendar-filter__submit:hover {
  color: #fff;
  background: rgba(248, 173, 59, 0.8);
}
@media (min-width: 1100px) {
  .section-donate .donate-content {
    width: 50%;
  }
}
.site-footer {
  background: #87786b;
  color: #fff;
  font-size: 1rem;
}
.site-footer form {
  display: flex;
  flex-direction: column;
}
.site-footer form input {
  line-height: 1em !important;
}
.site-footer form .ginput_container_email input {
  background-color: #87786b;
  color: #fff;
  padding: 0.7em !important;
  font-size: 2.1rem !important;
  width: 100%;
}
.site-footer form .ginput_container_email input:focus {
  color: #fff;
}
.site-footer form .ginput_container_email input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.site-footer form .ginput_container_email input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.site-footer form .ginput_container_email input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.site-footer form .gfield_label {
  display: none !important;
}
.site-footer form .gform_footer {
  margin: 0 !important;
}
.site-footer form .gform_button {
  background: #6c2c4e;
  width: auto !important;
  font-size: 2.6rem !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  color: #fff;
  line-height: 1;
  padding: 0.5em 1em !important;
}
.site-footer form .gform_button:hover {
  background: rgba(108, 44, 78, 0.8);
}
@media (min-width: 480px) {
  .site-footer form .gform_body {
    width: 100%;
    margin-right: 2em;
  }
  .site-footer form .gform_body .gfield {
    padding-right: 0 !important;
  }
  .site-footer form .gform_body .ginput_container_email input {
    padding: 0.6em 1em 0.5em !important;
  }
  .site-footer form .gform_footer {
    width: auto;
  }
}
@media (min-width: 1440px) {
  .site-footer form {
    flex-direction: row;
  }
}
.site-footer a {
  color: #fff;
  font-weight: bold;
}
.site-footer .footer-container {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
  padding: 5.4em 1em;
}
.site-footer .footer-container .footer-sign-up {
  margin-bottom: 2em;
}
.site-footer .footer-container .footer-disclosure {
  max-width: 600px;
  font-size: 1.3rem;
}
.site-footer .footer-container .footer-social {
  display: flex;
  margin-bottom: 1em;
}
.site-footer .footer-container .footer-social h3 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-right: 1em;
  color: #fff;
}
.site-footer .footer-container .footer-social .icon {
  font-size: 1.6rem;
  margin: 0.3em 0.5em;
  text-decoration: none;
}
.site-footer .footer-container .footer-info {
  margin-bottom: 1em;
}
@media (min-width: 800px) {
  .site-footer .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .site-footer .footer-container .footer-social-sign-up {
    margin-right: 2em;
  }
  .site-footer .footer-container .footer-disclosure {
    margin-right: 2em;
  }
  .site-footer .footer-container .footer-info {
    min-width: 180px;
    margin-right: 2em;
  }
  .site-footer .footer-container .footer-info li {
    margin-bottom: 0.5em;
  }
  .site-footer .footer-container .footer-resources li {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1100px) {
  .site-footer .footer-container .footer-info {
    margin-right: 1em;
  }
}
.site-footer .land-acknowledgement-section h3 {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.5em;
}
.site-footer .land-acknowledgement-section p {
  margin: 0 auto 2em;
  padding: 1em;
  max-width: 900px;
  font-size: 1.3rem;
}
.site-footer .land-acknowledgement-section p a {
  text-decoration: underline;
}
.site-footer .footer-associations-container {
  padding-bottom: 2em;
}
.site-footer .footer-associations-container ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.site-footer .footer-associations-container ul li {
  margin: 0 2em;
}
@media (min-width: 1440px) {
  .site-footer .footer-associations-container ul {
    justify-content: center;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.communityfoodbank.org%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Feditor-style.scss%22%2C%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Fbase%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Fbase%2F_links.scss%22%2C%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Fbase%2F_media.scss%22%2C%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Fcomponents%2F_accessibility.scss%22%2C%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Fcomponents%2F_button.scss%22%2C%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Fcomponents%2F_location-links.scss%22%2C%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Fcomponents%2F_calendar.scss%22%2C%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Fcomponents%2F_scrolltable.scss%22%2C%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Fcomponents%2F_tabs.scss%22%2C%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Fcomponents%2F_map-location.scss%22%2C%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Flayouts%2F_site-header.scss%22%2C%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Flayouts%2F_header-navigation.scss%22%2C%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Flayouts%2F_page-header.scss%22%2C%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Flayouts%2F_form.scss%22%2C%22wp-content%2Fthemes%2Fcfb%2Fsrc%2Fsass%2Flayouts%2F_site-footer.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAC9EA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC1BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHdF%3BAAAA%3BAAAA%3BAAAA%3BAICA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJbF%3BAIkCA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1BF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC9MA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAChEJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BACtDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAV%2FBJ%3BAAAA%3BAAAA%3BAWAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAX7QA%3BAYEA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAApDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAClLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACvChB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC9BA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%22%7D */