@font-face {
  font-family: "IcoMoon-Ultimate";
  src: url("/fonts/IcoMoon/fonts/IcoMoon-Ultimate.eot?y6c5xu");
  src: url("/fonts/IcoMoon/fonts/IcoMoon-Ultimate.eot?y6c5xu#iefix") format("embedded-opentype"), url("/fonts/IcoMoon/fonts/IcoMoon-Ultimate.ttf?y6c5xu") format("truetype"), url("/fonts/IcoMoon/fonts/IcoMoon-Ultimate.woff?y6c5xu") format("woff"), url("/fonts/IcoMoon/fonts/IcoMoon-Ultimate.svg?y6c5xu#IcoMoon-Ultimate") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "IcoMoon-Ultimate" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 0.75rem;
  width: 1rem;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
  content: "\ea38";
}

.icon-phone:before {
  content: "\ea1c";
}

header {
  display: grid;
  grid-template-columns: 8.75rem auto;
  justify-items: right;
  padding-top: 2.75rem;
  position: relative;
}
header #skip_link {
  position: absolute;
  left: 0;
  top: 5%;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: "linotype-sabon";
  transform: translateX(-10000%);
}
header #skip_link:focus {
  transform: translateX(0);
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: 0.15rem;
  border-radius: 0;
}
header #aux_menu {
  display: none;
  position: absolute;
  top: 2.75rem;
  right: 0;
  color: #909094;
  font-weight: 700;
  font-size: 1rem;
  font-family: var(--sans-serif-font);
  text-transform: uppercase;
}
header #aux_menu a {
  color: #909094;
}
header #aux_menu a:hover {
  color: #000;
}
header #logo img {
  width: 100%;
}
header #header_links {
  display: none;
  align-self: end;
  cursor: pointer;
  font-family: var(--sans-serif-font);
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
header #header_links > div:hover {
  opacity: 1;
}
header > div:last-child {
  align-self: start;
}
header #mobile_burger {
  display: inline-block;
  cursor: pointer;
  width: 3rem;
}
header #mobile_burger > div {
  width: 100%;
  margin-bottom: 0.4rem;
  border-bottom: 5px solid var(--base-font-color);
}

footer {
  padding: 5rem 3rem;
  background-color: #eaeaea;
}
footer #google_translate_element {
  position: relative;
}
footer #google_translate_element .goog-te-gadget-simple {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}
footer #google_translate_element img, footer #google_translate_element span {
  display: none;
}
footer > div {
  max-width: var(--max-content-width);
  margin: 0 auto;
  display: grid;
  grid-row-gap: 3px;
}
footer #footer_logo img {
  width: 8.75rem;
}
footer #footer_info {
  display: grid;
  grid-row-gap: 1rem;
  justify-self: left;
}
footer div.address, footer div.phone {
  display: grid;
  grid-template-columns: 1rem auto;
  grid-column-gap: 0.8rem;
  grid-row-gap: 0.4rem;
  line-height: 1rem;
}
footer div.address span, footer div.phone span {
  display: inline-block;
  margin-right: 0;
}
footer div.address {
  margin-top: 0.5rem;
}
footer div.social {
  align-self: start;
  justify-self: left;
  padding: 0;
  font-size: 1.1rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  padding-top: 1rem;
}
footer div.social img {
  width: 100%;
  max-width: 55px;
}
footer div.links {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: var(--sans-serif-font);
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
footer div.links > div {
  flex: 0 0 auto;
  white-space: nowrap;
  padding-right: 1rem;
  line-height: 1;
  margin-bottom: 0.7rem;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-start;
}
@media screen and (min-width: 53rem) {
  footer > div {
    grid-template-columns: 20% 1fr;
    grid-column-gap: 3rem;
  }
  footer div.links {
    margin-top: 0;
  }
  footer #footer_info {
    justify-self: center;
  }
}
@media screen and (min-width: 68rem) {
  footer > div {
    grid-template-columns: 25% 1fr;
  }
  footer div.links {
    font-size: 1.3rem;
  }
}

#top_bar {
  margin-bottom: 0.75rem;
}

