#mainContentContainer * {
	-webkit-transition: all 0s ease 0s !important;
	-moz-transition: all 0s ease 0s !important;
	-ms-transition: all 0s ease 0s !important;
	-o-transition: all 0s ease 0s !important;
	transition: all 0s ease 0s !important;
}

#homePageFeatureRotator #featureNav #featureNavRewind,
#homePageFeatureRotator #featureNav #featureNavPlay,
#homePageFeatureRotator #featureNav #featureNavPause,
#homePageFeatureRotator #featureNav #featureNavForward {
	box-sizing: border-box !important;
}

#KH_licNav a.engEspLink {
	margin: 5px 10px 10px !important;
}

#licTabParentsButton {
	right: 162px;
}

.kh-spanish #licTabParentsButton {
    right: 239px;
}

#licTabKidsButton {
	right: 87px;
}

.kh-spanish #licTabKidsButton {
    right: 146px;
}

#clearSearch::after {
	content: "X";
	display: block;
	width: 11px !important;
	height: 11px !important;
	background-color: #767676;
	z-index: 1;
	right: 40px;
	padding: 2px !important;
	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;
	box-sizing: content-box;
	margin: 0 !important;
	line-height: 10px;
}