/* Mothership section page common CSS */
.hider {
	position: absolute;
	left: -1000px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	display: block;
	height: 0;
	width: 0;
}

#mainContentContainer.kh-section-page {
	max-width: 640px !important;
	margin: 0 auto 60px auto;
}

#kh-feature-rotator {
	position: relative;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	max-width: 620px;
}

#kh-feature-rotator-img {
	text-align: center;
}

#kh-feature-rotator-img a {
	display: block;
    width: 440px;
	height: 100%;
	margin: 0 auto;
}

#kh-feature-rotator img {
	position: relative;
	margin: 0 auto;
	z-index: 10;
	border: 1px solid #fff;
	width: 100%;
	max-width: 438px;
}

#kh-feature-rotator-nav {
	position: relative;
	bottom: 60px;
	width: 100%;
}

#kh-feature-rotator-prev, #kh-feature-rotator-next {
	text-indent: -15000px;
	display: block;
	position: absolute;
	border: none;
	cursor: pointer;
}

#kh-feature-rotator-prev {
	background: url('/images/mothership/sectionpages/kh-rotating-banner-left-arrow.svg') 0px 0px no-repeat;
	width: 23px;
	height: 45px;
	left: 10px;
}

#kh-feature-rotator-next {
	background: url('/images/mothership/sectionpages/kh-rotating-banner-right-arrow.svg') 0px 0px no-repeat;
	width: 23px;
	height: 45px;
	right: 10px;
}

#kh-feature-rotator-next:hover, #kh-feature-rotator-prev:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#kh-feature-rotator-dots {
	text-align: center;
}

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

#kh-feature-rotator-dots li button {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 10px;
	background: #fff;
	margin: 5px 2.5px 0;
	cursor: pointer;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

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

#kh-section-page-features {
	margin-top: 20px;
}

.kh-section-page-feature, .kh-section-page-feature a.kh-section-feature-full {
	position: relative;
	display: inline-block;
	text-align: left;
	width: 300px;
	height: 250px;
	vertical-align: top;
}

#kh-section-page-topleft-feature {
	margin-right: 10px;
	margin-bottom: 20px;
}

#kh-section-page-topright-feature {
	margin-left: 10px;
	margin-bottom: 20px;
}


#kh-section-page-bottomleft-feature {
	margin-right: 10px;
	margin-bottom: 20px;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#mainContentContainer {
		padding-top: 110px;
	}
}

/* Mobile Landscape */
@media only screen and (max-width: 767px) {
	#mainContentContainer {
		padding-top: 10px;
		max-width: 620px;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		text-align: center;
	}

	.mouseUser #mainContentContainer.kh-section-page {
		padding-top: 91px;
	}

	#kh-feature-rotator {
		width: 500px;
		height: 140px;
		margin-left: auto;
		margin-right: auto;
		padding: 24px 10px;
	}

	#kh-feature-rotator-nav {
		bottom: 53px;
	}

	#kh-feature-rotator-prev, #kh-feature-rotator-next {
		width: 16px;
		height: 23px;
	}

	#kh-feature-rotator-prev {
		left: -2px;
	}

	#kh-feature-rotator-next {
		right: -5px;
	}

	#kh-feature-rotator-dots li {
		top: 6px;
	}

	#kh-feature-rotator-dots li button {
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}

	#kh-section-page-features {
		text-align: center;
	}

	.kh-section-page-feature, .kh-section-page-feature a.kh-section-feature-full {
		background-size: cover !important;
		width: 240px;
		height: 200px;
	}
}

/* Mobile Portrait */
@media only screen and (max-width: 568px) {
	#kh-header {
		-webkit-box-shadow: initial;
		-moz-box-shadow: initial;
		box-shadow: initial;
	}

	#mainContentContainer {
		margin: 0;
		padding: 0;
	}

	.mouseUser #mainContentContainer.kh-section-page {
		padding-top: 71px;
	}

	.keyboardUser #mainContentContainer.kh-section-page {
		padding-top: 00px;
	}

	#kh-feature-rotator {
		width: 100%;
		height: 86px;
		border-radius: 0;
		padding: 12px;
	}

	#kh-feature-rotator-nav {
		bottom: 38px;
		width: 264px;
		margin: 0 auto;
	}

	#kh-feature-rotator-prev {
		left: -25px;
	}

	#kh-feature-rotator-next {
		right: -31px;
	}

	#kh-feature-rotator-img {
		width: 264px;
		margin: 0 auto;
	}

	#kh-feature-rotator-img a {
		width: 100%;
	}

	#kh-feature-rotator-dots li {
		top: 2px;
	}

	#kh-feature-rotator-dots li button {
		width: 7px;
		height: 7px;
		border-radius: 7px;
	}

	.kh-section-page-feature, .kh-section-page-feature a.kh-section-feature-full {
		margin-left: auto !important;
		margin-right: auto !important;
		width: 300px;
		height: 250px;
	}
}

/*_*/
#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;
}



/* 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;
}