header {
	top: 0; /* resolves issue with disappearing header during skip link */
}
#mainContentContainer.kh-landing-page  {
	display: block;
	width: 920px;
	height: 460px;
	left: 0px;

}

.mouseUser #mainContentContainer.kh-landing-page {
padding: 170px 0;
}

.keyboardUser #mainContentContainer.kh-landing-page {
	padding: 60px 0 170px;
}

.kh-slider-container {
	width: 100%;
	height: 100%;
}

.kh-slider-wrapper {
	width: 100%;
	height: 100%;
	border: 1px solid #5b89c3;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.kh-slider {
	width: 100%;
	height: 100%;
}

.kh-slider .kh-slider-img {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.kh-slider-parents.kh-slider-active .kh-slider-img {
	background: url('/images/mothership/landingpage/slide-parents.jpg') no-repeat;
}

.kh-slider-kids.kh-slider-active .kh-slider-img {
	background: url('/images/mothership/landingpage/slide-kids.jpg') no-repeat;
}

.kh-slider-teens.kh-slider-active .kh-slider-img {
	background: url('/images/mothership/landingpage/slide-teens.jpg') no-repeat;
}

.kh-slider-educators.kh-slider-active .kh-slider-img {
	background: url('/images/mothership/landingpage/slide-educators.jpg') no-repeat;
}

.kh-slider .kh-slider-img a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.kh-slider-text {
	background: url('/images/mothership/landingpage/slide-text-area-bg.png') no-repeat;
	display: block;
	width: 294px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.kh-slider-section-text {
	display: none;
	position: absolute;
	top: 98px;
	right: 30px;
	line-height: normal;
	width: 215px;
	text-align: right;
	border-bottom: 1px solid #fff;
	padding-right: 10px;
	padding-bottom: 3px;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	z-index: 800;
	box-sizing: border-box;
	cursor: pointer;
}

.kh-slider-section-text a:link, .kh-slider-section-text a:visited {
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 1000;
}

.kh-slider-section-text a:hover, .kh-slider-section-text a:active {
	text-decoration: underline;
}

.kh-slider-section-text a::after {
	background: url('/images/mothership/landingpage/slide-section-arrow.svg') no-repeat;
	content: "";
	display: inline-block;
	width: 9px;
	height: 12px;
	margin-left: 6px;
}

.kh-slider-section-lang {
	display: none;
	position: absolute;
	top: 138px;
	right: 40px;
	z-index: 200;
	width: 200px;
	text-align: right;
	line-height: normal;
	z-index: 800;
	box-sizing: border-box;
}

.kh-slider-section-lang a:link, .kh-slider-section-lang a:visited {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 1000;
}

.kh-slider-section-lang a:hover, .kh-slider-section-lang a:active {
	text-decoration: underline;
}

.kh-slider-section-lang a::after {
	background: url('/images/mothership/landingpage/slide-section-arrow.svg') no-repeat;
	content: "";
	display: inline-block;
	width: 9px;
	height: 10px;
	margin-left: 6px;
}

.kh-slider-section-description {
	display: none;
	position: absolute;
	top: 188px;
	right: 30px;
	width: 200px;
	text-align: right;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
    pointer-events: none;
	z-index: 100;
	box-sizing: border-box;
    letter-spacing: -0.3px;
}

.kh-slider-active .kh-slider-section-text, .kh-slider-active .kh-slider-section-lang, .kh-slider-active .kh-slider-section-description {
	display: block;
}

#kh-slider-autoplay-container {
	position: absolute;
	top: 200px;
	right: 245px;
	display: block;
	width: 60px;
	height: 60px;
}

#kh-slider-autoplay {
	background: #fff url('/images/mothership/landingpage/slide-pause-btn.svg') no-repeat;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	cursor: pointer;
	z-index: 800;
}

#kh-slider-autoplay.kh-slider-paused {
	background: #fff url('/images/mothership/landingpage/slide-play-btn.svg') no-repeat;
}

