

/* 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 .btnAlert:visited{
	color: #fff;
}


#home-content .gridLeft{
	padding-right: 10px;
}

h5{
	margin-bottom: 5px;
}
.contactDirectory{
	text-align: center;
}

#FacilitiesDirectory .tableLeft td:first-of-type {
	width: 90%;
}

#home-content #FacilitiesDirectory .responsiveTable td.tableLeft, #home-content #FacilitiesDirectory .responsiveTable th.tableLeft {
	text-align: left;
	width: 80%;
}



#leftColumn{
	padding-right: 10px;
}


#home-content .expandList li div{
	margin-bottom: 5px;
}
#home-content .expandList{
	list-style-image: url(../images/bullet01.png);
}
#home-content .expandList li:hover{
	cursor: pointer;
}
#home-content .expandList .expandListInfo ul{
	list-style-image: none;
	list-style-type: disc;
}
#home-content .btnRight{
	float: right;
	margin-left: 10px;
}

#home-content .yellowGrid{
	background-color: #FFFFCC;
	padding: 10px 20px;
}



/**recyclying disposal guide**/
#home-content span.inactive {
	color: #a3a3a3;
	display: inline;
}
#home-content .letters {
	color: #763775;
	background-color: #ffe800;
	border: 1px solid #382140;
	font-size: 24px;
	margin-left: 5px;
	padding: 0 10px 0 10px;
	/* 	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7); */
}
#home-content .deptHeading {
	background-color: #382140;
	border-radius: 3px;
	border: 3px solid #382140;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 10px 2px 7px 0;
}
#home-content .deptHeading a {
	color: #fff;
	text-decoration: none;
}

#home-content .deptHeading + ul {
	list-style: none;
	margin-left: 0;
}
#home-content .deptHeading + ul li a {
	color: #6e3061;

}
#home-content .deptHeading + ul li a:hover {
	color: #382140;
}


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

/********** DEFAULT **********/
#home-content .gridLeft .row-responsive{
	margin-bottom: 0;
}
.facDivisionFB ul{
	list-style-type: none;
	margin-bottom: 10px;
}
.facDivisionFB .facDivisionLink{
	text-align: center;
}
#home-content .wcsList{
	list-style-type: none;
	margin-left: 0;
}
#home-content .wcsList li:nth-of-type(3){
	margin-bottom: 10px;
}
#home-content .gridRight .btnMain{
	width: 100%;
}
#home-content .gridRight .news ul{
	list-style-type: none;
	margin-left: 0;
}
#home-content .gridRight .news hr{
	border: 1px solid #DDD;
}
#home-content .iServiceImg{
	position: relative;
	z-index: 10;
	float: right;
	width: 200px;
}
#home-content .wcStaff .grid4{
	text-align: center;
}
#home-content .wcStaff .grid4 h4{
	border-bottom: none;
	margin: 0;
}
#home-content .wcStaff .grid4 p{
	margin: 2px 0;
}
#home-content .vpImage{
	display: block;
	margin: 0 auto;
}
html.js #home-content .gridRight .slides ul li{
	display: list-item;
}
#home-content .gridRight .contentSlides{
	margin-top: 0;
}
.fa.fa-video-camera{
	padding-left: 5px;
}

/********** STUDENTS **********/
#home-content .students .btnAlert{
	float: right;
	margin-left: 10px;
}
#home-content .students .btnAlert img{
	vertical-align: middle;
	padding-right: 5px;
}
#home-content .students > .row-responsive{
	margin: 0;
}
#home-content .students > .row-responsive .expandList li > div:first-of-type{
	margin: 0;
}
#home-content .students ul{
	clear: left;
}
#home-content .students > .row-responsive + h3{
	padding-top: 10px;
}

/********** FACULTY/STAFF **********/
#home-content .facultyStaff .btnAlert{
	float: right;
	margin-left: 10px;
}
#home-content .facultyStaff .btnAlert img{
	vertical-align: middle;
	padding-right: 5px;
}
#home-content .facultyStaff > .row-responsive{
	margin: 0;
}
#home-content .facultyStaff > .row-responsive .expandList li > div:first-of-type{
	margin: 0;
}
#home-content .facultyStaff ul{
	clear: left;
}
#home-content .facultyStaff > .row-responsive + h3{
	padding-top: 10px;
}

/********** BUILDING MAINTENANCE **********/
#home-content .faqLink{
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
#home-content .grayList{
	background-color: #fff;
	border: 3px solid #382140; 
	padding: 20px;
}
#home-content .grayList > ul{
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 10px;
}

/********** STORES RECEIVING **********/
#home-content .govDeals img{
	vertical-align: middle;
}


#home-content #storesReceiving .addressHours .grid6 {
	padding: 2% 4% 3%;
}

#home-content #storesReceiving {
    float: left;
    width: 100%;
    display: block;
}

/********** RECYCLING ***********/
#home-content .recycleInnerList{
	list-style-type: none;
	margin-left: 0;
}
#home-content .btnRecyclePrint{
	float: right;
	margin-left: 10px;
}

