.webinar_replay .header {
  background-color: rgb(114, 200, 187);
  padding-top: 20px;
  padding-bottom: 20px;
}

.webinar_replay .header .box {
  padding-bottom: 15px;
  padding-top: 15px;
  outline: none;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.188235);
  line-height: normal;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  max-width: 400px;
  display: block;
  margin: auto;
  color: #FFFFFF;
}

.webinar_replay .header .pink {
  color: rgb(183, 5, 75);
}

.webinar_replay .video {
  display: block;
  margin: auto;
  max-width: 700px;
}

.webinar_replay .wrapper {
  background-color: rgb(242, 242, 242);
  padding-top: 20px;
  padding-bottom: 20px;
}

.webinar_replay .wrapper .box {
  border-color: rgb(49, 49, 49);
  padding: 40px 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgb(41, 41, 41);
  color: #FFFFFF;
}

.webinar_replay .wrapper .box img {
  max-width: 200px;
}

.webinar_replay .wrapper .box h3 {
  font-weight: bold;
  text-align: center;
}

.webinar_replay .wrapper .box p {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.webinar_replay .wrapper .box .cta {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 13px 35px;
  background-color: #8f043b !important;
  display: block;
  margin: auto;
}

.webinar_replay .wrapper .box .cta a {
  color: rgb(255, 255, 255);
  font-size: 20px;
  background-color: #8f043b !important;
  text-decoration: none !important;
  text-align: center;
}

.webinar_replay .offer {
  border-color: rgb(49, 49, 49);
  background-color: rgb(41, 41, 41);
  padding-top: 40px;
  padding-bottom: 40px;
}

.webinar_replay .offer .box {
  outline: currentcolor none medium;
  padding: 40px 60px;
  background-color: rgb(255, 255, 255);
  display: block;
  margin: auto;
  max-width: 800px;
}

.webinar_replay .offer .box h3 {
  font-weight: bold;
  text-align: center;
  color: rgb(41, 41, 41);
}

.webinar_replay .offer .box .cta {
  font-weight: bold;
  font-size: 20px;
}

.divider-20 {
  width: 100%;
  height: 20px;
}

.footer {
  padding-top: 20px;
  text-align: center;
}
