/* 
This is the section css for
Deputy Provost 
*/

/*	REMOVE ONCE SITE COMES BACK TO LIFE	*/
a.btnContact{
	display: none;
}


/* side menu */
#home-content .sideLinks{
	margin-top: 10px;
	padding-right: 20px;
}
#home-content .sideLinks .grid12{
	margin: 0;
}
#home-content .sideLinks a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #575757;
	font-weight: bold;
	padding-left: 13px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
#home-content .sideLinks .accordion a a{
	padding: 0px;
	padding-left: 0px !important;
	border-bottom: none;
	border-right: none;
}
#home-content .sideLinks .accordion a{
	padding-left: 30px;
}
#home-content .sideLinks .accordion a:hover a{
	border-left: none !important;
}
#home-content .sideLinks .accordion h3{
	font-size: 1em;
	font-family: "myriad-pro", Arial, sans-serif
}
#home-content .sideLinks > .grid12:first-of-type > a{
	border-top: 1px solid #DDD;
}
#home-content .sideLinks .subSideLink{
	font-size: .9em;
	padding: 5px 10px 3px 30px;
	border-left: 0;
	font-weight: bold;
	text-indent: -10px;
	line-height: 20px;
	border-top: none;
	border-bottom: none;
}
#home-content .sideLinks .subSideLink:before{
	content: "\203A"; 
	padding-right: 5px; 
	position: relative;
	top: -1px;
	color: #6e3061;
}
#home-content .subLinks{
	border-bottom: 1px solid #DDD;
}
#home-content .sideLinks .grid12 a:hover{
	color: #6e3061;
	border-left: 3px solid #FFE800;
}
#home-content .sideLinks .activeSideLink{
	color: #6e3061;
	border-left: 3px solid #6e3061;
}
#home-content .inactive{
	display: none;
}
#home-content .active{
	display: block;
}
#home-content .hideHeader{
	position: absolute;
	left: -9999px;
	top: -9999px;
}


#home-content #about-page .grid2 img{
	width: 100%;
} 
#home-content #about-page .grid10{
	padding-left: 20px;
}
#home-content #about-page .ovContent p{
	margin: 5px 0px;
}
#home-content #about-page .ovContent p:first-of-type{
	margin-top: 20px;
}
#home-content #about-page .ovContent p:last-of-type{
	margin-bottom: 30px;
}
#home-content .grid8{
	padding-right: 20px;
}
#home-content .linkWrapper img {
	width: 100%;
}
#home-content .col6-6 > .row-responsive > .grid6:nth-child(1) {
	padding-right: 10px;
}
#home-content .col6-6 > .row-responsive > .grid6:nth-child(2) {
	padding-left: 10px;
}
#home-content .notice{
	background-color: #eee;
	padding: 20px;
	border: 2px solid #ff0000;
}

/********** ABOUT US**********/
#home-content .aboutUs .row-responsive {border-bottom: 1px solid #eee; margin-bottom: 10px;}
#home-content .aboutUs .grid10 {padding-left: 2em;}
#home-content .aboutUs ul {list-style:none; margin-left: 0; margin-top: .5em;}

/********** ACADEMIC STANDING **********/
#home-content .academicStandingTable {width: 100%; border-collapse: collapse; text-align: center;}
#home-content .academicStandingTable th{background-color: #763775; color: #FFF; border: 1px solid #ccc;}
#home-content .academicStandingTable td{padding: 5px 10px; border: 1px solid #ccc; width: 25%; vertical-align: top;}
#home-content .academicStandingTable ul{list-style-type: none; margin-left: 0;}

/********** GENERAL FAQ **********/
#home-content .faq h4 {border: none;}


@media only screen and (max-width: 768px){
	#home-content .aboutUs .grid10 {padding: none;}
	#home-content .col6-6 > .row-responsive > .grid6:nth-child(1) {
		padding-right: 0;
	}
	#home-content .col6-6 > .row-responsive > .grid6:nth-child(2) {
		padding-left: 0;
	}
}


/*		COLLAGE SECTION		*/
.collageImages{
	background-image: url(/_admin/provost/images/orgBackNew.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	float: left;
	position: relative;
	z-index: 10;
	margin-top: 3.5%;
}
.collageImages h2{
	font-size: 3em;
	margin: 50px 0px;
	text-align: center;
}
.collageImages h4{
	text-transform: uppercase;
}
.collageImages img{
	width: 100%;
}
#home-content .collageImages .midHCards .row-responsive{
	margin-bottom: 30px;
}
.collageImages .row-responsive:first-of-type, .collageImages .row-responsive:first-of-type .grid5, .collageImages .row-responsive:first-of-type .grid4, .collageImages .row-responsive:first-of-type .grid3{
	display: flex;
}
.collageImages .bottomPlacement{
	align-self: flex-end;
}
.collageImages .row-responsive:first-of-type{
	margin-bottom: 30px;
}
.collageImages .row-responsive:first-of-type .grid5{
	padding-right: 30px;
}
.collageImages .row-responsive:first-of-type .grid4, .collageImages .row-responsive:last-of-type .grid5, .collageImages .row-responsive:last-of-type .grid4{
	padding-left: 30px;
}
#home-content .collageImages .row-responsive .grid3{
	padding: 0px 15px;
}
#home-content .collageImages .row-responsive:last-of-type .grid3:first-of-type, #home-content .collageImages .row-responsive:first-of-type .grid3:first-of-type{
	padding-left: 0px;
}
#home-content .collageImages .row-responsive:last-of-type .grid3:last-of-type, #home-content .collageImages .row-responsive:first-of-type .grid3:last-of-type{
	padding-right: 0px;
}

@media only screen and (max-width:1166px){
	#home-content .collageImages h4{
		font-size: 1.2em;
	}
}
@media only screen and (max-width:1166px){
	#home-content .collageImages h4{
		font-size: 1em;
	}
}
@media only screen and (max-width:768px){
	#home-content .collageImages h4{
		font-size: 1.4em;
	}
	.collageImages .row-responsive:first-of-type{
		margin-bottom: 0px;
		display: block;
	}
	.collageImages .row-responsive:first-of-type .grid3, #home-content .collageImages .row-responsive .grid3, .collageImages .row-responsive:last-of-type .grid3, .collageImages .row-responsive:first-of-type .grid5, .collageImages .row-responsive:first-of-type .grid4, .collageImages .row-responsive:last-of-type .grid5, .collageImages .row-responsive:last-of-type .grid4{
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 20px;
		display: block;
	}
	.collageImages{
		padding: 30px 20px;
		background-size: 120%;
		background-image: url(/_admin/provost/images/orgBackMobile.jpg);
	}

}


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

#home-content .centerContent .grid9 p{
	text-align: left;
}
.centerH2{
	text-align: center;
}
#home-content .borderContent{
	padding: 5% 20%;
}
#home-content .borderContent .border{
	padding: 2.5% 5%;
}
.centerContent .grid4{
	padding: 0px 10px;
}
.purplePara, .pyPara2, .pyPara1{
	padding: 3.5%;
}
.pyPara2, .pyPara1{
	display: flex;
}
.pyPara2 .grid6:first-of-type, .pyPara1 .grid6:last-of-type{
	background-color: #FFE800;
}
.pyPara2 .grid6:last-of-type, .pyPara1 .grid6:first-of-type{
	background-color: #382140;
	height: 100%;
}
@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 (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%;
	}
}




