.webinars-listing .view-header {
  margin-bottom: 2rem;
}
.webinars-listing ol.breadcrumb {
  padding-top: 1.25rem;
  padding-left: 0.875rem;
}
.webinars-listing .item-list .col {
  margin-top: 0;
  margin-bottom: 1.563rem;
}
.webinars-listing .item-list .card {
  border-radius: 0.625rem;
  border: 0.063rem solid var(--bordercolor);
}
.webinars-listing .card-img-top img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}
.webinars-listing .card .card-body,
.webinars-listing .card .card-footer {
  padding: 0 1.25rem;
}
.webinars-listing .card-body .card-title {
  margin: 1.25rem 0 1rem;
  min-height: 4.875rem;
}
.webinars-listing .card-body .card-title a {
  font-size: 0.875rem;
  color: var(--darkgrey);
}
.webinars-listing .card .card-footer {
  background-color: transparent;
  border-top: none;
  margin-bottom: 1.25rem;
}
.webinars-listing .card-footer small {
  font-size: 0.688rem;
  color: var(--primary);
}
#WebinarWrap ul {
  margin-bottom: 1.875rem;
}
#WebinarWrap ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1rem;
  text-align: justify;
  color: var(--primarytext);
  font-size: 0.875rem;
  font-weight: var(--weight-regular);
}
#WebinarWrap ul li p,
#WebinarWrap ol li p {
  margin: 0;
}
#WebinarWrap ol {
  padding: 0;
  margin-left: 0.938rem;
  margin-bottom: 1.875rem;
}
#WebinarWrap ol li {
  list-style-type: inherit;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 0;
  text-align: justify;
  color: var(--primarytext);
  font-size: 0.875rem;
  font-weight: var(--weight-regular);
}
#WebinarWrap ul li:last-child,
#WebinarWrap ol li:last-child {
  margin-bottom: 0;
}
#WebinarWrap ul li:before {
  content: "•";
  left: 0;
  position: absolute;
  top: 0;
  color: var(--activecolor);
}
#WebinarWrap ul li ul,
#WebinarWrap ol li ol {
  margin-top: 1rem;
  padding-left: 1.5rem;
}
#WebinarWrap img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5625rem;
}
#WebinarWrap .main-container {
  padding-left: 0;
  padding-right: 0;
}
#WebinarWrap .node--type-webinars {
  margin-bottom: 2.5rem;
  position: relative;
}
#WebinarWrap .webinars-title h1 {
  font-size: 1.5rem;
  font-weight: var(--weight-medium);
  margin-bottom: 2.25rem;
}
#WebinarWrap .webinar-wrap {
  margin: 0 auto 3.125rem;
  width: 70%;
}
#WebinarWrap .webinar-image img {
  margin-bottom: 1.25rem;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}
#WebinarWrap .webinar-date {
  font-size: 0.875rem;
}
#WebinarWrap h2,
#WebinarWrap h3,
#WebinarWrap h4 {
  font-size: 1.25rem;
  font-weight: var(--weight-medium);
  margin-bottom: 1.25rem;
}
#WebinarWrap p {
  font-size: 0.875rem;
  font-weight: var(--weight-regular);
  margin-bottom: 2rem;
}
#WebinarWrap .articles-wrap .lr-padding,
#WebinarWrap #static-content-component .lr-padding {
  padding-left: 0;
  padding-right: 0;
}
/* responsive media css */
@media screen and (max-width: 767px) {
  .webinars-listing .card-body .card-title {
    min-height: auto;
  }
  #WebinarWrap .webinars-title h1 {
    font-size: 1.25rem;
  }
  #WebinarWrap h2,
  #WebinarWrap h3,
  #WebinarWrap h4 {
    font-size: 1rem;
  }
  #WebinarWrap .webinar-wrap {
    width: 90%;
  }
}
