/* 
This is the section css for
Age-Friendly West Chester, PA 
*/

/*COVID*/
.covidMessage{
	padding: 40px;
	padding-left: 50px;
	background-color: #fff;
	float: left;
	width: 100%;
}
.insideMessage{
	padding-left: 20px;
	border-left: 5px solid #FF0000;
}
#home-content .insideMessage h3{
	font-size: 2.1em;
	text-transform: uppercase;
	color: #441F49;
	line-height: 1.1em;
}
#home-content .insideMessage h3, #home-content .insideMessage h3:after{
	border-bottom: none;
	background: none;
}
#home-content .fullWidthBtn{
	width: 100%;
	padding: 10px;
	font-size: 1.5em;
}
#home-content .fullWidthBtn .docuIcon{
	display: none;
}

/* == GLOBAL == */
#home-content .col3-9 > .row-responsive > .grid9 { 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 .col8-4 > .row-responsive > .grid8 { padding-right: 20px; }
#home-content .col9-3 > .row-responsive > .grid9 { padding-right: 20px !important; }
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}
/* aarp.aspx */
#home-content #aarp .grid3 img { width: 100%; }
#home-content #inTheNews img { width: 100%; }

/* blog.aspx */
#home-content #blog .grid4 img { width: 100%; }

/* default.aspx */
#home-content .col3-9 > .row-responsive > .grid3 > img { width: 100%; }
#home-content .videoContainer { margin-bottom: 0; }
#home-content .videoContainer img { width: 100%; }
#home-content .videoTitle {
	clear: both;
	font-weight: bold;
	margin-top: 0;
	text-align: center;
}

/* focusGroups.aspx */
#home-content #focusGroups .grid3:nth-child(1) { padding-right: 20px; }
#home-content #focusGroups .grid3:nth-child(2) { padding-left: 5px; padding-right: 15px; }
#home-content #focusGroups .grid3:nth-child(3) { padding-left: 15px; padding-right: 5px; }
#home-content #focusGroups .grid3:nth-child(4) { padding-left: 20px; }
#home-content #focusGroups .grid3 img { box-shadow: 0 0 14px 1px rgba(0, 0, 0, .5); width: 100%; }

/* intergenerationalmentoring.aspx */
#home-content #mentoring .grid3:nth-child(1) { padding-right: 20px; }
#home-content #mentoring .grid3:nth-child(2) { padding-left: 5px; padding-right: 15px; }
#home-content #mentoring .grid3:nth-child(3) { padding-left: 15px; padding-right: 5px; }
#home-content #mentoring .grid3:nth-child(4) { padding-left: 20px; }
#home-content #mentoring .grid3 img { box-shadow: 0 0 14px 1px rgba(0,0,0,.5); width: 100%; }


/*	ON GOING COMMUNITY PORJECTS	*/
#home-content #onGoingPage .grid4{
	padding: 0px 20px;
}
#home-content #onGoingPage .grid4 img{
	width: 100%;
}
#home-content #onGoingPage .panelInfo span.panelTitle{
	padding: 10px 10px;
}
#home-content #onGoingPage .panelInfo{
	font-size: 1.1em;
}
#home-content .btnPad{
	float: left;
	width: 100%;
	display: block;
}
#home-content .btnPad .grid2, #home-content .btnPad .grid3, #home-content .btnPad .grid4{
	padding: 10px;
}
#home-content .btnPad .row-responsive{
	margin-top: 0px;
	margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
	/* == GLOBAL == */
	#home-content .col3-9 > .row-responsive > .grid9 { 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; }
	#home-content .col8-4 > .row-responsive > .grid8 { padding-right: 0; }
	#home-content .col9-3 > .row-responsive > .grid9 { padding-right: 0; }
	
	/* default.aspx */
	#home-content .col3-9 > .row-responsive > .grid3 { text-align: center; }
	#home-content .col3-9 > .row-responsive > .grid3 > img { width: 40%; }
	
	/* focusGroups.aspx */
	#home-content #focusGroups .grid3:nth-child(1),
	#home-content #focusGroups .grid3:nth-child(2),
	#home-content #focusGroups .grid3:nth-child(3),
	#home-content #focusGroups .grid3:nth-child(4) { padding: 0; text-align: center; }
	#home-content #focusGroups .grid3 img { width: 70%; }
	
	/* intergenerationalmentoring.aspx */
	#home-content #mentoring .grid3:nth-child(1),
	#home-content #mentoring .grid3:nth-child(2),
	#home-content #mentoring .grid3:nth-child(3),
	#home-content #mentoring .grid3:nth-child(4) { padding: 0; text-align: center; }
	#home-content #mentoring .grid3 img { width: 70%; }
}