@charset "UTF-8";

/* CSS Document */

body {
}

#kh_licenseeMobileHeaderContainer {
/*width: 100%;
	-webkit-box-shadow: inset 0px 0px 80px 0px rgba(66, 66, 66, 20);
	-moz-box-shadow: inset 0px 0px 80px 0px rgba(66, 66, 66, 20);
	box-shadow: inset 0px 0px 30px 0px rgba(66, 66, 66, 50);
background: #112a61;*/

}

#licenseeMobileHeader {
	width: 100%;
	margin: 0 auto;
}

#kh_homepage_content {
	width: 100%;
	
	

}

#kh_homepage_content ul {
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;

}

#kh_homepage_content ul li {
	display: inline;
	margin: 0;
	padding: 0;

}

#kh_homepage_content ul li a {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin: 5px;
-webkit-box-shadow: 5px 5px 10px 0px rgba(150,150,150, 30);
	-moz-box-shadow: 5px 5px 10px 0px rgba(150,150,150, 30);
	box-shadow: 5px 5px 10px 0px rgba(150,150,150, 30);
	border-radius: 12px;
-webkit-border-radius: 12px;
-mox-border-radius: 12px;
}

#parentsHomeLandingLink a {
	background: url(/misc/mobile/images/mothership/Button_Parents.png);
}

#kidsHomeLandingLink a {
	background: url(/misc/mobile/images/mothership/Button_Kids.png);
}

#teensHomeLandingLink a {
	background: url(/misc/mobile/images/mothership/Button_Teens.png);
}

#educatorssHomeLandingLink a {
	background: url(/misc/mobile/images/mothership/Button_Educators.png);
}

#khMothershipMobileFooter {
}

ul#khMothershipMobileFooterLinks {
	text-align: center;
	line-height: 1.25em;
	margin-top: -7px;
	margin-bottom: 0px;
	background: #112a61;
	background: #036;
	padding: 6px 0 6px 0;
}

#khMothershipMobileFooterLinks li {
	display: inline;
	padding: 0 0 0 0 !important;
	height: 10px !important;
}

#khMothershipMobileFooterLinks a {
	color: #fff;
	font-size: 11px;
	padding: 0 6px 4px 6px;
	display: inline-block;
	height: 18px;
	line-height: 1.75em;
	margin: 0 0 -2px 0;


}

#khMothershipMobileFooter_legalease {
		background: #036;

	margin: 0 auto;
	font-size: 9px;
	line-height: 1em;
	padding: 2px 2px 8px 2px;/*border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;*/
border-top: 1px solid #789;

}

#khMothershipMobileFooter_legalease img {
	float: left;
	padding-left: 5px;
	width: 86px;
	margin-left: -110px;
margin-top: 3px;
}

#khMothershipMobileFooter_legalease p {
	width: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 120px;

color: #fff;
line-height: 1.25em;
}

/* Start mobile linkage homepage override */
#deviceSelector {
	text-align: center;
	/*color: #fff;*/
	width: 100%;
	margin: 0px auto 1em auto;
	font-weight: normal;
	font-size: .75em;
	background: #fff;

}

#deviceSelector .currentDevice {
	font-weight: normal;
	/*color: #fff;*/
}


 @media screen and (orientation: landscape) {

ul#khMothershipMobileFooterLinks {
padding: 0 0 6px 0
}

#deviceSelector {
font-size: .5em;
}


}

