/* Global Styles */
html, body {
	margin: 0;
	padding: 0;
	min-width: 320px;
}

.showOnDesktop {
	display: block !important;
}

.showOnMobile {
	display: none !important;;
}

body {
	font-size: 87.5% !important;
}

#skipnavigation a {
	position: absolute;
	top: -180701px;
	left: 0;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;
	color: #FFF;
	z-index: 10000 !important;
}

#skipnavigation a:focus {
	position: absolute;
	top: 0;
	left: 0;
}

button::-moz-focus-inner {
	border: 0;
}

:target:before {
	content: "";
	display: block;
	height: 110px; /* fixed header height */
	margin: -110px 0 0; /* negative fixed header height */
	visibility: hidden;
}

.clearBox {
	margin: 0;
	padding: 0;
	clear: both;
}

/* Hide off-screen, maintaining visibility to screen readers */
.hideOffScreen {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Main Wrapper Styles */
.kh-container {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 32px;
	text-align: center;
	box-sizing: border-box;
}

.kh-hidden {
	display: none;
}

#kh-background-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1000;
}

/* Header Section & Logo */
#kh-header {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	width: 100%;
	height: 110px;
	position: fixed;
	background: #003a6f;
	background: -webkit-linear-gradient(#0299dc, #003a6f);
	background: -o-linear-gradient(#0299dc, #003a6f);
	background: -moz-linear-gradient(#0299dc, #003a6f);
	background: linear-gradient(#0299dc, #003a6f);
	background: url(/images/mothership/navigation/header-background.png) repeat-x top left;
	z-index: 9000;
	-webkit-box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.25);
}

.mouseUser #kh-header {
	position: fixed;
}

.keyboardUser #kh-header {
	position: relative;
}

#kh-header-section {
	position: relative;
	height: 105px;
	margin-bottom: 5px;
	width: 100%;
}

#kh-logo {
	text-align: left;
	float: left;
	margin: 20px 0;
	max-width: 170px;
	max-height: 70px;
	z-index: 2000;
}

#kh-logo a {
	display: block;
}

#kh-logo img {
	max-width: 100%;
	width: 170px;
	height: auto;
}

/* Top Navigation */
#kh-topnav-tabs {
	text-align: center;
	float: left;
	margin: 65px 34px 0;
	padding: 0 30px;
	z-index: 2000;
	border-bottom: 1px solid #eee;
}

#kh-topnav-tabs > li {
	float: left;
	margin: 0 2.5px;
}

#kh-topnav-tabs button, #kh-topnav-tabs a {
	position: relative;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}

#kh-topnav-tabs button .kh-section-text, #kh-topnav-tabs a .kh-section-text {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 0;
}

#kh-topnav-tabs button .kh-section-text {
	padding-left: 0;
}

#kh-topnav-tabs button .kh-section-text {
	padding-left: 7px;
}

#kh-topnav-tabs button .kh-section-text::after {
	content: "";
	position: relative;
	top: 0;
	display: inline-block;
	width: 12px;
	height: 8px;
}

#kh-topnav-tabs li.currentSection #kh-parents-tab .kh-section-text::after {
	background: url('/images/mothership/navigation/nav-current-section-arrow-down.svg') no-repeat;
}

#kh-topnav-tabs li.currentSection #kh-kids-tab .kh-section-text::after {
	background: url('/images/mothership/navigation/nav-current-section-arrow-down.svg') no-repeat;
}

#kh-topnav-tabs li.currentSection #kh-teens-tab .kh-section-text::after {
	background: url('/images/mothership/navigation/nav-current-section-arrow-down.svg') no-repeat;
}

#kh-topnav-tabs li.active #kh-parents-tab .kh-section-text::after {
	background: url('/images/mothership/navigation/nav-current-section-arrow-up.svg') no-repeat;
}

#kh-topnav-tabs li.active #kh-kids-tab .kh-section-text::after {
	background: url('/images/mothership/navigation/nav-current-section-arrow-up.svg') no-repeat;
}

#kh-topnav-tabs li.active #kh-teens-tab .kh-section-text::after {
	background: url('/images/mothership/navigation/nav-current-section-arrow-up.svg') no-repeat;
}

#kh-topnav-tabs button .kh-section-text::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url('/images/mothership/navigation/nav-section-arrow-down.svg') no-repeat;
	margin-left: 5px;

}

#kh-topnav-tabs li.active #kh-parents-tab .kh-section-text::after {
	background: url('/images/mothership/navigation/nav-section-arrow-up.svg') no-repeat;
}

#kh-topnav-tabs li.active #kh-kids-tab .kh-section-text::after {
	background: url('/images/mothership/navigation/nav-section-arrow-up.svg') no-repeat;
}

#kh-topnav-tabs li.active #kh-teens-tab .kh-section-text::after {
	background: url('/images/mothership/navigation/nav-section-arrow-up.svg') no-repeat;
}

#kh-topnav-tabs button {
	font-size: 20px;
	width: 150px;
	height: 40px;
	box-sizing: border-box;
	border: 0;
	padding-top: 3px;
	background-color: #f1f2f2;
	box-sizing: border-box;
}

#kh-topnav-tabs #kh-parents-tab, #kh-topnav-tabs #kh-kids-tab,
#kh-topnav-tabs #kh-teens-tab, #kh-topnav-tabs #kh-educators-tab {
	font-size: 16px;
	width: 140px;
	height: 30px;
	padding-top: 0;
	margin-top: 10px;
	box-sizing: border-box;
}

#kh-topnav-tabs.kh-spanish #kh-teens-tab {
	width: 180px;
}

#kh-topnav-tabs.kh-spanish #kh-teens-tab ~ .kh-nav-belowtab {
	width: 180px !important;

}

#kh-topnav-tabs a {
	display: block;
}

#kh-topnav-tabs #kh-parents-tab {
	color: #f1f2f2 !important;
	border-color: #f1f2f2;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	background: #004a9b;
	background: -webkit-linear-gradient(#006ebd, #004a9b);
	background: -o-linear-gradient(#006ebd, #004a9b);
	background: -moz-linear-gradient(#006ebd, #004a9b);
	background: linear-gradient(#006ebd, #004a9b);
}

#kh-topnav-tabs #kh-kids-tab {
	color: #f1f2f2 !important;
	border-color: #f1f2f2;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	background: #004a9b;
	background: -webkit-linear-gradient(#006ebd, #004a9b);
	background: -o-linear-gradient(#006ebd, #004a9b);
	background: -moz-linear-gradient(#006ebd, #004a9b);
	background: linear-gradient(#006ebd, #004a9b);
}

#kh-topnav-tabs #kh-teens-tab {
	color: #f1f2f2 !important;
	border-color: #f1f2f2;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	background: #004a9b;
	background: -webkit-linear-gradient(#006ebd, #004a9b);
	background: -o-linear-gradient(#006ebd, #004a9b);
	background: -moz-linear-gradient(#006ebd, #004a9b);
	background: linear-gradient(#006ebd, #004a9b);
}

#kh-topnav-tabs #kh-educators-tab {
	color: #f1f2f2;
	border-color: #f1f2f2;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	background: #004a9b;
	background: -webkit-linear-gradient(#006ebd, #004a9b);
	background: -o-linear-gradient(#006ebd, #004a9b);
	background: -moz-linear-gradient(#006ebd, #004a9b);
	background: linear-gradient(#006ebd, #004a9b);
	text-decoration: none;
	line-height: 18px;
}

#kh-topnav-tabs li.active #kh-parents-tab {
	background: #f1f2f2 !important;
	color: #434343 !important;
	border: 0;
}

#kh-topnav-tabs li.active #kh-kids-tab {
	background: #f1f2f2 !important;
	color: #434343 !important;
	border-color: transparent;
}

#kh-topnav-tabs li.active #kh-teens-tab {
	background: #f1f2f2 !important;
	color: #434343 !important;
	border-color: transparent;
}

#kh-topnav-tabs #kh-parents-tab {
	color: #003a6f;
}

#kh-topnav-tabs #kh-kids-tab {
	color: #003a6f;
}

#kh-topnav-tabs #kh-teens-tab {
	color: #003a6f;
}

#kh-topnav-tabs > li.active button {
	position: relative;
}

#kh-topnav-tabs .kh-nav-belowtab {
	display: none;
}

#kh-topnav-tabs > li.active .kh-nav-belowtab {
	position: absolute;
	display: block;
	width: 150px;
	height: 6px;
	background: #f1f2f2;
	z-index: 2000;
}

#kh-topnav-tabs li.active .kh-nav-belowtab {
	position: absolute;
	display: block;
	width: 140px;
	height: 6px;
	background: #f3f3f4;
	z-index: 2000;
}

#kh-topnav-tabs .kh-nav-belowtab-left,
#kh-topnav-tabs .kh-nav-belowtab-right {
	display: block;
	width: 6px;
	height: 6px;
}

#kh-topnav-tabs .kh-nav-belowtab-left {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	background: url('/images/mothership/navigation/nav-belowtab-left.svg');
	background-size: 6px 6px;
	margin-left: -6px;
}

