/*** CUSTOM VIDEO PLAYER STYLES ****/
.flowplayer {	
    background-size: 100%;
    transition: background-size .2s ease-in, filter .5s;
    -moz-transition: background-size .2s ease-in, filter .5s;
    -ms-transition: background-size .2s ease-in, filter .5s;
    -o-transition: background-size .2s ease-in, filter .5s;
    -webkit-transition: background-size .2s ease-in, filter .5s;
	display:block;
}
.flowplayer.fourbythree{
	max-width:660px;
	margin: -20px auto -10px;
}
.jove-player{
	min-height:30em;
}
#eoeplayer{
	min-height:65vh;
}
#journalPlayer{
	min-height:33em;
}

.flowplayer:hover {
    background-size: 105%;
}
.fp-color {
    background-color: #4193F4;
}
.fp-color-text{
    color: #4193F4;
}
.se .fp-color{
    background-color:#44D7B6;
}
.se .fp-color-text{
    color:#44D7B6;
}
.is-starting .fp-header .fp-duration{
    display:none;
}
#menu-main-navigation{
    display:none;
}
.fp-menu-header, .fp-menu li{
    font-size:14px;
    font-weight:500;
    font-family:'Roboto',sans-serif;
}
.fp-menu li.fp-on{
    font-weight:700;
}
.flowplayer .fp-menu {
  
    background-color: rgba(0, 0, 0, .7);
    border-radius: 3px;
}
.flowplayer .fp-cc .fp-menu ol{
    column-count:2;
    column-gap: 0;
}

.flowplayer .fp-menu-header{
    display:none;
}
/****splash***/
#overlay-access {
    display: inline-flex;
    max-width: 98%;
    flex-direction: row;
    align-items: stretch;
    vertical-align: middle;
    z-index: 28;
    margin: 10px;
    color: #FFF;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(20px);
	font-family: 'Roboto';
}

#overlay-access .access-left {
    font-size: 18px;
    padding: 12px;
    font-weight: 500;
    padding-right: 15px;
    width:33%;
}
.access-section a {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
    color: #4193F4;
    font-size: 15px;
}

.se .access-section a{
	color:#44D7B6!important;
}
.access-sep {
    border-left: 1px solid rgba(255, 255, 255, .21);
    align-self: stretch;
}

div#splash-top, div#overlay-pause {
    width: 100%;
	position:absolute;
    top: 0;
    flex-direction: column;
}
.access-right {
    text-align: center;
    width: 100%;
}
.is-starting .fp-play {
    padding: 37px;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    background-size: 55px;
    background-position: calc(50% + 4px) center;
    background-color: white;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='55' height='50' viewBox='0 0 16 20' fill='none'><path d='M0.666504 1.63694C0.666504 0.713917 1.68762 0.156434 2.46405 0.655568L15.4733 9.01862C16.1876 9.47787 16.1876 10.5221 15.4733 10.9814L2.46406 19.3444C1.68763 19.8436 0.666504 19.2861 0.666504 18.3631V1.63694Z' fill='%23137CEC'/></svg>");
    background-repeat: no-repeat; 
    border: white;
}

@media (max-width: 768px) {
    .is-starting .fp-play {
    width: 25vw !important; 
    height: 25vw !important;
    background-size: 40% !important
  }
}
.is-starting:not(.is-waiting) .fp-switch {
    transform: scale(1);
    opacity: 1;
}
 div#overlay-pause {
    display:none;
    height: 100%;
    background:rgba(0, 0, 0, .7);
    z-index:20;
}
div#overlay-top {
    display: flex;
    align-items: center;
    display:none;
    padding:1em;
    z-index:21;
}
div#overlay-buttons {
    display: none;
    width: calc(100% - 30px);
    position: absolute;
    z-index: 20;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}
#overlay-buttons i.fas.fa-play{
    font-size:4em;
    cursor:pointer;
}
.video-section a {
    color: #4193F4;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
}
.debug-info{
    display:none!important;
}
.fp-controls{
    z-index:22;
}
.access-right{
	justify-content: center;
    align-items: center;
    display: flex;
	font-weight:500;
	flex-direction:column;
}

.access-right.no-sub {
    background-color: #2183ED;
	padding: 18px;
	font-weight: 400;
    font-size: 18px;
}
.access-right.no-sub a{
	text-decoration:underline;
}
span.author-produced {
    color: #a4caf7;
    font-size: 14px;
	font-weight:500;
}

@media only screen and (max-width: 750px) {
	#overlay-access {
		max-width: 100%;
		margin: 0;
	}
	.access-right.no-sub {
		font-size: 13px;
		line-height: 12px;
		padding-bottom: 24px;
	}
	.access-right.no-sub a{
		display:inline-block;
		padding-top:8px;
	}
}
