/* 
This is the section css for
Art + Design 
*/
#home-content .grid4{
	padding-right: 10px;
}
#home-content .grid8{
	padding-right: 20px;
}
#home-wrapper, .headerWrapper, #footer, body{
	overflow: visible !important;
}
.headerWrapper{
	float: left;
	width: 100%;
}
#home-content #parkingInfo .btnContact{
	border: none;
}
#home-content #parkingInfo a:nth-of-type(2){
	float: left;
}
/* ================ */
/*   GRID SYSTEM    */
/* ================ */
#home-content .col8-4 > .row-responsive > .grid8 { padding-right: 20px; }
#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 .row-responsive .grid4 img{
	display: block;
	margin: 0 auto;
}
#home-content .col6-6 .grid4 li{
	text-align: center;
}
#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(1) { padding-right: 10px; }
#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(2) { padding-right: 5px; padding-left: 5px; }
#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(3) { padding-left: 10px; }

#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 .noList {
	list-style: none;
	margin-left: 0;
}
#home-content .contentHolder h2.faculty { text-transform: uppercase; }

#home-content .grid4{
	padding-right: 10px;
}
/* ===== DEFAULT.aspx ===== */
#home-content .greyGrid {
	background-color: #fff;
	padding: 10px 20px 20px 20px;
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
#home-content ul.socialMedia {
	margin-left: 0;
}
#home-content .socialMedia li {
	list-style-type: none;
	padding: 3px 0 15px 35px;
}
#home-content .facebookLink  { background: url(../images/socialMedia/facebook.jpg) no-repeat; }
#home-content .twitterLink   { background: url(../images/socialMedia/twitter.jpg) no-repeat; }
#home-content .youtubeLink   { background: url(../images/socialMedia/youtube.jpg) no-repeat; }
#home-content .instagramLink { background: url(../images/socialMedia/instagram.jpg) no-repeat; }
#home-content .tumblrLink    { background: url(../images/socialMedia/tumblr.jpg) no-repeat; }
#home-content .linkedinLink  { background: url(../images/socialMedia/linkedin.jpg) no-repeat; }
#home-content .flickrLink    { background: url(../images/socialMedia/flickr.jpg) no-repeat; }

#home-content .greyBack{
	padding: 10px 30px;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}
#home-content .greyBack .grid5 p:first-of-type{
	margin-top: 60px;
}

#home-content #arts19 .grid4 .videoContainer:last-of-type{
	margin-top: 10px !important;
	margin-bottom: 0px;
}

/* ===== DEPTNEWS.aspx ===== */
#home-content .fullWidth .flex-control-paging { top: -1px; }
#home-content .fullWidth .flex-control-nav { text-align: center; }
#home-content .fullWidth .col6-6 .grid6 { text-align: center; }
#home-content .fullWidth .col6-6 img { display: inline-block; }
#home-content .fullWidth .col6-6 a + ul {
	list-style: none;
	margin-left: 0;
}
#home-content .fullWidth .col6-6 a + ul li:nth-child(1) {
	font-weight: bold;
	text-transform: uppercase;
}
html.js .fullWidth .slides li li { display: block; }
.ou-justedit-region .fullWidth .slides li { display: block !important; }
.ou-justedit-region #home-content .fullWidth .slides li {
	clear: both;
	overflow: auto;
}
.ou-justedit-region #home-content .slides li { display: block; }
#home-content .fullWidth #normal.col6-6 .grid6 { text-align: left; }
#home-content .fullWidth #normal .grid6 > ul {
	font-weight: bold;
	margin-bottom: 1em;
}
#home-content .fullWidth #normal .grid6 > ul ul { font-weight: normal; }

/* ===== DIGITALEXHIBITION.aspx ===== */
#home-content #digitalExperience ul {
	background-image: linear-gradient(to bottom right, #441F49, #763775);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #FFF;
	font-weight: bold;
	list-style: none;
	margin-left: 0;
	padding: .5em 1em;
}
#home-content #digitalExperience ul li:first-child {
	font-size: 1.2em;
	text-transform: uppercase;
}
#home-content #digitalExperience ul + p { margin-top: 0; }
#home-content #digitalExperience img {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	width: 100%;
}
#home-content #digitalExperience a:hover img {
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
}

