.content{
	padding-top: 2px;
	background: none;
}
.flexWrap{
	max-width: inherit;
}
.featuredItem{
	margin: inherit;
}
.featuredItem h2 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
}
	h1, h2 {
	text-shadow: 1px 1px 1px #999;
}

.singleColItem h2{
	font-size: 1.3em;
}
#highlights{
	margin-top: 5px;
	margin-bottom: 5px;
}
#icarebecause-grid{
	width: 90%;
	margin: 50px auto 10px;
}
.icarebecauseItem {
	padding:5px;
	font-size: .8em;
	border-radius:8px;
	box-shadow:2px 2px 2px #2F2F2F;
	margin-bottom:20px;
	width: 30%;
}
.icarebecauseItem:nth-child(1n) {
	border:1px solid #E64926;
	background:rgba(253,202,187,0.50);
}
.icarebecauseItem:nth-child(2n) {
	border:1px solid #424242;
	background:rgba(188,188,188,0.22);
}
.icarebecauseItem:nth-child(3n) {
	border:1px solid #072277;
	background:rgba(222,225,250,0.49);
}
#icarebecause-grid .icarename {
 border-bottom: none;
 font-weight: bold;
 margin: 0 10px;
 padding: 0 5px;
}
#videoSection{
	margin: 50px auto 10px;
	max-width: 90%;
	justify-content: space-between;
}
#seriesFeature h3{
	font-size: 1.1em;
}
#seriesFeature img#seriesBackground{
	width: 304px; 
	height: auto; 
	max-width: 50%;
	margin-bottom: 15px;
}
#singleVideosRow{
	margin-top: 30px;
	font-size: .9em;
	text-align: center;
}
#seriesBackground{
	float: right;
	margin: 0px;
	padding: 0px;
}
.videoRow{
	align-items: flex-start;
	justify-content: space-between;
}
.videoRow #categories{
	flex: 1 0 185px;
	padding: 5px;
	margin-left: 60px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.videoRow #categories h3{
	text-align: center;
}
.videoRow li{
	list-style: none;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.singleVideo{
	flex: 0 1 250px;
	position: relative;
	margin: 5px;
}
.singleVideo:nth-child(2), .singleVideo:nth-child(3){
	margin:5px 8px;
}
.singleVideo .playButton{
	display: block;
	position: absolute;
	top: 40px;
	right: calc(50% - 20px);
	width: 40px;
	height: 28px;
	background: url("/images/youtube_play_btn_grey-80x56.png") no-repeat center;
	background-size: contain;
	opacity: .8;
}
.singleVideo:hover .playButton{
	background: url("/images/youtube_play_btn-80x56.png") no-repeat center;
	background-size: contain;

	}
	
.eventCard {
    min-height: 300px;
	position: relative;
}
.eventCard a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -999999px;
}
.eventCard:hover h2 {	
 	color: #772828;
}	
	
	.eventCard h2 {
	text-shadow: none;	
	letter-spacing: normal;
	line-height: normal;	
	}
#supportItems{
	align-items: flex-start; 
	margin-top: 50px;
}
#supportImage{
	flex-basis: 150px;
	padding: 10px;
}
#supportDescription{
	flex-basis: 400px;
}
#supportSurveyMonkey{
	flex-basis: 400px;
}
@media(max-width: 920px){
	.icarebecauseItem {
		width: 28%;
	}
}
@media(max-width: 750px){
	.icarebecauseItem {
		width: 90%;
		margin: 10px auto;
	}
	.singleVideo{
		flex: 1 1 auto;
	}
	.videoRow #categories{
		margin-left: 0px;
		flex: 1 1 auto;
	}
	.singleVideo .playButton{
		top: calc(50% - 28px - 1em);
		right: calc(50% - 40px);
		width: 80px;
		height: 56px;
	}
	#supportImage, #supportDescription, #supportSurveyMonkey {
		flex-basis: auto; 
	}
	#supportImage{
		display: block;
		margin: 10px auto;
		padding: 0px;
	}
	#supportDescription{
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;

}
}