.events-list {
  background: rgba(91, 194, 231, 0.4);
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.region-above-footer .events-list {
  margin-bottom: 2rem;
}

.events-list__title {
  padding: 2rem 0;
  color: #004B87;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 37px;
}

.events-list__container {
  padding-bottom: 2rem;
}

.event-teaser {
  border-bottom: 1px solid gray;
  padding: 1rem 0;
}

.event-teaser .link-button {
  padding: 0;
}

.event-teaser i {
  color: teal;
}

.event-teaser__date {
 color: navy;
}

.icon-angle-right {
  line-height: 1.3rem;
  text-align: center;
}

.event-teaser__text p {
  color: #101820;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  margin: 0;
}

.event-teaser a {
  color: #004B87;
}

.link-button {
  text-align: right;
}

.link-button a {
  border: 2px solid #5BC2E7;
  box-sizing: border-box;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  padding: 1.25rem 1rem 1rem;
  color: #002D72;
  margin: 0 auto;
  background-color: white;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  min-width: 10rem;
}

.events-page .link-button a {
  background: #5BC2E7;
  border-radius: 5px;
  color: #FFFFFF;
  min-width: 15rem;
}

.event-teaser .link-button a {
  background: #FFFFFF;
  border-radius: 5px;
  border: 2px solid #5BC2E7;
  color: #5BC2E7;
  min-width: 10rem;
}

.events-list__attachment .link-button a {
  background: #FFFFFF;
  border: 2px solid #5BC2E7;
  box-sizing: border-box;
  color: #5BC2E7;
}

.events-list__attachment {
  margin-left: -30px;
}

.events-list__content img {
  max-width: 100%;
}

.events-past-webinars {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  background: rgba(162, 172, 171, 0.3);
  left: 50%;
  margin-top: 3rem;
}
.events-past-webinars .events-list__container {
  padding-left: 30px;
  padding-right: 0;
}