#kh-topnav-tabs .kh-nav-belowtab-right {
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
	background: url('/images/mothership/navigation/nav-belowtab-right.svg');
	background-size: 6px 6px;
	margin-right: -6px;
}



#kh-topnav-tabs li.currentSection > button {
	font-size: 20px !important;
	box-sizing: border-box;
	border: 0;
	padding-top: 30px;
	background: #f1f2f2 !important;
	color: black !important;
	margin-top: 0px !important;
	height: 40px !important;
	width: 150px !important;
}

#kh-topnav-tabs li.currentSection.active > button {
	padding-top: 30px;
	width: 150px !important;
	margin-top: 0 !important;
	height: 40px !important;
	line-height: 2.1
}

#kh-topnav-tabs li.currentSection > button span {
	color: #003a6f;
	font-size:
}

#kh-topnav-tabs li.currentSection.active .kh-nav-belowtab {
	width: 150px;
}

kh-topnav-tabs li.currentSection .kh-section-text::after {
	background: url('/images/mothership/navigation/nav-current-section-arrow-down.svg') no-repeat;
}


#kh-topnav-tabs.kh-spanish li.currentSection button#kh-teens-tab {
	width: 210px !important;
}

#kh-topnav-tabs.kh-spanish li.currentSection button#kh-teens-tab ~ .kh-nav-belowtab {
	width: 210px !important;
}

.kh-section-subnav {
	position: absolute;
	width: 100%;
	z-index: 1000;
	padding: 0 24px;
	box-sizing: border-box;
	left: 0;
	margin: 6px 0 0;
}

#kh-nav-menu-icon {
	display: none;
}

#kh-subnav-background {
	display: none;
	position: relative;
	top: 1px;
	width: 100%;
	height: 290px;
	z-index: 900;
	-webkit-box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.25);
}

#kh-subnav-background.h3-active {
	background: #f1f2f2;
}

#kh-subnav-background.h4-active {
	background: #f3f3f4;
}

.kh-subnav-left {
	float: left;
	width: 260px;
	text-align: center;
	box-sizing: border-box;
}

.kh-subnav-left a {
	text-decoration: none;
}

.kh-section-icon {
	margin: 0 auto;
}

.kh-section-link {
	color: #003a6f;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	position: relative;
	display: block;
	border-top: 1px solid #003a6f;
	padding-top: 4px;
	padding-right: 10px;
}

.kh-section-link::after {
	content: "";
	background: url('/images/mothership/navigation/nav-section-arrow.svg') center no-repeat;
	display: inline-block;
	width: 8px;
	height: 10px;
	margin-left: 4px;
}

.kh-section-icon a {
	width: auto;
	display: block;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.ia-kh-section-icon a:link, .ia-kh-section-icon a:visited,
.ia-kh-section-lang-link a:link, .ia-kh-section-lang-link a:visited {
	opacity: 1.0;
	filter: alpha(opacity=100);
	transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-webkit-transition: opacity .15s ease-in-out;
}

.ia-kh-section-icon a:hover, .ia-kh-section-icon a:active,
.ia-kh-section-lang-link a:hover, .ia-kh-section-lang-link a:active {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.ia-kh-section-lang-link {
	text-align: right !important;
	height: 143px;
}

.kh-lang-link-arrow {
	content: "";
	background: url('/images/mothership/navigation/nav-gray-arrow.svg') center no-repeat;
	display: inline-block;
	width: 8px;
	height: 10px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	top: 1px;
	left: 3px;
}

.ia-kh-section-lang-link a:link, .ia-kh-section-lang-link a:visited {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	line-height: 20px;
	color: #767676;
	border: 0;
	margin: 0;
	position: relative;
	right: 12px;
}

.kh-subnav-lr {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 290px;
}

.kh-subnav-lr li {
	width: 260px;
	float: left;
	text-align: left;
}

.kh-subnav-lr li a {
	text-decoration: none;
	color: #231f20;
	min-width: 260px;
}

.ia-kh-subnav-right {
	border-bottom: 1px solid #c8c8c8;
	margin: 0px 18px 0;
}

.kh-subnav-right {
	float: left;
	width: 570px;
	max-height: 280px;
	height: auto;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	margin: 24px 50px 0;
}

.kh-subnav-right li {
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
}

.kh-subnav-lr li:first-child {
	border-bottom: 0;
	margin: 0 !important;
}

#kh-topnav-tabs .kh-subnav-lr li:first-child a {
	height: 100%;
	text-align: center;
}

#kh-topnav-tabs .kh-subnav-lr li:first-child a img {
	vertical-align: top;
}

.ia-kh-subnav-right:last-child {
	border-bottom: 0;
}

.ia-kh-subnav-right a:link, .ia-kh-subnav-right a:visited {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	color: #231f20;
	text-decoration: none;
	display: block;
	width: 260px;
	min-height: 30px;
	box-sizing: border-box;
	padding: 10px;
}

.ia-kh-subnav-right:nth-child(3), .ia-kh-subnav-right:nth-child(9) {
    margin-top: 24px;
}

.ia-kh-subnav-right:nth-child(8), .ia-kh-subnav-right:nth-child(14) {
	border-bottom: 0;
}

.ia-kh-subnav-right a:hover, .ia-kh-subnav-right a:active {
	color: #a8aaad;
}

.kh-subnav-closer {
	float: none;
	margin: 0 auto;
}

.kh-subnav-close {
	background: url('/images/mothership/navigation/nav-close-button.svg') no-repeat;
	width: 60px !important;
	height: 30px !important;
	cursor: pointer;
	position: absolute !important;
	left: 50% !important;
	bottom: 0;
	margin-left: -30px;
	z-index: 2000;
}

/* Search */
#kh-search {
	float: right;
	display: block;
}

#kh-search-icon, #kh-search-icon-m {
	display: block;
	width: 70px;
	height: 50px;
	background: url('/images/mothership/navigation/nav-search-icon.svg') center no-repeat, radial-gradient(circle at center center, #005cac, #004f94);
	border-radius: 30px;
	margin: 30px 0;
	cursor: pointer;
	border: 2px solid #fff;
}

#kh-search-icon[data-expanded="true"], #kh-search-icon-m[data-expanded="true"] {
	background: url('/images/mothership/navigation/nav-search-icon-close.svg') center no-repeat, radial-gradient(circle at center center, #005cac, #004f94);
}

#kh-search-icon[data-expanded="true"]::after, #kh-search-icon-m[data-expanded="true"]::after {
	content: "";
	display: block;
	width: 20px;
	height: 10px;
	background: url('/images/mothership/navigation/nav-search-icon-carret.svg') center no-repeat;
	position: absolute;
	right: 24px;
	bottom: 0;
	margin-bottom: -6px;
}

#kh-search-area {
	display: none;
	width: 100%;
	background: #f2f2f2;
	padding: 15px 0 15px 15px;
	text-align: center;
	-webkit-box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	position: relative;
	top: 1px;
}

#searchform {
	position: relative;
	width: 400px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

#searchform #kh-search-lang-select {
	display: block;
	width: 64px;
	height: 35px;
	background: url('/images/mothership/navigation/search-globe-icon.svg') center no-repeat;
	border-right: 1px solid #333;
	border-radius: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	margin: 7px 0 7px 2px;
}