/********** SURPLUS **********/
#home-content .policyIndent1{
	margin-left: 20px;
}
#home-content .policyIndent2{
	margin-left: 40px;
}
#home-content .policyIndent3{
	margin-left: 60px;
}


/********** ENERGY **********/
#home-content .energy .btnAlert{
	float: right;
	margin-left: 10px;
}
#home-content .energy .btnAlert img{
	vertical-align: middle;
	padding-right: 5px;
}
#home-content .energy > .row-responsive{
	margin: 0;
}
#home-content .energy > .row-responsive .expandList li > div:first-of-type{
	margin: 0;
}
#home-content .energy ul{
	clear: left;
}
#home-content .energy > .row-responsive + h3{
	padding-top: 10px;
}

/********** PROJECT PLANNING **********/
#home-content .projectPlanning .grid6{
	padding: 0 10px;
}

/********** POLICIES **********/
#home-content .asbestosLabel{
	text-align: center;
	margin: 0;
	padding: 10px;
	border: 2px solid #EEE;
	border-radius: 5px;
}

@media only screen and (max-width:768px){
	#home-content .gridLeft{
		padding-right: 0;
	}

	/** SIDE MENU **/
	#home-content .sideLinks{
		padding-right: 0;
	}
}

/********** EMERGENCY **********/
#home-content .redText{
	color: #c30000;
	font-weight: bold;
}

/********* MOVING *********/

#home-content .contactInfo {
	border: 2px solid #382140;
	margin-bottom: 10px;
}
#home-content .contactInfo ul{
	list-style-type: none;
	margin-left: 0;
	padding: 15px 20px;
}
#home-content .contactInfo h4{
	border-bottom: none;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 10px 10px 20px;
	background-color: #441F49;
	color: #FFF;
	font-size: 1.2em;
}



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

.centerH2{
	text-align: center;
}
.purplePara .wcuLink svg, .pyPara2 .grid6:last-of-type .wcuLink svg, .pyPara1 .grid6:first-of-type .wcuLink svg{
	fill: #F5F5F5;
}
.purplePara, .pyPara2, .pyPara1{
	padding: 3.5%;
}
.pyPara2, .pyPara1{
	display: flex;
}
.pyPara2 .grid6:first-of-type, .pyPara1 .grid6:last-of-type{
	background-color: #FFE800;
	height: 100%;
}
.pyPara2 .grid6:last-of-type, .pyPara1 .grid6:first-of-type{
	background-color: #382140;
	height: 100%;
}
.pyPara1 .silverFont, .pyPara1 .silverFont svg{
	color: #F5F5F5;
	fill: #F5F5F5;
}
#home-content .pyPara1 .grid6:first-of-type, #home-content .pyPara1 .grid6:first-of-type p, #home-content .pyPara1 .grid6:first-of-type a:not(.btn){
	color: #fff;
	font-weight: bold;
}
#home-content .pyPara1 .grid6:first-of-type ul, #home-content .pyPara1 .grid6:first-of-type li{
	font-weight: normal;
}
#home-content #accordion-section{
	padding: 3.5%;
	float: left;
	width: 100%;
	display: block;
}
#home-content .homeBtns .grid6{
	padding: 15px;
}
#home-content .pyPara1 .contentSlides{
	background-color: #ffe800;
	border: 3px solid #382140;
	padding: 20px;
	margin-top: 10px;
	min-height: 200px;
}
#home-content .pyPara1 .contentSlidesContainer{
	padding-right: 0px;
}
#home-content .pyPara1 .contentSlides h3, #home-content .pyPara1 .contentSlides p, #home-content .pyPara1 .contentSlides li, #home-content .pyPara1 .contentSlides h4{
	color: #382140;
}
#home-content .pyPara1 .contentSlides a{
	color: #6e3061;
}
#home-content .bottomBtns{
	padding: 4% 3.5%;
	float: left;
	width: 100%;
	padding-bottom: 0px;
}
#home-content hr.purplePara{
	padding: 0%;
}
#home-content .sideAccordionContent h3{
	margin-top: 5px;
}
#home-content .fbBtn{
	color: #382140;
	background: #FFE800;
	border: 2px solid #FFE800;
	font-size: 1em;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	margin: 10px 0px;
	font-family: "myriad-pro", Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
}
#home-content .fbBtn:hover {
	color: #FFE800 !important;
	background: none;
}
.fancybox-inner ul{
	margin-left: 20px;
}
#home-content .borderContent{
	padding: 5% 20%;
}
#home-content .borderContent .border{
	float: left;
}
#home-content .borderContent .border .grid8{
	padding-left: 30px;
}
#home-content .borderContent .border .grid8, #home-content .borderContent .border .grid8 p, #home-content .borderContent .border .grid8 h3{
	text-align: left;
}


@media only screen and (min-width:768px){
	.noImgPad .grid6:first-of-type{
		padding: 0px 0px !important;
	}
}
@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 Page Tiles **/

