/* 
This is the section css for
Advising
*/
#home-content #lowerContent .grid4:nth-child(1) { padding-right: 10px; }
#home-content #lowerContent .grid4:nth-child(2) { padding-left: 5px; padding-right: 5px; }
#home-content #lowerContent .grid4:nth-child(3) { padding-left: 10px; }

#home-content #lowerContent .grid4:nth-child(2) img {
	margin-top: 50px;
	width: 100%;
}

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

/*PLAY BTN ON VIDEOS PAGE*/
#home-content .videos .playBtn{
	display: none;
}

/* CARDS */
#home-content .cards {
	border-radius: 10px;
	box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 10px;
	position: relative;
	white-space: nowrap;
}
#home-content .cards .linkWrapper .gPadding > a:hover {
	z-index: 100;
	transition: .2s;
	-webkit-transition: .2s;
}
#home-content .cards .shadow {
	border-radius: 10px;
}
#home-content .cards .panelTitle {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-right: 40px;
	white-space: normal;
}
#home-content .cards .linkWrapper:not(:first-child) .grid {
	margin-left: -50px;
}
#home-content .cards .linkWrapper {
	display: inline-block;
	position: relative;
}

#home-content .cards #controls button {
	background-color: rgba(68, 31, 73, .9);
	border: none;
	color: #D9AA2A;
	font-size: 2em;
	font-weight: bold;
	padding: 10px;
	position: absolute;
	z-index: 100;
}
#home-content .cards #controls button:hover {
	background-color: rgba(118, 55, 117, .9);
	color: #FFBD07;
	cursor: pointer;
}
#home-content .cards #controls button:active {
	background-color: rgba(68, 31, 73, .9);
}
#home-content .cards #controls #decreaseSpeed {
	height: 100%;
	left: 0;
	top: 0;
}
#home-content .cards #controls #pause {
	border-radius: 5px;
	left: 50%;
	top: -15px;
	padding: 20px 20px 5px 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
#home-content .cards #controls #increaseSpeed {
	height: 100%;
	right: 0;
	top: 0;
}

/* SCROLL BAR */
#home-content .cards::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
#home-content .cards::-webkit-scrollbar {
	height: 12px;
	background-color: #F5F5F5;
}
#home-content .cards::-webkit-scrollbar-thumb {
	background-color: #763775;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.FancyBoxText ul {
	list-style-position: inside;
}
.FancyBoxText .wcunsfy {
	display: block;
	padding-top: 1em;
}
#home-content .expandList > li > div {
	margin-bottom: 0;
}


/* ================ */
/*   GRID SYSTEM    */
/* ================ */
#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 .col6-6 .grid6 { text-align: center; }
#home-content .col6-6 ul {
	list-style: none;
	margin-left: 0;
}
#home-content .fullWidth {
	clear: both;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow: auto;
	padding: 20px 50vw;
}
#home-content .fullWidth:first-of-type { padding-top: 0; }
#home-content .fullWidth:nth-child(even) { background-color: #EEE; }
#home-content .fullWidth:nth-child(even) hr { border-color: #ddd; }
#home-content .expandInfo {
	color: rgba(118, 55, 117, 1);
}
#home-content .expandInfo:hover{cursor: pointer;}
#home-content .rightColumn{padding-left: 20px;}

@media only screen and (max-width: 768px) {
	/* ================ */
	/*   GRID SYSTEM    */
	/* ================ */
	#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; }
	#home-content .rightColumn{padding-left: 0px;}
	#home-content .noMobile{display: none !important;}
}

#home-content .grid4{
	padding-right:10px;
}
#home-content .quickBold{
	font-weight: bold;
}
#home-content .undergradBtn{width: 100%;}

/***********************FAQ****************************/
#home-content .faq .pictureBtns a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

