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

/* BUILDINGDIAGRAMS */
#home-content #buildDiagrams .grid4 { padding: 10px; position: relative; }
#home-content #buildDiagrams img { width: 100%; }
#home-content #buildDiagrams span { display: none; }
#home-content #buildDiagrams .row-responsive,
#home-content #buildDiagrams a,
#home-content #buildDiagrams p { margin-bottom: 0; }

/* #home-content #buildDiagrams span {
	position: relative;
	bottom: 60px;
	left: 7px;
	cursor: pointer;
    color: #763775;
	pointer-events: none;
    text-decoration: underline;
} */

/* DEFAULT */
#home-content #homepage .grid9 { padding-right: 20px; } 
#home-content #homepage .btn { width: 100%; margin-bottom: 0; } 
#home-content .greyGrid { background-color: #eee; padding: 10px; margin-top: 10px; } 
#home-content .greyGrid a img { width: 100%; } 

@media only screen and (max-width: 768px) {
	/* DEFAULT */
	#home-content #homepage .grid9 { padding-right: 0; }
}