.events .view-filters {
  background: #e7e7e7;
  border: 1px solid #ddd;
  padding: 0.6em 1em;
  margin-bottom: 2.5em;
}
.events .view-filters .views-exposed-form {
  padding: 0;
}
.events .view-filters .views-exposed-form .form-item input {
  height: 34px;
}
.events .view-filters .views-exposed-form .form-item select {
  height: 34px;
}
@media (min-width: 768px) {
  .events .view-filters .views-exposed-form .form-item {
    display: inline-block;
    margin-top: 0 !important;
    margin-right: 0.5em !important;
    margin-bottom: 0.5em !important;
    width: 41%;
  }
}
@media (min-width: 768px) {
  .events .view-filters .views-exposed-form .form-wrapper {
    display: inline-block;
    margin-top: 0 !important;
    margin-right: 0.5em !important;
    margin-bottom: 0.5em !important;
    width: inherit;
  }
}

.events .card {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #e3e3e3;
}
.events .card:last-child {
  border: 0;
}
@media (min-width: 992px) {
  .events .card {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .events .card {
    font-size: 22px;
  }
}
.events h3 {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 16px;
}
@media (min-width: 992px) {
  .events h3 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .events h3 {
    font-size: 22px;
  }
}
.events img {
  border-top: 3px solid #b31b1b;
}
.events.teaser h3 {
  font-size: 14px;
}
@media (min-width: 992px) {
  .events.teaser {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .events.teaser {
    font-size: 19px;
  }
}

/* Buttons */
.more {
  position: relative;
  display: block;
  margin: 1em auto;
  width: 50%;
  min-width: 200px;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 17px;
  color: #fff;
  background: #3476a4;
  padding: 10px 28px;
  text-decoration: none;
}
.more .zmdi {
  position: absolute;
  top: 14px;
  right: 28px;
  color: #bcd2e1;
  font-size: 16px;
}
.more:hover {
  color: #fff;
  background: #2e3237;
}

.events {
  color: #646464;
}
.events .events-header {
  position: relative;
  margin-bottom: 2em;
}
.events .events-header h2 {
  position: relative;
  color: #323232;
  margin-bottom: 1em;
}
.events .card {
  position: relative;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .events .card {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .events .card {
    font-size: 22px;
  }
}
.events .card .group-link {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  text-decoration: none;
}
.events .card .group-link time {
  text-align: center;
  position: absolute;
  color: #fff;
  padding: 14px;
  line-height: 0.75;
  z-index: 10;
}
.events .card .group-link time day {
  display: block;
  font-size: 34px;
  font-weight: 500;
}
.events .card .group-link time month {
  font-size: 13px;
  text-transform: uppercase;
}
.events .card .group-link .events-thumb img {
  display: block;
}
.events .card .group-link .events-thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  border-style: solid;
  border-width: 115px 115px 0 0;
  border-color: #b31b1b transparent transparent transparent;
}
.events .card .group-link .title {
  width: 100%;
  color: #1f6689;
}
.events .card .group-link .title h3 {
  text-decoration: underline;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 16px;
  margin: 8px 0 16px;
}
@media (min-width: 992px) {
  .events .card .group-link .title h3 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .events .card .group-link .title h3 {
    font-size: 22px;
  }
}
.events .card .group-link:hover .title {
  color: #000;
}
.events .card .field-group {
  color: #5e5e5e;
  font-size: 15px;
}
.events .card .field-group .time {
  position: relative;
}
.events .card .field-group .time i {
  margin-right: 7px;
}
.events .card .field-group .location i {
  margin-right: 7px;
}
.events .card .field-group .summary {
  margin-top: 0.5em;
}

.events-accent {
  background: #f7f7f7;
}
@media (min-width: 768px) {
  .events-accent .events .card {
    clear: none;
    float: left;
    width: 31.667%;
    margin-right: 2.5%;
  }
  .events-accent .events .card:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .events-accent .events .more {
    position: absolute;
    top: -5px;
    right: 15px;
    margin: 0;
    width: inherit;
  }
}

.events-listing.events .card {
  clear: both;
  float: left;
  width: 100%;
}
.events-listing.events .card a h3 {
  color: #1179b1 !important;
}
.events-listing.events .card a:hover h3 {
  color: #000 !important;
}
.events-listing.events .card a:active h3 {
  color: #666 !important;
}
.events-listing.events .card .group-link {
  display: inline;
  position: static;
}
@media (min-width: 768px) {
  .events-listing.events .card .group-link .events-thumb {
    float: left;
    width: 25%;
    margin-right: 3%;
  }
}
.events-listing.events .card .group-link .events-thumb:after {
  border-width: 68px 68px 0 0;
}
.events-listing.events .card .group-link time {
  left: 0;
  padding: 8px 5px;
  line-height: 0.75;
}
@media (min-width: 768px) {
  .events-listing.events .card .group-link time {
    line-height: 0.62;
  }
}
.events-listing.events .card .group-link time day {
  font-size: 20px;
  font-weight: 600;
}
.events-listing.events .card .group-link time month {
  font-size: 12px;
}
@media (min-width: 768px) {
  .events-listing.events .card .group-link .title h3 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .events-listing.events .card .group-link .title {
    float: right;
    width: 72%;
  }
}
@media (min-width: 768px) {
  .events-listing.events .card .field-group {
    float: right;
    width: 72%;
  }
}

.events a:focus time,
.events a:hover time {
  background: transparent;
}

.paragraph--attached-event-block {
  border-top: 1px solid #ccc;
}

#main-article.primary .paragraph--attached-event-block.dark h2.h1 {
  color: #fff;
}
#main-article.primary .paragraph--attached-event-block.dark .title h3 {
  color: #fff;
}

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