.elementor-227341 .elementor-element.elementor-element-4db5abd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-227341 .elementor-element.elementor-element-01faf83{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f291400 *//* =========================================================
   CONFERENCE PROGRAM
   ========================================================= */

/* FULL-WIDTH SECTION */

.conference-program {
    /* =========================================================
   EVENT CTA
   ========================================================= */

.event-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: 18px;
  padding: 10px 18px;

  background: #0db14b;
  color: #ffffff !important;

  border-radius: 999px;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;

  text-decoration: none !important;

  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.event-cta:hover {
  background: #0c5a4a;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.event-cta:focus-visible {
  outline: 2px solid #0db14b;
  outline-offset: 3px;
}


/* =========================================================
   EVENT CTA — FEATURED EVENT
   ========================================================= */

.program-event-featured .event-cta {
  background: #0db14b;
  color: #ffffff !important;
}

.program-event-featured .event-cta:hover {
  background: #ffffff;
  color: #1c1c1c !important;
}


/* =========================================================
   EVENT CTA — MOBILE
   ========================================================= */

@media (max-width: 700px) {

  .event-cta {
    margin-top: 16px;
    padding: 10px 16px;
    font-size: 13px;
  }

}
  width: 100vw;
  max-width: 100vw;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 90px 40px;

  background: #f2eee8;

  box-sizing: border-box;
  overflow: visible;
}


/* CONTENT CONTAINER */

.conference-program-inner {
  width: 100%;
  max-width: 1200px;

  margin: 0 auto;

  box-sizing: border-box;
}


/* =========================================================
   INTRO
   ========================================================= */

.program-intro {
  width: 100%;
  max-width: 760px;

  margin: 0 0 45px;
}

.program-eyebrow {
  display: block;

  margin-bottom: 14px;

  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;

  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.program-intro h2 {
  margin: 0 0 18px;

  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  font-weight: 500;

  text-transform: none;
}

.program-intro p {
  max-width: 620px;

  margin: 0;

  font-size: 18px;
  line-height: 1.5;

  text-transform: none;
}


/* =========================================================
   DAY NAVIGATION
   ========================================================= */

.program-day-nav {
  position: sticky;
  top: 20px;

  z-index: 50;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  width: 100%;
  max-width: 760px;

  margin: 0 auto 50px;
  padding: 5px;

  background: #ffffff;

  border: 1px solid rgba(28, 28, 28, 0.15);
  border-radius: 999px;

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);

  box-sizing: border-box;
}

.program-day-link {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  padding: 12px 16px;

  color: #1c1c1c;

  text-decoration: none;

  border-radius: 999px;

  font-size: 
  font-weight: 600;
  line-height: 1.2;

  transition:
    background 0.2s ease,
    color 0.2s ease;

  box-sizing: border-box;
}

.program-day-link small {
  font-size: 
  font-weight: 400;

  opacity: 0.55;
}

.program-day-link:hover {
  background: #f2eee8;
}

.program-day-link.active {
  background: #0db14b;
  color: #ffffff;
}

.program-day-link.active small {
  opacity: 0.85;
}


/* =========================================================
   DAY ACCORDIONS
   ========================================================= */

.program-day {
  width: 100%;

  margin: 0;
  padding: 0;

  border-top: 1px solid #1c1c1c;

  box-sizing: border-box;
}

.program-day:last-child {
  border-bottom: 1px solid #1c1c1c;
}


/* ACCORDION HEADER */

.program-day summary {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;

  width: 100%;

  padding: 30px 0;

  list-style: none;

  cursor: pointer;

  box-sizing: border-box;
}

.program-day summary::-webkit-details-marker {
  display: none;
}

.program-day summary:focus-visible {
  outline: 2px solid #0db14b;
  outline-offset: 4px;
}


/* DAY TITLE */

.day-heading {
  display: flex;
  align-items: baseline;

  gap: 20px;
}

.day-name {
  margin: 0;

  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;

  font-weight: 500;

  text-transform: none;
}

.day-date {
  font-size: 15px;
  line-height: 1.3;

  opacity: 0.55;

  text-transform: none;
}


/* =========================================================
   ACCORDION PLUS / MINUS
   ========================================================= */

.accordion-icon {
  position: relative;

  width: 28px;
  height: 28px;

  flex: 0 0 28px;
}

.accordion-icon::before,
.accordion-icon::after {
  content: "";

  position: absolute;

  top: 50%;
  left: 50%;

  width: 18px;
  height: 1px;

  background: #1c1c1c;

  transform: translate(-50%, -50%);
}

.accordion-icon::after {
  transform:
    translate(-50%, -50%)
    rotate(90deg);

  transition: transform 0.25s ease;
}

.program-day[open] .accordion-icon::after {
  transform:
    translate(-50%, -50%)
    rotate(0deg);
}


/* =========================================================
   EVENT LIST
   ========================================================= */

.day-events {
  width: 100%;

  padding: 5px 0 35px;

  box-sizing: border-box;
}


/* =========================================================
   EVENT
   ========================================================= */

.program-event {
  display: grid;

  grid-template-columns: 150px minmax(0, 1fr);

  gap: 35px;

  width: 100%;

  padding: 28px 0;

  border-top: 1px solid rgba(28, 28, 28, 0.16);

  box-sizing: border-box;

  transition: padding-left 0.2s ease;
}


/* SUBTLE HOVER */

.program-event:not(.program-event-featured):hover {
  padding-left: 8px;
}


/* =========================================================
   EVENT TIME
   ========================================================= */

.event-time {
  display: flex;
  flex-direction: column;

  gap: 3px;

  font-size: 
  line-height: 1.3;

  text-transform: none;
}

.event-time strong {
  font-weight: 600;
}

.event-time span {
  opacity: 0.45;
}


/* =========================================================
   EVENT CONTENT
   ========================================================= */

.event-content {
  width: 100%;
  max-width: 850px;
}


/* =========================================================
   EVENT TYPE PILLS
   ========================================================= */

.event-type {
  display: inline-flex;
  align-items: center;

  margin-bottom: 11px;
  padding: 6px 11px;

  border-radius: 999px;

  font-size: 
  line-height: 1;

  font-weight: 600;

  letter-spacing: 0;

  text-transform: none;

  box-sizing: border-box;
}


/* ---------------------------------------------------------
   FRINGE
   ALL FRINGE EVENTS USE THIS EXACT SAME COLOUR
   --------------------------------------------------------- */

.event-type-fringe {
  background: #d9f3df;
  color: #075c2b;
}


/* ---------------------------------------------------------
   CONFERENCE
   --------------------------------------------------------- */

.event-type-conference {
  background: #dcecf8;
  color: #15527a;
}


/* ---------------------------------------------------------
   WORKSHOP
   --------------------------------------------------------- */

.event-type-workshop {
  background: #f5e1e7;
  color: #762f45;
}


/* ---------------------------------------------------------
   NATIONAL AWARDS
   --------------------------------------------------------- */

.event-type-awards {
  background: #f2eee8!important;
  color: #5d3278;
}


/* ---------------------------------------------------------
   NETWORKING
   --------------------------------------------------------- */

.event-type-networking {
  background: #f8e8cf;
  color: #754b14;
}


/* =========================================================
   EVENT TITLE
   ========================================================= */

.event-content h3 {
  margin: 0 0 10px;

  font-size: 23px;
  line-height: 1.3;

  font-weight: 500;

  text-transform: none;
}


/* =========================================================
   EVENT DETAILS
   ========================================================= */

.event-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 0;

  font-size: 16px;
  line-height: 1.4;

  color: #1c1c1c;

  opacity: 0.6;

  text-transform: none;
}

