.cx-av-header {
  margin-bottom: 0;
  line-height: 50px;
}

.cx-av-search {
  margin-top: 40px;
  margin-bottom: 30px;
}

.cx-av-search__topic {
  margin-right: 7px;
  margin-bottom: 10px;
}

.cx-av-search__topics {
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #eaeaea;
  margin: 5px 0;
  cursor: pointer;
}

.cx-av-search__topics-chev {
  margin-left: 7px;
}

.cx-av-suggest-btn {
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
}

.cx-av-suggest-btn__plus {
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
}

.cx-av-sm {
  height: 425px;
  text-align: left;
}

.cx-av-sm__title {
  margin-top: 20px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  max-height: 67.2px;
  /* Fallback for non-webkit */
  font-size: 24px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cx-av-sm__desc {
  margin-top: 10px;
  color: #999999;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  max-height: 44.8px;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cx-av-sm__topics {
  margin-top: 20px;
}

.cx-av-sm__topic {
  text-transform: uppercase;
  color: #999999;
  display: inline-block;
  color: #999999;
  font-size: 14px;
}

.cx-av-sm__topic:not(:empty):not(:last-child):after {
  content: ', ';
  margin-right: 0.3em;
}

.cx-av-sm__link {
  position: relative;
  height: 200px;
  display: inline-block;
}

.cx-av-sm__play {
  background-color: #fff;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  position: absolute;
  top: 65px;
  border: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.cx-av-sm__play:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 28px solid #046add;
  border-bottom: 14px solid transparent;
  z-index: 1;
  top: 21.02102px;
  left: 7px;
  right: 0;
  margin: 0 auto;
}

.cx-av-sm__duration {
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #333333;
  padding: 2px 6px;
  color: #fff;
  font-style: normal;
  font-size: 14px;
}

.cx-av__desc {
  margin-top: 25px;
  margin-bottom: 30px;
  line-height: 27px;
  white-space: pre-wrap;
}

.cx-av__author {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  float: left;
}

.cx-av-related__sub-header {
  margin-top: 60px;
  margin-bottom: 20px;
}

.cx-av-article {
  text-align: left;
}

.cx-av-article__title {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.cx-av-article__desc {
  margin-top: 20px;
  color: #999999;
  font-size: 16px;
  display: inline-block;
  line-height: 25px;
}

.cx-av-topic {
  margin-right: 8px;
  margin-bottom: 10px;
}

.cx-av-topic i {
  margin-top: -3px;
  margin-left: 2px;
}

.cx-av-carousel {
  position: relative;
}

.cx-av-carousel .cx-carousel-indicators {
  z-index: 1;
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  top: 65px;
  width: auto;
  float: right;
  left: auto !important;
  right: 0;
  list-style: none;
}

.cx-av-carousel .cx-carousel-indicators li {
  background-color: #e6e6e6;
  margin: 0 10px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
}

.cx-av-carousel .cx-carousel-indicators li.active {
  width: 8px !important;
  height: 8px !important;
  background-color: #046add;
}

.cx-av-carousel .cx-carousel-indicators li.arrow {
  width: 33px !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  color: #e6e6e6;
}

.cx-av-carousel .cx-carousel-indicators li.arrow.left {
  margin-right: 10px;
}

.cx-av-carousel .cx-carousel-indicators li.arrow.left:after {
  left: 8px;
}

.cx-av-carousel .cx-carousel-indicators li.arrow.right {
  margin-left: 10px;
}

.cx-av-carousel .cx-carousel-indicators li.arrow.right:after {
  left: 23px;
}

.cx-av-carousel_webcasts .cx-carousel-indicators {
  top: 15px;
  margin-right: -8px;
}
