/* 
This is the section css for
Communication Studies 
*/



.contact{
	max-width: 600px;
}
.hideMenu{
	display: none;
}
#home-content .imgLeft{
	float: left;
	margin-right: 10px;
}
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}

#home-content .greyGrid{
	background-color: #eee;
	padding: 20px;
}


/* 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: #6e3061;
}
#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;
}




/****************/
/*	NEW HP 2020	*/
/****************/


/*	NEW ARTS PAGE	*/
#home-content #newArts .row-responsive{
	margin-top: 0;
	margin-bottom: 0;
}
#home-content #newArts h2{
	font-size: 4em;
	line-height: 1.1em;
	font-weight: initial;
	text-align: center;
	color: #fff;
}
#home-content #newArts h2 span{
	font-weight: bold;
}
#home-content #newArtsOption .row-responsive{
	margin-top: 0;
	margin-bottom: 0;
}
#home-content #newArtsOption h2{
	font-size: 3.7em;
	line-height: 1.1em;
	font-weight: initial;
	text-align: center;
	color: #fff;
}
#home-content #newArtsOption h2 span{
	font-weight: bold;
}#home-content #artsTop{
	padding-bottom: 20px;
}
#home-content #artsTop .grid8{
	padding-right: 10px;
}
#home-content #artsTop .grid4{
	padding-left: 10px;
}
#home-content #artsMid{
	padding: 0px;
	float: left;
}
#home-content #newArtsOption #artsMid{
	background: rgba(0, 0, 0, .75);
	border: solid 1px rgba(238, 238, 238, .2);
}
#home-content .contentBoxes .topicBox{
	position: relative;
}
#home-content .contentBoxes h3{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.7em;
	/* 	color: #fff; */
	/*FOR TEST*/
	color: #FFBD07;
	font-family:"OpenSansBold", sans-serif;
}
#home-content .contentBoxes h3:after{
	background: none;
}
#home-content .contentBoxes p{
	color: #fff;
}
#home-content .contentBoxes .grid6{
	padding: 20px;
}#home-content #newArtsOption .contentBoxes .grid6{
	padding: 10px 5px 10px 5px;
}
#home-content #newArts .contentBoxes .grid6:first-of-type{
	padding-left: 0;
}
#home-content #newArts .contentBoxes .grid6:last-of-type{
	padding-right: 0;
}
#home-content #newArtsOption .contentBoxes .grid6{
	padding: 20px
}
#home-content #newArts .contentBoxes .topicBox{
	background: rgba(0, 0, 0, .75);
	border: solid 1px #fff;
}
#home-content #newArtsOption .contentBoxes .topicBox{
	width: 100%;
}
#home-content .contentBoxes .topicBox > div{
	padding: 0px 20px 70px 20px;
}
#home-content #newArtsOption .contentBoxes .topicBox > div{
	padding: 0px 20px 40px 20px;
}
#home-content #newArtsOption .contentBoxes:last-of-type{
	padding-bottom: 40px;
}
#home-content #newArts .contentBoxes .topicBox a{
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #441F49;
	border: .2px solid #FFF;
	padding: 10px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
}
#home-content #newArts .contentBoxes .topicBox a:hover{
	background: #341738;
	color: #D9AA2A;
}

#home-content #newArtsOption .contentBoxes .topicBox a{
	text-align: center;
	width: 80%;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	color: #441F49;
	text-decoration: none;
	text-transform: uppercase;
	background: #fff;
	border: .2px solid #441F49;
	padding: 10px;
	font-weight: bold;
	transition: 0.6s;
}
#home-content #newArtsOption .contentBoxes .topicBox a:hover{
	background: #441F49;
	color: #fff;
	transition: 0.6s;
}
/*	CALENDAR BOX FOR MOCK UP	*/
#home-content .calendarBox{
	float: left;
	background: rgba(0, 0, 0, .75);
	width: 100%;
	overflow-y: scroll;
	border: solid 1px rgba(238, 238, 238, .2);
	padding: 0px 20px 20px 20px;
}
#home-content .calendarBox h3{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.7em;
	color: #FFBD07;
	font-family: "OpenSansBold", sans-serif;
}
#home-content .calendarBox h3:after{
	background: none;
}
#home-content .calendarBox h4{
	margin: 10px 0px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.3em;
	color: #FFBD07;
	border-bottom: 3px solid #fff;
}