#searchform #kh-search-lang-select[aria-expanded="true"] {
	background: url('/images/mothership/navigation/search-globe-icon-open.svg') center no-repeat;
}

#searchform #kh-search-lang-area input[type="radio"]:checked,
#searchform #kh-search-lang-area input[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

#searchform #kh-search-lang-area input[type="radio"]:checked + label,
#searchform #kh-search-lang-area input[type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	line-height: 16px;
	display: inline-block;
	color: #333;
}

#searchform #kh-search-lang-area input[type="radio"]:checked + label::before,
#searchform #kh-search-lang-area input[type="radio"]:not(:checked) + label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	border-radius: 100%;
	background: #fff;
}

#searchform #kh-search-lang-area input[type="radio"]:checked + label::after,
#searchform #kh-search-lang-area input[type="radio"]:not(:checked) + label::after {
	content: "";
	width: 8px;
	height: 8px;
	background: #333;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#searchform #kh-search-lang-area input[type="radio"]:not(:checked) + label::after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

#searchform #kh-search-lang-area input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#searchform input#q {
	padding: 13px 45px 13px 72px;
	font-size: 18px;
	width: 100%;
	height: 100%;
	border: 1px solid #333;
	border-radius: 25px;
	box-shadow: none !important;
	box-sizing: border-box;
}

#searchform input#searchButton {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: url('/images/mothership/navigation/nav-search-input-icon.svg') center no-repeat;
	display: block;
	width: 24px;
	height: 24px;
	margin: 12px 14px;
	padding: 0;
}

#searchform input#searchButton.searchValidation {
	background: url('/images/mothership/navigation/search-validation-icon.svg') center no-repeat;
	width: 28px;
	height: 28px;
	margin: 10px 14px;
}

#kh-search-lang-area {
	display: none;
	padding-top: 12px;
}

#kh-search-lang-area label {
	margin: 0 10px 0 5px;
	font-size: 14px;
}

#kh-search-lang-area label:last-child {
	padding-right: 0;
}

#suggestbox {
	display: none;
	text-align: left;
	background: #fff;
	border-radius: 8px;
	width: 100%;
	padding: 5px;
	border: 1px solid #789;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1000;
	box-sizing: border-box;
	-webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

.ss-gac-a {
	display: block;
}

.ss-gac-b {
	display: block;
	text-decoration: underline;
	cursor: pointer;
	background: #def;
}

.ss-gac-c {
	width: 100%;
	font-size: 15px;
	line-height: 22px;
}

.ss-gac-e {
	cursor: pointer;
	font-size: 15px;
	line-height: 22px;
}

.ss-gac-d {
	color: #039;
	text-align: right;
	font-style: italic;
}

#searchform .tooltip {
	position: absolute;
	display: inline-block;
	top: 100%;
	left: 50%;
	margin-top: 40px;
	margin-left: -20px;
}

#searchform .tooltip .tooltiptext {
	display: none;
	width: 180px;
	background-color: #444;
	color: #eee;
	font-size: 13px;
	text-align: center;
	padding: 8px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -90px;
}

#searchform .tooltip .tooltiptext::before {
	content: "";
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	background: url('/images/mothership/navigation/search-validation-icon.svg') center no-repeat;
	top: 1px;
	left: 0;
	margin-right: 8px;}

#searchform .tooltip .tooltiptext[lang="es"] {
	width: 230px;
	margin-left: -115px;
}

#searchform .tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #444 transparent;
}

/* Social Features & AddThis Overrides */
.kh-socialbar {
	position: fixed;
	margin-left: -55px;
	z-index: 900;
}

.kh-social-fixed {
	position: fixed;
	top: 130px;
	z-index: 900;
}

.kh-social-fixed-bottom {
	position: absolute;
	bottom: 0;
	padding-top: 0;
	z-index: 900;
}

#kh-addthis-share {
	margin: 0 2px;
}

.at-icon-wrapper {
	float: left;
	clear: both;
	border-radius: 32px !important;
	cursor: pointer;
	margin-bottom: 14px;
	background: transparent;
}

.at-share-btn button {
	width: 30px;
	height: 30px;
	animation-fill-mode: both;
	animation-timing-function: ease-out;
	animation-duration: .3s;
	transition: all .2s ease-in-out;
}

.at-share-btn button:focus, .at-share-btn button:hover {
	transform: translateY(-4px);
	color: #fff;
	text-decoration: none;
}

.at4-visually-hidden {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	line-height: 0;
}

.at-icon-wrapper .at-icon {
	line-height: 20px;
	height: 20px;
	width: 20px;
	padding: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	text-decoration: none;
	text-transform: none;
	color: #fff;
	cursor: pointer;
	transition: all .2s ease-in-out;
	border: 0;
	font-family: helvetica neue,helvetica,arial,sans-serif;
	background-color: transparent;
}

.addthis_share_button {
	margin-left: 5px;
}

.addthis_button_facebook button {
	background-color: #3b5998;
}

.addthis_button_twitter button {
	background-color: #1da1f2 !important;
}

.addthis_button_pinterest button {
	background-color: #cb2027 !important;
}

.addthis_button_email button {
	background-color: #fe6300 !important;
}

.at-icon-facebook {
	background: url('/images/mothership/social/facebook-btn.svg') no-repeat;
	width: 100%;
	height: 20px;
	display: block;
}

.at-icon-twitter {
	background: url('/images/mothership/social/twitter-btn.svg') no-repeat;
	width: 100%;
	height: 20px;
	display: block;
}

.at-icon-pinterest {
	background: url('/images/mothership/social/pinterest-btn.svg') no-repeat;
	width: 100%;
	height: 20px;
	display: block;
}

.at-icon-email {
	background: url('/images/mothership/social/email-btn.svg') no-repeat;
	width: 100%;
	height: 20px;
	display: block;
}

/* Article Area */
#mainContentContainer {
	width: 910px !important;
	margin: 0 auto;
	text-align: left;
	padding-top: 130px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	position: relative;

	left: 32px;
}

.mouseUser #mainContentContainer {
	padding-top: 130px;
}

.keyboardUser #mainContentContainer {
	padding-top: 20px;
}

#mainContentContainer.kh-article-page {
	width: 600px;
	margin-bottom: 40px;
}

#articleHeaderGraphic {
	margin: 0 auto 14px;
	text-align: center;
}

#breadcrumbsContainer {
	font-size: 12px;
	width: auto;
	position: relative;
	margin: 0;
	padding: 0 0 18px;
	box-sizing: border-box;
}

ul#breadcrumbs li {
	display: inline;
}

#breadcrumbs a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #06c;
}

#breadcrumbsExtras {
	width: 100px;
	margin-top: 9px;
	position: absolute;
	top: 0;
	text-align: right;
	margin-left: 330px;
}

#smallTextLink {
	font-size: 10px;
	padding-right: 2px;
}

#regTextLink {
	font-size: 12px;
	padding-right: 2px;
}

#largeTextLink {
	font-size: 14px !important;
}

#kh-summary-box {
	margin: 0 0 10px 0;
	border-top: 1px solid #636466;
	border-bottom: 1px solid #636466;
	box-sizing: border-box;
}

#kh-summary-box h5 a[aria-expanded="false"]::before {
	content: "\25b6";
	display: inline-block;
	font-size: 12px;
	position: relative;
	bottom: 1px;
	right: 3px;
}

#kh-summary-box h5 a[aria-expanded="true"]::before {
	content: "\25bc";
	display: inline-block;
	font-size: 12px;
	position: relative;
	bottom: 1px;
	right: 3px;
}

#kh-summary-box h5 a {
	text-transform: uppercase;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	color: #636466;
	text-decoration: none;
	display: block;
	padding: 10px;
}

ul#subCatLinks li {
	margin-top: 0;
	margin-left: 36px;
	margin-bottom: 10px;
	margin-right: 5px;
}

ul#subCatLinks li a::before {
	content: "-";
	display: inline-block;
	position: relative;
	right: 4px;
}

ul#subCatLinks li a:link, ul#subCatLinks li a:visited {
    font-size: 14px;
    color: #636466;
    text-decoration: none;
}

ul#subCatLinks li a:hover, ul#subCatLinks li a:active {
	text-decoration: underline;
}

