/*	Base Color: #0F9F00	*/

*{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Exo;
	line-height:1;
}

body{
	background-color:#0C8100;
	width:100%;
	height:100%;
}

header, main, footer{
	position:relative;
	width:100%;
}

header{
	background-color:#0C8100;
}
header a{
	display:flex;
	align-items:center;
	justify-content:center;
}
header img{
	width:150px;
}
header .title_and_subtitle{
	margin-left:15px;
}
header .title, header .subtitle{
	font-weight:bold;
	color:white;
}
header .title{
	font-size:24pt;
}
header .subtitle{
	font-size:16pt;
}

nav{
	position:relative;
	width:calc(100% - 10px);
	border:5px solid #12C300;
	background-color:#0C8100;
	color:white;
	padding:15px 0px;
}
nav a{
	padding:10px;
	color:white;
}
.mobile-nav-bars{
	display:none;
}
nav.super-menu, nav.super-menu-container{
	width:100%;
	border:0px;
	background-color:white;
	color:black;
	padding:0px;
}
nav.super-menu-container .super-menu-title, nav.super-menu-container .super-menu-title a{
	color:navy;
	font-weight:bold;
	padding:10px 0px;
}
nav.super-menu{
	display:flex;
	align-items:flex-start;
	justify-content:space-around;
}
nav.super-menu a{
	padding:0px;
	color:black;
}
nav.super-menu .super-menu-group{
	min-width:20%;
}
nav.super-menu .super-menu-group-title{
	font-weight:bold;
	font-size:16pt;
}
nav.super-menu ul li,nav.super-menu-mobile ul li{
	position:relative;
	display:block;
	padding:10px 15px;
	border-bottom:1px solid #ddd;
}
nav.super-menu ul li:last-child,nav.super-menu-mobile ul li:last-child{
	border:0px;
}
nav.super-menu-mobile{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#0C8100;
	z-index:99999;
	border:0px;
	overflow:scroll;
}
nav.super-menu-mobile ul li{
	text-align:left;
}

