/*--- TYPOGRAPHY ---*/
p a, h2 a, h3 a, li:not(.menu-item) > a {
  color: var(--black);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
}
p a:hover, h2 a:hover, h3 a:hover, li:not(.menu-item) > a:hover {
  text-decoration-color: var(--lime);
}
h4 {
  font-size: 1.1rem;
  text-transform: uppercase;
}
h5 {
  font-size: 1rem;
  text-transform: uppercase;
}
.is-style-capitalize-heading {
  text-transform: capitalize;
}
.is-style-all-caps-heading {
  text-transform: uppercase;
}
.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/*--- List ---*/
.wp-block-list {
  margin: 0 !important;
  font-size: 1rem;
  line-height: 1.4rem;
}
.wp-block-list li {
  margin-bottom: 0.9em;
}
.wp-block-list li:first-of-type {
  margin-top: 0.7em;
}
.wp-block-list li ul li {
  list-style-type: circle;
  margin-top: 0.5em;
}
/*--- BLOCKS ---*/
.wp-block-separator.is-style-thin-separator {
  border: none;
  height: 2px;
}
/*--- TABS ---*/
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links {
  margin: 0 !important;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link {
  border: none;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 7px;
  text-decoration-thickness: 5px;
  transition: 200ms ease-in;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link:hover {
  text-decoration-color: var(--lime);
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link a {
  color: #000;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  padding: 1rem 2rem !important;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link.ui-tabs-active {
  border: 1px solid #F68B1F1A;
  text-decoration-color: var(--lime);
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link.ui-tabs-active a {
  background-color: #F68B1F1A;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__tab-content {
  background-color: #F68B1F1A;
  border: none !important;
}
/*--- ACCORDION ---*/
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
  text-transform: uppercase;
  margin-top: 1em;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a {
  color: var(--black);
  font-size: 1.2em;
  font-weight: 700;
  padding: 1rem 2rem !important;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-accordion-header-active {
  background-color: var(--black);
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-accordion-header-active a {
  color: var(--white);
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__content {
  border: none !important;
}
.is-style-green-accordion .wp-block-getwid-accordion__header-wrapper {
  border: none !important;
  background-color: var(--lime);
}
.is-style-orange-accordion .wp-block-getwid-accordion__header-wrapper {
  border: none !important;
  background-color: var(--orange);
}
/*Hover*/
#masthead .main-navigation ul li a {
  transition: 200ms ease-in;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
}
#masthead .main-navigation ul li a:hover {
  text-decoration-color: var(--orange);
}
#masthead .main-navigation .sub-menu li a:hover {
  text-decoration-color: var(--black);
}
#masthead .main-navigation ul li.tickets > a {
  transition: all 300ms ease-out;
  text-decoration: none !important;
}
#masthead .main-navigation ul li.tickets > a:hover {
  border-color: transparent;
  background-color: var(--orange);
  color: var(--black);
  box-shadow: 3px 3px var(--black);
}
#masthead .main-navigation ul li.membership > a {
  transition: all 300ms ease-out;
  text-decoration: none !important;
}
#masthead .main-navigation ul li.membership > a:hover {
  border-color: transparent;
  background-color: var(--lime);
  color: var(--black);
  box-shadow: 3px 3px var(--black);
}
.wp-block-button a {
  transition: all 300ms ease-out;
}
.wp-block-button a:hover {
  background-color: var(--orange);
  color: var(--black);
  box-shadow: 3px 3px var(--black);
}
.has-orange-background-color .wp-block-button a {
  transition: all 300ms ease-out;
}
.has-orange-background-color .wp-block-button a:hover {
  border-bottom-color: transparent;
  background-color: var(--black) !important;
  color: var(--white);
  box-shadow: 3px 3px var(--white);
}
.photo-link-block-wrapper {
  transition: all 300ms ease-out;
}
.photo-link-block-wrapper:hover {
  box-shadow: 6px 6px var(--orange);
}
/* Column */
.is-style-black-left-border {
  border-left: 2px solid var(--black);
  padding-left: var(--wp--preset--spacing--narrow);
}
.is-style-green-left-border {
  border-left: 2px solid var(--lime);
  padding-left: var(--wp--preset--spacing--narrow);
}
#colophon.site-footer {
  margin-top: 5rem;
}
#colophon.site-footer p {
  text-wrap: pretty;
}
#colophon.site-footer .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#colophon.site-footer .wp-block-navigation ul {
  display: block;
  column-count: 2;
  margin: 0 !important;
}
#colophon.site-footer .wp-block-navigation ul li a {
  margin: 0.5em 0;
}
#colophon.site-footer a {
  transition: 200ms ease-in;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
