html, body {
  --bs-body-font-size: 18px;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  font-family: "Poppins", sans-serif;
}
.no-mb-last > *:last-child {
  margin-bottom: 0 !important;
}

.mlrc-content-container {
  position: relative;
  z-index: 5;
}

@media (min-width: 1200px) {
  .mlrc-content-container {
    max-width: 1060px;
  }
}
@media (min-width: 1400px) {
  .mlrc-container {
    max-width: 1228px;
  }
}
.text-h2-center h2 {
  text-align: center;
}

.hero-overlay {
  --section-padding: 2rem 0;
  padding: var(--section-padding);
}
.hero-overlay .wp-block-mlrc-lakota-headline {
  font-weight: 700;
  font-size: 1.8382rem;
}

@media (min-width: 576px) {
  .hero-overlay .wp-block-mlrc-lakota-headline {
    font-size: 3.1618rem;
  }
}
@media (min-width: 992px) {
  .hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    --section-padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero-overlay-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
  }
  .section.hero-content {
    z-index: 3;
  }
}
.section-page-title + .section-general-content {
  padding-top: 0;
}

.section-page-title h1 {
  margin: 0;
  line-height: 1.5;
}
.section-page-title .wp-block-mlrc-lakota-headline {
  text-align: center;
  margin: 0;
  font-size: 1.8382rem;
  font-weight: 700;
}

@media (min-width: 576px) {
  .section-page-title .wp-block-mlrc-lakota-headline {
    font-size: 3.1618rem;
  }
}
.hero-content h1 {
  margin: 0;
  line-height: 1.5;
}
.hero-content .wp-block-mlrc-lakota-headline {
  text-align: left;
  margin: 0;
  font-size: 1.8382rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .hero-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .hero-content .wp-block-mlrc-lakota-headline {
    font-size: 3.1618rem;
  }
}
.ratio img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}

.hero-ratio-small {
  --bs-aspect-ratio: 19.75%;
}

.hero-ratio-medium {
  --bs-aspect-ratio: 27.25%;
}

.hero-ratio-large {
  --bs-aspect-ratio: 56.25%;
}

@media (min-width: 992px) {
  .hero-ratio-large {
    --bs-aspect-ratio: 34.5%;
  }
}
.content-65 {
  max-width: 75ch;
}

.btn {
  --bs-btn-font-family: itc-avant-garde-gothic-pro, sans-serif;
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-border-radius: 0;
  padding-top: 0.76rem;
}

.btn-blue {
  --bs-btn-bg: #006db8;
  --bs-btn-border-color: #006db8;
  --bs-btn-color: #fff;
  --bs-btn-hover-border-color: #e7e6ca;
  --bs-btn-hover-bg: #e7e6ca;
  --bs-btn-hover-color: #006db8;
}

.btn-blue-ghost {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #006db8;
  --bs-btn-color: #006db8;
  --bs-btn-hover-border-color: #006db8;
  --bs-btn-hover-bg: #006db8;
  --bs-btn-hover-color: #fff;
}

.btn-grey {
  --bs-btn-bg: #939598;
  --bs-btn-border-color: #939598;
  --bs-btn-color: #000;
  --bs-btn-hover-border-color: #006db8;
  --bs-btn-hover-bg: #006db8;
  --bs-btn-hover-color: #fff;
}

.btn-dark-grey {
  --bs-btn-bg: #4f4f4f;
  --bs-btn-border-color: #4f4f4f;
  --bs-btn-color: #fff;
  --bs-btn-hover-border-color: #006db8;
  --bs-btn-hover-bg: #006db8;
  --bs-btn-hover-color: #fff;
}

.btn-dark-grey-ghost {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #4f4f4f;
  --bs-btn-color: #4f4f4f;
  --bs-btn-hover-border-color: #006db8;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-color: #006db8;
}

.btn-black {
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-color: #fff;
  --bs-btn-hover-border-color: #000;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-color: #000;
}

.btn-white {
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-color: #006db8;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-color: #fff;
}

.btn-white-ghost {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #fff;
  --bs-btn-color: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-color: #006db8;
}

.btn-job-posting {
  background: transparent;
  border-radius: 50%;
  color: #006db8;
  border: 1px solid #006db8;
  width: 50px;
  height: 50px;
}
.btn-job-posting:disabled {
  border-color: #939598;
  color: #939598;
}
.btn-job-posting:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.section {
  --section-bg: #fff;
  --section-color: #000;
  --section-padding: 2rem;
  --bs-link-color: #fff;
  background: var(--section-bg);
  color: var(--section-color);
  padding: var(--section-padding) 0;
  overflow: hidden;
}
.section a:not(.btn) {
  color: var(--section-color);
}

@media (min-width: 576px) {
  .section {
    --section-padding: 3.5rem;
  }
}
.section-blue {
  --section-bg: #006db8;
  --section-color: #fff;
}
.section-black {
  --section-bg: #000;
  --section-color: #fff;
}
.section-light-grey {
  --section-bg: #f5f5e8;
  --section-color: #000;
}
.section-grey {
  --section-bg: #fafafa;
  --section-color: #000;
}
.section-border::before, .section-border::after {
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  margin: auto;
  display: block;
  border-top: 3px solid #f5f5e8;
  border-bottom: 3px solid #f5f5e8;
}
.section-border::before {
  height: calc(90% - 12px);
  border-top: 3px dashed #f5f5e8;
  border-bottom: 3px dashed #f5f5e8;
}
.section-border.section-light-grey::before, .section-border.section-light-grey::after {
  border-color: #B7B265;
}
.section-border.section-impact-stats::before, .section-border.section-impact-stats::after {
  border-color: #B7B265;
}