#home-content #arts19 #artsTopSection{
	position:relative;
	overflow:hidden;
}
#home-content #arts19 #artsTitleBox{
	background-color: #441F49;
	position: absolute;
	top: 30px;
	left: 60px;
	z-index: 3;
}
#home-content #arts19 #artsTitleBox h3{
	border-bottom: none;
	color: #FFBD07;
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px;
	font-size: 2.7em;


}
#home-content #arts19 #artsTitleBox h3:after{
	background: none;
}
#home-content #arts19 #artsGhostBox{
	/* 	background-color: rgba(0, 0, 0, .75); */
	position: absolute;
	top: 60px;
	right: 50px;
	z-index: 3;
}
#home-content #arts19 #artsGhostBox #ghostInner{
	padding: 20px 60px 20px 30px;
	background-color: rgba(0, 0, 0, .75);
}
#home-content #arts19 #artsGhostBox h3{
	border-bottom: none;
	color: #FFBD07;
	margin-top: 0;
	padding-bottom: 0;
	font-size: 1.4em;
}
#home-content #arts19 #artsGhostBox h3:after{
	background: none;
}
#home-content #arts19 #artsGhostBox li, #home-content #arts19 #artsGhostBox ul{
	list-style-type: none;
	margin-left: 0;
}
#home-content #arts19 #artsGhostBox a{
	color: #fff;
	text-decoration: none;
}
#home-content #arts19 #artsGhostBox a:hover{
	text-decoration: underline;
}
#home-content #arts19 #artsGhostBox .grid6 a{
	display: block;
	background-color: #441F49;
	color: #FFBD07;
	font-weight: bold;
	padding: 10px 1px;
	width: 100%;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .75);
	text-transform: uppercase;
	font-size: .9em;
}
#home-content #arts19 #artsGhostBox #ghostInner .grid12{
	margin-bottom: 20px;
}
#smBox p{
	text-align: left;
}
#smBox img{
	width: 47px;
	margin-top: 10px;
}
#smBox a{
	margin-right: 10px;
}
#smBox a:last-of-type{
	margin-right: 0px;
}

/*	CALENDAR FOR THIRD REDESIGN	*/
#home-content #arts19 .calendarBox{
	float: left;
	background: #eee;;
	width: 100%;
	overflow-y: scroll;
	border: none;
	padding: 0px 20px 20px 20px;
}
#home-content #arts19 .grayBox h3{
	border-bottom: none;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 1.9em;
	color: #441F49;
	text-align: left;
	text-transform: uppercase;
	font-weight: bolder;
	font-family:"OpenSansBold", sans-serif;
}
#home-content #arts19 .grayBox h3:after{
	background: none;
}
#home-content #arts19 .calendarBox h4{
	margin: 10px 0px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.3em;
	color: #FFBD07;
	border-bottom: 3px solid #fff;
}
#home-content #arts19 .grid8{
	padding: 20px 40px;
}

#home-content #arts19 .grid8 h2{
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 0px 0px 0px 5px;
	font-size: 1.9em;
	color: #441F49;
	text-align: left;
	text-transform: uppercase;
	font-weight: bolder;
}


/*	NEW TILE SECTION	*/
#home-content #arts19 .grid8 .grid4{
	padding: 0px 5px;
}
#home-content #arts19 .commNewsItem h3{
	display: block;
	color: #441F49;
	margin-top: 0;
	margin-bottom: 0;
}
#home-content #arts19 .commNewsItem:hover h3{
	color: #441F49;
}
#home-content #arts19 .commNewsItem img{
	width: 300px;
	max-width: 100%;
	margin: 0 0 10px 0;
}
#home-content #arts19 .commNewsItem:hover{
	background-color: #fff;
}
#home-content #arts19 .commNewsItem .commDate{
	display: none;
}
#home-content #arts19 #rssFeed{
	margin-top: 0;
}
#home-content #arts19 figure{
	padding-top: 0;
}
#home-content #arts19 .flexsliderLarge{
	margin-bottom: -25px;
}

#home-content #arts19 #artsMidSection{
	padding: 0px;
	float: left;
	margin-top: -10px;
}

/*******	SECOND REDESIGN	******/

#home-content #artsTopSection .slides img{
	width: 100%;
}
#artsTopSection{
	position:relative;
	overflow:hidden;
}

