/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');*/
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
body,
html,
#main {
  height: 100%;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #000;
}
.page-wrapper {
  width: 1200px;
  margin: 0 auto;
}
a,
a:link,
a:visited {
  color: #52a8f3;
  text-decoration: none;
  cursor: pointer !important;
}
a.hover,
a:link.hover,
a:visited.hover {
  color: #5ebcf7;
}
input:-moz-placeholder {
  color: #d1d1d1;
}
input::-moz-placeholder {
  color: #d1d1d1;
}
input:-ms-input-placeholder {
  color: #d1d1d1;
}
input::-webkit-input-placeholder {
  color: #d1d1d1;
}
input:focus::-webkit-input-placeholder {
  color: transparent!important;
}
input:focus::-moz-placeholder {
  color: transparent!important;
}
input:focus:-moz-placeholder {
  color: transparent!important;
}
.modal-content {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#wpadminbar {
  display: none;
}
.ng-hide {
  display: none;
}
.browsehappy {
  color: white;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
/*
.alpha .preloader-wrapper img {
  height: 64px;
  width: 64px;
}

.bg-fill .preloader-wrapper img {
  height: 64px;
  width: 64px;

  background: white;
  border-radius: 12px;
  box-shadow: 0 0 40px rgba(0,0,0,0.2);
}

*/
/* Small Versions (32px) */
/*


.alpha.small .preloader-wrapper img {
  height: 32px;
  width: 32px;
}

.bg-fill.small .preloader-wrapper img {
  height: 32px;
  width: 32px;

  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}*/
.loader-wrapper {
  display: inline;
}
.loader-wrapper .loader.alpha {
  background: transparent url('../images/loader/loader-64-alpha.gif') no-repeat center center;
  height: 64px;
  width: 64px;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  background-color: black;
}
body {
  max-width: 100%;
  overflow-x: hidden;
}
/**
 *  Mobile Styles
 */
.template {
  color: white;
}
/**
 *  Tablet (Vertical) Styles
 */
/**
 *  Tablet (Horizontal) & Desktop (Small) Styles
 */
/**
 *  Desktop (Large) Styles
 */
/**
 *  Less Than IE9
 */
/**
 *  Mobile Styles
 */
.documents-container {
  border-bottom: 1px solid black;
}
.documents-container .document {
  border-bottom: 1px solid black;
}
.documents-container .document .icon {
  padding: 15px;
  cursor: pointer;
}
.documents-container .document .icon:hover {
  color: lightblue;
}
.text-page {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  background: #ffffff;
}
.main-article-box {
  width: 1160px;
  margin: 20px;
}
.main-article-box h2 {
  width: 100%;
  margin: 15px 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
}
.main-article-box p {
  width: 100%;
  margin: 5px 0;
  font-size: 13px;
}
/**
 *  Tablet (Vertical) Styles
 */
/**
 *  Tablet (Horizontal) & Desktop (Small) Styles
 */
/**
 *  Desktop (Large) Styles
 */
/**
 *  Less Than IE9
 */
div.header {
  width: 100%;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  z-index: 100;
}
div.header .header-content {
  height: 50px;
  width: 100%;
  background: #ffffff;
  margin: 0;
  padding: 0;
}
div.header .header-content a.btn-menu {
  display: block;
  float: left;
  height: 50px;
  width: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff url('../images/icn-menu.png') no-repeat center center;
}
div.header .header-content a.btn-menu.btn-menu-active {
  background: #ffffff url('../images/icn-close-menu.png') no-repeat center center;
}
div.header .header-content .logo {
  display: block;
  float: left;
  height: 50px;
  width: 177px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  background: #ffffff url('../images/logo.png') no-repeat center center;
}
div.header .header-content .main-nav {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 15px;
  color: #474747;
  text-transform: uppercase;
  text-decoration: none;
}
div.header .header-content .main-nav:hover {
  color: #52a8f3;
}
div.header .header-content .main-nav.active {
  color: #52a8f3;
}
div.header .header-content .img-profile {
  display: block;
  float: right;
  height: 50px;
  width: 50px;
}
div.header .header-content .img-profile img {
  display: block;
  width: 100%;
}
div.header .header-content .name-profile {
  display: block;
  float: right;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  padding: 0 15px;
  font-size: 15px;
  color: #474747;
  text-transform: uppercase;
  text-decoration: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
div.header .header-content .btn-search {
  display: block;
  float: right;
  height: 50px;
  width: 50px;
  background: #ffffff url('../images/icn-search.png') no-repeat center center;
}
div.header .header-content .btn-more {
  display: block;
  position: relative;
  float: right;
  height: 50px;
  width: 50px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff url('../images/icn-more.png') no-repeat center center;
}
div.header .header-content .btn-more:hover {
  background: #ffffff url('../images/icn-more-active.png') no-repeat center center;
}
div.header .header-content .btn-more.btn-more-active {
  background: #ffffff url('../images/icn-more-active.png') no-repeat center center;
}
div.header .more-dropdown-wrapper {
  display: inline;
  float: right;
  position: relative;
}
div.header .more-dropdown {
  position: absolute;
  top: 60px;
  display: block;
  right: 10px;
  width: 165px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 10001;
}
div.header .more-dropdown .buttons-container {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
div.header .more-dropdown .buttons-container .btn-more-options {
  display: block;
  clear: both;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  padding: 0 15px;
  color: #474747;
  text-transform: uppercase;
  text-decoration: none;
}
div.header .more-dropdown .buttons-container .btn-more-options:hover {
  color: #52a8f3;
}
div.header .submenu {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 100%;
  background: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
div.header .submenu a {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 13px;
  color: #474747;
  text-transform: uppercase;
  text-decoration: none;
}
div.header .submenu a:hover {
  color: #52a8f3;
}
.bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer {
  width: 100%;
  background: #1d1d1d;
  text-align: center;
  clear: both;
}
.footer.landing {
  background: #ffffff;
}
.footer .footer-nav {
  display: inline-block;
  vertical-align: middle;
  line-height: 80px;
  color: #616161;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 15px;
}
.footer .footer-nav.landing {
  color: #474747;
}
.footer .footer-nav:hover {
  color: #707070;
}
.footer .footer-nav:hover.landing {
  color: #52a8f3;
}
.footer .footer-logo {
  margin: 15px 120px 20px;
  width: 172px;
  height: 27px;
  background: transparent url('../images/logo-footer.png?v=1') no-repeat center center;
}
.footer .footer-logo.landing {
  width: 137px;
  height: 21px;
  background: transparent url('../images/logo.png') no-repeat center center;
}
.feature.category {
  height: auto;
}
.profile-feature {
  height: 100%;
}
.hero-pagination {
  height: 100%;
}
.carousel-inner {
  height: 100% !important;
}
.carousel-control,
.cta-play {
  top: 50% !important;
  transform: translate(0, -50%) !important;
}
@media screen and (max-width: 768px) {
  .override .hero-feature {
    height: 415px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .override .hero-feature {
    height: 415px;
  }
  .override .bottom-fold-layout {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1201px) {
  .override .hero-feature {
    height: 615px;
  }
  .override .feature img.feature-header-image {
    width: 1200px;
  }
  .override .bottom-fold-layout {
    flex-direction: row-reverse;
  }
  .override .library .items {
    flex-grow: 1;
  }
  .override .channels,
  .override .categories {
    width: 310px;
  }
}
.bottom-fold-layout {
  display: flex;
  flex-direction: column;
}
.override {
  /* Make the carousel indicators take up more width: I think they look better this way */
}
.override .carousel-indicators {
  margin-left: -40% !important;
  width: 80% !important;
}
.feature {
  position: relative;
  width: 100%;
  margin-top: -50px;
  overflow: hidden;
}
.feature.landing {
  margin-top: 0;
}
.feature img.feature-header-image {
  min-height: 420px !important;
  max-height: 750px !important;
  display: block;
  height: 750px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.feature .category-image-wrapper {
  height: 170px;
  overflow: hidden;
}
.feature .category-image-wrapper img.category-image {
  height: 170px;
}
.feature .category-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 998;
  text-align: left;
}
.feature .category-overlay span {
  display: block;
  color: #ffffff;
  margin: 10px 20px;
  font-size: 24px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-transform: uppercase;
}
.hero-carousel {
  height: 100%;
}
.carousel-inner > .item {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.pagination {
  margin: 0;
  border-radius: none;
}
.carousel {
  height: 100%;
}
.carousel-indicators {
  z-index: 200;
}
.carousel-indicators .active,
.carousel-indicators li {
  position: relative;
  background-color: #fff;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  height: 2px;
  width: 30px;
}
.carousel-indicators li:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -3px;
  padding: 9px 10px;
  width: 16px;
}
.carousel-indicators .active {
  background-color: #409af6;
  border-color: #409af6;
  box-shadow: 0 0 5px #409af6;
}
.feature-content {
  position: absolute;
  top: 0;
  left: 7%;
  width: 86%;
}
.feature-content .feature-title {
  margin: 80px auto 15px auto;
  font-size: 60px;
  display: none;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}
.feature-content .feature-subtitle {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}
.carousel-control.left,
.carousel-control.right {
  z-index: 210;
}
.carousel-control.left {
  position: absolute;
  height: 155px;
  top: 297px;
  left: 0;
  color: transparent;
  text-shadow: none;
  background: transparent url('../images/arrow-prev.png') no-repeat center bottom;
}
.carousel-control.right {
  position: absolute;
  height: 155px;
  top: 297px;
  right: 0;
  color: transparent;
  text-shadow: none;
  background: transparent url('../images/arrow-next.png') no-repeat center bottom;
}
.feature-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.3) 72%, rgba(0, 0, 0, 0.5) 100%);
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.3) 72%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.3) 72%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3) 72%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cta-play {
  position: absolute;
  z-index: 200;
  width: 100%;
  top: 45%;
  left: 0;
  padding: 0 10%;
}
.cta-play .cta-container {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}
.cta-play a.btn-play {
  display: inline-block;
  vertical-align: middle;
  width: 96px;
  height: 96px;
  background: transparent url('../images/btn-play.png') no-repeat right bottom;
}
.cta-play a.btn-play.screen {
  margin-top: auto;
  width: auto;
}
.cta-play .image-reference {
  display: inline-block;
  vertical-align: middle;
  max-width: 650px;
  height: 80px;
  padding: 14px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cta-play .image-reference.screen {
  margin-top: 170px;
}
.cta-play.learn {
  top: 240px;
  left: 0;
  text-align: center;
}
.cta-play .play-screen {
  height: 400px;
  width: 700px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.hero-feature {
  height: calc(100vh - 50px);
  min-height: 400px;
  max-height: 725px;
}
.lib-item-title {
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  font-weight: 300;
  color: #666666;
}
.lib-item-title .title-text {
  display: block;
  margin: 15px 20px;
}
.lib-item-description {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #666666;
}
.lib-item-description p {
  display: block;
  margin: 15px 20px;
}
.lib-item-tools {
  color: #666666;
}
.lib-item-tools .user-name {
  margin: 8px;
  padding-left: 20px;
  background: #ffffff url('../images/icn-user.png') no-repeat left center;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
}
.lib-item-tools .views-counter {
  margin: 8px;
  padding-left: 22px;
  background: #ffffff url('../images/icn-watch.png') no-repeat left center;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
}
.lib-item-tools .btn-share {
  display: block;
  z-index: 100;
  margin: 8px;
  width: 17px;
  height: 17px;
  background: #ffffff url('../images/icn-share.png') no-repeat right center;
}
.title-explore {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  background: #35393f url('../images/bkg-explore.jpg') no-repeat left top;
}
.title-explore .explore {
  margin: 10px 20px;
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}
.title-explore .scrolldown {
  display: block;
  float: right;
  margin: 23px;
  width: 40px;
  height: 23px;
  background: transparent url('../images/btn-scrolldown.png') no-repeat left top;
}
.library {
  margin: 0;
}
.library .items {
  padding-bottom: 20px;
  background: #ffffff;
}
.library .items .library-items-wrapper {
  display: flex;
}
.library .items.wide {
  width: 100%;
}
.library .items.learn {
  padding-bottom: 0;
}
.library .items .library-title {
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.library .items .library-title span {
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  vertical-align: middle;
  color: #474747;
  font-weight: 600;
}
.library .items .library-menu {
  width: 100%;
  min-height: 40px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.library .items .library-menu a {
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 10px;
  color: #919191;
  text-transform: uppercase;
  text-decoration: none;
}
.library .items .library-menu a:hover {
  color: #52a8f3;
}
.library .items .library-menu a.active {
  color: #52a8f3;
}
.library .items .library-item-list {
  margin: 20px 20px 0 20px;
  cursor: pointer;
}
.library .items .library-item-list img {
  display: block;
  width: 300px;
  height: 180px;
  border-radius: 4px 0 0 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.library .items .library-item-list .description {
  position: relative;
  width: 856px;
  height: 180px;
  border-radius: 0 4px 4px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
}
.library .items .library-item-list .description .description-body {
  height: 145px;
  width: 856px;
}
.library .items .library-item-list .description .item-name {
  width: 856px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  font-weight: 300;
  color: #666666;
}
.library .items .library-item-list .description .item-name .title-text {
  display: block;
  margin: 15px 20px;
}
.library .items .library-item-list .description .item-description {
  width: 856px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #666666;
}
.library .items .library-item-list .description .item-description p {
  display: block;
  margin: 15px 20px;
}
.library .items .library-item-list .description .item-tools {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 34px;
  width: 856px;
}
.library .items .library-item-list .description .user-name {
  margin: 8px;
  padding-left: 20px;
  background: #ffffff url('../images/icn-user.png') no-repeat left center;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
}
.library .items .library-item-list .description .views-counter {
  margin: 8px;
  padding-left: 22px;
  background: #ffffff url('../images/icn-watch.png') no-repeat left center;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
}
.library .items .library-item-list .description .btn-share {
  display: block;
  margin: 8px;
  width: 17px;
  height: 17px;
  background: #ffffff url('../images/icn-share.png') no-repeat right center;
}
.library .library-item .image-wrapper {
  min-height: 100px;
}
.library .library-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
}
.library .library-item .item-name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  font-weight: 300;
  color: #666666;
}
.library .library-item .item-name .title-text {
  display: block;
  margin: 15px 20px;
}
.library .library-item .item-description {
  border-top: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #666666;
}
.library .library-item .item-description p {
  display: block;
  margin: 15px 20px;
}
@media (min-width: 1201px) {
  .override .library.home .library-items-wrapper {
    width: 890px !important;
  }
  .override .library.home .library-item {
    width: 296px !important;
  }
  .override .library.playlist .library-item {
    width: 310px !important;
  }
}
@media (min-width: 769px) {
  .override .library.home .library-item {
    width: 250px;
    padding: 5px;
  }
  .override .library.home .library-items-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    width: 500px;
  }
  .override .library.home .library-items-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .override .library.playlist .library-item {
    width: 224px;
    padding: 5px;
  }
  .override .library.playlist .library-items-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .override .library.home .library-items-wrapper,
  .override .library.playlist .library-items-wrapper {
    flex-direction: column;
  }
}
.categories .category-menu {
  width: 100%;
  min-height: 40px;
  text-align: center;
  padding: 0 27px;
}
.categories .category-menu a {
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 10px;
  color: #919191;
  text-transform: uppercase;
  text-decoration: none;
}
.categories .category-menu a:hover {
  color: white;
}
.categories .category-menu a.active {
  color: #52a8f3;
}
.channels,
.categories {
  padding-bottom: 15px;
  background-color: #353940;
}
.channels .channels-wrapper,
.categories .channels-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.channels .header,
.categories .header {
  padding: 10px 20px;
  vertical-align: middle;
  color: #ffffff;
  background-color: #2f3137;
  font-size: 14px;
  margin-bottom: 15px;
}
.channels .channel,
.categories .channel {
  display: block;
  max-width: 250px;
  margin: 10px;
}
.channels .channel img,
.categories .channel img {
  border-radius: 4px;
}
.bkg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.modal-content {
  /*background: none !important;
  border: none !important;*/
}
.account-settings-overlay {
  display: none;
}
@media screen and (max-width: 540px) {
  .override .modal-box .first-lastname-wrapper {
    flex-direction: column;
  }
  .override .modal-box .first-last-name {
    width: 100%;
  }
  .override .modal-box .first-name {
    border-bottom: none;
  }
}
.modal-box {
  position: relative;
  margin: 80px auto;
  background: #ffffff;
  border-radius: 4px;
  width: 600px;
  max-width: 600px;
  min-height: 400px;
  *zoom: 1;
}
.modal-box .first-lastname-wrapper {
  display: flex;
  flex-direction: row;
}
.modal-box .first-last-name {
  width: 50%;
  position: relative;
  display: flex;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-box .first-last-name .modal-entry {
  margin: 10px 0 10px 15px;
  height: 30px;
  width: 75%;
  line-height: 30px;
  font-size: 18px;
  color: #666 !important;
  text-align: left;
  overflow: hidden;
  border: none;
  outline: none;
}
.modal-box .first-last-name .modal-caption {
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px 15px 10px 0;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
  text-align: right;
}
.modal-box p.text {
  margin: 10px 20px 10px 20px;
}
.modal-box:before,
.modal-box:after {
  content: " ";
  display: table;
  line-height: 0;
}
.modal-box:after {
  clear: both;
}
.modal-box .about-wrapper {
  text-align: left;
  margin: 20px;
}
.modal-box .about-wrapper .about-text {
  color: grey;
}
.modal-box .horz-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-box .doc-download .lead {
  padding: 75px 0 0 0;
}
.modal-box.account {
  height: 510px;
}
.modal-box.share-email {
  margin: 120px auto;
  min-height: inherit;
}
.modal-box.share-social {
  margin: 200px auto;
  height: auto;
  min-height: 0;
}
.modal-box.expanded {
  height: 650px;
}
.modal-box.login {
  width: 480px;
  margin: 100px auto 20px auto;
  height: 152px;
  min-height: 152px;
}
.modal-box .remember-me-row .checkbox {
  margin: 0 10px 0 0;
}
.modal-box .remember-me-row label {
  font-weight: normal;
  margin: 0;
}
.modal-box.signup {
  width: 480px;
  margin: 20px auto;
  min-height: 325px;
}
.modal-box .modal-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  font-size: 13px;
  color: #999;
  text-decoration: none;
}
.modal-box .modal-footer:hover {
  color: #52a8f3;
}
.modal-box .modal-header {
  position: relative;
  width: 100%;
  padding: 5px 0;
  text-align: left;
  border-radius: 4px 4px 0 0;
}
.modal-box .modal-header .modal-title {
  font-size: 18px;
  padding: 10px 140px 10px 20px;
}
.modal-box .modal-header.share-email {
  background: #4e99dd url('../images/icn-email.png') no-repeat 10px center;
  text-align: right;
}
.modal-box .modal-header.share-linkedin {
  background: #0e76a8 url('../images/icn-linkedin.png') no-repeat 10px center;
  text-align: right;
}
.modal-box .modal-header.share-twitter {
  background: #4099ff url('../images/icn-twitter.png') no-repeat 10px center;
  text-align: right;
}
.modal-box .modal-header.share-facebook {
  background: #4c64ae url('../images/icn-facebook.png') no-repeat 10px center;
  text-align: right;
}
.modal-box .modal-header span {
  display: inline-block;
  font-size: 14px;
  padding: 10px 20px;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 500;
}
.modal-box .modal-header .btn-close {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background: transparent url('../images/icn-close.png') no-repeat center center;
}
.modal-box .modal-text-social {
  float: left;
  clear: both;
  width: 600px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 5px;
}
.modal-box .modal-text-social span {
  display: block;
  width: 560px;
  font-size: 14px;
  margin: 20px 20px 60px 20px;
}
.modal-box .modal-fb-profile {
  float: left;
  width: 50px;
  height: 50px;
  margin: 20px;
}
.modal-box .modal-fb-share {
  display: block;
  float: left;
  width: 470px;
  padding: 8px;
  height: 120px;
  margin: 20px 20px 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.modal-box .modal-fb-share:focus {
  outline: none;
}
.modal-box .button-box {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  *zoom: 1;
}
.modal-box .button-box:before,
.modal-box .button-box:after {
  content: " ";
  display: table;
  line-height: 0;
}
.modal-box .button-box:after {
  clear: both;
}
.modal-box .button-box .save-button {
  display: inline-block;
  background: none;
  color: #52a8f3;
  margin: 15px auto;
  height: 36px;
  text-decoration: none;
  border: 1px solid #52a8f3;
  border-radius: 4px;
}
.modal-box .button-box .save-button span {
  display: inline-block;
  margin: 0 15px;
  line-height: 34px;
  font-size: 15px;
  color: #52a8f3;
}
.modal-box .button-box .save-button:hover {
  border-color: #5ebcf7;
}
.modal-box .button-box .save-button:hover span {
  color: #5ebcf7;
}
.modal-box .button-box .share-button {
  display: block;
  float: right;
  margin: 10px 20px 20px 20px;
  height: 36px;
  width: 160px;
  text-decoration: none;
  border-radius: 4px;
  background: #529bdd;
}
.modal-box .button-box .share-button:hover {
  background: #5da4e5;
}
.modal-box .button-box .share-button.linkedin {
  background: #0e76a8;
}
.modal-box .button-box .share-button.linkedin:hover {
  background: #1b85b8;
}
.modal-box .button-box .share-button.facebook {
  background: #4c64ae;
}
.modal-box .button-box .share-button.facebook:hover {
  background: #5e76c0;
}
.modal-box .button-box .share-button.twitter {
  background: #4099ff;
}
.modal-box .button-box .share-button.twitter:hover {
  background: #57a5ff;
}
.modal-box .button-box .share-button span {
  display: inline-block;
  margin: 0 auto;
  line-height: 36px;
  font-size: 15px;
  color: #ffffff;
}
.modal-box .button-box .cancel-button {
  display: block;
  float: left;
  margin: 10px 20px 20px 20px;
  height: 36px;
  width: 80px;
  text-decoration: none;
  border-radius: 4px;
  background: #de4f4f;
}
.modal-box .button-box .cancel-button span {
  display: inline-block;
  margin: 0 auto;
  line-height: 36px;
  font-size: 15px;
  color: #ffffff;
}
.modal-box .button-box .cancel-button:hover {
  background: #e85d5d;
}
.modal-box .modal-row {
  float: left;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-box .modal-row.modal-row-password-strength {
  height: 160px;
}
.modal-box .modal-row.modal-row-password-strength .password-strength-meter {
  width: 90%;
  display: inline-block;
  margin: 15px auto 0;
  padding: 0;
}
.modal-box .modal-row.modal-row-password-strength .password-strength-meter li {
  height: 5px;
  width: 20%;
  padding: 0;
  margin: 0;
}
.modal-box .modal-row.modal-row-password-strength .password-strength-helper {
  width: 90%;
  margin: 10px auto 20px;
  position: relative;
  height: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-box .modal-row.modal-row-password-strength .password-strength-helper .password-strength-text {
  position: absolute;
  bottom: -10px;
  width: 100%;
}
.modal-box .modal-row.modal-row-password-strength .password-strength-helper .password-strength-text span {
  background: white;
  padding: 0 15px;
}
.modal-box .modal-row.modal-row-password-strength .password-strength-hint {
  width: 90%;
  margin: 0 auto;
}
.modal-box .modal-row.error {
  border-color: red;
}
.modal-box .modal-row.centered {
  text-align: center;
}
.modal-box .modal-row.row-50 {
  width: 239px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-box .modal-row .modal-entry-centered {
  height: 50px;
  line-height: 50px;
  font-size: 11px;
  color: #999;
  font-weight: 600;
}
.modal-box .modal-row .modal-entry {
  float: left;
  margin: 10px 0 10px 15px;
  height: 30px;
  width: 75%;
  line-height: 30px;
  font-size: 18px;
  color: #666 !important;
  text-align: left;
  overflow: hidden;
  border: none;
  outline: none;
}
.modal-box .modal-row .modal-caption {
  float: right;
  margin: 10px 15px 10px 0;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
  text-align: right;
}
.modal-box .modal-row .modal-caption.error {
  color: red;
  font-weight: bold;
}
.modal-box .modal-row .login-pass {
  float: left;
  margin: 10px 15px;
  height: 30px;
  width: 50%;
  line-height: 30px;
  font-size: 18px;
  color: #666;
  border: none;
  outline: none;
}
.modal-box .modal-row .password-button {
  display: block;
  float: left;
  margin: 9px 14px;
  height: 30px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.modal-box .modal-row .password-button span {
  margin: 0 10px;
  line-height: 30px;
  font-size: 13px;
  color: #999;
}
.modal-box .modal-row .password-button:hover {
  border-color: #97cbf8;
}
.modal-box .modal-row .password-button:hover span {
  color: #52a8f3;
}
.modal-box .btn-sign-in,
.modal-box .btn-sign-in:link,
.modal-box .btn-sign-in:visited {
  height: 50px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  font-size: 15px;
  color: #52a8f3;
  text-decoration: none;
  background: #fff;
  border: none;
}
.modal-box .btn-sign-in:hover,
.modal-box .btn-sign-in:link:hover,
.modal-box .btn-sign-in:visited:hover {
  color: #5ebcf7;
}
.modal-box.confirmation {
  width: 480px;
  height: 340px;
  min-height: 0;
  margin: 120px auto;
}
.modal-box .modal-confirmation-icon {
  float: left;
  width: 100%;
  height: 62px;
  margin: 100px auto 10px auto;
  background: transparent url('../images/check-confirm.png') no-repeat center center;
}
.modal-box .modal-confirmation-message {
  float: left;
  clear: both;
  width: 100%;
  margin: 10px auto 5px auto;
  text-align: center;
  font-size: 20px;
  color: #616161;
}
.modal-box .modal-confirmation-note {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.modal-dialog {
  width: auto;
}
[window-class=file-viewer-modal] .modal-box,
[window-class=video-modal] .modal-box {
  width: 990px !important;
}
.pink-gradient {
  background-color: #ff5346;
  background-image: -moz-linear-gradient(top, #fb6358, #ff5346);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb6358), to(#ff5346));
  background-image: -webkit-linear-gradient(top, #fb6358, #ff5346);
  background-image: -o-linear-gradient(top, #fb6358, #ff5346);
  background-image: linear-gradient(to bottom, #fb6358, #ff5346);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb6358', endColorstr='#ffff5346', GradientType=0);
  border-bottom: 1px solid #e54a3e;
}
.share-field-100 {
  margin: 10px 20px 0 20px;
  text-align: left;
}
.share-field-100 input {
  width: 94%;
  margin: 0 3%;
}
.share-field-100 .field-name {
  font-size: 13px;
  font-weight: 600;
  color: #616161;
  margin: 5px;
}
.share-field-100 .input-100 {
  height: 35px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.share-field-100 .input-100 input {
  display: block;
  margin: 7px 10px;
  font-size: 14px;
  border: none;
}
.share-field-100 .input-100 input:focus {
  border: none;
  outline: none;
}
.share-field-100 .input-100.text-box {
  height: 130px;
}
.share-field-100 .input-100 textarea {
  display: block;
  margin: 7px 10px;
  font-size: 14px;
  border: none;
  height: 110px;
}
.share-field-100 .input-100 textarea:focus {
  border: none;
  outline: none;
}
.share-field-100 .input-50 {
  width: 274px;
  height: 35px;
  margin: 0 0 5px 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.share-field-100 .input-50 input {
  display: block;
  margin: 7px 10px;
  font-size: 14px;
  border: none;
}
.share-field-100 .input-50 input:focus {
  border: none;
  outline: none;
}
.lead {
  margin-bottom: 0;
}
.lead.pull-right {
  position: absolute;
  right: 5px;
  top: 10px;
  cursor: pointer;
  z-index: 99999999;
}
.share-email-modal-box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.share-email-modal-box .input-wrapper {
  display: flex;
  flex-grow: 1;
}
.modal-box .share-field-100 .input-100 textarea {
  width: 97%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .modal-dialog {
    width: 740px !important;
  }
}
@media screen and (max-width: 768px) {
  .share-email-modal-box {
    flex-direction: column;
  }
}
.landing-img-bg {
  width: 100%;
  min-width: 600px;
}
@media screen and (max-width: 768px) {
  .override .landing-centered .message {
    font-size: 14px !important;
    margin: 15px 20px;
  }
  .override .landing-centered .content {
    margin-top: 10px;
  }
}
@media (min-width: 1201px) {
  .override {
    /*.feature.landing{
			height:860px
		}*/
  }
}
@media screen and (max-width: 520px) {
  .override .landing-centered .message {
    font-size: 14px !important;
    margin: 15px 20px;
  }
  .override .landing-centered .content {
    width: inherit;
    padding: 0 10px;
  }
  .override .landing-centered .landing-footer a {
    font-size: 14px !important;
  }
}
.landing-centered {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.landing-centered .ka-sponsorLogo .logo {
  max-width: 500px;
  max-height: 200px;
}
.landing-centered .remember-me {
  margin-top: 10px;
}
.landing-centered .member-login {
  width: 100%;
  text-align: right;
}
.landing-centered .member-login a,
.landing-centered .member-login a:link,
.landing-centered .member-login a:visited {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  z-index: 9999;
  padding: 15px;
  height: 30px;
  line-height: 30px;
}
.landing-centered .member-login a:hover,
.landing-centered .member-login a:link:hover,
.landing-centered .member-login a:visited:hover {
  color: #fff;
}
.landing-centered .content {
  max-width: 500px;
  margin: 70px auto;
  text-align: center;
}
.landing-centered .content .logo,
.landing-centered .content .svg-logo {
  margin: 0 auto 20px auto;
}
.landing-centered .content .logo img {
  display: inline-block;
  width: auto;
  height: auto;
}
.landing-centered .content .svg-logo {
  width: 287px;
  height: 51px;
}
.landing-centered .content .message {
  margin: 15px auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.landing-centered .content .remember-me .checkbox {
  margin: 0 10px 0 0;
}
.landing-centered .content .remember-me label {
  margin: 0;
  font-weight: normal;
  color: #fff;
}
.landing-centered .content .gift-card-field {
  margin-top: 20px;
  max-width: 500px;
  height: 50px;
  display: flex;
}
.landing-centered .content .gift-card-field input {
  flex-grow: 1;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px 0px 0px 4px;
  width: 70%;
  height: 100%;
  vertical-align: middle;
  border: none;
  color: #ffffff;
  font-size: 22px;
  font-weight: 200;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  padding: 0 20px;
}
.landing-centered .content .gift-card-field input::-webkit-input-placeholder {
  color: #ffffff;
}
.landing-centered .content .gift-card-field input:-moz-placeholder {
  color: #ffffff;
}
.landing-centered .content .gift-card-field input::-moz-placeholder {
  color: #ffffff;
}
.landing-centered .content .gift-card-field input:-ms-input-placeholder {
  color: #ffffff;
}
.landing-centered .content .gift-card-field a {
  display: block;
  width: 100px;
  height: 100%;
  margin: 0;
  border-radius: 0 4px 4px 0;
  font-size: 18px;
  font-weight: 400;
  color: #4da1f7;
  text-decoration: none;
  padding: 13px 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  background: -webkit-linear-gradient(#f7f7f7, #ffffff);
  background: -moz-linear-gradient(#f7f7f7, #ffffff);
  background: -ms-linear-gradient(#f7f7f7, #ffffff);
  background: linear-gradient(#f7f7f7, #ffffff);
}
.landing-centered .content .gift-card-field a:hover {
  background: #ffffff;
}
.landing-centered .smallprint {
  width: 400px;
  margin: 15px auto;
  text-align: center;
}
.landing-centered .smallprint a,
.landing-centered .smallprint a:link a:visited {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.landing-centered .smallprint a:hover,
.landing-centered .smallprint a:link a:visited:hover {
  color: #fff;
}
.landing .invalid-code {
  display: block;
  color: #fff;
  padding: 20px 15px;
}
.landing-footer {
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 18px;
  color: #fff;
  padding: 17px 20px;
}
.landing-footer a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
.landing-footer a:hover {
  text-decoration: underline;
}
.img-top-channel {
  width: 100%;
}
@media (max-width: 1200px) {
  /* Your CSS rules for mobile screens go here */
  .feature-subnav {
    display: none !important;
  }
  .MobilePlaylistDropDownWrapper {
    display: block !important;
  }
  .kj .learn-feature {
    /* height: 692px !important; */
    min-height: 420px !important;
    max-height: 692px !important;
    overflow: hidden;
  }
  .modal-box {
    width: inherit !important;
  }
  .wistiaPlayList {
    /* min-height: 320px !important; */
    display: flex;
    align-items: center;
    width: 769px;
  }
  .wistia_embed {
    width: 769px !important;
  }
}
/* Small screens (e.g., mobile phones) */
@media screen and (max-width: 768px) {
  .override .page-wrapper,
  .override .playerWrapper {
    /*width:100% !important;*/
    width: 100% !important;
  }
  .override .wistiaPlayList {
    /* min-height: 320px !important; */
    display: flex;
    align-items: center;
  }
  .override .explore-container {
    flex-direction: column;
  }
  .override .learn-modules {
    width: 100%;
  }
  .override .bottom-sections {
    flex-direction: column;
  }
  .override .feature-video {
    width: 100% !important;
    max-height: 400px;
  }
  .override .wistia_embed {
    width: 100% !important;
  }
  .override .notification-popover {
    max-width: 90% !important;
  }
  .override .learn-videos {
    width: 100%;
    padding-bottom: 20px;
  }
  .override .learn-video-container {
    width: inherit;
  }
}
/* Medium screens (e.g., tablets) */
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .override .page-wrapper,
  .override .playerWrapper {
    /*width:100% !important;*/
    width: 769px !important;
  }
  .override .learn-documents {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    max-width: 316px;
  }
  .override .learn-modules {
    width: 450px;
  }
  .override .bottom-sections {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .override .learn-video-container {
    width: inherit;
  }
  .override .playlist-wrapper {
    align-items: center;
  }
  .override .learn-videos {
    width: inherit;
  }
}
@media (min-width: 1201px) {
  .override .kj .learn-feature {
    /* height: 640px !important; */
    min-height: 420px !important;
    max-height: 640px !important;
    overflow: hidden;
  }
  .override .bottom-sections {
    flex-direction: row;
  }
  .override .learn-modules {
    width: 623px;
  }
  .override .learn-documents {
    width: 288px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .override .learn-videos {
    width: 287px;
  }
}
.playlist-wrapper {
  display: flex;
  flex-direction: column;
}
.bottom-sections {
  display: flex;
  flex-direction: column;
}
.MobilePlaylistDropDownWrapper {
  display: none;
}
.popover-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 90px;
  width: 100%;
}
.popover-sub-content {
  display: flex;
}
.popover-sub-content .icon {
  display: flex;
  width: 50px;
}
.popover-sub-content .text-content {
  display: flex;
  flex: 1;
  padding: 10px 30px;
  align-items: center;
}
.wistia_embed {
  width: 960px;
  height: 540px;
}
.continue-prompt {
  opacity: 0;
  position: absolute;
  z-index: 900;
  font-weight: 700;
  font-size: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}
.overlay {
  /*position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    min-height: 420px !important;
    max-height: 640px !important;

    .feature-wrapper {
        height: 580px;
        min-height: 360px !important;
        max-height: 580px !important;
    }*/
}
.feature-header {
  display: flex;
  background: rgba(255, 255, 255, 0.2);
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.feature-header .logo-wrapper {
  display: inline-block;
}
.feature-header .logo-svg,
.feature-header img.logo-img {
  margin-top: 12px;
}
.feature-header img.logo-img {
  margin-left: 20px;
  height: 35px;
  display: inline-block;
}
.feature-header .logo-svg {
  width: 153px;
  height: 35px;
  margin-left: 15px;
}
.feature-header span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 10px 20px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.feature-subnav {
  height: 580px;
  width: 240px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.feature-subnav .subnav-item {
  padding: 10px 0;
  outline: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  position: relative;
}
.feature-subnav .subnav-item .kj-videoLabel {
  margin-left: -12px;
  line-height: 20px;
  font-size: 12px;
  outline: 0;
  padding-left: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.feature-subnav .subnav-item .kj-arrowRight {
  width: 0px;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ffffff;
  margin-left: 20px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.feature-subnav .subnav-item.kj-active .kj-videoLabel {
  margin-left: 10px;
}
.feature-subnav .subnav-item.kj-active .kj-arrowRight {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.feature-subnav .subnav-item.viewed {
  color: rgba(255, 255, 255, 0.6);
}
.animate-enter,
.animate-leave {
  -webkit-transition: 5s cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 5s cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 5s cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 5s cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 5s cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block;
}
.animate-enter.animate-enter-active,
.animate-leave {
  opacity: 1;
  top: 0;
  height: 30px;
}
.animate-leave.animate-leave-active,
.animate-enter {
  opacity: 0;
  transition: 5s linear all;
  left: -300px;
  height: 0px;
}
.wistiaPlayList {
  /* min-height: 320px !important; */
  height: 540px !important;
  background-color: black;
}
.vsc-initialized {
  min-height: 320px !important;
  max-height: 540px !important;
}
.feature-video {
  width: 960px;
  background: #ffffff;
  height: 580px;
  min-height: 360px !important;
  max-height: 580px !important;
  display: flex;
  flex-direction: column;
}
.feature-video .video-controls {
  height: 40px;
  position: relative;
  background-color: white;
}
.feature-video .video-controls .btn-play {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background: transparent url('../images/video-btn-play.png') no-repeat center center;
}
.feature-video .video-controls .btn-play.pause {
  background: transparent url('../images/video-btn-pause.png') no-repeat center center;
}
.feature-video .video-controls .video-btn {
  position: absolute;
  font-size: 10px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #616161;
  cursor: pointer;
}
.feature-video .video-controls .video-btn:hover {
  text-decoration: none;
}
.feature-video .video-controls .video-btn.prev {
  top: 0;
  left: 0;
  padding-left: 20px;
  margin-left: 10px;
  background: transparent url('../images/video-arrow-prev.png') no-repeat left center;
}
.feature-video .video-controls .video-btn.next {
  top: 0;
  right: 0;
  padding-right: 20px;
  margin-right: 10px;
  background: transparent url('../images/video-arrow-next.png') no-repeat right center;
}
.learn-module-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 583px;
  cursor: pointer;
  margin: 5px 5px 5px !important;
  width: auto;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.learn-module-container .learn-modules-img {
  width: 100%;
}
.learn-module-container .image-and-title-box {
  display: flex;
  flex-direction: column;
}
.learn-module-container .image-wrapper {
  flex-grow: 1;
}
.learn-module-container img.feature-header-image {
  display: block;
  height: 640px;
  min-height: 420px !important;
  max-height: 640px !important;
  border-radius: 4px 0 0 4px;
}
.learn-module-container .item-name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  font-weight: 300;
  color: #666666;
  display: flex;
  align-items: center;
}
.learn-module-container .item-name .title-text {
  display: block;
  margin: 15px 20px;
}
.learn-module-container .description {
  overflow: hidden;
}
.learn-module-container .description .item-description {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #666666;
}
.learn-module-container .description .item-description p {
  display: block;
  margin: 15px 20px;
}
.learn-module-container .description .item-tools {
  bottom: 0;
  right: 0;
  height: 35px;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #666666;
}
.learn-module-container .description .item-tools .user-name {
  margin: 8px;
  padding-left: 20px;
  background: #ffffff url('../images/icn-user.png') no-repeat left center;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
}
.learn-module-container .description .item-tools .views-counter {
  margin: 8px;
  padding-left: 22px;
  background: #ffffff url('../images/icn-watch.png') no-repeat left center;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
}
.learn-module-container .description .item-tools .btn-share {
  display: block;
  z-index: 100;
  margin: 8px;
  width: 17px;
  height: 17px;
  background: #ffffff url('../images/icn-share.png') no-repeat right center;
}
.learn-documents {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.learn-documents .doc-item {
  overflow: hidden;
  display: flex;
  justify-items: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.learn-documents .doc-item img {
  width: 42px;
  height: 42px;
  vertical-align: middle;
}
.learn-documents .doc-item .doc-item-desc {
  line-height: 39px;
  vertical-align: middle;
  width: 225px;
  flex: 1;
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
  color: #666666;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.learn-videos {
  width: 287px;
  padding-bottom: 20px;
}
.learn-video-container {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  width: 245px;
  margin: 20px 20px 0 20px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.learn-video-container .video {
  display: block;
  position: relative;
  width: 245px;
  overflow: hidden;
}
.learn-video-container .video img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 4px 4px 0 0;
}
.learn-video-container .video .btn-play-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 245px;
  height: 140px;
  background: transparent url('../images/btn-play.png') no-repeat center center;
}
.learn-video-container .vid-title {
  width: 245px;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  font-weight: 300;
  color: #666666;
  text-align: center;
  font-size: 16px;
  padding: 10px;
}
.learn-video-container .vid-title .title-text {
  display: block;
  margin: 15px 20px;
}
.playerWrapper {
  position: relative;
}
.playerActions {
  height: 100%;
  width: 206px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 900 !important;
  padding-bottom: 35px;
  pointer-events: none;
  /* background: transparent url('@{base-image-folder}bkg-social.png') repeat-y right top; */
}
.dark-background {
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
  width: 150px;
  top: 0;
  bottom: 40px;
  position: absolute;
  right: 0;
}
.share-popover {
  position: absolute;
  right: 90px;
  top: 174px;
  height: 60px;
  width: 300px;
}
.share-popover .tooltip-right {
  float: right;
  width: 11px;
  height: 62px;
  background: transparent url('../images/tooltip-right.png') no-repeat right top;
}
.share-popover .btn-share-popover {
  display: block;
  float: right;
  width: 60px;
  height: 62px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
}
.share-popover .btn-share-popover:hover {
  cursor: pointer;
}
.share-popover .btn-share-popover.popover-tw {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff url('../images/social-tw.png') no-repeat center center;
}
.share-popover .btn-share-popover.popover-fb {
  background: #ffffff url('../images/social-fb.png') no-repeat center center;
}
.share-popover .btn-share-popover.popover-in {
  background: #ffffff url('../images/social-in.png') no-repeat center center;
}
.share-popover .btn-share-popover.popover-email {
  background: #ffffff url('../images/social-email.png') no-repeat center center;
  border-right: none;
}
.hide-flex-box {
  display: hidden;
}
.show-flex-box {
  display: flex;
}
.notification-popover {
  max-width: 550px;
  height: 60px;
  bottom: 75px;
  opacity: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.98);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.98));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.96)), to(rgba(255, 255, 255, 0.98)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.98));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.98));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.98));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ffffff', endColorstr='#faffffff', GradientType=0);
  background-color: transparent;
  cursor: pointer;
  z-index: 1000;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.notification-popover .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent url('../images//video-actions/notification-email-me.png') no-repeat center center;
}
.notification-popover .icon.mail {
  background: transparent url('../images//video-actions/notification-email-me.png') no-repeat center center;
}
.notification-popover .icon.twitter {
  background: transparent url('../images//video-actions/notification-twitter.png') no-repeat center center;
}
.notification-popover .icon.linkedin {
  background: transparent url('../images//video-actions/notification-linkedin.png') no-repeat center center;
}
.notification-popover .icon.sharing {
  background: transparent url('../images//video-actions/notification-share.png') no-repeat center center;
}
.notification-popover .icon.comment {
  background: transparent url('../images//video-actions/notification-comment.png') no-repeat center center;
}
.notification-popover .icon.opt-in {
  background: transparent url('../images//video-actions/notification-optin.png') no-repeat center center;
}
.notification-popover span {
  display: inline-block;
  vertical-align: top;
  width: 440px;
  padding: 10px 20px;
  margin: 0;
  color: #616161;
  font-size: 15px;
  line-height: 20px;
}
.vid-action {
  float: right;
  clear: both;
  z-index: 100;
  width: 100px;
  display: none;
  padding-top: 60px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 600;
  border: none;
  pointer-events: auto;
}
.vid-action:focus {
  outline: none;
}
.vid-action:hover {
  color: #ffffff;
}
.vid-action-child,
.btn-email,
.btn-linkedin,
.btn-comment,
.btn-share,
.btn-twitter,
.btn-optin {
  background: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}
.btn-email {
  background-image: url("../images//video-actions/email-button.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-email {
    background-image: url("../images//video-actions/email-button_2x.png");
    background-size: 34px 30px;
  }
}
.btn-linkedin {
  background-image: url("../images//video-actions/linkedin-button.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-linkedin {
    background-image: url("../images//video-actions/linkedin-button_2x.png");
    background-size: 34px 30px;
  }
}
.btn-comment {
  background-image: url("../images//video-actions/comment-button.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-comment {
    background-image: url("../images//video-actions/comment-button_2x.png");
    background-size: 34px 30px;
  }
}
.btn-share {
  background-image: url("../images//video-actions/share-button.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-share {
    background-image: url("../images//video-actions/share-button_2x.png");
    background-size: 34px 30px;
  }
}
.btn-twitter {
  background-image: url("../images//video-actions/twitter-button.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-twitter {
    background-image: url("../images//video-actions/twitter-button_2x.png");
    background-size: 34px 30px;
  }
}
.btn-optin {
  background-image: url("../images//video-actions/optin-button.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-optin {
    background-image: url("../images//video-actions/optin-button_2x.png");
    background-size: 34px 30px;
  }
}
.container.create .logger {
  width: 100%;
  height: 400px;
}
.kj .learn-feature.kj-template-1 {
  background: #FF0000;
}
.kj .learn-feature.kj-template-1 .kj-templateLabel {
  color: #FFFFFF;
}
.kj .learn-feature.kj-template-1 .kj-arrowRight {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ffffff;
}
.kj .learn-feature.kj-template-2 {
  background: #FFA500;
}
.kj .learn-feature.kj-template-2 .kj-templateLabel {
  color: #000000;
}
.kj .learn-feature.kj-template-2 .kj-arrowRight {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #000000;
}
.kj .learn-feature.kj-template-3 {
  background: #FFFF00;
}
.kj .learn-feature.kj-template-3 .kj-templateLabel {
  color: #000000;
}
.kj .learn-feature.kj-template-3 .kj-arrowRight {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #000000;
}
.kj .learn-feature.kj-template-4 {
  background: #00FFFF;
}
.kj .learn-feature.kj-template-4 .kj-templateLabel {
  color: #000000;
}
.kj .learn-feature.kj-template-4 .kj-arrowRight {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #000000;
}
.kj .learn-feature.kj-template-5 {
  background: #0000FF;
}
.kj .learn-feature.kj-template-5 .kj-templateLabel {
  color: #FFFFFF;
}
.kj .learn-feature.kj-template-5 .kj-arrowRight {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ffffff;
}
.kj .learn-feature.kj-template-6 {
  background: #000000;
}
.kj .learn-feature.kj-template-6 .kj-templateLabel {
  color: #FFFFFF;
}
.kj .learn-feature.kj-template-6 .kj-arrowRight {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ffffff;
}
.kj .learn-feature.kj-template-7 {
  background: #FFFFFF;
}
.kj .learn-feature.kj-template-7 .kj-templateLabel {
  color: #000000;
}
.kj .learn-feature.kj-template-7 .kj-arrowRight {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #000000;
}
.kj .learn-feature.kj-template-8 {
  background: #008000;
}
.kj .learn-feature.kj-template-8 .kj-templateLabel {
  color: #FFFFFF;
}
.kj .learn-feature.kj-template-8 .kj-arrowRight {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ffffff;
}
.kj .learn-feature.kj-template-9 {
  background: #A52A2A;
}
.kj .learn-feature.kj-template-9 .kj-templateLabel {
  color: #FFFFFF;
}
.kj .learn-feature.kj-template-9 .kj-arrowRight {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ffffff;
}
.kj .learn-feature.kj-template-10 {
  background: #808080;
}
.kj .learn-feature.kj-template-10 .kj-templateLabel {
  color: #FFFFFF;
}
.kj .learn-feature.kj-template-10 .kj-arrowRight {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ffffff;
}
/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.flex-container-column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 auto;
}
.flex-container-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-around;
}
.flex-item {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