@media (min-width: 576px) {
  .section-border::before, .section-border::after {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .section-border::before, .section-border::after {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .section-border::before, .section-border::after {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .section-border::before, .section-border::after {
    width: 1060px;
  }
}
.section-impact-stats h3 {
  font-size: 3.5rem;
}

.section-resource {
  padding: 3rem 1.5rem;
  transition: 0.25s;
}
.section-resource:has(a:focus-within), .section-resource:has(a:hover) {
  box-shadow: 0px 10px 5px -3px rgba(0, 0, 0, 0.25);
}

.section-resources .row {
  --bs-gutter-y: 1rem;
}

.section-event {
  --section-padding: 1.5rem;
  padding: var(--section-padding) 1.5rem;
}
.section-event h3 {
  margin: 0;
  padding: 0.5rem 0;
  border-top: 2px solid #000;
}
.section-event h4 {
  padding-bottom: 0.5rem;
}
.section-event h4 .event-time {
  font-size: 1.35rem;
  color: #4f4f4f;
}
.section-event .btn-events,
.section-event .btn-event {
  padding: 0;
  background: none;
  border: none;
  text-decoration: underline;
}
.section-event .btn-events:hover,
.section-event .btn-event:hover {
  text-decoration: none;
}

.overlay-term {
  background: #f5f5e8;
  width: auto;
  height: auto;
  top: unset;
  bottom: 0;
  color: #006db8;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
}

h2::after {
  content: "";
}
h2::before {
  content: "";
}

.new-stories {
  border-top: 2px solid #000;
}
.new-stories.top-story {
  padding-top: 1.5rem;
}
.new-stories a {
  color: #006db8;
}
.new-stories .news-story {
  padding: 1.5rem 0;
  border-bottom: 2px solid #E3E3E3;
}

.graphic {
  width: 50%;
  max-width: 60ch;
  margin: auto;
  margin-bottom: calc(-50% + 4.615rem);
}

@media (min-width: 992px) {
  .graphic {
    max-width: unset;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    text-align: right;
  }
  .graphic svg {
    max-height: 100%;
  }
}
@media (min-width: 992px) {
  .graphic-quote {
    max-width: unset;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
  }
  .graphic-quote svg {
    max-height: 100%;
  }
}
.section-light-grey .graphic svg,
.section-light-grey .graphic-quote svg {
  opacity: 0.4;
}
.section-light-grey .graphic svg .cls-1,
.section-light-grey .graphic-quote svg .cls-1 {
  fill: #f5f5e8;
}

.section-blue .graphic-quote svg {
  opacity: 0.4;
}
.section-blue .graphic-quote svg .cls-1 {
  fill: #006db8;
}
.section-blue .graphic-quote svg .cls-2,
.section-blue .graphic-quote svg .cls-3 {
  fill: #46a0df;
  opacity: 1;
}

.section .graphic-quote svg .cls-1 {
  fill: #fff;
}
.section .graphic-quote svg .cls-2,
.section .graphic-quote svg .cls-3 {
  fill: #f5f5e8;
  opacity: 1;
}

.section-blue .graphic-quote svg {
  opacity: 0.4;
}
.section-blue .graphic-quote svg .cls-1 {
  fill: #006db8;
}
.section-blue .graphic-quote svg .cls-2,
.section-blue .graphic-quote svg .cls-3 {
  fill: #46a0df;
  opacity: 1;
}

.section-black .graphic-quote svg .cls-1 {
  fill: #000;
}
.section-black .graphic-quote svg .cls-2,
.section-black .graphic-quote svg .cls-3 {
  fill: #939598;
  opacity: 1;
}

.section-mission-statement .graphic {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-mission-statement .graphic svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (min-width: 992px) {
  .section-mission-statement .graphic {
    max-width: unset;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: unset;
    right: 0;
    text-align: right;
  }
  .section-mission-statement .graphic svg {
    max-height: 100%;
    position: relative;
    width: unset;
    height: unset;
  }
}
.section-flexible-content {
  padding-bottom: 0;
}
.section-flexible-content:has(.section-blue:nth-child(2)) {
  --section-bg: #006db8;
  --section-color: #fff;
}
.section-flexible-content:has(.section-black:nth-child(2)) {
  --section-bg: #000;
  --section-color: #fff;
}
.section-flexible-content:has(.section-light-grey:nth-child(2)) {
  --section-bg: #f5f5e8;
  --section-color: #000;
}
.section-flexible-content:has(.section-grey:nth-child(2)) {
  --section-bg: #fafafa;
  --section-color: #000;
}

.section-flexible-content-no-intro {
  --section-padding: 0;
}
.section-flexible-content-no-intro:has(.section-blue:nth-child(1)) {
  --section-bg: #006db8;
  --section-color: #fff;
}
.section-flexible-content-no-intro:has(.section-black:nth-child(1)) {
  --section-bg: #000;
  --section-color: #fff;
}
.section-flexible-content-no-intro:has(.section-light-grey:nth-child(1)) {
  --section-bg: #f5f5e8;
  --section-color: #000;
}
.section-flexible-content-no-intro:has(.section-grey:nth-child(1)) {
  --section-bg: #fafafa;
  --section-color: #000;
}

.quick-link-2 {
  background: rgba(79, 79, 79, 0.8);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  padding: 0 0.5rem;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.17);
}
.quick-link-2:hover {
  background: rgba(79, 79, 79, 0.25);
}

.border-10 {
  border-radius: 10px;
  overflow: hidden;
}

.ratio img.visible {
  position: fixed;
  z-index: -1;
}

.go-back-link {
  text-decoration: none !important;
}

.go-back {
  font-size: 2.75rem;
  background: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #006db8;
  line-height: 1;
  color: #006db8;
  text-align: center;
  display: inline-block;
}

.section-go-back {
  padding: 1rem 0 0;
}

.page-template-page-submit-entry main {
  background: linear-gradient(137.24deg, #E7E6CA 7.81%, #E35030 97.2%);
}
.page-template-page-submit-entry .section-entry-form {
  --section-bg: transparent;
}
.page-template-page-submit-entry .entry-form {
  max-width: 815px;
  margin: auto;
  background: #f5f5e8;
  border-radius: 26px;
  overflow: hidden;
}
.page-template-page-submit-entry .entry-form #entry-form-info {
  padding: 1.5rem 1.5rem;
}
.page-template-page-submit-entry .entry-form #entry-form-info h1 {
  font-size: 1.2941rem;
}
.page-template-page-submit-entry .entry-form #entry-form-form {
  background: #fff;
  padding: 1.5rem 1.5rem;
}

@media (min-width: 576px) {
  .page-template-page-submit-entry .entry-form #entry-form-info h1 {
    font-size: 2.0855rem;
  }
}
.section-general-content h2 + .wp-block-mlrc-lakota-headline {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 1.4706rem;
}
.section-general-content h3 + .wp-block-mlrc-lakota-headline {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 1.2941rem;
}
.section-general-content h4 + .wp-block-mlrc-lakota-headline {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 1.1765rem;
}
.section-general-content h5 + .wp-block-mlrc-lakota-headline {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  font-size: 1.0588rem;
}
.section-general-content h6 + .wp-block-mlrc-lakota-headline {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-size: 0.9412rem;
}
.section-general-content .has-text-align-center + .wp-block-mlrc-lakota-headline {
  text-align: center;
}

