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%;
}

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

:root {
  --gaz-accent-color: #84ab5f;
  --gaz-text-color: #000000;
  --gaz-text-reverse: #ffffff;
  --gaz-bg-color: #ffffff;
  --gaz-button-border: #333333;
  --gaz-nav-background: #ffffffee;
  --gaz-content-fg: #000000;
  --gaz-content-bg: #ffffff;
  --gaz-modal-bg: #ffffff;
}

html {
  background-color: var(--gaz-accent-color);
}

body {
  font-family: 'Lora', serif;
  line-height: 1.25;
  color: var(--gaz-text-color);
  background-color: var(--gaz-bg-color);
  -webkit-font-smoothing: antialiased;
  /* overflow-x: hidden; */
}

a:link,
a:visited,
a:hover {
  color: #5E7C41;
  text-decoration: underline;
  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;
}

button {
  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);
  cursor: pointer;
  border: none;
}

a.ticket {
  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);
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.back-area {
  flex-basis: 0px;
}

a.back {
  font-size: 2.4rem;
  line-height: 1;
  color: inherit;
  cursor: pointer;
  border: none;
}

a.send {
  color: inherit;
  cursor: pointer;
}

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

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

.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;
  display: none;
}

div.responses {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 5px;
}

button.response {
  font: inherit;
  font-size: 2.5rem;
  line-height: 1;
  padding: 0;
  margin: 0;
  border-radius: 0;
  color: inherit;
  background-color: inherit;
  cursor: pointer;
  border: none;
}

button.favorite-on {
  color: #16a613;
}

button.checkin-on {
  color: #1455ba;
}

a.favorite {
  font: inherit;
  font-size: 2.5rem;
  line-height: 1;
  /* padding: 0; */
  margin: 0;
  border-radius: 0;
  color: inherit;
  background-color: inherit;
  cursor: pointer;
  border: none;
}

a.favorite-on {
  color: #16a613;
}

.item-row .basic div.ticket-link {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
  font-size: 0.9rem;
}

.item-row .basic a.ticket-icon {
  font-size: 1.2rem;
  margin-right: 5px;
  color: inherit;
}

.item-row .basic a.ticket-link {
  color: inherit;
  text-decoration: none;
}

.item-row .basic a.ticket-link:hover {
  text-decoration: underline;
  color: #5E7C41;
}

.item-row .basic .fave-toggle {
  display: flex;
  flex-direction: row;
  font-size: 0.9rem;
  margin-top: 5px;
}

.item-row .basic a.long-fave {
  padding-top: 2px;
}

.item-row .basic a.favorite {
  font-size: 1.2rem;
  margin-right: 5px;
}

.item-row .basic .ticket-message {
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

a.checkin-on {
  color: #1455ba;
}

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

.only-narrow {
  display: initial;
}

.only-wide {
  display: none;
}

header {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  color: var(--gaz-text-reverse);
  background-color: var(--gaz-accent-color);
}

header a:link,
header a:visited {
  color: var(--gaz-text-reverse);
  text-decoration: none;
}
header a:hover {
  text-decoration: underline;
}

header .links {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  padding-left: 10px;
}

header .dates {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 15px 0;
}

header .logo {
  flex: 1;
  justify-content: center;
  display: flex;
  margin: 15px 0;
}

header .logo img {
  height: 80px;
  aspect-ratio: 332/120;
}

header .socials {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.2rem;
  margin-top: 5px;
}

nav.gaz {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: var(--gaz-nav-background);
}

nav.gaz .layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  gap: 10px;
}