#kh-article-controls {
	display: inline-block;
}

#kh-text-sizer {
	display: inline-block;
	vertical-align: top;
	padding: 10px 9px;
	border-left: 2px solid #5987c6;
	height: 32px;
	box-sizing: border-box;
}

#kh-text-sizer button {
	text-decoration: none !important;
	line-height: 10px !important;
	margin-right: 0.5px;
}

#kh-text-sizer-largest {
	display: inline-block;
	background: url('/images/mothership/text-sizer-largest.svg') no-repeat bottom center;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

#kh-text-sizer-larger {
	display: inline-block;
	background: url('/images/mothership/text-sizer-large.svg') no-repeat bottom center;
	width: 11px;
	height: 14px;
	cursor: pointer;
}

#kh-text-sizer-regular {
	display: inline-block;
	background: url('/images/mothership/text-sizer-small.svg') no-repeat bottom center;
	width: 8px;
	height: 14px;
	cursor: pointer;
}

#kh-print-button {
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
	border-left: 2px solid #5987c6;
	height: 32px;
	box-sizing: border-box;
}

#kh-print-button a {
	display: block;
	background: url('/images/mothership/printer-btn.svg') no-repeat !important;
	width: 25px;
	height: 22px;
}

.sectionContainer {
	width: 460px;
	margin: 0 auto;
}

#khcontent {
	width: 636px;
	box-sizing: border-box;
	margin-top: 25px !important;
}

#khcontent, #khcontent p {
	font: 1.0em/1.5em Arial, Helvetica Neue, Helvetica, sans-serif !important;
}

#khcontent ul, #khcontent ol {
	padding-left: 40px;
}

#khcontent ul, #khcontent ol, #khcontent li {
	font: 1.0em/1.5em Arial, Helvetica Neue, Helvetica, sans-serif !important;
}

#khcontent h1 {
	font: normal normal bold 1.4em/normal Arial, Helvetica Neue, Helvetica, sans-serif;
	background: transparent;
}

#khcontent h2 {
	font: normal normal bold 1.2em/normal Arial, Helvetica Neue, Helvetica, sans-serif;
	background: transparent;
}

#khcontent h3 {
	font: normal normal bold 1.2em/1.5em Arial, Helvetica Neue, Helvetica, sans-serif;
	background: transparent;
}

#khcontent h4 {
	font: normal normal bold 1.0em/normal Arial, Helvetica Neue, Helvetica, sans-serif;
	background: transparent;
}

#khcontent h5 {
	font: normal normal bold 1.0em/normal Arial, Helvetica Neue, Helvetica, sans-serif;
	background: transparent;
}

td, table, table td, table tr, tr {
	font: 1.0em/1.5em Arial, Helvetica Neue, Helvetica, sans-serif !important;
}

.kh_art_tabs_1 table {
	width: auto !important;
}

.kh-video-playlist {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

#khcontent_article img {
	max-width: 100%;
}

#languagePairLink a {
	margin-top: 14px;
}

#languagePairLink a span.pairedURLHead {
	font-size: 13px !important;
}

#languagePairLink a span.pairedURLBody {
	font-size: 11px !important;
}

#kh-content-left {
	width: 550px;
	margin: 0 auto 15px;


}

#kh-content-right {
	width: 300px;
	margin: 15px auto 0;
}

#mainContentContainer.kh-article-page #kh-content-left {
	float: left;
	margin-top: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0;
}

#mainContentContainer.kh-article-page #kh-content-right {
	float: right;
	margin-top: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0;
}

#khcontent_article {
	width: 550px !important;

	float: left;
}

/* Categories & Subcategories */
#khcontent_category {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
}

#khcontent_category ul {
	padding-left: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 18px !important;
}

#khcontent_category .kh-category-single {
	margin-bottom: 0 !important;
}

#khcontent_category .kh-category-single li {
	margin-bottom: 0.75em !important;
}

#khcontent_category_description {
	border: 0 !important;
}

.kh-category-single a:link, .kh-category-single a:visited {
	color: #4377B6 !important;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none !important;
}

.kh-category-single a:hover, .kh-category-single a:active {
	color: #4377B6 !important;
	text-decoration: underline !important;
}

.kh-category-name {
	margin: 0 !important;
	position: relative;
}

.kh-category-title {
	background: transparent;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #231f20;
	cursor: pointer;
	border-bottom: 1px solid #c8c8c8;
	width: 100%;
	text-align: left;
	height: 50px;
}

.kh-category-title[aria-expanded="true"] {
	height: 49px;
	border-bottom: none;
}

.kh-category-title::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 7px;
	cursor: pointer;
	position: absolute;
	top: 22px;
	right: 10px;
}

.kh-category-title[aria-expanded="true"]::after {
	background: url('/images/mothership/navigation/cat-uparrow.svg') center no-repeat;
}

.kh-category-title[aria-expanded="false"]::after {
	background: url('/images/mothership/navigation/cat-downarrow.svg') center no-repeat;
}

.kh-category-list {
	margin: 0 !important;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #c8c8c8;
}

.kh-category-list:last-child {
	border-bottom: 0;
}

.kh-category-list li {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}

.kh-category-list li a:link, .kh-category-list li a:visited {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	color: #231f20 !important;
	padding: 7px 10px;
	display: block;
	width: 100%;
}

.kh-category-list li a:hover, .kh-category-list li a:active {
	color: #231f20 !important;
}

#khcontent_category li a:link, #khcontent_category li a:visited {
	font-size: 14px !important;
	line-height: 1.3em !important;
	box-sizing: border-box;
}

#categoryHeaderDefaultParents, #categoryHeaderDefaultTeens, #categoryHeaderDefaultKids {
	width: auto !important;
}

/* Search Page */
#kh_search_results {
    width: 460px !important;
}

/* MOTT Box */
#kh-mott-box {
	background: #e5e5e5 url('/images/mothership/navigation/mott-background.png');
	border: 1px solid #bcbec0;
	border-radius: 6px;
	padding: 10px 10px 16px;
	margin-bottom: 15px;
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.10);
   -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.10);
   box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.10);
}

#kh-mott-box #moreOnThisTopicHeader {
	text-align: center;
	padding: 0 4px 10px;
	font-size: 14px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #033a6d;
	font-weight: bold;
	text-transform: uppercase;
}

#kh-mott-box #kh-mott-tabs {
	display: table;
	width: 100%;
	box-sizing: border-box;
}

#kh-mott-box #kh-mott-tabs li {
	display: table-cell;
	padding: 0 2.5px;
	box-sizing: border-box;
}

#kh-mott-box #kh-mott-tabs li:first-child {
	padding-left: 0;
}

#kh-mott-box #kh-mott-tabs li:last-child {
	padding-right: 0;
}

#kh-mott-box #kh-mott-tabs li button {
	position: relative;
	top: 0;
}

#kh-mott-box #kh-mott-tabs li button, #kh-mott-box #kh-mott-tabs li button.kh-mott-active  {
	border-radius: 5px 5px 0 0;
	background-image: -webkit-linear-gradient(#0b6dbb, #084793);
	background-image: -o-linear-gradient(#0b6dbb, #084793);
	background-image: linear-gradient(#0b6dbb, #084793);
	padding: 3px 5px 5px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #033a6d;
	border-width: 1px 1px 0;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: normal;
	min-width: 88px;
	width: 100%;
	box-sizing: border-box;
}

#kh-mott-box #kh-mott-tabs li button.kh-mott-active {
	background: #fff;
	color: #231f20;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	top: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #033a6d;
	border-width: 1px 1px 0;
	z-index: 50;
}

#kh-mott-box #kh-mott-tabs li .kh-mott-inactive {
	position: relative;
	top: 12px;
	background: #959595;
	border-color: #033a6d;
	cursor: default;
	height: 14px;
	border-radius: 8px 8px 0 0;
	width: 32% !important;
	border: 1px solid;

}

#kh-mott-box .kh-mott-links {
	background: #fff;
	padding: 8px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #033a6d;
	position: relative;
	z-index: 40;
}

#kh-mott-box #kh-mott-tabs li.kh-mott-active ul {
	display: block;
}

