/* Keep controls static*/

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
.video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-current-time-display,
.video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-duration-display {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/*replay styles*/
.vjs-modal-dialog .vjs-modal-dialog-content {
  padding: 0px 24px !important;
}

.vjs-social-overlay.vjs-social-as-endscreen .vjs-restart {
  font-size: 2em;
}

.vjs-social-title, .vjs-social-overlay.vjs-social-as-endscreen.vjs-social-short-player .vjs-social-description, .vjs-social-overlay .vjs-social-share-links, .vjs-social-overlay .vjs-social-direct-link, .vjs-social-overlay .vjs-social-embed-code, .vjs-social-overlay .vjs-control.vjs-close-button, .vjs-social-overlay .vjs-social-description, .vjs-social-overlay .vjs-social-title, .vjs-close-button.vjs-control.vjs-button {
  display: none !important;
}


.vjs-close-button.vjs-control.vjs-button {
  line-height: 0.5;
}
/*replay styles*/


.video-js .vjs-progress-control {
  min-width: 5em;
}

.vjs-mute-control.vjs-control.vjs-button, .video-js .vjs-control {
  width: 3em;
}

.bc-player-5a552508-5bbb-4816-b838-bc4ae8529d3b_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-control,
.bc-player-5a552508-5bbb-4816-b838-bc4ae8529d3b_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-control-bar,
.bc-player-5a552508-5bbb-4816-b838-bc4ae8529d3b_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-progress-control,
.bc-player-5a552508-5bbb-4816-b838-bc4ae8529d3b_default.vjs-mouse.vjs-has-started.vjs-user-inactive .vjs-time-divider {
  transition-delay: 10000000000000s !important;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*.back-to-top {
  display: none !important;
}*/
/* Firefox < 16 */

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* Internet Explorer */

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */

@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mobile-push {
  margin: 0;
}

.podcast-audio {

  width: 200px;
  min-height: 20px;
  margin: 8px 0;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  background-color: #6e6f72;
  text-align: center;
  display: table;
  transition: .6s;

  padding: 8px 0;

  font-size: 17px;
  font-weight: bold;
  font-family: FontAwesome, arial;
  font-weight: normal;
}

.podcast-audio:hover {

  position: relative;
  top: 0px;

  background-color: #17468f;
  color: #fff;

  text-decoration: inherit;
}

.podcast-font.podcast-font--second-layer {
  display: none;
}

.podcast-audio:hover .podcast-font--second-layer {
  display: block;
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}

.podcast-audio:hover .podcast-font--first-layer {
  display: none;
}

.podcast-audio .inner{
  vertical-align: middle;
  display: table-cell;
}

.podcast-audio .inner ::before{
  content: "\f028 \00a0 \00a0";
}

.video-js .vjs-tech,
.vjs-poster {
  background-color: #17468F !important;
}

.videoFrame2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#podcast-video-container {
  width: 208px;
  float: left;
  margin: 8px 0 25px;
}

@media (max-width: 600px) {
    #podcast-video-container {
        float: none;
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }
}

#myPlayerID {
  height: 44px;
  width: 293px;
}

#placeHolder {
  width: 208px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}


/*# sourceMappingURL=video-block.css.map*/