.c-webinars-list {
  position: relative;
}
.c-webinars-list__loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-webinars-list__separator {
  margin: 50px 0;
  font-size: 1.5em;
  color: #ff6600;
  text-transform: uppercase;
}
.c-webinars-list__separator:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffdeb3;
  display: block;
  margin: 20px 0;
}
.c-webinars-list__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 97;
  background: rgba(255, 255, 255, 0.5);
}
.c-webinars-list:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 8%;
  background: url("../../../img/green-line-lg.png") no-repeat;
  background-size: contain;
  height: 355px;
  width: 718px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .c-webinars-list:after {
    content: none;
  }
}
.c-webinars-list:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../../img/green-line-sm.png") no-repeat;
  background-size: contain;
  height: 214px;
  width: 428px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .c-webinars-list:before {
    content: none;
  }
}
.c-webinars-list__wrapper {
  position: relative;
}
.c-webinars-list__wrapper:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
}
.c-webinars-list__item {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .c-webinars-list__item {
    margin-bottom: 20px;
  }
}
.c-webinars-list__sidebar {
  margin-top: 50px;
}
.c-webinars-list__count {
  border-bottom: 2px solid #ff6600;
  padding: 0 0 30px;
  margin: 0 0 40px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  font-family: "Lato", sans-serif;
}
.c-webinars-list__links {
  margin: 0 -15px;
}
.c-webinars-list__links .row {
  justify-content: space-between;
}
