@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #d9dee3;
}
a{
	text-decoration:none;
	color: #5680b0;
}
a:hover{
	color: #6792c4;	
}
a:visited{
	color: #7856b0;
}
a:active{
	color: #4d6580;
}
.HeaderImageHolder{
	width: 100%;
	z-index:-10;
	position:absolute;
	top:0px;
	height:400px;
	overflow:hidden;
}
h4{
	font-family:"Times New Roman", Times, serif;
	color:#43494e;
	letter-spacing: 2px;
	font-size:24px;	
}
h2{
	font-size:24px;
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	color: #212421;
	letter-spacing: 2px;
	font-weight:normal;
}
h3{
	font-size:16px;
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	color: #212421;
	letter-spacing: 2px;
	font-weight:normal;
}
h4{
	font-size:24px;
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	color: #212421;
	letter-spacing: 2px;
	font-weight:bold;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#43494e;
	letter-spacing: 1px;	
}
.HeaderImage{
	position:relative;
	top: 50%;
	transform:translateY(-50%)
}
.HeaderMenuHolder{
	position:relative;
	margin-top: 400px;
	height:35px;
	background-color:#FFF;
	width: 100%;
	min-width: 1200px;
}
.MenuLogoHolder{
	width:300px;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
	display:inline-block;
	position:relative;
}
.MenuLogo{
	position:absolute;
	/*bottom: 0px;*/
	bottom: 0px;
}
.KSQMLogo{
	width: 300px;
	height: 132px;/*78*/
}
.MenuButtonBlock{
	width:200px;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
	display:inline-block;
	position:relative;
}
.MenuButton{
	height:50px;
	width: 100%;
	background-color:#FFF;
	position:absolute;
	bottom: 0px;
	transition:height height 330ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition: height 330ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition: height 330ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: height 330ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition: height 330ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	padding: 5px;
	border-radius: 10px 10px 0px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MenuButton:hover{
	height:75px;
}
.ActiveButton{
	background: -webkit-linear-gradient(#fff, #d9dee3);
	background: -o-linear-gradient(#fff, #d9dee3);
	background: -moz-linear-gradient(#fff, #d9dee3);
	background: linear-gradient(#fff, #d9dee3);
	height:75px;
	padding: 5px;
	border-radius: 10px 10px 0px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background-color:#FFF;
	position:absolute;
	bottom: 0px;
}
.MenuText{
	font-size:18px;
	font-family:Code, Helvetica, Arial, sans-serif;
	font-weight: bold;
	position:relative;
	top: 40%;
	color: #212421;
	letter-spacing: 2px;
}
.MenuDeco{
	position:absolute;
	right: 0px;
	bottom: 24px;
}
.MainContentHolder{
	margin: auto;
	margin-top: 20px;
	/*display:inline-block;*/
	width: 1300px;
	height: 100%;
	position:relative;
	display:table;
	border-collapse:separate;
	border-spacing:10px 0px;
	margin-bottom: 20px;
}
.IndexRightBar{
	display: table-cell;
	margin-left: 10px;
	margin-right: 10px;
	height: 100%;
	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 250px;
	max-width: 250px;
	background-color: #e5eaef;
	vertical-align:top;
}
.IndexCenterBar{
	display:table-cell;
	margin-left: 10px;
	margin-right: 10px;
	height: 100%;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 730px;
	background-color: #e5eaef;
	vertical-align:top;
}
.IndexLeftBar{
	display:table-cell;
	margin-left: 10px;
	margin-right: 10px;
	height: 100%;
	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 250px;
	background-color: #e5eaef;
	position:relative;
	vertical-align:top;
}
.PostHolder{
	overflow:hidden
}
.CenterHeader{
	font-size: 30px;
	font-family: Code, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #43494e;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a1a5a7;
	letter-spacing: 2px;	
}
.CenterPost{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color:#fff;
	overflow:hidden;
	position:relative;
}
.NewsHeader{
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size: 18px;
	float:left;
	max-width: 600px;
	color: #43494e;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	letter-spacing: 0.5px;
	font-weight:bold;
}
.NewsPostDate{
	float:right;
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size: 12px;
	clear:right;
	margin-bottom:10px;
}
.NewsContent{
	width: 100%;
	display:inline-block;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#43494e;
	letter-spacing: 1px;
}
.FrontNewsPost{
	float:right;
	width:530px;
	height:120px;
	overflow:hidden;
	clear:right;
	text-overflow: ellipsis;
	background: -webkit-linear-gradient(#43494e,#43494e,#43494e, #fff);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.MoreInfo{
	float:right;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size:14px;
}
.Footer{
	background-color: #FFF;
	height:135px;
	min-width:1250px;
}
.SocialMedia{
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #43494e;
	display:inline-block;
	width:260px;
	margin-top: 10px;
	margin-left: 10px;
	font-weight:bold;
	letter-spacing: 2px;
}
.SocialMediabuttons{
	display:inline-block;
	width:120px;
	margin-right: 5px;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	font-size: 14px;
	font-weight:normal;
	letter-spacing: normal;
}
.FooterButtons{
	display:inline-block;
	vertical-align:top;	
}
.Button{
	padding: 15px;
	margin: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #6cb7f7;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFF;
	font-weight:bold;
	letter-spacing: 2px;
	text-align:center;
}
.ProgramVerticle{
	background-color:#FFF;
	padding: 10px;
}
.ProgramTitle{
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #43494e;
	text-overflow: ellipsis;
	overflow:hidden;
	word-wrap: break-word;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
	font-weight:bold;
}
.ProgramCredits{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-overflow: ellipsis;
	overflow:hidden;
	word-wrap: break-word;
	color: #43494e;
	margin-bottom:5px;
	margin-top:3px;
	font-weight:normal;
}
.ProgramVerticleDescription{
	height:100px;
	overflow:hidden;
	text-overflow: ellipsis;
	background: -webkit-linear-gradient(#43494e,#43494e,#43494e, #fff);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #43494e;
}
.DividerHorizontal{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a1a5a7;
	margin-top:5px;
	margin-bottom: 5px;	
}
.ProgramSponsor{
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #43494e;
	letter-spacing: 0.5px;
}
.ProgramSponsorLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: 1px;
}
.FrontPageSchedule{
	background-color:#FFF;
	padding: 10px;
	overflow-y: scroll;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	max-height: 100px;
	height: 100px;
}
.FrontPageScheduleEntry{
	padding-top: 5px;
	padding-bottom: 5px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.SponsorScroll{
	background-color: #FFF;
	margin-top:10px;
	margin-bottom:10px;
	padding: 10px;
	position:absolute;
	left: 100px;
}
.SponsorSlider{
	width: 216px;
}
.SponsorHolder{
	overflow:hidden;
	position:relative;
	height:200px;
	width:100%;
}
.FrontProgramHeader{
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #43494e;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	letter-spacing: 0.5px;
	font-weight:bold;
}
.SideProgramSponsor{
	width: 200px;
	max-width: 200px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #a1a5a7;
	padding-left:10px;
	height: 180px;
}
.SideProgramContent{
	float:right;
	width:300px;
	height:120px;
	overflow:hidden;
	clear:right;
	text-overflow: ellipsis;
	background: -webkit-linear-gradient(#43494e,#43494e,#43494e, #fff);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#43494e;
	letter-spacing: 1px;
}
.EventDates{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-overflow: ellipsis;
	overflow:hidden;
	word-wrap: break-word;
	color: #43494e;
	margin-bottom:7px;
	margin-top: 7px;
}
.FrontEventContent{
	overflow:hidden;
	clear:right;
	text-overflow: ellipsis;
	background: -webkit-linear-gradient(#43494e,#43494e,#43494e, #fff);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#43494e;
	letter-spacing: 1px;
}
.EventContent{
   	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#43494e;
	letter-spacing: 1px;
}
.VerticleSponsorImage{
	max-height:100px;
	height: 100px;
	position:relative;
}
.SubMenuButton{
	font-size:18px;
	font-family:Code, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	width:200px;
	background-color:#6cb7f7;
	display:inline-block;
	padding: 15px;
	text-align:center;
	margin:10px;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
}
.SubMenuButton:hover{
	background-color: #83C1F5;
}
.SubMenuButton:active{
	background-color: #2195F3;
	transition: background-color 0.1s;
	-webkit-transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	-ms-transition: background-color 0.1s;
}
.SubMenuButtonCurrent{
	font-size:18px;
	font-family:Code, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #43494e;
	letter-spacing: 2px;
	width:200px;
	background-color:#fff;
	display:inline-block;
	padding: 15px;
	text-align:center;
	margin:10px;
}

.TinySubMenuButton{
	font-size:12px;
	font-family:Code, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	width:170px;
	background-color:#6cb7f7;
	display:inline-block;
	padding: 10px;
	text-align:center;
	margin:10px;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
}
.TinySubMenuButton:hover{
	background-color: #83C1F5;
}
.TinySubMenuButton:active{
	background-color: #2195F3;
	transition: background-color 0.1s;
	-webkit-transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	-ms-transition: background-color 0.1s;
}
.TinySubMenuButtonCurrent{
	font-size:12px;
	font-family:Code, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #43494e;
	letter-spacing: 2px;
	width:170px;
	background-color:#fff;
	display:inline-block;
	padding: 10px;
	text-align:center;
	margin:10px;
}

.SubMenu{
	margin-top:20px;
	margin-bottom: 20px;	
}
.SubHeader{
	font-size:30px;
	font-family:Code, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #43494e;
	letter-spacing: 2px;
	margin-top:25px;
	margin-bottom: 20px;
}
.ProgramsHolder{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	width: 700px;
	position:relative;	
}
.ProgramsSizer{
	 display:inline-block;
	 width:333px;
	 margin:7px;
	 vertical-align:top;
}
.ProgramMainDescription{
   	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #43494e;
}
.ProgramMain{
	background-color:#FFF;
	padding: 10px;
	margin-top:20px;
	position: relative;
}
.Category{
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #5680b0;
	font-weight:bold;
	cursor:pointer;
	margin-top: 10px;
	
	outline: none;
	border:none;
	background-color: #fff;
	width: 100%;
	text-align:left;

}
.CategoryEntries{
	margin-top:10px;
	margin-left:25px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	
	max-height: 0;
    overflow: hidden;
	opacity: 0;
	transition: 0.3s ease-in-out;

}
div.CategoryEntries.show {
	max-height: 1000px;
    opacity: 1;
}


.CategoryEpisodes{
	margin-top:3px;
	margin-bottom:3px;
}
.SliderBar{
	margin-top: 5px;
	margin-bottom:35px;
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
	-webkit-touch-callout: none; 
	-webkit-user-select: none;
}
.radiobuttons{
	border-radius: 50%; 
	width: 12px; 
	height: 12px; 
	border: 4px solid rgb(255, 255, 255); 
	display: inline-block; 
	cursor: pointer; 
	background-color: rgb(255, 255, 255);
	margin-left: 5px;
	margin-right: 5px;
}
.OnAir{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	position: absolute;
	right: 5px;
	top: -25px;
	background-color: #EA1111;
	color: #FFF;
	padding: 5px;
}
.NewsPost{
	float:right;
	width:620px;
	height:120px;
	overflow:hidden;
	clear:right;
	text-overflow: ellipsis;
	background: -webkit-linear-gradient(#43494e,#43494e,#43494e, #fff);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.SingleNewsPost{
	clear:right;
	text-overflow: ellipsis;
}





button.accordion {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #212421;
	font-weight: bold;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.3s;
	border:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a1a5a7;
}


button.accordion.active, button.accordion:hover {
    background-color: #83C1F5;
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}


div.panel.show {
    opacity: 1;
    max-height: 700px;
}
.Month{
	padding:4px;
	margin: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: bold;
}
.Month:hover{
	background: #83C1F5;	
}

input[type='checkbox']{
	background: #F00;	
}
.SearchInput{
	border:none;
	text-decoration:none;
	color: #a1a5a7;
	padding:5px;
}
.SearchInput:focus{
	border:none;
	text-decoration:none;
	border-bottom-width:0px;
	border-color:transparent;
	color: #000;
	outline:none;
}
.EventImages{
	/*display:inline-block;*/
	white-space:nowrap;
	min-height:200px;
	height: 200px;
	overflow-x: auto;
	overflow-y:hidden;
	width:100%;
}





.Calendar{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	width: 1200px;
	min-width: 1200px;
	position:relative;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
td,th{
	border: 1px solid #e2e2e2;
	border-collapse:collapse;
	position:relative;
}
th{
	font-family: Tunga, Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #313131;
	padding: 10px;
}
.ScheduleTitle{
	font-family: Tunga, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #313131;
	text-align:center;
	/*margin-top: 12px;*/
	line-height: 15px;
}
.ScheduleEntry{
	opacity: 0;
	transition: opacity 0.3s;
	width:100%;
	height: 100%;
	position:absolute;
	top:0px;
	left:0px;
}
.ScheduleEntry:hover{
	transition: opacity 0.3s;
	opacity: 1;
}
.EntryTime{
	font-family: Tunga, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #313131;
	text-align:center;
}
.Today{
	border-left: 1px solid #3983b2;
	border-right: 1px solid #3983b2;
}
.Now{
	border-top: 1px solid #3983b2;
	border-bottom: 1px solid #3983b2;
}
.ScheduleEntryDelete{
	 right:5px; 
	 top:5px; 
	 position:absolute; 
	 cursor:pointer;
}
.ScheduleEntryAdd{
	right:26px; 
	top:5px; 
	position:absolute; 
	cursor:pointer;
}
.ScheduleEntryBG{
	padding: 10px;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.PageHolder{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	width: 800px;
	min-width: 800px;
	position:relative;
	background-color: #e5eaef;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.PageEntry{
	background-color: #fff;
	padding: 10px;
}
.SponsorCouponScroll{
	background-color: #FFF;
	padding: 10px;
	position:absolute;
	width:100%;
	height:100%;
}