/* 
This is the section css for
Graduate Programs 
*/

/* ===== GRID BUILDER ===== */
#home-content .col2-10 > .row-responsive > .grid10 { padding-left: 20px; }
#home-content .col4-8 > .row-responsive > .grid8 { padding-left: 20px; }
#home-content .col6-6 > .row-responsive > .grid6:nth-child(1) { padding-right: 10px; }
#home-content .col6-6 > .row-responsive > .grid6:nth-child(2) { padding-left: 10px; }

#home-content .contentHolder > .row-responsive > .grid12 > h4 {
	margin-top: 1em;
}

#home-content .noList {
	list-style: none;
	margin-left: 0;
	margin-bottom: 1em;
}
#home-content .fRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}
#home-content .textCentered {
	text-align: center;
}

/* ===== FACULTY PAGES ===== */
#home-content .faculty > .row-responsive > .grid2 img {
	border-radius: 3px;
	box-shadow: 3px 3px 10px grey;
	width: 100%;
}

/* ===== DEFAULT.aspx ===== */
#home-content #advisement {
	background-color: #EEE;
	padding: 10px;
	border: 3px solid #441F49;
}
#home-content #advisement .wcunsfy {
	font-weight: bold;
}

/* ===== MEDSPANISH.aspx ===== */
#home-content .notice {
	background-color: #EEE;
	border: 3px solid #441F49;
	text-align: center;
}
#home-content .notice > p:first-of-type {
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}

/* ===== GRADFACULTY.aspx ===== */
#home-content #facultyPage .grid4 img {
	border-radius: 3px;
	box-shadow: 3px 3px 10px grey;
	width: 100%;
}
#home-content #facultyPage .grid8 { padding-left: 20px; }
#home-content #facultyPage .noList:first-of-type { font-weight: bold; }
#home-content #facultyPage .noList:first-of-type li:nth-child(1) { font-size: 1.3em; }

@media only screen and (max-width: 768px) {
    /* ===== GRID BUILDER ===== */
	#home-content .col2-10 > .row-responsive > .grid10 { padding-left: 0; }
	#home-content .col4-8 > .row-responsive > .grid8 { padding-left: 0; }
	#home-content .col6-6 > .row-responsive > .grid6:nth-child(1) { padding-right: 0; }
	#home-content .col6-6 > .row-responsive > .grid6:nth-child(2) { padding-left: 0; }
	
	/* ===== FACULTY PAGES ===== */
	#home-content .faculty > .row-responsive > .grid2 {
		text-align: center;
	}
	#home-content .faculty > .row-responsive > .grid2 img {
		width: 40%;
	}
	
	/* ===== GRADFACULTY.aspx ===== */
	#home-content #facultyPage .grid6 {
		border-bottom: 3px solid #441F49;
		padding: 0;
		width: 100%;
	}
	#home-content #facultyPage .grid8 { padding: 0; }
}