div:after,
ul:after,
section:after {
  content: "";
  display: block;
  clear: both;
}

.inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 959px) {
  .inner {
    padding: 0 10px;
  }
}

img {
  max-width: 100%;
}

.event-calendar h2 {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .event-calendar h2 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  .event-calendar h2 img {
    width: 200px;
  }
}
.event-calendar .month-selection {
  text-align: center;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .event-calendar .month-selection {
    padding-bottom: 30px;
  }
}
.event-calendar .month-selection p {
  font-size: 1.375em;
  letter-spacing: 1px;
  padding: 0 65px 15px;
  display: inline-flex;
  position: relative;
}
@media screen and (max-width: 479px) {
  .event-calendar .month-selection p {
    padding: 0 50px 15px;
  }
}
.event-calendar .month-selection p a {
  display: inline-flex;
  position: absolute;
}
.event-calendar .month-selection p a.prev {
  top: 0px;
  left: 0px;
}
.event-calendar .month-selection p a.next {
  top: 0px;
  right: 0px;
}
.event-calendar .month-selection p a img {
  width: 30px;
  height: 30px;
}
.event-calendar .month-selection .filters ul {
  list-style: none;
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.event-calendar .month-selection .filters ul li {
  font-size: 1.25em;
  background-color: #dcdcdc;
  padding: 10px 0;
  letter-spacing: 1px;
  display: inline-block;
  width: 95px;
  margin: 0 8px 15px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all  .2s ease-in-out;
}
@media screen and (max-width: 479px) {
  .event-calendar .month-selection .filters ul li {
    padding: 5px 0;
  }
}
.event-calendar .month-selection .filters ul li:hover {
  color: #fff;
  background-color: #0db272;
}
.event-calendar .month-selection .filters ul li.active {
  color: #fff;
  background-color: #0db272;
}
.event-calendar .event-information {
}
.event-calendar .event-information .items .mix {
  display: none;
}
.event-calendar .event-information .items .item {
  width: 100%;
}
.event-calendar .event-information .items .item h3 {
  font-size: 1.375em;
  text-align: center;
  font-weight: lighter;
  letter-spacing: 1px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .event-calendar .event-information .items .item h3 {
    font-size: 1.1875em;
  }
}
.event-calendar .event-information .items .item h3 span {
  color: #0db272;
}
.event-calendar .event-information .items .item table {
  width: 100%;
  table-layout: fixed;
}
.event-calendar .event-information .items .item table tr {
  border-bottom: solid 1px #d2d2d2;
}
.event-calendar .event-information .items .item table th {
  width: 32%;
  font-size: 0.875em;
  text-align: left;
  color: #0db272;
  vertical-align: top;
  font-weight: lighter;
  letter-spacing: 1px;
  line-height: 1.8;
  padding: 25px 0 5px 40px;
}
@media screen and (max-width: 479px) {
  .event-calendar .event-information .items .item table th {
    width: 100%;
    display: block;
    padding: 20px 10px 0;
  }
}
.event-calendar .event-information .items .item table th span {
  display: block;
  margin: 10px 0;
}
.event-calendar .event-information .items .item table th span a {
  display: block;
}
.event-calendar .event-information .items .item table td {
  font-size: 0.875em;
  letter-spacing: 1px;
  padding: 25px 30px 5px;
  vertical-align: top;
  line-height: 1.8;
}
@media screen and (max-width: 479px) {
  .event-calendar .event-information .items .item table td {
    width: 100%;
    display: block;
    padding: 5px 10px;
  }
}
.event-calendar .event-information .items .item table td .title {
  display: block;
  font-size: 1.25em;
  padding-bottom: 5px;
}
.event-calendar .event-information .items .item table td .more {
  display: block;
  text-align: right;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .event-calendar .event-information .items .item table td .more {
    padding-top: 10px;
  }
}
.event-calendar .event-information .items .item table td .more a {
  padding-left: 15px;
  position: relative;
  text-decoration: underline;
}
.event-calendar .event-information .items .item table td .more a:hover {
  text-decoration: none;
}
.event-calendar .event-information .items .item table td .more a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 3px;
  left: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #333;
}
.event-calendar .event-information .items .item table td a {
  color: #333;
}
.event-calendar .event-information .items .item table .small a {
  text-decoration: underline;
}
.event-calendar .event-information .items .item table .small a:hover {
  text-decoration: none;
}
.event-calendar .event-information .items .item table .large td .title a {
  text-decoration: underline;
}
.event-calendar .event-information .items .item table .large td .title a:hover {
  text-decoration: none;
}
