body.videos #content.videos {
  background-color: #99cdff;
}
.wf-loading h1 {
  visibility: hidden;
}
.wf-active h1 {
  visibility: show;
  font-size: 20px;
}
#content {
  overflow: auto;
}
#playerWrapper {
  background: url("../static/video/video_bg.gif") top left no-repeat;
  width: 781px;
  height: 421px;
  padding: 8px;
  margin: 10px 0 0 81px;
}
/*============   VIDEO NAV  ==============*/
.video-nav {
  overflow: auto;
  text-align: center;
  font-family: 'Nunito', 'Arial', sans-serif;
}
.video-nav ul {
  display: inline-block;
}
.video-nav li {
  float: left;
  margin: 12px;
  background: #8e6dbb;
  border-radius: 10px;
  width: 172px;
}
.video-nav li a {
  color: #fff;
  padding: 16px 19px;
  display: block;
  font-size: 16px;
}
.video-nav li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .video-nav li a {
    font-size: 14px;
    padding: 16px 13px;
  }
}
.removed {
  display: none;
}
.widescreen {
  padding-bottom: 56.25%;
}
.video-wrapper {
  width: 100%;
  position: relative;
  height: 0;
}
.video-wrapper video, .video-wrapper embed, .video-wrapper object {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-wrapper > div {
  margin-top: 0 !important;
}
.video-wrapper div.overlay img {
  display: inline-block;
}
#player {
  background: #000;
  width: 92.5%;
  margin: 3% auto;
}
#player-controls {
  height: 57px;
  padding: 15px;
  background-color: #ffc45e;
}
#player-controls button {
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
#player-controls button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#player-controls button span {
  display: block;
}
#player-controls .scrubber .scrubber-thumb::before {
  display: block;
  box-sizing: border-box;
  position: absolute;
  content: "";
  height: 14px;
  width: 1000px;
  top: 13px;
  bottom: 0;
  right: 16px;
  background-color: #5da9eb;
}
.vid-ctl-btn {
  background-color: #fb6619;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 10px;
}
.vid-ctl-icon {
  width: 37px;
  height: 37px;
  text-indent: -9999px;
  background: url(../static/video/video_player_ui_new.png) no-repeat;
}
.play-pause {
  float: left;
  width: 37px;
  height: 37px;
  margin: 0 5px;
}
#icon-play, #icon-pause {
  width: 37px;
  height: 37px;
}
.timer-cont {
  float: right;
  text-align: center;
  font: 22px/22px sans-serif;
  color: #ca310d;
  margin: 19px 15px 0;
  font-family: 'Nunito', 'Arial', sans-serif;
}
.timer-remaining {
  display: inline;
}
.mute-unmute, .show-fullscreen {
  float: right;
  width: 37px;
  height: 37px;
  margin: 4px 12px 0 0;
}
.toggle-captions {
  float: right;
  width: 37px;
  height: 37px;
  margin: 4px 12px 0 0;
}
#player-controls .scrubber {
  /*margin: 0 132px 0 50px;
     padding-top: 13px;*/
  overflow: hidden;
  border-radius: 5px;
  margin: 8px 80px;
}
/*width:60%;*/
#player-controls .scrubber-track {
  background: #fff;
  height: 14px;
  margin: 13px 0;
}
#player-controls .scrubber-thumb {
  background: #fb6619;
  position: relative;
  top: -13px;
  width: 16px;
  height: 41px;
  border-radius: 10px;
}
.toggle-captions #icon-capton, .toggle-captions #icon-captoff {
  width: 37px;
  height: 37px;
}
#player-controls .scrubber-thumb:hover {
  background: #ff6e08;
}
#icon-play {
  background-position: -41px -119px;
}
#icon-pause {
  background-position: -80px -80px;
}
#icon-capton {
  background-position: -80px -41px;
}
#icon-captoff {
  background-position: -41px -41px;
}
#icon-fs {
  background-position: -2px -80px;
}
#icon-unmute {
  background-position: -2px -2px;
}
#icon-mute {
  background-position: -80px -2px;
}
button:hover #icon-play {
  background-position: -80px -119px;
}
button:hover #icon-pause {
  background-position: -2px -119px;
}
button:hover #icon-fs {
  background-position: -41px -80px;
}
button:hover #icon-capton, button:hover #icon-captoff {
  background-position: -80px -41px;
}
button:hover #icon-unmute {
  background-position: -41px -2px;
}
button:hover #icon-mute {
  background-position: -2px -41px;
}
#player-controls div.play-pause #icon-pause, #player-controls div.mute-unmute #icon-unmute, #player-controls div.toggle-captions #icon-capton, #player-controls div.play-pause.playing #icon-play, #player-controls div.mute-unmute.muted #icon-mute, #player-controls div.toggle-captions.captions-on #icon-captoff {
  display: none;
}
#player-controls div.play-pause.playing #icon-pause, #player-controls div.mute-unmute.muted #icon-unmute, #player-controls .toggle-captions.captions-on #icon-capton {
  display: block;
}
.mute-unmute, .toggle-captions, .no-flash-video .show-fullscreen {
  display: block;
}
.playlist-block {
  margin: 0 auto;
  position: relative;
}
#playlist-cont {
  width: 80%;
  overflow: hidden;
  margin: 0 auto 60px;
}
.loading-indicator {
  margin: 60px auto 0;
}
#playlist-column {
  width: auto;
  overflow: auto;
  margin: 0 auto;
}
.playlist-item {
  display: inline-block;
  width: 300px;
  height: 230px;
  text-align: left;
  /*303px;*/
  margin: 20px 0;
  /*20px 0 0 0;*/
  cursor: pointer;
  position: relative;
  top: 0;
}
.playlist-item:hover {
  top: -5px;
}
.playlist-btn {
  top: 0;
  height: 260px;
  width: 120px;
  background: -moz-linear-gradient(left, #99cdff 0%, #99cdff 79%, rgba(153, 205, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #99cdff 0%, #99cdff 79%, rgba(153, 205, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #99cdff 0%, #99cdff 79%, rgba(153, 205, 255, 0) 100%);
  padding-top: 100px;
  box-sizing: border-box;
  z-index: 1;
}
.playlist-btn.right {
  position: absolute;
  right: 2%;
  transform: scaleX(-1);
}
.playlist-btn.left {
  position: absolute;
  left: 1%;
  background: transparent;
}
.playlist-btn .plbutton {
  font-size: 0;
  margin: 0 auto;
  border-radius: 15px;
  display: table;
  max-width: 45px;
  text-align: center;
  cursor: pointer;
}
.pl_title {
  padding: 0;
  margin: 0;
}
.thumb-item {
  border: 5px solid #fff;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  margin: 0 10px;
  position: relative;
}
.selected .thumb-item {
  background: #ceffff;
  border: 5px solid #ceffff;
}
.thumb-container img {
  width: 100%;
}
.playlist-select {
  margin: 30px 0 10px;
  position: relative;
  text-align: center;
}
.playlist-select .playlist-list {
  list-style-type: none;
  margin: 0 auto;
}
.playlist-select .playlist-list li {
  background-color: rgba(102, 0, 153, 0.6);
  padding: 15px 30px;
  margin: 0;
  display: inline-block;
}
.playlist-select .playlist-list li.active {
  background-color: #609;
}
.playlist-select .playlist-list li a {
  color: #fff;
  font-size: 22px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  line-height: 30px;
}
.playlist-select .playlist-list li:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-right: 1px solid transparent;
}
.playlist-select .playlist-list li:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: 1px solid transparent;
}
/*border:3px solid blue;*/
.video-info {
  color: #305b83;
  padding: 10px;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.video-info .video-title {
  font-weight: 600;
}
/* NEW EPISODES AND FULL EPISODES */
.playlist-item .fullep-label {
  background: rgba(102, 0, 153, 0.85);
  font-family: "Nunito", sans-serif;
  color: #fff;
  padding: 8px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 51%;
}
.playlist-item .new-ribbon {
  position: absolute;
  left: 0.5%;
  top: 6%;
  max-width: 105px;
}
.playlist-item .new-label, .playlist-item .fullep-label {
  display: none;
}
.playlist-item.episode .duration-label {
  display: none;
}
.playlist-item .duration-label {
  display: inline;
  font-weight: normal;
}
.playlist-item.new-video .new-label, .playlist-item.episode .fullep-label {
  display: block;
}
.show-more {
  display: none;
}
.show-more span {
  padding: 15px 30px;
  font-size: 18px;
  color: #fff;
  width: 150px;
  margin: 0 auto;
  display: block;
  background-color: #609;
  border-radius: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .playlist-btn {
    display: none;
  }
  #playlist-column {
    width: 100% !important;
  }
  #playlist-cont {
    width: 95%;
  }
  .playlist-item {
    width: 100%;
    height: auto;
    max-height: 90px;
    display: block;
    float: none;
  }
  .playlist-item .thumb-item {
    overflow: hidden;
  }
  .playlist-item .new-ribbon {
    left: 0.5%;
    top: 8%;
    width: 70px;
  }
  .playlist-item .thumb-container {
    width: 35%;
    max-width: 160px;
    max-height: 90px;
    display: block;
    margin-left: 1%;
    float: left;
  }
  .playlist-item .thumb-container .fullep-label {
    right: auto;
    top: 74.5%;
    font-size: 14px;
    padding: 5px;
  }
  .playlist-item .video-info {
    display: table;
    float: left;
    width: 54%;
    margin-left: 2%;
  }
  .playlist-item .video-info .pl_title {
    vertical-align: center;
  }
  .show-more {
    display: block;
    width: auto;
    height: auto;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #player-controls {
    padding: 3px;
  }
  .playlist-select .playlist-list li a {
    font-size: 20px;
  }
  .no-flash-video .show-fullscreen, .toggle-captions, .mute-unmute {
    display: none;
  }
  .playlist-item.new-video .new-label img {
    max-width: 55px;
    left: 1%;
    top: 13%;
  }
  .playlist-item.episode .fullep-label {
    bottom: 5px;
    font-size: 11px;
    top: auto;
    line-height: 1;
    left: 5px;
  }
  .thumb-container {
    width: 45%;
  }
  .thumb-container .littlevideothumbnail {
    margin-top: 5px;
    margin-left: 2px;
  }
  .video-info {
    font-size: 14px;
    line-height: 16px;
    width: 3;
  }
  .video-nav li {
    margin: 0 2.5%;
    width: 45%;
  }
  .video-nav ul {
    width: 98%;
    display: block;
    margin: 0 auto;
    overflow: auto;
  }
  .pbskids-default-skin .vjs-big-play-button span {
    height: 100%;
    display: block;
    background-size: 30% !important;
  }
}
@media screen and (max-width: 360px) {
  .playlist-select .playlist-list li a {
    font-size: 14px;
  }
}