#artsTopSection .flex-caption{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	max-height: 200px;
	background: -moz-linear-gradient(top,  rgba(137,255,241,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	padding-left: 60px;
	padding-right: 20px;
}

#home-content #artsTopSection .flexsliderLarge div.flex-caption>p{
	position: absolute;
	bottom: 1px;
	font-size: 2.2em;
	color: #FFBD07;
}
#home-content #artsTopSection .flexsliderLarge div.flex-caption>p a{
	color: #FFBD07;
	text-decoration: none;
}
#home-content #artsTopSection .flexsliderLarge div.flex-caption>p a:hover{
	text-decoration: underline;
}
.artsFeed p{
	color: #441F49;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
}
.artsFeed a{
	text-decoration: none;
}
#artsMidSection{
	padding: 0px 40px;
}
#home-content #artsMidSection .grid8{
	padding-top: 20px;
}

#parkingInfo a .pdfIcon{
	display: none !important;
}

/******	RSS FEED	******/
#home-content #artsFeed .grid4:nth-of-type(3n+1){
	clear: left;
}
#home-content #artsFeed .grid4:nth-of-type(n+4){
	display: none;
}
#home-content #studentSuccessFeed .grid4:nth-of-type(3n+1){
	clear: left;
}
#home-content #studentSuccessFeed .grid4:nth-of-type(n+4){
	display: none;
}

/** studentWork.aspx **/
#home-content .flickrEmbed{
	text-align: center;
}


#home-content #arts19 .grid4{
	padding-right: 0px;
}
#home-content #arts19 .videoContainer{
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: -10px;
}
#home-content #arts19 .videoContainer .playBtn{
	display: none;
}
#home-content #arts19 .fancybox-media img{
	box-shadow: none;
}


#arts19 .grayBox{
	background-color: #eee;
	padding: 30px 20px 30px 30px;
	float: left;
	width: 100%;
}
#home-content #arts19 .grayBox li{
	margin-bottom: 10px;
}
#arts19 .grayBox:first-of-type{
	padding-bottom: 75px;
}
#home-content #arts19 .bottomLink{
	float: right;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #441F49;
}
#home-content #arts19 .bottomLink:hover{
	text-decoration: underline;
}
#home-content #arts19 .grid8 .bottomLink{
	margin-top: -20px;
	margin-right: 50px;
}



#home-content .newsHome h3:after{
	display: none;
}
#home-content .newsHome > .grid4 > .grid12{
	background: #EEE;
	padding: 10px;
	margin: 0;
}
#home-content .newsHome > .grid4:first-of-type{
	padding-right: 10px;
}
#home-content .newsHome > .grid4:last-of-type{
	padding-left: 10px;
}
#home-content .newsHome h4{
	margin-bottom: 0;
	border: none;
	color: #763775;
}
#home-content .newsHome .date{
	margin-top: 0;
}

#home-content #home .grid9{
	padding-right: 15px;
}

#home-content #home .grid1 img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
.hpImg{
	margin-top: 10px;
	margin-bottom: 10px;
}
#home-content #home .row-responsive{
	margin: 0;
}
/*news and announcements*/
#home-content .newsHome{
	padding: 10px;
	padding-left: 0px;
	text-transform: uppercase;
}
#home-content .newsHome p{
	font-size: 1.2em;
}
#home-content .grid12 .newsHome h3, #home-content #artsMidSection .grid8 h3{
	margin-bottom: 30px;
	margin-top: 20px;
	padding: 0px 0px 0px 5px;
	font-size: 1.9em;
	line-height: 1.1em;
	color: #441F49;
	text-align: left;
	text-transform: uppercase;
	border-bottom: none;
	font-weight: bold;
	font-family: "OpenSansBold", sans-serif;
}
#home-content .grid12 .newsHome h3:after, #home-content #artsMidSection .grid8 h3:after{
	display: none;
}

#home-content .newsHome .grid4 > .grid12{
	background-color: #EEE;
	padding: 10px;
	margin: 0;
	padding-top: 20px;
}
#home-content #arts19 .grid8 .newsHome .grid4{
	padding-right: 30px;
}

#home-content .grid12 .newsHome h4{
	margin-bottom: 0;
	border-bottom: none;
	color: #763775;
	text-transform: uppercase;
}

#home-content .newsHome .date{
	margin-top: 0;
}

/** internship positions **/
#home-content .internshipPositions p{
	margin: 0;
}

#home-content .homeInternshipPositions .btnMain{
	width: auto;
}


@media only screen and (max-width:1280px){
	#home-content #artsTop .flex-caption{
		padding: 5px 120px 20px 70px;
		max-height: 110px;
	}
}

