/**
 * Home
 */

.ciov-home-hero {
  background-color: #c7cfd3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 35, 55, 0.8)), to(rgba(9, 35, 55, 0.8))), url("/images/home/hero.jpg");
  background-image: linear-gradient(rgba(9, 35, 55, 0.8), rgba(9, 35, 55, 0.8)), url("/images/home/hero.jpg");
  background-position-y: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ciov-home-ctab {
  height: auto;
  min-height: 56px;
  text-transform: none;
  font-size: 18px;
  padding: 12px 60px;
  margin: 0 16px;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: pre-wrap;
}

.ciov-home-companies {
  padding: 72px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: #c7cfd3;
  background-size: cover;
  background-position: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 35, 55, 0.8)), to(rgba(9, 35, 55, 0.8))), url("/images/home/footer.jpg");
  background-image: linear-gradient(rgba(9, 35, 55, 0.8), rgba(9, 35, 55, 0.8)), url("/images/home/footer.jpg");
}

.ciov-home-companies__more {
  color: #ebebeb;
  margin-bottom: 72px;
  margin-top: 12px;
}

.ciov-home-companies__logo {
  margin: 16px;
  height: 70px;
  width: 170px;
}

.ciov-home-companies__ctab {
  -webkit-transform: none;
          transform: none;
}

.ciov-home-companies__logocontainer {
  margin: auto;
  width: 606px;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 1023px) {
  .ciov-home-ctab {
    width: 288px;
  }

  .ciov-home-companies__logocontainer {
    width: 186px;
  }

  .ciov-home-companies__logo {
    margin: 8px;
  }

  .ciov-home-companies {
    padding: 48px 0;
  }
}

/**
 * Course
 */

.ciov-course-hero {
  background-image: radial-gradient(farthest-corner at 0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.ciov-course-hero__illustrationcontainer {
  height: 275px;
  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;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ciov-course-hero__illustrationcontainer > img {
  max-width: 100%;
}

.ciov-course-hero__fab {
  float: right;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 16px;
}

/**
 * Lesson
 */

.ciov-lesson-hero {
  margin-bottom: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ciov-lesson-hero__video {
  background-color: #141414;
  border-radius: 2px;
  margin-bottom: -160px;
  -webkit-box-shadow: 0 10px 18px rgba(27, 43, 106, 0.35), inset 0 -1px #000, inset 0 1px rgba(255, 255, 255, 0.16);
          box-shadow: 0 10px 18px rgba(27, 43, 106, 0.35), inset 0 -1px #000, inset 0 1px rgba(255, 255, 255, 0.16);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  min-height: calc(56.25vw - 18px);
  height: auto;
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
}

.ciov-lesson-hero__overlay {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  position: absolute;
}

.ciov-lesson-hero__overlay__button {
  min-width: 160px;
}

@media screen and (min-width: 1024px) {
  .ciov-lesson-hero__video {
    min-height: 0;
    height: 558px;
    width: 992px;
    margin-left: 0;
    margin-right: 0;
  }

  .ciov-lesson-topsections__floating {
    float: right;
    width: calc(25% - 12px);
    margin: -40px 0 16px 16px;
  }

  .ciov-lesson-topsections__description {
    min-height: 232px;
  }
}

/**
 * Instructor
 */

.ciov-instructor-heroavatar {
  margin-bottom: -96px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/**
 * Track
 */

.ciov-track-hero {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 72px;
}

/**
 * Pricing
 */

.ciov-pricing-commentsection {
  width: 100%;
  height: 256px;
}

/**
 * Billinginfo
 */

.ciov-billinginfo-pricingitem {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.ciov-billinginfo-pricingitem__input:not(:checked) + .ciov-billinginfo-pricingitem__card {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

@media screen and (max-width: 1023px) {
  .ciov-billinginfo-pricingitem {
    display: block;
  }

  .ciov-billinginfo-pricingitem__input {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

@media screen and (min-width: 1024px) {
  .ciov-billinginfo-formrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
  }

  .ciov-billinginfo-formrow__item {
    margin: 0 8px;
  }
}

/**
 * Newlesson
 */

/* deprecated, use .cioc-hero__tabs instead */
.ciov-newlesson-tabs {
  margin: -16px;
  margin-top: 0;
}

/**
 * Lessons
 */

/* deprecated, use .ciov-lessons-bytes-toggle instead */
.ciov-lessons-all-toggle,
.ciov-lessons-bytes-toggle {
  padding: 24px 0;
}

/**
 * Contentsearch
 */

.ciov-contentsearch-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}

.ciov-contentsearch-details__description {
  height: 36px;
  line-height: 36px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

/**
 *   Contributors
 */

.ciov-contributors__section {
  padding-top: 128px;
  margin-top: -80px;
}
