/* 
This is the section css for
Undergraduate Studies & Student Support Services
*/

/**IMAGE PLACEMENT**/
#home-content .imgRight{
	float: right;
	padding-left: 10px;
}
#home-content .imgLeft{
	float: left;
	padding-right: 10px;
}
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}

.imgeOverlay, .imgeOverlay img{
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
#home-content .imgeOverlay .overlayText{
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
#home-content .imgeOverlay h2{
	font-size: 3em;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
	margin: 20px 0px;
	font-weight: bold;
}
#home-content .imgeOverlay h2 span{
	font-weight: normal;
	font-size: .7em;
}

/* 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 ul{
	background-color: #fff;
}
#home-content .sideLinks .accordion ul li{
	margin-bottom: 0px;
}
#home-content .sideLinks .accordion, #home-content .sideLinks .accordion h3{
	padding: 0px 0px;
	margin: 0px 0px;
	margin-bottom: 0px;
	border: none;
	background-color: #fff;
	box-shadow: none;
	border-radius: none;
}
#home-content .sideLinks .accordion h3{
	padding-left: 0px;
	font-size: 1em;
}
#home-content .sideLinks .accordion a a{
	padding: 0px;
	padding-left: 20px !important;
	border-bottom: none;
	border-right: none;
}
#home-content .sideLinks .accordion a:hover a, #home-content .sideLinks .accordion a:hover{
	border-left: none !important;
}
#home-content .sideLinks .accordion .circle-plus{
	left: 10px;
}
#home-content .sideLinks .accordion ul{
	list-style-type: none;
}
#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;
	color: #fff;
}
#home-content .sideLinks .subSideLink:before{
    content: "\203A"; 
    padding-right: 5px; 
    position: relative;
    top: -1px;
    color: #763775;
}
#home-content .subLinks{
	border-bottom: 1px solid #DDD;
}
#home-content .sideLinks .grid12 a:hover, #home-content .sideLinks .grid12 .accordion:hover h3{
    color: #763775;
    border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .activeSideLink{
    color: #763775;
    border-left: 3px solid #763775;
}
#home-content .sideLinks .activeSideLink a{
	border-left: none;
}
#home-content .inactive{
    display: none;
}
#home-content .active{
    display: block;
}
#home-content .hideHeader{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

#sec .grid6{
	padding-right: 20px;
}
/*Sustain Minor*/
#home-content .sustMinor h3{
	border-bottom: none;
}
#home-content .sustMinor h3:after{
	display:none;
}
#home-content .noList { list-style: none; margin-left: 0; }
#home-content .lightBG { background-color: #eee; box-shadow: 0px 0px 0px 1px #c1c1c1; padding:3px 5px; }

/* ***** DEFAULT ***** */
#home-content #homepage .grid6:nth-child(1) { padding-right: 1em; }
#home-content #homepage .grid6:nth-child(2) { padding-left: 1em; }
#home-content #homepage .grid4:nth-child(1) { padding-right: 10px; }
#home-content #homepage .grid4:nth-child(2) { padding: 0 5px; }
#home-content #homepage .grid4:nth-child(3) { padding-left: 10px; }
#home-content #homepage .linkWrapper img { width: 100%; }


#home-content #sSC .grid3{
	padding-right: 30px;
}

#home-content .grid4{
	padding-right: 20px;
}
#home-content .grid3{
	padding-right: 15px;
}


/* ***** HOMEPAGE REDESIGN ***** */
#home-content #ucHP .grid4{
	padding: 0px 20px;
}

#home-content #ucHP h2{
	padding-left: 20px;
}
#home-content #ucHP h3{
	border-bottom: none;
	font-size: 1.6em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