#home-content .row-responsive {
	margin: 0px;
}
#home-content #facilitiesRebrand #mainTiles .grid3{
	padding: 5px;
	height: 13em;

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

}
#home-content #mainTiles .grid3{
	transition: all .2s ease-in-out;
}
#home-content .purpleBlock a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #ffe800;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#home-content .purpleBlock{
	height: 98.5%;
	width: 100%;
	display: table;
	background-color: #382140;
	padding: 20px;
	transition: all .2s ease-in-out;
}

#home-content .yellowBlock1 a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #382140;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#home-content .yellowBlock1{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/_information/AFA/Facilities/images/energy-management-thumb.jpg);
	background-size: cover;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(255 232 0);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(255 232 0 / 75%);
}
#home-content .yellowBlock2 a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #382140;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#home-content .yellowBlock2{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/_information/AFA/Facilities/images/fax-auxilliary-thumb.jpg);
	background-size: cover;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(255 232 0);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(255 232 0 / 75%);
}
#home-content .yellowBlock3 a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #382140;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#home-content .yellowBlock3{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/_information/AFA/Facilities/images/design-construction-thumb.jpg);
	background-size: cover;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(255 232 0);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(255 232 0 / 75%);
}
#home-content .yellowBlock4 a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #382140;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#home-content .yellowBlock4{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/_information/AFA/Facilities/facilities-campus-services/images/grounds.jpg);
	background-size: cover;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(255 232 0);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(255 232 0 / 75%);
}

#home-content .yellowBlock5 a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #382140;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#home-content .yellowBlock5{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/_information/AFA/Facilities/images/moving-services-thumb.jpg);
	background-size: cover;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(255 232 0);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(255 232 0 / 75%);
}
#home-content .yellowBlock6 a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #382140;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#home-content .yellowBlock6{
	height: 98.5%;
	width: 100%;
	display: table;
	background-image: url(/_information/AFA/Facilities/images/surplus-ram-swap.jpg);
	background-size: cover;
	padding: 20px;
	box-shadow: inset 0em 0em 575px 20px rgb(255 232 0);
	-webkit-box-shadow:inset 0em 0em 500px 200px rgb(255 232 0 / 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;

	}
}

/* card section  */

#home-content #cardSectionHomepage {
	padding: 6% 5% 2% 5%;
}
#home-content #cardSectionHomepage h3{
	text-align: center;
}

#home-content #cardSectionHomepage .card h4 {
	font-size: 1.3em;
	line-height: 1.2em;
	padding: 0px 15px;
}
#home-content #cardSectionHomepage .card p{
	padding: 0px 15px;
}
#home-content #cardSection .card h3{
	font-size: 1.2em;
	line-height: 1.2em;
}

#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, #home-content #cardSectionHomepage {
	float: left;
	width: 100%;
}

#home-content #cardSection > .row-responsive, #home-content #cardSectionHomepage > .row-responsive{
	display: flex;
}

#home-content #cardSection > .row-responsive:last-of-type {
	margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
	#home-content #cardSection > .row-responsive, #home-content #cardSectionHomepage > .row-responsive{
		display: block;
	}
}

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

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


#home-content #cardSection .grid4:first-of-type{
	padding-left: 0px;
}
#home-content #cardSection .grid4:last-of-type{
	padding-right: 0px;
}

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

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

#home-content .card img{
	display: block;
}
#home-content .card .slides{
	min-height: 300px;
}
#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;
}



@media only screen and (max-width: 768px) {
	#home-content #cardSection > .row-responsive {
		display: block;
	}
}


#home-content .contactBanner {
    padding: 15px 1% 15px 5%;
    background-color: #382140;
    float: left;
    margin-left: -30px;
    width: calc(100% + 60px);
    margin-top: -10px;
    margin-bottom: 15px;
}


#home-content .contactBanner p {
	border-left: 4px solid #FFE800;
	color: #fff;
	padding: 10px;
	margin: 0px;
	font-size: 1em;
}
#home-content .contactBanner h4 {
	color: #fff;
	text-align: center;
	margin-top: 10px;
	text-transform:uppercase;
}

#home-content .controlCenter {
	padding: 2% 5%;
}

#home-content .controlCenter .grid6 {
	padding-left: 20px;
}
#home-content .controlCenter .grid6:last-of-type {
	padding-left: 5%;
}

#home-content .controlCenter h3{
	margin-top: 10px;
}

#home-content .contactBanner a {
	color: #FFE800;
}

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

.imageBtnsTop .grid4 {
	padding: 10px;
}

.imageBtnsTop img {
	width: 100%;
}
.imageSplitSection {
	display: block;
	width: 100%;
	padding: 2% 1% 8%;
	float: left;
}


#home-content .btnWorkControl {
	float: right;
	margin-top: 20px;
}
@media only screen and (max-width:768px){
	#home-content .btnWorkControl {
		float: left;
	}
}
