* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	max-width:100%;
}
html {
	-webkit-text-size-adjust: 100%;
}
body a {
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
body a:focus {
	outline-style: dotted;
	outline-width: 1px;
}
body svg {
	fill: currentColor;
	max-width:30px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.5em;
	background-color: #000000;
}

img, a { border: none; }

#socast-player {
	position:absolute;
	top: -1px;
	left:-1px;
	height:1px;
	width:1px;
	overflow:hidden;
}

.grecaptcha-badge[data-style="bottomright"] {
	visibility: hidden;
	height: 0 !important;
}

/******************************************************************** helpers */
.textUppercase { text-transform: uppercase; }
.hidden { display: none !important; }

.sr-action, .sr-text {
	position:absolute;
	top:0;
	left:-9999px;
	max-width:200px;
}
.sr-action {
	padding: 10px;
	background-color: #ffffff;
	color: #444444;
}
.sr-action:focus {
	left:0px;
}

.chevron {
	padding-right: 0.3em;
}
.chevron::before {
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}
.icon-right.chevron:before { left: 0; }
.chevron.down:before {
	top: 0.3em;
	transform: rotate(135deg);
}
.chevron.up:before {
	top: 0.65em;
	transform: rotate(-45deg);
}
.chevron.right:before {
	left: 0;
	top: 0.55em;
	transform: rotate(45deg);
}
.chevron.left:before {
	left: 0.25em;
	top: 0.55em;
	transform: rotate(-135deg);
}

.player-overlay-bg-click, .player-bg-adslot {
	position: fixed;
	top:0; 
	left:0; 
	right:0; 
	bottom:0;
	z-index:0;
}
.player-bg-adslot { z-index:1; }
.player-bg-adslot iframe, .player-bg-adslot div:first-child { width:100%; height:100vh; }

#companion-ad728x90, #sc-content, #bannerWrapper { position: relative; z-index:2; } /* force z-indexing */

/******************************************************************** preroll */
#preroll {
	display: none;
}

#modal_overlay {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

#modal_overlay_container {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
	color: #ffffff;
}

#modal_overlay_player {
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	z-index: 1001;
	position: relative;
	padding: 10px;
	margin: 100px auto 0;
}

@media only screen and (orientation: landscape) and (min-width: 20em) and (max-width: 47.937em) {
	#modal_overlay_player {
		margin-top: 10px;
	}
}

#modal_overlay_player .socast_video_outer {
	position: relative;
	background-color: #000000;
}

#modal_overlay_player .socast_video {
	max-width: 720px;
	overflow: hidden;
	z-index: 1002;
}
#modal_overlay_player .socast_video>div{
	position: relative !important;
	margin: 0 auto;
}

#modal_overlay_player #time_remaining {
	max-width: 720px;
	overflow: hidden;
	text-align: center;
	margin-top:10px;
	position:absolute;
	bottom: 10px;
	left:10px;
	right:10px;
}

#companion-preroll {
	position:absolute;
	left:10px;
	top:10px;
	right:10px;
	bottom:40px;
	z-index: 1003;
	text-align:center;
	background-color: #000000;
	overflow:hidden;
	
	display: none;
}
#companion-preroll>*, #companion-preroll .image-container>* { 
	display: inline-block !important;
	vertical-align:middle;
}
#companion-preroll .image-container>* {
	line-height:1em;
}

/******************************************************************************/

#bannerWrapper {
	height:50px;
	position: fixed;
	bottom:0px;
	left:0;
	right:0;
	z-index:5;
	text-align: center;
}
#companion-ad320x50 {
	margin: 0 auto;
	width: 320px;
}
#companion-ad300x250 {
	width:300px;
}


#socastTagline svg, #socastTagline img { 
	width: 218px; 
	max-width: 218px; 
}
#poweredBySocastLink .socastPoweredByPath { fill: currentColor; }

#debugLogDisplay {
	background-color: #ffffff;
	color: #444444;
	font-family: monospace, sans-serif;
	font-size: 11px;
}
#debugLogDisplay:before {
	content: "Console Log";
	display: block;
	font-size: 125%;
	margin-bottom:10px;
}
#debugLogDisplay .log:before {
	content: "> ";
}



.alertBar {
	background-color: #F5F5F5;
	border-bottom: 1px solid #888888;
	font-size: 12px;
	color: #444444;
	padding:10px;
	
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	align-items: center;
}
.alertBar * {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
.alertBar .image {
	flex: none;
	width:32px;
	margin-right:10px;
}
.alertBar img {
	display:block;
	height:32px;
	width:32px;
}
.alertBar .message {
	flex:auto;
	font-weight: bold;
}
.alertBar .alertBarClose {
	margin-left:20px;
	flex: none;
	font-size: 200%;
	align-self: flex-start;
	width: 30px;
}
.alertBar .alertBarClose a {
	display:block;
	width: 30px;
	height:30px;
	opacity:0.6;
	color: #444444;
	text-align: center;
	position:relative;
	top:3px;
}
.alertBar .alertBarClose a:hover {
	opacity:1;
	text-decoration:none;
}
