

/* Remove pdfIcons after pdf Thumbnails */
#home-content .grid4 img + .docuIcon {
	display: none;
}


/* 
This is the section css for
ADP 
*/
/**IMAGE PLACEMENT**/
#home-content .imgRight{
	float: right;
	padding-left: 10px;
}
#home-content .imgLeft{
	float: left;
	padding-right: 20px;
}
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}


/*PURPLE BUTTONS*/
#home-content .btns .matchBtn{
	padding: 20px 20px 20px 20px;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top:20px;
	background-color:#763775;
	font-size: 2em;
	line-height: 1.1em;
	font-weight: bold;
	transition: all .2s ease-in-out;
}
#home-content .btns .matchBtn:hover{
	transform: scale(1.02);
}
#home-content .btns .matchImg{
	font-size: 3.4em;
	line-height: 1em;
	font-weight: bold;
	position: relative;
	transition: all .2s ease-in-out;
}
#home-content .btns .matchImg:hover{
	transform: scale(1.02);
}



/* side menu */
#home-content .hideMenu{
	display: none;
}
#home-content .sideLinks{
	margin-top: 10px;
	padding-right: 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
#home-content .sideLinks .grid12{
	margin: 0;
	background-color: #fff;
}
#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 > .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;
}
#home-content .sideLinks .subSideLink:before{
	content: "\203A"; 
	padding-right: 5px; 
	position: relative;
	top: -1px;
	color: #763775;
}
#home-content .sideLinks .grid12 a:hover{
	color: #763775;
	border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .activeSideLink{
	color: #763775;
	border-left: 3px solid #763775;
}
#home-content .inactive{
	display: none;
}
#home-content .active{
	display: block;
}
#home-content .hideMenu{
	display: none;
}

/*****	DEFAULT	*****/
#home-content .semibold {font-family: 'OpenSansSemibold';}
#home-content .homeWelcomeVideo {padding-right: 5px;}
#home-content .homeWelcomeVideo .playBtn {display: none;}
#home-content .rightGrid{
	padding-left:10px;
}

#home-content h3.workshop{
	color:#763775;
	border-bottom: none;	
	text-align: center;
}
#home-content h3.workshop:after{
	display:none;

}

#home-content .adpSpecial .btnMain{
	width: 100%

}

#home-content .adpSpecial .rightSide{
	margin-left: 2px;

}
#home-content .adpSpecial .bottomRow{
	margin-top: -75px;

}

/*****	ACADEMIC ADVISING	*****/
#home-content .academicAdvisBox {
	padding: 10px;
	margin: 5px;
	background-color: rgba(0,0,0,.03);
	box-shadow: 0px 0px 1px #ccc;
}
#home-content .academicAdvisBox span {font-size: 1.15em; font-family: 'opensansbold';}

/*****	ACT 101	*****/
#home-content .act101Img {padding-left: 10px;}

/*****	MEET THE STAFF	*****/
#home-content .staff {margin-bottom: 20px;}

#home-content .meetTheStaff img{
	width: 100%;
}

#home-content .meetTheStaff .grid3, #home-content .meetTheStaff .grid2{
	padding: 10px;
}
#home-content .meetTheStaff .div-5 p{
	text-align: center;
}
#home-content .meetTheStaff .div-5{
	float: left;
	width: 100%;
	display: block;
}
#home-content .meetTheStaff .div-5 div{
	width: 20%;
	max-width: 20%;
	float: left;
	display: block;
	padding: 0px 10px;
}

/*****	PEER ASSISTANTS	*****/
#home-content .peerAssistants {padding-right: 15px;}
#home-content .peerAssistants .mqImg {display: block; margin: 0 auto; width: 75%;}

#home-content #peer-assistants .borderContent .border {
    padding: 2.5% 5%;
    float: left;
    width: 100%;
}

#home-content #peer-assistants .borderContent {
    padding: 5% 10%;
}
#home-content #peer-assistants .grid5 {
    padding: 0 5%;
}



/** for summer sign up form **/
/*******************PANELS******************/
.paddingtop10{
	padding-top: 10px;
}
.gPadding{margin:0 10px;}
.panelInfo{
	display: block;
	text-decoration: none;
	position: relative;
	font-family:'opensansbold',arial;
}

