:root {
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --color-ink: #040607;
  --color-black: #000000;
  --color-mauve: #d0afcf;
  --color-scarlet: #ea3232;
  --color-deep-teal: #046c69;
  --color-light-grey: #a2a2a2;
  --color-light-blue: #deeeed;
  --nav-height: 6.1875rem;

  --fs-link: clamp(1rem, 0.972rem + 0.142vw, 1.225rem); /* 16px → 18px */
  --fs-100: clamp(0.75rem, 0.714rem + 0.178vw, 1.0rem); /* 12px → 14.5px */
  --fs-200: clamp(1rem, 0.936rem + 0.32vw, 1.2rem); /* 16px → 20.5px */
  --fs-300: clamp(1.125rem, 1.067rem + 0.291vw, 1.2rem); /* 18px → 22.1px */
  --fs-400: clamp(1.031rem, 0.953rem + 0.391vw, 1.2rem); /* 16.5px → 22px */



  --fs-500: clamp(1.125rem, 1.04rem + 0.426vw, 1.2rem); /* 18px → 24px */


  --fs-500-2: clamp(1.125rem, 1.04rem + 0.426vw, 1rem); /* 18px → 24px */


  --fs-600: clamp(1.313rem, 1.213rem + 0.497vw, 1.5rem); /* 21px → 28px */
  --fs-700: clamp(1.1rem, 0.896rem + 1.023vw, 1.75rem); /* 17.6px → 32px */
  --fs-nav: clamp(1.25rem, 0.682rem + 2.841vw, 3.5rem); /* 20px → 60px */
  --fs-h4: clamp(1.25rem, 1.136rem + 0.568vw, 1.5rem); /* 20px → 28px */

 --fs-h4-2: clamp(1.5rem, 1.136rem + 1.568vw, 2.5rem); /* */

  --fs-h3: clamp(1.5rem, 1.046rem + 2.273vw, 3.25rem); /* 24px → 56px */
  --fs-h2: clamp(2rem, 1.432rem + 2.841vw, 4.25rem); /* 32px → 72px */
  --fs-h1: clamp(2.875rem, 1.753rem + 5.614vw, 6.25rem); /* 46px → 125px */

  --border-radius-sm: 3px;
  --border-radius-md: 6px;

  --animation-primary: 0.6s cubic-bezier(0.2, 1.33, 0.25, 1);
  --animation-primary-ease-in: 0.6s cubic-bezier(0.25, 1, 0.1, 1);
  --animation-secondary: 0.6s cubic-bezier(0.3, 1, 0.3, 1);
}

::selection {
  background-color: var(--color-mauve) !important;
  text-shadow: none;
}

/* Change selection for the entire page */
::selection {
  background-color: var(--color-mauve) !important; /* The highlight background */
  /*color: #000000; */
}

/* For Firefox compatibility */
::-moz-selection {
  background-color: var(--color-mauve) !important;
  /*color: #000000;*/
}

/* Target a specific class only */
.custom-highlight::selection {
  background-color: yellow;
}

html.lenis,
html.lenis body {
  height: auto;
  overflow-x: hidden;
}



.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-behavior: allow-discrete;
  transition-duration: 1ms;
  transition-property: overflow;
}

html {
  scroll-behavior: smooth;
}

html.lenis {
  scroll-padding-top: 125px !important; 
}


html,
body {
  width: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: var(--fs-300);
  font-family: gotham, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  color: var(--color-black);
  background-color: var(--color-white);
  overflow-x: clip;
}

a,
button {
  border: 0;
  box-shadow: none;
  text-decoration: none;
  transition: all var(--animation-primary-ease-in);
}

h1, .heading-style-h1 {
  font-size: var(--fs-h1);
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  line-height: 0.9;
 /* text-transform: capitalize; */
  letter-spacing: -0.01em;
  margin: 0;
}

.section_hero h1 span.alt-character, h2 span.alt-character,  span.alt-character, .heading-style-h2 span.alt-character {
  transform: none !important;
    display: inline-block; /* Required for transform on inline elements */
    /*
  -webkit-transform: skew(-15deg, 0) !important;
    -moz-transform: skew(-15deg, 0) !important;
     -ms-transform: skew(-15deg, 0) !important;
      -o-transform: skew(-15deg, 0)!important;
         transform: skew(-15deg, 0) !important;
         */
         letter-spacing: -6%;
}