@media (min-width: 576px) {
  .section-general-content h2 + .wp-block-mlrc-lakota-headline {
    font-size: 2.357rem;
  }
  .section-general-content h3 + .wp-block-mlrc-lakota-headline {
    font-size: 2.0855rem;
  }
  .section-general-content h4 + .wp-block-mlrc-lakota-headline {
    font-size: 1.7973rem;
  }
  .section-general-content h5 + .wp-block-mlrc-lakota-headline {
    font-size: 1.4733rem;
  }
  .section-general-content h6 + .wp-block-mlrc-lakota-headline {
    font-size: 1.2521rem;
  }
}
h2:empty {
  display: none;
}

p:empty {
  display: none;
}

.section-landing-column-2 {
  padding: 2rem 1rem;
}

.section-landing-border {
  border: 1px solid #DCDCDC;
  transition: 0.35s;
}
.section-landing-border:has(.btn:hover) {
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.5);
}

.section-landing-column-2 {
  border: 1px solid #DCDCDC;
  transition: 0.35s;
}
.section-landing-column-2:has(.btn:hover) {
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.5);
}

.section-programs .row.g-lg-0 {
  position: relative;
}
.section-programs .graphic {
  top: 0;
  left: 0;
  text-align: left;
  margin-bottom: unset;
}
.section-programs .graphic svg {
  max-height: 50%;
  position: absolute;
  bottom: 0;
}

@media (max-width: 991px) {
  .carousel-accordion .carousel-item {
    float: none;
    margin-right: 0;
    display: unset;
  }
  .carousel-accordion .carousel-item .program {
    padding: 1.5rem 0 0;
  }
}
@media (min-width: 992px) {
  .carousel-accordion .collapse {
    transition: none !important;
    height: auto !important;
  }
  .carousel-accordion .collapsing {
    transition: none !important;
    height: auto !important;
  }
  .carousel-accordion .collapse:not(.show) {
    display: block;
  }
  .carousel-accordion .carousel-item .program {
    padding: 5rem 0;
  }
}
.modal {
  --bs-modal-border-radius: 0;
  --bs-modal-padding: 1rem 1.5rem 1.5rem;
  --bs-modal-color: #000;
}
.modal .modal-header {
  --bs-modal-header-padding: 0;
  border-bottom: none;
  justify-content: flex-end;
}
.modal .modal-header .btn-close {
  --bs-modal-header-padding-y: 1.5rem;
  --bs-modal-header-padding-x: 1.5rem;
  margin: 0;
  background: #006db8;
  border-radius: 0;
}
.modal h3 {
  font-weight: 500;
  border-bottom: 1px solid #000;
  margin-bottom: 1.5rem;
}
.modal h4 {
  text-transform: uppercase;
  color: #006db8;
  font-size: 1.2521rem;
}

.leadership {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 5;
}
.leadership h3 {
  font-size: 1.75rem;
}
.leadership .btn {
  margin-top: auto;
}
.leadership .btn[aria-expanded=true] {
  background: transparent;
  border-color: #006db8;
  color: #006db8;
}

.section-leadership-member {
  position: relative;
  overflow: visible;
}
.section-leadership-member::after {
  content: "";
  width: 40px;
  height: 40px;
  background: #006db8;
  position: absolute;
  top: -20px;
  left: 4.5%;
  transform: rotateZ(45deg);
  z-index: 1;
}
.section-leadership-member .btn-leadership {
  background: #0D4E97;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  color: #fff;
  padding: 1rem;
}
.section-leadership-member a {
  color: #fff;
}

@media (min-width: 768px) {
  .section-leadership-member.section-leadership-member-2::after, .section-leadership-member.section-leadership-member-4::after, .section-leadership-member.section-leadership-member-6::after {
    left: 56.5%;
  }
  #blog-posts-filter.collapse, #blog-posts-filter.collapsing {
    height: auto !important;
    display: block !important;
  }
}
@media (min-width: 992px) {
  .section-leadership-member.section-leadership-member-2::after, .section-leadership-member.section-leadership-member-5::after {
    left: 38.5%;
  }
  .section-leadership-member.section-leadership-member-3::after, .section-leadership-member.section-leadership-member-6::after {
    left: 72.5%;
  }
  .section-leadership-member.section-leadership-member-4::after {
    left: 4.5%;
  }
  .section-leadership-member .leadership-bio {
    z-index: 5;
    position: relative;
  }
  .section-leadership-member .leadership-graphic {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    opacity: 0.2;
  }
  .section-leadership-member .leadership-graphic svg .cls-1 {
    color: #006db8;
  }
}
#leadership .row + h3 {
  margin-top: 1.5rem;
}