.panelInfo span{
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	padding: 10px;
	background:rgba(118, 55, 117, .8);
	color: white;
}
.panelInfo:hover{
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}
.panel{display: block;}
.panel h2{
	line-height: 45px;
}
.panel .backBtn{
	float: right;
	font-size: small;
}
br.hidden{
	display: none;
}

.valImage{
	display: none;
	position: absolute;
}

.seminars
{
	min-width: 100%;
}

.seminars div div
{
	padding: 5px;
	border-radius: 1px;
	min-height: 80px;
	max-height: 80px;
}

.title {
	padding-left: 5px;
	border-radius: 1px;
	font-size: .85em;
}

.title h3 {
	margin-top: -3px;
	margin-bottom: -20px;
}

#home-content .left{
	clear: left;
}

.submitBtn {
	padding-left: 50%;
}

.date {
	display: inline-block;
	width: 49%
}

.date span{
	margin-left: -20px;
}


.contentHolder input.placeholder_text, .contentHolder textarea.placeholder_text{color: #777;}
::-webkit-input-placeholder{color: #777;}


fieldset{
	border-style: none;
}

.errorBox {
	margin:15px 15px 15px 15px;
	border: 1px solid rgba(216, 49, 49, 0.55);
	padding: 1em 1em 1em 1em;
	font-size: 0.75em;
	line-height: 1.25em;
	background-color: #f7f7f7;
	display: none;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.errorBox ul 
{
	padding-left: 1em;
}


.contentHolder select, .contentHolder textarea{
	padding:3px;
	border:none;
	box-shadow: 1px 1px 0px 0px #cfcfcf;
	border: 1px solid #ccc;
	margin:0 10px;
}
#letterCounter{
	font-size: 0.8em;
	line-height: 1.25em;
}



.loginBox 
{
	width: 300px;
	border: 2px solid #8d688d;
	background-color: #d8ccd9;
}
.loginHead
{
	padding: 0.5em 0; 
	background-color: #ae94af; 
	color:#fff;
	font-weight: bold;
}
.surveyLoginForm input[type=text], .surveyLoginForm input[type=password]
{
	width: 10em;
	padding: 0.1875em 0.3125em;
	box-shadow: 1px 1px 0px 0px #cfcfcf;
	border: 1px solid #ccc;
}
#tblSeminarList
{
	width: 100%;
	border: 1px solid #000;
}
#tblSeminarList th
{
	text-align: left;
	padding: 5px;
}
#tblSeminarList td
{
	border: 1px solid #000;
	padding: 5px;
}

@media only screen and (max-width:768px) {
	#home-content .homeWelcomeVideo {padding-right: 0px;}	/*	default	*/
	#home-content .peerAssistants {padding-right: 0px;}		/*	peerAssistants	*/
}



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

.centerH2{
	text-align: center;
}
#home-content .borderContent{
	padding: 5% 20%;
}
#home-content .borderContent .border{
	padding: 2.5% 5%;
	float: left;
}
.border .contentSlides, #home-content .border .contentSlides p, .border .contentSlides h4, .border .contentSlides h3 {
	text-align: left;
}
#home-content .border .contentSlides h4{
	clear: none;
}
#home-content .border .contentSlides > h4{
	text-align: center;
	margin: 30px 0px;
	margin-top: -10px;
	font-family: "phonk";
	font-size: 1.8em;
}
#home-content .border .contentSlides {
	background-color: #fff;
	padding: 0px;
	margin-top: 0px;
}
#home-content .border .facts-control-nav{
	background-color: #382140;
}
#home-content .border .facts-control-nav li a{
	color: #fff;
}
#home-content .border .facts-control-nav li a.facts-active{
	color: #ffe800;
}
#home-content .splt6 .grid6{
	padding-left: 2.5%;
	padding-right: 2.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%;
}
#home-content .bpII{
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-top: 5%;
	padding-bottom: 1%;
}
#home-content .bpII p{
	margin: 0px 0px;
}

@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%;
	}
	#home-content .meetTheStaff .div-5 div{
		width: 100%;
		max-width: 100%;
	}
}


.artSocialBar {
	width: 100%;
	display: block;
	background-color: #6e3061;
	text-align: center;
	padding: 10px;
	float: left;
	margin-top: -5px;
}
#home-content .artSocialBar p{
	margin: 0px 0px;
}
.socialLogo{
	display: inline-block;
	margin-right: 5px;
	max-width: 45px;
}


