.flex {
  display: -ms-flexbox;
  display: flex;
}
.schedulepage .column {
  width: 100%;
  padding: 0;
  overflow: visible;
}
html body .calendar_dropdown {
  right: 0;
}
.list .item .details2 .detail:nth-child(1),
.list .item .details2 .detail:nth-child(2) {
  width: 30%;
}
.list .item .details2 .detail:nth-child(3) {
  width: 25%;
}
@media (min-width: 415px) and (max-width: 736px) {
  .list header .sort-by {
    text-align: right;
  }
}
@media (min-width: 1px) and (max-width: 414px) {
  .list header .sort-by {
    width: 50%;
    text-align: right;
  }
  .list header .sort-by li {
    margin: 1.4rem 0rem 0rem;
    width: 100%;
  }
  .list header .sort-by li.separator {
    display: none;
  }
}
section.schedulepage section.modules.lists.filters {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: block !important;
}
section.schedulepage section.modules.lists.filters.active {
  padding-bottom: 20px;
}
section.schedulepage .filter-parameters {
  display: none;
}
section.schedulepage .filter-parameters > div {
  padding-top: 20px;
}
section.schedulepage h2.programme-filter {
  position: relative;
  border-top: none !important;
  border-bottom: none !important;
  margin: 5px 0 !important;
  padding: 10px 0 12px 42px;
  background: url('../images/schedule/filter-arrow.png') no-repeat 0% 50% !important;
  background-size: 25px 19px !important;
  cursor: pointer;
  line-height: 2.6rem;
  font-size: 2.6rem;
}
@media only screen and (max-width: 1279px) {
  section.schedulepage h2.programme-filter {
    padding: 10px 0 12px 36px;
    background: url('../images/schedule/filter-arrow.png') no-repeat 0% 14px !important;
    background-size: 20px auto !important;
  }
}
@media only screen and (max-width: 1279px) {
  section.schedulepage h2.programme-filter {
    line-height: 2.2rem;
    font-size: 2.2rem;
  }
}
section.schedulepage h2.programme-filter:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  margin-top: -8px;
  height: 0;
  content: '';
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 11px solid #e6e6e6;
}
@media only screen and (max-width: 949px) {
  section.schedulepage h2.programme-filter:before {
    right: 20px;
  }
}
section.schedulepage h2.programme-filter.active:before {
  margin-top: -5px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid #e6e6e6;
}
section.schedulepage button[type=submit].button-link {
  background-color: transparent !important;
  background: url('../images/schedule/reset-filter.png') no-repeat 0% 5px !important;
  background-size: 12px 14px !important;
  -webkit-appearance: none;
  padding: 0 !important;
  margin-top: 30px !important;
}
section.schedulepage button[type=submit].button-link span {
  color: #e94622;
  padding-left: 20px;
}
section.schedule-lists.activities:not(:last-child) {
  margin-bottom: 60px;
}
section.schedule-lists.activities .list .sort-by li a.hide {
  display: none !important;
}
section.schedule-lists.activities .list .sort-by li:first-of-type + li.separator {
  display: none;
}
section.schedule-lists.activities .border-bottom.activities-list {
  left: 0;
  width: 100%;
}
section.schedule-lists.activities header .content {
  min-height: 34px;
}
section.schedule-lists .details.details2 .content {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -ms-flex-pack: start;
  align-items: center;
  -ms-flex-align: center;
  font-family: 'Lato', serif;
  font-weight: 300;
}
section.schedule-lists .details.details2 .content .clear {
  display: none !important;
}
@media screen and (max-width: 460px) {
  section.schedule-lists .details.details2 .content {
    align-items: flex-start;
    -ms-flex-align: start;
    margin: 10px 0;
    padding: 0;
  }
}
section.schedule-lists .details.details2 .content .detail.venue {
  flex-grow: 1;
  -ms-flex-positive: 1;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}
@media screen and (max-width: 460px) {
  section.schedule-lists .details.details2 .content .detail.venue {
    padding: 0;
  }
}
section.schedule-lists .details.details2 .content .ticket {
  flex-grow: 3;
  -ms-flex-positive: 3;
  flex-shrink: 1;
  -ms-flex-negative: 1;
  align-items: center;
  -ms-flex-align: center;
  text-align: right;
}
@media screen and (max-width: 460px) {
  section.schedule-lists .details.details2 .content .ticket > * {
    display: block;
    width: 100%;
  }
}
section.schedule-lists .details.details2 .content .ticket a {
  display: inline-block;
  font-family: inherit;
  text-decoration: none;
  margin-right: 20px;
}
section.modules.lists.schedule-lists.activities {
  width: 100%;
  margin-left: 0;
}
