/* webinars CSS */

.cards-list, .cl-card__info, .date-time-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-clock {
  font-size: 1.5rem;
  width: 1em;
}

.icon-close {
  font-size: 2rem;
  width: 1em;
}

.icon-date-24 {
  font-size: 2.4rem;
  width: 1em;
}

.breadcrumb .row {
  margin-bottom: 0;
}

.temppages > .wrapper-centered {
  max-width: none;
  margin: 0;
}

.temppages > .wrapper-centered > .row > .span12 {
  padding: 0;
}

.temppages > .wrapper-centered .ubmi_banner_bottom,
.temppages > .wrapper-centered .content-block.sponsored {
  width: calc(100% - 40px);
  max-width: 1229px;
  margin: 0 auto;
}

.m-content *, .m-content *:before, .m-content *:after {
  box-sizing: border-box;
}

.m-content .container {
  width: 100%;
  max-width: 1269px;
  padding: 0 20px;
  margin: 0 auto;
}

.title-pict {
  max-height: 280px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #3a8b94;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.title-pict:before {
  content: '';
  display: block;
  width: 100%;
  min-height: 160px;
  padding-top: 43%;
  background: #3a8b94;
  opacity: .75;
  mix-blend-mode: multiply;
}

.title-pict--no-shade:before {
  background: none;
}

.title-pict__body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.title-pict__body .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.title-pict__body h1, .title-pict__body .h1 {
  margin: 5px auto 5px 0;
  padding-right: 30px;
  color: #fff;
  font-size: 24px;
  line-height: 29px;
}

.events-page .title-pict__body h1, .title-pict__body h1.tp-sustainability,
.events-page
.title-pict__body .h1, .title-pict__body .h1.tp-sustainability {
  max-width: 450px;
}

.title-pict__logo {
  margin: 5px 0;
  max-width: 300px;
}

.title-pict__logo img {
  display: block;
  max-width: 100%;
}

.wl-sect {
  padding: 32px 0;
}

.wl-sect--grey {
  background: #f2f7f8;
}

.about-text {
  max-width: 795px;
  margin: 24px auto 24px;
  font-size: 16px;
  line-height: 22px;
}

.wl-sect .about-text {
  margin: 0 auto;
}

.about-text h2:first-child {
  margin-top: 0;
}

.about-text p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 24px;
}

.about-text p:first-child {
  margin-top: 0;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.admin-page .cards-list {
  margin-bottom: 24px;
}

.cards-list__item {
  margin-bottom: 24px;
}

.m-tag {
  display: inline-flex;
  min-height: 18px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  background: #3a8b94;
  color: #fff;
}

.m-tag--e-type {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cl-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  box-shadow: 0 2px 2px rgba(36, 38, 38, .2);
  margin-bottom: 16px;
}

.cards-list .cl-card, .m-events-list .cl-card, .m-companies-slider .cl-card,
.m-cards-slider .cl-card {
  margin-bottom: 0;
  min-height: 100%;
}

.cl-card--shaded {
  background: #f2f7f8;
}

.cl-card__pict {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #f2f7f8;
  border-radius: 2px 2px 0 0;
  background: #c3d8e4;
}

.cl-card__pict--bottom {
  border-top: 1px solid #f2f7f8;
  border-radius: 0;
}

.cl-card__pict:not(:first-child) {
  margin-top: 8px;
}

.cl-card__pict:before {
  content: '';
  display: block;
  padding-top: 75%;
}

.cl-card__pict > a > img, .cl-card__pict > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.cl-card__pict .no-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2f7f8;
}

.cl-card__pict .no-img .icon {
  width: 35%;
  height: 55%;
}