/* =====ACADEMICS======*/
#home-content .programs .grid3{
	padding: 0 20px;
}
#home-content .programs .grid3 > .grid12{
	position: relative;
}
#home-content .programs .grid3 h4{
    background-color: #000;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
	margin: 0;
}
#home-content .programs .grid3 img{
	width: 100%;
}
#home-content .programs .programLinks{
	position: absolute;
	bottom: 5px;
	left: 0;
}
#home-content .programs .programLinks a{
	display: block;
	background: #763775;
	color: #FFF;
	padding: 10px 20px;
	margin: 0;
	text-align: center;
}
#home-content .programs .programLinks .row-responsive{
	margin: 0;
}
#home-content .programs .programLinks .grid5 a{
	margin-right: 2px;
}
#home-content .programs .programLinks p{
	margin: 0;
}

#home-content .academics .grid6{
	padding-bottom: 20px;
}

@media only screen and (min-width:1670px) {
#home-content .programs .programLinks .grid7 a{
	padding: 21px 20px;
}
}


/* ===== EMPLOYERSSUPPORTERS.aspx ===== */
#home-content #supporters .grid3 a { border-bottom: 3px solid #EEE; }
#home-content #supporters .grid3 a:hover { border-bottom: 3px solid #441F49; }

/* ===== EXHIBITIONSEVENTS.aspx ===== */
#home-content .exhibitionGrid img {
	float: left;
	margin-right: 1em;
	width: 30%;
}
#home-content .exhibitionGrid .grid4 h5{
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
}
#home-content .exhibitionGrid .grid4{
	padding: 2%;
}
#home-content .exhibitionGrid ul {
	list-style: none;
	font-weight: bold;
	margin-left: 0;
}
#home-content .exhibitions-page .tabContentSwitcher{
	padding: 0% 2%;
}


#home-content #camps-page .grid4 ul{
	list-style-type: none;
}
#home-content #camps-page .grid4 li{
	margin-top: 15px;
	font-size: 1.2em;
	font-weight: bold;
}
#home-content #camps-page .grid4 img{
	width: 100%;
	max-width: 450px;
	max-height: 294px;
}
#home-content #camps-page .grid4{
	padding: 30px 2%;
}
#home-content #camps-page .purplePara{
	margin-bottom: 50px;
}
#home-content #camps-page .purplePara .grid4 a{
	color: #fff;
}
#home-content #camps-page .borderContent .grid6 ul, #home-content #camps-page .borderContent .grid6 li{
	text-align: left;
}
#home-content #camps-page .borderContent .grid4 li{
	font-size: 1.1em;
	font-weight: bold;
}
#home-content #camps-page .borderContent .grid4 ul ul li{
	font-size: 1em;
	font-weight: normal;
}
#home-content #camps-page .borderContent .grid4{
	padding-top: 0px;
}

/* ===== FACULTY.aspx ===== */
#home-content #facultyTiles .grid4 {
	margin-bottom: 3.5em;
	text-align: center;
}
#home-content #facultyTiles .grid4 img{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
}
#home-content #facultyTiles ul {
	list-style: none;
	margin-left: 0;
}
#home-content #facultyTiles ul li:nth-child(1) {
	font-weight: bold;
	text-transform: uppercase;
}

/* ===== STUDENTSPOTLIGHT.aspx ===== */
#home-content #bandFLeft {
	display: inline-block;
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
}
#home-content #sampleCreations .grid4 { text-align: center; }
#home-content #sampleCreations .grid4 img { border-radius: 3px; }

/*Awards & Shows*/
#home-content .awards h3{
	margin-bottom: -10px;
}

@media only screen and (max-width: 768px) {
	/* ================ */
	/*   GRID SYSTEM    */
	/* ================ */
	#home-content .col8-4 > .row-responsive > .grid8 { padding-right: 0; }
	#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 .col4-4-4 > .row-responsive > .grid4:nth-child(1) { padding-right: 0; }
	#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(2) { padding-right: 0; padding-left: 0; }
	#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(3) { padding-left: 0; }

	/* ===== STUDENTSPOTLIGHT.aspx ===== */
	#home-content #bandFLeft { display: none; }
}





/*==========================*/
/*NEW ART + DESIGN HOMEPAGE */
/* SET UP ON 10.29.19 ******/

/*	FULL CALENDAR STYLING	*/

#home-content .calendarConfine{
	overflow-y: scroll;
}


.fc-toolbar{
	padding-right: 20px;
}
.fc-left h3{
	margin-top: 5px;
	border-bottom: none;
	margin-left: 0 !important;
	font-size: 2em;
}
.fc-left h3:after{
	background: none;
}