/********** ADVISING MATERIALS **********/
#home-content .materialHeading{
	list-style-type: none;
	margin-left: 0;
	width: 100%;
	text-align: center;
	background: #441F49;
	padding: 10px;
}
#home-content .materialHeading li{
	display: inline;
}
#home-content .materialHeading li a{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 1.3em;
	padding: 10px;
}
#home-content .materialHeading li a:hover{
	color: #FFBD07;
}
#home-content .materialHeading li span{
	text-decoration: none;
	color: #474747;
	font-weight: bold;
	font-size: 1.3em;
	padding: 10px;
}
#home-content .headingLetter{
	background: #763775;
	color: #FFBD07;
	font-size: 1.3em;
	padding: 10px;
	font-weight: bold;
}


/********** ADVISING MATERIALS NEW **********/


#home-content .horizontalMenuDept{
	margin: 10px 0;
}
#home-content .horizontalMenuDept ul{
	width: 100%;
	display: flex;
	list-style-type: none;
	text-transform: uppercase;
	margin-left: 0;
}
#home-content .horizontalMenuDept ul li{
	flex-grow: 1;
}
#home-content .horizontalMenuDept ul li a{
	display: block;
	height: 100%;
	text-align: center;
	text-decoration: none;
	color: #382140;
	font-weight: bold;
	border-bottom: 2px solid #EEE;
	border-right: 2px solid #DDD;
	padding: 5px;
}
#home-content .horizontalMenuDept ul li a.inactive{
	color: #A52622;
	text-decoration: line-through;
}
#home-content .horizontalMenuDept ul li a.inactive:hover{
	border-bottom: 2px solid #EEE;
	cursor: default;
}
#home-content .horizontalMenuDept ul li:last-of-type a{
	border-right: none;
}
#home-content .horizontalMenuDept ul li a:hover, .horizontalMenuDept ul li a.activeMenu{
	border-bottom: 2px solid #ffe800;
}
#home-content .hideHorizontalMenu{
	display: none;
}




/********** OUTSTANDING ADVISING **********/
#home-content .outstandingAdvising > .grid12 > .row-responsive{
	margin: 0;
}
#home-content .outstandingAdvising .grid4{
	padding: 0 5px;
	padding-bottom: 5px;
}
#home-content .outstandingAdvising .grid4 > .row-responsive{
	margin: 0;
}
#home-content .outstandingAdvising .grid4 a{
	text-decoration: none;
}
#home-content .outstandingAdvising .grid4 p{
	background-color: #EEE;
	padding: 5px 10px;
	padding-bottom: 15px;
	margin: 0;
	text-align: center;
	color: #763775;
	font-weight: bold;
	border: 2px solid #DDD;
}
#home-content .outstandingAdvising .grid4 span{
	display: block;
	padding: 5px 0;
}
#home-content .outstandingAdvising h3{
	border-bottom: none;
	text-align: center;
	background: #763775;
	color: #FFF;
	font-size: 3em;
	padding: 0 10px;
	margin: 10px 0;
	word-wrap: break-word;
	height: 150px;
	line-height: 150px;
	font-weight: normal;
}
#home-content .outstandingAdvising h3:after{
	display: none;
}
#home-content .outstandingAdvising .arts-humanities .grid4 span{
	background-color: #441F49;
	color: #FFF;
}
#home-content .outstandingAdvising .arts-humanities h3{
	background: #441F49;
	color: #FFF;
}
#home-content .outstandingAdvising .cbpm .grid4 span,
#home-content .outstandingAdvising .music .grid4 span{
	background-color: #FFBD07;
	color: #763775;
}
#home-content .outstandingAdvising .cbpm h3,
#home-content .outstandingAdvising .music h3{
	background: #FFBD07;
	color: #763775;
}
#home-content .outstandingAdvising .edsw .grid4 span,
#home-content .outstandingAdvising .supportServices .grid4 span{
	background-color: #441F49;
	color: #FFF;
}
#home-content .outstandingAdvising .edsw h3,
#home-content .outstandingAdvising .supportServices h3{
	background: #441F49;
	color: #FFF;
}
#home-content .outstandingAdvising .healthSciences .grid4 span,
#home-content .outstandingAdvising .other .grid4 span{
	background-color: #FFBD07;
	color: #763775;
}
#home-content .outstandingAdvising .healthSciences h3,
#home-content .outstandingAdvising .other h3{
	background-color: #FFBD07;
	color: #763775;
}
#home-content .outstandingAdvising .sciences-mathematics .grid4 span{
	background-color: #441F49;
	color: #FFF;
}
#home-content .outstandingAdvising .sciences-mathematics h3{
	background-color: #441F49;
	color: #FFF;
}