.carousel-calendar .calendar {
  padding: 1rem;
  background: #000;
  color: #fff;
}
.carousel-calendar .calendar .col-calendar-day,
.carousel-calendar .calendar .col-calendar {
  width: 14.2857%;
}
.carousel-calendar .calendar .col-calendar-day .day,
.carousel-calendar .calendar .col-calendar .day {
  background: #eee;
  color: #575757;
}
.carousel-calendar .calendar .col-calendar-day .date-content,
.carousel-calendar .calendar .col-calendar .date-content {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-calendar .calendar .col-calendar-week-0 .no-date,
.carousel-calendar .calendar .col-calendar-week-0 .date,
.carousel-calendar .calendar .col-calendar-week-2 .no-date,
.carousel-calendar .calendar .col-calendar-week-2 .date,
.carousel-calendar .calendar .col-calendar-week-4 .no-date,
.carousel-calendar .calendar .col-calendar-week-4 .date {
  background: #fff;
  height: 100%;
  width: 100%;
  color: #575757;
}
.carousel-calendar .calendar .col-calendar-week-0 .date-available .date-content,
.carousel-calendar .calendar .col-calendar-week-2 .date-available .date-content,
.carousel-calendar .calendar .col-calendar-week-4 .date-available .date-content {
  background: #006db8;
  border-radius: 50%;
  color: #fff;
}
.carousel-calendar .calendar .col-calendar-week-1 .no-date,
.carousel-calendar .calendar .col-calendar-week-1 .date,
.carousel-calendar .calendar .col-calendar-week-3 .no-date,
.carousel-calendar .calendar .col-calendar-week-3 .date,
.carousel-calendar .calendar .col-calendar-week-5 .no-date,
.carousel-calendar .calendar .col-calendar-week-5 .date {
  background: #eee;
  height: 100%;
  width: 100%;
  color: #575757;
}
.carousel-calendar .calendar .col-calendar-week-1 .date-available .date-content,
.carousel-calendar .calendar .col-calendar-week-3 .date-available .date-content,
.carousel-calendar .calendar .col-calendar-week-5 .date-available .date-content {
  background: #006db8;
  border-radius: 50%;
  color: #fff;
}
.carousel-calendar .carousel-slider-prev,
.carousel-calendar .carousel-slider-next {
  background: none;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  border: 1px solid #fff;
  line-height: 1;
  color: #fff;
}

.calendar-link {
  background: #eee;
  padding: 0.5rem 1rem;
  border: none;
  outline: none;
}
.calendar-link.active {
  background: #006db8;
  color: #fff;
}

.calendar-info {
  padding: 0.5rem 0;
  display: block;
}

#filter-calendar,
#filter-dates {
  padding-right: 2rem;
}

.nav-item-dates {
  margin-left: auto;
  width: 100%;
  margin-top: 1rem;
}

.nav-item-type {
  width: 33.33%;
  border-right: 4px inset #fff;
}
.nav-item-type .calendar-link {
  width: 100%;
}
.nav-item-type.nav-item-type-month {
  border: none;
}

.nav-item-label {
  width: 100%;
}

@media (min-width: 576px) {
  .nav-item-label {
    width: auto;
  }
  .nav-item-type {
    width: auto;
    border: none;
  }
  .nav-item-dates {
    margin-left: auto;
    width: auto;
    margin-top: 0;
  }
}
.error404 main {
  background: #f5f5e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error404 h1 {
  font-size: 4.5rem;
}
.error404 h1 span {
  font-size: 1.2rem;
  display: block;
}
.error404 .error-404-go-back {
  border: none;
  background: transparent;
  outline: none;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #006db8;
  font-size: 1.5rem;
}
.error404 .error-404-go-back .go-back {
  margin-right: 0.5rem;
}

#searchModal {
  --bs-modal-margin: 0;
  --bs-modal-width: 100%;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: 41px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
#searchModal .modal-body {
  --bs-modal-padding: 2rem 2.5rem 3rem;
}

@media (min-width: 576px) {
  #searchModal {
    --bs-modal-width: 540px;
  }
}
@media (min-width: 768px) {
  #searchModal {
    --bs-modal-width: 720px;
  }
}
@media (min-width: 992px) {
  #searchModal {
    --bs-modal-width: 1140px;
  }
}
@media (min-width: 1200px) {
  #searchModal {
    --bs-modal-width: 1228px;
  }
}
.section-filtering {
  background: #006db8;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 1rem 1rem 1.5rem;
}
.section-filtering input {
  width: auto;
  margin-right: 0.5rem;
  width: 1em;
  height: 1em;
  border: 1px solid #006db8;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
  margin-right: 0.5rem;
  background: #fff;
}
.section-filtering input:checked {
  background: #000;
  border-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23fff' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-size: 85% auto;
  background-repeat: no-repeat;
  color: #FFF;
  background-position: center;
}
.section-filtering label {
  display: inline-block;
}

.tab-pane {
  padding-top: 2.5rem;
}
.tab-pane h4 {
  color: #006db8;
}
.tab-pane .section-event-day {
  background: #f5f5f5;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.tab-pane .section-event-day .event-time {
  color: #646464;
  font-weight: bold;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}
.tab-pane .section-event-day h5 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
}
.tab-pane .section-event-day .btn-event {
  padding: 0;
  color: #006db8;
  background: transparent;
  border: none;
  text-decoration: underline;
  font-weight: bold;
}

.search-form {
  position: relative;
}
.search-form .search-field {
  border: none;
  border-bottom: 2px solid #006db8;
  padding: 0.5rem 1.5rem;
}
.search-form::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23006db8' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
}

.gform_hidden {
  display: none !important;
}

.ratio-map::before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}

.graphic-general {
  position: absolute;
  bottom: 0;
  width: 20%;
}
.graphic-general.graphic-start {
  left: 0;
}
.graphic-general.graphic-end {
  right: 0;
}

legend {
  font-size: 1rem !important;
}

.section-no-padding-top {
  padding-top: 0;
}

.section-no-padding-bottom {
  padding-bottom: 0;
}

.section-map h2 {
  margin-bottom: 2rem;
}

