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

#white-bar {
	background-color: #FFF;
	padding: 50px 0;
	position: relative;
}

#white-bar #custodial-image {
	position: relative;
	margin: 20px auto 0 auto;
	width: 100%;
	margin-bottom: 30px;
}

@media screen and (min-width: 525px) {
	#white-bar #custodial-image {
		max-width: 450px;
		margin: 50px 0 50px -225px;
		left: 50%;
	}
}

@media screen and (min-width: 900px) {
	#white-bar #custodial-image {
		margin: 70px 0 50px 0;
		width: 40%;
		float: right;
		left: 0;
	}
}

@media screen and (min-width: 1280px) {
	#white-bar #custodial-image {
		margin: 70px 0 50px 4%;
		width: 450px;
	}
}

@media screen and (min-width: 1600px) {
	#white-bar #custodial-image {
		margin: 70px 0;
	}
}

#about-custodial {
	float: left;
	color: #09F;
	width: 100%;
	margin-bottom: 20px;
}

@media screen and (min-width: 900px) {
	#about-custodial {
		width: 55%;
		margin-bottom: 10px;
	}
}

#about-custodial h1 {
	margin-bottom: 30px;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
}

@media screen and (min-width: 900px) {
	#about-custodial h1 {
		font-size: 2em;
	}
}

#about-custodial p {
	color: #049;
}

.video-window {
	background-image: url(/asset/media/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	clear: both;
	margin: auto;
}

.video-window .video-preview {
	display: none;
}

.video-window .video-link {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.video-window .video-link img {
	width: 100px;
}

.video-window h3 {
	color: #09f;
	margin-top: 10px;
}

.video-window h3 span {
	color: #333;
	font-weight: normal;
}

.video-window .video-preview {
	display: block;
	position: relative;
	width: 100%;
}

.video-window .video-poster {
	display: none;
}

.video-window .video-link {
	top: calc(50% - 60px);
}

#shield-arcadian-tough-to-beat {
	display: inline-block;
	width: auto;
	max-width: 300px;
	clear: both;
	margin-left: 13%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#shield-arcadian-tough-to-beat:hover > #link-to-video {
	background: #09f;
	cursor: pointer;
}

#shield-arcadian-tough-to-beat:hover > #link-to-video #play-image {
	background: #004499;
}

#link-to-video {
	clear: left;
	width: auto;
	max-width: 300px;
	height: 55px;
	background: #004499;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	padding: 0 0 0 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#link-to-video p {
	vertical-align: middle;
	display: block;
	padding-top: 5px;
	font-weight: bold;
	color: #fff;
	margin-right: 30px;
}

#link-to-video p span {
	display: block;
	font-size: 1.2em;

	font-weight: lighter;
}

#link-to-video #play-image {
	width: 75px;
	height: 75px;
	background: #09f;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position: absolute;
	top: -9px;
	left: -30px;
	display: block;
	text-align: center;
}

#link-to-video #play-image img {
	width: 65px;
	height: 65px;
	margin: 5px auto;
}

#link-to-video #play-image a {
	display: block;
}

@media screen and (min-width: 900px) {
	.video-window {
		clear: none;
		float: right;
		margin: 50px 0;
		max-width: 350px;
	}

	#shield-arcadian-tough-to-beat {
		margin-left: 9%;
	}

}

@media screen and (min-width: 1300px) {
	.video-window {
		max-width: 500px;
	}

}

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

	.video-window .video-link a {
		font-size: 1.6em;
	}

	#shield-arcadian-tough-to-beat {
		margin-left: 11%;
	}

}

#blue-bar {
	background-color: #09F;
	position: relative;
}

#location-gallery {
	background: #09F url(/asset/media/loading.gif) no-repeat center center;
	margin: 0;
	overflow: hidden;
	position: relative;
}

#location-gallery #locationNext,
#location-gallery #locationPrev {
	cursor: pointer;
	height: 50px;
	margin-top: -25px;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 10;
}

#location-gallery #locationNext {
	right: 0;
}

#location-gallery #locationPrev {
	left: 0;
}

@media screen and (min-width: 770px) {
	#location-gallery #locationNext,
	#location-gallery #locationPrev {
		margin-top: -50px;
	}

	#location-gallery #locationNext {
		height: 100px;
		width: 100px;
	}

	#location-gallery #locationPrev {
		height: 100px;
		width: 100px;
	}
}

@media screen and (min-width: 1150px) {
	#location-gallery #locationNext,
	#location-gallery #locationPrev {
		height: 150px;
		margin-top: -75px;
		width: 150px;
	}
}

@media screen and (min-width: 2000px) {
	#location-gallery #locationNext,
	#location-gallery #locationPrev {
		height: 200px;
		margin-top: -100px;
		width: 200px;
	}

	#shield-arcadian-tough-to-beat {
		margin-left: 21%;
	}
}

#location-gallery div.aperture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 5;
}

#location-gallery div.aperture img {
	display: none;
}

#location-gallery div.aperture img.active {
	display: block;
}

#location-gallery div#locationCounter {
	bottom: 10px;
	color: rgba(255, 255, 255, 0.8);
	left: 50%;
	margin-left: -25px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
	width: 60px;
	z-index: 9;
}

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

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

#working-with-logo-container {
	margin-bottom: 30px;
}

#working-with-logo-container h3 {
	margin-bottom: 20px;
}

#working-with-logo-container img {
	height: 90px;
	display: block;
	vertical-align: top;
	margin: 10px 0;
}

#working-with-logo-container img#home-office-logo {
	margin: 0;
}

#working-with-logo-container img:last-child {
	margin: 0;
}

@media screen and (min-width: 770px) {
	#working-with-logo-container {
		text-align: center;
	}

	#working-with-logo-container img {
		height: 100px;
		margin: 30px 10px;
		display: inline-block;
	}

	#working-with-logo-container img:last-child {
		margin: 30px 10px;
	}

	#working-with-logo-container {
		float: right;
		margin-bottom: 0;
	}
}
