/* line 368, ../sass/_playlist.scss */
.show-for-small-only {
  display: none;
}

/* line 372, ../sass/_playlist.scss */
.hide-for-large-only {
  display: block;
}

/* line 3, ../sass/_playlist.scss */
.pbs-playlist-player {
  margin: 50px 0;
}
/* line 6, ../sass/_playlist.scss */
.pbs-playlist-player .player, .pbs-playlist-player .player-wrapper {
  text-align: center;
  border: none !important;
}
/* line 10, ../sass/_playlist.scss */
.pbs-playlist-player .vid-contentchannel {
  font-size: 13px;
  text-transform: uppercase;
  color: #9D9C9C;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 18, ../sass/_playlist.scss */
.pbs-playlist-player .vid-title {
  font-size: 21px;
  color: #4a4a4a;
  line-height: 28px;
  margin-bottom: 17px;
  font-weight: 400;
}
/* line 26, ../sass/_playlist.scss */
.pbs-playlist-player .featured .vid-contentchannel {
  font-size: 10px;
  line-height: 14px;
  margin: 0;
  color: #8b8a8a;
}
/* line 32, ../sass/_playlist.scss */
.pbs-playlist-player .featured .vid-title {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 0;
}
/* line 38, ../sass/_playlist.scss */
.pbs-playlist-player .vid-shortdesc {
  font-size: 15px;
  color: #4a4a4a;
  line-height: 20px;
  margin-bottom: 0;
}
/* line 44, ../sass/_playlist.scss */
.pbs-playlist-player .vid-details {
  margin: 18px 0;
  overflow: hidden;
}
/* line 48, ../sass/_playlist.scss */
.pbs-playlist-player .vid-details span {
  float: left;
  display: inline-block;
  font-size: 13px;
  color: #4a4a4a;
  line-height: 18px;
  padding-left: 13px;
  margin-left: 13px;
  border-left: 1px solid #4a4a4a;
}
/* line 58, ../sass/_playlist.scss */
.pbs-playlist-player .vid-details span:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 64, ../sass/_playlist.scss */
.pbs-playlist-player .vid-details .vid-rating {
  border-right: none;
}
/* line 68, ../sass/_playlist.scss */
.pbs-playlist-player .player-details-wrapper {
  padding: 20px 31px 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 72, ../sass/_playlist.scss */
.pbs-playlist-player .video {
  margin-bottom: 20px;
  background: #f8f8f8;
  width: 100%;
  height: 100%;
}
/* line 78, ../sass/_playlist.scss */
.pbs-playlist-player .bar-h2 {
  position: relative;
  background: #e6e6e6;
  padding-left: 19px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 13px;
  font-size: 18px;
  color: #4a4a4a;
  line-height: 24px;
  border-bottom: 1px solid rgba(179, 179, 179, 0.5);
  border-top: 1px solid rgba(179, 179, 179, 0.8);
}
/* line 91, ../sass/_playlist.scss */
.pbs-playlist-player .bar {
  padding: 0 16px;
}
/* line 93, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured {
  margin-bottom: 30px;
  overflow: hidden;
}
/* line 96, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured .viewport {
  display: block;
  position: relative;
  margin: 0 auto;
}
/* line 101, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured .overview {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  background: #e6e6e6;
  z-index: 999;
}
/* line 109, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured .overview li {
  white-space: normal;
}
/* line 111, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured .overview li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 6px 15px 6px;
  height: 80px;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 119, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured .overview li a * {
  cursor: pointer;
}
/* line 122, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured .overview li a img {
  height: 68px;
}
/* line 125, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured .overview li a .video-thumbnail {
  display: inline-block;
  position: relative;
  width: 120px;
  float: left;
  margin-right: 11px;
  background: black;
  text-align: center;
}
/* line 133, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured .overview li a .video-thumbnail:before {
  content: url(../img/play-icon.png);
  cursor: pointer;
  display: none;
  height: 35px;
  left: 41px;
  top: 17px;
  position: absolute;
  z-index: 100000;
}
/* line 144, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured .overview li a .vid-time {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 36px;
  height: 18px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 11px;
  color: white;
}
/* line 154, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured .overview li a.active {
  background: #f9f9f9;
  margin: 0 1px;
}
/* line 158, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured .overview li a.active img {
  margin-top: 0;
}
/* line 161, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured .overview li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4) !important;
  display: none;
}
/* line 174, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured .overview li a:hover .video-thumbnail:before {
  display: block;
}
/* line 177, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured .overview li a:hover:before {
  display: block;
}
/* line 182, ../sass/_playlist.scss */
.pbs-playlist-player .bar .featured .overview li:last-child a {
  height: 91px !important;
}
/* line 189, ../sass/_playlist.scss */
.pbs-playlist-player .player {
  display: block;
  height: 100%;
  width: 100%;
}
/* line 194, ../sass/_playlist.scss */
.pbs-playlist-player .videos-nr,
.pbs-playlist-player .videos-nr span {
  font-size: 12px;
  line-height: 17px;
}
/* line 200, ../sass/_playlist.scss */
.pbs-playlist-player .scrollable .scroll-bar.vertical {
  width: 15px !important;
  padding-right: 3px !important;
}
/* line 204, ../sass/_playlist.scss */
.pbs-playlist-player .scrollable .scroll-bar .thumb {
  background: rgba(90, 90, 90, 0.6) !important;
  opacity: 1 !important;
  width: 15px !important;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
}
/* line 212, ../sass/_playlist.scss */
.pbs-playlist-player .scrollable .scroll-bar:hover .thumb {
  background: rgba(90, 90, 90, 0.8) !important;
}
/* line 216, ../sass/_playlist.scss */
.pbs-playlist-player .video-load-more {
  width: 130px;
  height: 31px;
  line-height: 31px;
  border: 1px solid #c0c0c0;
  background: white;
  font-size: 12px;
  color: #8b8a8a;
  margin: 8px auto 15px;
  text-align: center;
  cursor: pointer;
}
/* line 228, ../sass/_playlist.scss */
.pbs-playlist-player .collapse-videos {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #9D9C9C;
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
}
/* line 238, ../sass/_playlist.scss */
.pbs-playlist-player .collapse-videos.closed {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #9D9C9C;
  border-bottom: none;
}

/* line 248, ../sass/_playlist.scss */
.span12.page-content .pbs-playlist-player .video .vid-title, .span12.page-content .pbs-playlist-player .video .vid-shortdesc {
  white-space: nowrap;
}
/* line 252, ../sass/_playlist.scss */
.span12.page-content .pbs-playlist-player .bar .featured .viewport {
  height: 517px;
}

@media only screen and (min-width: 961px) {
  /* line 258, ../sass/_playlist.scss */
  .span12.page-content .hide-for-large-only {
    display: none;
  }
  /* line 261, ../sass/_playlist.scss */
  .span12.page-content .player-details-wrapper {
    height: 170px;
    padding-bottom: 25px;
  }
  /* line 265, ../sass/_playlist.scss */
  .span12.page-content .pbs-playlist-player {
    background: #e6e6e6;
    overflow: hidden;
    position: relative;
  }
  /* line 270, ../sass/_playlist.scss */
  .span12.page-content .pbs-playlist-player:after {
    content: "";
    width: 670px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #f8f8f8;
  }
  /* line 280, ../sass/_playlist.scss */
  .span12.page-content .pbs-playlist-player .bar-h2 {
    border-top: none;
  }
  /* line 283, ../sass/_playlist.scss */
  .span12.page-content .pbs-playlist-player .video {
    background: #f8f8f8;
    width: 100%;
    padding-right: 290px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 0;
    float: left;
    position: relative;
    z-index: 100;
  }
  /* line 295, ../sass/_playlist.scss */
  .span12.page-content .pbs-playlist-player .bar {
    position: absolute;
    right: 0;
    width: 289px;
    padding: 0;
    float: left;
    height: 100%;
    z-index: 999;
    background: #e6e6e6;
    border-left: 1px solid rgba(179, 179, 179, 0.5);
  }
  /* line 305, ../sass/_playlist.scss */
  .span12.page-content .pbs-playlist-player .bar .featured {
    margin-bottom: 0 !important;
  }
  /* line 307, ../sass/_playlist.scss */
  .span12.page-content .pbs-playlist-player .bar .featured .overview li a {
    padding: 10px 19px 10px 12px;
    height: 88px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 318, ../sass/_playlist.scss */
  .pbs-playlist-player .vid-shortdesc, .pbs-playlist-player .vid-title {
    white-space: normal !important;
  }
}
@media only screen and (max-width: 960px) {
  /* line 324, ../sass/_playlist.scss */
  .show-for-small-only {
    display: block;
  }

  /* line 327, ../sass/_playlist.scss */
  .pbs-playlist-player .bar {
    margin-bottom: 20px;
  }
  /* line 330, ../sass/_playlist.scss */
  .pbs-playlist-player .bar .featured .viewport {
    height: 100% !important;
  }
  /* line 333, ../sass/_playlist.scss */
  .pbs-playlist-player .bar .featured .overview {
    overflow: hidden;
  }
  /* line 335, ../sass/_playlist.scss */
  .pbs-playlist-player .bar .featured .overview li {
    display: none;
  }
  /* line 337, ../sass/_playlist.scss */
  .pbs-playlist-player .bar .featured .overview li.video01, .pbs-playlist-player .bar .featured .overview li.video02, .pbs-playlist-player .bar .featured .overview li.video03, .pbs-playlist-player .bar .featured .overview li.video04, .pbs-playlist-player .bar .featured .overview li.video05, .pbs-playlist-player .bar .featured .overview li.video06 {
    display: list-item;
  }
  /* line 340, ../sass/_playlist.scss */
  .pbs-playlist-player .bar .featured .overview li a {
    padding: 8px 15px;
    height: 56px;
  }
  /* line 343, ../sass/_playlist.scss */
  .pbs-playlist-player .bar .featured .overview li a img {
    height: 40px;
  }
  /* line 346, ../sass/_playlist.scss */
  .pbs-playlist-player .bar .featured .overview li a .video-thumbnail {
    width: 70px;
  }
  /* line 348, ../sass/_playlist.scss */
  .pbs-playlist-player .bar .featured .overview li a .video-thumbnail:before {
    top: 3px;
    left: 19px;
  }
  /* line 356, ../sass/_playlist.scss */
  .pbs-playlist-player .bar .featured .vid-contentchannel {
    line-height: 12px;
  }
  /* line 359, ../sass/_playlist.scss */
  .pbs-playlist-player .bar .featured .vid-title {
    line-height: 15px;
    white-space: normal;
  }
}
/* line 377, ../sass/_playlist.scss */
.change-form .pbs-playlist-player .bar .featured .viewport {
  height: auto !important;
}