@media only screen and (max-width:1000px){
	#home-content .outstandingAdvising h3{
		font-size: 2em;
	}
}

@media only screen and (max-width:768px){
	#home-content .leftGrid{padding-right: 0px;}
	#home-content .rightGrid{padding-left: 0px;}
	#home-content .firstGrid, #home-content .midGrid, #home-content .lastGrid{padding: 0 5px;}
	#home-content .linkWrapper .grid12{width: 50%; padding: 0 10px;}
	#home-content .students .linkWrapper .grid12{margin-bottom: 10px;}
	#home-content .homepage .linkWrapper .panelInfo{width: 400px; margin: auto;}
	#home-content .students .linkWrapper .grid12{width: 50%; padding: 0 5px;}
	#home-content .resourceImage{float: left; width: 30%;}
	#home-content .campusResources p{margin-left: 33%;}
	#home-content .homepage .btn{max-width: 400px; margin-top: 15px;}
	#home-content .grid4.rightGrid hr{display: none;}
	#home-content .learnVideo{float: none;}
	#home-content .goodAdvising{width: 100%; float: right;}
	#home-content .videos .grid3 { width: 50%; }
	#home-content .upkBtn { width: 100% }

	/* 	HOMEPAGE */
	#home-content .cards .linkWrapper:not(:first-child) .grid { margin-left: 0px; }
	#home-content #lowerContent .grid4:nth-child(1) { padding-right: 0px; }
	#home-content #lowerContent .grid4:nth-child(2) { padding-left: 0px; padding-right: 0px; }
	#home-content #lowerContent .grid4:nth-child(3) { padding-left: 0px; }

	/********** OUTSTANDING ADVISING **********/
	#home-content .outstandingAdvising h3{
		font-size: 1.3em;
		height: 50px;
		line-height: 50px;
	}

}

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

.awardRecipients{
	padding: 5% 5%;
	padding-bottom: 4%;
	float: left;
	width: 100%;
}
.awardRecipients .grid4{
	padding: 0px 20px; 
}
.awardRecipients h2{
	text-align: center;
	margin-bottom: 40px;
}
.awardRecipients .grid4{
	padding: 0px 20px;
}
#home-content .awardRecipients .accordion{
	margin-top: 30px;
}
.awardRecipients .grid4 img{
	max-width: 350px;
}
#home-content .grid6 .borderContent{
	padding-top: 0%;
}

@media only screen and (max-width:1500px){
	.awardRecipients .grid4{
		padding: 0px 10px;
	}
	.awardRecipients .grid4 .popOutBorder, .awardRecipients .grid4 img{
		max-width: 90%;
	}
}
@media only screen and (max-width:768px){
	.awardRecipients .grid4 .popOutBorder, .awardRecipients .grid4 img{
		max-width: 100%;
	}
}

#home-content .howTo .accordion {
	padding-left: 50px;
}

#home-content .caeTab h3 {
    text-align: center;
    padding: 0px 50px;
}

#home-content .btnPad a.btnMain{
    width: 100%;
}


#home-content #smallCardSection{
	padding: 20px 50px;
	float: left;
}
#home-content #smallCardSection .grid6{
	padding: 20px 0px;
}
#home-content #smallCardSection .grid4{
	padding: 0px 10px;
}
#home-content #smallCardSection .grid6:first-of-type{
	padding-right: 20px;
}
#home-content #smallCardSection .grid6:last-of-type{
	padding-left: 20px;
}
#home-content #smallCardSection .grid6 .card, #home-content #smallCardSection .grid4 .card{
	border: 2px solid #eee;
	border-top: 5px solid #441F49;
	padding: 20px 30px;
}
#home-content #smallCardSection .cardTitle{
	font-size: 1.6em;
	color: #441F49;
	line-height: 1em;
}
#home-content #smallCardSection .grid4 .cardTitle{
	margin-top: 0px;
}