span.alt-character {
  font-family: "Noto Serif", serif !important;
    font-style: italic;
    font-weight: 320 !important
}


p a{
    color: var(--color-black);
  text-decoration: underline;
}


.heading-style-h2 {
  font-size: var(--fs-h2);
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  /*text-transform: capitalize;*/
  margin: 0;
}

h3,
.heading-style-h3 {
  font-size: var(--fs-h3);
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  /*text-transform: capitalize;*/
  text-wrap: balance;
  margin: 0;
}

h4,
.heading-style-h4 {
  font-size: var(--fs-600);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

h5,
.heading-style-h5 {
  font-size: var(--fs-500);
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  margin: 0;
}

p {
  margin: 0;
}

.text-size-regular {
  font-size: var(--fs-200);
}

.text-size-large {
  font-size: var(--fs-700);
}

@media (min-width: 1600px) {
  .container {
    max-width: 1494px;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.button-group-vertical {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.button-text-wrapper {
  display: block;
  overflow-y: hidden;
}

.full-height {
  min-height: 100vh;
}

.button {
  display: inline-block;
  font-size: var(--fs-500);
  padding: 0.875em 2.75em;
  /*text-transform: capitalize;*/
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: 0.03em;
  border-radius: 100vw;
  background-color: var(--color-scarlet);
  border-color: var(--color-scarlet);
  color: var(--color-white);
}

.button.buy-btn {
    font-size: 1.5rem !important;
    padding: 0.875em 1.75em;
}


.button.color-mauve {
  background:var(--color-mauve) !important;
  color: var(--color-black) !important;
}


.button.button-outline{
  border: 2px solid #000 !important;
  background-color: transparent !important;
  color: #000 !important;
}


.button-row {
  gap: 20px !important;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .button-row {
  display: block;
}
}


.button-row a {
display: inline-block;
}


.button:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
}
.button.is-large {
  font-size: var(--fs-700);
}

.button.is-white {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
}
.button.is-white:hover {
  background-color: var(--color-scarlet);
  border-color: var(--color-scarlet);
  color: var(--color-white);
}


.button.is-white.hov-same:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
}



.button.hov-same:hover {
  background-color: var(--color-scarlet);
  border-color: var(--color-scarlet);
  color: var(--color-white);
}

.button.is-nav {
  font-size: 1.5rem;
  padding: 0.5em 1.75em;
  background-color: transparent;
  border: 2px solid var(--color-white);
  color: var(--color-white);
  line-height: 1.1;
}
.button.is-nav:hover {
  background-color: var(--color-scarlet);
  border-color: var(--color-scarlet);
  color: var(--color-white);
}

.simple-btn {
  color: var(--color-black);
  font-size: var(--fs-200);
  text-decoration: unset;
  position: relative;
  display: table;
  margin-right: auto;
}

.simple-btn:hover {
  color: var(--color-black);
}

.simple-btn::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: var(--color-black);
  transform-origin: left;
  transition: transform var(--animation-secondary);
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s;
}
.simple-btn::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: var(--color-black);
  transform-origin: right;
  transition: transform var(--animation-secondary);
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s;
}
.simple-btn:hover::before {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s;
}
.simple-btn:hover::after {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s;
}

.page-template-template-contact .button.is-nav {
 color:var(--color-white) !important; 
}

/* Mega Menu */
.bold-nav-full__hamburger {
  width: clamp(4rem, 3.418rem + 2.911vw, 6.56rem);
  height: clamp(2.76rem, 2.17rem + 1.77vw, 3.69rem);
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border: 0;
  color: inherit;
}

.bold-nav-full.inner-page .bold-nav-full__hamburger {
  display: none;
}

.bold-nav-full__li {
  align-items: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-nav-full__ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  gap: 2.25rem;
}
.bold-nav-full__bar,
.bold-nav-full__content,
.bold-nav__bottom {
  width: 100%;
  /* max-width: 1640px; */
  padding: 3em;
  margin: 0 auto;
}

.bold-nav-full__bar-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 3rem;
  pointer-events: all;
}
.bold-nav-full__bar-list-item {
  align-items: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}
.bold-nav-full__bar-list-item a {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: var(--color-white);
  font-size: 1.5rem;
  line-height: 1.3;
  /*text-transform: capitalize;*/
  text-decoration: none;
}
.bold-nav-full__bar-list-item a:hover {
  color: var(--color-scarlet);
}

