/*rgba(245, 130, 32, 0.05)*/
.content-wrapper.events .content.full .title {
  color: #F58220;
}
.content-wrapper.events .content.full .title svg {
  height: 0.8em;
}
.content-wrapper.events .content.full .events_switcher {
  font-size: 0.8em;
}
.content-wrapper.events .content.full .events_switcher .events_upcoming_link, .content-wrapper.events .content.full .events_switcher .events_past_link {
  color: #41C7CF;
  cursor: pointer;
}
.content-wrapper.events .content.full .events_switcher .events_upcoming_link:hover, .content-wrapper.events .content.full .events_switcher .events_past_link:hover {
  color: #F58220;
}
.content-wrapper.events .content.full .events_switcher .events_upcoming_link.active, .content-wrapper.events .content.full .events_switcher .events_past_link.active {
  color: #4A4A4A;
  cursor: default;
}
.content-wrapper.events .content.full .events_switcher .events_upcoming_link.active:hover, .content-wrapper.events .content.full .events_switcher .events_past_link.active:hover {
  color: #4A4A4A;
}
.content-wrapper.events .content.full .events_switcher .divider {
  color: #C9CACB;
  font-size: 0.9em;
  vertical-align: top;
  padding: 0 0.25em;
}
.content-wrapper.events .content.full .content-inner {
  color: #4A4A4A;
  padding-top: 0.5em;
  height: calc(100% - 6em);
  position: relative;
}
.content-wrapper.events .content.full .content-inner .events_upcoming, .content-wrapper.events .content.full .content-inner .events_past {
  height: 100%;
}
.content-wrapper.events .content.full .content-inner .content-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  font-weight: inherit;
  font-size: 1em;
  line-height: 1.2;
}
.content-wrapper.events .content.full .content-inner .content-list .slick-list {
  width: 100%;
}
.content-wrapper.events .content.full .content-inner .content-list .slick-list .slick-track {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.content-wrapper.events .content.full .content-inner .content-list .slide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 79.4em;
  height: 28.3em;
  justify-content: flex-start;
}
.content-wrapper.events .content.full .content-inner .content-list .slide .item {
  height: 21em;
  margin-left: 1.78em;
}
.content-wrapper.events .content.full .content-inner .content-list .slide .item:first-child {
  margin-left: 0;
}
.content-wrapper.events .content.full .content-inner .content-list .item {
  display: flex;
  flex-direction: column;
  width: calc(33.3% - 1.2em);
  height: calc(100% - 2.1em);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.08);
  position: relative;
  background: #FFFFFF;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-image {
  display: flex;
  width: 100%;
  height: 10.4em;
  min-height: 6.7em;
  overflow: hidden;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.1em 1.2em;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-content .item-date {
  font-size: 0.85em;
  margin-bottom: 0.2em;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-content .item-title {
  font-size: 1.1em;
  line-height: 1.3;
  height: 2.6em;
  overflow: hidden;
  margin-bottom: 0.2em;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-content .item-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
  width: calc(100% + 1em);
  max-height: 3.9em;
  overflow: hidden;
  position: relative;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-content .item-tags .item-tag {
  font-size: 0.65em;
  line-height: 1.3;
  width: auto;
  margin-right: 0.8em;
  border-style: solid;
  border-color: #939598;
  border-width: 0.05em;
  border-radius: 0.18em;
  color: #939598;
  padding: 0.4em 0.7em 0.4em 0.7em;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-content .item-tags .item-tag.type {
  color: #FFFFFF;
  background: #5EB2F7;
  border-color: #5EB2F7;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-content .item-address {
  font-size: 0.75em;
  padding-bottom: 0.2em;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-content .item-time {
  font-size: 0.75em;
  padding: 0.4em 0.2em;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-content .item-time span {
  color: #C9CACB;
  font-size: 0.9em;
  vertical-align: top;
  padding: 0 0.25em;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-content .item-view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-top: auto;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-content .item-view-all .button-hexa2 {
  font-size: 0.8em;
  width: 100%;
  margin: 0;
  height: 2.458em;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-content .item-view-all .button-hexa2:before {
  border-width: 1.239em 0.4em 1.239em 0;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-content .item-view-all .button-hexa2:after {
  border-width: 1.239em 0 1.239em 0.4em;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-content .item-view-all .button-hexa2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 0.5em;
}
.content-wrapper.events .content.full .content-inner .content-list .item .item-content .item-view-all .button-hexa2 span span {
  display: inline;
  width: auto;
  padding: 0;
}

/*# sourceMappingURL=events.css.map */