main{
	background-color:white;
}
main .home-page-section-title,.show-title,.show-title-smaller{
	color:#009999;
	font-size:28pt;
	font-weight:bold;
	padding:15px 0px;
}
.latest-shows, .upcoming-shows{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}
.news-press{
	padding:10px;
}
.news-press-item{
	margin:15px;
	padding:15px;
}
.news-press-item:first-child{
	margin-top:0px;
	padding-top:0px;
}
.news-press-item-title{
	font-weight:bold;
	font-size:20pt;
}
.news-press-item-pre{
	font-size:14pt;
}
.series_description{
	
}
.series_description_header{
	font-weight:bold;
	font-size:18pt;
	padding:10px;
}
.series_description_header::after{
	content:'\2193';
}
.series_description_header.active{
	background-color:#12C300;
}
.series_description_header.active::after{
	content:'\2191';
}
.series_description_content{
	font-size:14pt;
	padding:15px;
}
.active-bar,.upcoming-shows{
	display:flex;
	align-items:center;
	justify-content:center;
}
.upcoming-shows{
	justify-content:space-around;
}
.show-title-smaller{
	font-size:16pt;
}
.social-media-facebook{
	background-color:#4d4dff;
}
.social-media-twitter{
	background-color:#2196F3;
}
.social-media-email{
	background-color:#00004d;
}
.social-media-youtube{
	background-color:#a6001a;
}
.no-episodes{
	font-weight:bold;
	font-size:32pt;
	color:red;
	margin:25px;
	padding:25px;
}
.season-container{
	margin:10px 0px;
	text-align:center;
}
.season-title{
	display:inline-block;
	width:500px;
	background-color:#009999;
	color:white;
	font-size:16pt;
	padding:15px 50px;
}
.season-title::after{
	content:'\2193';
}
.season-title.selected{
	font-weight:bold;
	background-color:#005D5D;
	color:white;
}
.season-title.selected::after{
	content:'\2191';
}
.season-title.display-none,.season-title.selected.display-none{
	display:none;
}
.season-content{
	display:flex;
	align-items:center;
	justify-content:space-around;
	flex-wrap:wrap;
	padding:15px;
}
.season-content.display-none{
	display:none;
}
.news-press-pagination{
	list-style-type:none;
	background-color:#0C8100;
	color:white;
	display:flex;
	align-items:center;
	justify-content:space-around;
	flex-wrap:wrap;
}
.news-press-pagination li{
	display:inline-block;
	background-color:#0C8100;
	color:white;
	padding:10px 20px;
}
.news-press-pagination li.selected{
	background-color:#064000;
}
.news-press-pagination li a{
	background-color:#0C8100;
	color:white;
}
.news-press-pagination li.selected a{
	background-color:#064000;
}
.news-press-page{
	padding:25px;
}
.news-press-page-title{
	font-weight:bold;
	font-size:24pt;
	padding:10px;
	padding-top:0px;
}
.news-press-page-pre, .news-press-page-body{
	font-size:16pt;
}
.news-press-page-footer{
	display:flex;
	align-items:center;
	justify-content:space-around;
	flex-wrap:wrap;
}
.news-press-page-table{
	padding:10px;
	font-size:14pt;
}
.news-press-page-table th,.news-press-page-table td{
	padding:5px 10px;
}
.two_columns{
	list-style:none;
	font-size:12pt;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.two_columns a{
	font-weight:bold;
}
.two_columns li{
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	font-size:12pt;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
}
.two_columns.about li{
	display:block;
}
.episode_video{
	width:420px;
	height:315px;
}
@media screen and (max-width:750px){
	.episode_video{
		width:100%;
	}
}

footer{
	background-color:#095D00;
	color:white;
	padding:10px 0px;
}
footer a{
	color:white;
}
footer hr{
	background-color:white;
	height:5px;
	margin:10px 0px;
}
footer .footer-columns{
	display:flex;
	align-items:center;
	justify-content:center;
}
footer .footer-columns div{
	min-width:33%;
	margin-left:15px;
}
footer nav{
	background-color:inherit;
	border:0px;
	padding:0px;
}
footer .footer-contact{
	
}
footer .footer-contact-title{
	font-size:16pt;
	font-weight:bold;
	text-decoration:underline;
}
footer .footer-contact-address, footer .footer-contact-phone, footer .footer-contact-email{
	text-align:left;
	display:flex;
	justify-content:space-around;
	padding:10px 0px;
}
footer .footer-contact label{
	min-width:30%;
}
footer .footer-contact span{
	min-width:70%;
}
footer .footer-contact-address{
	
}
footer .footer-contact-phone{
	
}
footer .footer-contact-email{
	
}
footer .social_media_icons a{
	background-color:#FFFFFF;
	color:#000000;
	border-radius:50px;
	padding:5px 10px;
	margin:10px;
	font-size:24pt;
}
footer .social_media_icons a.facebook{
	color:#4d4dff;
}
footer .social_media_icons a.twitter{
	color:#2196F3;
}
footer .social_media_icons a.youtube{
	color:#a6001a;
}

.error-404-page main{
	background-color:#FFE28B;
}
.error-headline{
	font-size:48pt;
	font-weight:bold;
	color:#CF5A00;
	padding-top:15px;
	padding-bottom:5px;
}
.error-content{
	font-size:32pt;
}
.error-content h3{
	padding:25px 0px;
}
.error-content h3 i{
	font-size:48pt;
	color:#CF5A00;
}
.error-content p{
	padding:25px 0px;
}

.maintenance-page main{
	background-color:#84D27C;
}
.maintenance-headline{
	font-size:48pt;
	font-weight:bold;
	color:#095D00;
	padding-top:15px;
	padding-bottom:5px;
}
.maintenance-content{
	font-size:32pt;
}
.maintenance-content h3{
	padding:25px 0px;
	color:white;
}
.maintenance-content h3 i{
	font-size:48pt;
}
.maintenance-content p{
	padding:25px 0px;
	color:#095D00;
}
.maintenance-page nav{
	display:none;
}

.acctv-thumbnail{
	position:relative;
	overflow:hidden;
	border:2px solid white;
	vertical-align:text-top;
	width:calc(20% - 5px);
}
.acctv-thumbnail img{
	width:100%;
}
.acctv-thumbnail .sub-box{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:35px;
	color:white;
	font-size:10pt;
	background-color:RGBA(0,0,0,0.7);
}
.acctv-thumbnail .sub-box div{
	height:12.5px;
	overflow:hidden;
	margin-top:1.5px;
}
.acctv-thumbnail .sub-box .acctv-thumbnail-extra-line{
	display:none;
}
.acctv-thumbnail .sub-box.three-line{
	height:45px;
}
.acctv-thumbnail .sub-box.three-line .acctv-thumbnail-extra-line{
	display:block;
}
.acctv-thumbnail .date{
	position:absolute;
	top:0px;
	right:0px;
	color:white;
	font-size:10pt;
}
.acctv-thumbnail .date .date-month{
	vertical-align:top;
	margin-right:-4px;
	background-color:RGBA(0,153,102,0.7);
}
.acctv-thumbnail .date .date-num{
	vertical-align:top;
	font-size:150%;
	background-color:RGBA(0,153,102,0.7);
}
.acctv-thumbnail .number{
	position:absolute;
	top:0px;
	left:0px;
	color:white;
	font-size:16pt;
	background-color:RGBA(0,153,102,0.7);
}
.acctv-thumbnail:nth-child(6),.acctv-thumbnail:nth-child(7),.acctv-thumbnail:nth-child(8),.acctv-thumbnail:nth-child(9),.acctv-thumbnail:nth-child(10),.acctv-thumbnail:nth-child(11){
	width:15%;
}
.acctv-thumbnail:nth-child(6) .sub-box,.acctv-thumbnail:nth-child(7) .sub-box,.acctv-thumbnail:nth-child(8) .sub-box,.acctv-thumbnail:nth-child(9) .sub-box,.acctv-thumbnail:nth-child(10) .sub-box,.acctv-thumbnail:nth-child(11) .sub-box{
	position:relative;
	width:100%;
	background-color:transparent;
	color:black;
}
.season-content .acctv-thumbnail:nth-child(6),.season-content .acctv-thumbnail:nth-child(7),.season-content .acctv-thumbnail:nth-child(8),.season-content .acctv-thumbnail:nth-child(9),.season-content .acctv-thumbnail:nth-child(10),.season-content .acctv-thumbnail:nth-child(11){
	width:calc(20% - 5px);
}
.season-content .acctv-thumbnail:nth-child(6) .sub-box,.season-content .acctv-thumbnail:nth-child(7) .sub-box,.season-content .acctv-thumbnail:nth-child(8) .sub-box,.season-content .acctv-thumbnail:nth-child(9) .sub-box,.season-content .acctv-thumbnail:nth-child(10) .sub-box,.season-content .acctv-thumbnail:nth-child(11) .sub-box{
	position:absolute;
	color:white;
	background-color:RGBA(0,0,0,0.7);
}
@media screen and (max-width:1500px){
	.acctv-thumbnail .sub-box{
		font-size:8pt;
	}
	.acctv-thumbnail .date{
		font-size:8pt;
	}
	.acctv-thumbnail .number{
		font-size:12pt;
	}
	.acctv-thumbnail .sub-box{
		height:30px;
	}
	.acctv-thumbnail .sub-box.three-line{
		height:40px;
	}
	.acctv-thumbnail .sub-box div{
		height:10px;
	}
}
@media screen and (max-width:1000px){
	.season-content .acctv-thumbnail:nth-child(6) .sub-box,.season-content .acctv-thumbnail:nth-child(7) .sub-box,
	.season-content .acctv-thumbnail:nth-child(8) .sub-box,.season-content .acctv-thumbnail:nth-child(9) .sub-box,
	.season-content .acctv-thumbnail:nth-child(10) .sub-box,.season-content .acctv-thumbnail:nth-child(11) .sub-box,
	.acctv-thumbnail .sub-box{
		position:relative;
		bottom:auto;
		left:auto;
		color:black;
		background-color:transparent;
		height:auto;
	}
	.acctv-thumbnail .sub-box div{
		height:11px;
		vertical-align:text-bottom;
	}
	.acctv-thumbnail .sub-box.three-line{
		height:45px;
		margin-top:5px;
	}
	.acctv-thumbnail .date{
		position:relative;
		top:5px;
		right:auto;
		color:black;
		margin-top:0px;
		font-size:12pt;
	}
	.acctv-thumbnail .date .date-month{
		background-color:transparent;
		font-size:90%;
		vertical-align:text-bottom;
		vertical-align:text-top;
	}
	.acctv-thumbnail .date .date-num:before{
		content:'\00a0';
	}
	.acctv-thumbnail .date .date-num{
		font-size:100%;
		background-color:transparent;
		vertical-align:text-top;
	}
	.acctv-thumbnail .number{
		position:relative;
		top:5px;
		left:auto;
		color:black;
		background-color:transparent;
		margin-top:0px;
		font-size:12pt;
	}
}
@media screen and (max-width:750px){
	.acctv-thumbnail:nth-child(1),.acctv-thumbnail:nth-child(2),.acctv-thumbnail:nth-child(3){
		width:30%;
	}
	.acctv-thumbnail:nth-child(4),.acctv-thumbnail:nth-child(5),.acctv-thumbnail:nth-child(6),.acctv-thumbnail:nth-child(7){
		width:20%;
	}
	.acctv-thumbnail:nth-child(8),.acctv-thumbnail:nth-child(9),.acctv-thumbnail:nth-child(10),.acctv-thumbnail:nth-child(11){
		display:none;
	}
	.season-content .acctv-thumbnail:nth-child(1),.season-content .acctv-thumbnail:nth-child(2),.season-content .acctv-thumbnail:nth-child(3),
	.season-content .acctv-thumbnail:nth-child(4),.season-content .acctv-thumbnail:nth-child(5),.season-content .acctv-thumbnail:nth-child(6),
	.season-content .acctv-thumbnail:nth-child(7),.season-content .acctv-thumbnail:nth-child(8),.season-content .acctv-thumbnail:nth-child(9),
	.season-content .acctv-thumbnail:nth-child(10),.season-content .acctv-thumbnail:nth-child(11),.season-content .acctv-thumbnail{
		display:block;
		width:calc(50% - 5px);
		overflow:inherit;
	}
}

@media screen and (max-width:750px){
	nav{
		display:none;
	}
	nav.super-menu-mobile{
		display:block;
	}
	nav.super-menu-mobile.display-none{
		display:none;
	}
	footer .footer-columns{
		display:inherit;
	}
	footer .footer-columns div.column{
		display:block;
		min-width:100%;
		margin:25px 0px;
	}
	.mobile-nav-bars{
		display:block;
		position:absolute;
		top:0px;
		left:0px;
		font-size:20pt;
		margin-left:15px;
	}
	.mobile-nav-bars a{
		color:white;
	}
	header{
		margin-top:25px;
	}
	header img{
		width:75px;
	}
	.show-title-smaller{
		padding:0px;
	}
	.upcoming-shows-container .upcoming-shows{
		display:block;
	}
	.upcoming-show{
		margin:15px 0px;
	}
	.season-title{
		width:50%;
		padding:10px 25px;
	}
}