.bold-nav-full__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: calc(100% - var(--nav-height));
  padding-top: clamp(2rem, -2.42rem + 12.47vh, 6rem);
}

.bold-nav-full__logo {
  pointer-events: auto;
  color: inherit;
  justify-content: center;
  align-items: center;
  width: clamp(4.38rem, 3.15rem + 6.11vw, 9.75rem);
  height: clamp(2.76rem, 2.17rem + 1.77vw, 3.69rem);
  display: flex;
  z-index: 2000;
  scale: 1.2;
  transform-origin: left;
}



.is-scrolled .bold-nav-full__logo {
  scale: .9;
  transform-origin: left;
}


.bold-nav-full__logo:hover {
  color: currentColor;
}

.is-dark[data-navigation-status="not-active"] .bold-nav-full__bar,
.is-dark[data-navigation-status="not-active"] .bold-nav-full__bar-list-item a {
  color: var(--color-black);
}
.is-dark[data-navigation-status="active"] .bold-nav-full__bar,
.is-dark[data-navigation-status="active"] .bold-nav-full__bar-list-item a {
  color: var(--color-white);
}

.bold-nav__word {
  font-size: var(--_typography---font-size--text-main);
  margin-bottom: 0;
  position: relative;
}

.bold-nav-full {
  z-index: 100;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}
.bold-nav-full:not(.inner-page) .bold-nav-full__bar-list {
  display: none;
}

.bold-nav-full__tile {
  background-color: var(--color-ink);
  pointer-events: auto;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.bold-nav-full__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
.bold-nav-full__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform-origin: center center;
}
.bold-nav-full__link {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: var(--color-white);
  font-size: var(--fs-nav);
  line-height: 1.25;
  /*text-transform: capitalize; */
  text-decoration: none;
  flex: 1;
}
.bold-nav-full__link:hover {
  color: var(--color-scarlet);
}

.bold-nav-full__link-text,
.button-text {
  text-shadow: 0 1.1em 0;
  display: block;
  position: relative;
}

.bold-nav__bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.75rem 0;
  display: flex;
}

.bold-nav-full__hamburger-bar {
  background-color: currentcolor;
  width: 2em;
  height: 0.125em;
  display: none;
  position: absolute;
}

.bold-nav-full__bar {
  z-index: 1;
  mix-blend-mode: difference;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  position: absolute;
  height: var(--nav-height);
  color: var(--color-white);
  transition:
    background-color var(--animation-primary-ease-in),
    backdrop-filter var(--animation-primary-ease-in),
    -webkit-backdrop-filter var(--animation-primary-ease-in),
    box-shadow var(--animation-primary-ease-in),
    border-color var(--animation-primary-ease-in),
    mix-blend-mode 0s;
}
.bold-nav-full__bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(var(--color-white-rgb), 0.15) 0%, rgba(var(--color-white-rgb), 0) 50%, rgba(var(--color-white-rgb), 0.05) 100%);
  pointer-events: none;
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  transition: opacity var(--animation-primary-ease-in);
}
.is-scrolled[data-navigation-status="not-active"] .bold-nav-full__bar,
.is-scrolled.inner-page[data-navigation-status="not-active"] .bold-nav-full__bar {
  color: #ea3232;
  mix-blend-mode: normal;
  background: #fff;
  /*background: rgba(var(--color-white-rgb), 0.08);
  backdrop-filter: blur(24px) saturate(180%) brightness(1.05);
  -webkit-backdrop-filter: blur(24px) saturate(180%) brightness(1.05);*/
  /* border: 1px solid rgba(var(--color-white-rgb), 0.25); */
  /* border-bottom: 1px solid rgba(var(--color-white-rgb), 0.1); */
  box-shadow:
    inset 0 1px 0 rgba(var(--color-white-rgb), 0.4),
    inset 0 -1px 0 rgba(var(--color-white-rgb), 0.1),
    0 4px 24px rgba(0, 0, 0, 0.08);
}
.is-scrolled[data-navigation-status="not-active"] .bold-nav-full__bar::before {
  opacity: 1;
}
.is-scrolled .bold-nav-full__bar-list-item a {
  color: var(--color-scarlet);
}
.is-scrolled .bold-nav-full__bar-list-item a:hover {
  color: var(--color-black);
}