#event_list {
  display: grid;
  grid-gap: 3px;
  align-self: start;
  margin-top: 3px;
}
#event_list > div {
  padding-bottom: 2rem;
}
@media screen and (min-width: 38rem) {
  #event_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 53rem) {
  #event_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 68rem) {
  #event_list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#event_list .image {
  height: 0;
  padding-bottom: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#event_list .no_image_mask {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--sans-serif-font);
  font-size: 1.2rem;
  font-weight: 300;
  padding-bottom: 1rem;
  opacity: 0.2;
  letter-spacing: 0.01rem;
}
#event_list .details {
  padding: 0.2rem 0.2rem 0;
}
#event_list .details .type {
  font-family: var(--sans-serif-font);
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
#event_list .details .title {
  font-family: var(--sans-serif-font);
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  line-height: 1.3;
}
#event_list .details .subtitle {
  font-size: 1.1rem;
  margin-bottom: 0.1rem;
  font-weight: 300 !important;
}
#event_list .details .date {
  font-family: var(--sans-serif-font);
  font-size: 1rem;
  font-weight: 700;
}
#event_list .details .exceptional_status {
  font-family: var(--sans-serif-font);
  font-size: 1.25rem;
  font-weight: 300;
  margin-top: 0.3rem;
  text-transform: uppercase;
  color: rgb(181, 190, 0);
}

.navigation_container.desktop h1 {
  position: relative;
  margin: 0 0 1rem;
  line-height: 1;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-start;
}
.navigation_container.desktop .options {
  margin: 2.5rem 0;
}
.navigation_container.desktop .option {
  font-family: var(--sans-serif-font);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.navigation_container.desktop .option:hover {
  opacity: 0.5;
}
.navigation_container.desktop .option.selected {
  opacity: 0.5;
}

#header_links .menu_options {
  display: none;
  position: absolute;
  top: 3rem;
  left: -0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  white-space: nowrap;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #eaeaea;
  z-index: 10;
}
#header_links .menu_options .item {
  margin-bottom: 19px;
  cursor: auto;
}
#header_links .menu_options .item:last-child {
  margin-bottom: 0;
}
#header_links .menu_options .item a:hover {
  opacity: 0.5;
}
#header_links > div.menu_trigger.open > span {
  opacity: 0.4;
}
#header_links > div:last-child .menu_options {
  left: unset;
  right: -1.5rem;
}

.concert_program {
  margin: 1.25rem 0 2rem;
  font-weight: 300;
  font-family: var(--serif-font);
}
.concert_program h3 {
  font-family: var(--sans-serif-font);
  font-size: 1.4rem;
}
.concert_program ol {
  margin: 0.25rem 0 0;
  padding: 0 0 0 1.5rem;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.concert_program .artist {
  margin-top: 1.25rem;
}
.concert_program .intermission {
  margin-top: 1.25rem;
  font-style: italic;
  opacity: 0.7;
}
.concert_program .intermission::before {
  content: "- ";
}
.concert_program .intermission::after {
  content: " -";
}

.performers h3 {
  font-family: var(--sans-serif-font);
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-transform: none;
}
.performers .artist {
  font-family: var(--sans-serif-font);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}

:root {
  --clark-green: rgb(181, 190, 0, 1);
  --serif-font: linotype-sabon, serif;
  --sans-serif-font: trade-gothic-next-condensed, sans-serif;
  --base-font-size: 16px;
  --base-font-color: #212529;
  --max-content-width: 1140px;
  --mobile-menu-width: 300px;
}

html {
  font-family: var(--serif-font);
  font-size: var(--base-font-size);
  color: var(--base-font-color);
  line-height: 1.4;
}
html h1, html h2, html h3 {
  font-family: var(--sans-serif-font);
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
html h1 {
  font-size: 2.5rem;
}
html h2 {
  font-size: 2rem;
}
html h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0.2rem;
  text-transform: none;
  font-family: var(--serif-font);
}

body {
  padding: 0;
  margin: 0;
  position: relative;
}

p {
  margin: 0 0 1rem;
}

a, a:hover, a:visited {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: 2rem 0;
  display: block;
}

#scroll_indicator {
  padding: 1.5rem;
  text-align: center;
}
#scroll_indicator img {
  display: none;
  width: auto;
  height: auto;
}