#home-content #ucHP h3:after{
	background: none;
}
#home-content #ucHP #hpMidSection h3{
	padding-left: 20px;
	color: #fff;
}
#home-content #overlayTileSection{
	padding: 30px 30px 60px 30px;
}
#home-content #hpBottomSection{
	padding: 30px 50px 0px 50px;
}
#home-content #hpBottomSection img{
	float: right;
	padding: 0px 20px 20px 30px;
	border-radius: 50%;
}
#home-content .topText{
	position: absolute;
	top: 0;
	padding: 10px;
	padding-bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.4);
	line-height: 175px;
}
#home-content .topText p{
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.5em;
	vertical-align: middle;
	display: inline-block;
}
#home-content .photoButton{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
#home-content .photo{
	position: absolute;
	width: 100%;
}
#home-content .photo img{
	width: 100%;
}
#home-content .photoText{
	position: relative;
	width: 100%;
	left: -200%;
	background-color: rgba(0, 0, 0, 0.9);
	text-align: center;
	transition: .7s ease-in-out;
	display: table;
	padding: 30px;
}
#home-content .photoText span{
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.2em;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#home-content .photoText ul li{
	font-size: .8em;
	text-align: left;
	color: #FFF;
	text-transform: uppercase;
}
#home-content .photoText .photoTitle{
	font-weight: bold;
	font-size: 1.1em;
}
#home-content .photoButton:hover .photoText{
	left: 0;
	transition: .7s ease;
}
#home-content .topText a{
	color: #FFF;
	line-height: 1.5em;
}
#home-content #overlayTileSection .grid4{
	padding: 0px 20px;
}
#home-content #overlayTileSection .grid4 a{
	text-decoration: none;
}
#home-content #ucHP .lightPurpleBack{
	background-color: #B094B5;
	border-top: 4px solid #441F49;
	border-bottom: 4px solid #441F49;
	margin-left: -30px !important;
	width: 104%;
	padding: 20px 60px;
}
#home-content #ucHP .grayBack, #home-content #hpII .grayBack{
	background-color: #eee;
	border-bottom: 4px solid #441F49;
	margin-left: -30px !important;
	width: 104%;
	padding: 20px 60px;
}
#home-content #hpII .grayBack{
	 border-top: 4px solid #441F49;
	text-align: center;
 }
#home-content #ucHP .lightPurpleBack .grid3{
	padding: 0px 20px;
}
#home-content #ucHP .centeredText{
	text-align: center;
	font-weight: bold;
}
#home-content .bottomMessage{
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	padding: 20px 0px;
	font-style: italic;
}
#home-content .bottomMessage strong{
	font-size: 1.15em;
	color: #441F49;
}

#home-content #successPage{
	padding: 10px 50px;
}
#home-content #successPage .grid4 img{
	width: 100%;
}
#home-content #successPage .grid4{
	padding: 20px;
}
#home-content #successPage h2{
	padding-left: 20px;
	font-size: 1.8em;
}
#home-content #successPage h2 span{
	font-size: 1.5em;
	font-weight: bold;
	color: #763775;
}

/*	WHATS NEXT PAGE	*/
#whatsNextPage{
	padding: 0px 20%;
}
#whatsNextPage h2{
	font-size: 2.4em;
	display: inline-block;
	padding: 20px;
	position: relative;
	color: #fff;
	background-color: #441f49;
}
#whatsNextPage h2:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 30px;
    width: 0;
    height: 0;
    border-top: solid 20px #441f49;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}
#whatsNextPage h3{
	font-size: 1.8em;
	color: #441f49;
}
#whatsNextPage .grid2, #whatsNextPage .grid10{
	padding: 10px 20px;
}
#whatsNextPage .grid2 p{
	display: inline-block;
	text-align: right;
	padding: 20px 20px;
	border: 6px solid #FFBD07;
	font-size: 3em;
	color: #441f49;
	font-weight: bold;
	margin: 20px 0px;
}
#whatsNextPage .grid10 p{
	font-size: 1.6em;
	line-height: 1.3em;
	margin-top: 20px;
}
#whatsNextPage .grid10 li{
	font-size: 1.6em;
	line-height: 1.1em;
	margin-bottom: 5px;
}
#whatsNextPage .row-responsive:nth-of-type(n+10) .grid2 p {
	padding: 20px 10px;
}
#whatsNextPage .row-responsive{
	margin: 0px 0px;
}
#whatsNextPage .fa-map-marker{
	color: #FFBD07;
	margin: 0px 20px;
	font-size: 1.2em;
}

