.events-subscribe__list {
  border-top: none;
}

.calendar__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
}

@media screen and (max-width: 760px) {
  .calendar__header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.calendar__header-month {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  position: relative;
  right: 0;
  left: 0;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .calendar__header-month {
    text-align: right;
  }
}

.calendar__navigation {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  padding: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 760px) {
  .calendar__navigation {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.calendar__navigation a {
  line-height: 16px;
}

.calendar__view {
  float: none;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  padding: 0;
}

.calendar__view-calendar {
  margin: 0;
}

.calendar__view-list {
  margin: 0 0 0 5px;
}

.vevent {
  border-bottom: 2px dotted #aaa;
  margin-bottom: 25px;
}

.vevent .description {
  font-size: 14px;
}

.vevent .image {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}

.vevent .image img {
  display: block;
  width: 60%;
  margin: 25px auto;
  height: auto;
}

@media screen and (max-width: 760px) {
  .vevent .image {
    width: 100%;
    display: block;
  }
}

.vevent .info {
  display: inline-block;
  width: 59%;
  padding: 25px 2%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 760px) {
  .vevent .info {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}

.vevent .main {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

.vevent .share p {
  display: none;
}

.vevent .share ul {
  margin: 0;
  padding: 0;
}

.vevent .share ul li {
  list-style-type: none;
  display: inline-block;
  width: 20px;
}

.vevent .share ul li a {
  width: 20px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vevent .share ul li a.delicious {
  background: url(/resources/strand/images/uploads/Social%20Media/delicious-30-30-color.png) center center no-repeat;
  background-size: cover;
}

.vevent .share ul li a.digg {
  background: url(/resources/strand/images/uploads/Social%20Media/digg-30-30-color.png) center center no-repeat;
  background-size: cover;
}

.vevent .share ul li a.facebook {
  background: url(/resources/strand/images/uploads/Social%20Media/facebook-30-30-color.png) center center no-repeat;
  background-size: cover;
}

.vevent .share ul li a.myspace {
  background: url(/resources/strand/images/uploads/Social%20Media/myspace-30-30-color.png) center center no-repeat;
  background-size: cover;
}

.vevent .share ul li a.twitter {
  background: url(/resources/strand/images/uploads/Social%20Media/twitter-30-30-color.png) center center no-repeat;
  background-size: cover;
}

.vevent .share ul li a.stumbleupon {
  background: url(/resources/strand/images/uploads/Social%20Media/stumbleupon-30-30-color.png) center center no-repeat;
  background-size: cover;
}

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