#kh-mott-box .kh-mott-links li {
	display: block;
	width: 100%;
	padding: 8px;
	border-bottom: 1px solid #a4bbce;
	box-sizing: border-box;
}

#kh-mott-box .kh-mott-links li:last-child,
#kh-mott-box .kh-mott-links .kh-mott-lastlink {
	border-bottom: 0;
	padding-bottom: 0;
}

#kh-mott-box .kh-mott-links li a:link, #kh-mott-box .kh-mott-links li a:visited {
	display: block;
	color: #033a6d;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
}

#kh-mott-box .kh-mott-links li a:hover, #kh-mott-box .kh-mott-links li a:active {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#kh-mott-box #kh-mott-toggle {
	display: none;
	text-align: center;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	color: #636466;
	padding: 0 6px 0 1px;
	cursor: pointer;
	background: none;
	margin: 8px auto -8px;
}

#kh-mott-box #kh-mott-toggle::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 5px;
	cursor: pointer;
	position: relative;
	left: 4px;
	bottom: 1px;
}

#kh-mott-box #kh-mott-toggle[aria-expanded="true"]::after {
	background: url('/images/mothership/navigation/mott-uparrow.svg') center no-repeat;
}

#kh-mott-box #kh-mott-toggle[aria-expanded="false"]::after {
	background: url('/images/mothership/navigation/mott-downarrow.svg') center no-repeat;
}

/* Partner Ad */
#kh-partner-ad {
	margin: 0 0 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

#kh-partner-ad .kh-inline {
	width: 100%;
}

#kh-partner-ad .kh-inline iframe {
	text-align: center !important;
	margin: 0 auto;
	padding: 0px;
	height: 250px !important;
}

.kh-inline-ad-before {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 6px;
	line-height: normal;
}

.kh-inline-ad-after {
	font-size: 10px;
}

#kh-leaderboard-ad {
	display: none;
	position: absolute;
	left: 0;
}

#kh-leaderboard-ad #mobad_if {
	position: fixed;
	bottom: 0px;
	z-index: 9999;
	height: 64px;
	width: 100%;
}

#kh-leaderboard-ad iframe#mobad_in_if {
	text-align: center !important;
	width: 100%;
	padding: 0px;
	height: 320px;
}

/* Footer */
#kh-footer {
	background: #003769 url('/images/mothership/navigation/footer-background.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	padding: 15px;
	margin-top: 10px;
	position: relative;
}

#kh-footer-links li a:link, #kh-footer-links li a:visited {
	color: #fff;
	text-decoration: none;
}

#kh-footer-links li a:hover, #kh-footer-links li a:active {
	color: #e5e5e5;
	text-decoration: underline
}

#kh-footer-links {
	padding-bottom: 14px;
	border-bottom: 1px solid #fff;
}

#kh-footer-links li {
	display: inline;
	font-size: 14px;
	line-height: 23px;
}

#kh-footer-links li {
	border-right: 1px solid white;
	padding: 0 10px;
}

#kh-footer-links li:last-child {
	border-right: 0 none;
	padding-right: 0;
}

#kh-footer-logos {
	margin: 40px 0;
}

#kh-footer-logos li {
	display: inline;
	padding: 0 40px;
	line-height: normal;
}

#kh-footer-logos li:first-child {
	padding-top: 0;
	padding-left: 0;
}

#kh-footer-logos li:last-child {
	padding-right: 0;
}

#kh-nemours-footer-logo {
	position: relative;
	bottom: 5px;
}

#kh-nemours-footer-logo a {
	display: inline-block;
	width: 110px;
	height: 100%;
}

#kh-nemours-footer-logo img {
	max-width: 110px;
	max-height: 37px;
}

#kh-kidshealth-footer-logo a {
	display: inline-block;
	width: 120px;
	height: 100%;
}

#kh-kidshealth-footer-logo img {
	max-width: 120px;
	max-height: 50px;
}

#kh-brightstart-footer-logo {
	position: relative;
	bottom: 7px;
}

#kh-brightstart-footer-logo a {
	display: inline-block;
	width: 250px;
	height: 100%;
}

#kh-brightstart-footer-logo img {
	max-width: 250px;
	max-height: 33px;
}

#NemoursLink {
	display: none !important;
}

#kh-footer-text p {
	margin: 10px 0;
}

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 1028px) {
	.kh-container {
		max-width: 768px;
		padding: 0 20px;
	}

	.keyboardUser #kh-header {
		height: 90px;
		position: relative !important;
	}

	.mouseUser #kh-header {
		height: 90px;
		position: fixed !important;
	}

	#kh-header-section {
		border: none;
		height: 85px;
	}

	#kh-logo {
		margin: 18px 0;
		max-width: 130px;
		max-height: 56px;
	}

	#kh-topnav-tabs {
		margin: 44px 10px 0 12px;
		padding: 0 20px;
	}

	#kh-topnav-tabs button .kh-section-text, #kh-topnav-tabs a .kh-section-text {
		padding: 6px 0;
	}

	#kh-topnav-tabs button {
		width: 130px;
		font-size: 18px;
	}

	#kh-topnav-tabs > li > button, #kh-topnav-tabs > li > a {
		width: 110px !important;
		font-size: 15px !important;
	}

	#kh-topnav-tabs button::after , #kh-topnav-tabs button::after {
		left: 5px;
	}

	#kh-topnav-tabs li.active .kh-nav-belowtab {
		width: 110px;
	}

	#kh-subnav-background {
		top: 0;
		height: 290px;
	}

	#kh-topnav-tabs.kh-spanish #kh-teens-tab {
		width: 180px !important;

	}

	.kh-section-subnav {
		width: 100% !important;
		margin: 6px auto 0;
		padding: 0;
	}

	.ia-kh-subnav-left, .ia-kh-subnav-left a:link, .ia-kh-subnav-left a:visited {
		width: 208px !important;
		min-width: 208px !important;
		padding: 14px 0 0;
	}

	#kh-topnav-tabs.kh-spanish #kh-teens-subnav .ia-kh-subnav-left, #kh-topnav-tabs.kh-spanish #kh-teens-subnav .ia-kh-subnav-left a:link, #kh-topnav-tabs.kh-spanish #kh-teens-subnav  .ia-kh-subnav-left a:visited {
		width: 230px !important;
		min-width: 230px !important;
	}

	.ia-kh-section-lang-link, .ia-kh-section-lang-link a {
		padding: 0 !important;
		height: 115px;
	}

	.kh-subnav-right {
		width: 500px;
		max-height: 250px;
		margin-left: 20px;
		margin-right: 0;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.kh-subnav-lr li {
		width: 240px;
	}

	.kh-subnav-lr li a {
		min-width: 240px;
	}

	.kh-subnav-lr li a:link, .kh-subnav-lr li a:visited {
		width: 240px;
	}

	.kh-subnav-right li:nth-child(4n+4) a {
		border-bottom: 1px #c8c8c8 solid;
	}

	.kh-subnav-right li:nth-child(6n+6) a {
		border-bottom: 0;
	}

	.ia-kh-subnav-right a:link, .ia-kh-subnav-right a:visited {
		font-size: 14px !important;
	}

	.kh-subnav-close {
		margin-top: 250px;
		bottom: 0;
	}

	#kh-search-icon, #kh-search-icon-m {
		display: block;
		width: 56px;
		height: 40px;
		position: absolute;
		right: -10px;
	}

	#kh-search-area {
		position: absolute;
		top: 90px;
	}

	#kh-search-icon[data-expanded="true"]::after, #kh-search-icon-m[data-expanded="true"]::after {
		margin-bottom: -90px;
		right: 18px;
		bottom: 0;
	}

	/* Social Features & AddThis Overrides */
	.kh-socialbar {
		display: none;
		position: fixed;
		bottom: 0;
		left: 0;
		margin-left: 0;
		width: 100%;
	}

	#kh-addthis-share {
		width: 100%;
		margin: 0;
	}

	#kh-addthis-share .at-share-btn button {
		text-align: center;
		margin: 0 auto !important;
		width: 25% !important;
		height: 30px;
		border-radius: 0 !important;
		box-sizing: border-box;
		clear: none;
	}

	.addthis_share_button {
		background-position: 47% 0;
		margin-left: 0;
	}

	#kh-addthis-share .addthis_share_button {
		margin: 0 auto !important;
	}

	.kh-addthis-kids #kh-addthis-share .at-share-btn button {
		width: 100% !important;
	}

	#kh-addthis-share .at-share-btn button .at-icon {
		width: 100% !important;
		height: 100% !important;
		float: none !important;
		border-radius: 0 !important;
		box-sizing: border-box;
	}

	#kh-addthis-share .at-share-btn button:focus, #kh-addthis-share .at-share-btn button:hover {
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}

	/* Article Area */
	#mainContentContainer, #mainContentContainer.kh-article-page {
		/*padding-top: 100px !important;*/
		width: 660px !important;
		left: 0;
	}

	.mouseUser #mainContentContainer, .mouseUser #mainContentContainer.kh-article-page {
		padding-top: 100px;
	}

	.keyboardUser #mainContentContainer, .keyboardUser #mainContentContainer.kh-article-page {
		padding-top: 10px;
	}

	#khcontent {
		width: 100%;
	}

	#khcontent_article {
		width: 640px !important;
		margin: 0 auto;

	}

	.kh-article-pages {
		display: block;
	}

	#reviewerBox {
		display: block;
	}

	.pageNavi, #pageCountNumberBox {
		display: none !important;
	}

	#subCatBox {
		width: auto !important;
		margin: 10px !important;
		box-sizing: border-box;
	}

	/*a.definition {
		text-decoration: none !important;
		color: inherit !important;
		border-bottom: none !important;
		cursor: inherit !important;
	}*/

	#tipDiv {
		display: none !important;
	}

	#kh-content-left, #mainContentContainer.kh-article-page #kh-content-left {
		float: none;
		margin-left: 12px;
		margin-right: 12px;
		width: 100%;
	}

	#kh-content-right, #mainContentContainer.kh-article-page #kh-content-right {

		width: 636px;
		margin-top: 20px !imp;
		margin-left: 12px;
		margin-right: 12px;
	}

	/* MOTT Box */
	#kh-mott-box {
		margin-bottom: 0;

	}

	#kh-mott-box #kh-mott-toggle {
		display: none;
	}

	/* Partner Ad */
	#kh-partner-ad {
		margin: 20px 0;
	}

	#kh-leaderboard-ad {
		display: block;
	}

	/* Footer */
	#kh-footer-logos li {
		padding: 0 30px;
		height: 46px;
	}
}

