/* Neutral Colors */
/* Primary Colors */
/* Conference Colors */
#masterContentArea .schedule-nav .iMIS-WebPart {
  padding: 3rem 0 0 0;
}
#masterContentArea .schedule-nav .iMIS-WebPart ul,
#masterContentArea .schedule-nav .iMIS-WebPart li {
  display: inline-block;
  margin: 0;
  padding: 0 3px 6px 0;
}
#masterContentArea .schedule-nav .iMIS-WebPart ul a:not(.TextButton):not(.trigger):not(.obo-action),
#masterContentArea .schedule-nav .iMIS-WebPart li a:not(.TextButton):not(.trigger):not(.obo-action) {
  border: 1px solid #9b4856;
  color: #9b4856;
  padding: 1rem 1.5rem;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  background: transparent;
}
#masterContentArea .schedule-nav .iMIS-WebPart ul a.active:not(.TextButton):not(.trigger):not(.obo-action),
#masterContentArea .schedule-nav .iMIS-WebPart ul a:hover:not(.TextButton):not(.trigger):not(.obo-action),
#masterContentArea .schedule-nav .iMIS-WebPart li a.active:not(.TextButton):not(.trigger):not(.obo-action),
#masterContentArea .schedule-nav .iMIS-WebPart li a:hover:not(.TextButton):not(.trigger):not(.obo-action) {
  border: 1px solid #9b4856;
  background-color: #9b4856;
  color: white;
}
#masterContentArea .schedule-nav .iMIS-WebPart p {
  margin-top: 0;
}
#masterContentArea .schedule {
  display: none;
}
#masterContentArea .schedule .iMIS-WebPart {
  padding: 0;
}
#masterContentArea .schedule.active {
  display: block;
}
#masterContentArea .schedule h3 {
  color: #9b4856;
  font-size: 1.75rem !important;
  padding: 1rem 0;
}
#masterContentArea .schedule .schedule-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #CCC;
  padding: 1rem 1rem 0 1rem;
}
#masterContentArea .schedule .schedule-row h5 {
  flex: 1 1 20%;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0.5rem 0.5rem 0;
  margin: 0 0 0.5rem 0;
}
#masterContentArea .schedule .schedule-row:has(h5.highlight) {
  background-color: #fcf4e8;
}
#masterContentArea .schedule .schedule-row .schedule-description {
  flex: 1 1 80%;
  padding: 0 0.5rem 0.5rem 0;
  margin: 0 0 0.5rem 0;
}
#masterContentArea .schedule .schedule-row .schedule-description h1:first-child,
#masterContentArea .schedule .schedule-row .schedule-description h2:first-child,
#masterContentArea .schedule .schedule-row .schedule-description h3:first-child,
#masterContentArea .schedule .schedule-row .schedule-description h4:first-child,
#masterContentArea .schedule .schedule-row .schedule-description h5:first-child,
#masterContentArea .schedule .schedule-row .schedule-description h6:first-child,
#masterContentArea .schedule .schedule-row .schedule-description p:first-child {
  margin-top: 0;
}
#masterContentArea .schedule .schedule-row h5 {
  font-weight: 700;
  white-space: nowrap;
}

.three_column_flex_zone {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.5em;
}
.three_column_flex_zone > div {
  display: block;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
  margin-bottom: 1em;
  padding: 0;
  position: relative;
}
@media (min-width: 500px) {
  .three_column_flex_zone > div {
    flex-basis: calc(33% - 1em);
    max-width: calc(33% - 1em);
  }
}

.schedule-row .text {
  transition: all 0.5s ease-in;
  display: inline-block;
  max-height: 0;
  overflow: hidden;
}
.schedule-row .trigger,
.schedule-row .trigger:hover,
.schedule-row .trigger:active,
.schedule-row .trigger:visited,
.schedule-row .trigger:focus {
  display: inline-block;
  position: relative;
  background: hsl(240, 8%, 95%);
  color: #9b4856;
  margin: 0 0.5rem;
  padding: 0px 9px;
  font-size: 12px;
  border-radius: 9px;
  font-weight: normal;
  border: none;
  text-decoration: none;
  vertical-align: top;
}
.schedule-row.active .text {
  max-height: 900px;
  overflow: auto;
}
