/* 
This is the section css for
2022 News 
*/


/*	COVID SIDE MENU FOR MOBILE	*/
#home-content #covidMenu{
	display: none;
}
#home-content #mobileSideMenu{
	width: 100%;
	max-width: 100%;
	padding: 10px;
	margin-top: -2px;
}
#home-content #covidMenu option{
	padding: 10px;
}
#home-content #covidMenu label{
	padding: 10px;
	background-color: #441F49;
	color: #fff;
	width: 100%;
	margin: 20px 0px 0px 0px;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#home-content .docuIcon, #home-content .pdfIcon{
	display: none !important;
}
#home-content .grid10{
	padding-right: 20px;
}
#home-content .grid9{
	padding-right: 20px;
}
#home-content .btn-padding .btn{
	margin-right: 20px;
}
#home-content .btnPad .grid4{
	padding: 0px 10px;
}

@media only screen and (max-width:768px){
	#home-content #desktopMenu{
		display: none;
	}
	#home-content #covidMenu{
		display: block;
	}
	#home-content .sideLinks{
		padding-right: 0px;
	}
}
/*	END COVID SIDE MENU FOR MOBILE	*/




#home-content #healthNotices .playBtn{
	display:none;
}

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

#home-content .contentHolder{
	padding: 0 70px 10px;
}
#home-content img{
	position: relative;
	z-index: 1;
}
#home-content .prNewsItem {
	display: block;
	float: left;
	text-align: left;
	width: 25%;
	padding: 0 5px;
}

#home-content .grid6{
	padding-left: 10px;
}
#home-content .prNewsItem h3{ /*********** font of article titles in recent una news **********/
	display:inline-block;  
	text-transform: none;
	font-weight: normal;
	border-bottom: none;
	font-size: 1em;
	padding: 0 20px 0 0;
}
#home-content .prNewsItem h3:after{
	display: none;
}
#home-content .prNewsItem:hover img{
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .35);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .35);
}
#home-content .moreLinks{
	float: right;
	display: block;
	margin: 0 5px;
}

/*********** number of articles appearing in recent news **********/
#home-content .prNewsItem:nth-of-type(n+5){
	display: none;
}

h3{
	font-weight: bold;
	border-bottom: none;
	font-size: 1.2em;

}
#home-content .news{
	background-color: #EEE;
	padding: 15px 15px;
	margin-top: 20px;
}
#home-content .news figure a{
	color: #474747;
}
#home-content .news h2{ /*********** recent university news - title on individ news art webpages **********/
	margin-top: 0;
	color: #763775;
	font-size: 1.2em;
}

#home-content .news h2 span{
	font-size: 2em;
}

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

#home-conten .grid3{
	padding-left: 10px;
}

#home-content .padLeft{
	padding-left: 15px;  
}

#home-content .padLef{
	padding-left: 8px;
}

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

#home-content .padBot{
	padding-bottom: 20px
}

#home-content .shortCap {
	text-align: center;
	width: 500px;
	display: block;
	margin: 0 auto;
}

#home-content .bannerImg {
	float: right;
	margin-left: 10px;
}

#home-content .newsArticleImg {
	display: none;
}
#home-content .grid8{
	padding-right: 20px;
}
#home-content .graphs .graphContain{
	max-width: 100%;
}
#home-content .graphs .grid4{
	padding-right: 20px;
}
#home-content .graphs .bar, #home-content .graphs .barII{
	display: inline-block;
	padding: 7px;
	background-color: #441F49;
	color: #fff;
	font-weight: bold;
}
#home-content .graphs .barII{
	background-color: #EB0000;
}
#home-content .graphs p{
	width: 100%;
	font-size: .9em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#home-content .graphs .ninety{
	width: 90%;
}
#home-content .graphs .seventySix{
	width: 76%;
}
#home-content .graphs .twentyFour{
	width: 24%;
}
#home-content .graphs .oneHundred{
	width: 100%;
}
#home-content .graphs .ninetyFive{
	width: 95%;
}
#home-content .graphs .thirtyFive{
	width: 35%;
}
#home-content .graphs .twenty{
	width: 20%;
}
#home-content .graphs .fourty{
	width: 40%;
}
#home-content .graphs .twentyTwo{
	width: 22%;
}
#home-content .graphs .twentyFive{
	width: 25%;
}
#home-content .graphs .fourtyFive{
	width: 45%;
}
#home-content .graphs .twentyEight{
	width: 28%;
}
#home-content .graphs .thirteen{
	width: 13%;
}
#home-content .graphs .thirty{
	width: 30%;
}
#home-content .graphs .seventy{
	width: 70%;
}








/*image float**/
#home-content .imgRight{
	float: right;
	clear: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
#home-content .imgLeft{
	float: left;
	clear: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}
/** image captions **/
#home-content .imgCaptionRight{
	text-align: center;
	float: right;
	padding-left: 10px;
}
#home-content .imgCaptionLeft{
	text-align: center;
	float: left;
	padding-right: 10px;
}
#home-content .imgCaptionCenter{
	text-align: left;
	display: block;
	margin: 0 auto;
}

#home-content .imgCaptionRight > p,
#home-content .imgCaptionLeft > p,
#home-content .imgCaptionCenter > p{
	font-weight: bold;
	font-size: .85em;
	color: #763775;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0 5px;
	clear: both;
}
#home-content p.imgCaptionCenterRSS2{
	text-align: center;
	font-weight: bold;
	font-size: .85em;
	color: #763775;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0 5px;
}
.divLeft{
	float: left;
	padding: 10px;
	max-width: 500px;

}
.divLeft img{
	margin-right: 10px;
}
.divRight{
	float: right;
	padding: 10px;
	max-width: 500px;
}
.divRight img{
	margin-left: 10px;
}
.divLeft p, .divRight p{
	font-weight: bold;
	font-size: .85em;
	color: #763775;
	margin-top: 0;
	margin-bottom: 5px;
}
#home-content .downtownWCU .grid6{
	padding: 0 10px;
}


