/* IMPORT FONTS */

/* LANDING PAGE CSS */
/* BEGIN - NAVIGATION BAR */
/* replace event/org name with org logo */
.js-top-page-title {
  display: inline-block;
  width: 300px;
  height: 70px;

  background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/23907/images/lpi_KqVSx76jRn.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;

  /* Visually hide the existing text */
  font-size: 0;
  color: transparent;
}
/* navigation bar background color */
body > header {
background-color: #ffffff !important; /* change the HEX code (ffffff) only */
}
/* navigation bar links */
/* this adjusts font color for the event/organization name */
body > header > div > div > h1 {
color: #a00b6c !important; /* change the HEX code (a00b6c) only */
}
/* this adjusts font color for other links */
body > header > div > nav > div, body > header > div > nav > div > div.b3.text-\[\#555\] > a {
  color: #a00b6c !important; /* change the HEX code (a00b6c) only */
}
/* this adjusts the menu button colors */
body > header > div > nav > button {
background-color: #a00b6c !important; /* changes button color. change the HEX code (a00b6c) only */
color: #ffffff !important; /* changes font color. change the HEX code (ffffff) only */
}
/* END - NAVIGATION BAR */
/* BEGIN - HIDES HERO 1 TEXT (Remove this section if you want the text above the hero 1 banner or for all other hero banners to show) */
#hero-container > div.hero-bg-color.flex.flex-col.items-center.gap-8.py-8.md\:py-16.contrast-background.light-background {
display: none !important;
}
/* END - HIDES HERO 1 TEXT (Remove this section if you want the text above the hero 1 banner or for all other hero banners to show) */
/* BEGIN - ADD SECTION BACKGROUND */
/* event information */
#content-block-122178 {
background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/23907/images/lpi_fxq4aSIzK2.png") !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: top center;
}
/* about us */
#content-block-122191 {
background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/23907/images/lpi_zUJ9VbcANQ.png") !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: 50% 60%;
}
/* END - ADD SECTION BACKGROUND */
/* BEGIN - EVENT SCHEDULE */
 .ecp-schedule {
  --background: #ee5a40;
  --white: #ffffff;
  --accent: #270015;
  --line: rgba(255, 255, 255, 0.35);
  --muted: rgba(255, 255, 255, 0.88);

  width: 100%;
  padding: 110px 0 120px;
  color: var(--white);
  background: var(--background);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.ecp-schedule__container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.ecp-schedule__header {
  display: grid;
  grid-template-columns: 1fr 2.4fr;
  gap: 48px;
  align-items: end;
  padding-bottom: 52px;
  border-bottom: 1px solid var(--line);
}

.ecp-schedule__eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ecp-schedule__title {
  margin: 0;
  color: var(--white);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: clamp(1.35rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.ecp-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ecp-event {
  display: grid;
  grid-template-columns: 155px 72px minmax(0, 1fr);
  min-height: 190px;
}

.ecp-event__time {
  padding-top: 42px;
  color: var(--accent);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.4;
  white-space: nowrap;
}

.ecp-event__marker {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 39px;
}

.ecp-event__marker::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--line);
  content: "";
}

.ecp-event__number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--background);
  background: var(--white);
  border: 1px solid var(--white);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ecp-event__content {
  margin-left: 28px;
  padding: 36px 0 36px 40px;
  border-bottom: 1px solid var(--line);
}

