/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

THIS FILE IS COMPILED. EDIT THE ORIGINAL STYLUS FILE IN SRC/, NOT THIS!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/







































#events-list {
  clear: both;
  width: 80%;
  padding-top: 2em;
  margin: 0 auto;
}
body.section-events #events-list h2 {
  border-top: 2px solid #cfcfcf;
  margin: 1.3em 0 1em;
  padding-top: 4px;
}
#events-list h3 {
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 2px;
  line-height: 1.5em;
  margin: 0 0 1em;
  text-transform: uppercase;
}
#events-list h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 1em;
}
#events-list .event-listing {
  margin-bottom: 1em;
}
#events-list .unit ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
#events-list .unit li {
  margin-bottom: 0.2em;
}
/* =Grid Structure ---------------------------------------------------*/
.goose {
  margin: 0 -1em;
/* Can be set in em, % or px */
  clear: both;
  list-style: none;
/* Works with ul & ol */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  margin: 0 auto;
}
.unit,
.field-unit {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.field-unit {
  display: block;
}
/* Gutters ----------*/
/* Gutter set directly on units (thanks border-box) */
.unit,
.field-unit {
  padding: 0 1em;
/* Can be set in em, % or px (must match .goose negative margins) */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Units ----------*/
/* These divider classes are set on .goose container */
.in-halves > .unit {
  width: 50%;
}
.in-thirds > .unit {
  width: 33.33333%;
}
.in-fourths > .unit {
  width: 25%;
}
.in-fifths > .unit {
  width: 20%;
}
.in-sixths > .unit {
  width: 16.66666%;
}
.in-sevenths > .unit {
  width: 14.28571%;
}
/* Spatials ----------*/
/* The span-x classes are set on individual .units */
/* Spatial units in thirds */
.in-thirds > .span-two {
  width: 66.66666%;
}
/* Spatial units in fourths */
.in-fourths > .span-two {
  width: 50%;
}
.in-fourths > .span-three {
  width: 75%;
}
/* Spatial units in fifths */
.in-fifths > .span-two {
  width: 40%;
}
.in-fifths > .span-three {
  width: 60%;
}
.in-fifths > .span-four {
  width: 80%;
}
/* Spatial units in sixths */
.in-sixths > .span-two {
  width: 33.33333%;
}
.in-sixths > .span-three {
  width: 50%;
}
.in-sixths > .span-four {
  width: 66.66666%;
}
.in-sixths > .span-five {
  width: 83.33333%;
}
/* Spatial units in sevenths */
.in-sevenths > .span-two {
  width: 28.57142%;
}
.in-sevenths > .span-three {
  width: 42.85714%;
}
.in-sevenths > .span-four {
  width: 57.14285%;
}
.in-sevenths > .span-five {
  width: 71.42857%;
}
.in-sevenths > .span-six {
  width: 85.71428%;
}
@media (max-width: 850px) {
  #events-list {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .in-fourths .unit {
    width: 50%;
  }
  .unit .in-halves .unit {
    width: 100%;
  }
  .unit > .unit {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .goose .unit {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .goose .unit {
    width: auto;
    display: block;
  }
}