#kh-slider-dots {
	text-align: center;
}

#kh-slider-dots li {
	display: inline-block;
	line-height: 0;
	position: relative;
	top: 7px;
}

#kh-slider-dots li button {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #5b89c3;
	border-radius: 14px;
	background: #5b89c3;
	margin: 5px 6.5px 0;
	cursor: pointer;
}

#kh-slider-dots li button.kh-slider-dot-active {
	background: transparent;
	cursor: default;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1028px) {
	#mainContentContainer.kh-landing-page {
		width: 688px;
		height: 344px;

	}

	.mouseUser #mainContentContainer.kh-landing-page {
		padding: 130px 40px 195px;
	}

	.keyboardUser #mainContentContainer.kh-landing-page {
		padding: 40px 40px 195px;
	}

	.kh-slider-img {
		background-size: auto 100% !important;
	}

	.kh-slider-text {
		background-position: 0 70%;
		width: 270px;
		height: 100%;
	}

	.kh-slider-section-text, .kh-slider-section-description {
		width: 180px;
	}

	.kh-slider-section-text {
		top: 50px;
	}

	.kh-slider-section-text a:link, .kh-slider-section-text a:visited {
		font-size: 22px;
	}

	.kh-slider-section-lang {
		top: 90px;
	}

	.kh-slider-section-lang a:link, .kh-slider-section-lang a:visited {
		font-size: 14px;
	}

	.kh-slider-section-description {
		font-size: 16px;
		line-height: 26px;
		top: 140px;
	}

	#kh-slider-autoplay-container {
		top: 140px;
		right: 220px;
	}
}

/* Mobile Landscape */
@media only screen and (max-width: 767px) {
	#mainContentContainer.kh-landing-page {
		width: 488px;

		box-sizing: border-box;
	}

	.mouseUser #mainContentContainer.kh-landing-page {
		height: 360px;
		padding: 92px 40px 60px;

	}

	.keyboardUser #mainContentContainer.kh-landing-page {
		height: 289px;
		padding: 21px 40px 60px;
		amargin-bottom: 20px;

	}

	.kh-slider-img {
		background-size: 75% !important;
	}

	.kh-slider-text {
		background-position: center right;
		background-size: 70% !important;
	}

	.kh-slider-section-text, .kh-slider-section-description {
		right: 10px;
	}

	.kh-slider-section-text {
		width: 160px;
		top: 33px;
	}

	.kh-slider-section-text a:link, .kh-slider-section-text a:visited {
		font-size: 17px;
	}

	.kh-slider-section-lang {
		top: 65px;
		right: 20px;
	}

	.kh-slider-section-lang a:link, .kh-slider-section-lang a:visited {
		font-size: 12px;
	}

	.kh-slider-section-description {
		width: 150px;
		font-size: 12px;
		line-height: 18px;
		top: 88px;
	}

	#kh-slider-autoplay-container {
		width: 42px;
		height: 42px;
		top: 95px;
		right: 175px;
	}

	#kh-slider-autoplay {
		width: 42px;
		height: 42px;
		top: 95px;
		right: 175px;
	}

	#mainContentContainer.kh-landing-page {
		height: 289px !important;
		padding: 21px 40px 60px !important
	}
}