@media only screen and (max-width:1040px){
	#home-content #artsTop .flex-caption{
		padding: 5px 60px 20px 50px;
		max-height: 150px;
	}
	#home-content #artsTop .grid4{
		width: 100%;
		padding-left: 0px;
	}
	#home-content #artsTop .grid8{
		width: 100%;
		padding-right: 0px;
	}
	#home-content #arts19 #artsGhostBox{
		display: block;
		position: initial;
		top: auto;
		right: auto;
		float: left;
		width: 100%;
		margin-top: -30px;
	}
	#home-content #arts19 #artsMidSection{
		padding: 0px;
		float: left;
		margin-top: 10px;
	}
	#artsTopSection .flex-caption{
		height: auto;
		max-height: 100px;
		background: linear-gradient(to bottom,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%) !important;
		padding-left: 10px;
		padding-bottom: 20px;
		max-height: 150px;
	}
	#home-content #artsTopSection .flexsliderLarge div.flex-caption>p a{
		font-size: .6em;
	}
	#home-content #artsTopSection .flexsliderLarge div.flex-caption>p{
		margin-top: 10px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:768px){
	#home-content .contentBoxes .topicBox .nodial a , #home-content .noDial a{
		display: initial;
		padding: 0;
		border: none;
		background: initial;
	}
	#home-content .contentBoxes .grid6{
		padding: 0px;
		margin-bottom: 20px;
	}
	#home-content #artsTopSection .flex-caption{
		position: relative;
		background: #441F49 !important;
	}
	#home-content #artsTopSection .flexsliderLarge div.flex-caption>p{
		position: relative;
		bottom: auto;
		margin-top: 5px;
		margin-bottom: 5px;
		padding-bottom: 15px;
	}
	#home-content #arts19 #artsGhostBox .grid6{
		width: 50%;
		margin-top: 10px;
	}
	#home-content #arts19 .commNewsItem img{
		display: block;
		margin: 0 auto;
		float: none;
	}
	#home-content #arts19 .grid8 .bottomLink{
		margin: 10px 10px 20px 0px;
	}
	#home-content #arts19 #artsTitleBox{
		top: 0;
		left: 0;
	}
	#home-content #arts19 #artsTitleBox h3{
		padding: 10px;
		font-size: 1.7em;
	}
	#home-content #arts19 #artsMidSection .grid4{
		padding: 10px 30px;
	}
	#home-content #arts19 .grid8{
		padding: 10px 10px;
	}
	#home-content #arts19 #artsMidSection .grid4{
		padding: 10px 0px;
	}
	#home-content #arts19 #artsGhostBox{
		margin-top: -10px;
	}
	#home-content #arts19 #artsGhostBox .grid6{
		margin-top: 0px;
	}
	#home-content #arts19 #smBox{
		padding-left: 20px;
	}
}



/***	END HP 2020	***/





















































/***********HOME PAGE************/

.headTitle{
	color: #763775;
	font-size: 2.3em;
	margin-bottom: 10px;
	float: left;
}
#home-content .headParagraph{
	padding: 20px;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 15px;
	clear: both;
}
.homePadding{
	padding: 0 !important;
}
#commStudiesHome h2
{
	padding-left: 20px;
}
#blogBtn{
	float: right;
	display: block;
	position: absolute;
	top: 83px;
	right: 170px;
	width: 46.8px;
	height: 46.8px;
}



/*********ALUMNI SPOTLIGHT**********/
.alumniSpotlight{
	float: right;
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#home-content .alumniSpotlight .grid4{
	padding: 20px;
	padding-top: 0;
	padding-bottom: 15px;
}
#home-content .alumniSpotlight img{
	display: block;
	margin: 0 auto;
}
.prNewsItemAlumni{
	padding-top: 10px;
	border-top: 2px solid #c1c1c1;
}
.prNewsItemAlumni h4{
	border-bottom: none;
	color: #763775;
	font-size: 1.2em;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.prNewsItemAlumni:hover h4{
	color: #FFBD07;
	transition-duration: .5s;
}
.prNewsItemAlumni:hover a{
	color: #FFBD07;
	transition-duration: .5s;
}
.prNewsItemAlumni a{
	border-bottom: none;
	color: #763775;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.prNewsItemAlumni:hover{
	background-color: #763775;
	transition-duration: .5s;
}

#home-content .alumniSpotlight .hdnLink a:first-of-type{
	color: transparent; 
}
.alumniSingle{
	float: left;
	padding: 20px;
}
.alumniSingle img{
	padding: 10px;
	padding-left: 0;
	padding-top: 0;
}
#home-content .alumniSingle h2{
	color: #FFBD07;
	margin-bottom: 5px;
	font-size: 1.7em;
	padding-left: 10px;
}
#home-content .alumniSingle h3{
	color: #763775;
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: none;
	font-size: 1.9em;
	padding-left: 10px;
	padding-bottom: 0;
}
#home-content .alumniSingle h3:after{
	background: none;
}
#home-content .moreSpotlight{
	float: right;
	color: #763775;
	font-weight: bold;
	font-size: 1.3em;
	transition: all .2s ease-in-out;
}
#home-content .moreSpotlight:hover{
	transform: scale(1.1);
}