/* Mobile Only */
@media only screen and (max-width: 767px) {
	.showOnDesktop {
		display: none !important;
	}

	.showOnMobile {
		display: inline !important;;
	}

	.kh-mobile-hidden {
		display: none;
	}

	img.left, div.left, p.left, img.right, div.right, p.right {
		float: none !important;
		margin-left: 0 !important;
	}

	.kh-container {
		padding: 0;
	}

	#kh-header {
		height: 70px;
		position: relative !important;
		border-bottom: 1px solid #fff;
	}

	#kh-header-section {
		border: none;
		height: auto;
		margin: 0;
	}

	#kh-logo {
		float: none;
		position: absolute;
		top: 9px;
		left: 20px;
		max-width: 120px;
		max-height: 50px;
		margin: 0;
	}

	#kh-topnav-tabs {
		padding: 0;
	}

	.kh-subnav-close {
		display: none;
	}

	#kh-topnav-tabs {
		margin: 0;
		float: none;
		position: absolute;
		top: 70px;
		width: 100% !important;
		-webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
		border-top: 1px solid #fff;
		border-bottom: 0;
	}

	#kh-topnav-tabs > li {
		background: #003a6f;
		width: 100% !important;
		margin: 0;
	}

	#kh-topnav-tabs > button {
		font-size: 16px;
		padding: 0;
		height: 50px;
	}

	#kh-topnav-tabs .kh-section-text, #kh-topnav-tabs .kh-section-text {
		font-weight: bold;
		width: 100%;
		margin: 0;
		border-radius: 0;
	}

	#kh-topnav-tabs button, #kh-topnav-tabs a {
		margin: 0;
		height: auto;
	}

	#kh-topnav-tabs a {
		padding-top: 9px;
	}

	#kh-topnav-tabs #kh-parents-tab, #kh-topnav-tabs #kh-kids-tab,
	#kh-topnav-tabs #kh-teens-tab, #kh-topnav-tabs #kh-parents-tab,
	#kh-topnav-tabs #kh-kids-tab, #kh-topnav-tabs #kh-teens-tab,
	#kh-topnav-tabs #kh-educators-tab, #kh-topnav-tabs.kh-spanish #kh-teens-tab {
		background: #003a6f;
		border: none;
		margin: 0;
		padding: 0 20px;
		width: 100% ;
		height: 45px;
		text-align: left;
	}

	#kh-topnav-tabs li.currentSection > button {
		display:
	}

	#kh-topnav-tabs.kh-spanish li.currentSection #kh-teens-tab {
		background: transparent !important;
		width: 1000px !important
	}

	#kh-topnav-tabs.kh-spanish li.currentSection #kh-teens-tab span, #kh-topnav-tabs li.currentSection > button span {
		color: white !important;

	}

	#kh-topnav-tabs li.currentSection > button, #kh-topnav-tabs.kh-spanish li.currentSection > button, #kh-topnav-tabs.kh-spanish li.currentSection button#kh-teens-tab, #kh-topnav-tabs.kh-spanish li.currentSection.active button#kh-teens-tab, #kh-topnav-tabs li.currentSection.active button {
	width: 100% !important;
	font-size: 16px !important;
	height: 45px !important;
	line-height: 1;
	background: #003a6f !important;
	color: white !important;
	}

	#kh-topnav-tabs button .kh-section-text, #kh-topnav-tabs button .kh-section-text {
		padding-left: 10px;
		font-weight: bold;
		display: block;
	}

	#kh-topnav-tabs .kh-section-text {
		border-bottom: 1px solid #7a97b2;
		color: #fff;
		font-weight: bold;
		text-align: left;
		padding: 7px;
		height: 45px;
		box-sizing: border-box;
		position: relative;
	}

	#kh-topnav-tabs #kh-educators-tab .kh-section-text {
		font-weight: bold;
		border: 0;
		padding: 12.5px 10px;
	}

	#kh-topnav-tabs button .kh-section-text, #kh-topnav-tabs a .kh-section-text {
		padding: 12.5px;
	}

	#kh-topnav-tabs li.active .kh-section-text, #kh-topnav-tabs li.active .kh-section-text {
		color: #fff;
		border-color: #a2a2a2;
		background: #003a6f;
		border: 0;
	}

	#kh-topnav-tabs #kh-parents-tab .kh-section-text::after, #kh-topnav-tabs #kh-kids-tab .kh-section-text::after,
	#kh-topnav-tabs #kh-teens-tab .kh-section-text::after, #kh-topnav-tabs #kh-parents-tab .kh-section-text::after,
	#kh-topnav-tabs #kh-kids-tab .kh-section-text::after, #kh-topnav-tabs #kh-teens-tab .kh-section-text::after,
	#kh-topnav-tabs li.currentSection button#kh-parents-tab .kh-section-text::after,
	#kh-topnav-tabs li.currentSection button#kh-teens-tab .kh-section-text::after,
	#kh-topnav-tabs li.currentSection button#kh-kids-tab .kh-section-text::after {
		background: url('/images/mothership/navigation/nav-downarrow-mobile.svg') no-repeat;
		position: absolute;
		left: inherit;
		right: 14px;
		top: 18px;
	}

	#kh-topnav-tabs li.active #kh-parents-tab .kh-section-text::after, #kh-topnav-tabs li.active #kh-kids-tab .kh-section-text::after,
	#kh-topnav-tabs li.active #kh-teens-tab .kh-section-text::after, #kh-topnav-tabs li.active #kh-parents-tab .kh-section-text::after,
	#kh-topnav-tabs li.active #kh-kids-tab .kh-section-text::after, #kh-topnav-tabs li.active #kh-teens-tab .kh-section-text::after {
		background: url('/images/mothership/navigation/nav-uparrow-mobile.svg') no-repeat;
		position: absolute;
		left: inherit;
		right: 14px;
		top: 18px;
	}

	#kh-topnav-tabs li.active #kh-parents-tab, #kh-topnav-tabs li.active #kh-kids-tab,
	#kh-topnav-tabs li.active #kh-teens-tab {
		background-color: transparent !important;
	}

	.kh-nav-belowtab {
		display: none !important;
	}

	.kh-section-subnav {
		display: none;
		position: relative;
		background: #f1f2f2;
		height: auto;
		margin: 0;
		padding: 0 40px;
	}

	.active .kh-section-subnav {
		display: block;
	}

	.ia-kh-subnav-left {
		float: none;
		display: inline-block;
		width: 100%;
		margin: 0 auto 10px;
		text-align: left;
	}

	.ia-kh-section-icon {
		width: 100%;
		max-width: 100%;
		max-height: 100%;
		background: transparent !important;
	}

	.ia-kh-section-icon a {
		padding: 0 !important;
	}

	.kh-section-link {
		padding-top: 10px;
	}

	.kh-section-link, .kh-section-link a {
		font-size: 20px;
		background: transparent !important;
	}

	#kh-parents-subnav .ia-kh-section-icon img {
	}

	#kh-kids-subnav .ia-kh-section-icon img {
	}

	#kh-teens-subnav .ia-kh-section-icon img {
		margin-top: 10px;
	}

	.ia-kh-section-lang-link {
		background: transparent !important;
		height: auto;
		margin-bottom: 10px !important;
	}

	.ia-kh-section-lang-link a:link, .ia-kh-section-lang-link a:visited {
		margin: 0;
		padding: 0 10px 0 0 !important;
	}

	#kh-parents-subnav .ia-kh-section-lang-link {
		margin-left: 10px;
	}

	#kh-kids-subnav .ia-kh-section-lang-link {
		margin-left: 10px;
	}

	#kh-teens-subnav .ia-kh-section-lang-link {
		margin-left: 10px;
	}

	.kh-subnav-lr {
		height: auto;
	}

	.kh-subnav-lr li {
		width: 100%;
	}

	.kh-subnav-right {
		float: none;
		width: 100%;
		height: auto;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		max-width: 100%;
		max-height: 100%;
		padding: 0;
		box-sizing: border-box;
		margin: 0;
	}

	#kh-topnav-tabs .kh-subnav-right li {
		background: transparent;
	}

	.ia-kh-subnav-right a:link, .ia-kh-subnav-right a:visited {
		width: 100%;
		min-height: 40px;
		padding: 11.5px 12px !important;
	}

	.kh-subnav-right li:first-child a:link, .kh-subnav-right li:first-child a:visited {
		border-top: none;
	}

	.ia-kh-subnav-right {
		margin-left: 0;
	}

	.ia-kh-subnav-right:nth-child(8) {
		border-bottom: 1px #cbcbca solid;
	}

	.ia-kh-subnav-right:nth-child(3), .ia-kh-subnav-right:nth-child(9) {
		margin-top: 0;
	}

	#kh-subnav-background {
		display: none !important;
	}

	#kh-nav-menu-icon {
		display: block;
		cursor: pointer;
		background: url('/images/mothership/navigation/nav-menu-icon.svg') center no-repeat, radial-gradient(circle at center center, #005cac, #004f94);
		width: 40px;
		height: 40px;
		border: 2px solid #fff;
		border-radius: 5px;
		float: right;
		margin: 14px 20px 14px 10px;
		box-sizing: border-box;
	}

	#kh-nav-menu-icon[aria-expanded="true"] {
		background: url('/images/mothership/navigation/nav-close-icon.svg') center no-repeat, radial-gradient(circle at center center, #005cac, #004f94);
	}

	#kh-nav-menu-icon[aria-expanded="true"]::after {
		content: "";
		display: block;
		width: 20px;
		height: 10px;
		background: url('/images/mothership/navigation/nav-menu-icon-carret-mobile.svg') center no-repeat;
		position: absolute;
		right: 30px;
		bottom: 0;
		margin-bottom: -72px;
		z-index: 2500;
	}

	#searchform {
		max-width: 300px;
		width: 100%;
	}

	#kh-search-icon-m {
		width: 56px;
		height: 40px;
		margin: 14px 0;
		position: absolute;
		right: 70px;
	}

	#kh-search-icon-m[data-expanded="true"]::after {
		background: url('/images/mothership/navigation/nav-search-icon-carret-mobile.svg') center no-repeat;
		margin-bottom: -72px;
		z-index: 2000;
		right: 15px;
		top: 45px;
	}

	#kh-search-area {
		background: #003a6f;
		position: absolute;
		top: 70px;
		padding: 15px;
		border-top: 1px solid #fff;
	}

	#searchform {
		max-width: 400px;
		width: 100%;
	}

	#searchform input#q {
		padding: 8px 45px 8px 70px;
		font-size: 16px;
		line-height: 22px;
		border: 0;
	}

	#searchform input#searchButton {
		width: 22px;
		height: 22px;
		margin: 8px 12px;
	}

	#searchform #kh-search-lang-area input[type="radio"]:checked + label,
	#searchform #kh-search-lang-area input[type="radio"]:not(:checked) + label {
		color: #fff;
	}

	#searchform #kh-search-lang-area input[type="radio"]:checked + label::before,
	#searchform #kh-search-lang-area input[type="radio"]:not(:checked) + label::before {
		border: 1px solid #fff;
		background: transparent;
	}

	#searchform #kh-search-lang-area input[type="radio"]:checked + label::after,
	#searchform #kh-search-lang-area input[type="radio"]:not(:checked) + label::after {
		background: #fff;
	}

	#searchform #kh-search-lang-select {
		width: 59px;
		height: 30px;
		margin: 4px 0;
	}

	#searchform .tooltip .tooltiptext {
		background-color: #fff;
		color: #333;
	}

	#searchform .tooltip .tooltiptext::after {
		border-color: transparent transparent #fff transparent;
	}

	div.easy-autocomplete ul {
		top: 34px !important;
		width: 100% !important;
	}

	div.easy-autocomplete ul li {
		max-width: 100% !important;
	}


	/* Social Features & AddThis Overrides */
	.kh-socialbar {
		display: none;
		position: fixed;
		bottom: 0;
		left: 0;
		margin-left: 0;
		width: 100%;
	}

	#kh-addthis-share {
		margin: 0 !important;
	}

	#kh-addthis-share .at-share-btn button {
		text-align: center;
		margin: 0 auto !important;
		width: 25% !important;
		height: 30px;
		border-radius: 0 !important;
		box-sizing: border-box;
		clear: none;
	}

	.addthis_share_button {
		background-position: 47% 0;
		margin-left: 0;
	}

	.kh-addthis-kids #kh-addthis-share .at-share-btn button {
		width: 100% !important;
	}

	#kh-addthis-share .at-share-btn button .at-icon {
		width: 100% !important;
		height: 30px !important;
		text-align: center;
		margin: 0 !important;
		border-radius: 0 !important;
		float: none !important;
		box-sizing: border-box;
	}

	#kh-addthis-share .at-share-btn button:focus, #kh-addthis-share .at-share-btn button:hover {
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}

	/* Article Area */
	#mainContentContainer, #mainContentContainer.kh-article-page {
		width: 100% !important;
		font: normal 1.1428em/1.25em Arial, Helvetica Neue, Helvetica, sans-serif;
		padding: 0 20px !important;
		box-sizing: border-box;
		left: 0;
	}

	.keyboardUser #mainContentContainer.kh-article-page, .keyboardUser #mainContentContainer {
		padding-top: 9px;
	}

	.mouseUser #mainContentContainer.kh-article-page, .mouseUser #mainContentContainer {
		padding-top: 80px;
	}

	#khcontent {
		width: 100%;
		font: normal 1.1428em/1.25em Arial, Helvetica Neue, Helvetica, sans-serif;
	}

	#khcontent_article {
		width: 100% !important;
		margin: 0 auto;
	}

	#articleHeaderGraphic img, #categoryHeaderGraphic img {
		width: 100%;
	}

	#breadcrumbsContainer {
		margin: 0;
		padding: 10px 0;
	}

	#kh-summary-box {
		margin: 0 20px 20px;
	}

	#subCatBox {
		width: auto !important;
		margin: 20px !important;
		box-sizing: border-box;
	}

	#breadcrumbsContainer {
		font-size: 12px;
	}

	#breadcrumbs a {
		font-size: 12px;
	}

	#kh-text-sizer {
		display: none;
	}

	#kh-print-button {
		border-left: none;
		padding-left: 0;
	}

	.kh-article-pages {
		display: block;
	}

	#reviewerBox {
		display: block;
	}

	.pageNavi, #pageCountNumberBox {
		display: none !important;
	}

	#languagePairLink a {
		margin-top: 18px;
	}

	#languagePairLink a span.pairedURLHead {
		font-size: 14px !important;
	}

	#languagePairLink a span.pairedURLBody {
		font-size: 12px !important;
	}

	.kh_art_tabs_1 td, .kh_art_tabs_1 th {
		padding: 0 !important;
		text-align: left !important;
	}