.event-details span + span::before {
  content: "•";

  display: inline-block;

  margin: 0 9px;
}


/* =========================================================
   FEATURED EVENT
   NATIONAL AWARDS
   ========================================================= */

.program-event-featured {
  margin: 8px 0;

  padding: 30px 25px;

  background: #1c1c1c;

  color: #ffffff;

  border-top: none;

  box-sizing: border-box;
}

.program-event-featured:hover {
  padding-left: 25px !important;
}

.program-event-featured .event-type-awards {
  background: #eee3f7;
  color: #5d3278;
}

.program-event-featured .event-details {
  color: #ffffff;
  opacity: 0.65;
}


/* =========================================================
   REMOVE THEME / ELEMENTOR CONSTRAINTS
   ========================================================= */

.conference-program,
.conference-program * {
  box-sizing: border-box;
}

.conference-program h2,
.conference-program h3,
.conference-program p {
  text-transform: none;
}

.conference-program a {
  text-decoration: none;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

  .conference-program {
    width: 100vw;
    max-width: 100vw;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    padding: 60px 20px;
  }


  /* DAY NAV */

  .program-day-nav {
    top: 10px;

    margin-bottom: 35px;

    padding: 4px;
  }

  .program-day-link {
    flex-direction: column;

    gap: 2px;

    padding: 10px 5px;

    font-size: 12px;
  }

  .program-day-link small {
    font-size: 10px;
  }


  /* DAY HEADER */

  .program-day summary {
    padding: 24px 0;
  }

  .day-heading {
    flex-direction: column;
    align-items: flex-start;

    gap: 6px;
  }

  .day-date {
    font-size: 13px;
  }


  /* EVENTS */

  .program-event {
    grid-template-columns: 1fr;

    gap: 12px;

    padding: 24px 0;
  }

  .program-event:not(.program-event-featured):hover {
    padding-left: 0;
  }


  /* TIME */

  .event-time {
    flex-direction: row;

    gap: 5px;
  }

  .event-time strong::after {
    content: " – ";
  }

  .event-time span {
    opacity: 0.6;
  }


  /* TITLE */

  .event-content h3 {
    font-size: 19px;
    line-height: 1.35;
  }


  /* FEATURED */

  .program-event-featured {
    padding: 25px 20px;
  }

  .program-event-featured:hover {
    padding-left: 20px !important;
  }

}
/* =========================================================
   PROGRAM TAB / ACCORDION FIXES
   ========================================================= */

