/* 
This is the section css for
New Faculty Orientation 
*/

/* GLOBAL */
#home-content .noList { list-style: none; margin-left: 0; }
#home-content .fRight { float: right; }
#home-content .greyGrid {
	background-color: #f7f7f7;
	border: 3px solid #eee;
	margin-bottom: 10px;
	margin-top: 18px;
	padding: 0 10px 10px 10px;
	overflow: auto;
}

.hiddenLink{
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/* GRID SPACING */
#home-content #homepage .grid9 { padding-right: 20px; }
#home-content #orientationCommittee .grid6:nth-child(1) { padding-right: 10px; }
#home-content #orientationCommittee .grid6:nth-child(2) { padding-left: 10px; }

/** SIDE MENU **/
#home-content .sideLinks { margin-top: 0px; padding-right: 20px; }
#home-content .sideLinks .grid12 { background-color: #EEE; margin-bottom: 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; }


@media only screen and (max-width: 768px) {
	/* GRID SPACING */
	#home-content #homepage .grid9 { padding-right: 0; }
	
	/* ORIENTATIONCOMMITTEE */
	#home-content #orientationCommittee .grid6 { width: 50%; }
}



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