/* Mobile Portrait */
@media only screen and (max-width: 568px) {
	#mainContentContainer.kh-landing-page {
		padding: 0 0 80px !important;
		height: 424px !important;
		box-sizing: content-box;
	}

	.mouseUser #mainContentContainer.kh-landing-page {
		padding: 0 0 80px 0 !important;
		height: 424px !important;
	}

	.keyboardUser #mainContentContainer.kh-landing-page {
		padding: 0px 0 80px 0 !important;
		height: 424px;
	}

	.kh-slider-wrapper {
		border: 0;
		border-radius: 0;
	}

	.kh-slider-img {
		background-size: 100% !important;
	}

	.kh-slider-text {
		background: url('/images/mothership/landingpage/slide-text-area-bg-mobile.png') top center no-repeat;
		width: 100%;
		height: 224px;
		top: 200px;
		left: 0;
		background-size: auto !important;
	}

	.kh-slider-section-text {
		width: auto;
		top: 83px;
		left: 10px;
		text-align: left;
	}

	.kh-slider-section-text a:link, .kh-slider-section-text a:visited {
		font-size: 26px;
		margin-left: 10px;
	}

	.kh-slider-section-lang {
		top: 125px;
		left: 20px;
		text-align: left;
	}

	.kh-slider-section-lang a:link, .kh-slider-section-lang a:visited {
		font-size: 14px;
	}

	.kh-slider-section-description {
		width: auto;
		font-size: 14px;
		line-height: 18px;
		top: 150px;
		left: 20px;
		text-align: left;
	}

	#kh-slider-autoplay-container {
		top: 240px;
		left: 50%;
		margin-left: -21px;
	}
}

/* Small Mobile Portrait */
@media only screen and (max-width: 480px) {
	#mainContentContainer.kh-landing-page {
		height: 384px;
	}

	.kh-slider-text {
		top: 160px;
	}

	.kh-slider-section-text {
		top: 88px;
	}

	.kh-slider-section-lang {
		top: 130px;
	}

	.kh-slider-section-description {
		top: 155px;
	}

	#kh-slider-autoplay-container {
		top: 200px;
	}
}

/* Fusion Autocomplete */
div.easy-autocomplete {
	width: 100% !important;
	box-sizing: border-box;
	z-index: 1000;
}

div.easy-autocomplete ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 0;
	position: absolute;
	right: 0px;
	top: 31px;
	border: 1px solid #777;
	border-radius: 12px;
	box-sizing: border-box;
	display: none; /* display none is inline, block when active, but this prevents a single false showing on first load */
	z-index: 1000;
}

div.easy-autocomplete ul li {
	width: 436px;
	padding: 2px 10px 3px 12px;
	border: 0 none;
	box-sizing: border-box;
	margin: 0px 0 6px 0;
}

div.easy-autocomplete ul li div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.easy-autocomplete ul li.selected {
	background: #def !important;
	cursor: pointer;
}


div#kh-search-area div.easy-autocomplete ul {
	top: 48px;
	text-align: left;
	width: 400px;
}

div#kh-search-area div.easy-autocomplete ul li {
	width: 398px !important;
}

/*_*/
#focus-hug {
	position: absolute;
	margin: 0;
	background: transparent;
	visibility: hidden;
	pointer-events: none;
	box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset;
	border-radius: 2px;
	opacity: 1;
}

#focus-hug.focus-hug_visible {
	visibility: visible;
	z-index: 9999;
	transition-property: -webkit-transform;
	animation: pulse 0.3s ease 1;
	/* transition: transform 0.1s; */
	transition-property: -webkit-transform;
	transition-property: transform;
	border: 1px solid #fff;
}
@keyframes pulse {
 0% {
 transform: scale(1);
}
 50% {
 transform: scale(1.1);
}
 100% {
 transform: scale(1);
}
}

#focus-hug.focus-hug_hiding {
/*	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;*/
}

.focus-hug_target {
	outline: none !important;
}
.focus-hug_target::-moz-focus-inner {
 border: 0 !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

#focus-hug {
	box-shadow: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 0;
}
}

/*_*/

#focus-hug {
	-webkit-box-shadow: 0px 0px 7px 3px rgba(0,51,153,0.75) !important;
	-moz-box-shadow: 0px 0px 7px 3px rgba(0,51,153,0.75) !important;
	box-shadow: 0px 0px 7px 3px rgba(0,51,153,0.75) !important;
	border-radius: 4px !important;
	/*border: 1px solid #fff !important;*/
	margin-top: -3px !important;
	margin-left: -4px !important;
	padding: 1px !important;
}