nav.gaz .layout .views {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

nav.gaz a.view-icon {
  font-size: 1.5rem;
  padding: 4px 12px;
  border-radius: 7px;
  color: #000;
  border: 2px solid #000;
  cursor: pointer;
}

nav.gaz .view-name {
  font-family: sans-serif;
  line-height: 1.1;
  font-size: 0.8rem;
  text-align: center;
}

nav.gaz a.view-home {
  flex-basis: 50px;
}

nav.gaz a.view-button {
  flex-basis: 85px;
  flex-shrink: 1;
  padding: 4px 4px;
  border-radius: 5px;
  color: inherit;
  border: 1.5px solid var(--gaz-button-border);
  text-decoration: none;
  cursor: pointer;
}

nav.gaz a.view-active {
  color: #000000;
  background-color: #e4e4e4;
  border: 1.5px solid #000;
}

nav.gaz .mid-space {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 10;
}

nav.gaz .email-this {
  flex-basis: 0%;
  flex-grow: 10;
  flex-shrink: 0;
  margin-left: 15px;
  font-family: 'Helvetica',serif;
  line-height: 1.1;
  font-size: 1.0rem;
  font-weight: 600;
}

nav.saved .rightpad {
  flex: 1;
}

.footer-part nav .page-links {
  text-align: left;
  margin: 20px 10px;
  max-width: 400px;
}

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

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

div.side-split {
  display: flex;
  flex-direction: row;
}

.sidebar-view {
  min-width: 18rem;
  max-width: 18rem;
  position: relative;
  top: 0;
}

.sidebar-inner {
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  /* height: calc(100vh - 150px); */
  height: 100vh;
  padding-bottom: 80px;
}

.sidebar-intro {
  padding: 25px 15px 25px 15px;
}

.sidebar-action {
  text-align: center;
}

.sidebar-error {
  margin: 10px;
}

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

.sidebar-form {
  display: flex;
  flex-direction: column;
}

.sidebar-form input {
  font-size: 1rem;
  margin: 5px 0px;
  padding: 5px;
  border: 1px solid #666;
  border-radius: 3px;
}

.sidebar-form button {
  font-size: 1rem;
  margin: 5px 0px;
  padding: 5px;
  border-radius: 3px;
}

.sidebar-title {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.sidebar-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sidebar-view .favorites-empty {
  margin: 15px;
}

.sidebar-group {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  gap: 10px;
}

.sidebar-group .day-title {
  font-weight: 600;
  background-color: #eee;
  padding: 3px;
  text-align: center;
}

.sidebar-item .title {
  font-weight: 600;
  margin-bottom: 3px;
}

.sidebar-item .title a {
  color: inherit;
}

.sidebar-item .time-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.sidebar-item .time {
  font-weight: 600;
}

.sidebar-item .time,
.sidebar-item .when,
.sidebar-item .location,
.sidebar-item .room {
  font-size: 0.9rem;
}

.underbar-view {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eee;
  border-top: solid 1px #000;
}

.underbar-container {
  overflow-x: scroll;
  display: flex;
  flex-direction: row;
  margin: 5px 0 0 5px;
  gap: 10px;
}

.underbar-view .favorites-empty {
  margin: 3px auto 8px auto;
  text-align: center;
}

.underbar-item {
  min-width: 12rem;
  max-width: 20rem;
  min-height: 5rem;
}

.underbar-item .title {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 3px;
}

.underbar-item .title a {
  color: inherit;
}

.underbar-item .time-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 2px;
  margin-bottom: 4px;
}

.underbar-item .time {
  font-weight: 600;
}

.underbar-item .time,
.underbar-item .when,
.underbar-item .location,
.underbar-item .room {
  font-size: 0.9rem;
}

.underbar-intro {
  padding: 5px 10px 0 20px;
}

.underbar-action {
  text-align: center;
  min-width: 6rem;
}

.underbar-error {
  margin: 10px;
}

a.underbar-save {
  font-family: 'Helvetica','Arial',sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
  color: #ffffff;
  background-color: var(--gaz-accent-color);
  cursor: pointer;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.underbar-form {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.underbar-form div {
  display: flex;
  flex-direction: column;
}

.underbar-form input {
  font-size: 1rem;
  margin: 5px 0px;
  padding: 5px;
  border: 1px solid #666;
  border-radius: 3px;
}

.underbar-form button {
  font-size: 1rem;
  margin: 5px 0px;
  padding: 5px;
  border-radius: 3px;
}

@media (width <= 860px) {
  .gaz-group .item-row {
    flex-direction: column !important;
  }
}

main div.information {
  display: flex;
  flex-direction: column;
}

.catalog {
  gap: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.catalog .item {
  font-weight: 600;
}

.catalog .item .info {
  display: flex;
  flex-direction: column;
  padding: 4px;
  margin-bottom: 20px;
}

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

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

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

.catalog .item .info h3.title {
  font-size: 1.1rem;
  line-height: 1.1;
}

.catalog .item .info .when {
  margin-top: 3px;
  margin-bottom: 3px;
}

.catalog a:link {
  text-decoration: none;
}

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

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

.item-details .item-title {
  font-size: 2.0rem !important;
}

.item-details .start-date {
  font-size: 1.4rem !important;
}

.item-details .start-time {
  font-size: 1.2rem !important;
}

.item-details .place-name {
  font-size: 1.3rem !important;
}

.item-details .place-addr {
  font-size: 1.1rem !important;
}

.item-details .item-description {
  font-size: 1.0rem !important;
}

.intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.intro > div {
  min-height: 38px;
}

.intro-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.intro-links a.nav {
  color: inherit;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.intro-links a.active {
  text-decoration: underline;
}

.intro .fave-toggle {
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.intro a.favorite {
  font-size: 1.3rem;
  margin-right: 7px;
}

.category-filter {
  flex-basis: 280px;
  flex-shrink: 1;
  z-index: auto;
}

.category-filter__menu {
  z-index: auto;
}

.category-filter__control {
  /* min-height: auto !important; */
}

main .schedule-tba {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

main.item {
  position: relative;
}

.item-card .item-splitter {
  padding-bottom: 50px;
}

.item-splitter .item-side {
  flex: 2 !important;
}

.item-splitter .item-details {
  flex: 4 !important;
}

.item-topper .fill {
  background-color: inherit !important;
}

.item-side .fill {
  background-color: inherit !important;
  aspect-ratio: 1/1 !important;
}

.item-side .fill img {
  aspect-ratio: 1/1 !important;
}

.item-topper .fill img {
  aspect-ratio: 1/1 !important;
}

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

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

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

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

main.saved .no-favorites {
  margin: 30px 15px;
  padding-bottom: 100px;
  font-size: 1.8rem;
  text-align: center;
}

main.saved .finish-message {
  margin: 30px 15px;
  font-size: 1.2rem;
  text-align: center;
}

main.saved .send-message {
  max-width: 450px;
}

main.saved .mailing-ask {
  max-width: 430px;
  font-size: 0.9rem;
}

main.saved .send-form {
  margin: 15px;
}

main.saved .send-form .input-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
}

main.saved .send-form input.email {
  flex: 1;
  max-width: 350px;
  font-size: 1.2rem;
  color: fieldtext;
  background-color: field;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 8px;
}

main.saved .send-form input.fullname {
  flex: 1;
  max-width: 350px;
  font-size: 1.2rem;
  color: fieldtext;
  background-color: field;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 8px;
}

main.saved .send-form input.check {
  margin: 5px 10px;
  accent-color: #789958;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  cursor: pointer;
}

main.saved .send-form button {
  font-size: 1.0rem;
  padding: 10px;
  border-radius: 5px;
}

.checkin-middle .send-form {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 15px;
}

.checkin-middle .send-form .send-message {
  max-width: 360px;
  margin-bottom: 10px;
}

.checkin-middle .send-form .input-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
}

.checkin-middle .send-form input.email {
  flex: 1;
  max-width: 360px;
  font-size: 1.0rem;
  color: fieldtext;
  background-color: field;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 8px;
}

.checkin-middle .send-form input.fullname {
  flex: 1;
  max-width: 360px;
  font-size: 1.0rem;
  color: fieldtext;
  background-color: field;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 8px;
}

.checkin-middle .send-form input.check {
  margin: 5px 10px;
  accent-color: #789958;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  cursor: pointer;
}

.checkin-middle .send-form button {
  font-size: 1.0rem;
  padding: 10px;
  border-radius: 5px;
}

main.error {
  border-radius: 10px;
  padding: 30px;
  font-size: 1.2rem;
  flex: 1;
}

main.grid-page {
  color: var(--gaz-content-fg);
  background-color: var(--gaz-content-bg);
  border-radius: 10px;
  padding-bottom: 60px;
  min-width: 750px;
}

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

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

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

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

.grid-page .day-title {
  display: flex;
  justify-content: center;
  color: #000;
  background-color: var(--gaz-content-bg);
  padding: 0px 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: #efece1;
  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: 12px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
}

.grid-item a.time {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  margin-top: 5px;
}

.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: #16a613;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.map-area  .location-greensboro-cultural-center,
.map-area  .location-greensboro-cultural-center-greenhill-center-for-nc-art,
.grid-cap  .location-greensboro-cultural-center-greenhill-center-for-nc-art,
.grid-spot .location-greensboro-cultural-center-greenhill-center-for-nc-art,
.grid-spot .location-greensboro-cultural-center-greenhill-center-for-nc-art {
  background-color: #95d5d399;
}

.map-area  .location-greensboro-cultural-center::after,
.map-area  .location-greensboro-cultural-center-greenhill-center-for-nc-art::after {
  border-top-color: #95d5d399 !important;
}

.map-area  .location-greensboro-cultural-center-hyers-theatre,
.grid-cap  .location-greensboro-cultural-center-hyers-theatre,
.grid-spot .location-greensboro-cultural-center-hyers-theatre,
.grid-spot .location-greensboro-cultural-center-hyers-theatre {
  background-color: #33996755;
}

.map-area  .location-greensboro-cultural-center-hyers-theatre::after {
  border-top-color: #33996755 !important;
}

.map-area  .location-greensboro-cultural-center-room-203,
.grid-cap  .location-greensboro-cultural-center-room-203,
.grid-spot .location-greensboro-cultural-center-room-203,
.grid-spot .location-greensboro-cultural-center-room-203 {
  background-color: #faccd2;
}

.map-area  .location-greensboro-cultural-center-room-203::after {
  border-top-color: #faccd2 !important;
}

.map-area  .location-greensboro-cultural-center-van-dyke-performance-space,
.grid-cap  .location-greensboro-cultural-center-van-dyke-performance-space,
.grid-spot .location-greensboro-cultural-center-van-dyke-performance-space,
.grid-spot .location-greensboro-cultural-center-van-dyke-performance-space {
  background-color: #8cc54066;
}

.map-area  .location-greensboro-cultural-center-van-dyke-performance-space::after {
  border-top-color: #8cc54066 !important;
}

.map-area  .location-greensboro-history-museum,
.map-area  .location-greensboro-history-museum-auditorium,
.grid-cap  .location-greensboro-history-museum-auditorium,
.grid-spot .location-greensboro-history-museum-auditorium,
.grid-spot .location-greensboro-history-museum-auditorium {
  background-color: #5690cc77;
}

.map-area  .location-greensboro-history-museum::after,
.map-area  .location-greensboro-history-museum-auditorium::after {
  border-top-color: #5690cc77 !important;
}

.map-area  .location-greensboro-public-library,
.map-area  .location-greensboro-public-library-nussbaum-room,
.grid-cap  .location-greensboro-public-library-nussbaum-room,
.grid-spot .location-greensboro-public-library-nussbaum-room,
.grid-spot .location-greensboro-public-library-nussbaum-room {
  background-color: #f8991d66;
}

.map-area  .location-greensboro-public-library::after,
.map-area  .location-greensboro-public-library-nussbaum-room::after {
  border-top-color: #f8991d66 !important;
}

.map-area  .location-scuppernong-books {
  background-color: #ebebeb !important;
}

.map-area  .location-scuppernong-books::after {
  border-top-color: #ebebeb !important;
}

.map-area  .location-harrison-auditorium-nc-a-t {
  background-color: #ebebeb !important;
}

.map-area  .location-harrison-auditorium-nc-a-t::after {
  border-top-color: #ebebeb !important;
}

.map-area  .location-mcnair-hall-nc-a-t  {
  background-color: #ebebeb !important;
}

.map-area  .location-mcnair-hall-nc-a-t::after {
  border-top-color: #ebebeb !important;
}

.map-area  .location-elliot-university-center-uncg  {
  background-color: #ebebeb !important;
}

.map-area  .location-elliot-university-center-uncg::after {
  border-top-color: #ebebeb !important;
}

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: 219px 0 0 0;
}

main.map #locate-btn {
  position: absolute;
  top: 229px;
  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: 4px 5px;
  box-shadow: 3px 3px 7px #0002;
  border-radius: 5px;
}

.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; /* ? */
}

.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-circle-parking {
  font-size: 1.6rem;
  color: #1973e8
}

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

.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;
}

.fa-solid.fa-compact-disc,
.fa-solid.fa-glass-water-droplet,
.fa-solid.fa-restroom-simple,
.fa-solid.fa-circle-info {
  color: #1973e8;
}

.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.venue .name {
  text-align: left;
}

.map-info-box .name {
  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 span {
  font-size: 1.75em;
  cursor: pointer;
}

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

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

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

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

/*
 * larger screen
 */
@media (min-width: 650px) {

  header {
    flex-direction: row;
  }

  header .dates {
    margin: 0 0 0 0;
  }

  header .logo img {
    height: 100px;
    margin: 10px 0;
  }

  header .links {
    flex-basis: 120px;
  }

  header .socials {
    flex-basis: 120px;
    margin: 0;
  }

  nav.gaz .layout {
    padding-left: 30px;
    padding-right: 30px;
  }

  nav.gaz .view-name {
    font-size: 0.9rem;
  }

  dialog {
    margin: 30px auto 30px auto;
    border-radius: 20px;
  }

  .catalog {
    gap: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  main.saved .send-form {
    margin-left: 90px;
  }

  .back-area {
    flex-basis: 45px;
  }

  main.map #gaz-map-container {
    inset: 150px 0 0 0;
  }

  main.map #locate-btn {
    top: 160px;
    left: 10px;
  }

  .only-narrow {
    display: none;
  }

  .only-wide {
    display: initial;
  }

}

span.css-1f43avz-a11yText-A11yText,
span#react-select-2-live-region {
  z-index: auto;
}

@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 span.fa-map {
    display: none;
  }
}