.fc-list-heading-main{
	font-size: 1.4em;
	color: #441F49;
	font-weight: bold;
}
.fc-list-heading-alt{
	font-size: 1.2em;
	padding-left: 5px;
	color: #441F49;
	font-weight: bold;
}

.fc-scroller{
	height: 100% !important;
}


.filter form{
	display: none;
}
.filter .filterHeader{
	display: none;
}

.invisible{
	display: none;
}

#home-content .fc-center{
	display: none;
}


.fc-prev-button{
	padding: 70px;
}
.fc-next-button{
	padding: 70px;
}


.fc-icon{
	width: 10px;
	height: 20px;
}


.fc-icon-left-single-arrow:after{
	content: "\02039";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
}

.fc-icon-right-single-arrow:after{
	content: "\0203A";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
}









/********************/
/*	Rebrand HP 2022	*/
/********************/

.centerH2{
	text-align: center;
}
.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: #441F49;
	height: 100%;
}
#home-content .topBannerMessage{
	padding: 3% 5% 3% 15%;
	background-color: #382140;
}
#home-content .topBannerMessage p{
	border-left: 4px solid #FFE800;
	color: #fff;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.1em;
}

/*	CALENDAR BOX FOR MOCK UP	*/
#upcomingEvents{
	padding: 5% 5%;
	background-image: url(https://www.wcupa.edu/_resources/includes/brand/images/homePageImages/hpFindProgParallax.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
	display: block;
}
#upcomingEvents h2{
	text-align: center;
	margin-bottom: 5%;
	color: #ffe800;
}
#home-content #upcomingEvents .forceUpper
{
	text-transform: uppercase;
	color: #EEE;
}
#upcomingEvents h3 + span
{
	font-size: .75em;
	padding-bottom: 50px;
}
#upcomingEvents .noImage
{
	background-color: #CCC;
	width: 70%;
}
#upcomingEvents .theMonth
{
	text-transform: uppercase;
	padding-top: 5px;
}
#upcomingEvents p
{
	font-size: .75em;
	margin-top: 0;
}
#upcomingEvents li:nth-child(n+10){
	display: none;
}
#upcomingEvents .theMonth, #upcomingEvents .theDate
{
	text-align: center;
	display: block;
	font-weight: bold;
}
#upcomingEvents a{
	font-size: 1.2em;
}
#upcomingEvents a:hover{
	color: #FFE800;
}
#upcomingEvents .theDate{
	font-size: 1.9em;
}
#upcomingEvents .moreDate{
	font-size: 1em;
}
#upcomingEvents .leftDate{
	float: left;
	padding: 5px 10px;
	/* 	margin-top: -10px; */
	border-right: 5px solid #FFE800;
	margin-right: 20px;
}
#upcomingEvents .theMonth, #upcomingEvents .theDate{
	color: #FFE800;
	font-family: "Phonk", Arial, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	margin-bottom: 10px;
	letter-spacing: .2rem;
}
#upcomingEvents .theDate{
	font-size: 1.8em;
}
#upcomingEvents .theLocation{
	font-size: 1em;
	color: #fff;
}
.contentHolder .flexsliderLarge ul{
	margin-left: 0px;
}
#upcomingEvents .slides li:first-child
{
	padding-left: 0;
}
#upcomingEvents li
{
	list-style-type: none;
	padding: 20px 25px;
}
#upcomingEvents .dateContainer
{
	padding: 0 10px;
	margin-right: 20px;
	float: left;
	padding: 0 10px;
	height: auto;
	min-height: 85px;
	border-right: 5px solid #FFE800;
	overflow: hidden;
}
#upcomingEvents .flex-control-nav.flex-control-paging
{
	position: relative;
	/*	top: -15px;	*/
}
#upcomingEvents li{
	width: 33%;
	float: left;
}
/* #upcomingEvents a
{
text-decoration: none;
} */ /* requested to have links underlined */
#upcomingEvents a, #upcomingEvents a h3{
	color: #F5F5F5;
}
#upcomingEvents a.btnGold{
	color: #6e3061;
	text-align: center;
}
#upcomingEvents .grid12 p{
	text-align: center;
	margin-top: 40px;
}
#upcomingEvents .grid4 li:hover a, #upcomingEvents .grid4 li:hover a h3, #upcomingEvents a.btnGold:hover{
	color: #FFE800;
}
#upcomingEvents a:hover
{
	cursor: pointer;
}
#upcomingEvents .grid4{
	margin-bottom: 30px;
}
#upcomingEvents .grid4:nth-of-type(3n+1){
	clear: left;
}
#upcomingEvents .dateContainer
{
	transition: background-color, .5s;
}
#upcomingEvents h3
{
	display: inline;
}
#upcomingEvents h3::after
{
	display: none;
}
#home-content #rssNews .commNewsItem{
	padding-bottom: 20px;
}
#home-content .commNewsItem a{
	text-decoration: none;
	color: #444;
}
#home-content .commNewsItem a:hover h3{
	text-decoration: underline;
}
#home-content #rssNews .commNewsItem h3{
	font-size: 1.2em;
	padding-bottom: 0px;
	margin: 10px 0px;
	color: #6e3061;
}
#home-content .commNewsItem h3:after{
	background: none;
}
#rssNews .grid4:nth-of-type(3n+1){
	clear: left;
}
#home-content .grid4 .commNewsItem img{
	width: 100%;
	max-width: 650px;
	margin: 0px 0px 20px 0px;
}
#home-content .commNewsItem figure{
	max-width: 80%;
}
#home-content #rssNews{
	display :flex;
}
#home-content .flexsliderLarge{
	margin-bottom: 0px;
}
#home-content .flexsliderLarge img{
	width: 100%;
}
#home-content #rssNews h2{
	margin-top: 40px;
	float: left;
}
#home-content #rssNews .commNewsItem .commDate{
	bottom: auto;
	left: 10px;
	top: 20px;
	background-color: #382140;
	color: #FFE800;
}
#home-content #rssNews .commNewsItem:hover{
	background-color: #fff;
}
#home-content #rssNews .commNewsItem:hover h3{
	color: #6e3061;
	text-decoration: underline;
}
#home-content .commNewsItem .highlightedDate{
	display: block;
	font-family: "NotoSans", Arial, sans-serif;
	text-transform: uppercase;
}
#home-content .commNewsItem p{
	margin-top: 10px;
	color: #444;
	font-family: "NotoSans", Arial, sans-serif;
}
#artsFeed, #studentSuccessFeed{
	padding-bottom: 30px;
	border-bottom: 5px solid #FFE800;
	float: left;
}
#artsFeed .grid4:nth-child(n+7){
	display: none;
}
.grid10{
	padding-right: 7%;
}
.grid2 .stickyBtn{
	position: sticky;
	position: -webkit-sticky;
	top: 40px;
	left: 0;
	padding: 10px 30px;
	margin: 37px 0px;
	font-size: .8em;
}
.artSocialBar{
	width: 100%;
	display: block;
	background-color: #6e3061;
	text-align: center;
	padding: 10px;
	float: left;
	margin-top: -25px;
}
#home-content .artSocialBar p{
	margin: 0px 0px;
}
.socialLogo{
	display: inline-block;
	margin-right: 5px;
	max-width: 45px;
}
#home-content .floatRight{
	float: right;
	margin-top: 40px;
	font-size: 1.3em;
	padding-right: 40px;
}
#home-content .silverFont .wcuLink svg{
	fill: #F5F5F5;
}
#home-content .commDate{
	display: none;
}

