/* for IE support please replace color-main color in lib/plyr.css */
.video-screen{
	--plyr-color-main: #0460A9;
	--plyr-captions-background: rgba(4, 96, 169, 0.8);
	--plyr-control-icon-size: 20px;
}
.plyr__poster {background-size: cover;}
.plyr__video-wrapper{background: transparent;}
.plyr__caption {background: rgba(20, 85, 180, 0.8);padding: 12px;font-size: 16px;line-height: 335%;}
.plyr__volume{width: auto; min-width: auto;}
.plyr--full-ui.plyr--video .plyr__control--overlaid{
	/* background: transparent; */
	color: #fff;
 }
 .plyr__control--overlaid svg{
    left: 2px; 
	height: 40px;
	width: 40px;
	/* background: white; */
}

/* .plyr--video .plyr__controls {padding: 2em 15em 1em 15em;} */

/*.plyr__controls .plyr__controls__item:first-child{
	border: 1px solid #fff;
	border-radius: 0em;
} */

.video-screen .activity-panel{
    position: relative;
    top: 0em;
    left: 0em;
    width: 100%;    
    max-width: 870px;
    margin: 0 auto;
    padding: 0em;

}
.video-screen .video-block{position: relative;}
/* consider 4 lines onscreen text  */
.video-screen .video-panel{
    position: relative; 
    margin: 0.5em auto 0; 
    width:80%;
    left: 0em;
    right: 0em; padding: 1em;
    max-width: 1014px;
}
.video-screen.with-transcript .video-panel {width:70%;}
.video-screen .static-poster{
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
}

/* type - video-step */
.video-screen.video-step .video-panel{width:85%;}
.video-screen.video-step .step{
    position: absolute;
    top: 5em;
    left: 10em;
}
.video-screen.video-step .step-1{ top: 20em; left: 30em;}

/* type - full-bg-video */
.video-screen.full-bg-video .activity-panel{max-width: none;}
.video-screen.full-bg-video .video-panel{margin: 0em; width: 100%; padding: 0em; max-width: none;}
.video-screen.full-bg-video .media-video-player{width: 1014px; height: 684px;}
.video-screen.full-bg-video .vid-transcript-btn-block{position: absolute; bottom: 60px; right: 20px;}
/* type - regular */
.video-screen.regular .plyr--video .plyr__controls {padding: 2em 1em 1em 1em;}
.video-screen.regular .activity-panel{max-width: 680px; margin: 0px auto;}
.video-screen.regular .video-panel{
    margin: 10px;
    padding: 0px;
    width: 100%;
    max-width: none;
}

.video-screen .vid-transcript-popup.mobile-no-popup{
    background-color: transparent;
    margin: 1em 0em;
    padding: 1em;
    color: #000;
}
.video-screen .vid-transcript-popup.mobile-no-popup .pop-col-text{background-color: transparent;}
 
.video_screen .vid-flex-box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 130px;
}
.video_screen .vid-flex-box .text-block{
    position: relative;
    width: 552px;
    background-color: #0460A9;
    padding: 50px;
    min-height: 612px;
}
.video_screen .vid-flex-box .activity-block{position: relative;}
.video_screen .vid-flex-box .activity-panel{max-width: none; width: 1088px;}
.video_screen .vid-flex-box .video-panel{margin: 0px;}

.plyr:-webkit-fullscreen video {height: 100% !important; width: 100% !important;}
.plyr:-moz-fullscreen video {height: 100% !important; width: 100% !important;}
.plyr:-ms-fullscreen video {height: 100% !important; width: 100% !important;}
.plyr:fullscreen video {height: 100% !important; width: 100% !important;}
.plyr:fullscreen .plyr__controls{padding: 20px;}