.cl-card__pict--logo {
  height: 200px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.cl-card__pict--logo:before {
  content: normal;
}

.cl-card__pict--logo a > img, .cl-card__pict--logo > img {
  position: static;
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.cl-card__pict--logo-2 {
  background: #fff;
}

.cl-card__pict--logo-2 a > img, .cl-card__pict--logo-2 > img {
  width: auto;
  max-width: calc(100% - 48px);
  max-height: calc(100% - 48px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cl-card__pict .featured-tag {
  position: absolute;
  top: 5px;
  left: 5px;
}

.cl-card__pict-bg {
  display: block;
  background: 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  filter: blur(6px);
  opacity: .6;
}

.cl-card__pict--logo .cl-card__pict-bg, .cl-card__pict--logo-2 .cl-card__pict-bg {
  display: none;
}

.cl-card__body {
  padding: 8px 16px;
  margin-bottom: auto;
}

.cl-card__body:first-child {
  padding-top: 16px;
}

.cl-card__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  margin-top: 5px;
}

.cl-card__title a {
  text-decoration: none;
  color: currentColor;
}

.cl-card__title .m-tag {
  vertical-align: .2em;
}

.cl-card__info {
  display: table;
}

.cl-card__info-item {
  display: table-row;
}

.cl-card__info-label, .cl-card__info-value {
  display: table-cell;
  font-size: 14px;
  line-height: 19px;
  padding: 2px 0;
}

.cl-card__info-label {
  padding-right: 8px;
}

.cl-card__info-value {
  font-weight: 500;
}

.cl-card__description {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cl-card__logo {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin: 0 0 8px;
}

.cl-card__logo img {
  max-width: 100%;
  max-height: 100%;
}

.cl-card__popover-trigger {
  display: inline-block;
  height: 100%;
}

.cl-card__popover {
  display: none;
}

.cl-card__sec-acts {
  text-align: center;
  min-height: 43px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cl-card__sec-acts .button {
  min-width: 160px;
  background: #b1398b;
}

.cl-card__sec-acts .button:hover {
  background: none;
}

.cl-card__footer {
  padding: 8px 16px 16px;
  display: flex;
  align-items: center;
}

.cl-card__pict + .cl-card__footer {
  padding-top: 16px;
}

.cl-card__footer .btn-favorites, .cl-card__footer .btn-compare {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cl-card__footer .clc-left {
  margin-right: auto;
  padding-right: 8px;
}

.cl-card__buttons {
  margin: -4px -4px -4px auto;
  display: flex;
  justify-content: flex-end;
}

.cl-card .n-date {
  font-size: 12px;
  line-height: 16px;
  color: #777;
}

.fw-article .cl-card .n-date, .ftr-article--dark .cl-card .n-date {
  color: #fff;
}

.date-time-list {
  margin-bottom: 16px;
}

.date-time-list__item {
  font-size: 14px;
  line-height: 20px;
  color: #777;
  margin-bottom: 4px;
  display: flex;
}

.date-time-list__icon {
  color: #3a8b94;
  margin-right: 8px;
}

.date-time-list__icon .icon {
  font-size: 16px;
}

.date-time-list__text {
  font-size: 12px;
}

@media all and (min-width: 576px) {
  .cards-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-bottom: -24px;
    margin-left: -12px;
  }
  .cards-list__item {
    padding: 0 12px;
    max-width: 50%;
    flex: 1 1 50%;
  }
}

@media all and (min-width: 768px) {
  .title-pict__body h1, .title-pict__body .h1 {
    font-size: 38px;
    line-height: 42px;
  }
  .title-pict__logo {
    max-width: 50%;
  }
  .wl-sect {
    padding: 40px 0;
  }
  .about-text {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .wl-sect .about-text {
    margin-top: 0;
    margin-bottom: 0;
  }
  .about-text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}

@media all and (min-width: 992px) {
  .cards-list__item {
    max-width: 25%;
    flex-basis: 25%;
  }
}

@media all and (min-width: 1284px) {
  .temppages > .wrapper-centered > .row {
    margin-left: 0;
    margin-right: 0;
  }
}