/******FACULTY PAGE*******/
#home-content .tabContainer{
	float: left;
	width: 100%;
}
.facultyContainer h3{
	margin-bottom: 0;
}
.facultyContainer a{
	text-decoration: none;
}
#home-content .facultyFirst{
	font-weight: bold;
}
.facultyContainer .grid10{
	padding-left: 20px;
}
/******SOCIAL MEDIA*******/
#home-content .faIcons img{
	float: right;
	padding-right: 5px;
	margin-top: 12px;
	margin-bottom: 10px;
}
#home-content .fa-facebook-square{
	color: #3b5998;
	float: right;
	padding-right: 15px;
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#home-content .fa-twitter-square{
	color: #55acee;
	float: right;
	padding-right: 5px;
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#home-content .fa-linkedin-square{
	color: #007bb5;
	float: right;
	padding-right: 5px;
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#home-content .fa-youtube-square{
	color: #bb0000;
	float: right;
	padding-right: 5px;
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}

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

.panelInfo span.panelTitle{
	padding: 5px 10px;
	padding-bottom: 20px;
	background: rgba(0, 0, 0, .7);
	color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.1em;
}
/***********GRAY SECTION**************/
.grayBack{
	background-color: #eee;
	float: right;
	padding: 20px;
}

#home-content .grayBack h3{
	border-bottom: none;
	color: #763775;
	font-size: 1.9em;
	margin-top: 10px;
}
#home-content .grayBack h3:after{
	background: none;
}
/**************PURPLE SECTION***************/
.purpleBack{
	background-color: #B094B5;
	padding-bottom: 0;
	width: 100%;
	float: right;
	padding: 20px;
}
.purpleBack h3{
	border-bottom: none;
	color: #FFF;
	font-size: 1.9em;
	margin-top: 10px;
}
.purpleBack h3:after{
	background: none;
}
#home-content .purpleBack .pdfIcon{
	display: none;
}
#home-content .buttonLinks{
	text-align: center;
	padding-bottom: 10px;
	height: 252px;
	width: 100%;
}
#home-content .buttonLinksLong{
	text-align: center;
	padding-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}
#home-content .buttonLinks:hover{
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}
#home-content .buttonLinksLong:hover{
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}
#home-content .buttonLinks a{
	text-decoration: none;
	padding: 100px 50px;;
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFF;
	line-height: normal;
	height: 252px;
	border-radius: 50%;
}
#home-content .buttonLinksLong a{
	text-decoration: none;
	padding: 80px 150px;
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFF;
	line-height: normal;
	height: 190px;
}
#home-content .buttonLinks a:hover{
	background-color: rgba(0,0,0,.5);
}
#home-content .buttonLinksLong a:hover{
	background-color: rgba(0,0,0,.5);
}
#home-content .buttonLinks .grid12{
	background-size: cover;
	background-repeat: no-repeat;
}
#home-content .buttonLinksLong .grid12{
	background-size: cover;
	background-repeat: no-repeat;
}
.firstButton{
	display: table;
	margin: 0 auto;
}
.secondButton{
	display: table;
	margin: 0 auto;
}
.thirdButton{
	display: table;
	margin: 0 auto;
}
.newButton{
	display: table;
	margin: 0 auto;
	padding: 0px;
}
#home-content .newButton .grid12 a{
	padding-top: 80px;
}
.fourthButton{
	display: table;
	margin: 0 auto;
}
.fifthButton{
	display: table;
	margin: 0 auto;
}
#home-content .buttonLinks .firstButton .grid12{
	background-image: url("../images/graduateOverview1.jpg") !important;
	background-position: 0 !important;
	border-radius: 50%;
	width: 252px;
}
#home-content .buttonLinks .secondButton .grid12{
	background-image: url("../images/graduateAdmission1.jpg");
	background-position: 0;
	border-radius: 50%;
	width: 252px;
}
#home-content .buttonLinks .thirdButton .grid12{
	background-image: url("../images/graduateCourses1.jpg");
	background-position: 0;
	border-radius: 50%;
	width: 252px;
}
#home-content .buttonLinks .newButton .grid12{
	background-image: url("../images/newComm.jpg");
	background-position: 0;
	border-radius: 50%;
	width: 252px;
}
#home-content .buttonLinks .fourthButton .grid12{
	background-image: url("../images/graduateHandbook1.jpg");
	background-position: bottom;
	border-radius: 50%;
	width: 252px;
}
#home-content .buttonLinks .fifthButton .grid12{
	background-image: url("../images/graduateTestimonials1.jpg");
	background-position: bottom;
	border-radius: 50%;
	width: 252px;
}
#home-content .purpleBack .grid4 a{
	text-align: center;
}
#home-content .purpleBack .grid6 a{
	text-align: center;
}

