* { box-sizing: border-box; }

body
{
	margin: 0;
	background-color: #BCBDBC;
	background-image: url(../images/tile-content.jpg);
	background-repeat: repeat;
}

.headerContainer
{
	background-color: #000000;
	background-image: url(../images/tile-header.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	box-shadow: 0px 2px 7px #212121;
	width: 100%;
}

/* Style the header */
.title
{
	text-align: left;
	padding: 30px 30px 15px 30px;
}

/* Style the top navigation bar */
.topnav
{
	overflow: hidden;
	padding: 0 30px 7px 30px;
}

/* Style the top navigation buttons */
.NavButton-Inactive
{
	background-color: #1a1a1a;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #878787;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #262626;
	margin-right: 8px;
}

.NavButton-Active
{
	float: left;
	background-color: #c5c8ca;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #111;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	margin-right: 8px;
	border-radius: 5px;
	background-image: url(../images/tile-content.jpg);
}

.NavButton-Inactive, 
.NavButton-Active { margin-bottom: 8px; }

/* Style search buttons */
.SearchButton
{
	background-color: #1a1a1a;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #878787;
	height: 20px;
	text-decoration: none;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #262626;
	margin-right: 0px;
	width: 30px;
	padding: 0px;
}

.SearchButton:hover
{
	background-color: #555555;
	color: #f0f0f0;
}

.SearchButton:active
{
	color: #111;
	background-color: #3e8e41;
	background-image: url(../images/tile-content.jpg);
}

/* Style the topnav links */
.topnav a
{
	float: left;
	display: block;
	color: #aaaaaa;
	text-align: center;
	text-decoration: none;
}

/* Change color on hover */
.topnav a:hover
{
	background-color: #555555;
	color: #f0f0f0;
}

/* Container for columns that floats columns next to each other */
.columnsContainer
{
	float: left;
	width: 50%;
	padding: 30px 30px 60px 30px;
}

.columnsContainerRight
{
	position: sticky;
	top: 0;
	left: 0;
}

/* Fullwidth container */
.fullWidthContainer
{
	float: none;
	width: 100;
	padding: 30px 30px 60px 30px;
}

/* Clear floats after the columns */
.row:after
{
	content: "";
	display: table;
	clear: both;
}

.videoResponsive
{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

/* Style Video */
.videoResponsive video
{
	/* max-width: 100%; */
	/* height: auto; */
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

/* Style Video Closed Captioning*/
/* By default, the cues will inherit the styling below*/
::cue
{
line-height: 3;
font-family: Verdana, Geneva, sans-serif;
font-size: 15px;
color: #fff;
background-color: transparent !important;
text-shadow: 1px 1px 1px #000;
} 

/* You can also amend specific font colors per cue point. Examples Below*/
::cue(.cc-text-red){ color: red; }
::cue(.cc-text-black){ color: black; }
::cue(.cc-text-yellow){ color: yellow; }

/* You can also amend specific background colors per cue point. Examples Below*/
::cue(.cc-background-red){ background-color: red !important; }
::cue(.cc-background-black){ background-color: black !important; }
::cue(.cc-background-white){ background-color: white !important; }


/* Style Program Badges */
.programBadges { margin-top: 30px; }

.programBadges img
{
	float: right;
	display: block;
	margin: 0 5px 10px 5px;
}

/* Style the footer */
.footer
{
	background-color: #000000;
	background-image: url(../images/tile-header.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: left;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 42px;
	left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 12px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}

/* TEXT FORMATTING*/
/* Interface */
h1
{
	font-size: 19px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-variant: normal;
	margin: 0px;
	text-shadow: 1px 1px 2px black;
	padding-bottom: 5px;
}

h2
{
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	color: #888;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-variant: normal;
	margin: 0px;
}

/* Content */
.content p
{
	font-size: 13px;
	color: #222;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-variant: normal;
	margin-left: 20px;
}

.content h3
{
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	color: #444;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-variant: normal;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

.content h4
{
	font-size: 15px;
	font-weight: bold;
	color: #222;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-variant: normal;
	margin: 0px 0px 0px 10px;
	padding: 20px 0px 0px 0px;
}

.content h5
{
	font-size: 14px;
	font-weight: normal;
	color: #010101;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-variant: normal;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

.content ul
{
	margin: 0px 0px 0px 45px;
	padding: 5px 0px 0px 0px;
}

.content ol
{
	margin: 0px 0px 0px 45px;
	padding: 5px 0px 0px 0px;
}

.content ul li
{
	font-size: 14px;
	color: #444;
	padding: 8px 0px 0px 0px;
}

.content ol li
{
	font-size: 14px;
	color: #444;
	padding: 8px 0px 0px 0px;
}

/* Active Search Styles */
mark { background: #efefef; }
mark.current { background: orange; }

/* Responsive layout - stack content */

@media (max-width: 767.98px)
{
	.columnsContainer { width: 100%; }
	
	.columnsContainerRight
	{
		position: relative;
		top: auto;
		left: auto;
	}
	
	.row .columnsContainer:first-child { padding-bottom: 0; }
	.row .columnsContainer:first-child .content p:last-child { margin-bottom: 0; }
	.programBadges img { float: left; }
}

@media (max-width: 349px)
{
	.footer input { width: 115px; }
}