/* GLOBAL */
#home-content #accordion h3:first-child { margin-top: 0; }
#home-content .imgCaption { font-size: .9em; font-style: italic; font-weight: bold; margin: 0; }
#home-content .videoContainer .fa-play-circle {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #ffbd07;
    font-size: 3em;
    transition: .5s;
	pointer-events: none;
}
#home-content .row-responsive.videoContainer { margin: 0; }
#home-content .videoContainer:hover .fa-play-circle { font-size: 4em; }

/* HOMEPAGE */
#home-content #homepage .grid8 { padding-right: 10px; }
#home-content #homepage #accordion ul li { margin-bottom: 0; }
#home-content #homepage .announcements {
    padding: 10px;
    background-color: #EEE;
    margin-bottom: 10px;
    overflow-y: scroll;
    max-height: 350px;
}
#home-content .announcements h4 { margin-bottom: 5px; }
#home-content .announcements ul { list-style-type: none; margin-left: 0; }
#home-content .announcements li { border-bottom: 1px dotted #763775; color: #474747; padding: 5px 0; }
#home-content .announcements li:last-of-type { border-bottom: none; }
#home-content #homepage .readMore {
    width: 100%;
    text-decoration: underline;
    color: #763775;
    font-weight: bold;
    text-align: right;
    margin-top: 0;
    padding-bottom: 5px;
}
#home-content #homepage .hiddenAccordion { display: none; }
#home-content #homepage .showAccordion { display: inline; }
#home-content #homepage .videoContainer { padding-right: 0; }
#home-content #homepage .playBtn { display: none; }

/* FACULTY RESOURCES */
#home-content #facRes .playBtn { display: none; }
#home-content #facRes .grid8 { padding-right: 20px; }
#home-content #facRes .videoContainer img { width: 100%; }

/* PROCTORING CENTER */
#home-content #procCenter .grid8 { padding-right: 20px; }
#home-content #procCenter .playBtn { display: none; }
#home-content #procCenter .videoContainer { text-align: center; }
#home-content #procCenter .procVideo p {
	color: #763775;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
}
#home-content #procCenter #proctoringSurvey { background-color: #441F49; padding: 5px 10px; }
#home-content #procCenter #proctoringSurvey p { color: #FFF; }
#home-content #procCenter #proctoringSurvey a { color: #FFBD07; }
#home-content .gridLeft{
	padding-right: 10px;
}
#home-content .proctoringInfo ul{
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 10px;
}

/* STAFF */
#home-content #ossdStaff ul { border-bottom: 1px solid #eee; list-style: none; margin: 1em 0; padding-bottom: 1em; }
#home-content #ossdStaff ul li:first-child { font-weight: bold; }

@media only screen and (max-width: 768) {
	/* FACULTY RESOURCES */
	#home-content #facRes .grid8 { padding-right: 0; }
	
	/* PROCTORING CENTER */
	#home-content #procCenter .grid8 { padding-right: 0; }
	#home-content .gridLeft{
		padding-right: 0;
	}
}


















