html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

img, svg, video, canvas,
audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

address {
  font-style: normal;
}

a img, :link img, :visited img {
  border: none;
}

b, strong {
  font-weight: bolder;
}

em {
  font-style: italic;
}

small {
  font-size: 80%;
}

pre {
  white-space: wrap;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #333;
}

@font-face {
  font-family: "gt-eesti-text";
  src: url("/ottawajazz/fonts/gt-eesti-text-regular.woff2") format("woff2");
}

@font-face {
  font-family: "gt-eesti-bold";
  src: url("/ottawajazz/fonts/gt-eesti-text-bold.woff2") format("woff2");
}

:root {
  --gaz-accent-color: #8000fb;
  --gaz-bg-color: #000000;
  --gaz-text-color: #ffffff;
  --gaz-link-color: #8000fb;
  --gaz-text-reverse: #ffffff;
  --gaz-content-fg: #000000;
  --gaz-content-bg: #e8e8e8;
  --gaz-button-border: #333333;
  --gaz-nav-background: #134940;
  --gaz-category-bg: #00352f;
  --gaz-category-active: #007d64;
  --gaz-modal-bg: #e8e8e8;
}

html {
  color: #e3e3e3;
  background-color: #030303;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
}

a:link,
a:visited,
a:hover {
  color: var(--gaz-link-color);
  text-decoration: underline;
  cursor: pointer;
}

a.ticket-faq {
  display: block;
  font-weight: 600;
  color: #ffffff;
  background-color: #8000fb;
  border-radius: 4px;
  padding: 5px 7px;
  text-transform: uppercase;
  cursor: pointer;
}

.heading > .text a {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  background-color: #8000fb;
  border-radius: 4px;
  padding: 5px 7px;
  margin: 0 5px 0 0;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.heading > .text a:hover {
  text-decoration: underline;
}

a.map {
  text-transform: uppercase;
}

button.favorites-button {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 4px 6px;
  border-radius: 5px;
  border: 2px solid #ec6740;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

button.favorites-active {
  color: #000;
  background-color: #ec6740;
  border: 2px solid #ec6740;
}

a.ticket {
  font-family: 'Helvetica','Arial',sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 4px;
  color: #ffffff;
  background-color: var(--gaz-accent-color);
  text-decoration: none;
  cursor: pointer;
  border: none;
}

a.showpass {
  font-family: 'Helvetica','Arial',sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 10px;
  border-radius: 7px;
  color: #ffffff;
  background-color: var(--gaz-accent-color);
  text-decoration: none;
  cursor: pointer;
  border: none;
}

button.select-lang {
  font-family: inherit;
  font-size: inherit;
  background-color: inherit;
  color: #ffffff;
  cursor: pointer;
}

h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.only-narrow {
  display: none;
}

.only-wide {
  display: initial;
}

main {
  max-width: 1100px;
  margin: 0 auto 0 auto;
}

dialog {
  width: min(100%, 900px);
  height: min(100%, 700px);
  max-width:  inherit;
  max-height: inherit;
  border-radius: 20px;
  margin-top: 50px;
  padding: 0;
  filter: drop-shadow(5px 5px 25px #00000066);
  background-color: var(--gaz-modal-bg);
}

dialog::backdrop {
  background: rgb(0 0 0 / 15%);
}

.card-nav {
  font-size: 2.5rem;
  justify-content: space-between;
}

.card-nav > div {
  flex-basis: 120px;
}

.card-nav a {
  padding: 15px 15px;
}

.card-nav .fave-toggle {
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}

.card-nav .count {
  font-size: 1.5rem;
  min-width: 1rem;
}

header {
  position: relative;
  display: flex;
  max-width: 1100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 20px auto 20px auto;
}

header .edition {
  flex-basis: 180px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}

header .edition .layout {
  display: flex;
  flex-direction: column;
}

header .edition .upper {
  display: flex;
  flex-direction: row;
}

header .edition .name {
}

header .edition .upper .sep {
  margin-left: 7px;
  margin-right: 7px;
  font-weight: 200;
  font-size: 1.25rem;
  opacity: 0.8;
  padding-top: 2px;
}

header .edition .upper.centering-pad {
  padding-top: 15px;
}

header .edition .lower {
  display: flex;
  flex-direction: row;
  font-size: 1.0rem;
  margin: 5px 0;
}

header .masthead {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .masthead .layout {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

header img.logo {
  height: 120px;
}

header .masthead div.presenter {
  font-size: 0.5rem;
  white-space: nowrap;
}

header img.presenter {
  height: 32px;
  margin-bottom: 17px;
  margin-left: 8px;
}

header .action {
  flex-basis: 180px;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 10px;
  align-items: center;
  font-size: 0.95rem;
  white-space: nowrap;
}

header .action .layout {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 9px;
}

header .action .layout > div {
  /* text-align: center; */
}

header .favorites-toggle {
  display: flex;
  flex-direction: row;
}

header a:hover,
header a:visited,
header a:link {
  color: #ffffff;
}

header a.ticket-faq {
  text-decoration: none;
}

footer {
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  margin: 35px auto 100px auto;
}

footer nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

footer nav .site-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.85rem;
}

footer nav .page-links {
  text-align: left;
  margin-left: 15px;
  max-width: 480px;
}

footer nav .page-links li {
  display: inline-block;
  margin: 3px 7px;
}

footer nav .page-links a {
  color: #fff;
  text-decoration: none;
}

footer nav .page-links a:hover {
  color: #fff;
  text-decoration: underline;
}

footer nav .lang-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 15px;
}

footer nav .social-links {
  margin-left: 15px;
  margin-top: 15px;
}

main.map {
  color: #000;
  background-color: #fff;
}

main.map .map-status {
  color: #fff;
  position: absolute;
  inset: 100px 100px 100px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main.map #gaz-map-container {
  position: absolute;
  inset: 160px 0 0 0;
}

main.map #locate-btn {
  position: absolute;
  top: 170px;
  left: 10px;
  z-index: 5;
  background-color: #fff;
}

main.map #locate-btn .fa-solid {
  font-size: 1.5rem;
  padding: 10px;
}

main.map #locate-btn.running .fa-solid {
  color: #ff6d00;
}

