.c-intro {
	text-align: center;
	padding: 25px 0 18px;
}
.c-intro p {
	font-size: 20px;
	line-height: 31px;
	padding-bottom: 10px;
}
.c-first-section {
	margin-top: 100px;
}
.c-last-section img{max-width: 70%;padding:10px;}

.carespage h2{
    text-transform: uppercase;
    font-size: 2em;
    padding-bottom: 10px;
}
.strong {font-weight: bolder}

.text-right {align-content: right;text-align: right}
/* VIDEO PLAYER CONTAINER############################### */
.vid-container {
	position: relative;
	padding-bottom: 52%;
	padding-top: 30px;
	height: 0;
}
.vid-container iframe,.vid-container object,.vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* VIDEOS PLAYLIST############################### */
.vid-list-container {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 0%;
	padding-bottom: 20px;
}
.vid-list {
	width: 1344px;
	position: relative;
	top:0;
	left: 0;
}
.vid-item {
	display: block;
	width: 148px;
	height: 148px;
	float: left;
	margin: 0;
	padding: 5px 8px 0 0;
}
.thumb {
	/*position: relative;
	*/
	overflow:hidden;
	height: 84px;
}
.thumb img {
	width: 100%;
	position: relative;
	top: -13px;
}
.vid-item .desc {
	color: #21A1D2;
	font-size: 15px;
	margin-top:5px;
}
.vid-item:hover {
	background: #eee;
	cursor: pointer;
}
.arrows {
	position:relative;
	width: 100%;
}
.arrow-left {
	color: #fff;
	position: absolute;
	background: #00A9DF;
	padding: 11PX 0 12px 11px;
	left: -25px;
	top: -130px;
	z-index: 9;
	cursor: pointer;
	border-radius: 50%!important;
	WIDTH: 38px;
	HEIGHT: 38px;
}
.arrow-right {
	color: #fff;
	position: absolute;
	background: #00a9e0;
	padding: 11PX 0 12px 14px;
	right: -25px;
	top: -130px;
	z-index:9;
	cursor: pointer;
	border-radius: 50%!important;
	WIDTH: 38px;
	HEIGHT: 38px;
}
.arrow-left:hover {
	background: #167ac6;
}
.arrow-right:hover {
	background: #167ac6;
}
@media (max-width: 624px) {
	body {
		margin: 15px;
	}
	.caption {
		margin-top: 40px;
	}
	.vid-list-container {
		padding-bottom: 20px;
	}
	/* reposition left/right arrows */
	.arrows {
		position:relative;
		margin: 0 auto;
		width:96px;
	}
	.arrow-left {
		left: 0;
		top: -17px;
	}
	.arrow-right {
		right: 0;
		top: -17px;
	}
    .action-grid .ag-item p {font-weight: 300}
}
.jed-f2f-hulu {max-width: 80%;padding: 20px 0;}
.videosection p {padding: 8px;font-size: 1.30em;line-height: 1.55;margin-bottom: 5px;}
.action-grid {padding:0!important}
.grid-home {padding:20px 0!important}
.nosidepadding {padding: 40px 0px!important;}
.videoasside {padding: 50px 20px 60px;}
.copy-block-color.grey, .copy-block-color.gray {background-color: #999;color:#fff;}
.copy-block-color.litegrey, .copy-block-color.litegray {background-color: #eaeef1;color: #7c8285;}
.c-last-section {text-align: center;padding: 40px 0 30px;}
.c-last-section p {	font-size: 24px;line-height: 31px;}
.c-disclaimer .container {padding:10px 0!important;text-align: center}
.c-disclaimer p {font-size:1.2em;margin: 20px!important;}
.source {font-size: 1.1em!important;font-style: italic;}
.video-spin {margin: 40px 20px 20px;max-width: 320px;}
.video-container {text-align: center;}

.donate-button {
	background-color:#12a8df;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff!important;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	letter-spacing:.01em;
}
.donate-button:hover {
	background-color:#0a8fbf;
	text-decoration:none;
}
.donate-button:active {
	position:relative;
	top:1px;
}