.is-scrolled .button.is-nav,
.is-dark .button.is-nav {
  background-color: var(--color-scarlet);
  border-color: var(--color-scarlet);
  color: var(--color-white);
}
.is-scrolled .button.is-nav:hover,
.is-dark .button.is-nav:hover {
  background-color: var(--color-scarlet);
  border-color: var(--color-scarlet);
  color: var(--color-white);
}

.bold-nav__link-block {
  width: 50%;
  color: var(--_theme---body);
  transition: 0.3s;
}

.bold-nav__link-block:hover {
  color: var(--_theme---headings);
}

.bold-nav__link-block.is-right {
  text-align: right;
}

.bold-nav-full__tile {
  transition: clip-path 1s cubic-bezier(0.9, 0, 0.1, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

[data-navigation-status="active"] .bold-nav-full__tile {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.bold-nav-full__link {
  transform: translateY(100%) rotate(5deg);
  transition: transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
}

.bold-nav-full__li:nth-child(1) .bold-nav-full__link {
  transition-delay: 0.2s;
}

.bold-nav-full__li:nth-child(2) .bold-nav-full__link {
  transition-delay: 0.15s;
}

.bold-nav-full__li:nth-child(3) .bold-nav-full__link {
  transition-delay: 0.1s;
}

.bold-nav-full__li:nth-child(4) .bold-nav-full__link {
  transition-delay: 0.05s;
}

.bold-nav-full__li:nth-child(5) .bold-nav-full__link {
  transition-delay: 0s;
}

[data-navigation-status="active"] .bold-nav-full__link {
  transform: translateY(0%) rotate(0.001deg);
  transition-delay: 0.3s;
}

[data-navigation-status="active"] .bold-nav-full__li:nth-child(1) .bold-nav-full__link {
  transition-delay: 0.3s;
}

[data-navigation-status="active"] .bold-nav-full__li:nth-child(2) .bold-nav-full__link {
  transition-delay: 0.35s;
}

[data-navigation-status="active"] .bold-nav-full__li:nth-child(3) .bold-nav-full__link {
  transition-delay: 0.4s;
}

[data-navigation-status="active"] .bold-nav-full__li:nth-child(4) .bold-nav-full__link {
  transition-delay: 0.45s;
}

[data-navigation-status="active"] .bold-nav-full__li:nth-child(5) .bold-nav-full__link {
  transition-delay: 0.5s;
}

.bold-nav-full__li {
  transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.bold-nav-full__ul:has(.bold-nav-full__li:hover) .bold-nav-full__li {
  opacity: 0.15;
}

.bold-nav-full__ul:has(.bold-nav-full__li:hover) .bold-nav-full__li:hover {
  opacity: 1;
}

.bold-nav-full__link .bold-nav-full__link-text,
.button .button-text {
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transform: translateY(0%) rotate(0.001deg);
}

.bold-nav-full__link:hover .bold-nav-full__link-text,
.button:hover .button-text {
  transform: translateY(-100%) rotate(0.001deg);
}

  .icon-container { width: 125px;
    height: 125px;
  }

  .icon-container img {width: 125px; height: 125px; object-fit: contain;}

/* Section Hero */
.section_hero {
  height: 100dvh;
  color: var(--color-white);
  position: relative;
}

 .page-template-template-audition-forms .section_hero {
height: 500px;
}


.section_hero .hero_bg {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.section_hero .hero_overlay {
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(3rem, -4.67rem + 17.66vh, 7.25rem); /* 48px → 116px */
  background: linear-gradient(to top, rgb(0 0 0 / 90%), transparent);
}
.section_hero .hero_content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}

.section_hero .hero_content-wrapper p {
max-width: 45ch;
}

.section_hero h1 span {
  display: inline-block;
  transform: translateX(3.5rem);
}

/* Section Mission */
.section_mission {
  padding: 4rem 0;
  background-color: var(--color-scarlet);
  color: var(--color-white);
}

.section_mission #piano {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -7.25vw;
}

.section_mission p {
  margin-top: 1.75rem;
}

/* Section About */
.section_about {
  padding: 4.6875rem 0;
  overflow: hidden;
}
.section_about p {
  margin-top: 2rem;
}
.section_about p + p {
  margin-top: 1.5rem;
}
.about_image {
  position: relative;
}
.about_image .is-static {
  margin-top: 15rem;
}
.about_image .is-absolute {
  position: absolute;
  z-index: -1;
  left: -21.5%;
  width: 80%;
}
.about_image svg {
  position: absolute;
  left: -21.5%;
  top: 50%;
  z-index: -1;
  width: 100%;
}

/* Section Gallery */
.section_gallery {
  position: relative;
  padding: 12rem 0 5rem;
}
.gallery_bg {
  position: absolute;
  bottom: 28%;
  right: -90px;
  pointer-events: none;
  z-index: -1;
}

.gallery_bg img{
scale: .75;
}

.gallerySwiper {
  --swiper-navigation-sides-offset: -1.5rem;
}
.gallerySwiper .swiper-wrapper {
  align-items: center;
}
.gallerySwiper .swiper-slide {
  width: auto;
  height: auto;
}
.gallerySwiper .swiper-navigation {
  width: 7.5rem;
  height: 7.5rem;
  aspect-ratio: 1;
  background-color: var(--color-black);
  color: var(--color-white);
  border-radius: 100vw;
}


/*=================
 About Page
===================*/

.drop-shadow {
  -webkit-box-shadow: 0px 4px 20px 4px rgba(0,0,0,0.1); 
box-shadow: 0px 4px 20px 4px rgba(0,0,0,0.05);
border-bottom: 1px solid #E2E2E2;
}

.section_our_orchestra {
  padding-block: 8rem 6.62rem;
}

.section_board_conductor {
  padding-block: 8rem 6.62rem;
}

.section_board_members {
  padding-block: 4rem 6.62rem;
}



.board-img {width: 100%; aspect-ratio: 8/9; background: #dadada;}

.conductor-img {width: 100%; aspect-ratio: 8/9;background: #dadada;}


/*=================
 Auditions Page
===================*/

.auditions-heading {
  background: var(--color-black);
  margin: 0 auto;
  display: table;
  /*padding-inline: 10rem;*/
  padding-left: 36px;
    padding-right: 36px;
  padding-top: 3rem;
  padding-bottom: 4rem;
  margin-top: -10.4rem;
  position: relative;
  color: var(--color-white);
  max-width: 960px;
  width: 100%;
}

.cards-row {
  max-width: 960px;
}

.card-white-bg {
 background: var(--color-white);
 padding:36px;
 display: flex;
  flex-direction: column;
}

.card-white-bg  .button{
  width: fit-content;
margin-top: auto;
}

.card-white-bg  .button {
padding: 0.875em 1.75em !important;
white-space: nowrap;
}

.auditions-heading p {
  color: #fff;
}

.text-white {
  color: var(--color-white);
}

.auditions-top p{
  font-size: var(--fs-600);
  text-transform: uppercase; !important;
}


/* Section Footer */

#footer-text-logo {
  max-width: 740px;

}

.section_footer {
  background-color: var(--color-ink);
  color: var(--color-white);
  padding-top: 4.8rem;
  padding-bottom: 2.93rem;
}
.newsletter_form {
  display: flex;
  gap: 1.125rem;
}
.newsletter_form .form-group {
  flex: 1;
}
.newsletter_form .form-group input{
  font-size: 1.125rem;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 100vw;
  padding: 0.5rem 1.5rem;
  background-color: #2b2b2b;
  color: #a3a3a3;
}

.newsletter_form .form-group input:focus-visible, .newsletter_form .form-group input#mce-EMAIL:focus-visible, .newsletter_form .form-group input#mce-EMAIL2:focus-visible    {
  outline: 1px solid #2b2b2b;
  outline-offset: 2px;
}

input#mce-EMAIL, input#mce-EMAIL2 {
  font-size: 1.125rem;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 100vw;
  padding: 1rem 1.5rem;
  background-color: #2b2b2b;
  color: #a3a3a3;
}

.mc-field-group {
  width: 100%;
}

.mc-field-group, .button-fieldgroup {
  float:left;
}

.mc-field-group {
  margin-right: 16px;
}



.indicates-required {
  visibility: hidden;
  display: none;
}


#mc_embed_signup_scroll, #mc_embed_signup_scroll2  {
  align-items: end;
  display: flex;
  width: 100%;
}

.mc-field-group label {
  visibility: hidden;
  display: none;
}


.contact-form-wrapper .newsletter_form input#mce-EMAIL, .contact-form-wrapper .newsletter_form input#mce-EMAIL2{
  background-color: #ffffff;
  color: #555555;
}