/**********WHITE SECTION************/
.whiteBack{
	padding: 20px;
}
.whiteBack h3{
	border-bottom: none;
	color: #763775;
	font-size: 1.9em;
	margin-top: 10px;
}
.whiteBack h3:after{
	background: none;
}
/*******HOME PAGE NEWS SECTION*******/
.newsSection{
	background-color: #eee;
	float: right;
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#home-content .newsSection h3{
	margin-top: 0;
	border-bottom: none;
	margin-bottom: 0;
	color: #763775;
	font-size: 1.9em;
	margin-top: 10px;
}
#home-content .newsSection h3:after{
	background: none;
}
#home-content .newsSection .grid4{
	padding: 30px;
	padding-top: 0;
	padding-bottom: 20px;
}
#home-content .newsSection img{
	display: block;
	margin: 0 auto;
}
.prNewsItem{
	margin-top: 15px;
	padding-top: 10px;
	border-top: 2px solid #c1c1c1;
}
.prNewsItem a{
	border-bottom: none;
	color: #763775;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.prNewsItem h4{
	border-bottom: none;
	color: #763775;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.prNewsItem:hover{
	background-color: #763775;
	transition-duration: .5s;
}
.prNewsItem:hover h4{
	color: #FFBD07;
	transition-duration: .5s;
}
.prNewsItem:hover a{
	color: #FFBD07;
	transition-duration: .5s;
}
#home-content #moreNews{
	float: right;
	color: #763775;
	font-weight: bold;
	font-size: 1.3em;
	transition: all .2s ease-in-out;
}
#home-content #moreNews span{
	display: block;
	text-align: center;
}
#home-content #moreNews:hover{
	transform: scale(1.1);
}
#home-content .newsSection .hdnLink a:first-of-type{
	color: transparent; 
}

/*********GRADUATE PROGRAM************/
.graySidePanel{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 0;
	padding: 10px;
	background-color: #eee;
}
.graySidePanel h4{
	margin-bottom: 5px;
}
.graySidePanel ul{
	text-decoration: none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#home-content #centerButtons{
	text-align: center;
	background-color: #EEE;
	padding: 10px;
}
#home-content .flexsliderWithCap{
	margin-bottom: 0;
}
#home-content .grid9{
	padding-right: 20px;
}
#gradCover .flexsliderLarge{
	margin-bottom: 0;
}
#gradCover .flexsliderLarge img{
	width: 100%;
}
#gradCover .row-responsive{
	margin-bottom: 0;
}
#gradCover h3:first-of-type{
	margin-top: 0;
}
/**********UNDERGRADUATE PROGRAM************/
#tableList{
	padding-left: 0;
	margin-left: 0;
}
#tableList li{
	list-style-type: none;
}
table, th, td{
	padding: 10px;
	border: 1px solid black;
	border-collapse: collapse;
}
#underGrad .flexsliderLarge{
	margin-bottom: 0;
}

