#content.your {
  --tec-color-link-accent: $col2;
}
#content.your .tribe-events-schedule {
  font-family: "Solomon W01 Book" !important;
  color: #680a28 !important;
  font-size: 18px;
}
#content.your .tribe-events-schedule a {
  color: #680a28 !important;
}
#content.your .tribe-events-schedule strong {
  color: #680a28 !important;
}
#content.your #content .tribe-events-calendar-month__header tr {
  grid-template-columns: repeat(7, 1fr);
}
#content.your #content .tribe-events-calendar-month__header-column {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #89173a;
  color: #fff;
  min-height: 50px;
  text-align: center;
}
#content.your #content .tribe-events-calendar-month__header-column-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  color: inherit;
}

#content.visit {
  --tec-color-link-accent: $col2;
}
#content.visit .tribe-events-schedule {
  font-family: "Solomon W01 Book" !important;
  color: #05482f !important;
  font-size: 18px;
}
#content.visit .tribe-events-schedule a {
  color: #05482f !important;
}
#content.visit .tribe-events-schedule strong {
  color: #05482f !important;
}
#content.visit #content .tribe-events-calendar-month__header tr {
  grid-template-columns: repeat(7, 1fr);
}
#content.visit #content .tribe-events-calendar-month__header-column {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #099454;
  color: #fff;
  min-height: 50px;
  text-align: center;
}
#content.visit #content .tribe-events-calendar-month__header-column-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  color: inherit;
}

#content.council {
  --tec-color-link-accent: $col2;
}
#content.council .tribe-events-schedule {
  font-family: "Solomon W01 Book" !important;
  color: #135c7e !important;
  font-size: 18px;
}
#content.council .tribe-events-schedule a {
  color: #135c7e !important;
}
#content.council .tribe-events-schedule strong {
  color: #135c7e !important;
}
#content.council #content .tribe-events-calendar-month__header tr {
  grid-template-columns: repeat(7, 1fr);
}
#content.council #content .tribe-events-calendar-month__header-column {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #166e95;
  color: #fff;
  min-height: 50px;
  text-align: center;
}
#content.council #content .tribe-events-calendar-month__header-column-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  color: inherit;
}

#content .tribe-events-calendar-month__header-column {
  width: 100%;
}

#content .tribe-events-calendar-month__calendar-event-details {
  border-bottom: 1px solid rgb(228, 228, 228);
  padding-bottom: var(--tec-spacer-0);
}

#content .tribe-events-calendar-month__calendar-event-title {
  font-size: 11px !important;
  font-weight: bold !important;
  font-family: sans-serif !important;
}

#content .tribe-events-calendar-month__multiday-event-bar-title {
  font-size: 11px !important;
  font-family: sans-serif !important;
}/*# sourceMappingURL=extra.css.map */