/* 
This is the section css for
Admissions 
*/

.infoNumber{
	font-size: 4em;
	font-weight: bold;
	line-height: 1em;
	color: #6e3061;
	margin: 10px 0px;
}
#factsFigures .smallInfo {
    font-size: 1.2em;
    font-weight: bold;
	color: #382140;
}
#factsFigures .smallInfo span {
    font-size: .7em;
    font-weight: initial;
}
.infoArea .grid4{
	padding: 20px;
}
.centerh2{
	text-align: center;
}
.goldPattern{
	background-image: url(/_admissions/applyNow/images/applyNowGoldBack.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.goldPattern .wcuLink, #home-content .goldPattern .wcuLink:visited{
	font-weight: bold;
	color: #382140;
}
.slBackground{
	float: left;
	width: 100%;
	padding: 5%;
}
@media only screen and (max-width:768px){
	.slBackground{
		padding: 20% 5% 20% 5%;
	}
}