#colophon.site-footer a:hover {
  text-decoration-color: var(--black);
}
#colophon.site-footer img {
  transition: all 200ms ease-in-out;
}
#colophon.site-footer a:hover img {
  transform: scale(105%);
}
/*Execuive Team Block*/
.executive_team {
  display: flex;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--normal);
  padding: var(--wp--preset--spacing--wide) 0;
  max-width: 90%;
  margin: auto;
}
.executive_team .card_image {
  flex-basis: 25%;
}
.executive_team .card_image img {
  aspect-ratio: 1;
  object-fit: cover;
}
.executive_team .card_body {
  flex-basis: 75%;
}
.executive_team .card_body .executive_team_name {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}
.executive_team .card_body .executive_team_position {
  font-style: italic;
  margin-top: 0.5rem;
}
.executive_team:nth-last-of-type(even) {
  flex-direction: row-reverse;
  justify-self: flex-end;
}
.executive_team:nth-last-of-type(even) .card_image img {
  border-left: 8px solid var(--lime);
}
.executive_team:nth-last-of-type(odd) .card_image img {
  border-right: 8px solid var(--lime);
}
.executive_team_grid hr.separator {
  background-color: var(--lime);
  max-width: 75vw;
}
.executive_team_grid hr.separator:last-of-type {
  display: none;
}
/*Our History - Custom Block*/
.our_history_section {
  display: grid;
  grid-template-columns: 186px 2fr 1fr;
  grid-template-rows: auto;
  gap: 2rem;
  border-left: 2px solid var(--lime);
  padding-bottom: 6rem;
}
.our_history_section .our_history_connector {
  position: relative;
}
.our_history_section .our_history_connector .connector {
  background-image: url(./assets/images/connector.svg);
  background-repeat: no-repeat;
  object-fit: contain;
  width: 186px;
  height: 36px;
  position: absolute;
  left: -1.1rem;
}
.our_history_section .our_history_body {
  color: #fff;
}
.our_history_section .our_history_body h2.history_year {
  color: #fff;
  font-size: 3rem;
  font-style: italic;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-transform: lowercase;
}
.our_history_section .our_history_body .history_description {
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .our_history_body {
    grid-row: 1;
    grid-column: 2 / span 3;
  }
  .our_history_image {
    grid-row: 2;
    grid-column: 2 / span 3;
  }
}
@media screen and (max-width: 575px) {
  .our_history_connector {
    display: none;
  }
  .our_history_body, .our_history_image {
    grid-column: 1 / span 3;
    margin-left: 2rem;
  }
}
/*Footer Email Embed*/
#colophon.site-footer .wp-container-content-3 {
  flex-basis: auto !important;
}
#mc_embed_signup {
  max-width: 500px;
  margin-left: auto;
  font-family: var(--sans);
}
#mc_embed_signup ::placeholder {
  font-style: italic;
}
#mc_embed_signup .row {
  display: flex;
  gap: 1.5rem;
  width: 100%;
}
#mc_embed_signup form {
  margin: 0 !important;
}
#mc_embed_signup #mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0.5em;
}
#mc_embed_signup label {
  margin-bottom: 0.5em;
  font-size: 1.3em;
}
#mc_embed_signup input[type="email"], #mc_embed_signup input[type="number"], #mc_embed_signup input[type="text"] {
  height: 50px;
  border: none;
  border-radius: 0;
  padding: 0.5rem !important;
  width: 100%;
  font-family: var(--sans);
}
#mc_embed_signup input[type="email"]:focus, #mc_embed_signup input[type="email"]:focus-visible, #mc_embed_signup input[type="number"]:focus, #mc_embed_signup input[type="number"]:focus-visible, #mc_embed_signup input[type="text"]:focus, #mc_embed_signup input[type="text"]:focus-visible {
  outline: none;
  border: 2px solid var(--black);
}
#mc_embed_signup input[type="submit"] {
  border-radius: 0;
  padding: 1.1em 1.8em;
  text-transform: uppercase;
  font-weight: 700;
  background-color: var(--black);
  color: #fff;
  height: auto !important;
}
#mc_embed_signup input[type="submit"]:hover {
  border-bottom-color: transparent;
  background-color: var(--black) !important;
  color: var(--white);
  box-shadow: 3px 3px var(--white);
}
/*Translate*/
.gt_selector {
  background-color: var(--black);
  border: 2px solid var(--black);
  padding: 0.4rem;
  font-family: var(--black);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}