.gfield--input-type-datedropdown .row {
  --bs-gutter-y: 0.25rem;
  --bs-gutter-x: 0.25rem;
}

.gfield_date_dropdown_month {
  width: 110px;
}

.gfield_date_dropdown_day {
  width: 95px;
}

.gfield_date_dropdown_year {
  width: 95px;
}

.single-post .ratio + p {
  margin-top: 1.5rem;
}

.single-post .ratio > * {
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
}

h5 {
  font-weight: 500;
}

h1 {
  font-size: 1.8382rem;
}

h2 {
  font-size: 1.4706rem;
}

h3 {
  font-size: 1.2941rem;
}

h4 {
  font-size: 1.1765rem;
}

h5 {
  font-size: 1.0588rem;
}

h6 {
  font-size: 0.9412rem;
}

@media (min-width: 576px) {
  h1 {
    font-size: 3.1618rem;
  }
  h2 {
    font-size: 2.357rem;
  }
  h3 {
    font-size: 2.0855rem;
  }
  h4 {
    font-size: 1.7973rem;
  }
  h5 {
    font-size: 1.4733rem;
  }
  h6 {
    font-size: 1.2521rem;
  }
}
.txt-grey {
  color: #939598;
}

.txt-blue {
  color: #006db8;
}
.txt-blue a:not(.btn) {
  color: #006db8;
}

.txt-red {
  color: #e35030;
}

.txt-white {
  color: #fff;
}
.txt-white a:not(.btn) {
  color: #fff;
}

a:not(.btn) {
  --bs-link-color: #000;
  text-decoration: underline;
  transition: 0.35s;
}
a:hover:not(.btn) {
  --bs-link-hover-color: $black;
  text-decoration: none;
}

.link-blue {
  color: #006db8;
}

.txt-itc {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}

.txt-filtering {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  text-transform: uppercase;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

@media (prefers-reduced-motion: reduce) {
  a:not(.btn) {
    transition: none;
  }
}
.block-quote .block-quote-content {
  font-size: 2rem;
}
.block-quote .block-quote-source {
  font-weight: 500;
  font-style: italic;
}

.alert-header {
  --bs-alert-color: #fff;
  --bs-alert-border-radius: 0;
  --bs-alert-margin-bottom: 0;
  --bs-alert-bg: #4f4f4f;
}
.alert-header .btn-close {
  --bs-btn-close-opacity: 1;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  border-radius: 0;
  background-color: #000;
}

header #top-bar {
  background: #000;
  padding: 0.5rem 0;
  color: #fff;
}
header #top-bar .nav-item-link {
  color: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
header #top-bar .nav-item-link-search {
  text-decoration: none;
  margin-left: 1em;
  background: none;
  border: none;
}
header #top-bar .nav-item-link-search svg {
  margin-right: 0.25rem;
}
header #top-bar #btn-top-bar {
  padding: 0.5rem 1rem;
  background: #006db8;
  color: #fff;
  border: none;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: bold;
  line-height: 1;
}
header #top-bar #btn-top-bar .explore {
  display: block;
  text-align: left;
  line-height: 1;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0.25rem;
  position: relative;
  z-index: 2;
}
header #top-bar #btn-top-bar .current-site {
  position: relative;
  z-index: 2;
  display: block;
}
header #top-bar #btn-top-bar .current-site::after {
  content: "";
  position: absolute;
  right: -1.5rem;
  width: 1rem;
  height: 1rem;
  bottom: 0.25rem;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.9 45.66'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke-linecap: square; stroke-width: 4px; %7D .cls-1%7B stroke: %23fff; %7D .cls-2 %7B stroke: transparent; %7D .cls-2 %7B fill: transparent; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m3,42.83l21-19.77L3,2.83'/%3E%3Cpath class='cls-2' d='m1,14.13l9.52,8.91L1,31.59V14.13Z'/%3E%3C/svg%3E");
  transform: rotate(90deg);
}
header #top-bar #btn-top-bar::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #006db8;
  position: absolute;
  left: -100vw;
  top: 0;
  z-index: 0;
}
header #top-bar #btn-top-bar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #006db8;
  right: -1.5rem;
  bottom: 0;
}
header #top-bar #top-bar-area {
  position: absolute;
  left: 0;
  top: 8px !important;
  background: #fff;
  padding: 1rem;
  width: 100%;
  z-index: 15;
  color: #000;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
header #top-bar #top-bar-area a {
  text-decoration: none;
  font-weight: bold;
}
header #top-bar #top-bar-area li:not(:last-of-type) {
  margin-bottom: 1rem;
}
header #top-bar .d-the {
  display: none;
}
header #top-bar .my-rc {
  text-decoration: underline;
}
header #top-bar #website-nav .nav-item {
  border-left: 1px solid #fff;
  padding: 0.5rem 0.35rem;
  transition: 0.25s;
}
header #top-bar #website-nav .nav-item:last-of-type {
  border-right: 1px solid #fff;
  font-weight: bold;
}
header #top-bar #website-nav .nav-item.nav-item-active {
  background: #fff;
}
header #top-bar #website-nav .nav-item.nav-item-active .nav-item-link {
  color: #006db8;
}
header #top-bar #website-nav .nav-item svg {
  margin-left: 0.5rem;
}
header #header-main {
  padding: 1rem 0;
  position: relative;
  background: #fff;
  z-index: 2;
}
header #header-main .logo {
  height: 27px;
}
header #header-main .btn {
  margin-right: 1.5rem;
  white-space: nowrap;
}
header #header-main #btn-menu {
  margin-right: 0;
  --bs-btn-padding-x: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