/*
	a.definition {
		text-decoration: none !important;
		color: inherit !important;
		border-bottom: none !important;
		cursor: inherit !important;
	}
*/
	#tipDiv {
		display: none !important;
	}

	#kh-content-left, #mainContentContainer.kh-article-page #kh-content-left {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	#kh-content-right, #mainContentContainer.kh-article-page #kh-content-right {

		width: 100%;

		margin: 15px 0 0;
	}

	/* Search Page */
	#kh_search_results {
		width: 100% !important;
	}

	ul#searchResults {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	#kh_search_results #clustering {
		margin-right: 20px !important;
	}

	/* MOTT Box */
	#kh-mott-box {
		margin-bottom: 0;
	}

	#kh-mott-box #moreOnThisTopicHeader {
		font-size: 18px;
		margin: 8px auto 12px;
	}

	#kh-mott-box #kh-mott-tabs li button {
		font-size: 13px;
		padding: 6px 2px !important;
		height: 28px;
		position: relative;
		top: 1px;
		margin-right: -10px;
	}

	#kh-mott-box #kh-mott-tabs li.kh-mott-active button {
		font-size: 13px;

	}

	#kh-mott-box #kh-mott-toggle {
		display: none;
	}

	/* Partner Ad */
	#kh-partner-ad {
		margin: 20px 0 4px;
		clear: both;
	}

	#kh-leaderboard-ad {
		display: block;
	}

	/* Footer */
	#kh-footer-links li {
		font-size: 13px;
	}

	#kh-footer-logos {
		margin: 20px 0;
	}

	#kh-footer-logos li {
		padding: 0 24px;
	}

	#kh-nemours-footer-logo img {
		max-width: 90px;
	}

	#kh-kidshealth-footer-logo img {
		max-width: 100px;
	}

	#kh-brightstart-footer-logo img {
		max-width: 200px;
	}

	/* Misc */
	.kh_edu_right {
		width: auto !important;
		top: 0 !important;
		left: 0 !important;
		position: relative !important;
		margin-left: 135px;
	}

	ul.khp_PartnerLogosLeft, ul.khp_PartnerLogosRight {
		float: none !important;
	}

	.cnt_Partners .cnt_PartnerLogos {
		margin: 0 !important;
	}

	.cnt_Partners .cnt_PartnerLogos td {
		padding: 15px !important;
	}

	#khcontent .kh_dots, #khcontent .kh_whitedots {
		margin: 1em !important;
		background-position: center left !important;
	}
}

