/* Rem Unit font sizes with relative fallback http:/seesparkbox.com/foundry/scss_rem_mixin_now_with_a_better_fallback 
   Usage: @include font-size(1, large); */
/* Round corners */
/* Opacity */
/* Letterpress */
/* Card Shadow */
/* Gradient */
/* Drop Shadow */
/* Transition */
/* To use rem on IE */
/* line 2, _events.scss */
#event-wrap {
  margin: -10px -10px 5px -10px;
}
/* line 5, _events.scss */
#event-wrap .event-entry {
  position: relative;
  display: inline-block;
  width: 278px;
  height: 400px;
  margin: 12px 12px;
  padding: 0;
  border: 1px solid #c7c7c5;
  -webkit-box-shadow: 0 1px 2px #cccccc;
  -moz-box-shadow: 0 1px 2px #cccccc;
  box-shadow: 0 1px 2px #cccccc;
}
/* line 15, _events.scss */
#event-wrap .event-entry:hover {
  cursor: pointer;
}
/* line 19, _events.scss */
#event-wrap .event-entry .hi-event-date {
  position: absolute;
  top: -3px;
  left: 5px;
  width: 80px;
  height: 28px;
  padding-top: 10px;
  overflow: hidden;
  background-image: url("event-date-back-small.png");
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  color: #645142;
  text-shadow: 0 1px 0 white;
}
/* line 41, _events.scss */
#event-wrap .event-entry .hi-event-image {
  width: 278px;
  height: 160px;
  background-color: #ccc;
  overflow: hidden;
}
/* line 48, _events.scss */
#event-wrap .event-entry .hi-event-content {
  position: relative;
  height: 180px;
  overflow: hidden;
  background-color: #fff;
}
/* line 54, _events.scss */
#event-wrap .event-entry .hi-event-content .hi-event-title {
  padding: 13px 10px 0px 10px;
  text-align: center;
}
/* line 58, _events.scss */
#event-wrap .event-entry .hi-event-content .hi-event-title a {
  font-size: 20px;
  line-height: 22px;
  color: #645142;
  text-decoration: none;
}
/* line 67, _events.scss */
#event-wrap .event-entry .hi-event-content .hi-event-text {
  padding: 0px 12px;
}
/* line 72, _events.scss */
#event-wrap .event-entry .hi-event-content .text-hide {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background-image: url("hide-text.png");
  background-position: bottom left;
  background-repeat: repeat-x;
}
/* line 85, _events.scss */
#event-wrap .event-entry .hi-event-action {
  position: relative;
  height: 60px;
  background-color: #fff;
}
/* line 90, _events.scss */
#event-wrap .event-entry .hi-event-action .hi-event-icons {
  position: absolute;
  bottom: 6px;
  left: 13px;
}
/* line 95, _events.scss */
#event-wrap .event-entry .hi-event-action .hi-event-icons i {
  color: #9b9b9b;
  font-size: 25px;
  margin-right: 10px;
}
/* line 103, _events.scss */
#event-wrap .event-entry .hi-event-action .hi-event-button {
  position: absolute;
  bottom: 0px;
  right: 5px;
}

/* line 115, _events.scss */
#recent-events {
  width: 592px;
}

/* line 2, _recent-news.scss */
#recent-news {
  width: 285px;
}
/* line 5, _recent-news.scss */
#recent-news .recent-entry-content {
  width: 145px;
}

/* line 1, _newsletter.scss */
#mc_field_EMAIL {
  display: inline-block;
  width: 100%;
  margin-right: 1rem;
}

/* line 7, _newsletter.scss */
#mc_mv_EMAIL {
  width: 100%;
  display: inline;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