#error_container {
  display: none;
}

#error_container, .no_results {
  grid-column: 1/-1;
  margin-top: 1.5rem;
}
#error_container h2, .no_results h2 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
#error_container .message, .no_results .message {
  margin: 0.5rem 0;
  font-family: var(--sans-serif-font);
  font-size: 1.2rem;
  letter-spacing: 0.03rem;
  font-weight: 400;
  opacity: 0.5;
}
#error_container .message a, .no_results .message a {
  opacity: 1;
  font-weight: 600;
}

.render_error {
  font-family: var(--sans-serif-font);
  font-size: 1.4rem;
  font-weight: 400;
}
.render_error span {
  display: block;
  font-family: var(--serif-font);
  font-size: 1rem;
}

#canvas {
  position: relative;
  z-index: 2;
  background-color: #fff;
  min-height: 100vh;
  transition: all 0.4s cubic-bezier(0.475, 0.465, 0.12, 1.005) 0s;
  -o-transition: all 0.4s cubic-bezier(0.475, 0.465, 0.12, 1.005) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.475, 0.465, 0.12, 1.005) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.475, 0.465, 0.12, 1.005) 0s;
  -o-transform: translate3d(0);
  -moz-transform: translate3d(0);
  -webkit-transform: translate3d(0);
  transform: translate3d(0);
}

#canvas.open {
  -o-transform: translate3d(calc(-1 * var(--mobile-menu-width)), 0, 0);
  -moz-transform: translate3d(calc(-1 * var(--mobile-menu-width)), 0, 0);
  -webkit-transform: translate3d(calc(-1 * var(--mobile-menu-width)), 0, 0);
  transform: translate3d(calc(-1 * var(--mobile-menu-width)), 0, 0);
}

#mobile_menu {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.03);
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--mobile-menu-width);
  min-height: 10rem;
  padding: 2.5rem 0 0;
  box-sizing: border-box;
  font-family: var(--sans-serif-font);
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #000;
}
#mobile_menu div.item {
  display: flex;
  flex-flow: row nowrap;
  justify-items: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
#mobile_menu div.item span {
  flex: 1 1;
}
#mobile_menu div.item img {
  flex: 0 0;
}
#mobile_menu .mobile_menu_section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1.5rem 0 0.5rem;
  margin: 0 1rem 0.5rem;
}
#mobile_menu .mobile_menu_section .expandable_menu {
  margin: 0;
}
#mobile_menu .mobile_menu_section .expandable_menu img {
  width: 1rem;
}
#mobile_menu .mobile_menu_section .expandable_menu img.open {
  display: none;
}
#mobile_menu .mobile_menu_section .submenu {
  display: none;
  padding: 0 0 0 1.5rem;
}
#mobile_menu .mobile_menu_section:first-child {
  padding-top: 0;
}

#page_container {
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding: 0 1rem;
}

#structural_container {
  margin: 1.5rem 0 0;
  display: grid;
  grid-column-gap: 3rem;
  align-self: start;
}
#structural_container > div {
  padding: 0 0 5rem;
}
#structural_container > div:last-child {
  min-height: 300px;
}
@media screen and (min-width: 1035px) {
  #structural_container {
    margin: 4.5rem 0 0;
  }
}

@media screen and (min-width: 53rem) {
  #structural_container {
    grid-template-columns: 25% 1fr;
  }
}
.navigation_container.desktop {
  display: none;
}

@media screen and (min-width: 53rem) {
  #structural_container {
    grid-template-columns: 25% 1fr;
  }
  #page_container {
    padding: 0 2.5rem;
  }
  .navigation_container.desktop {
    display: block;
  }
}
@media screen and (min-width: 1035px) {
  header #aux_menu {
    display: flex;
    flex-flow: row nowrap;
    gap: 1.5rem;
    justify-content: flex-end;
    align-content: flex-start;
    line-height: 0.8;
  }
  header #aux_menu > div {
    flex: 0 0 auto;
  }
  header #header_links {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: flex-end;
    gap: 1.5rem;
  }
  header #header_links > div {
    flex: 0 0 auto;
    position: relative;
  }
  header #header_links > div:first-child {
    flex: 1 1;
  }
  header #mobile_burger {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