/* Mobile Portrait */
@media only screen and (max-width: 568px) {
	.kh-section-subnav {
		padding: 0 10px;
	}

	.kh-article-pages {
		display: block !important;
	}

/*	a.definition {
		text-decoration: none !important;
		color: inherit !important;
		border-bottom: none !important;
		cursor: inherit !important;
	}*/

	#tipDiv {
		display: none !important;
	}

	.kh-mott-links li a {
		font-size: 15px !important;
		background: #fff;
	}

	#kh-footer-logos li {
		display: block;
		padding: 12px 0;
		bottom: 0;
	}

	#reviewerBox {
		display: block;
	}

	/* Search Page */
	.pagination {
		width: auto !important;
		margin: 10px 20px 60px 20px !important;
	}

	.paginationCount {
		font-size: 14px;
	}

	.pagination .previous, .pagination .next {
		top: 30px !important;
		font-size: 14px;
	}

	/* Misc */
	.cnt_Partners .cnt_PartnerLogos {
		width: auto !important;
	}

}

@media only screen and (orientation: landscape) and (max-width: 767px) {
	div.easy-autocomplete ul {
		top: 34px !important;
		max-height: 150px;
		overflow-x: hidden;
	}
}

@media only screen and (max-width: 360px) and (min-width: 0px){


	#kh-mott-box #kh-mott-tabs li button {
		padding: 0 !important;
		min-width: 70px;
	}

	#kh-mott-box {
		padding:15px  10px;
		margin: 0 !important;
	}

	#kh-mott-box #kh-mott-toggle {
		display: none;
	}
}

/* Search Reset */

#clearSearch {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	outline: 0;
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 45px;
}

#clearSearch:after {
	content: "X";
	display: block;
	width: 11px;
	height: 11px;
	background-color: #aaa;
	z-index:1;
	right: 40px;
	padding: 2px;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 9px;
	box-shadow: 0 0 2px #fff;
	cursor: pointer;
	border: 4px solid white;
}

input#q {
padding-right: 69px !important;
}

#q:not(:valid) ~ #clearSearch {
	display: none !important;
}

/* IE10 +, hide the search 'x' */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   /* IE10+ CSS */
	#clearSearch {
		display: none;
	}
}

@supports (-ms-accelerator:true) {
   /* IE Edge 12+ CSS
	#clearSearch {
		display: none;
	}*/
}


@supports (-ms-ime-align:auto) {
    /* IE Edge 16+ CSS
	#clearSearch {
		display: none;
	}*/
}

@media screen and (max-width: 767px) {
	#clearSearch {
		top: 7px;
	}
}

#kh_search_results {
	width: 100% !important
}


ul#msArticleControls {

	padding: 0 0 0 0 !important;
	position: relative;
	top: -20px !important;
	height: 0;
	display: inline-block;
}

ul#msArticleControls li {
	display: inline-block;
	line-height: 10px !important;
	margin-right: -4px !important;
}

ul#msArticleControls li:first-child #kh-text-sizer {
	border-left: 0 none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

li.ac-readspeaker {
}

li.ac-textSize button {
}

li.ac-print {
}

div#kh-text-sizer {
}
#kh-text-sizer button {
	height: 14px !important;
	line-height: 0px !important;
	margin: 0 1px 0!important;

}

/* Style for mott tab with single section */
div#kh-mott-tabs {
	background: #fff;
	border: 1px solid #033a6d;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #fff;
	padding: 6px 0 0 0;
	text-align: center;
	margin-bottom: -2px !important;
	z-index: 1000;
	position: relative;
	font-size: .9em;
}


@keyframes focusAnywhere {
	from {
		outline: 1px solid black;
		box-shadow: 0 0 2px 6px #78aeda, 0 0 2px 3px #fff inset;
		aoutline: 3px dotted white !important;
	}
	to {
		outline: 1px solid black;
		box-shadow: 0 0 2px 4px #78aeda, 0 0 2px 1px #fff inset;
		aoutline: 1px dotted white !important;
	}
}

.keyboardUser :focus {
	animation: focusAnywhere .4s;
	outline: 1px solid black !important;
	box-shadow: 0 0 2px 4px #78aeda, 0 0 2px 1px #fff inset	;
	border-radius: 2px;

}

.keyboardUser #skippy:focus {
	animation: focusAnywhere .4s;
	outline: 1px solid black !important;
	box-shadow: 0 0 2px 4px #78aeda, 0 0 2px 1px #fff inset	;
	border-radius: 2px;
	background: black;
	color: white;
}

.mouseUser :focus {
	outline: none;
	box-shadow: 0px 0px 0px 0px;
}

.mouseUser header :focus, .mouseUser footer :focus, .mouseUser #skippy:focus {
	outline: none;
	box-shadow: 0px 0px 0px 0px;
}

#thelou:focus {
	outline: none !important;
	border: 0 none !important;
	box-shadow: none !important;
	animation: none;
}