header #header-main #btn-menu .hamburger-outer {
  display: inline-block;
  width: 30px;
  position: relative;
}
header #header-main #btn-menu .hamburger-inner {
  position: absolute;
  width: 30px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 0;
  background-color: white;
  left: 0;
  top: -8px;
  display: block;
}
header #header-main #btn-menu .hamburger-inner::before, header #header-main #btn-menu .hamburger-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 0;
  background-color: #fff;
  left: 0;
}
header #header-main #btn-menu .hamburger-inner::before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
  top: -8px;
}
header #header-main #btn-menu .hamburger-inner::after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -8px;
}
header #header-main #btn-menu:hover .hamburger-inner {
  background-color: #006db8;
}
header #header-main #btn-menu:hover .hamburger-inner::before, header #header-main #btn-menu:hover .hamburger-inner::after {
  background-color: #006db8;
}
header #header-main #btn-menu.menu-open .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
header #header-main #btn-menu.menu-open .hamburger-inner::before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}
header #header-main #btn-menu.menu-open .hamburger-inner::after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
header #art-contest-image {
  height: 90px;
  background: #006db8;
}
header #art-contest-header {
  padding: 1rem 0;
}
header #art-contest-header .logo {
  width: 225px;
}
header #art-contest-header #return-main {
  position: absolute;
  left: 0;
  top: 9px;
}
header #art-contest-header #return-main a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 350px) {
  header #top-bar .d-the {
    display: unset;
  }
  header #header-main .logo {
    height: 31px;
  }
}
@media (min-width: 576px) {
  header #top-bar #website-nav .nav-item {
    padding: 0.5rem 0.65rem;
  }
  header #top-bar #website-nav .nav-item svg {
    margin-left: 1.5rem;
  }
  header #header-main .logo {
    height: 42px;
  }
  header #header-main #btn-menu {
    position: relative;
    right: unset;
    top: unset;
    height: auto;
  }
}
@media (min-width: 768px) {
  header #header-main {
    padding: 1.5rem 0;
    transition: 0.35s;
  }
  header #header-main .logo {
    height: 58px;
    transition: 0.35s;
  }
  header #header-main.sticky-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    border-bottom: 1px solid #000;
  }
  header #header-main.sticky-header .logo {
    height: 48px;
  }
}
@media (min-width: 992px) {
  header #top-bar {
    background: #006db8;
    padding: 0;
  }
  header #header-main {
    padding: 1.5rem 0;
    transition: 0.35s;
  }
  header #header-main .logo {
    height: 58px;
    transition: 0.35s;
  }
  header #header-main.sticky-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    border-bottom: 1px solid #000;
  }
  header #header-main.sticky-header .logo {
    height: 48px;
  }
}
@media (min-width: 1200px) {
  header #top-bar #website-nav .nav-item {
    padding: 0.5rem 1rem;
  }
}
body:has(main .section-white:nth-child(1)) header #header-main {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.menu-main-menu-container {
  position: relative;
}

.menu-item {
  font-size: 1.5rem;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  padding: 0;
}

.subb-menu {
  display: none;
}

.subb-menu::before {
  content: "";
  transition: 0.35s;
  width: 165%;
  height: 100%;
  background: #000;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: -1;
}

nav {
  position: absolute;
  width: 100%;
  z-index: 6;
}

.menu-main-menu-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
}

#site-nav .container {
  padding-left: 0;
  padding-right: 0;
}
#site-nav #menu-main-menu {
  background: #006db8;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 1.5rem 0;
}
#site-nav #menu-main-menu .menu-item.menu-item-type-btn {
  padding: 0.5rem 1rem;
}
#site-nav #menu-main-menu .menu-item.menu-item-type-btn .btn {
  width: 100%;
}
#site-nav #menu-main-menu .menu-item .menu-link {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1rem 1.5rem;
  position: relative;
  font-size: 1.85rem;
  font-weight: bold;
}
#site-nav #menu-main-menu .menu-item .menu-link.menu-arrow::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1.2rem;
  transition: 0.25s;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.9 45.66'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke-linecap: square; stroke-width: 4px; %7D .cls-1%7B stroke: %23fff; %7D .cls-2 %7B stroke: transparent; %7D .cls-2 %7B fill: transparent; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m3,42.83l21-19.77L3,2.83'/%3E%3Cpath class='cls-2' d='m1,14.13l9.52,8.91L1,31.59V14.13Z'/%3E%3C/svg%3E");
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
#site-nav #menu-main-menu .menu-item .menu-link:hover {
  background: #0d4e97;
}
#site-nav #menu-main-menu .menu-item .menu-2nd-level {
  display: none;
}
#site-nav #menu-main-menu .menu-item .menu-2nd-level .menu-link {
  font-size: 1.25rem;
  font-weight: 500;
}
#site-nav #menu-main-menu .menu-item .menu-3rd-level {
  display: none;
  padding-left: 1rem;
}
#site-nav #menu-main-menu .menu-item .sub-menu-title {
  display: none;
  color: #777;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0 1rem;
}
#site-nav #menu-main-menu .menu-item.menu-2nd-level-open .menu-link.menu-arrow::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.9 45.66'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke-linecap: square; stroke-width: 4px; %7D .cls-1, .cls-2 %7B stroke: %23fff; %7D .cls-2 %7B fill: %23fff; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m3,42.83l21-19.77L3,2.83'/%3E%3Cpath class='cls-2' d='m1,14.13l9.52,8.91L1,31.59V14.13Z'/%3E%3C/svg%3E");
}
#site-nav #menu-main-menu .menu-item#menu-item-back {
  display: none;
  padding: 0 1rem 0.5rem;
}
#site-nav #menu-main-menu .menu-item#menu-item-back #btn-back {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  text-indent: 1.5rem;
  width: 100%;
  text-align: left;
}
#site-nav #menu-main-menu .menu-item#menu-item-back #btn-back::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  transition: 0.25s;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.9 45.66'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke-linecap: square; stroke-width: 4px; %7D .cls-1, .cls-2 %7B stroke: %23fff; %7D .cls-2 %7B fill: %23fff; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m3,42.83l21-19.77L3,2.83'/%3E%3Cpath class='cls-2' d='m1,14.13l9.52,8.91L1,31.59V14.13Z'/%3E%3C/svg%3E");
  width: 1.5rem;
  height: 1.5rem;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
  transform: rotate(180deg);
}
#site-nav #menu-main-menu.menu-levels-open {
  background: #000;
}
#site-nav #menu-main-menu.menu-levels-open .menu-item:not(.menu-2nd-level-open) {
  display: none;
}
#site-nav #menu-main-menu.menu-levels-open .menu-item.menu-2nd-level-open .menu-link {
  display: none;
}
#site-nav #menu-main-menu.menu-levels-open .menu-item.menu-2nd-level-open .sub-menu-title {
  display: block;
}
#site-nav #menu-main-menu.menu-levels-open .menu-item.menu-2nd-level-open .menu-2nd-level {
  display: block;
}
#site-nav #menu-main-menu.menu-levels-open .menu-item.menu-2nd-level-open .menu-2nd-level .menu-item {
  display: block;
}
#site-nav #menu-main-menu.menu-levels-open .menu-item.menu-2nd-level-open .menu-2nd-level .menu-item .menu-link {
  display: block;
}
#site-nav #menu-main-menu.menu-levels-open .menu-item.menu-2nd-level-open .menu-2nd-level .menu-item .menu-link.menu-arrow::after {
  content: none;
}
#site-nav #menu-main-menu.menu-levels-open .menu-item.menu-2nd-level-open .menu-2nd-level .menu-item .menu-link.menu-arrow .menu-link-span::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.9 45.66'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke-linecap: square; stroke-width: 4px; %7D .cls-1%7B stroke: %23fff; %7D .cls-2 %7B stroke: transparent; %7D .cls-2 %7B fill: transparent; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m3,42.83l21-19.77L3,2.83'/%3E%3Cpath class='cls-2' d='m1,14.13l9.52,8.91L1,31.59V14.13Z'/%3E%3C/svg%3E");
  transform: rotate(90deg);
  position: absolute;
  right: -2rem;
  width: 1.25rem;
  height: 1.25rem;
  bottom: 0.25rem;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
}
#site-nav #menu-main-menu.menu-levels-open .menu-item.menu-2nd-level-open .menu-2nd-level .menu-item .menu-link .menu-link-span {
  position: relative;
}
#site-nav #menu-main-menu.menu-levels-open .menu-item.menu-2nd-level-open .menu-2nd-level .menu-item .menu-link .menu-link-span::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #939598;
  position: absolute;
  bottom: -2px;
}
#site-nav #menu-main-menu.menu-levels-open .menu-item.menu-2nd-level-open .menu-2nd-level .menu-item .menu-link:hover {
  background: transparent;
}
#site-nav #menu-main-menu.menu-levels-open .menu-item.menu-2nd-level-open .menu-2nd-level .menu-item .menu-link:hover .menu-link-span::before {
  background: #fff;
}
#site-nav #menu-main-menu.menu-levels-open .menu-item.menu-3rd-level-open {
  display: none;
}
#site-nav #menu-main-menu.menu-levels-open .menu-item.menu-3rd-level-open .menu-3rd-level {
  display: block;
}
#site-nav #menu-main-menu.menu-levels-open .menu-item#menu-item-back {
  display: block;
}

