/* 
This is the section css for
Pre-Medical Program 
*/

#home-content .button {
    background-color: #763775; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
#hdnContent{display: none; padding: 30px; max-width: 400px}
#preMedGallery .grid4{
	padding: 0px 10px;
}

#home-content #fac-page .grid6:nth-of-type(3){
	clear: left;
}




/********************************/
/*******	BRAND CSS	*********/
/********************************/

.centerH2{
	text-align: center;
}
.purplePara .wcuLink svg, .pyPara2 .grid6:last-of-type .wcuLink svg, .pyPara1 .grid6:first-of-type .wcuLink svg{
	fill: #F5F5F5;
}
.purplePara, .pyPara2, .pyPara1{
	padding: 3.5%;
}
.pyPara2, .pyPara1{
	display: flex;
}
.pyPara2 .grid6:first-of-type, .pyPara1 .grid6:last-of-type{
	background-color: #FFE800;
	height: 100%;
}
.pyPara2 .grid6:last-of-type, .pyPara1 .grid6:first-of-type{
	background-color: #382140;
	height: 100%;
}
.pyPara1 .silverFont, .pyPara1 .silverFont svg{
	color: #F5F5F5;
	fill: #F5F5F5;
}
.infoNumber{
	font-size: 4em;
	font-weight: bold;
	line-height: 1em;
	color: #6e3061;
	margin: 10px 0px;
}
#home-content #factsFigures h3{
	text-align: left;
}
#factsFigures .smallInfo {
    font-size: 1.2em;
    font-weight: bold;
	color: #382140;
}
#factsFigures .smallInfo span {
    font-size: .7em;
    font-weight: initial;
}
.infoArea .grid4, .infoArea .grid3{
	padding: 20px;
}
#home-content .tcsContainer .grid6, #home-content .tcsContainer .grid6 p, #home-content .tcsContainer .grid6 h3{
	text-align: left;
} 
#costAid, #costAid .border{
	float: left;
	width: 100%;
}
#home-content .borderContent{
	padding: 5% 20%;
}
#home-content .borderContent .border{
	padding: 2.5% 5%;
}

@media only screen and (max-width:1024px){
	#home-content .borderContent{
		padding: 5% 10%;
	}
	#home-content .borderContent .border{
		padding: 2.5% 3.5%;
	}
}
@media only screen and (min-width:768px){
	.noImgPad .grid6:first-of-type{
		padding: 0px 0px !important;
	}
	#home-content #factsFigures table td:first-of-type{
		width: 20%;
	}
}
@media only screen and (max-width:768px){
	.purplePara{
		padding: 20% 5% 20% 5%;
	}
	.pyPara2, .pyPara1{
		display: block;
	}
	.pyPara2 .grid6:first-of-type{
		background-color: #382140;
	}
	.pyPara2 .grid6:last-of-type{
		background-color: #FFE800;
	}
	#home-content .borderContent{
		padding: 5% 5%;
	}
	#home-content .borderContent .border{
		padding: 2.5% 2.5%;
	}
}