.ecp-event__title {
  margin: 0 0 13px;
  color: var(--white);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.ecp-event__description {
  max-width: 750px;
  margin: 0;
  color: var(--muted);
  font-size: 0.97rem;
  font-weight: 400;
  line-height: 1.75;
}

.ecp-event__label {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Featured performance */

.ecp-event--featured .ecp-event__content {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 38px 42px;
  color: var(--background);
  background: var(--white);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 18px 50px rgba(39, 0, 21, 0.22);
}

.ecp-event--featured .ecp-event__title,
.ecp-event--featured .ecp-event__description {
  color: var(--background);
}

.ecp-event--featured .ecp-event__number {
  color: var(--white);
  background: var(--accent);
  border-color: var(--accent);
}

/* Tablet */

@media (max-width: 900px) {
  .ecp-schedule__header {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 30px;
  }

  .ecp-schedule__title {
    font-size: clamp(1.4rem, 5vw, 3rem);
  }
}

/* Mobile */

@media (max-width: 760px) {
  .ecp-schedule {
    padding: 70px 0 80px;
  }

  .ecp-schedule__container {
    width: min(100% - 28px, 1120px);
  }

  .ecp-schedule__header {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 40px;
  }

  .ecp-schedule__eyebrow {
    margin-bottom: 4px;
    font-size: 0.9rem;
  }

  .ecp-schedule__title {
    font-size: clamp(1.25rem, 6.5vw, 2.5rem);
    letter-spacing: -0.045em;
    white-space: nowrap;
  }

  .ecp-event {
    grid-template-columns: 78px 38px minmax(0, 1fr);
    min-height: 0;
  }

  .ecp-event__time {
    padding-top: 34px;
    font-size: 0.75rem;
  }

  .ecp-event__marker {
    padding-top: 30px;
  }

  .ecp-event__number {
    width: 30px;
    height: 30px;
    font-size: 0.68rem;
  }

  .ecp-event__content {
    margin-left: 10px;
    padding: 29px 0 31px 15px;
  }

  .ecp-event__title {
    font-size: 1.35rem;
  }

  .ecp-event__description {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .ecp-event__label {
    font-size: 0.72rem;
  }

  .ecp-event--featured .ecp-event__content {
    margin: 14px 0 14px 10px;
    padding: 26px 21px;
  }
}

/* Small mobile screens */

@media (max-width: 390px) {
  .ecp-schedule__title {
    font-size: 1.15rem;
  }

  .ecp-event {
    grid-template-columns: 68px 32px minmax(0, 1fr);
  }

  .ecp-event__time {
    font-size: 0.68rem;
  }

  .ecp-event__number {
    width: 27px;
    height: 27px;
    font-size: 0.62rem;
  }

  .ecp-event__content {
    margin-left: 7px;
    padding-left: 12px;
  }

  .ecp-event__title {
    font-size: 1.2rem;
  }
}
/* END- EVENT SCHEDULE */
/* TICKET PAGE CSS */
/* BEGIN - FONT CHANGES */
#main-content > div > div.ticket-page.relative.order-2.w-full.bg-white.before\:absolute.before\:-right-\[50vw\].before\:z-\[-1\].before\:h-full.before\:w-\[150vw\].before\:bg-white.lg\:order-1.lg\:w-8\/12.lg\:pe-32.before\:lg\:right-0 > section.page.lg\:py-16.py-12.event-details > h1 {
color: #9f0a6c;
}
/* END - FONT CHANGES */

/* DONATION PAGE CSS */
/* BEGIN - CHANGE FONT COLOR */
/* donation org name */
#main-content > div > article > div.info-container.relative.bg-white.p-4.lg\:row-span-2 > div > h1 {
color:#a00b6c;
}
/* END - CHANGE FONT COLOR */
/* ALL PAGES */
/* BEGIN - responsive behavior (auto adjust for different screen sizes) */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
/* BEGIN - NAVIGATION BAR */
/* replace event/org name with org logo */
.js-top-page-title {
  display: inline-block;
  width: 200px;
  height: 70px;
}
/* END - NAVIGATION BAR */
/* BEGIN - ABOUT US */
#content-block-122191 > div > div > p:nth-child(4) {
margin-bottom: 50px;
}
/* END - ABOUT US */
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
/* BEGIN - NAVIGATION BAR */
/* replace event/org name with org logo */
.js-top-page-title {
  display: inline-block;
  width: 200px;
  height: 70px;
}
/* END - NAVIGATION BAR */
/* BEGIN - ABOUT US */
#content-block-122191 > div > div > p:nth-child(4) {
margin-bottom: 50px;
}
/* END - ABOUT US */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
/* BEGIN - NAVIGATION BAR */
/* replace event/org name with org logo */
.js-top-page-title {
  display: inline-block;
  width: 300px;
  height: 70px;
}
/* END - NAVIGATION BAR */
/* BEGIN - ABOUT US */
#content-block-122191 > div > div > p:nth-child(4) {
margin-bottom: 300px;
}
/* END - ABOUT US */
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
/* BEGIN - NAVIGATION BAR */
/* replace event/org name with org logo */
.js-top-page-title {
  display: inline-block;
  width: 300px;
  height: 70px;
}
/* END - NAVIGATION BAR */
/* BEGIN - ABOUT US */
#content-block-122191 > div > div > p:nth-child(4) {
margin-bottom: 300px;
}
/* END - ABOUT US */
  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
/* BEGIN - NAVIGATION BAR */
/* replace event/org name with org logo */
.js-top-page-title {
  display: inline-block;
  width: 300px;
  height: 70px;
}
/* END - NAVIGATION BAR */
/* BEGIN - ABOUT US */
#content-block-122191 > div > div > p:nth-child(4) {
margin-bottom: 300px;
}
/* END - ABOUT US */
  }


/* END - responsive behavior (auto adjust for different screen sizes) */