#webinar-page-header {
  padding-top: 74px;
  height: 700px;
  display: flex;
  align-items: center;
  text-align: center;
  background-image: url('/webinars/assets/images/webinar-header-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#webinar-page-header h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.webinar-section {
  width: 100%;
  height: auto;
}

.webinar-section .webinar-section-header {
  height: 130px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}

.webinar-section .webinar-section-title {
  height: 130px;
  font-size: 26px;
  text-transform: uppercase;
  padding-left: 0;
  padding-top: 60px;
}

.webinar-section .webinar-section-title::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 9px;
  border: 1px solid #ebebeb;
  background-color: #fd9800;
}

#featured-webinar-img-cont {
  /*padding-left: 0;*/
}

#featured-webinar-data-cont p,
#live-webinars p {
  color: black;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

#featured-webinar-data-cont p {
  margin-top: 100px;
}

#live-webinars p {
  margin-top: 45px;
  margin-bottom: 35px;
}

#featured-webinar-data-cont .btn,
#live-webinars .btn,
#webinar-cta-cont .btn {
  width: 330px;
  height: 57px;
  font-size: 19px;
  padding-top: 15px;
  border: none;
  font-weight: 600;
  margin-top: 10px;
}

#featured-webinar-data-cont .btn:hover,
#live-webinars .btn:hover,
#webinar-cta-cont .btn:hover {
  text-decoration: none;
}

#live-webinars {
  text-align: center;
}

#live-webinars .img-cont {
  height: 420px;
  width: 100%;
  color: white;
  font-size: 32px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recorded-webinar-cont {
  height: auto;
  margin-bottom: 25px;
}

.recorded-webinar-cont .recorder-webinar-img-cont {
  width: 100%;
  height: 365px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.recorded-webinar-cont .recorder-webinar-info-cont {
  border: 1px solid #ebebeb;
  text-align: center;
  padding: 0 45px;
}

.recorded-webinar-cont .recorder-webinar-info-cont .category-label {
  background-color: rgba(255, 0, 0, 0.6);
  color: white;
  width: 75%;
  height: 40px;
  margin: -20px auto;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 40px;
}

.recorded-webinar-cont .recorder-webinar-info-cont h3 {
  color: black;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 35px;
}

.recorded-webinar-cont .recorder-webinar-info-cont a {
  color: #ff9800;
  outline: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  padding: 0 10px 0 50px;
  line-height: 35px;
  display: inline-block;
  margin: 5px 0 30px 0;
  background-image: url(../../images/mailers/newsletters/images/play-icon.png);
  background-position: 10px 2px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.recorded-webinar-cont .recorder-webinar-info-cont a:hover {
  text-decoration: none;
  opacity: 0.9;
}

.webinar-section #load-more-webinars {
  color: #ff9800;
  border: 1px solid #ff9800;
  width: 250px;
  height: 45px;
  line-height: 32px;
  font-size: 16px;
  margin-top: 30px;
}

.webinar-section #load-more-webinars:hover {
  text-decoration: none;
  color: white;
}

#webinar-cta-cont {
  height: 550px;
  background-image: url('/webinars/assets/images/webinar-cta-bg.jpg');
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