#mc-embedded-subscribe, #mc-embedded-subscribe2 {
outline: none;
  border: none;
}



.section_footer li {
  list-style: none;
}
.section_footer ul {
  padding: 0;
}
.footer-link {
  font-size: var(--fs-500);
  color: var(--color-white);
  /*text-transform: capitalize;*/
  line-height: 1.8;
}
.footer-link:hover {
  color: var(--color-scarlet);
}
.footer-links-col {
  gap: 10rem;
}
.footer-logo,
.footer-text-logo {
  color: var(--color-white);
}
.footer-logo:hover,
.footer-text-logo:hover {
  color: var(--color-white);
}
.footer-text-wrapper {
  display: flex;
  /* gap: 5rem; */
  /*flex-wrap: wrap;*/
  column-gap: 5rem;
  row-gap: 1.5rem;
}



.footer-text-wrapper p {
  /*max-width: 22ch;*/
  font-size: var(--fs-500-2);
  color: var(--color-light-grey);
  /*border-left: 2px solid #D0AFCF;
  padding-left: 16px;
  */
}


p.footer-statement {font-size: 25.5px;}

.copyright-row p {
  font-size: var(--fs-100);
}
.copyright-row a {
  color: inherit;
}
.copyright-row a:hover {
  color: var(--color-scarlet);
}