#home-content .grid4{
	padding-bottom: 20px
}
#home-content #alternateTable tr:nth-child(odd){
	background-color: #ceb3d3;
}
#home-content #alternateTable{
	font-weight: bold;
}
/*********INTERNSHIP PROGRAM************/
#home-content .internshipBtn .grid6{
	padding: 20px;
}
/*********NEWS PAGE**********/
#home-content #newsPage .row-responsive{
	margin-bottom: 0;
	margin-top: 0;
}
#home-content #newsPage .grid9{
	padding-right: 0;
	padding-left: 20px;
}
#btnBuildNews{
	padding: 10px;
	background-color: #eee;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px;
	margin-top: 20px;
}
#btnBuildNews ul{
	list-style-type: none;
}
#btnBuildNews a{
	text-decoration: none;
}
#btnBuildNews a:hover{
	color: #FFBD07;
}
#btnBuildNews h4{
	margin-bottom: 10px;
}
#home-content .activeFilt{
	color: #FFBD07;
}
/************ALUMNI**************/
.btnBuild{
	overflow: hidden;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
a.selected{
	background: #441F49;
	color: #441F49;
}     
.transBtn{
	width: 260px;
	font-size:1.2em;
	font-weight: bold;
	background-color: #F7F7F7;
	color:#441F49;
	border: 2px solid #441F49;
	display: inline-block;
	margin: 10px;
	margin-bottom: 0;
}
.transBtn a{
	color: #441F49;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	display: block;
	text-decoration: none;
	text-align: center;
	background-image: linear-gradient(to left, transparent, transparent 50%, #441F49 50%, #441F49);
	background-position: 100% 0;
	background-size: 200% 101%;
	transition: all .5s ease-in;
}
.transBtn a:hover{
	background-position: 0 0;
	color: #EEE;
}
.bottomBtns{
	margin-bottom: 20px;
}
@media only screen and (max-width:1540px){
	#home-content .buttonLinksLong a{
		text-decoration: none;
		padding: 60px 120px;
		display: block;
		font-weight: bold;
		font-size: 1.5em;
		color: #FFF;
		line-height: normal;
		height: 180px;
	}
	#home-content .buttonLinksLong .fourthButton .grid12{
		width: 450px;
	}
	#home-content .buttonLinksLong .fifthButton .grid12{
		width: 450px;
	}
}
@media only screen and (max-width:1300px){
	#home-content .buttonLinksLong a{
		text-decoration: none;
		padding: 60px 90px;
		display: block;
		font-weight: bold;
		font-size: 1.5em;
		color: #FFF;
		line-height: normal;
		height: 180px;
	}
	#home-content .buttonLinksLong .fourthButton .grid12{
		width: 370px;
	}
	#home-content .buttonLinksLong .fifthButton .grid12{
		width: 370px;
	}
}
@media only screen and (max-width:1200px){
	#home-content .buttonLinksLong{
		margin-top: 0;
	}
	#home-content .buttonLinks{
		padding-bottom: 0;
	}
	#home-content .buttonLinks a{
		text-decoration: none;
		padding: 80px 50px;
		display: block;
		font-weight: bold;
		font-size: 1.5em;
		color: #FFF;
		line-height: normal;
		height: 200px;
		border-radius: 50%;
	}
	#home-content .newButton .grid12 a{
		padding-top: 50px;
	}
	#home-content .buttonLinks .firstButton .grid12, #home-content .buttonLinks .secondButton .grid12, #home-content .buttonLinks .thirdButton .grid12, #home-content .buttonLinks .newButton .grid12{
		width: 202px;
	}
	#home-content .buttonLinksLong .fourthButton .grid12, #home-content .buttonLinksLong .fifthButton .grid12{
		width: 350px;
	}
}
@media only screen and (max-width:1040px){
	.btnBuild{
		display: inline;
	}
	#blogBtn{
		top: 102px;
	}
	#home-content .buttonLinksLong .fourthButton .grid12, #home-content .buttonLinksLong .fifthButton .grid12{
		width: 320px;
	}
}
@media only screen and (max-width:948px){
	#blogBtn{
		top: 102px;
	}
}
@media only screen and (max-width:850px){
	#home-content .buttonLinksLong a{
		padding: 50px 80px;
		height: 160px;
	}
	#home-content .buttonLinks a{
		padding: 75px 35px;
		height: 170px;
	}
	#home-content .buttonLinks{
		height: 175px;
	}
	#home-content .buttonLinks .firstButton .grid12, #home-content .buttonLinks .secondButton .grid12, #home-content .buttonLinks .thirdButton .grid12, #home-content .buttonLinks .newButton .grid12{
		width: 165px;
	}
	#home-content .buttonLinksLong .fourthButton .grid12{
		width: 280px;
	}
	#home-content .buttonLinksLong .fifthButton .grid12{
		width: 280px;
	}
	#home-content #arts19 #smBox{
		padding-left: 20px;
	}
}

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

	#home-content .purpleBack .grid3{
		padding: 70px 10px;
	}
	#home-content .purpleBack .grid6{
		padding-top: 70px;
	}
	.newsImage{
		display: block;
		margin: 0 auto;
	}
	#home-content .gPadding img{
		width: 100%;
	}
	#home-content .grid4{
		padding: 0 5px;
	}
	.grayBack{
		padding: 10px;
	}
	.purpleBack{
		padding: 10px;
	}
	.whiteBack{
		padding: 10px;
	}
	.newsSection{
		padding: 10px;
	}
	#home-content .buttonLinksLong a{
		padding: 70px 180px;
		font-size: 1.3em;
		height: 170px;
	}
	#home-content .buttonLinks a{
		padding-top: 100px;
		height: 240px;
	}
	#home-content .buttonLinks .firstButton .grid12, #home-content .buttonLinks .secondButton .grid12, #home-content .buttonLinks .thirdButton .grid12, #home-content .buttonLinks .newButton .grid12{
		width: 240px;
	}
	#home-content .newButton .grid12 a{
		padding-top: 80px;
	}
	#home-content .buttonLinksLong .fourthButton{
		width: 560px;
	}
	#home-content .buttonLinksLong .fifthButton{
		width: 560px;
	}
	#blogBtn{
		top: 68px;
	}
	#home-content .wcu-fa{
		display: block;
		width: 100%;
	}
	#home-content #arts19 #artsMidSection .grid4 {
		width: 100% !important;
		padding: 10px 10px;
	}
	#home-content .buttonLinksLong .fourthButton .grid12{
		width: 100%;
	}
	#home-content .buttonLinksLong .fifthButton .grid12{
		width: 100%;
	}
}
@media only screen and (max-width:684px){

	#home-content .purpleBack .grid2{
		display: none;
	}
	#home-content .buttonLinks a{
		font-size: 1.3em;
		color: #FFF;
		line-height: normal;
		border-radius: 50%;
	}
	#home-content .buttonLinksLong a{
		padding: 50px 60px;
		height: 160px;
	}
}
@media only screen and (max-width:575px){
	#home-content .buttonLinks a{
		text-decoration: none;
		padding: 100px 10px;
	}
	#home-content .buttonLinksLong a{
		padding: 50px 40px;
		height: 160px;
	}
}
@media only screen and (max-width:480px){
	.grayBack{
		padding: 10px;
		width: 100%;
	}
	.purpleBack{
		padding: 10px;
	}
	.whiteBack{
		padding: 10px;
	}
	#home-content .buttonLinksLong a{
		padding: 50px 40px;
	}
	#home-content .buttonLinksLong{
		height: 150px;
	}
	#home-content .buttonLinks{
		height: 140px;
	}
}




