

/* 
body { background: white; }
body { }
body.lite #container { max-width: 1300px; }
header { background: #209ac9; border-right: 2px solid #087098 }
footer { background: #209ac9; border-top: 2px solid #087098 }

#footer-info { background: #a6ce39;  }

*/
#main * { box-sizing: border-box; }
#main #insiderail { width: 25%; }
#main #insiderail h3 { text-align: center; }
#main #insiderail div { text-align: center; }
#main #insiderail {  padding: 0 10px; }
#main #insiderail li { margin-bottom: 30px; text-align: center; }
#main #insiderail li img { max-width: 100%; }


.kids-club-banner {
  background: white;
  border-radius: 3px;
  display: block;
  padding-top: 5px;
}
.kids-club-banner h3  {
  color: #104c64 !important;;
}

body.kidslayout #main { background: white !important; }
body.kidslayout #body { width: 100%; padding: 0px; }
body.kidslayout header { width: 100%; min-height: 0px; background: none; position: static; }
body.kidslayout header #logo { display:inline-block;  float: left; width: 200px;  height: 45px; padding-bottom: 2.5em;background: url(/images/pbs_michiana_logo_white_400.png) no-repeat; background-size: auto 100%; margin: 10px 0 0px;    background-size: 100% auto;  background-position: center center; margin-bottom: 1em  }
body.kidslayout #logo::after { content: ""; display: block; height: 1em; width: 100%; text-indent: 0px; color: white; font-weight: bold; font-size: 12pt; font-family: "Century Gothic", Arial, Helvetica, sans-serif; padding-top: 70px; text-align: center; text-align: left; }


body.kidslayout #menu { display:inline-block; width: 100%; float: left; background: none; height: auto;  padding-top: 6px;}
body.kidslayout #menu .full li { display: inline-block; width: auto; clear: none; }
body.kidslayout #main { background: none; }
body.kidslayout #content { width: 100%; clear: both;  }
body.kidslayout #menu .full li > .handle { display: none; }
body.kidslayout #main { padding: 0px; }
body.kidslayout #container { background: #044467; max-width: 100%;  box-sizing: border-box; }
body.kidslayout #ads, body.kidslayout #connect, body.kidslayout .pbs-app, body.kidslayout #pbs-logo, body.kidslayout #donate, body.kidslayout #neighbor_day, body.kidslayout .live-tv, body.kidslayout #passport, body.kidslayout #freewill, body.kidslayout #day_of_giving, body.kidslayout #kidschannel { display: none !important; }
body.kidslayout #body { background: none !important }
body.kidslayout header  #menu .full li:hover div.submenu { display: none !important; }
body.kidslayout .bluebar { display: none;  }



body.kidslayout #main { padding-top: 0px !important;}
body.kidslayout #menu { border: 0px !important;}
body.kidslayout #menu a  { color: white;font-weight: normal; }
body.kidslayout #main .flexslider ol { background: none; padding-top: 15px; }
body.kidslayout section { padding: 20px 0;  color: black; }