/** Home Page Tiles **/

#home-content .row-responsive {
	margin: 0px;
}

#home-content .current-students .grid3, #home-content .prospective-students .grid3{
	padding: 5px;
	height: 13em;
}

#home-content .current-students, #home-content .prospective-students {
	padding: 35px;
	float: left;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	#home-content .current-students {
		padding: 0px;
		float: left;
	}

}
#home-content #mainTiles .row-responsive{
	display: flex;
	margin-top: 0px;
	margin-bottom: 0px;

}
#home-content #mainTiles .grid4{
	transition: all .2s ease-in-out;
}
#home-content #mainTiles .purpleBlock1 a,
#home-content #mainTiles .purpleBlock2 a,
#home-content #mainTiles .purpleBlock3 a,
#home-content #mainTiles .purpleBlock4 a,
#home-content #mainTiles .purpleBlock5 a,
#home-content #mainTiles .purpleBlock6 a,
#home-content #mainTiles .purpleBlock7 a,
#home-content #mainTiles .purpleBlock8 a,
#home-content #mainTiles .purpleBlock9 a,
#home-content #mainTiles .purpleBlock10 a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: white;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#home-content #mainTiles .purpleBlock1{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/universityCollege/asp/images/advising-button.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(56 33 64);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(56 33 64 / 75%);
}
#home-content #mainTiles .purpleBlock2{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/universityCollege/asp/images/engagement-button.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(56 33 64);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(56 33 64 / 75%);
}
#home-content #mainTiles .purpleBlock3{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/universityCollege/asp/images/live-learning-button.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(56 33 64);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(56 33 64 / 75%);
}
#home-content #mainTiles .purpleBlock4{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/universityCollege/asp/images/cae-button.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(56 33 64);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(56 33 64 / 75%);
}
#home-content #mainTiles .purpleBlock5{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/universityCollege/asp/images/act-101-button.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(56 33 64);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(56 33 64 / 75%);
}
#home-content #mainTiles .purpleBlock6{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/universityCollege/asp/images/retention-button.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(56 33 64);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(56 33 64 / 75%);
}
#home-content #mainTiles .purpleBlock7{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/universityCollege/asp/images/peer-assistant-button.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(56 33 64);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(56 33 64 / 75%);
}
#home-content #mainTiles .purpleBlock8{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/universityCollege/asp/images/mentoring-button.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(56 33 64);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(56 33 64 / 75%);
}
#home-content #mainTiles .purpleBlock9{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/universityCollege/asp/images/mentoring-button.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(56 33 64);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(56 33 64 / 75%);
}
#home-content #mainTiles .purpleBlock10{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/universityCollege/asp/images/summer-start-button.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(56 33 64);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(56 33 64 / 75%);
}


#home-content #mainTiles .grid3 :hover{
	transform: scale(1.02);
	transition: all .2s ease-in-out;
}

@media only screen and (max-width: 768px) {

	#home-content #mainTiles .row-responsive{
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;

	}
}

.pseudoHead5 {
	font-family: "myriad-pro", Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .15rem;
	font-size: 1em;
	margin: 20px 0px;
	color: #FFE800; !important!
	clear: left;
	line-height: 1.3em;
}

#home-content #summer-asp .wcuSplitBlockContainer .outerWCUSplitBlock, #home-content .ovBlockContainer .outerWCUSplitBlock {
	padding: 20px 5% 20px 5%;
	min-height: 250px;
	font-size: 1em;
	height: 100%;
	position: relative;
	display: table;
}

#home-content #summer-asp .pyPara2 {
	background-attachment: initial;

}

#home-content #cardSection .card h3 {
    font-size: 1.2em;
    line-height: 1.2em;
}
#home-content .card #eventsBox .slides h3, #home-content .card #eventsBox .slides p {
	text-align: center;
	margin: 0px;
}
#home-content #cardSection .grid4 img{
	width: 100%;
	max-width: 100%;
}

