.section-1 {
	background-color: #FFFFFF;
	background-image: url('../images/EEI-Training---Campus---5_03.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-2 {
	background-color: #0f4a7b;
	background-image: url('../images/EEI-Training---Campus---5_05.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
}
.section-2 h1 {
	color: #FFFFFF;
}
.section-2 .campus-location-map {
	border: 10px solid rgba( 148, 175, 197, 0.33 );
}
.section-2 .campus-location-map iframe {
	width: 100%;
	height: 385px;
}

.section-3 {
	background-image: url('../images/EEI-Training---Campus---5_10.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-3 .z-button {
	background-color: #ea141c;
	padding-left: 3em;
	padding-right: 3em;
}

.section-4 {
	background-color: #ecf1f5;
}
.section-4 .accommodation-image {
	display: inline-block;
	-webkit-border-radius: 285px;
	-moz-border-radius: 285px;
	border-radius: 285px;
}
.section-4 .accommodation-title {
	font-weight: 600;
}
.section-4 .z-button {
	width: 240px;
	max-width: 80%;
	background-color: #ea141c;
}

@media only screen and (max-width: 992px) {
	.section-1 {
		background-image: none;
	}
	.section-2 {
		text-align: center;
	}
	.section-3 {
		background-image: none;
	}
	.section-4 .accommodation-image {
		max-width: 80%;
	}
}

@media only screen and (max-width: 767px) {
	.section-4 .z-1of3 {
		margin-bottom: 30px;
	}
	.section-4 .accommodation-image {
		width: 200px;
	}
}