.gt_selector:focus, .gt_selector:focus-visible {
  outline: none;
  border: 2px solid var(--lime);
}
/*Scroll Top*/
.scroll-top {
  background-color: var(--light-orange);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 4rem;
  height: 4rem;
  z-index: 1;
  transition: box-shadow 0.2s ease;
}
.scroll-top::before {
  content: "";
  background-image: url(./assets/images/chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 2rem;
  transform: rotate(180deg);
  width: 2rem;
}
.scroll-top:hover {
  box-shadow: 3px 3px var(--black);
}
@media screen and (max-width: 1006px) {
  #colophon.site-footer .wp-block-columns {
    flex-wrap: wrap !important;
  }
  #colophon.site-footer .wp-block-column {
    flex-grow: 1;
  }
  #colophon.site-footer .wp-block-column.connect h3 {
    text-align: center !important;
  }
  #colophon.site-footer .wp-block-column .wp-block-group.is-content-justification-right {
    justify-content: center;
  }
  #colophon.site-footer img {
    max-width: 180px;
    width: 100%;
  }
  #colophon.site-footer #mc_embed_signup #mc_embed_signup_scroll {
    align-items: center;
  }
  #colophon.site-footer #mc_embed_signup {
    max-width: 100%;
    margin: 1rem auto;
  }
}
@media screen and (max-width: 781px) {
  /*Block style - Override column order on smaller screens*/
  /*Stack Sooner*/
  #colophon.site-footer > .wp-block-group > .wp-block-columns {
    padding-bottom: 6rem !important;
  }
  #colophon.site-footer .wp-block-column {
    align-items: center;
  }
  #colophon.site-footer .is-style-black-left-border {
    border-left: none;
  }
  .wp-container-core-column-is-layout-4 {
    gap: 2em;
  }
  #mc_embed_shell {
    width: 80vw !important;
    margin: auto !important;
  }
  .is-style-column-reverse-sml {
    flex-direction: column-reverse !important;
  }
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    gap: var(--wp--preset--spacing--normal);
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .executive_team {
    display: flex;
    flex-direction: column;
  }
  .executive_team:nth-last-of-type(even) {
    flex-direction: column;
  }
  .executive_team:nth-last-of-type(even) .card_image img {
    border: none;
    border-bottom: 8px solid var(--lime);
  }
  .executive_team:nth-last-of-type(odd) .card_image img {
    border: none;
    border-bottom: 8px solid var(--lime);
  }
  .is-style-green-left-border {
    border-left: none;
    border-top: 2px solid var(--lime);
    padding-left: 0;
    padding-top: var(--wp--preset--spacing--narrow);
  }
}
@media screen and (max-width: 700px) {
  .wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link a {
    font-size: 0.9em;
    padding: 1rem !important;
  }
}
@media screen and (max-width: 450px) {
  /*Move tabs to left side of screen on mobile*/
  .wp-block-getwid-tabs {
    display: flex;
  }
  .wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links {
    flex-direction: column;
    align-items: start;
  }
  .wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link {
    border: none;
    line-height: 1.3em;
    margin: 0;
    text-underline-offset: 1px;
    text-decoration-thickness: 2px;
  }
}
