/* 
This is the section css for
Course Evaluation 
*/

/* 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;
}
#home-content .sideLinks .btnMain{
	color: #FFF;
}



#home-content #yellow-border .news{
	border: 3px solid #ffe800;
}
#home-content .yellowBullet {
	display: flex;
	align-items: center;
	padding-left: 40px;
}

#home-content .yellowBulletList img{
	margin-right:10px;
	width:25px;
}

#home-content .yellowBulletList p{
	margin: 25px 0px;
}

#home-content .yellowBulletList ul {
	list-style-type: square;
}

#home-content .yellowBulletList li {
	color: #ffe800; /* bullet color */

}
#home-content .yellowBulletList li span {
	color: black; /* text color */
}

#wcuMainContent #courseEvalHome {
	padding: 0px;
}


.headerImage img{
	width: 100%;
}

.offscreen-seo {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
#home-content .offscreen-seo p, #home-content .offscreen-seo h3, #home-content .offscreen-seo h2{
	color: #fff;
}




@media only screen and (max-width:768px){
	.headerImage img{
		display: none;
	}
}


#home-content .datesTable p{
	margin: 0px 0px;
}

#home-content .grid6 img{
	padding:10px;
}