body.kidslayout section.calendar-section  {  padding: 0;  }
body.kidslayout section.calendar-section  th { color: black !important;}
body.kidslayout section#parents { padding: 20px 0 0;  color: black; }
body.kidslayout section .page-width { max-width: 1200px; margin: 0 auto;  }
body.kidslayout section h2 { color: white; text-shadow: 0px 0px 5px rgba(0,0,0,0.5); font-style: normal; font-size: 16pt; }
body.kidslayout section.light  h2 { color: black;  text-shadow: none; }
body.kidslayout section.embed-section { background: #111; padding: 50px 0px }
body.kidslayout #search { display: none; }
body.kidslayout h1 { display: none; }
body.kidslayout .flexslider {  margin-bottom: 0px; }
body.kidslayout #main ol { margin-bottom: 0px; }
body.kidslayout footer { background: none; }
body.kidslayout #footer-menu { background: none; }
body.kidslayout #footer-info{ background: none; max-width: 1200px; margin: 0 auto; }
body.kidslayout #footer-support { display: none; }
body.kidslayout header { max-width: 1200px; margin: 0 auto; float: none;  }
body.kidslayout #menu .full > li:first-child a { padding-top: 15px !important; }
body.kidslayout #menu .full { padding-top: 0px; font-size: 1.2em }
body.kidslayout footer address, #copyright { color: white; }
body.kidslayout #footer-menu h3 { color: white; } 
body.kidslayout #logo-wrapper { display: none; }
body.kidslayout #live-tv { display: none; }



#kidsprograms ul { height:auto; overflow:hidden; margin:0; padding:0; list-style:none; }
/*#kidsprograms a { display:block; color:#ccc; padding:2%; height:auto; overflow:hidden; border:4px solid #101624; } */

#kidsprograms .program-list-header {
	display: block;
	text-align: center;
	margin: 1em 0;
}
#kidsprograms .tags {
	list-style: none;
	text-align: center;
}
#kidsprograms .tags li {
	display: inline-block;
	margin-right: 1em;
}
#kidsprograms .tags a {
	display: block;
	padding: 0.5em 1em;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	border: 3px solid;
	border-radius: 0.5em;
	margin: 0 0 1em 0;
}
#kidsprograms .tags a:hover,
#kidsprograms .tags .active {
	text-decoration: none;
	background: #D31145;
	color: white;
	transition: 0.2s all linear;
}

	#program-container .active{
		background: #000 !important;
	}
#program-container{
	position: relative;
	padding-left: 10px !important; 
}
#kidsprograms .program { 
	/* float:left; */
	/* border: 2px solid #101624;  */
	color:#ccc; 
	height:auto;
	margin-bottom: 3%; 
	min-height: 19em;
	overflow:hidden; 
	padding:0; 
	padding:2%; 
	vertical-align: top;
	width: 27%;
	/* display: inline-block; */
} 
#kidsprograms .program.active {
	width: 92%;
	min-height: 0;
} 
#kidsprograms h3 {
	text-align: center;	
	font-size: 1.15em;
}
#kidsprograms .active h3 {
	float: left;
	text-align: left;
	width: 59%;
}


.description { display: none; }
.active .description { display: block; float:left; width:60%; }

.program_banner { border-radius:10px; margin:0; clear:both; width:100%; }
.active .program_banner { float:left; border-radius:10px; margin:0 5% 0 0; clear:both; width:35%; box-shadow: -2em -4em 20em #04c6e5; }


@media screen and (max-width: 560px ) {
	#kidsprograms .program { 
		min-height: 12em;
	} 
	#kidsprograms h3 {
		font-size: 1em;
	}
  #main #insiderail { width: 100%; text-align: center; }
  #main #insiderail a { display: block;  width: 100%; text-align: center; }
  #kidsprograms .program {width: 100%; padding: 0 25%; }
}

#body { background: url(../images/kids.jpg) !important }
#main { background: #104c64 !important; box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.0); }


#body { background:   #00b4e4 !important; }
#main { background: #104c64 !important;  box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);  }


#body a { color: white; }

#program-container li { float: left; }

.embed { 
	display: block; 
	width: 100%; 
	/*height: 220px; */
	padding-top: 65.5%;
	box-sizing: border-box;
	margin-right: 10px; 
	margin-right: 5%; 
	text-align: center; 
	vertical-align: middle; 
	background: black; 
	border-radius: 5px; 
	position: relative;
}
.embed iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 1000px ) {
	.embed { padding-top: 100%; }
  .flexslider { display: none;}

}


<style>
  #main .kids-calendar .calendar-wrapper {
    margin: 0em auto 1em;
    display: grid !important;
    grid-template-columns: 1fr;
    text-align: center;
    font-size: 16pt;

  }
  .calendar-wrapper  a {
    display: block;
    background: none !important;
    text-decoration: none !important;
    text-align: center;
  }
  .kids-calendar  p {
    color: white;
    text-align: center;
  }
  .calendar-wrapper .btn {
    background: #6a199c;
    color: white;
    border-radius: 10px;
    padding: 15px 2em;
    width: auto;
    border: 1px solid rgba(0,0,0,0.1);
    display: inline-block;
  }
  .calendar-wrapper a:hover .btn {
    background: #6a199c;
  }
</style>