#home-content #cardSection .linkSection{
	padding: 10px 5% 20px 5%;
}
#home-content #cardSection h3, #home-content .linkSection h3, #home-content .tabContainer h3{
	line-height: 1em;
	text-transform: uppercase;
	color: #441F49;
	margin-top: 10px;
	padding-top: 10px;
}
#home-content #cardSection h3, #home-content #cardSection h3:after, #home-content .linkSection h3:after, #home-content .tabContainer h3:after{
	border-bottom: none;
	background: none;
}

#home-content #cardSection{
	float: left;
	width: 100%;
	padding: 0px 100px 0px 100px;
}
#home-content #cardSection > .row-responsive{
	display: flex;
}
#home-content .cardSection .grid4{
	padding: 5px;
} 
#home-content #cardSection .grid4, #home-content #cardSection .grid6{
	padding: 10px;
}
#home-content #cardSection .grid4:first-of-type{
	padding-left: 0px;
}
#home-content #cardSection .grid4:last-of-type{
	padding-right: 0px;
}

#home-content .card{
	border: 2px solid #eee;
	border-top: 7px solid #441F49;
	background-color: #fff;
	padding: 30px;
	float: left;
	width: 100%;
	height: 100%;
}


#home-content #cardSection .card .slides h3{
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1.5em;
}
#home-content .card .contentSlides{
	margin-top: 0px;
}
#home-content .card img + span.pdfIcon{
	display: none;
}
#home-content #cardSection .readMore a{
	color: #441F49;
	line-height: 1.4;
	text-transform: uppercase;
	float: right;
	font-weight: bold;
	margin-top: 40px;
	text-decoration: none;
	clear: both;
}
#home-content #cardSection .readMore a:hover{
	text-decoration: underline;
}
#home-content #cardSection .card .grid8 {
	padding: 25px;
}

#home-content .advising-resources {
	margin: 5%;
	float: left;
	display: block;
}
#home-content .advising-resources .grid4 {
	padding: 15px;
	text-align: center;
}
#home-content .advising-resources .grid4 img {
	max-width: 60%;
}

#home-content .btnPad .grid12 {
	padding: 0 10px;
}


/* TIMELINE SUMMER ASP */

.timeline h2 {
    margin: 0px 0px;
}

.timeline  h3 {
    margin: 20px 0px 40px 0;
}

.timeline {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 5% 8%;
}

.timeline__event {
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	margin: 20px 0;
	border-radius: 8px;
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
		0 18px 36px -18px rgba(0, 0, 0, 0.3),
		0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline__event__title {
	font-size: 1.2rem;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: 600;
	color: #6e3061;
	letter-spacing: 1.5px;
}

.timeline__event__content {
	padding: 20px;
	width: 100%;
}
.timeline__event__date {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 600;
	white-space: nowrap;
}


.timeline__event__icon {
	border-radius: 8px 0 0 8px;
	background: #ffe800;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 38%;
	font-size: 2rem;
	color: #6e3061;
	padding: 20px;
}
.timeline__event__date-1 {
	color: #6e3061;
	font-size: 1.5rem;
	font-weight: 600;
	white-space: nowrap;
}
.timeline__event__icon-2 {
	border-radius: 8px 0 0 8px;
	background: #6e3061;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 38%;
	font-size: 2rem;
	color: #6e3061;
	padding: 20px;
}



.timeline__event:before {
	content: "";
	width: 5rem;
	height: 5rem;
	position: absolute;
	background: #ffe800;
	border-radius: 100%;
	left: -6rem;
	// right: 90%;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #d4a129;
}

.timeline__event:after {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 70%;
	// transform: translateY(-50%);
	left: -3.5rem;
	z-index: -1;
}

.timeline__event:last-of-type:after {
	content: none;
}

.timeline__event--type1:after{
	background: #382140;

}

.timeline__event--type2::before {
	background: #6e3061;
	border-color: #382140;
}
.timeline__event--type2:after{
	background: #382140;
}



@media (max-width: 786px) {
	.timeline__event {
		flex-direction: column;
	}
	.timeline__event__icon {
		border-radius: 4px 4px 0 0;
	}
}


#home-content #joinOurTeam.borderContent {
    padding: 5%;
}

#home-content .values-plan {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#home-content .values-plan .grid6{
	padding: 25px;
}


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


#home-content #mentoring .wcuSplitBlockContainer .outerWCUSplitBlock, .ovBlockContainer .outerWCUSplitBlock {
    padding: 25px 50px;

}