/************ADVISORY BOARD**************/

#advisoryBoard .grid3 {
	padding: 20px;
}

#advisoryBoard .psuedoHead5 {
	color: #382140;
	font-family: "myriad-pro", Arial, sans-serif;
	font-weight: bold;
	line-height: 1em;
	font-size: 1.1em;
	margin: 30px 0px;
	letter-spacing: .15rem;
}

#advisoryBoard .centerContent {
	padding: 2% 10% 3%;
	display: block;
	float: left;
	width: 100%;
}

#advisoryBoard #home-content .borderContent {
	padding: 5% 15%; !important!
}



/*****************************************************/
/*****************************************************/
/*					NEW BRAND CSS					*/
/*****************************************************/
/*****************************************************/
#home-content .noteWorthy p, #home-content .noteWorthy h2, #home-content .noteWorthy h3{
	text-align: center;
}
#home-content .noteWorthy p{
	color: #fff;
}
#home-content .noteWorthy p strong{
	font-size: 1.3em;
	color: #ffe800;
}
#home-content .noteWorthy em{
	font-weight: bold;
}
#home-content .noteWorthy p a,
#home-content .noteWorthy p a:visited{
	color: #ffe800;
}
.centerH2{
	text-align: center;
}
#home-content .news-4 .grid4:hover p{
	text-decoration: underline;
}
#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%;
	}
}



#home-content .btnPadCol5 .grid3 {
	width:20%;
}
@media only screen and (max-width:768px){
	#home-content .btnPadCol5 .grid3 {
		width:100%;
	}
	#home-content .btnPadCol5 p {
		margin:0px 0px;
	}
}


