#introduction {
	background: url(/media/healthcare/healthcare-banner.jpg) no-repeat 50% 50%;
	background-size: cover;
	margin: 0 0;
	padding: 0;
	height: 300px;
	position: relative;
}

#healthcare-challenge {
	background-color: #09F;
	color: #FFF;
	padding: 50px 0;
	position: relative;
	text-align: center;
}

#healthcare-challenge h1 {
	margin-bottom: 15px;
}

#healthcare-challenge p.large.light {
	margin: 5px 0 30px 0;
	color: #FFF;
}

.challenge-box h3 {
	background-image: url(/media/arrow-down-thin-grey.svg);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 16px 16px;
	-ms-behavior: url(/asset/js/backgroundsize.min.htc);
	cursor: pointer;
	margin-top: 20px;
}

.challenge-box h3 img {
	height: 50px;
	margin-right: 10px;
	vertical-align: middle;
	width: 50px;
}

.challenge-box h3.active {
	background-image: url(/media/arrow-up-thin-grey.svg);
}

#healthcare-challenge .challenge-box {
	text-align: left;
}

#healthcare-challenge .challenge-box p {
	color: #FFF;
}

#healthcare-challenge .challenge-box .text {
	display: none;
}

@media screen and (min-width: 770px) {
	#healthcare-challenge h3 {
		background: none;
		cursor: default;
	}

	#healthcare-challenge h3.active {
		background: none;
	}
}

@media screen and (min-width: 1100px) {
	#healthcare-challenge .challenge-box {
		width: 18%;
		margin-right: 2.5%;
		float: left;
	}

	#healthcare-challenge .challenge-box .text {
		display: block;
	}

	#healthcare-challenge #visitors {
		margin-right: 0;
	}
}

#about-healthcare {
	color: #FFF;
}

@media screen and (min-width: 1600px) {
	#about-healthcare {

	}
}

#about-healthcare p {
	color: #FFF;
	width: 100%;
	max-width: 750px;
}

#luminaire-wrapper {
	margin: 50px auto;
}

#luminaire-wrapper h2 {
	margin: 0 0 20px 0;
}

#solutions {
	background-color: #FFF;
	padding: 30px 0;
}

.solution {
	border-bottom: 1px dashed #999;
	padding: 30px 0;
}

.solution:last-child {
	border: 0;
}

.solution h2 {
	text-align: center;
	margin-bottom: 30px;
}

.solution h2 img {
	padding: 0 40%;
	margin-bottom: 10px;
	width: 20%;
}

@media screen and (min-width: 500px) {
	.solution h2 {
		text-align: left;
		width: 100%;
	}

	.solution h2 img {
		padding: 0;
		margin: 0 10px 0 0;
		vertical-align: middle;
		width: 50px;
	}
}

.luminaire {

}

.gallery {

}

.images {
	padding-top: 62.5%;
	position: relative;
}

.images img {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.images img.active {
	display: block;
	z-index: 3;
}

.luminaire {
	padding: 30px 0;
}

.luminaire h2 {
	text-align: left;
}

.luminaire img {
	max-width: 600px;
	width: 100%;
}

@media screen and (min-width: 900px) {
	.gallery {
		float: right;
		width: 50%;
	}

	.luminaire {
		width: 35%;
	}
}

.buttons {
	list-style: none;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	z-index: 5;
	max-width: 700px;
	margin-top: -5px;
}

.button {
	background-color: #DDD;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	-ms-behavior: url(/asset/js/backgroundsize.min.htc);
	border-top: 5px solid #DDD;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	float: left;
	padding-top: 25%;
	width: 33.33%;
}

.button.active {
	border-top: 5px solid #09F;
	background-color: #EEE;
}

.button h4 {
	display: none;
}

@media screen and (min-width: 770px) {
	.buttons {
		margin-top: -10px;
	}

	.button {
		background-position: 10% center;
		background-size: 25%;
		border-top: 10px solid #DDD;
		padding: 5% 5% 5% 13%;
	}

	.button.active {
		border-top: 10px solid #09F;
	}

	.button h4 {
		display: block;
	}
}

.general-link {
	background-image: url(/media/healthcare/solutions/icon/general-lighting-grey.svg);
}

.general-link.active {
	background-image: url(/media/healthcare/solutions/icon/general-lighting-blue.svg);
}

#patient-link {
	background-image: url(/media/healthcare/solutions/icon/patient-lighting-grey.svg);
}

#patient-link.active {
	background-image: url(/media/healthcare/solutions/icon/patient-lighting-blue.svg);
}

#night-link {
	background-image: url(/media/healthcare/solutions/icon/night-lighting-grey.svg);
}

#night-link.active {
	background-image: url(/media/healthcare/solutions/icon/night-lighting-blue.svg);
}

.clinical-link {
	background-image: url(/media/healthcare/solutions/icon/c-lighting-grey.svg);
}

.clinical-link.active {
	background-image: url(/media/healthcare/solutions/icon/c-lighting-blue.svg);
}

.examination-link {
	background-image: url(/media/healthcare/solutions/icon/examination-lighting-grey.svg);
}

.examination-link.active {
	background-image: url(/media/healthcare/solutions/icon/examination-lighting-blue.svg);
}