@media only screen and (max-width: 1440px) {
	/* ***** DEFAULT ***** */
	#home-content .photoText{
		padding: 15px;
	}
	#home-content .photoText span{
		font-size: 1em;
	}
}
@media only screen and (max-width: 1280px) {
	/* ***** DEFAULT ***** */
	#home-content .photoText{
		padding: 10px;
	}
	#home-content .photoText span{
		font-size: .8em;
	}
	#home-content #ucHP .grid3{
		padding: 0px 10px;
	}
	#whatsNextPage{
		padding: 0px 10%;
	}
}
@media only screen and (max-width: 1125px) {
	/* ***** DEFAULT ***** */
	#home-content .photoText{
		background-color: #441F49;
		padding: 30px;
	}
	#home-content .photoText span{
		font-size: 1em;
	}
	#home-content .photo{
		position: relative;
	}
	#home-content .photoText{
		left: 0;
	}
	#home-content #overlayTileSection .grid4{
		padding: 0px 5px;
	}
	#home-content #ucHP .lightPurpleBack .grid3{
		width: 50%;
		padding: 10px 10px;
	}
}
@media only screen and (max-width: 900px) {
	/* ***** DEFAULT ***** */
	#home-content #overlayTileSection .grid4{
		width: 100%;
	}
	#home-content #ucHP .lightPurpleBack .grid3{
		width: 100%;
		padding: 10px 0px;
	}
	#home-content .photoText{
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 768px) {
	/* ***** DEFAULT ***** */
	#home-content #homepage .grid6:nth-child(1) { padding-right: 0; }
	#home-content #homepage .grid6:nth-child(2) { padding-left: 0; }
	#home-content #homepage .grid4:nth-child(1) { padding-right: 0; }
	#home-content #homepage .grid4:nth-child(2) { padding: 0; }
	#home-content #homepage .grid4:nth-child(3) { padding-left: 0; }
	#home-content #ucHP h2{
		padding-left: 0px;
	}
	#home-content #ucHP #hpMidSection h3{
		padding-left: 0px;
	}
	#home-content #overlayTileSection{
		padding: 10px 0px 20px 0px;
	}
	#home-content #ucHP .lightPurpleBack{
		width: 109%;
		padding: 20px 30px;
	}
	#home-content #ucHP .grayBack{
		width: 109%;
		padding: 20px 30px;
	}
	#home-content #ucHP #hpBottomSection{
		padding: 20px 10px;
	}
	#whatsNextPage{
		padding: 0px 2%;
	}
	#whatsNextPage .grid2, #whatsNextPage .grid10{
		padding: 0px 0px;
	}
	#whatsNextPage .grid2 p{
		margin-bottom: -10px;
	}
	#whatsNextPage .grid10 p{
		font-size: 1.3em;
	}
}


















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

.centerH2{
	text-align: center;
}
.centerContent .grid4{
	padding: 0px 10px;
}
#home-content .grid9 .grid10{
	padding-left: 30px;
}
.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%;
}
#home-content .pyPara2 .grid6:first-of-type h3{
	margin: 10px 0px 20px 0px;
}
#home-content .purplePara h2{
	color: #F5F5F5;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
#home-content .columnSection{
	padding: 3%;
}
#home-content .columnSection .grid4{
	padding: 0px 20px;
	text-align: center;
}
.centerContent .sideAccordion .grid9, #home-content .centerContent .sideAccordion .grid9 p, #home-content .centerContent .sideAccordion .grid9 h3, #home-content .centerContent .sideAccordion .grid9 a{
	text-align: left;
}
#home-content .centerPad img{
	max-width: 200px;
}
#home-content .centerPad .grid6{
	padding: 0px 30px;
}

@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;
	}
}

/* ensures text & pictures do not touch */ 
#home-content #ossdStaff .grid10{
	padding-left: 10px;
}

#home-content #ossdStaff .grid2 img{
	width = 100%;
}

/* text for bios */
#home-content #ossdStaff .grid10 ul{
	list-style-type: circle;
	padding-left: 20px;
}