.map-area .named-marker-inner {
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
  padding: 5px 5px;
  box-shadow: 3px 3px 7px #0002;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.map-area .named-marker-inner .place {
  font-weight: 500;
}

.map-area .named-marker-outer {
  max-width: 110px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  z-index: 4;
}

.map-area .named-marker-outer::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 95%;
  transform: translate(-50%);
  width: 0;
  z-index: 4;
}

.listings-popup {
  font-size: 0.75rem;
}

.listings-popup .day-picker {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.1rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

.listings-popup .day-picker button {
  padding: 6px 9px 0px 9px;
  font-weight: 700;
}

.listings-popup .day-picker button.active {
  color: #2a89d9;
}

.listings-popup .layout {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 4px;
  row-gap: 4px;
}

.listings-popup .time {
  font-weight: 400;
  text-align: right;
  line-height: 1;
}

.listings-popup .title {
  font-weight: 500;
  line-height: 1;
}

.icon-marker-outer {
  color: #000a;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-marker-outer .name {
  font-weight: 500;
}

.icon-marker-outer > img {
  width: 40px;
  height: 40px;
}

.location-self.fa-solid {
  font-size: 1.9rem;
  color: #ff6d00;
}

.fa-solid {
  font-size: 1.4em;
  color: #333c;
}

.icon-marker-outer .fa-solid {
  padding: 4px;
}

.fa-solid.fa-compact-disc,
.fa-solid.fa-glass-water-droplet,
.fa-solid.fa-restroom-simple,
.fa-solid.fa-circle-info,
.fa-solid.fa-location-check,
.fa-solid.fa-location-dot,
.fa-solid.fa-people-group,
.fa-solid.fa-shirt,
.fa-solid.fa-ticket,
.fa-solid.fa-star,
.fa-solid.fa-square-star {
  font-size: 1.2rem;
  color: #b417e0
}

.fa-solid.fa-heart {
  font-size: 1.2rem;
  color: #e01717
}

.fa-solid.fa-hotel {
  font-size: 1.2rem;
  color: #186ee0
}

.fa-solid.fa-utensils {
  font-size: 1.2rem;
  color: #186ee0
}

.fa-solid.fa-microphone {
  font-size: 1.2rem;
  color: #186ee0
}

.fa-solid.fa-circle-parking {
  font-size: 1.6rem;
  color: #186ee0
}

.fa-solid.fa-cars {
  font-size: 1.35rem;
  color: #134c97
}

.fa-solid.fa-burger-soda,
.fa-beer-mug {
  font-size: 1.5em;
  color: #e87700;
}

.fa-store {
  font-size: 1.15em;
}

.fa-burger-soda {
  font-size: 1.3em;
}

.fa-glass-water-droplet {
  font-size: 1.6em;
}

.fa-compact-disc {
  font-size: 1.6em;
}

.fa-circle-info {
  font-size: 1.5em;
}

.focus-icon {
  font-size: 2em;
  color: #ea4336;
}

.focus-marker {
  padding: 5px;
  border: #ea4336 solid 5px;
  border-radius: 15px;
}

.map-info-box {
  font-family: 'Poppins', sans-serif;
  color: #000;
}

.map-info-box .preview img {
  aspect-ratio: 2 / 1;
  width: 100%;
  margin-bottom: 5px;
}

.map-info-box.venue .name {
  text-align: left;
}

.map-info-box .name {
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 3px;
}

.map-info-box .info {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.1;
}

.map-info-box em {
  font-style: italic;
}

.map-info-box .navigate {
  margin-top: 5px;
  text-align: center;
}

.map-info-box .navigate div,
.map-info-box .navigate span {
  font-size: 1.75em;
  cursor: pointer;
  margin: 2px 5px;
}

@media (max-width: 700px) {
  header img.logo {
    height: 110px;
  }
}

@media (max-width: 619px) {
  header {
    margin: 150px auto 10px auto;
  }
  header .edition .name {
    font-size: 1.25rem;
  }
  header .edition .homegrown {
    font-size: 0.95rem;
    margin-top: 8px;
    margin-bottom: 6px;
  }
  header .edition .upper.centering-pad {
    padding-top: 0;
  }
  header .edition .free {
    font-size: 0.7rem;
  }
  header .edition .sorting {
    font-size: 0.7rem;
    flex-wrap: wrap;
    column-gap: 1px;
  }
  header .masthead .layout {
    position: absolute;
    top: -120px;
    left: 0px;
    right: 0px;
  }
  header img.logo {
    height: 110px;
  }
  header .masthead div.presenter {
    font-size: 0.4rem;
  }
  header img.presenter {
    /* height: 60px; */
    /* margin-top: 2px; */
  }
  header .action {
    flex: 0;
    align-items: flex-start;
  }
  header .action .layout {
    row-gap: 6px;
  }
  header .action a.map {
    padding-right: 4px;
  }

  main.map #gaz-map-container {
    position: absolute;
    inset: 190px 0 0 0;
  }
  main.map #locate-btn {
    top: 200px;
  }

  .only-narrow {
    display: initial;
  }
  .only-wide {
    display: none;
  }
}

