.c-event--teaser {
  padding: 24px;
  padding: 1.5rem;
  display: flex;
  border-radius: 5px;
  background-color: #B6B6B6;
  position: relative;
  min-height: 240px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .c-event--teaser {
    padding: 48px;
    padding: 3rem;
    min-height: 360px;
  }
}

.c-event--teaser .c-event__pill {
  padding: 12px;
  padding: 0.75rem;
  font-family: 'Montserrat', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  font-weight: 600;
  background-color: #283B8D;
  color: #FFFFFF;
}

.c-event--teaser .c-event__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-event--teaser h3 {
  margin-top: 48px;
  margin-top: 3rem;
}

.c-event--teaser .c-event__date {
  font-size: 16px;
  font-size: 1rem;
  color: #283B8D;
}

.c-event--teaser .c-event__graphic {
  position: absolute;
  bottom: -20px;
  right: -20px;
  transition: transform .3s ease-out;
}

.c-event--teaser:hover, .c-event--teaser:focus {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.c-event--teaser:hover .c-event__graphic, .c-event--teaser:focus .c-event__graphic {
  transform: scale(1.2) translate(-20px, -20px);
}

.c-event--full .c-event__header {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .c-event--full .c-event__header {
    padding-top: 144px;
    padding-top: 9rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    background-color: #B8E4CB;
  }
}

.c-event--full .c-event__header--with-image {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}

@media (min-width: 992px) {
  .c-event--full .c-event__header--with-image .c-event__header-text {
    padding-left: 48px;
    padding-left: 3rem;
  }
}

.c-event--full .c-event__header-content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .c-event--full .c-event__header-content {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    flex-direction: row;
  }
}

.c-event--full .c-event__header-image {
  padding-top: 48px;
  padding-top: 3rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  background-color: #B8E4CB;
}

@media (min-width: 992px) {
  .c-event--full .c-event__header-image {
    padding-top: 0px;
    padding-top: 0;
    margin-bottom: -72px;
    margin-bottom: -4.5rem;
    background-color: transparent;
    flex-shrink: 0;
  }
}

.c-event--full .c-event__header-image-wrapper {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  margin-bottom: -24px;
  margin-bottom: -1.5rem;
}

@media (min-width: 992px) {
  .c-event--full .c-event__header-image-wrapper {
    margin-bottom: 0px;
    margin-bottom: 0;
    width: 100%;
    max-width: unset;
  }
}

.c-event--full .c-event__header-image img {
  border-radius: 5px;
}

.c-event--full .c-event__header-text {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .c-event--full .c-event__header-text {
    width: 100%;
    max-width: unset;
  }
}

.c-event--full .c-event__header-date {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-family: 'Raleway', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.c-event--full .c-event__header-type {
  padding: 12px;
  padding: 0.75rem;
  font-family: 'Montserrat', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
  border-radius: 5px;
  font-weight: 600;
  background-color: #283B8D;
  color: #FFFFFF;
}

.c-event--full .c-event__header-type-wrapper {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  display: inline-flex;
}

.c-event--full .c-event__header-title {
  font-weight: 600;
}

@media (min-width: 992px) {
  .c-event--full .c-event__header-title {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}

.c-event--full .c-event__header-share {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  display: none;
}

@media (min-width: 992px) {
  .c-event--full .c-event__header-share {
    display: block;
  }
}

.c-event--full .c-event__body {
  margin-bottom: 96px;
  margin-bottom: 6rem;
  max-width: 825px;
}

.c-event--full .c-event__body-share {
  margin-top: 48px;
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .c-event--full .c-event__body-share {
    display: none;
  }
}

.c-event--full .c-event__related {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .c-event--full .c-event__related {
    margin-bottom: 96px;
    margin-bottom: 6rem;
  }
}

.c-event--full .c-event__related h2 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .c-event--full .c-event__related h2 {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}

.c-event--full .c-event__related-items {
  display: flex;
}

.c-news-events--homepage .views-row:nth-child(3n+1) .c-event--teaser,
.c-news-events--all .views-row:nth-child(3n+1) .c-event--teaser,
.c-event_related-items .views-row:nth-child(3n+1) .c-event--teaser {
  background-color: #BFE6F6;
}

.c-news-events--homepage .views-row:nth-child(3n+2) .c-event--teaser,
.c-news-events--all .views-row:nth-child(3n+2) .c-event--teaser,
.c-event_related-items .views-row:nth-child(3n+2) .c-event--teaser {
  background-color: #B8E4CB;
}

.c-news-events--homepage .views-row:nth-child(3n) .c-event--teaser,
.c-news-events--all .views-row:nth-child(3n) .c-event--teaser,
.c-event_related-items .views-row:nth-child(3n) .c-event--teaser {
  background-color: #BFC5DD;
}