/* Inner Pages */
.section_hero.event_hero,
.section_hero.audition_hero {
  background: var(--color-black);
}
.section_hero .hero_bg.event_bg {
  opacity: 50%;
}
.section_hero .hero_bg.audition_bg {
  opacity: 30%;
}
.section_hero .hero_overlay.inner {
  align-items: center;
  padding-bottom: 0;
}
.section_event {
  padding-block: 0 4rem;
  background-color: var(--color-deep-teal);
}
.top-svg {
  overflow: hidden;
}
.top-svg svg {
  margin-top: -14rem;
}
.top-svg svg path {
  fill: var(--color-white);
}
.event-heading {
  background: var(--color-white);
  margin: 0 auto;
  display: table;
  padding-inline: 10rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  margin-top: -12.4rem;
  position: relative;
}
.event-date {
  background: #d0afcf;
  display: inline;
  padding-inline: 0.8rem;
  padding-block: 0.2rem;
}
.event-card-row {
  padding-top: 6rem;
  padding-bottom: 10rem;
  max-width: 92%;
  margin: 0 auto;
}
.event-card {
  background: var(--color-white);
  padding: 3.125rem;
  margin-bottom: 3.43rem;
  padding-bottom: 5rem;
}
.event-card-content-col {
  padding-left: 3rem;
  padding-block: 1rem;
}
.event-card-heading {
  font-family: gotham, sans-serif;
  font-style: unset;

  font-size: var(--fs-h4-2);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.event-content-wrapper,
.more-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.more-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.event-content-wrapper p {
  font-size: var(--fs-200);
}
.section_support {
  padding-block: 12rem 6.62rem;
}
.support-content-col {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2rem;
  padding-left: 5.5rem;
}
.volunteer-content-col {
  display: flex;
  flex-direction: column;
  padding: 5.5rem;
  gap: 2rem;
  background: var(--color-deep-teal);
  align-items: start;
  justify-content: center;
  color: var(--color-white);
}
.section_sponsorships {
  padding: 7.5rem 0;
  text-align: center;
}
.sponsorships-content-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-inline: 4rem;
}
.sponsorships-content-col .simple-btn {
  margin: auto;
}
.section_hero .hero_content-wrapper.audition {
  margin: 0 auto;
  align-items: center;
}
.section_community {
  padding: 4.5rem 0;
}
.community-content-col {
  background: var(--color-deep-teal);
  padding: 5.5rem 6.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: var(--color-white);
  margin-top: -13rem;
}
.community-svg-wrapper {
  position: absolute;
  width: 45%;
  right: 0;
}
.section_faq {
  padding: 6rem 0;
  background: var(--color-white);
}
.accordion {
  max-width: 92%;
  margin: 0 auto;
  margin-top: 5rem;
  background: var(--color-white);
  padding: 3rem;
}


#principalAccordion, #sectionAccordion {
max-width: 960px;
}


