/* 
This is the section css for
Research Labs 
*/

#rlPage{
	padding: 0px 10%;
}

#home-content .grid3, #home-content .grid4, #home-content .grid6{
	padding: 0px 10px;
}
#home-content .grid3 img, #home-content .grid4 img, #home-content .grid6 img{
	width: 100%;
}

.imgLeft{
	float: left;
	padding: 20px 20px 20px 0px;
	max-width: 550px;
}
.imgRight{
	float: right;
	padding: 20px 0px 20px 20px;
	max-width: 550px;
}
.imgSmall{
	max-width: 200px; 
	padding: 0px 0px 20px 20px;
}



/* 
This is the section css for
Can the Arts Get Under the Skin? 
*/

/* GLOBAL */
#home-content .fLeft {
	float: left;
	padding-right: 20px;
}
#home-content .clearfix::after {
	content: "";
	clear: both;
	display: table;
}
#home-content #resources h4:first-of-type { margin-top: 1em; }
#home-content #resources ul {
	margin-bottom: 1.4em;
}

/* default.aspx */
#home-content #homepage .grid9 { padding-right: 20px; }
#home-content #homepage #smilingKid .row-responsive {
	margin: 0;
	width: 250px;
}
#home-content #homepage #slideshow {
	margin-bottom: 20px;
	margin-left: auto; 
	margin-right: auto; 
	height: 200px; 
	max-width: 300px; 
	overflow: hidden;
}

/* DrBrownAbout.aspx */
#home-content #about .grid9 { padding-right: 20px; }
#home-content #about #drBrown .row-responsive {
	margin: 0;
	width: 300px;
}

/* ECCEL.aspx */
#home-content #eccelBanner {
	margin: 0;
	text-align: center;
}

#home-content #pictureLeft .grid9 { padding-left: 20px; }
#home-content #pictureRight .grid9 { padding-right: 20px; }
#home-content #pictureLeft img,
#home-content #pictureRight img { width: 100%; }
#home-content #pictureLeft .grid3 p + p, #pictureRight .grid3 p + p {
	font-size: 0.85em !important;
	line-height: 1.25em !important;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	/* default.aspx */
	#home-content #homepage .grid9 { padding-right: 0; }
	#home-content #homepage #slideshow { display: none; }
	#home-content .fLeft {
		display: block;
		padding-right: 0px;
		margin-bottom: 20px;
		width: 100%;
	}
	#home-content .fLeft img{
		display: block;
		margin: 0 auto;
	}
	#home-content #about #drBrown .row-responsive {
		width: 100%;
	}
	#home-content #about p{
		display: block;
		clear: both;
	}

	/* DrBrownAbout.aspx */
	#home-content #about .grid9 { padding-right: 0; }

	/* ECCEL.aspx */
	#home-content #pictureLeft .grid9 { padding-left: 0; }
	#home-content #pictureRight .grid9 { padding-right: 0; }
	#home-content #pictureLeft .grid3,
	#home-content #pictureRight .grid3 { text-align: center; }
	#home-content #pictureLeft img,
	#home-content #pictureRight img { width: 60%; }
}