/* 
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; }
	
	/* 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%; }
}