.program-day {
  display: block;
}

.program-day:not([open]) .day-events {
  display: none;
}

.program-day[open] .day-events {
  display: block;
}

/* Prevent nested/accidental wrappers from affecting spacing */
.day-events > .day-events {
  padding: 0;
}


/* Keep the day navigation above everything */
.program-day-nav {
  position: sticky;
  top: 20px;
  z-index: 100;
}


/* Make sure Fringe is ALWAYS green */
.event-type-fringe,
.event-type-Fringe {
  background: #d9f3df !important;
  color: #075c2b !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03a0078 *//* AAC PROGRAM CTA */

.aac-program-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(
    135deg,
    #022d26 0%,
    #0c5a4a 55%,
    #0db14b 100%
  );
  color: #fff;
  padding: 90px 24px;
  box-sizing: border-box;
}

.aac-program-cta-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.aac-program-cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.aac-program-cta-eyebrow {
  display: block;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.aac-program-cta h2 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  font-weight: 600;
  text-transform:none;
  letter-spacing: -0.03em;
  color: #fff;
}

.aac-program-cta p {
  margin: 0 auto 36px;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.aac-program-cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.aac-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.aac-btn-primary {
  background: #fff;
  color: #111 !important;
}

.aac-btn-primary:hover {
  background: #f2eee8;
  color: #111 !important;
  transform: translateY(-2px);
}

.aac-btn-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #fff !important;
}

.aac-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff !important;
  transform: translateY(-2px);
}


/* MOBILE */

@media (max-width: 767px) {

  .aac-program-cta {
    padding: 65px 20px;
  }

  .aac-program-cta h2 {
    font-size: 42px;
  }

  .aac-program-cta p {
    font-size: 16px;
  }

  .aac-program-cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .aac-btn {
    width: 100%;
    max-width: 320px;
  }

}/* End custom CSS */