/***************
INTRO
****************/
.academics-intro {
	margin: 3vh 0 5vh 0;
}

	.academics-intro .body-container {
		padding-top: 5vh;
		padding-bottom: 5vh;
		border-top: 1px solid #c2b5ad;
		border-bottom: 1px solid #c2b5ad;
	}
	
/***************
FAST FACTS
****************/
.fast-facts {
	margin: 5vh 0;
}

/***************
STUDENT EXPERIENCES
****************/
.academics-testimonial {
	padding: 10vh 0;
	background: #000 url(../img/fullwidth-bg.jpg) no-repeat center center;
	background-size: cover;
}

	.academics-testimonial blockquote p span {
		color: #fff!important;
		font-size: 2.3rem!important;
	}
	
/***************
REQUIREMENTS
****************/

/***************
CAREERS
****************/
.academics-careers {
	padding: 15vh 0;
}

	.academics-careers .field-item {
		border-bottom: 1px solid #c2b5ad;
		padding: 10px 0;
	}

/***************
RELATED
****************/
.academics-related {
	padding: 15vh 0;
}

/***************
CONTACT
****************/
.academics-contact .side-img {
	background: #222 url(../img/bgs/side-img-2.jpg) no-repeat center center;
	background-size: cover;	
}

/***************
INFO FORM, ADDED 3/20/2018
****************/
div.form_header .form_label {
	margin: 10px 0;
}

div.form_question.form_layout_table .form_label {
	display: block!important;
	width: 100%!important;
	margin: 0;
}

div.form_question.form_layout_table .form_responses {
	display: block!important;
	width: 100%!important;
}

.academic-info-form button.default {
	margin-top: 20px;
	margin-left: 5px;
}

.academic-info-form img {
	width: 100%;
	max-width: 650px;
}

/**************
REVIEWS, ADDED 11/30/2018
***************/
.academics-review {
	padding: 10vh 0;
}

.cl_rating {
	margin-top: 5vh;
}

	#cl_star-fill path {
		fill: #FF6600!important;
	}