@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:300,400,600,700");
.topics-page header {
  margin-bottom: 48px; }
@media (max-width: 991px) {
  .topics-page header,
  .topics-page .secondary-nav {
    margin-bottom: 0; }
  .topics-page .paddingless {
    padding: 0 !important;
    margin-bottom: 24px; } }
.topics-page .filters {
  width: 100%;
  padding-top: 24px; }
  .topics-page .filters__container {
    display: flex;
    flex-direction: column; }
  .topics-page .filters__title {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #000; }
  .topics-page .filters__list {
    width: 100%;
    display: flex;
    flex-direction: column; }
  .topics-page .filters__item {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    letter-spacing: 0.1px;
    text-align: left;
    color: #000; }
    .topics-page .filters__item:hover {
      text-decoration: none; }
  .topics-page .filters__item.active {
    color: #1ec8d1; }
.topics-page .news-feed__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #000; }
.topics-page .sort-by {
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  color: #8e90a0;
  text-transform: uppercase; }
  .topics-page .sort-by .form-control {
    margin-left: 16px;
    width: unset; }
.topics-page .load-more {
  display: block;
  margin: 0 auto;
  margin-bottom: 32px; }

.landing-page .jumbotron-fluid {
  min-height: 700px;
  font-family: 'OpenSans', sans-serif;
  background-image: url("https://static.vumedi.com/gfx/landing-background-01@2x.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .landing-page .jumbotron-fluid .hero-text {
    margin-top: 200px;
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.19; }
  .landing-page .jumbotron-fluid .hero-subtext {
    color: #fff;
    font-size: 24px;
    font-weight: 300; }
  .landing-page .jumbotron-fluid .learn-more {
    margin-top: 40px;
    padding: 13px 40px;
    font-size: 16px; }
  @media (max-width: 991px) {
    .landing-page .jumbotron-fluid .hero-text {
      margin-top: 40px;
      font-size: 40px; }
    .landing-page .jumbotron-fluid .hero-subtext {
      font-size: 20px; } }
@media (max-width: 991px) {
  .landing-page .jumbotron-form-container {
    display: flex;
    justify-content: center;
    padding: 40px 0; } }
.landing-page .jumbotron-form {
  position: relative;
  top: 100px;
  background-color: #fff;
  max-width: 440px;
  padding: 32px;
  opacity: 0.99;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1); }
  .landing-page .jumbotron-form-header__logo {
    display: block;
    width: 168px;
    height: 40px;
    margin-bottom: 8px; }
  .landing-page .jumbotron-form-header__title {
    display: block;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    letter-spacing: -0.4px;
    margin-bottom: 32px; }
  @media (max-width: 991px) {
    .landing-page .jumbotron-form {
      position: static; } }
.landing-page .registration-form {
  font-family: "Open Sans", sans-serif;
  color: #a3a3a7; }
  .landing-page .registration-form fieldset {
    margin-bottom: 8px; }
  .landing-page .registration-form__terms {
    font-size: 14px;
    letter-spacing: -0.2px;
    text-align: center;
    color: #a5a7a9; }
    .landing-page .registration-form__terms > a {
      color: #18d0c2; }
  .landing-page .registration-form button[type="submit"] {
    transition: 0.3s opacity ease-out;
  }
  .landing-page .registration-form button[type="submit"]:disabled {
    pointer-events: none;
  }
.landing-page .partners {
  background-color: #f2f4f8; }
  .landing-page .partners__title {
    padding: 50px 0 0 85px;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 1.3px;
    color: #7d8287;
    text-transform: uppercase; }
  .landing-page .partners__list {
    padding: 50px 85px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; }
  .landing-page .partners__item {
    margin-right: 100px;
    max-height: 60px;
    flex: 0 0 auto; }
.landing-page .sub-section {
  min-height: 600px;
  background-image: url("https://static.vumedi.com/gfx/landing-background-02@2x.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .landing-page .sub-section > .container {
    min-height: 800px; }
  .landing-page .sub-section__title {
    max-width: 520px;
    color: #fff; }
    .landing-page .sub-section__title:after {
      content: '';
      margin: 34px 0 54px;
      display: block;
      width: 47px;
      height: 4px;
      /* Default (shiny) background-image: linear-gradient(251deg, #08aeea, #2af598); */
      background-image: linear-gradient(251deg, #08aeea, #01D4B9) }
.landing-page .testimonial {
  min-height: 470px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  /* Default (shiny) background-image: linear-gradient(251deg, #08aeea, #2af598); */
  background-image: linear-gradient(251deg, #08aeea, #01D4B9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .landing-page .testimonial > .container {
    padding: 100px 0 50px 0;
    max-width: 830px;
    text-align: center;
    color: #fff; }
  .landing-page .testimonial__quote {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.1px;
    margin-bottom: 32px; }
    .landing-page .testimonial__quote:after {
      content: '';
      margin: 0 auto;
      margin-top: 32px;
      display: flex;
      width: 47px;
      height: 4px;
      background-color: #fff; }
  .landing-page .testimonial__author {
    font-size: 26px;
    letter-spacing: 0.1px;
    text-align: center; }
  .landing-page .testimonial__title {
    margin-bottom: 50px;
    font-size: 16px;
    letter-spacing: 0.1px; }
  .landing-page .testimonial__avatar {
    margin: 0 auto;
    width: 144px; }
.landing-page .features {
  padding: 80px 0;
  background-color: #f2f4f8; }
  .landing-page .features .bar {
    display: inline-block;
    margin-top: 24px;
    height: 16px;
    border-radius: 100px;
    position: relative; }
    .landing-page .features .bar-1 {
      width: 270px;
      /* Default (shiny) background-image: linear-gradient(256deg, #08aeea, #2af598); */
      background-image: linear-gradient(256deg, #08aeea, #01D4B9); }
    .landing-page .features .bar-2 {
      width: 120px;
      background-color: #919fae; }
    .landing-page .features .bar-3 {
      width: 180px;
      background-color: #c1cbd6; }
    .landing-page .features .bar-4 {
      width: 50px;
      background-color: #dee3ea; }
  .landing-page .features .amount {
    margin: 0;
    margin-left: 20px;
    display: inline-block;
    font-family: "Open Sans", sans-serif; }
    .landing-page .features .amount-1 {
      font-size: 40px;
      letter-spacing: -0.8px;
      color: #1ec8d1; }
    .landing-page .features .amount-2 {
      font-size: 25px;
      letter-spacing: -0.5px;
      color: #919fae; }
    .landing-page .features .amount-3 {
      font-size: 25px;
      letter-spacing: -0.5px;
      color: #d2d9e1; }
    .landing-page .features .amount-4 {
      font-size: 25px;
      letter-spacing: -0.5px;
      color: #dee3ea; }
.landing-page .feature {
  margin-bottom: 80px; }
  .landing-page .feature__title {
    max-height: 400px;
    /* Default (shiny) background-image: linear-gradient(222deg, #08aeea, #2af598); */
    background-image: linear-gradient(222deg, #08aeea, #01D4B9);
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    line-height: 1.22;
    letter-spacing: -1.1px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; }
  .landing-page .feature__content {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    line-height: 1.36;
    font-weight: 300;
    letter-spacing: 0.1px;
    color: #8b8d97; }
.landing-page .bubbles {
  display: relative;
  min-height: 264px; }
  .landing-page .bubbles .bubble {
    position: absolute; }
    .landing-page .bubbles .bubble-1 {
      width: 324px;
      height: 128px;
      top: 0;
      right: 0; }
    .landing-page .bubbles .bubble-2 {
      width: 269px;
      height: 89px;
      bottom: 0;
      left: 0; }
.landing-page .community {
  margin: 120px 0; }
  .landing-page .community > .container {
    text-align: center; }
  .landing-page .community-title {
    margin: 0 auto;
    margin-bottom: 32px;
    max-width: 700px;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: 0.1px;
    color: #000; }
    .landing-page .community-title:after {
      content: '';
      display: block;
      margin: 0 auto;
      margin-top: 32px;
      width: 47px;
      height: 4px;
      background-color: #1ec8d1; }

.video-page .message-btn {
  margin-right: 8px;
  min-width: 92px;
  height: 26px;
  padding: 0;
  text-transform: uppercase; }
  .video-page .message-btn__primary {
    color: #0fbdd8;
    border-color: #0fbdd8; }
    .video-page .message-btn__primary:hover {
      background: #0fbdd8;
      color: #fff; }
  .video-page .message-btn__secondary {
    color: #8e90a0;
    background: #8e90a0; }
    .video-page .message-btn__secondary:hover {
      background: #8e90a0;
      color: #fff; }
.video-page .video-container {
  display: flex;
  flex-direction: column;
  align-items: center; }
.video-page .video-box {
  max-width: 864px;
  border: solid 1px #e1e1e1; }
  .video-page .video-box__player {
    width: 100%;
    max-width: 864px;
    max-height: 484px; }
.video-page .more-info {
  width: 100%;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Default (shiny) background-image: linear-gradient(255deg, #08aeea, #2af598); */
  background-image: linear-gradient(255deg, #08aeea, #01D4B9); }
  .video-page .more-info__link {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    letter-spacing: 1.3px;
    text-align: center;
    color: #fff;
    text-transform: uppercase; }
  .video-page .more-info__link:hover {
    text-decoration: none;
    color: #fff; }
.video-page .video-info {
  padding: 16px 32px; }
  .video-page .video-info__container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 32px;
    align-items: center;
    border-bottom: solid 1px #dfdfdf; }
    @media (max-width: 575px) {
      .video-page .video-info__container {
        flex-direction: column;
        align-items: flex-end; } }
  .video-page .video-info__main {
    width: 100%;
    display: flex;
    align-items: center; }
    @media (max-width: 575px) {
      .video-page .video-info__main {
        align-items: flex-start; } }
  .video-page .video-info__avatar {
    width: 48px;
    height: 48px;
    margin-right: 20px; }
  .video-page .video-info__title {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.1px;
    color: #000; }
  .video-page .video-info__publisher {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #4f4f4f; }
    .video-page .video-info__publisher span {
      font-weight: bold; }
  .video-page .video-info__views {
    min-width: 132px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #000; }
.video-page .video-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px; }
  .video-page .video-actions > div {
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .video-page .video-actions__right .video-action {
    margin: 0; }
  @media (max-width: 450px) {
    .video-page .video-actions__left .video-action {
      margin-bottom: 8px; } }
.video-page .video-action {
  margin-right: 8px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1px;
  color: #8e90a0;
  border-radius: 100px;
  border: solid 1px #c8c8c8;
  cursor: pointer; }
  .video-page .video-action__icon {
    margin-right: 8px; }
  .video-page .video-action span {
    margin-right: 4px; }
.video-page .comments-container {
  width: 100%;
  max-width: 864px;
  margin-top: 56px; }
.video-page .comments-header__count {
  padding: 0 4px; }
.video-page .comments-list {
  margin: 40px 0 88px 0;
  display: flex;
  flex-direction: column; }
.video-page .comment-item {
  margin-bottom: 44px;
  display: flex;
  align-items: flex-start; }
  .video-page .comment-item__avatar {
    margin-right: 16px;
    width: 48px;
    height: 48px; }
.video-page .comment {
  font-family: "Open Sans", sans-serif; }
  .video-page .comment__header {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px; }
  .video-page .comment__author {
    margin: 0;
    font-weight: 600;
    color: #4f4f4f;
    font-size: 12px;
    text-transform: uppercase; }
  .video-page .comment__time {
    margin: 0;
    font-size: 12px;
    margin-left: 12px;
    color: #8e90a0; }
  .video-page .comment__content {
    font-size: 16px;
    color: #000; }
  .video-page .comment__actions {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .video-page .comment__actions .like-count {
      margin-left: 8px;
      font-size: 16px;
      letter-spacing: 0.5px;
      color: #8e90a0; }
  .video-page .comment__likes {
    margin-left: 16px;
    margin-bottom: 8px; }
.video-page .comment-new {
  margin-top: 24px;
  display: flex;
  align-items: flex-start; }
  .video-page .comment-new__avatar {
    width: 40px;
    height: 40px;
    margin-right: 8px; }
  .video-page .comment-new__textarea {
    resize: none; }
.video-page .related-videos {
  border: solid 1px #e1e1e1;
  width: 100%;
  padding: 24px 20px; }
  .video-page .related-videos__header {
    padding: 0 4px;
    margin-bottom: 24px; }
  .video-page .related-videos__title {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #000; }
  .video-page .related-videos__list {
    display: flex;
    flex-direction: column; }
  .video-page .related-videos__footer {
    text-align: center; }
.video-page .related-video {
  margin-bottom: 16px;
  display: flex; }
  .video-page .related-video__img {
    width: 150px;
    height: 104px;
    margin-right: 8px; }
  .video-page .related-video__author {
    margin-bottom: 4px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #8b8d92; }
  .video-page .related-video__text {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #20262b; }
.video-page .load-more {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #4f4f4f;
  text-transform: uppercase; }

.team-page .jumbotron {
  min-height: 516px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*background-image: url("https://static.vumedi.com/gfx/team-01@2x.jpg");*/
  /*background-image: url("https://static.vumedi.com/css/..gfx/partners.svg");*/
  background: linear-gradient(211deg, #08aeea, #01D4B9);
  background-size: cover;
  background-position: center; }
  .team-page .jumbotron .title {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 54px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: -2.2px;
    text-align: center;
    color: #fff; }
  .team-page .jumbotron .subtitle {
    max-width: 800px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    color: #ffffff; }
.team-page .content {
  margin-top: -100px; }
.team-page .card {
  border: none;
  min-width: 220px;
  padding: 16px;
  background: transparent; }
  .team-page .card-img-top {
    margin: 0 auto;
    width: 218px;
    height: 218px;
    border-radius: 50%; }
  .team-page .card-body {
    padding: 36px;
    text-align: center; }
  .team-page .card-title {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.5px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Default (shiny) background-image: linear-gradient(235deg, #08aeea, #2af598); */
    background-image: linear-gradient(235deg, #08aeea, #01D4B9); }
  .team-page .card-text {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.9px;
    color: #a3a3a7; }
.team-page .action img {
  width: 27px;
  height: 22px; }
.team-page .view-more {
  display: block;
  width: 272px;
  height: 54px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 152px; }

.event-page header {
  margin-bottom: 48px; }
.event-page .event-header {
  margin-bottom: 40px;
  padding: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #dcdcdc; }
  .event-page .event-header__img {
    max-width: 160px; }
  .event-page .event-header__info {
    padding: 0 20px; }
  .event-page .event-header__type {
    margin-bottom: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #8b8d92; }
  .event-page .event-header__title {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.19;
    text-align: left;
    color: #000000; }
  .event-page .event-header__presented-by {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #8e90a0; }
    .event-page .event-header__presented-by span {
      color: #1ec8d1; }
  .event-page .event-header .invite-btn {
    margin: 0;
    padding: 12px;
    min-width: 212px; }
  @media (max-width: 1199px) {
    .event-page .event-header {
      flex-direction: column; }
      .event-page .event-header__img {
        margin-bottom: 16px; } }
.event-page .event-time {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  /*justify-content: center;*/ /* IE layout issue. Let's use defaults */
  justify-content: flex-start;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #1ec8d1; }
  .event-page .event-time__icon {
    margin-right: 20px;
    margin-top: 10px; }
  .event-page .event-time .event-action {
    margin: 0;
    margin-left: 32px; }
.event-page .event-location {
  margin-bottom: 32px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #b4b5bf;
  text-align: center; }
  .event-page .event-location__icon {
    width: 20px;
    height: 28px;
    margin-right: 12px; }
.event-page .event-info {
  margin-bottom: 60px; }
  .event-page .event-info__title {
    margin-bottom: 12px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.6px;
    text-align: left;
    color: #000;
    text-transform: uppercase; }
  .event-page .event-info__p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    text-align: left;
    color: #8e90a0; }
.event-page .invite-btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
  min-width: 360px;
  padding: 16px; }
.event-page .map {
  margin-bottom: 42px;
  width: 100%; }
  .event-page .map img {
    width: 100%;
    max-height: 320px; }
.event-page .event-footer {
  padding: 20px 8px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #dadada; }
  .event-page .event-footer__views {
    display: flex;
    align-items: center; }
  .event-page .event-footer__actions {
    display: flex; }
    @media (max-width: 769px) {
      .event-page .event-footer__actions {
        flex-direction: column; } }
.event-page .event-views {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #8e90a0; }
  .event-page .event-views__img {
    margin-right: 16px; }
.event-page .event-action {
  margin-left: 12px;
  margin-bottom: 12px;
  padding: 8px;
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #8e90a0;
  text-transform: uppercase;
  border: solid 1px #c8c8c8;
  border-radius: 100px;
  cursor: pointer; }
  .event-page .event-action__icon {
    margin-right: 12px; }
  .event-page .event-action__item {
    margin: 0; }

.careers-page .jumbotron {
  margin-bottom: 0;
  border-radius: 0;
  min-height: 516px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("https://static.vumedi.com/gfx/careers@2x.png");
  background-size: cover;
  background-position: center; }
  .careers-page .jumbotron .title {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 54px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: -2.2px;
    text-align: center;
    color: #fff; }
  .careers-page .jumbotron .subtitle {
    max-width: 800px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    color: #ffffff; }
.careers-page .benefits {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Default (shiny) background-image: linear-gradient(218deg, #08aeea, #08afe9 1%, #08afe9 1%, #0ab1e6 4%, #0bb4e3 8%, #0bb5e2 10%, #1ad3c0 52%, #2af598); */
  background-image: linear-gradient(218deg, #08aeea, #08afe9 1%, #08afe9 1%, #0ab1e6 4%, #0bb4e3 8%, #0bb5e2 10%, #1ad3c0 52%, #01D4B9); }
  .careers-page .benefits h2 {
    margin-top: 1em;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 54px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: -2.2px;
    text-align: center;
    color: #fff; }
  .careers-page .benefits h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
  }
  .careers-page .benefits__title {
    text-align: center;
    margin: 80px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0.1px;
    color: #fff; }
    .careers-page .benefits__title:after {
      content: '';
      display: block;
      margin: 0 auto;
      margin-top: 20px;
      width: 48px;
      height: 4px;
      background-color: #fff; }
.careers-page .benefit {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 44px; }
  .careers-page .benefit__img {
    margin-right: 32px; }
  .careers-page .benefit__text {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    line-height: 1.23;
    letter-spacing: -0.7px;
    color: #fff; }
.careers-page .position {
  margin-bottom: 120px;
  border-bottom: solid 1px #d7d7d7; }
  .careers-page .position__subtitle {
    margin-bottom: 16px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    letter-spacing: 0.3px;
    color: #6c7986; }
  .careers-page .position__read-more {
    display: block;
    margin: 32px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #1ec8d1;
    text-decoration: none;
    text-transform: uppercase; }
.careers-page .position-categories {
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 771px) {
    .careers-page .position-categories {
      flex-direction: column;
      align-items: center; } }
  .careers-page .position-categories .position-category {
    cursor: pointer;
    padding: 16px;
    margin-bottom: 12px;
    margin-right: 12px;
    border-radius: 100px;
    border: solid 1px #e1e1e1;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    letter-spacing: 0.9px;
    text-align: center;
    color: #b3b9c0;
    text-transform: uppercase; }
    .careers-page .position-categories .position-category:focus {
      outline: none; }
    .careers-page .position-categories .position-category:last-of-type {
      margin-right: 0; }
    .careers-page .position-categories .position-category.active, .careers-page .position-categories .position-category:hover {
      border-color: #fff;
      color: #fff;
      /* Default (shiny) background-image: linear-gradient(221deg, #08aeea, #2af598); */
      background-image: linear-gradient(221deg, #08aeea, #01D4B9); }
    @media (max-width: 771px) {
      .careers-page .position-categories .position-category {
        width: 80%; } }
.careers-page .positions-title {
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.1px;
  text-align: center;
  color: #000; }
  .careers-page .positions-title:after {
    content: '';
    display: block;
    width: 48px;
    height: 4px;
    margin: 0 auto;
    margin-top: 16px;
    /* Default (shiny) background-image: linear-gradient(248deg, #08aeea, #2af598); */
    background-image: linear-gradient(248deg, #08aeea, #01D4B9); }
.careers-page .position-header {
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 771px) {
    .careers-page .position-header {
      flex-direction: column; } }
  .careers-page .position-header__category {
    margin: 0;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000; }
  .careers-page .position-header__title {
    margin-bottom: 4px;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.1px;
    color: #000; }
  .careers-page .position-header__location {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #92a0ae; }
.careers-page .position-actions {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; }
  .careers-page .position-actions .position-action {
    cursor: pointer;
    margin-left: 12px;
    min-width: 134px;
    border-radius: 100px;
    padding: 16px 32px;
    color: #1ec8d1;
    border: 1px solid #1ec8d1;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.9px;
    text-align: center;
    text-transform: uppercase; }
    .careers-page .position-actions .position-action:focus {
      outline: none; }
    .careers-page .position-actions .position-action:hover {
      color: #fff;
      background-color: #1ec8d1; }
  .careers-page .position-actions .linkedin {
    min-width: 20px;
    border-color: #e1e1e1;
    padding: 16px 20px; }
    .careers-page .position-actions .linkedin:hover {
      background-color: #fff; }
.careers-page .position-summary {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.3px;
  color: #92a0ae; }
.careers-page .position-description {
  padding-top: 48px; }
.careers-page .position-info {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.86;
  letter-spacing: 0.9px;
  color: #6c7986; }
  .careers-page .position-info span {
    font-weight: 300; }
  .careers-page .position-info:last-of-type {
    margin-bottom: 40px; }
.careers-page .position-list {
  list-style-image: url("https://static.vumedi.com/gfx/icon/oval.svg");
  margin-bottom: 48px; }
  .careers-page .position-list__item {
    padding-left: 16px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: 0.2px;
    color: #92a0ae; }

.channel-page header {
  margin-bottom: 48px; }
.channel-page .channel-header {
  margin-bottom: 48px;
  padding: 48px 28px;
  display: flex;
  /*justify-content: space-between;*/
  /*align-items: center;*/
  border: solid 1px #dcdcdc; }
  @media (max-width: 1000px) {
    .channel-page .channel-header {
      flex-direction: column; } }
  .channel-page .channel-header__actions {
    display: flex; }
.channel-page .channel-header__info {
  width: 100%; }
.channel-page main {
  margin-bottom: 120px; }
.channel-page .channel-action {
  cursor: pointer;
  display: flex;
  padding: 8px;
  max-height: 40px;
  min-width: 104px;
  align-items: center;
  margin-right: 16px;
  border-radius: 100px;
  border: solid 1px #c8c8c8; }
  .channel-page .channel-action:last-of-type {
    margin-right: 0; }
  .channel-page .channel-action__icon {
    margin-right: 16px; }
  .channel-page .channel-action__item {
    margin: 0; }
.channel-page .channel-info__title {
  margin-bottom: 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #000; }
.channel-page .channel-info__link {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #1ec8d1;
  text-transform: lowercase; }
.channel-page .channel-info__views {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #8e90a0; }
.channel-page .channel-info__items .item {
  margin-right: 16px; }
.channel-page .follow-btn {
  padding: 4px 20px;
  text-transform: uppercase;
  font-size: 12px;
  color: #19d1c2;
  border-color: #19d1c2; }
  .channel-page .follow-btn:hover {
    border: none;
    background-color: #19d1c2; }
.channel-page .channel-header__logo {
  min-width: 248px; }
.channel-page .channel-videos__title {
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #000; }
.channel-page .video-card {
  border: none;
  margin-bottom: 40px; }
  .channel-page .video-card__img {
    width: 100%;
    margin-bottom: 8px; }
  .channel-page .video-card__author {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0.6px;
    color: #8b8d92;
    text-transform: uppercase; }
  .channel-page .video-card__title {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.39;
    letter-spacing: 0.1px;
    color: #20262b; }
  .channel-page .video-card__info {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #a4a4a4; }
.channel-page .video-card-container {
  padding: 4px 8px; }
.channel-page .filters__title {
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #000; }
.channel-page .filter-list {
  padding: 0;
  list-style: none; }
  .channel-page .filter-list .filter-item {
    border-bottom: solid 1px #e7e7e7;
    position: relative; }
    .channel-page .filter-list .filter-item img {
      position: absolute;
      right: 0;
      top: 20px; }
    .channel-page .filter-list .filter-item__link {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      line-height: 2.78;
      color: #000;
      text-decoration: none; }
    .channel-page .filter-list .filter-item:last-of-type {
      border: none; }
.channel-page .sub-filter-list {
  padding: 0;
  list-style: none; }
.channel-page .sub-filter-item {
  margin-bottom: 8px; }
  .channel-page .sub-filter-item__link {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #95969b;
    text-decoration: none; }
    .channel-page .sub-filter-item__link:hover {
      color: #95969b;
      text-decoration: none; }
.channel-page .load-more {
  display: block;
  margin: 0 auto; }

.webinar-page header {
  margin-bottom: 48px; }
.webinar-page .event-header {
  margin-bottom: 40px;
  padding: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #dcdcdc; }
  .webinar-page .event-header__img {
    max-width: 160px; }
  .webinar-page .event-header__info {
    padding: 0 20px; }
  .webinar-page .event-header__type {
    margin-bottom: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #8b8d92; }
  .webinar-page .event-header__title {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.19;
    text-align: left;
    color: #000000; }
  .webinar-page .event-header__presented-by {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #8e90a0; }
    .webinar-page .event-header__presented-by span {
      color: #1ec8d1; }
  .webinar-page .event-header .rsvp-btn {
    margin: 0;
    padding: 12px;
    min-width: 260px; }
  @media (max-width: 1199px) {
    .webinar-page .event-header {
      flex-direction: column; }
      .webinar-page .event-header__img {
        margin-bottom: 16px; } }
.webinar-page .program__title {
  margin-bottom: 36px;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  color: #000; }
.webinar-page .program-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px; }
  .webinar-page .program-item__avatar {
    width: 112px;
    height: 112px;
    margin-right: 32px; }
.webinar-page .program-info__title {
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000; }
.webinar-page .program-info__lecturer {
  margin-bottom: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.7px;
  text-align: left;
  color: #000; }
.webinar-page .program-info__institute {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #8b8d92; }
.webinar-page .event-time {
  margin-bottom: 56px;
  display: flex;
  align-items: flex-start;
  /*justify-content: center;*/ /* IE layout issue. Let's use defaults */
  justify-content: flex-start;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #1ec8d1; }
  .webinar-page .event-time__icon {
    margin-right: 20px;
    margin-top: 10px; }
  .webinar-page .event-time .event-action {
    margin: 0;
    margin-left: 32px; }
.webinar-page .event-info {
  margin-bottom: 60px; }
  .webinar-page .event-info__title {
    margin-bottom: 12px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.6px;
    text-align: left;
    color: #000;
    text-transform: uppercase; }
  .webinar-page .event-info__p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    text-align: left;
    color: #8e90a0; }
.webinar-page .rsvp-btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
  min-width: 360px;
  padding: 16px; }
.webinar-page .event-footer {
  padding: 20px 8px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #dadada; }
  .webinar-page .event-footer__views {
    display: flex;
    align-items: center; }
  .webinar-page .event-footer__actions {
    display: flex; }
    @media (max-width: 769px) {
      .webinar-page .event-footer__actions {
        flex-direction: column; } }
.webinar-page .event-views {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #8e90a0; }
  .webinar-page .event-views__img {
    margin-right: 16px; }
.webinar-page .event-action {
  margin-left: 12px;
  margin-bottom: 12px;
  padding: 8px;
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #8e90a0;
  text-transform: uppercase;
  border: solid 1px #c8c8c8;
  border-radius: 100px;
  cursor: pointer; }
  .webinar-page .event-action__icon {
    margin-right: 12px; }
  .webinar-page .event-action__item {
    margin: 0; }
.webinar-page .related-content__title {
  margin-bottom: 20px;
  padding-left: 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1px;
  text-align: left;
  color: #000; }
.webinar-page .related-content__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.webinar-page .content-item {
  width: 300px;
  margin: 8px;
  margin-bottom: 42px; }
  .webinar-page .content-item__img-container {
    position: relative; }
  .webinar-page .content-item__img {
    width: 300px; }
  .webinar-page .content-item__time {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 0 5px;
    opacity: 0.65;
    border-radius: 100px;
    background-color: #050505;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff; }
.webinar-page .content-info {
  padding: 8px; }
  .webinar-page .content-info__author {
    margin-bottom: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #8b8d92; }
  .webinar-page .content-info__title {
    margin-bottom: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.39;
    letter-spacing: 0.1px;
    text-align: left;
    color: #20262b; }
  .webinar-page .content-info__date {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.1px;
    text-align: left;
    color: #a4a4a4; }

.partners-page .jumbotron-fluid {
  min-height: 700px;
  font-family: 'OpenSans', sans-serif;
  /* Default (shiny) background-image: linear-gradient(211deg, #08aeea, #2af598); */
  background-image: linear-gradient(211deg, #08aeea, #01D4B9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .partners-page .jumbotron-fluid .hero-container {
    padding: 40px; }
  .partners-page .jumbotron-fluid .hero-text {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.19; }
  .partners-page .jumbotron-fluid .hero-subtext {
    color: #fff;
    font-size: 24px;
    font-weight: 300; }
  .partners-page .jumbotron-fluid .join-btn {
    margin-top: 40px;
    padding: 13px 40px;
    font-size: 16px; }
  @media (max-width: 991px) {
    .partners-page .jumbotron-fluid .hero-text {
      margin-top: 40px;
      font-size: 40px; }
    .partners-page .jumbotron-fluid .hero-subtext {
      font-size: 20px; } }
  .partners-page .jumbotron-fluid .partners-img {
    width: 100%; }
.partners-page .testimonial {
  min-height: 470px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  /* Default (shiny) background-image: linear-gradient(251deg, #08aeea, #2af598); */
  background-image: linear-gradient(251deg, #08aeea, #01D4B9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .partners-page .testimonial > .container {
    padding: 100px 0 50px 0;
    max-width: 830px;
    text-align: center;
    color: #fff; }
  .partners-page .testimonial__quote {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.1px;
    margin-bottom: 32px; }
    .partners-page .testimonial__quote:after {
      content: '';
      margin: 0 auto;
      margin-top: 32px;
      display: flex;
      width: 47px;
      height: 4px;
      background-color: #fff; }
  .partners-page .testimonial__author {
    font-size: 26px;
    letter-spacing: 0.1px;
    text-align: center; }
  .partners-page .testimonial__title {
    margin-bottom: 50px;
    font-size: 16px;
    letter-spacing: 0.1px; }
  .partners-page .testimonial__avatar {
    margin: 0 auto;
    width: 144px; }
@media (max-width: 991px) {
  .partners-page .jumbotron-form-container {
    display: flex;
    justify-content: center;
    padding: 40px 0; } }
.partners-page .content {
  padding: 0;
  margin: 0; }
  .partners-page .content .section {
    margin: 0;
    padding: 80px 0;
    width: 100%;
    border-bottom: 1px solid #dedede; }
    .partners-page .content .section .subsection {
      max-width: 340px;
      min-width: 340px; }
      .partners-page .content .section .subsection p {
        padding: 0;
        text-align: left; }
      .partners-page .content .section .subsection .content-heading {
        text-align: left; }
      .partners-page .content .section .subsection .content-heading::after {
        margin: 0; }
  .partners-page .content p {
    margin: 0 auto;
    padding: 12px;
    max-width: 584px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: 0.1px;
    text-align: center;
    color: #8b8d97; }
.partners-page .healthcare-img {
  width: 100%; }
.partners-page .content-heading {
  margin-bottom: 40px; }
.partners-page .carousel-container {
  display: flex;
  overflow-x: auto; }
  .partners-page .carousel-container .carousel {
    margin-left: 80px; }
  .partners-page .carousel-container .carousel-row {
    margin-bottom: 40px;
    display: flex;
    align-items: center; }
  .partners-page .carousel-container .carousel-img {
    max-width: 220px;
    margin-right: 80px; }
.partners-page .partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .partners-page .partners-grid .grid-item {
    padding: 20px;
    width: 25%;
    min-width: 278px; }
  .partners-page .partners-grid .grid-img {
    width: 100%; }
.partners-page .load-more {
  display: block;
  margin: 0 auto;
  margin-top: 80px;
  color: #0fbdd8;
  border-color: #0fbdd8; }
  .partners-page .load-more:hover {
    color: #fff; }
.partners-page .community {
  margin: 120px 0; }
  .partners-page .community > .container {
    text-align: center; }
  .partners-page .community-title {
    margin: 0 auto;
    margin-bottom: 32px;
    max-width: 800px;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: 0.1px;
    color: #000; }
    .partners-page .community-title:after {
      content: '';
      display: block;
      margin: 0 auto;
      margin-top: 32px;
      width: 47px;
      height: 4px;
      background-color: #1ec8d1; }

.heart-beat-page header {
  margin-bottom: 48px; }
.heart-beat-page .question {
  margin-bottom: 62px; }
  .heart-beat-page .question__title {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #000; }
    .heart-beat-page .question__title img {
      margin-right: 12px;
      width: 26px;
      height: 29px; }
  .heart-beat-page .question__textarea {
    resize: none;
    padding: 12px 20px;
    width: 100%;
    border: solid 1px #dcdcdc; }
.heart-beat-page .news-feed__title {
  margin-bottom: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #000; }
.heart-beat-page .actions {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center; }
.heart-beat-page .action {
  padding: 16px 42px;
  margin-bottom: 8px;
  width: 300px;
  height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  border: 1px solid #dcdcdc; }
  .heart-beat-page .action:hover {
    text-decoration: none; }
  .heart-beat-page .action__label {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-align: center;
    color: #000;
    text-transform: uppercase; }
  .heart-beat-page .action__description {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 1px;
    text-align: center;
    color: #8e98a5;
    /* Block-level child is supposed to occupy the full width of the parent. IE wants explicit statement: width: 100% */
    width: 100%; }
  .heart-beat-page .action--alternative {
    border: none;
    /* Default (shiny) background-image: linear-gradient(208deg, #08aeea, #2af598); */
    background-image: linear-gradient(208deg, #08aeea, #01D4B9); }
    .heart-beat-page .action--alternative .action__label {
      line-height: 3.56;
      color: #fff; }
    .heart-beat-page .action--alternative .action__icon {
      margin-bottom: 20px; }
.heart-beat-page .user-info {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .heart-beat-page .user-info__avatar {
    margin-right: 20px;
    width: 48px;
    height: 48px; }
  .heart-beat-page .user-info__name {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 23px;
    font-weight: 500;
    color: #000; }
  .heart-beat-page .user-info__credits {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #1ec8d1; }
.heart-beat-page .webinars {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .heart-beat-page .webinars__title {
    min-width: 300px;
    margin-bottom: 32px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: #000; }
.heart-beat-page .webinar {
  max-width: 300px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e7e7e7; }
  .heart-beat-page .webinar:last-of-type {
    border-bottom: none; }
  .heart-beat-page .webinar__title {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1px;
    text-align: left;
    color: #1ec8d1; }
  .heart-beat-page .webinar__location {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.1px;
    text-align: left;
    color: #bebebe;
    text-transform: uppercase; }
    .heart-beat-page .webinar__location img {
      margin-right: 8px; }
.heart-beat-page .webinar-header {
  display: flex;
  justify-content: space-between; }
  .heart-beat-page .webinar-header__date, .heart-beat-page .webinar-header__time {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    letter-spacing: 0.9px;
    text-align: left;
    color: #000; }
    .heart-beat-page .webinar-header__date span, .heart-beat-page .webinar-header__time span {
      font-weight: 600; }
.heart-beat-page .load-more {
  display: block;
  margin: 0 auto;
  margin-bottom: 32px; }

.search-page header {
  margin-bottom: 48px; }
@media (max-width: 991px) {
  .search-page header,
  .search-page .secondary-nav {
    margin-bottom: 0; }
  .search-page .paddingless {
    padding: 0 !important;
    margin-bottom: 24px; } }
.search-page .filters {
  width: 100%; }
  .search-page .filters__title {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #000; }
  .search-page .filters__list {
    width: 100%;
    display: flex;
    flex-direction: column; }
  .search-page .filters__item {
    margin-bottom: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 2em;
    letter-spacing: 0.1px;
    text-align: left;
    color: #000; }
    .search-page .filters__item:hover {
      text-decoration: none; }
  .search-page .filters__cnt {
    padding: 0 12px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #a7a7a7;
    border-radius: 15.5px;
    border: solid 1px #d4d4d4; }
.search-page .news-feed__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #000; }
.search-page .sort-by {
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  color: #8e90a0;
  text-transform: uppercase; }
  .search-page .sort-by .form-control {
    margin-left: 16px;
    width: unset; }
.search-page .load-more {
  display: block;
  margin: 0 auto;
  margin-bottom: 32px; }

.settings-page .filters {
  width: 100%;
  padding-top: 24px; }
  .settings-page .filters__container {
    display: flex;
    flex-direction: column; }
  .settings-page .filters__title {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #000; }
  .settings-page .filters__list {
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    flex-direction: column; }
  .settings-page .filters__item {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    letter-spacing: 0.1px;
    text-align: left;
    color: #000; }
  .settings-page .filters__item:hover {
    text-decoration: none; }
  .settings-page .filters__item.active {
    text-decoration: underline; }


.navbar {
  padding: 1rem; }
  .navbar-nav .nav-item {
    position: relative;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.9px;
    color: #a5a7a9;
    text-transform: uppercase; }
  .navbar-right {
    align-items: center; }
    @media (max-width: 992px) {
      .navbar-right {
        align-items: normal; } }

.forgot-password {
  position: absolute;
  margin: 0;
  right: 0;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2px;
  color: #a3a3a7; }

.secondary-nav {
  margin-bottom: 24px;
  background-color: #f6f6f6; }
  .secondary-nav #navbarNav, .secondary-nav .nav {
    width: 100%; }
  .secondary-nav .nav {
    justify-content: center; }
    @media (max-width: 991px) {
      .secondary-nav .nav {
        flex-direction: column; } }
  .secondary-nav .nav-item {
    position: relative; }
  .secondary-nav .nav-link {
    padding: 5px 10px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    letter-spacing: 1.3px;
    color: #8e98a5; }
    .secondary-nav .nav-link.active {
      padding-bottom: 0; }
      .secondary-nav .nav-link.active:after {
        display: block;
        content: '';
        margin: 0 auto;
        margin-top: 0.5rem;
        width: 99px;
        height: 3px;
        /* Default (shiny) background-image: linear-gradient(263deg, #08aeea, #2af598); */
        background-image: linear-gradient(263deg, #08aeea, #01D4B9); }

.user__avatar {
  margin-right: 12px;
  width: 40px;
  height: 40px; }
.user__name {
  text-transform: none; }

.form-control {
  font-family: "Open Sans", sans-serif;
  color: #a3a3a7;
  border-radius: 3px;
  border: solid 1px rgba(151, 151, 151, 0.3); }

.form-container {
  display: flex;
  justify-content: flex-end; }
  .form-container .navigation-form {
    display: flex;
    align-items: center; }
    .form-container .navigation-form .form-group {
      position: relative;
      margin: 0 8px; }
  @media (max-width: 991px) {
    .form-container {
      margin-bottom: 16px; } }
  @media (max-width: 576px) {
    .form-container {
      justify-content: center; }
      .form-container .navigation-form {
        width: 100%;
        flex-direction: column; }
        .form-container .navigation-form .form-group {
          width: 90%;
          margin: 12px 0; }
        .form-container .navigation-form .forgot-password {
          right: 0;
          margin: 0; }
        .form-container .navigation-form .btn {
          margin-top: 8px; /* FIXME: Hackish solution for proper Forget password display on mobile view. Does not display correctly search form button on mobile view (overriden). */  } }

.btn-call {
  cursor: pointer;
  min-width: 134px;
  border-radius: 100px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 0.9px;
  text-transform: uppercase; }
  .btn-call-primary {
    color: #fff;
    border: none;
    /* Default (shiny) background-image: linear-gradient(216deg, #08aeea, #2af598); */
    background-image: linear-gradient(216deg, #08aeea, #01D4B9); }
  .btn-call-outline-primary {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
    .btn-call-outline-primary:hover {
      border-color: #fff;
      /* Default (shiny) background-image: linear-gradient(216deg, #08aeea, #2af598); */
      background-image: linear-gradient(216deg, #08aeea, #01D4B9); }

.search {
  display: flex; }
  .search__input {}
  .search__btn {
    max-width: 60px;
    min-width: 60px;
    border-radius: 3px; }

.footer {
  margin-top: 40px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between; }
  .footer-logo {
    width: 170px;
    height: 40px; }
  .footer-rights {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    letter-spacing: 0.9px;
    color: #a5a7a9; }
  .footer .nav-link {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #a5a7a9;
    letter-spacing: 0.8px;
    text-transform: uppercase; }
  @media (max-width: 575px) {
    .footer {
      align-items: flex-end;
      flex-direction: column;
      align-items: center; }
      .footer .nav {
        flex-direction: column; }
      .footer-logo {
        margin-top: 20px; } }

.content {
  margin-top: 100px; }
  .content-heading {
    margin-bottom: 50px;
    font-family: "Open Sans", sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0.1px;
    text-align: center;
    color: #000; }
    .content-heading:after {
      content: '';
      display: block;
      margin: 0 auto;
      position: relative;
      top: 20px;
      width: 47px;
      height: 4px;
      /* Default (shiny) background-image: linear-gradient(251deg, #08aeea, #2af598); */
      background-image: linear-gradient(251deg, #08aeea, #01D4B9); }

.section {
  margin-bottom: 80px; }
  .section-header {
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.9px;
    color: #000;
    text-transform: uppercase; }
    .section-header:before {
      content: '';
      display: inline-block;
      width: 45px;
      height: 23px;
      margin-right: 20px;
      background-image: url("https://static.vumedi.com/gfx/totem.svg"); }
  .section-item {
    border: none; }
    .section-item__img {
      margin-bottom: 12px; }
    .section-item__author {
      margin-bottom: 4px;
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      letter-spacing: 0.2px;
      text-align: left;
      color: #8b8d92; }
    .section-item__title {
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.5;
      letter-spacing: 0.1px;
      text-align: left;
      color: #20262b; }

.create-account-btn {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 50px; }

.video-item {
  margin-bottom: 32px;
  width: 100%;
  padding: 8px;
  display: flex; }
  .video-item.featured {
    background-color: #fffeee; }
  @media (max-width: 769px) {
    .video-item {
      flex-direction: column; }
      .video-item__img-container {
        margin: 0;
        margin-bottom: 16px; } }
  .video-item__img-container {
    position: relative;
    margin-right: 40px;
    max-width: 300px; }
  .video-item__img {
    max-width: 300px; }
  .video-item__length {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 0 5px;
    opacity: 0.65;
    border-radius: 100px;
    background-color: #050505;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff; }
  .video-item__author {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #8b8d92; }
  .video-item__title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1px;
    text-align: left;
    color: #20262b; }
  .video-item__desc {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.1px;
    text-align: left;
    color: #a4a4a4; }

@media (min-width: 1280px) {
   .container {
       max-width: 1240px;
   }
}
body {
    /*background: #f8f8f8;*/
    font-family: "Open Sans", sans-serif;
}
a {
    color: #0092DB;
}
/*a {
    color: #222;
    border-bottom: 1px solid #08aeea;
}
a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
*/
a.nounderline:hover {
    text-decoration: none;
}

/* Heartbeat sidebar custom width */
.col-sidebar-wider {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}

/* Search input */
@media (min-width: 992px) {
    .search__input {
        min-width: 312px;
    }
}

/* Newsfeeds wrapper */
.news-feeds {

}
.news-feeds h4 {
    font-size: 20px;
    letter-spacing: -0.2px;
    font-weight: bold;
}

/* User info CME credits custom link color */
.heart-beat-page .user-info__credits a {
    color: #1ec8d1;
}
/* Webinar title custom link color */
.heart-beat-page .webinar__title a {
    color: #1ec8d1;
}

.webinar__title a {
    color: #222;
}
.webinar__title a:hover {
    color: #0092DB;
    text-decoration: none;
}
.filters .filters__list a.filters__item:hover {
    color: #0092DB;
    text-decoration: none;
}

/* Video page. Info details below video content. Works for PDF item too */
.video-info {
    padding: 16px 32px;
}
.video-info .video-title {
    font-size: 18px;
    color: #000;
}
.video-info .video-subtitle {
    font-size: 12px;
    color: #8b8d92;
    letter-spacing: 0.5px;
}
.video-info .video-subtitle a {
    color: #4f4f4f;
    font-weight: bold;
    text-transform: uppercase;
}
.video-date {
    font-size: 12px;
    color: #8b8d92;
    letter-spacing: 0.5px;
}
.video-info .badge {
    font-size: 11px;
    color: #4f4f4f;
}
.item-views {
    color: #000;
    font-size: 18px;
}

.item-actions {
    align-items: center;
}

.item-actions > * {  /* space between item actions. All and only direct children of tag with item-actions class */
    padding-left: .5em;
    margin-bottom: .5em;
}

/* Campaign, Featured */
.campaign {
    background: #fffeed;
}
.campaign .related-item {  /* Lesser margin bottom on featured item */
    margin-bottom: .6em;
}
.campaign .video-item {  /* Lesser margin bottom on featured item */
    margin-bottom: 16px;
}

/* Webinar */
.webinar {  /* override width to let webinar breath full width */
    width: 100%;
}
.webinar-page .event-header__info {
    width: 100%;
}
.webinar-page .event-header__img {
    max-width: 150px;
}
.webinar-page .event-header .rsvp-btn {
    margin: 0;
    padding: 0;
    min-width: unset;
}
.webinar-page .event-time {
    font-size: 1.2em;
}
.webinar-page .event-time .event-action {
    margin: 0;
    margin-right: 32px;
}
.webinar-page .event-action {
    /* Slimmer webinar action buttons */
    padding: 0;
}


/* Education Event */
.event-page .event-time {
    font-size: 1.2em;
}
.event-page .event-header__img {
    max-width: 150px;
}
.event-page .event-action {
    /* Slimmer event action buttons */
    padding: 0;
}

.event-timezone {
    font-size: 12px;
    font-weight: normal;
}
.event-timezone a {
    color: #4f4f4f;
    text-transform: uppercase;
}


/* Sponsor image (webinar,...) setup */
.sponsor-image {
    max-width:60%;
    min-width:50px;
    margin-left:auto;
    margin-right:auto;
}

/* Overlay on images */
.img-overlay {
    position: relative;
    display: inline-block;
}
.overlay {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1;
    font-size: 12px;
    background-color: black;
    color: white;
    line-height: 14px;
    opacity: 0.75;
    font-weight: bold;
    padding: 0 4px;
    display: inline-block;
}
a:hover .overlay {
    display: none;
}
a:hover .overlay.video-duration {
    display: inline-block;
}
.overlay.video-duration {
    display: inline-block;
    border-radius: 20px;
    padding: 2px 6px 2px 6px;
}
a:hover .hover-display {
    display: block;
}
.hover-display {
    display: none;
    margin: 0px;
    background-color: white;
    color:#444;
    border: 0;
    padding: 5px;
}
.info-overlay {
    background-color: #efefef;
    color: #111;
    /*top: 5px;*/
    /*bottom: unset;*/
}

/* Next video in 1.2.3.4 overlay */
.overlay-autoplay {
    z-index: 11001; /* must be larger than ooyala video player */
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    text-align: center;
    background: #f4f4f4;
    background: rgba(245, 245, 245, 0.7);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 3px 5px;
}
/* Channel item background */
.one-channel {
    background: #f5f5f5;
}
/* Follow button */
.follow-button {
    display:inline;
}
.follow-button a {  /* TODO: Same as video-subtitle a tag. On channel page maybe bigger? */
    color: #4f4f4f;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}

/* Overrides heartbeat css classes. Widths, margins... */
.heart-beat-page header {
    margin-bottom: 36px;
}
.heart-beat-page .action {
    width: 100%;
}
.heart-beat-page .webinars__title {
    min-width: 100%;
}

/* Video item (content long) customization */
.video-item {
    padding: 4px;
    margin-bottom: 16px;
    border-bottom: 2px solid #f5f5f5;
}
.video-item .beat-info {
    font-size:12px;
    color: #ccc;
    font-weight: bold;
}
.video-item .beat-info-featured {
    font-weight:bold;
    color:#e9d2b8;
}
.video-item__featured-container {
    /*text-align: center;*/
    width: 300px;
    margin-right: 32px;
    height: 100%; /* for responsive overlay video duration and watch later button */
}
.video-item__img-container {
    max-height: 170px; /* Needed for proper item overlay placement */
    margin-right: 20px;
}
.video-item__img-container-center {  /* For proper Channel, Event image display *(images are not cropped) */
    min-width: 300px;
    min-height: 170px;
    max-height: none;  /* Reset max height from video-item__img-container since images are not cropped but scaled to 300px width, height is arbitrarily. */
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* max-width: 100%;  /* Image on center in mobile view */
}
.video-item__img-container a:hover {
    text-decoration: none;
}
.video-item__img {
    /* width: 100%;  /* for responsive overlay video duration and watch later button */
}
.video-item__img-placeholder {
    min-height: 120px;
    min-width: 120px;
}
/* (heartbeat) item preview holder (webinar, discussion, no thumbnail, ...) */
.item-img-holder {
    width: 200px; /* Same size as loaded thumbnails */
    height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 85%;
    padding-top: 1em;
}
.video-item__info {
    width: 100%;
}
.video-item__author {
    margin-top: 4px;
    margin-bottom: 2px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    width: 100%;
}
.video-item__author a {
    color: #8b8d92;
}
.video-item__title {
    margin-bottom: 4px;
    width: 100%;  /* Block-level child is supposed to occupy the full width of the parent. IE wants explicit statement */
}
.video-item__title a {
    color: #20262b;
}
.video-item__title a:hover {
    color: #0092DB;
    text-decoration: none;
}
.video-item__desc {
    color: #8b8d92;
    width: 100%;
}
.video-item__desc a {
    color: #4f4f4f;
    font-weight: normal;
    text-transform: uppercase;
}

/* Related sidebar */
@media (min-width: 992px) {
    .related-sidebar {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.related-sidebar .related-container {
    border: 1px solid #e1e1e1;
    padding: 12px;
}
.related-sidebar .related-container .related-heading h4 {
    font-size: 20px;
    font-weight: 100;
    display: inline;
}
.related-sidebar .related-container .related-heading .autoplay {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 700;
}
#toggle-autoplay {
    padding: 4px;
    width: 38px;
}

.channel-tab-title {
    font-size: 20px;
    font-weight: bold;
}
.item-tile {
    padding: 0px;
}
.item-tile .video-item {
    flex-direction: column;
    margin-bottom: 30px;
}
.item-tile .video-item__img-container {
    margin-right: 0px;
    margin-bottom: 10px;
}
.item-tile .video-item__img-container a {
    display: block;
}
.item-tile .video-item__info {
    max-width: 300px;
    padding: 0px 8px 0px 8px;
}
.item-tile .video-item__title {
    margin-top: 4px;
}
.item-tile .video-item__desc .mt-3 {
    margin-top: 0.5rem!important;
}

.heartbeat-small .related-item {
    border-bottom: 2px solid #f5f5f5;
}

.heartbeat-small-first .related-item {
    border-top: 2px solid #f5f5f5;
}

/* Related item */
.related-item {
    margin-bottom: 5px;
    width: 100%;
    padding: 4px;
    display: flex;
}
.related-item__title {
    margin-bottom: 2px;
}
.related-item__title a {
    color: #222;
    font-size: 0.8em;
    line-height: 1.1;
}
.related-item__title a:hover {
    color: #0092DB;
    text-decoration: none;
}
.related-item__img {
    max-width: 150px;
}
.related-item__img-container {
    position: relative;
    margin-right: 10px;
    width: 150px;
    max-height: 105px;  /* Needed for proper item overlay placement */
    min-width: 150px;
    text-align: center;
}
.related-item__img-container a {
    display: block;
}
.related-item-img-holder {
    width: 100px; /* Same size as loaded thumbnails */
    height: 65px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 85%;
    padding-top: .4em;
}
.related-item__info {
    width: 100%;
}
.related-item__author {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: 0.17px;
    text-align: left;
    color: #8B8D92;
    text-transform: uppercase;
}
.related-item__author a {
    color: #8B8D92;
}
.related-item__title {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.1px;
    text-align: left;
    color: #20262b;
}
.related-item__desc {
    font-family: "Open Sans", sans-serif;
    /*font-size: .9em;*/
    font-size: 12px;
    letter-spacing: 0.1px;
    text-align: left;
    color: #a4a4a4;
}
.related-item__desc a {
    color: #a4a4a4;
}
/* navbar on top of everything on a page */
.navbar-vumedi .dropdown-menu {
    z-index: 20000;
}
/* navlinks blue underline, custom link color and margins */
.navbar-vumedi .navbar-nav .nav-link {
    border-bottom: 2px solid transparent;
    color: #a5a7a9;
}
.navbar-vumedi .nav-link:hover {
    border-bottom: 2px solid #00B0EC;
}
.navbar-vumedi .no-hover:hover {
    border-bottom: 2px solid #fff;
}
/* site navigation (browse terms) */
/* put it on top of everything but not on navbar-vumedi */
.secondary-nav-vumedi .dropdown-menu {
    z-index: 19999;
}
/* site navigation roll over on links */
.secondary-nav-vumedi .nav-link {
    border-bottom: 2px solid transparent;
}
.secondary-nav-vumedi .nav-link:hover {
    border-bottom: 2px solid #08aeea;
}
/* footer links blue underline */
footer nav a {
    border-bottom: 3px solid transparent;
}
footer nav a:hover {
    border-bottom: 3px solid #00B0EC;
}
.carousel-img {
  margin-top: 1em;
  margin-bottom: 1em;
}
.hide {
  display: none;
}
.owl-vumedi div:not(.owl-dots) {
    margin: .5em 0 1em 0;
}
.owl-vumedi img {  /* All images same max height/width for carousel */
    /*height: 60px;*/
    display: block;
    max-width:300px;
    max-height:60px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.owl-vumedi-lg img {
    height: 100px;  /* All images same height for carousel */
}

/* Profile image replacement setup */
.profile-image-replacement {
    display: block;
    min-width: 60px;
    max-width: 60px;
}
.profile-image-replacement.center {
    margin-left: auto;
    margin-right: auto;
}
.profile-image {
    height: 50px;
    width: 50px;
    display: block;
    background-color: #0d99e0;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    color: white;
    line-height: 51px;
}

/* Profile avatar
------------------ */
.avatar-box {
    position: relative;
    display: inline-block;
}
.avatar-box .text-box {
    position: absolute;
    height: 100%;
    text-align: center;
    width: 100%;
}
.avatar-box .text-box:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.avatar-box .text-box span {
    display: inline-block;
    font-family: "Lato", sans;
    font-size: 28px;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 3px;
    color: #FFF;
}
.avatar-box .bg-box {
    display: block;
    width: auto;   /* default value */
    height: auto; /* default value */
    background: #0d99e0;
}
.avatar-box .normal {  /* default smaller size */
    width: 48px;
    height: 48px;
}
.avatar-box .large {  /* default bigger size */
    /* width: 112px; */
    /* height: 112px; */
    /* Should match to avatar/thumbnail settings */
    width: 80px;
    height: 80px;
}

/* actions */
.actions-dropdown {
    min-width: 90px;
}
.actions-dropdown>li {
    padding: 3px 15px;
}
.actions-dropdown>li a {
    padding: 0;
}
.actions-dropdown>li iframe {
    margin-top: 4px;
}
.actions-dropdown>li a:hover {
    color: #999 !important;
    background:#fff !important;
}
.actions-share-email {
    display: inline-block;
    border-radius: 3px;
    border:1px solid #ccc;
    padding:0 5px;
    background: #f3f3f3;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
}

/* filters */
.channel-page .filter-list .filter-item span {
    position: absolute;
    right: 0;
    top: 20px;
}
.channel-list-item {
    min-height: 120px;
}
.channel-list-item .video-item__img-container-center {
    min-height: auto;
}
#channel-tabs .dropdown-menu {  /* put channel tabs dropdown it on top of video player */
    z-index: 19999;
}

.debug {
    background: beige;
    font-size: 80%;
}
.debug pre {
    margin-bottom: 0;
}

/* XXX: Check if obsolete after upgrade of django-bootstrap4 */
.form-group.has-danger input {
    border-color: #dc3545;
}
.form-group.has-danger input:focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
.form-group.has-danger textarea {
    border-color: #dc3545;
}
.form-group.has-danger textarea:focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
.form-group.has-danger input[type="radio"]:focus {
    box-shadow: none;
}
.form-group.has-danger select {
    border-color: #dc3545;
}
.form-group.has-danger select:focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
.form-group.has-danger .select2 input:focus {
    box-shadow: none;
}
.form-group.has-danger .text-muted {
    color: #dc3545 !important;
}

.team-page .team-txt h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.5px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(235deg, #08aeea, #01D4B9);
}
.team-page .team-txt h6 {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000;
}
.team-page .team-txt p {
    color: #888;
    font-size: 0.9em;
}
.team-page .team-more {
    color: #444;
    font-size: 0.9em;
    background: #F1F4F8;
}
.team-page .person-img {
    margin-top: .5em;
    margin-bottom: 1em;  /* For responsive view */
}
.team-page .person-img span {
    color: #a3a3a7;
    font-size: 150%;  /* A bit larger social links icons */
}
.team-page .team-person-detail h5 {
    font-size: 18px;
    font-weight: bold;
}

.selected-specialty {
    background-color: transparent;
}

.team-page .team-more h6 {
    font-weight: bold;
}
.team-page .team-detail {
    font-size: 14px;
    line-height: 21px;
}

.careers-page .culture-txt h5 {
    font-weight: lighter;
}
.careers-page .culture-txt h6 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.careers-page .culture-txt p {
    color: #444;
    font-style: italic;
    font-size: 0.9em;
}
.careers-page .culture-title {
    font-family: "Open Sans", sans-serif;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: -0.9px;
    text-align: center;
    color: #16ccc7;
}
.careers-page .employee-name {
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 0.1px;
}
.careers-page .employee-img-container {
    min-width: 100px;  /* for proper mobile view (1024 viewport) */
}
.careers-page .employee-img {
    width: 100px;
}
.careers-page .employee-position {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.careers-page .employee-quote {
    font-size: 18px;
    letter-spacing: 0.1px;
    line-height: 30px;
}

@media (min-width: 992px) {
    .partners-page .jumbotron-contact {
        max-height: 684px;
        margin-bottom: 150px; /* Because of the bigger contact us headline text */
    }
}
.partners-page .contact-us-box {
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 255, .2);
}

.partners-page .contact-us-info-form-wrapper {
    margin: 3em;
}
.partners-page .contact-us-subtitle {
    font-size: 22px;
}
.partners-page .contact-us-address {
    font-size: 18px;
}
.partners-page .contact-us-address > span {
    display: block;
}
.partners-page .contact-us-phone-email {
    font-size: 120%;
    font-weight: normal;
    color: #02D1BD;
}

.faq-page dd {
    padding: 1em;
    color: #555;
}
.our-story .testimonial {
    min-height: 400px;
}
.our-story .testimonial .narrow-container {
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
    color: #fff;
}
.our-story .hero-container .our-story-intro {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 24px;
}
.news-page .hero-text,
.our-story .hero-text {
    font-size: 54px;
    line-height: 64px;
}
.news-page .subhero-text::after,
.our-story .hero-text::after {
    content: '';
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    width: 47px;
    height: 4px;
    background-color: #fff;
}
.our-story .berkley-logo {
    margin: 40px auto;
}
.our-story .berkley-logo label {
    font-size: 60px;
    padding-right: 20px;
}
.our-story .hero-subtext {
    font-size: 120%;
    font-weight: bold;
}
.our-story .story-content {
    line-height: 2em;
    margin-bottom: 6rem;
}
.our-story .story-number {
    font-size: 4em;
    letter-spacing: 1.5px;
    line-height: 76px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(235deg, #08aeea, #01D4B9);
}
.our-story .story-txt-strong {
    font-size: 140%;
    font-weight: 500;
    line-height: 200%;
}
.our-story .story-blockquote {
    font-size: 22px;
    border-left: 4px solid #01D4B9;
    padding-left: 18px;
}
.our-story .story-blockquote .gradient-colored-quote-text {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(235deg, #08aeea, #01D4B9);
}
.our-story .story-quote {
    font-style: italic;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(235deg, #08aeea, #01D4B9);
}
.our-story .story-quote-author {
    line-height: 1em;
}
.our-story .story-quote-author-name {
    font-size: 110%;
}
.our-story .story-quote-author-title {
    font-size: 12px;
    color: #ADB1B6;
    line-height: 1em;
    text-transform: uppercase;
}
.about-us .submission-title {
    font-weight: bold;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(235deg, #08aeea, #01D4B9);
}


/* Bootstrap aware button classes */
/*  :)  */
/* Use it instead of the theme provided one */
.btn-grad {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: .1em;
    color: #fff;
    background-image: linear-gradient(235deg, #08aeea, #01D4B9);
}
.btn-grad-follow {
    font-size: .875rem; /* Default bootstrap button size */
    text-transform: none;
}

.btn-grad:hover {
    color: #fff;
    background-image: linear-gradient(200deg, #0682af, #01D4B9);
    cursor: pointer;
}
.btn-grad:not([disabled]):not(.disabled).active, .btn-grad:not([disabled]):not(.disabled):active {
    color: #fff;
    background-image: linear-gradient(200deg, #08aeea, #01D4B9);
}
.btn-rounded {
    border-radius: 100px;
}

.btn-green-outline {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: .1em;
    background-color: transparent;
    color: #1ec8d1;
    border-color: #1ec8d1;
}

.btn-green-outline:hover {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: .1em;
    background-image: linear-gradient(216deg, #08aeea, #01D4B9);
    color: #fff;
    border-color: #fff;
}

.btn-green-outline:not([disabled]):not(.disabled).active, .btn-green-outline:not([disabled]):not(.disabled):active {
    color: #fff;
    border-color: #fff;
    background-image: linear-gradient(216deg, #08aeea, #01D4B9);
}

.btn-outline {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: .1em;
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-outline:hover {
    color: #fff;
    border-color: #fff;
    /* Default (shiny) background-image: linear-gradient(216deg, #08aeea, #2af598); */
    background-image: linear-gradient(216deg, #08aeea, #01D4B9);
}
.btn-outline:not([disabled]):not(.disabled).active, .btn-outline:not([disabled]):not(.disabled):active {
    color: #fff;
    border-color: #fff;
    background-image: linear-gradient(200deg, #08aeea, #01D4B9);
}
/*Overrides btn-outline-secondary border color*/
.btn-outline-secondary {
    border-color: rgba(0, 0, 0, 0.125);
}
.btn-team-info {  /* Custom button text and border color for team page */
    color: #8e90a0;
    border-color: #c8c8c8;
}

.btn-wide {
    padding-left: 2em;
    padding-right: 2em;
}
.btn-wider {
    padding-left: 4em;
    padding-right: 4em;
}
.btn-taller {
    padding-top: 1em;
    padding-bottom: 1em;
}
.btn-search {
    color: #fff;
    background-image: linear-gradient(235deg, #08aeea, #01D4B9);
}
.btn-search:hover {
    color: #fff;
    background-image: linear-gradient(200deg, #08aeea, #01D4B9);
}
.btn-search:not([disabled]):not(.disabled).active, .btn-search:not([disabled]):not(.disabled):active {
    color: #fff;
    background-image: linear-gradient(200deg, #08aeea, #01D4B9);
}
.btn-video-contact {
    border: none;
    border-radius: 0;
    box-shadow: 0;
    font-size: 12px;
    font-weight: bold;
}
.btn-video-contact:focus, .btn-video:active:focus, .btn-video-contact.active:focus {
    outline: 0 none;
    box-shadow: none;
}

.btn-comment-action {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: .75em;
    letter-spacing: .1em;
    border: solid 1px;
}

.comments-title {
    font-size: 1.25em;
    font-weight: 300;
}

.comments .media-body a {
    word-break: break-all;
}

.sort-dropdown {
    font-size: 1.25em;
    font-weight: 300;
    background-color: #fff;
    color: #212529;
}

.footer-rights a {
    color: #ccc;
    font-size: 90%;
}

.row.bootstrap4-multi-input {
    margin: 0px;
}

.modal-footer .nav-link {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    color: #a5a7a9;
    text-transform: uppercase;
    padding: .5rem .5rem;
}
.modal-footer .nav-link {
    border-bottom: 2px solid transparent;
}
.modal-footer .nav-link:hover {
    border-bottom: 2px solid #00B0EC;
}

.physician-match-ul li {
    cursor: pointer;
}


/* Hacks. Refactoring needed */
.cme-quiz ul {
    list-style: none;
}

/* Playlist related list (scrollable content) */
.playlist-related-list {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: none;
}
.playlist-related-list .related-item {  /* Less space between items */
    margin-bottom: .6em;
}

/* PY-13 Do not blur video when paused */
#video-tab .oo-player-container .oo-player-skin-plugins.oo-overlay-blur:not(:empty) {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
    z-index: -10000;
    position: absolute;
}

#video-tab .oo-player-container video.oo-blur {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
}

#video-tab .oo-player-container .oo-state-screen .oo-fading-underlay, .oo-player-container .oo-spinner-screen .oo-fading-underlay {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
}

.landing-page .jumbotron-fluid {
    min-height: 500px;
    font-family: 'OpenSans', sans-serif;
    background: url("https://static.vumedi.com/gfx/kenneth-rosenfield-advances.png");
    background-position: bottom 0px left 4em;
    background-repeat: no-repeat;
    background: none;
}
.landing-page .jumbotron-form {
    top: 40px;
}


@media (max-width: 992px) {
    .landing-video-item {
        border-bottom: 2px solid #f5f5f5;
    }
}

.landing-quote-image {
    background: url("https://static.vumedi.com/gfx/kenneth-rosenfield-advances.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}

.landing-quote-testimonial {
    font-size: 28px;
    letter-spacing: -0.4px;
    color: #fff;
    margin-top: 2em;
    margin-bottom: 32px;
}
.landing-quote-testimonial:after {
    /* Align center */
    display: block;
    margin: 0 auto;
    margin-top: 32px;
    position: relative;
    top: 32px;
    /* End Align center */

    /* Align default */
    content: '';
    margin: 0;
    /*margin-top: 32px;*/
    display: flex;
    /* End Align default */

    width: 48px;
    height: 4px;
    background-color: #fff;
}
/*
.landing-quote-testimonial-author:before {
      content: '';
      margin: 0;
      margin-top: 32px;
      display: flex;
      width: 47px;
      height: 4px;
      background-color: #fff;
}
*/
.landing-quote-testimonial-author {
    font-size: 26px;
    letter-spacing: 0.1px;
    color: #fff;
    margin-top: 2em;
}
.landing-quote-testimonial-author-workplace {
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #fff;
    text-transform: uppercase;
}
.landing-quote-testimonial-author-workpos {
    font-size: 13px;
    letter-spacing: 0.1px;
    color: #fff;
    /*text-transform: rm: uppercase;*/
}
.section-item__title a {
    color: #20262b;
}
.section-item__title a:hover {
    color: #18d0c2;
    text-decoration: none;
}

.calendar-container {
    overflow-y: scroll;
}
.calendar-container > div {
    min-width: 1000px;
}

.pagination .previous {
    margin-right: 5px;
}

.pagination .next {
    margin-left: 5px;
}

.ie-block-level-full-width {
    width: 100%;  /* Block-level child is supposed to occupy the full width of the parent. IE wants explicit statement */
}

.contactme-event-form-group {
    margin-bottom: 15px;
}
.contactme-event-form-group > label {
    margin: 0 5px 0 15px;
}
.contactme-event-form-group > input[type="radio"] {
    transform: translateY(-15%);
}
.contactme-event-form-group > input[type="email"],
.contactme-event-form-group > input[type="text"] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.term-child a {
    color: inherit;
    max-width: 80%;
}

.term-child .expand-terms {
    align-self: baseline;
    margin-left: auto;
}

.term-child .expand-terms i {
    cursor: pointer;
    outline: none;
    padding: 3px;
}

.site-header {
    margin: 0 3rem;
}

@media only screen and (max-width: 575.98px) {
    .site-header {
        margin: 0;
    }
}

/* Semantic css rules */
.center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    /* old IE's */
    text-align: center;
}

.center-content-vertically {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.left-gutter {
    margin-left: 15px;
}

.right-gutter {
    margin-right: 15px;
}

.side-gutter {
    margin-left: 15px;
    margin-right: 15px;
}

.hidden {
    display: none;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

/* Narrow container */
.narrow-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .narrow-container {
        max-width: 740px;
    }
}
/* /Narrow container */

/* Mobile custom css */
/* up to iPhone SE */
@media only screen and (max-width: 320px) {
    .pagination .page-link {
        padding: .2rem .4rem;
    }
}

/* up to iPhone 6/7/8 Plus and iPhone X */
@media only screen and (min-width: 321px) and (max-width: 414px) {
    .pagination .page-link {
        padding: .25rem .5rem;
    }
}

/* Mobile portrait layout custom css */
@media (max-width: 575.98px) {
    .item-actions > * {
        margin-top: .5em;
    }
}

.react-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    background: rgba(239, 239, 239, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.react-overlay.fixed {
    position: fixed;
}
.progress-indicator {
   color: #03c1d2;
}
.fade-item {
    opacity: 0.4;
}

.privacy-policy-notification {
    bottom: 0;
    position: fixed;
    width: 100%;
    text-align: center;
}
.privacy-policy-notification .alert {
    background-color: #09465B;
    color: #fff;
    border-color: #09465B;
    border-radius: 0;
    margin-bottom: 0;
}
