@charset "UTF-8";
@media (min-width: 768px) {
  .c-webinar-sidebar {
    position: sticky;
    top: 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .c-webinar-sidebar {
    margin-top: 30px;
  }
}
.c-webinar-sidebar__title {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1;
  color: #343434;
  text-transform: uppercase;
  font-weight: bold;
}
.c-webinar-sidebar__subtitle {
  margin-top: 10px;
  font-size: 0.8125em;
  line-height: 1.23;
  font-weight: normal;
}
.c-webinar-sidebar__container {
  background-color: #fff;
  box-shadow: 0 2px 40px 20px rgba(0, 7, 87, 0.1);
  padding: 25px 20px;
  margin-top: 20px;
}
.c-webinar-sidebar__container-recordings {
  margin-bottom: 50px;
  padding: 0;
}
.c-webinar-sidebar__recording {
  background-image: linear-gradient(48deg, #020958 55%, #24f0b9 212%);
  cursor: pointer;
}
.c-webinar-sidebar__recording:hover {
  opacity: 0.9;
}
.c-webinar-sidebar__recording:hover .c-webinar-sidebar__info-title--recording:before {
  transform: scale(1.1);
}
.c-webinar-sidebar__info {
  font-size: 0.75em;
  color: #434343;
  margin-top: 20px;
}
.c-webinar-sidebar__info--recording {
  margin: 10px 0;
  padding: 15px;
}
.c-webinar-sidebar__info:first-child {
  margin-top: 0;
}
.c-webinar-sidebar__info-title {
  line-height: 1.67;
  color: #343434;
  font-weight: bold;
  text-transform: uppercase;
}
.c-webinar-sidebar__info-title--recording {
  color: #fff;
  padding-left: 35px;
}
.c-webinar-sidebar__info-title--recording:before {
  transition: 0.5s;
  content: "";
  background-image: url("../../../img/icons/play-icon.svg");
	filter: invert(0%) sepia(99%) saturate(16%) hue-rotate(81deg) brightness(30%) contrast(100%);
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  vertical-align: middle;
  margin-right: -30px;
  position: relative;
  left: -40px;
}
.c-webinar-sidebar__info-title--topic:before {
  content: "";
  background-image: url("../../../img/icons/tag-icon.svg");
	filter: invert(0%) sepia(99%) saturate(16%) hue-rotate(81deg) brightness(30%) contrast(100%);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 10px;
}
.c-webinar-sidebar__info-title--description:before {
  content: "";
  background-image: url("../../../img/icons/description-icon.svg");
	filter: invert(0%) sepia(99%) saturate(16%) hue-rotate(81deg) brightness(30%) contrast(100%);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 10px;
}
.c-webinar-sidebar__info-title--date:before {
  content: "";
  background-image: url("../../../img/icons/date-icon.svg");
	filter: invert(0%) sepia(99%) saturate(16%) hue-rotate(81deg) brightness(30%) contrast(100%);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 10px;
}
.c-webinar-sidebar__info-title--presenter:before {
  content: "";
  background-image: url("../../../img/icons/presenter-icon.svg");
	filter: invert(0%) sepia(99%) saturate(16%) hue-rotate(81deg) brightness(30%) contrast(100%);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 10px;
}
.c-webinar-sidebar__info-title--duration:before {
  content: "";
  background-image: url("../../../img/icons/clock-icon.svg");
	filter: invert(0%) sepia(99%) saturate(16%) hue-rotate(81deg) brightness(30%) contrast(100%);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 10px;
}
.c-webinar-sidebar__info-description {
  line-height: 1.67;
  padding-left: 30px;
}
.c-webinar-sidebar__info-description--recording {
  padding-left: 35px;
  color: #fff;
  font-size: 0.8125em;
  line-height: 1.23;
  opacity: 0.7;
}
.c-webinar-sidebar__register {
  background-color: #fff;
}
.c-webinar-sidebar__register:after {
  content: "";
  width: calc(100% + 40px);
  height: 1px;
  background-color: #f9f9f9;
  display: block;
  margin-top: 25px;
  margin-left: -20px;
}
.c-webinar-sidebar__register-timezone label {
  display: block;
  font-size: 0.875em;
  line-height: 1.14;
  color: #ff6600;
}
.c-webinar-sidebar__register-timezone select {
  width: 100%;
  margin-top: 10px;
  color: #979797;
  font-style: italic;
  line-height: 1.14;
  font-weight: normal;
  height: 40px;
}
.c-webinar-sidebar__register-button {
  width: 100%;
  margin-top: 20px;
  display: block;
}
.c-webinar-sidebar ul li {
  position: relative;
  padding-left: 15px;
  margin: 5px 0;
}
.c-webinar-sidebar ul li:before {
  position: absolute;
  left: 5px;
  content: "•";
  color: #ffdeb3;
  width: 10px;
  height: 10px;
}