@media (min-width: 576px) {
  #site-nav .container {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 992px) {
  #site-nav #menu-main-menu {
    width: 85%;
    left: unset;
    right: 0;
    overflow: hidden;
  }
  #site-nav #menu-main-menu .menu-item .menu-link {
    width: 40%;
  }
  #site-nav #menu-main-menu.menu-levels-open {
    background: linear-gradient(to right, #006db8 0%, #2989d8 40%, #000000 40%, #000000 100%);
  }
  #site-nav #menu-main-menu.menu-levels-open .menu-item.menu-2nd-level-open .menu-link {
    display: block;
  }
  #site-nav #menu-main-menu.menu-levels-open .menu-item.menu-2nd-level-open .sub-menu-title {
    display: none;
  }
  #site-nav #menu-main-menu.menu-levels-open .menu-item.menu-2nd-level-open .menu-2nd-level {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 55%;
  }
  #site-nav #menu-main-menu.menu-levels-open .menu-item.menu-2nd-level-open .menu-2nd-level .menu-link {
    width: 100%;
  }
  #site-nav #menu-main-menu.menu-levels-open .menu-item:not(.menu-2nd-level-open) {
    display: block;
  }
  #site-nav #menu-main-menu.menu-levels-open .menu-item#menu-item-back {
    display: none;
  }
}
footer {
  padding: 2.5rem 0;
  border-top: 7px solid #e7e6ca;
}
footer .social-media {
  font-size: 2rem;
}
footer .social-media a {
  text-decoration: none;
  color: #006db8;
}
footer .social-media a:hover {
  color: #b7b265;
}
footer #footer-menu a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
footer #footer-menu a:hover {
  text-decoration: underline;
}
footer #footer-menu a.myredcloud {
  color: #006db8;
  position: relative;
  white-space: nowrap;
}
footer #footer-menu a.myredcloud::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #006db8;
  bottom: 0;
  left: 0;
}
footer #footer-menu a.myredcloud:hover {
  text-decoration: none;
}
footer #footer-menu a.myredcloud:hover::after {
  opacity: 0;
}
footer .privacy-policy {
  color: #006db8;
}
footer .logo {
  width: 390px;
  margin-bottom: 1.5rem;
}

input, select, textarea {
  background-color: #fff;
  border: 1px solid #939598;
  width: 100%;
  padding: 0.5rem;
  line-height: 1.5;
  border-radius: 0;
}
input:focus:not(.btn), select:focus:not(.btn), textarea:focus:not(.btn) {
  outline: 2px solid #006db8;
  outline-offset: 2px;
}

select {
  -webkit-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%234f4f4f' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
}

.gform_footer .btn {
  width: auto;
}

.gform_title {
  display: none;
}

.gfield_description {
  margin-bottom: 1rem;
}

