.sideLinks {
	padding: 15px 20px !important;
	color: white;
	background-color: #7ab800;
	width: 220px;
	height: 50px;
}

.sideLinksBox .btn-long {
	width: 260px;
	margin-bottom: 3px;
}

.subjectAreaDesc .font-light p {
	font-size: 20px;
}

.wrapInfo {
	width: 100%;
	position: relative;
	height: 500px;
	max-width: 1515px;
	margin: auto;
}

.shadedSection {
	background-color: #f4f4f4;
}

.section-career span.h1,
.section-career span.h2,
.section-career span.h3,
.section-career span.h4,
.section-career span.h5,
.section-career span.h6,
.section-facilities span.h1,
.section-facilities span.h2,
.section-facilities span.h3,
.section-facilities span.h4,
.section-facilities span.h5,
.section-facilities span.h6,
.industryLinks span.h1,
.industryLinks span.h2,
.industryLinks span.h3,
.industryLinks span.h4,
.industryLinks span.h5,
.industryLinks span.h6 {
	color: black;
}

.section-career,
.section-facilities,
.section-student {
	height: 525px;
}

.section-career h2, .section-facilities h2 {
	color: white;
}

.section-facilities img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.positionCareer {
	position: absolute;
	right: 0;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.positionFacilities {
	position: absolute;
	left: 0;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-industry ul,
.section-industry li
{
	display: inline-block;
	list-style-type: none;
	padding: 10px;
	font-weight: bold;
}

.section-student img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 576px) {
	.section-student {
		min-height: 300px;
	}
}

.section-success ul {
	list-style-type: none;
	border-bottom: 1px solid black;
	padding: 0px;
}

.section-success li {
	padding: 20px 0px;
	border-top: 1px solid black;
}

.section-success a {
	text-decoration: none;
	color: black;
}

.section-success a:hover {
	text-decoration: underline;
}

/* Padding for career opportunities and facilities */
.paddingCareer {
	padding-top: 5% !important;
	padding-right: 5% !important;
}

.paddingFacilities {
	padding: 5% 5% 0 5% !important;
}

.paddingFacilities a,
.paddingCareer a,
.industryLinks a {
    color: lightgray !important;
	text-decoration: underline !important;
}

.paddingFacilities a:hover,
.paddingCareer a:hover,
.industryLinks a:hover {
    color: white !important;
}

.staffBox, .industryLinks {
	color: white;
	height: 510px;
}

.staffBox h2, .staffBox h6, .industryLinks h2 {
	color: white;
	margin-bottom: 10px;
}

.staffBox h6 {
	font-weight: bold;
	margin-bottom: 20px;
}

.staffBox .standardButton {
	display: inline;
}

.staffBox {
	background-color: #631d76;
	padding: 60px 0px;
}

.staffImage {
	height: 390px;
	width: 280px;
}

.staffInfo {
	padding-right: 60px;
}

.staffText {
	margin-bottom: 60px;
	padding-right: 30px;
}

a.staffProfileButton {
	margin-top: 15px;
	display: block;
	color: white;
}

.industryLinks {
	background-color: #7ab800;
	padding: 30px;
	overflow: hidden;
}

.industryLinks p {
	font-size: 19px;
}

.videoCover {
	height: 340px;
	width: 100%;
}

@media screen and (max-width: 992px) {
	.sideLinksBox {
		float: left !important;
	}
	
	.section-career, .section-facilities {
		height: auto;
	}
	
	.paddingCareer, .paddingFacilities {
		padding: 20px !important;
	}
	
	.positionCareer, .positionFacilities {
		display: none;
	}
	
	.staffBox, .industryLinks {
		height: auto;
	}
	
	.staffBox {
		height: 100%;
		padding: 20px;
		margin-bottom: 30px;
	}

	.staffBox h2, .staffBox h6 {
		text-align: center;
	}
	
	.staffBox .staffText {
		padding: 0px;
		margin-bottom: 20px;
	}
	
	.staffBox .text-right {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.tablinks {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 768px) {
	.courseSelectDesc {
		text-align: left;
	}
	
	.staffBox .standardButton {
		display: block;
		margin-bottom: 20px;
	}
}