.intro-panel {
  max-width: 1100px;
  margin: 0 auto 0 auto;
}

.intro-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 15px 10px;
  gap: 20px;
}

.intro-panel .intro {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 30px;
  flex-wrap: wrap;
}

.intro-panel .intro {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.intro-panel .intro a.showpass {
  white-space: nowrap;
}

.intro-panel .sorting {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.intro-panel .sorting .active {
  font-weight: 600;
}

.intro-panel .filtering {
  flex-basis: 320px;
  flex-grow: 1;
  z-index: 3;
  min-height: 38px;
}

.intro-panel .intro a {
  font-size: 1.0rem;
}

.filter_select__control {
  color: #000 !important;
  border-color: #000 !important;
  background-color: #ddd !important;
  /* outline-color: #0f0 !important; */
}

.filter_select__placeholder,
.filter_select__indicator {
  color: #333 !important;
}

.filter_select__input,
.filter_select__input-container,
.filter_select__menu {
  color: #111 !important;
}

.filter_select__indicator-separator {
  background-color: #000 !important;
}

/*
main.section .more {
  flex: 2;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
}
*/

/*
main.section .outro-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 15px;
}

main.section .outro-row > img {
  width: 100%;
}
*/

main.error {
  color: var(--gaz-content-fg);
  background-color: var(--gaz-content-bg);
  border-radius: 10px;
  padding: 30px;
  font-size: 1.2rem;
}

main.account {
  color: #000;
  background-color: #444;
}

.account-panel {
  color: #000;
  background-color: #fff;
  max-width: 500px;
  border-radius: 5px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

.account-panel a {
  color: inherit;
}

.account-panel h2 {
  font-weight: 700;
}

.account-status {
  margin-bottom: 10px;
}

.account-opts ul {
  margin-bottom: 50px;
}

.account-opts li {
  margin: 5px 0px;
}

.account-opts p {
  margin-bottom: 15px;
}

.account-opts #userfront-logout-button {
  margin-top: 30px;
}

.section {
  border-radius: 10px 10px 10px 10px;
  margin-top: 30px;
}

.section > .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 10px 0px 10px;
}

.section > .heading > h2 {
  font-size: 2.25rem;
  line-height: 1.0;
  margin-bottom: 10px;
}

.section > .heading > .dates {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.ojf .catalog {
  gap: 10px;
  padding: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  color: var(--gaz-content-fg);
  background-color: var(--gaz-content-bg);
}

.section-summer .heading {
  aspect-ratio: 2200/570;
  background-image: url("https://gazebo.b-cdn.net/events/OttawaJazz/2025a/general/SummerSectionBgWide5.jpg");
  background-size: 100% 100%;
  color: #ffffff;
}

.section-winter .heading {
  aspect-ratio: 2200/570;
  background-image: url("https://gazebo.b-cdn.net/events/OttawaJazz/2025a/general/WinterSectionBgWide2.jpg");
  background-size: 100% 100%;
  color: #f5e2a8;
}

.section-homegrown .heading {
  aspect-ratio: 2200/570;
  background-image: url("https://gazebo.b-cdn.net/events/OttawaJazz/2025a/general/SummerSectionBgWide5.jpg");
  background-size: 100% 100%;
  color: #ffffff;
}

.section-valley .heading {
  aspect-ratio: 2200/570;
  background-image: url("https://gazebo.b-cdn.net/events/OttawaJazz/2025a/general/ValleySectionBgWide2.jpg");
  background-size: 100% 100%;
  color: #f5e2a8;
}

.section-downtown .heading {
  aspect-ratio: 2200/570;
  background-image: url("https://gazebo.b-cdn.net/events/OttawaJazz/2025a/general/DowntownSectionBgWide1.jpg");
  background-size: 100% 100%;
  color: #f5e2a8;
}

@media (max-width: 619px) {
  .intro-panel {
    margin-left: 0px;
    margin-right: 0px;
    padding: 30px 15px 15px 15px;
  }
  .intro-panel .intro {
    font-size: 1.1rem;
  }
  .intro-panel .sorting {
    flex: 1;
  }
  .section > .heading > h2 {
    font-size: 1.75rem;
    margin-bottom: 5px;
  }
  .section > .heading > .dates {
    font-size: 0.9rem;
  }
  .section > .heading > .text {
    /* margin-top: 10px; */
  }
  .section-summer .heading {
    aspect-ratio: 1100/652;
    background-image: url("https://gazebo.b-cdn.net/events/OttawaJazz/2025a/general/SummerSectionBgMob5.jpg");
  }
  .section-winter .heading {
    aspect-ratio: 1100/652;
    background-image: url("https://gazebo.b-cdn.net/events/OttawaJazz/2025a/general/WinterSectionBgMob2.jpg");
  }
  .section-homegrown .heading {
    aspect-ratio: 1100/652;
    background-image: url("https://gazebo.b-cdn.net/events/OttawaJazz/2025a/general/SummerSectionBgMob5.jpg");
  }
  .section-valley .heading {
    aspect-ratio: 1100/652;
    background-image: url("https://gazebo.b-cdn.net/events/OttawaJazz/2025a/general/ValleySectionBgMob2.jpg");
  }
  .section-downtown .heading {
    aspect-ratio: 1100/652;
    background-image: url("https://gazebo.b-cdn.net/events/OttawaJazz/2025a/general/DowntownSectionBgMob1.jpg");
  }
  .ojf .catalog {
    gap: 2px;
    padding: 2px 2px;
    border-radius: 5px 5px;
  }
}

@media (width >= 920px) {
  .ojf .catalog {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (width < 920px) {
  .ojf .catalog {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width < 620px) {
  .ojf .catalog {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width < 320px) {
  .ojf .catalog {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ojf .catalog .item {
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 1 / 1;
  border-radius: 5px 5px 5px 5px;
}

.ojf .catalog .item:hover {
  box-shadow: -2px 2px 5px 1px rgb(0 0 0 / 60%), 0 0 20px 15px rgb(0 0 0 / 30%);
}

.ojf .catalog .item .info {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  position: relative;
  background-color: #00000088;
  padding: 4px;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.15;
}

.ojf .catalog .item:hover .info {
  background-color: #000000;
}

.catalog .item .info .instructions {
  display: none;
  font-size: 0.9rem;
  order: 1;
  padding: 5px 0;
}

.ojf .catalog .item:hover .info .instructions {
  display: flex;
  justify-content: center;
}

.catalog .item .info .listings {
  order: 2;
}

.catalog .item .info .titles {
  order: 3;
}

.catalog .item .info .subtitle {
  order: 4;
}

.ojf .catalog .item .subtitle {
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 2px;
}

.ojf .catalog .item h3.title {
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0;
}

.ojf .catalog .item .when {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 0.75rem;
}

.ojf .catalog .item .and-more {
  font-size: 0.8rem;
}

.catalog .info {
  border-radius: 0 0 5px 5px;
}

.catalog .info a:link {
  color: #ffffff;
  text-decoration: none;
}
.catalog .info a:visited {
  color: #ffffff;
  opacity: 0.5;
}
.catalog .info a:hover {
  text-decoration: underline;
}

.catalog .pic,
.catalog .pic img {
  border-radius: 5px;
}

.ojf .catalog .pic {
  position: absolute;
  inset: 0;
}

.catalog .pic .fave-toggle {
  color: #ffffff;
  font-size: 2.5rem;
  position: absolute;
  top: 5px;
  right: 5px;
}

.catalog .overlay {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.catalog .overlay .ribbon {
  color: #fff;
  background-color: #f22;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1px 0 1px 0;
  width: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catalog .overlay .ribbon {
  transform-origin: bottom left;
  transform: translate(0px, 40px) rotate(-40deg);
}

/*
.catalog .overlay .ribbon.ribbon-fr-CA {
  font-size: 0.7rem;
  letter-spacing: 0;
  padding: 0 30px 0 10px;
}
*/

main.grid-page {
  color: var(--gaz-content-fg);
  background-color: var(--gaz-content-bg);
  border-radius: 10px;
}

main.grid-wide {
  max-width: inherit;
}

.grid-group {
  margin-bottom: 30px;
}

.grid-layout {
  background-color: #d9d9d9;
}

.grid-header {
  position: sticky;
  top: 0;
  z-index: 2;
}

.day-title {
  display: flex;
  justify-content: center;
  color: #000;
  background-color: var(--gaz-content-bg);
  padding: 20px 10px 15px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.day-title h2 {
  font-size: 23px;
  font-weight: 700;
  margin: 0;
}

.grid-places {
  background-color: #d8d8d8;
  padding-top: 5px;
  padding-bottom: 2px;
}

.grid-cap {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.grid-cap .fa-solid {
  color: #000b;
  font-size: 0.8em;
  margin-top: 4px;
}

.grid-place {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-layout .hash-hour {
  display: flex;
  padding-left: 9px;
  font-size: 0.9rem;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff99;
  border-left: none;
  border-right: none;
}

.grid-spot {
  display: flex;
  flex-direction: column;
}

.grid-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #fff;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 4px;
  cursor: pointer;
}

.grid-item a.title {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  text-align: center;
  margin: 2px;
}

.grid-item a.time {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
}

.grid-item .time .fa-solid {
  font-size: 1em;
  color: inherit;
  opacity: 0.65;
  margin-left: 10px;
}

.grid-item .fave-display {
  font-size: 1.1rem;
  color: #ffffff;
  position: absolute;
  top: 3px;
  right: 3px;
}

.map-area  .location-main-stage,
.map-area  .location-confederation-park {
  background-color: #fd7f77;
}

.map-area  .location-main-stage::after,
.map-area  .location-confederation-park::after {
  border-top-color: #fd7f77;
}

.grid-cap  .location-main-stage,
.grid-spot .location-main-stage {
  background-color: #fd7f77;
}

.map-area  .location-olg-stage,
.map-area  .location-marion-dewar-plaza {
  background-color: #a7d7ba;
}

.map-area  .location-olg-stage::after,
.map-area  .location-marion-dewar-plaza::after {
  border-top-color: #a7d7ba;
}

.grid-cap  .location-olg-stage,
.grid-spot .location-olg-stage {
  background-color: #a7d7ba;
}

.map-area  .location-olg-bird-s-nest {
  background-color: #a6c0f1;
}

.map-area  .location-olg-bird-s-nest::after {
  border-top-color: #a6c0f1;
}

.grid-cap  .location-olg-bird-s-nest,
.grid-spot .location-olg-bird-s-nest {
  background-color: #a6c0f1;
}

.map-area  .location-fourth-stage,
.map-area  .location-national-arts-centre {
  background-color: #fab573;
}

.map-area  .location-fourth-stage::after,
.map-area  .location-national-arts-centre::after {
  border-top-color: #fab573;
}

.grid-cap  .location-fourth-stage,
.grid-cap  .location-nac-fourth-stage,
.grid-spot .location-fourth-stage,
.grid-spot .location-nac-fourth-stage {
  background-color: #fab573;
}

.map-area  .location-azrieli-studio {
  background-color: #f2a7a7;
}

.map-area  .location-azrieli-studio::after {
  border-top-color: #f2a7a7;
}

.grid-cap  .location-azrieli-studio,
.grid-cap  .location-nac-azrieli-studio,
.grid-spot .location-azrieli-studio,
.grid-spot .location-nac-azrieli-studio {
  background-color: #f2a7a7;
}

@media (max-width: 619px) {
  .grid-place {
    font-size: 13px;
  }
  .grid-item a.title {
    font-size: 13px;
  }
  .grid-item a.time {
    font-size: 13px;
  }
}

main.info {
  color: var(--gaz-content-fg);
  background-color: var(--gaz-content-bg);
  padding: 0 30px 30px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.information {
  font-size: 1.0rem;
}

.information .col-split {
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.information .col-split > div {
  flex: 1;
}

.information h1 {
  display: inline-block;
  font-family: 'gt-eesti-text',sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 30px;
}

.information h2 {
  display: inline-block;
  font-family: 'gt-eesti-text',sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0 10px 0;
}

.information a.youth-pass,
.information a.bronze-pass,
.information a.gold-pass {
  display: inline-block;
  font-family: 'gt-eesti-text',sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0 10px 0;
  color: #ffffff;
  background-color: #000;
  padding: 15px 15px;
  border-radius: 5px;
}

.information a .cents {
  font-size: 0.8rem;
  vertical-align: super;
}

.information a.gold-pass {
  color: #ffd500;
}

.information a.bronze-pass {
  color: #a689e4;
}

.information a.youth-pass {
  color: #19a9ff;
}

.information > p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.information > p.final {
  font-weight: bold;
  max-width: 750px;
  margin-bottom: 20px;
}

.information div.venue {
  margin: 15px 0 0 0;
}

.information div.contact {
  margin: 15px 0;
  gap: 5px;
}

.information div.contact > div {
  margin: 3px 0;
}

.information ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.information li {
  list-style: square;
  list-style-position: outside;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
}

@media (max-width: 619px) {
  main.info {
    padding: 0 10px 10px 10px;
  }
  .information .col-split {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .information h1 {
    font-size: 1.9em;
  }
  .information h2 {
    font-size: 1.4rem;
  }
}

main.item {
  color: var(--gaz-content-fg);
  background-color: var(--gaz-content-bg);
  padding: 30px 0px 30px 0px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.ojf .item-side .fill {
  aspect-ratio: 1/1;
}

.ojf .item-side .fill img {
  aspect-ratio: 1/1;
  width: 100%;
}

.ojf .item-topper .fill img {
  aspect-ratio: 1/1;
  width: 100%;
}

.ojf .item-video-below {
  padding-bottom: 50px;
}

.item-details .section-title {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.item-details .item-title {
  font-family: 'gt-eesti-text',sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
}

.item-details .item-subtitle {
  font-family: 'gt-eesti-text',sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}

.item-details .start-date {
  font-size: 1.7rem;
  font-weight: 500;
}

.item-details .start-time {
  font-size: 1.4rem;
  font-weight: 500;
}


.item-details .listings > div.listing-free {
  display: inline-block;
  padding: 6px 6px;
  margin: 0 0;
  border-radius: 5px;
  color: #fff;
  background-color: #f22;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.item-details ul.related {
  line-height: 1.5;
}

.item-details ul.related li {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 18px;
  line-height: 1.2;
}

.item-details ul.related li::before {
  content: "￭";
  color: #5E7C41;
  margin-left: -12px;
  margin-right: 5px;
}

.item-details .listing-message {
  font-family: 'Helvetica','Arial',sans-serif;
  font-size: 1.0rem;
  font-weight: 400;
  max-width: 320px;
}

.item-socials {
  font-size: 0.9rem;
  margin-left: 5px;
  margin-bottom: 20px;
}

.item-socials .social-link {
  padding: 5px;
}
.item-socials a:link {
  color: #000000;
  text-decoration: none;
}
.item-socials a:visited {
  color: #000000;
  opacity: 0.5;
}
.item-socials a:hover {
  text-decoration: underline;
}

main.ask {
  color: var(--gaz-content-fg);
  background-color: var(--gaz-content-bg);
  padding: 0 30px 30px 30px;
  border-radius: 10px;
  padding-top: 30px;
  margin-bottom: 30px;
}

main.ask h1 {
  padding-top: 30px;
}

.conversation
{
  & .message {
    padding: 10px;
    margin: 2px 0;
    width: fit-content;
  }

  & .message .block {
  }

  & .message.user {
    background-color: var(--assistant-user-color);
    border-radius: 5px;
  }

  & .message p {
    margin: 5px;
  }
}

.conversation-output
{
  max-width: 780px;
  margin: 0 auto;
}

.conversation-input
{
  display: flex;
  flex-direction: row;
}

.conversation-input > form
{
  margin: 15px auto;
  flex-basis: 780px;
  flex-shrink: 1;
}

form.ask submit,
form.ask textarea,
main.ask select,
form.ask input {
  font-size: 1.1rem;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #ffffff;
}

form.ask input[type="text"] {
  font-size: 1.25rem;
  width: 100%;
  padding: 15px 15px;
  margin: 10px 0;
}

form.ask textarea {
  font-family: 'Poppins', sans-serif;
  line-height: 1.25;
  width: 100%;
  resize: vertical;
}

form.ask input[type="submit"] {
  font-size: 1.2rem;
  color: var(--gaz-text-color);
  background-color: var(--gaz-link-color);
  padding: 8px 20px;
  width: 160px;
  cursor: pointer;
}

form.ask input[type="button"] {
  font-size: 1.2rem;
  color: var(--gaz-text-color);
  background-color: var(--gaz-link-color);
  width: 160px;
  cursor: pointer;
}

form.ask input[type="button"].clear {
  color: var(--gaz-link-color);
  background-color: inherit;
  border: var(--gaz-link-color) solid 3px;
  padding: 7px 20px;
}

form.ask .buttons {
  flex: 1;
  margin-top: 15px;
  gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  & > div {
    display: flex;
    flex-direction: row;
    gap: 15px;
  }

}

@keyframes opacity-pulse {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}

form.ask input.waiting {
    animation: opacity-pulse 1.5s infinite ease-in-out;
}

form.ask {
  /* flex-top: 30px; */
}

.ask .message {
  padding: 10px;
}

.ask .message .block {
  max-width: 800px;
}

.ask .message.user {
  background-color: #ccc;
  border-radius: 5px;
}

.ask .message h2 {
  margin: 15px 0;
  line-height: 1.1;
}

.ask .message h3 {
  margin: 10px 0;
  line-height: 1.1;
}

.ask .message p {
  margin: 5px;
}

.ask .message ul {
  list-style-type: disc;
  margin: 5px 15px;
}

.ask .message ol {
  margin: 10px 20px;
  list-style-type: decimal;
}

.ask .message ol li {
  margin: 3px 0;
}

.ask .message .mcp_tool_use {
  font-size: 0.85rem;
  opacity: 0.80;
  margin-left: 1rem;
  font-style: italic;
}

@media print {
  html {
    color: #000;
    background-color: inherit;
  }
  header {
    margin: 30px 0 0 0;
    max-width: inherit;
  }
  header .edition {
    display: none;
  }
  header .masthead {
    flex: 1;
  }
  header .action {
    display: none;
  }
  header img.logo {
    filter: invert(1) grayscale(100%);
  }
  header img.presenter {
    filter: invert(1) grayscale(100%);
  }
  footer {
    display: none;
  }
  .grid-item {
    border: 1px solid #000;
    page-break-inside: avoid;
  }
  .grid-group {
    margin: 50px 10px 0 10px;
    page-break-inside: avoid;
  }
  .grid-place .fa-map {
    display: none;
  }
}