.gform_required_legend {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

h2.gform_submission_error.hide_summary {
  display: none;
}

.validation_message {
  background: #e35030;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem;
}

.gfield_validation_message {
  background: #e35030;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem;
}

.instruction.validation_message {
  display: none;
}

.validation_message--hidden-on-empty {
  display: none;
}

.gfield_required_asterisk {
  color: #e35030;
  margin-left: 0.25rem;
}

#gform_confirmation_message_1 {
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
  background: #006db8;
  color: #fff;
  padding: 1rem;
}

label {
  display: block;
}

.ginput_container_consent {
  display: flex;
  align-items: center;
}
.ginput_container_consent input {
  width: auto;
}
.ginput_container_consent label {
  display: inline-block;
}

.hidden_label legend {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gfield_html h2 {
  text-align: center;
  color: #006db8;
}
.gfield_html > *:last-child {
  margin-bottom: 0;
}

.gform_page_footer {
  display: flex;
  justify-content: space-between;
}
.gform_page_footer .gform_previous_button {
  width: auto;
  min-width: 165px;
}
.gform_page_footer .gform_next_button {
  background: #4f4f4f;
  width: auto;
  min-width: 165px;
  color: #fff;
  border: 1px solid #4f4f4f;
  transition: 0.5s;
}
.gform_page_footer .gform_next_button:hover {
  background: transparent;
  color: #4f4f4f;
}

#gform_page_2_1 .gform_page_footer {
  justify-content: flex-end;
}

.gf_progressbar_title {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ginput_container_radio input {
  width: auto;
}
.ginput_container_radio label {
  display: inline-block;
}

#field_2_1000 .ginput_container_radio input {
  width: auto;
}
#field_2_1000 .ginput_container_radio label {
  display: inline-block;
}
#field_2_1000 .ginput_container_radio .gfield_radio {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
#field_2_1000 .ginput_container_radio .gfield_radio > * {
  flex-shrink: 0;
  width: 50%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.gfield--type-checkbox legend {
  font-size: 1rem;
}
.gfield--type-checkbox input {
  width: auto;
}
.gfield--type-checkbox label {
  display: inline-block;
}
.gfield--type-checkbox .gfield_checkbox {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.gfield--type-checkbox .gfield_checkbox > * {
  flex-shrink: 0;
  width: 50%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.ginput_container_consent input,
.gfield_checkbox input,
.gfield_radio input {
  width: 1em;
  height: 1em;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
  margin-right: 0.5rem;
}
.ginput_container_consent input:checked,
.gfield_checkbox input:checked,
.gfield_radio input:checked {
  background: #006db8;
  border-color: #006db8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23fff' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-size: 85% auto;
  background-repeat: no-repeat;
  color: #FFF;
  background-position: center;
}

.gfield--type-fileupload .gfield_label {
  display: flex;
  justify-content: space-between;
}
.gfield--type-fileupload input {
  padding: 5rem 0.5rem;
}

.gfield_repeater_item {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.gfield_repeater_item > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.gfield_repeater_item .gfield_repeater_cell:nth-child(2), .gfield_repeater_item .gfield_repeater_cell:nth-child(3), .gfield_repeater_item .gfield_repeater_cell:nth-child(7), .gfield_repeater_item .gfield_repeater_cell:nth-child(8) {
  width: 50%;
}
.gfield_repeater_item .gfield_repeater_cell .gchoice {
  display: flex;
  align-items: flex-start;
}
.gfield_repeater_item .gfield_repeater_cell .gchoice:nth-child(1), .gfield_repeater_item .gfield_repeater_cell .gchoice:nth-child(2) {
  margin-top: 0;
}
.gfield_repeater_item .gfield_repeater_cell .gchoice input {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}

.add_repeater_item {
  --bs-btn-bg: #fddb00;
  --bs-btn-border-color: #fddb00;
  --bs-btn-color: #000;
  --bs-btn-hover-border-color: #e7e6ca;
  --bs-btn-hover-bg: #fddb00;
  --bs-btn-hover-color: #fddb00;
  margin-right: 1rem;
}
.add_repeater_item.gfield_icon_disabled {
  display: none;
}

.remove_repeater_item {
  --bs-btn-bg: #939598;
  --bs-btn-border-color: #939598;
  --bs-btn-color: #000;
  --bs-btn-hover-border-color: #e7e6ca;
  --bs-btn-hover-bg: #939598;
  --bs-btn-hover-color: #939598;
}

.gform_button {
  width: auto;
  min-width: 200px;
}

#field_2_24,
#field_2_25,
#field_2_26,
#field_2_27,
#field_2_53,
#field_2_54 {
  padding: 1rem 3rem;
  background: #f5f5e8;
  margin-top: 0;
}

.gform_ajax_spinner {
  display: none;
}

.gfield_repeater_container legend:nth-child(1) {
  display: none;
}

.gfield_repeater_items .gfield_repeater_item:not(:nth-child(1)) {
  margin-top: 2rem;
}
.gfield_repeater_items .gfield_repeater_item:not(:nth-child(1)) p {
  display: none;
}
.gfield_repeater_items .gfield_repeater_item:nth-child(1) .entry-number::after {
  content: "1";
}
.gfield_repeater_items .gfield_repeater_item:nth-child(2) .entry-number::after {
  content: "2";
}
.gfield_repeater_items .gfield_repeater_item:nth-child(3) .entry-number::after {
  content: "3";
}
.gfield_repeater_items .gfield_repeater_item:nth-child(4) .entry-number::after {
  content: "4";
}

#field_2_1 {
  display: block;
}

.confirm-input {
  background: #fff;
  border: 1px solid #939598;
  width: 100%;
  padding: 0.5rem;
}

.gf_progressbar_wrapper {
  display: none;
}

.art-contest-progress {
  height: 7px;
  background: #939598;
  border-radius: 8px;
}
.art-contest-progress.art-contest-progress-blue {
  background: #006db8;
}

.gforms_checkbox_1column.gfield--type-checkbox .gfield_checkbox > * {
  width: 100%;
  max-width: 100%;
}

.ratio-3x2 {
  --bs-aspect-ratio: 66.666% ;
}