.audition-links .button:first-child {
  margin-right: 12px;
}


.accordion-item {
  border: unset;
  border-radius: 0 !important;
  border-top: 1px solid black !important;
}
.accordion-button {
  background: transparent !important;
  border: unset !important;
  box-shadow: unset !important;
  padding-block: 2rem;
  font-size: var(--fs-200);
  font-family: "gotham", sans-serif;
  font-weight: 500;
  color: var(--color-black) !important;
  padding-left: 0;
}
.accordion-body {
  padding-inline: 0;
  padding-block: 1rem 3rem;
  font-size: var(--fs-100);
}
.accordion-button::after {
  filter: brightness(0);
}
.section_contact {
  padding-block: 14rem 18rem;
  color: var(--color-scarlet);
  position: relative;
}
.contact-svg-wrapper {
  position: absolute;
  width: 40%;
  right: 0;
  bottom: 5rem;
}
.section_contact-info {
  background: var(--color-deep-teal);
}

.contact-inner-content-col {
  background: var(--color-white);
  padding: 36px;
}

.contact-inner-content-container {
padding-left: 3rem ;
}


.contact-form-wrapper {
  font-size: var(--fs-200);
}

.contact-form-wrapper .newsletter_form .form-group input {
  font-size: 1.125rem;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 100vw;
  padding: 0.5rem 1.5rem;
  background-color: #ffffff;
  color: #555555;
}


.section_cta{
  padding: 6rem 0;
  background: var(--color-deep-teal);
}

.section_cta p {
  color: #ffffff;
}

.section_audition_form {
  padding-block: 0 18rem;
  color: var(--color-black);
  position: relative;
   background: var(--color-deep-teal);
}


.circle-img {
  margin: unset;
  overflow: hidden;
  border-radius: 100%;
}
.contact-inner-row {
  padding-block: 7rem 12rem;
}
.contact-inner-content-col {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.contact-email-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: var(--fs-200);
}
.contact-email-heading {
  font-weight: 500;
}
.content-email-btn {
  text-decoration: underline;
  color: var(--color-black);
}
.content-email-btn:hover,
.contact-social-icon:hover {
  color: var(--color-scarlet);
}
.contact-social-icon {
  color: var(--color-black);
}
.contact-social-icons a svg {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.contact-social-icons {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: start;
}
.event_hero .overlay.hero_overlay.inner,
.audition_hero .overlay.hero_overlay.inner {
  background: transparent;
}


#gform_wrapper_1, #gform_wrapper_2 {
 background-color: var(--color-white);
 padding: 36px;
}

#gform_wrapper_1 .gform_title, #gform_wrapper_2 .gform_title {
   font-family: "Playfair Display", serif !important;
   margin-bottom: 28px;
}


#gform_1 .gform_button.button, #gform_2 .gform_button.button  {
display: inline-block;
  font-size: var(--fs-500);
  padding: 0.875em 2.75em;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: 0.03em;
  border-radius: 100vw;
  background-color: var(--color-scarlet);
  border-color: var(--color-scarlet);
  color: var(--color-white);
}