/** recent university news - using rss feed **/
#home-content #rssFeed{
	background: #EEE;
	padding: 10px;
}
#home-content #rssFeed > h2{
	margin-top: 0;
	color: #763775;
	font-size: 1.2em;
}
#home-content #rssFeed .commNewsItem{
	display: block;
	float: left;
	width: 25%;
}
#home-content #rssFeed .commNewsItem:nth-of-type(n+5){
	display: none;
}



/*	NEWLY ADDED FOR Comm News itrem Change - Date fix	*/

#home-content .row-responsive .commNewsItem .commDate{
	top: 50px;
	bottom: initial;
	z-index: 1;
}
#home-content .row-responsive .commNewsItem img{
	margin: 10px 20px 10px 0px;
	max-width: 350px !important;
	max-height: 200px !important;
	float: none !important;
}
#home-content #rssFeed .commNewsItem{
	padding-left: 10px;
}
#home-content .row-responsive .commNewsItem:hover {
	background-color: initial;
	transition: background-color .5s;
}
#home-content .row-responsive .commNewsItem:hover h3 {
	color: initial;
	transition: color .5s;
}
#home-content #rssFeed .commNewsItem::before{
	content: '';
	display: block;
	width: 0;
	height: 4px;
	margin-top: 5px;
	background: #763775;
	transition: width .5s;
}
#home-content #rssFeed .commNewsItem:hover::before{
	width: 98%;
	transition: width .5s;
}
#home-content .centerImage{
	text-align: center;
}


/*	END NEWLY ADDED FOR CHANGE	*/



/** blockquote **/
#home-content blockquote{
	background: #FFF;
	font-size: 2.4em;
	font-weight: bold;
	border: none;
	color: #A9A9A9;
	margin: 0 0 0 0 !important;
	padding: 20px 10px 20px 0px !important;
	float: left;
	max-width: 40%;
}
#home-content blockquote p{
	margin: 0;
	color: #A9A9A9;
	line-height: 1.1em;
}

/** arts story images **/
#home-content .artsImageRight{
	float: right;
	margin: 10px 0px 10px 20px;
}
#home-content .artsImageLeft{
	float: left;
	margin: 10px 20px 10px 0px;
}
#home-content #imageContain img{
	width: 80%;
	max-width: 80%;
}
#home-content #covidAction{
	line-height: normal;
	color: rgb(255, 189, 7);
	border: 1px solid rgb(255, 189, 7);
	float: right;
	padding: 25px;
	font-size: 3em;
	min-width: 500px;
	margin: 8px
}


#home-content .infoNumber{
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1em;
	color: #6e3061;
	margin: 10px 0px;
}
#home-content #factsFigures .smallInfo {
	font-size: 1.2em;
	font-weight: bold;
	color: #382140;
}
#home-content #factsFigures .smallInfo span {
	font-size: .7em;
	font-weight: initial;
}
#home-content .infoArea{
	padding: 1% 1% 0% 1%;
	float: left;
	width: 100%;
	display: block;
}
#home-content .infoArea .grid3{
	text-align: center;
	padding: 15px;
}
#home-content .infoArea .grid3 p{
	text-align: center;
}
#home-content .bagnard {
	font-family: "Phonk", Arial, sans-serif;
}

/*****SIDE LINKS********/

#home-content .sideLinks{
	margin-top: 0px;
	padding-right: 20px;
}
#home-content .sideLinks .grid12{
	background-color: #EEE;
	margin-bottom: 5px;
	margin-top: 5px;
}
#home-content .sideLinks a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #575757;
	font-weight: bold;
	padding-left: 13px;
}
#home-content .sideLinks .subSideLink{
	font-size: .9em;
	padding: 0px 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 .sideLinks .btnMain{
	color: #FFF;
}
#home-content .hideMenu{
	display: none;
}

@media only screen and (min-width:768px){
	#home-content .table-pad .responsiveTable td, #home-content .table-pad .responsiveTable th{
		padding: 10px;
	}
}

@media only screen and (max-width:1550px){
	#home-content .infoNumber{
		font-size: 3em;
	}
	#home-content #factsFigures .smallInfo {
		font-size: 1.1em;
	}
}
@media only screen and (max-width:1550px){
	#home-content .infoNumber{
		font-size: 3em;
	}
	#home-content #factsFigures .smallInfo {
		font-size: 1.1em;
	}
}
@media only screen and (max-width:1268px){
	#home-content .infoArea .grid3{
		width: 50%;
	}
}
@media only screen and (max-width:1024px){
	#home-content #covidAction{
		width: 100%;
		min-width: initial;
	}
}
@media only screen and (max-width:768px){
	#home-content .downtownWCU .grid6{
		width: 50%;
	}
	#home-content .infoArea .grid3{
		width: 100%;
	}
	#home-content .contentHolder{
		padding: 0 30px 10px;
	}
	#home-content #rssFeed .commNewsItem{
		width: 100%;
	}

}

@media only screen and (max-width:480px){
	#home-content .downtownWCU .grid6{
		width: 100%;
	}
}



#home-content .commNewsItem p{
	display: none;
}