@media screen and (max-width: 768px){
	.purplePara{
		padding: 20% 5% 20% 5%;
	}
	.pyPara2, .pyPara1{
		display: block;
	}
	.pyPara2 .grid6:first-of-type{
		background-color: #441F49;
	}
	.pyPara2 .grid6:last-of-type{
		background-color: #FFBD07;
	}
	#home-content #rssNews{
		display: block;
	}
	#home-content #rssNews .grid2{
		text-align: center;
		padding-right: 0px;
	}
	#home-content #rssNews .grid10{
		padding-right: 0px;
	}
	#home-content .flex-caption{
		max-height: 500px !important;
		padding: 10px 5px !important;
		position: relative;
	}
	#home-content h2, #home-content .psuedoHead2{
		font-size: 1.7em;
	}
	#home-wrapper, .headerWrapper, #footer, body{
		overflow: hidden;
		overflow-x: hidden !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	#home-content .newsAnnouncements, #home-content #rssNews{
		float: left;
		padding: 3.5%;
		width: 100%;
		max-width: 100%;
	}
	#home-content .newsAnnouncements h2{
		font-size: 1.5em;
	}
	#upcomingEvents li{
		width: 100%;
	}
	#home-content .commNewsItem figure{
		max-width: 100%;
	}
	#home-content .commNewsItem figure img{
		width: 100%;
	}
}