@media (max-width: 1280px) {
  .bold-nav-full__bar-list {
    gap: 2rem;
  }
  .bold-nav-full__bar-list-item a {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .bold-nav-full__bar-list {
    display: none;
  }
  .bold-nav-full.inner-page .bold-nav-full__hamburger {
    display: block;
  }
  .gallery_bg {
    width: 30%;
    bottom: 40%;
  }
  .section_gallery {
    padding: 8rem 0 5rem;
  }
  .footer-links-col {
    gap: 5rem;
  }
  .footer-text-logo svg {
    width: 32rem;
  }
  .about_image .is-static {
    margin-top: 5rem;
  }
  .footer-logo {
    margin-right: auto;
  }
  .gallerySwiper .swiper-navigation {
    width: 4.5rem;
    height: 4.5rem;
  }
  .top-svg svg {
    margin-top: -7rem;
  }
  .event-heading {
    padding-inline: 6rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
    margin-top: -9.4rem;
  }
  .event-card {
    padding: 1.125rem;
    padding-bottom: 3.5rem;
  }

  .bold-nav__bottom .button {
    padding: 1.1rem 2.1rem;
  }
  .event-card-row {
    padding-top: 6rem;
    padding-bottom: 3rem;
    max-width: 100%;
  }
  .event-card-content-col {
    padding-left: 1.5rem;
    padding-block: 1rem;
  }
  .support-content-col {
    padding-left: 2.5rem;
  }
  .section_support {
    padding-block: 6rem 3.62rem;
  }
  .volunteer-content-col {
    padding: 1.5rem;
  }
  .section_sponsorships {
    padding: 5.5rem 0;
  }
  .community-content-col {
    padding: 3rem 3.5rem;
    margin-top: -10rem;
  }
  .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }
  .navbar.is-dark .navbar-toggler-icon {
    filter: brightness(0);
  }
  .offcanvas-body .nav-link {
    color: var(--color-black);
  }
  .offcanvas-body .navbar-nav.bold-nav-full__list {
    gap: 0;
    align-items: start;
  }
  .navbar-toggler {
    border: unset;
    box-shadow: 0px 0px 6px 0px lightgrey;
  }
  .sponsorships-content-col {
    padding-inline: 1rem;
  }
  .contact-email-wrapper {
    flex-direction: column;
  }
  .contact-inner-content-col {
    padding-left: 1rem;
    gap: 1.5rem;
  }
  .contact-inner-row {
    padding-block: 4rem 6rem;
  }

  .bold-nav-full__bar,
  .bold-nav-full__content,
  .bold-nav__bottom {
    padding: 0.75rem;
  }
  .bold-nav__link-block {
    width: auto;
  }



}



@media (max-width: 768px) {
.contact-inner-content-container{
padding-left: 0;
}

.bold-nav__bottom, .bold-nav-full__ul {
  padding-left: .75rem;
}

}

@media (max-width: 525px) {
  :root {
    --nav-height: 4rem;
  }
  .section_mission {
    padding-top: 0;
  }
  .footer-text-logo svg {
    width: 22rem;
  }
  .about_image {
    margin-bottom: 5rem;
  }
  .section_gallery {
    padding: 4rem 0 4rem;
  }
  .event-heading {
    padding-inline: 3rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin-top: 1rem;
  }
  .top-svg svg {
    margin-top: -3rem;
  }


  .event-card .button {
    margin-left: unset !important;
    margin-top: 1.5rem;
  }




  .support-content-col {
    padding-left: 1rem;
    padding-top: 1.5rem;
  }
  .sponsorships-content-col {
    padding-inline: 1rem;
    padding-bottom: 4rem;
  }
  .community-content-col {
    padding: 2rem 1.5rem;
    margin-top: 0;
  }
  .accordion {
    max-width: 100%;
    margin-top: 3rem;
    padding: 1.5rem;
  }

  .section_volunteer .volunteer-content-col {
    position: relative;
    padding: 1.5rem;
  }


  .section_volunteer .col-md-6.ps-0 {
    padding-right: 0;
  }
  .button {
    font-size: 0.9rem;
  }

  .volunteer-content-col .button {
    font-size: 0.875rem;
    padding: 0.875em 1.5em;
  }
  .event-card {
    padding-inline: 0.3rem;
  }
  .contact-inner-content-col {
    padding-left: 1rem;
    padding-top: 2.5rem;
  }
  .section_hero .hero_content-wrapper {

  }
  .section_footer {padding-top: 2rem;}
  #newsletterSignup {margin-top: 30px;}
  .footer-logo {margin: 0 auto !important;}
  #footer-text-logo {width: 100% !important;}
  p.footer-statement {font-size: 17px;}
  .section_footer .row.pb-5.mb-5.pt-5.justify-content-center {padding-bottom: 0rem !important; padding-top: 1rem !important;}
  .button.color-mauve {font-size: 12px;}
  .icon-container img {width: 125px; height: 75px;}
  .icon-container {width: 90px; height: 90px;}



input#mce-EMAIL, input#mce-EMAIL2 {
  padding: .55rem 1.5rem !important;
}

}


@media (max-width: 480px) {
.content-email-btn {
  font-size: 14px;
}
}



@media (max-width: 375px) {
  .section_hero h1 span {
    display: unset;
  }
  .volunteer-content-col {
    padding: 1rem;
  }
  .volunteer-content-col .button {
    font-size: 0.75rem;
    padding: 0.875em 1.5em;
  }
  .simple-btn {
    font-size: 0.875rem;
  }
  .footer-text-logo svg {
    width: 18rem;
  }



}
