#site-header-container h2#strapline {
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	margin: 0 0 2px;
	width: 450px;
	padding-left: 495px;
	margin-bottom: 5px;}


#site-header-container h1#site-header {
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	font-weight: inherit;
	line-height: inherit;
	position: absolute;
	bottom: 0;
	margin-bottom: 4px;

}

.is-smallscreen #site-header-container h1#site-header {position: static;}


#main-content .redBox {

	background: #942231;
	width: 985px;
	min-height: 480px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 10px;
}


.box.pictureBox {
	float:left;
	width: 220px;
	padding: 0 6px;
	margin-top: 12px;
	font-size: 14px;
	color: white;
	text-decoration: none;
	margin-bottom: 10px;
}

#main-content .box.pictureBox h4 {
	color: white;
}

#main-content .box.pictureBox a {

	color: white;
	text-decoration: none;
	
}

#main-content .box.pictureBox a  hover {

	color: #f9a223;
	text-decoration: underline;
	
}


.is-smallscreen .box.pictureBox {float: none; width: auto;}

.study {width: 264px; float: left; padding: 0 6px;}
.is-smallscreen .study {width: auto; float: none;}

#main-content .studyBox {
	background: #661021;
	font-size: 14px;
	display: block; 
	padding: 10px;
	margin: 20px;
	margin-top: 12px;
	color: white;
	margin-bottom: 18px;
	
}

#main-content .studyBox h2 {
	color: #f9a223;
}

#main-content .studyBox a {

	color: white;
	text-decoration: underline;
	
}

#main-content .studyBox a hover {

	color: white;
	text-decoration: underline;
	
}


#main-content .infoBox {
	background: #7f1728;
	font-size: 14px;
	display: block; 
	padding: 10px;
	margin: 20px;
	margin-top: 12px;
	color: white;
	margin-bottom: 5px;
	text-decoration: none;
}

#main-content .infoBox h2 {

	color: #f9a223;

	
}

#main-content .infoBox a {

	color: white;
	text-decoration: underline;
	
	
}

#main-content .infoBox a hover {

	color: white;
	text-decoration: underline;
	
}


.faqs {
	width: 24%; float: left; margin-top: 24px;
}

.is-smallscreen .faqs {float: none; width: auto;}


.student-profiles {
	float: left;
	width: 686px;
	background: #ebebeb;
	padding-left: 10px;
	margin-top: 24px;
}

.is-smallscreen .student-profiles {float: none; width: auto;}


.fade {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
	.fade:hover {
		opacity: 0.8;
	}


#custom-header .blackbox {
	float: left;
	min-height: 25px;
	margin-left: -30px;
	margin-top: 5px;
	background-color: rgb(29,29,27);
	background-color: rgba(29,29,27,0.9);
	color: #f9a223;
	font-weight: normal;
	line-height: 1.4em;
	position: top;
	padding: 5px;
	
}

#custom-header .blackbox p {
	color: #f9a223;
	font-weight: bold;
	line-height: 18px;
	font-size: 18px;
	letter-spacing: -1px;
}

#custom-header .blackbox a {
	color: #f9a223;
	text-decoration: none;
}

#custom-header .blackbox a:hover {
	color: #f9a223;
	text-decoration: underline;
}