/* line 1, ../sass/events.scss */
.node-events {
  margin-bottom: 20px;
}
/* line 3, ../sass/events.scss */
.node-events .date-block {
  float: right;
  width: 70px;
  height: 70px;
  margin: 0 0 0 14px;
  padding: 8px 0 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background: #2d4283;
}
@media (max-width: 480px) {
  /* line 3, ../sass/events.scss */
  .node-events .date-block {
    display: none;
  }
}
/* line 18, ../sass/events.scss */
.node-events .date-block span {
  display: block;
  margin: -2px 0 0;
  font-size: 25px;
  line-height: 30px;
}
/* line 26, ../sass/events.scss */
.node-events .info ul.inline li {
  padding: 0;
}
/* line 30, ../sass/events.scss */
.node-events .info span:before {
  display: none;
}
/* line 33, ../sass/events.scss */
.node-events .info span:last-of-type {
  margin-bottom: 0;
}
/* line 36, ../sass/events.scss */
.node-events .info span.date, .node-events .info span.campus, .node-events .info span.category {
  display: block;
}

/* line 45, ../sass/events.scss */
.page-node.node-type-events .content article.full-post {
  padding-top: 0;
}

/* line 51, ../sass/events.scss */
.event-info-wrapper {
  clear: both;
  padding: 5px 0;
}

/* line 56, ../sass/events.scss */
.event-info-wrapper .label {
  font-weight: bold;
  font-variant: small-caps;
  width: 70px;
  font-size: 0.8rem;
  margin-right: 5px;
}

/* line 64, ../sass/events.scss */
.page-node.node-type-events .medium-9.large-8.columns {
  width: 75%;
}

/* line 68, ../sass/events.scss */
.view-events-listing .views-row {
  border-bottom: 1px dotted;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

/* line 74, ../sass/events.scss */
.view-events-listing .views-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}

/* line 80, ../sass/events.scss */
.page-news-events-events .select-options.drop-form-select {
  margin-top: -30px;
}
