body.seasonal,
body.donate-to-a-family,
body.families-weve-helped {
	background: #f6f6f6;
}

/*------------------------------------*\
    HOME BANNER
\*------------------------------------*/

.homebanner {
	position: relative; overflow: hidden;
}

/*.homebanner-content {
	position: absolute; top: 22px;
	left: 0; right: 0;
	padding: 0 12%;
}

.homebanner h1 {
	font-size: 0; line-height: 0; text-indent: -9999px;
	width: 100%; margin-bottom: 12px;
	padding-bottom: 20.83333333%;
	background: url(../img/bg-mobheader.png) no-repeat;
	background-size: cover;
}

.home-2 .homebanner-content {
	position: absolute; top: auto;
	left: 0; right: 0; bottom: 22vw;
	padding: 0 0 0 6.67vw; color: #fff;
	width: 62vw;
}

.home-2 .homebanner h1 {
	font-size: 0; line-height: 0; text-indent: -9999px;
	width: 137px; margin-bottom: 16px;
	padding-bottom:0; height: 69px;
	background: url(../img/beourmiracle2-sm.png) no-repeat;
	background-size: cover;
}*/

.homebanner-content {
	position: absolute; top: 22px;
	left: 0; right: 0; color: #fff;
	padding: 0 13vw 0 6.67vw;
}

/*.home-3 .homebanner h1 {
	font-size: 0; line-height: 0; text-indent: -9999px;
	width: 92%; margin-bottom: 10px;
	padding-bottom: 20.83333333%;
	background: url(../img/bg-mobheader3.png) no-repeat;
	background-size: contain;
}*/

.homebanner h1 {
	font-size: 32px; line-height: 0.5; text-indent: 0;
	width: 100%; margin-bottom: 10px;
	padding-bottom: 0;
	background: none;
}

.homebanner h1 .scripted {
	color: #fff;
}
/*
.homebanner p {
	margin-bottom: 16px;
}

.home-2 .homebanner p {
	margin-bottom: 24px;
}*/

.page-template-page-home .homebanner p {
	margin-bottom: 24px;
}

.homebanner .btn {
	min-width: 180px;
	margin: 0 0 16px;
}

@media only screen and (min-width: 768px) {

	.homebanner-img, .topbanner-img {
		height: 612px; width: auto;
		position: relative; left: 50%;
		transform: translate(-50%,0);
	}

	.homebanner-content {
		position: absolute; top: auto;
		bottom: 76px; color: #fff;
		left: 0; right: 0; bottom: 60px;
		padding: 0 40px;
	}
	
	/*.home-2 .homebanner-content {
		position: absolute; top: auto;
		bottom: 76px; color: #fff;
		left: 0; right: 0;
		padding: 0 40px;
		width: 100%;
	}*/

	.homebanner p {
		font-weight: 600; font-size: 19px;
		margin: 0 auto 30px; max-width: 670px;
	}

	.homebanner-inner {
		text-align: center;
	}

	/*.homebanner h1 {
		width: 612px; height: 128px; padding: 0;
		background: url(../img/bg-header.png) no-repeat;
		background-size: contain;
		margin: 0 auto 12px;
	}
	
	.home-2 .homebanner h1 {
		width: 612px; height: 128px; padding: 0;
		background: url(../img/bg-header.png) no-repeat;
		background-size: contain;
		margin: 0 auto 12px;
	}*/
	
	.homebanner h1 {
		font-size: 96px; line-height: 0.2;
		width: 100%; height: auto; 
		margin-bottom: 0;
	}

	.homebanner .btn {
		margin: 0 12px;
	}

}

@media only screen and (min-width: 1025px) {

	

}

@media only screen and (min-width: 1441px) {

	.homebanner-img, .topbanner-img {
		height: auto; width: 100%;
		
	}

}

/*------------------------------------*\
    BANNER STRIP SECTION
\*------------------------------------*/

#bannerstrip {
	height: 80px; text-align: center;
	position: relative;
	z-index: 11;
}

#bannerstrip, #bannerstrip .scripted {
	color: #fff;
}

.page-primary #bannerstrip {
	background: #79bde9;
}

.page-color2 #bannerstrip {
	background: #31b744;
}

.page-color3 #bannerstrip {
	background: #f99400;
}

.page-color4 #bannerstrip {
	background: #a92061;
}

.page-color5 #bannerstrip {
	background: #27bbc9;
}

#bannerstrip h1 {
	font-size: 32px; position: absolute;
	bottom: -12px; left: 50%; width: 100%;
	transform: translate(-50%,0);
}

@media only screen and (min-width: 768px) {

	#bannerstrip {
		height: 96px;
	}

	#bannerstrip h1 {
		font-size: 42px; bottom: -16px;
	}

}

/*------------------------------------*\
    INTRO SECTION
\*------------------------------------*/

#intro-section {
	position: relative;
	z-index: 2;
}

.is-inner {
	border-top: 4px solid #79bde9;
	font-size: 19px; padding: 64px 0 56px; 
	background: #fff;
}

.home-2 .is-inner, .page-template-page-home .is-inner {
	border-top: 4px solid #27bbc9;
}

.colorbanner .is-inner {
	border-top: none; color: #fff;
	font-weight: 400;
	text-align: center;
}

.colorbanner .is-inner.shadow {
	box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.4);
}

.colorbanner .is-inner.shadow:before, .colorbanner .is-inner.shadow:after {
	box-shadow: 0 15px 20px rgba(0,0,0,0.8);
}

.colorbanner .is-inner .scripted {
	color: #fff;
}

.page-primary .is-inner {
	border-color: #79bde9;
}

.page-color2 .is-inner {
	border-color: #31b744;
}

.page-color3 .is-inner {
	border-color: #f99400;
}

.page-color4 .is-inner {
	border-color: #a92061;
}

.page-color5 .is-inner {
	border-color: #27bbc9;
}

.page-primary.colorbanner .is-inner {
	background: #79bde9;
}

.page-color2.colorbanner .is-inner {
	background: #31b744;
}

.page-color3.colorbanner .is-inner {
	background: #f99400;
}

.page-color4.colorbanner .is-inner {
	background: #a92061;
}

.page-color5.colorbanner .is-inner {
	background: #27bbc9;
}

.home .is-inner, .volunteer .is-inner {
	text-align: center; 
}

#intro-section h1, #intro-section h2 {
	font-size: 32px; max-width: 900px;
	margin: 0 auto 16px;
}

#intro-section p {
	max-width: 900px;
	margin: 0 auto 30px;
}

.how-we-help #intro-section p {
	max-width: 600px;
}

.why-we-help #intro-section p {
	max-width: 800px;
}

.our-team #intro-section p {
	max-width: 700px;
}

.families-weve-helped #intro-section p {
	max-width: 740px;
}

.volunteer #intro-section p {
	max-width: 580px;
}

.fundraise #intro-section p, .our-story #intro-section p {
	max-width: 840px;
}

.quoteby {
	text-transform: uppercase;
	font-weight: 400; display: block;
	letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {

	.is-inner {
		text-align: center; padding: 90px 0 72px; 
	}

	.colorbanner .is-inner {
		font-size: 27px;
		font-weight: 300;
	}

	#intro-section h1 {
		font-size: 42px;
	}

	#intro-section h1, #intro-section h2 {
		margin: 0 auto 24px;
	}

	.page-template-page-colortheme .is-inner p:first-of-type {
		font-size: 27px;
	}

	.quoteby {
		display: inline;
	}

}

/*------------------------------------*\
    INTERACTIVE CARDS SECTION
\*------------------------------------*/

#icards-section {
	background: #f6f6f6; padding: 68px 0 20px;
	text-align: center;
}

#icards-section .swiper-container {
	padding-bottom: 60px;
}

.icard {
	background: #fff; padding: 76px 16px 0;
	text-align: center; border-radius: 4px; 
	width: 88%; max-width: 330px; 
	height: 468px;
	transition: all 0.2s linear;
}

.icard .icard-icn,
.icard .icard-content {
	opacity: 0.5;
}

.icard.swiper-slide-active {
	box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}

.icard.swiper-slide-active .icard-icn,
.icard.swiper-slide-active .icard-content {
	opacity: 1;
}

.icard-linkwrap {
	opacity: 0;
	transition: all 0.2s linear;
}

.icard.swiper-slide-active .icard-linkwrap {
	opacity: 1;
	transform: translate(0,-20px);
}

.icard-icn {
	height: 134px; margin-bottom: 24px;
}

.icard-icn img {
	height: 100%; width: auto;
	margin: 0 auto;
}

.icard-content {
	max-width: 280px; margin: 0 auto;
	min-height: 148px;
}

.icard-content h3 {
	margin-bottom: 8px;
}

.icard-content p {
	margin-bottom: 6px;
}

.swiper-pagination-bullet-active {
	background: #79bde9;
}

@media only screen and (min-width: 768px) {

	#icards-section {
		padding: 108px 0 60px;
	}

	.icard {
		max-width: none; width: 468px; 
		height: 468px;
	}

	#icards-section .swiper-pagination {
		display: none;
	}

}

@media only screen and (min-width: 1025px) {

	#icards-section .swiper-wrapper {
		display: inline-block; width: auto;
		height: auto;
	}

	.icard {
		display: inline-block; vertical-align: top;
		width: 380px;
		box-shadow: 2px 0px 4px -4px rgba(0,0,0,0.15), -2px 0px 4px -4px rgba(0,0,0,0.15);
		transition: all 0.2s linear;
		transform: scale(0.9);
	}

	.icard:first-of-type {
		margin-right: -120px;
	}

	.icard:last-of-type {
		margin-left: -120px;
	}

	.mincards.icard:first-of-type {
		margin-right: 0;
	}

	.icard.swiper-slide-active {
		box-shadow: none;
	}

	.icard.swiper-slide-active .icard-icn,
	.icard.swiper-slide-active .icard-content {
		opacity: 0.5;
	}

	.icard.swiper-slide-active .icard-linkwrap {
		opacity: 0;
		transform: translate(0);
	}

	.icard.dt-active {
		box-shadow: 4px 0px 4px -4px rgba(0,0,0,0.25), -4px 0px 4px -4px rgba(0,0,0,0.25);
		z-index: 10;
		transform: scale(1);
	}

	.icard.dt-active .icard-icn,
	.icard.dt-active .icard-content {
		opacity: 1;
	}

	.icard.dt-active .icard-linkwrap {
		opacity: 1;
		transform: translate(0,-20px);
	}

}

@media only screen and (min-width: 1170px) {

	.icard {
		width: 468px;
	}

	.icard:first-of-type {
		margin-right: -160px;
	}

	.icard:last-of-type {
		margin-left: -160px;
	}

}

/*------------------------------------*\
    SUB-BANNER SECTION
\*------------------------------------*/

.sub-banner {
	position: relative;
	overflow: hidden;
}

.sb-inner {
	position: absolute; left: 0;
	bottom: 24px; width: 100%;
}

.bannercard {
	background: #fff; width: 90%;
	margin: 0 auto; padding: 68px 24px 40px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	border-radius: 4px;
}

.bannercard h2, .bannercard h1 {
	font-size: 42px; margin-bottom: 20px;
	line-height: 1.25;
}

.bannercard p {
	margin-bottom: 36px; font-size: 19px;
}

.bannercard p:last-of-type {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {

	.sb-inner {
		position: absolute; left: 5.5vw;
		bottom: 5.5vw; width: 48%;
		max-width: 470px;
	}

	.sb-inner.bcRight {
		left: auto; right: 5.5vw;
	}

	.bannercard {
		padding: 68px 24px 64px;
		width: 100%;
	}

	.subbanner-img {
		height: 685px; width: auto;
		position: relative; left: 50%;
		transform: translate(-50%,0);
	}

	.top-banner .subbanner-img {
		height: 612px;
	}

}

@media only screen and (min-width: 1025px) {

	.sb-inner {
		left: 12.5vw;
	}

	.bannercard {
		padding: 96px 40px;
		width: 100%;
	}

}

@media only screen and (min-width: 1441px) {

	.subbanner-img, .top-banner .subbanner-img {
		height: auto; width: 100%;
		
	}

}

/*------------------------------------*\
    MAILING LIST SECTION
\*------------------------------------*/

#mailinglist-section {
	padding: 48px 0;
}

.take-action #mailinglist-section {
	background: #f6f6f6;
}

.mailinglist-cta {
	text-align: center; font-weight: 400;
	height: 129px; width: 100%; margin-bottom: 12px;
	background: url(../img/bg-joinus.png) no-repeat center top;
	background-size: 236px; display: table;
}

.ml-inner {
	display: table-cell;
	vertical-align: middle;
}

.mailinglist-cta p {
	margin-bottom: 0;
}

.page-template-page-home .mailinglist-cta p:first-of-type {
	max-width: 276px;
	margin: 0 auto 8px;
}

.mailinglist-form .mc4wp-success {
	text-align: center; font-weight: 600;
}

.mailinglist-form {
	max-width: 640px; margin: 0 auto;
}

.home-2 #btn-ml.btn {
	background: #27bbc9; 
}

.home-2 input.ml-input {
	border-color: #27bbc9;
}

.page-template-page-home #btn-ml.btn {
	background: #f99400; 
}

.page-template-page-home input.ml-input {
	border-color: #f99400;
}

@media only screen and (min-width: 768px) {

	#mailinglist-section {
		padding: 114px 0 96px;
	}

	.mailinglist-cta {
		font-weight: 300; height: 233px; margin-bottom: 0;
		background-size: 426px; font-size: 27px;
		padding-bottom: 23px;
	}

	.home .mailinglist-cta p:first-of-type {
		max-width: none;
		margin-bottom: 10px;
	}

	.mailinglist-form {
		position: relative; margin-top: -23px;
		z-index: 9;
	}

	.mailinglist-form .mc4wp-success {
		font-size: 19px;
	}

}

@media only screen and (min-width: 1025px) {

	.mailinglist-form {
		max-width: 980px;
	}

	.mailinglist-form .mc4wp-form-fields {
		height: 50px; position: relative;
	}

	.inputwrap {
		width: 32%; float: left;
	}

	input.ml-input {
		line-height: 48px; height: 50px;
		border-left: 0; border-right: 0;
		border-radius: 0; padding: 0 20px;
	}

	input#ml-email {
		border-left: 1px solid #79bde9;
		border-right: 1px solid #79bde9;
		border-radius: 24px 0 0 24px;
	}

	input#lastname {
		border-right: 1px solid #79bde9;
		border-left: 1px solid #79bde9;
		border-radius: 0 24px 24px 0;
	}
	
	.home-2 input#ml-email, .home-2 input#lastname {
		border-color: #27bbc9;
	}
	
	.page-template-page-home input#ml-email, .page-template-page-home input#lastname {
		border-color: #f99400;
	}

	.signup-wrap {
		position: absolute; top: 0;
		right: 0; padding: 0;
		z-index: 10;
	}

	#btn-ml.btn {
		line-height: 50px; 
	}

}

/*------------------------------------*\
    HOSPITAL AFF. SECTION
\*------------------------------------*/

#hospital-section {
	padding: 48px 0;
	text-align: center;
}

#hospital-section h2 {
	margin-bottom: 48px;
}

.hospital-logo {
	margin-bottom: 48px;
}

.hospital-logo img {
	display: inline-block; 
	opacity: 0.5;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.25s linear;
}

.hospital-logo img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.hospital-logo:first-of-type img {
	max-width: 200px;
}

.hospital-logo:nth-of-type(2) img {
	max-width: 160px;
}

.hospital-logo:nth-of-type(3) img {
	max-width: 260px;
}

.hospital-logo:last-of-type img {
	max-width: 220px;
}

@media only screen and (min-width: 768px) {

	#hospital-section {
		padding: 0 0 120px;
		text-align: center;
	}

	.how-we-help #hospital-section {
		padding: 0 0 240px;
	}

	#hospital-section h2 {
		margin-bottom: 20px;
	}

	.logos-wrap {
		display: table; width: 100%;
		height: 148px;
	}

	.hospital-logo {
		padding: 0 20px; display: table-cell; 
		vertical-align: middle;
		margin-bottom: 0;
	}

}

@media only screen and (min-width: 1025px) {

	.how-we-help #hospital-section {
		padding: 0 0 120px;
	}

}

/*------------------------------------*\
    CARDS SECTION
\*------------------------------------*/

.cards-section {
	text-align: center;
}

.take-action .cards-section {
	position: relative;
	z-index: 2;
}

.take-action .cards-section .container {
	max-width: 1490px;
}

.cards-inner {
	padding: 48px 0; background: #fff;
	position: relative;
}

.cards-intro {
	margin-bottom: 40px;
	font-size: 19px;
}

.cards-section h2 {
	line-height: 1.3; margin-bottom: 20px;
}

.cards-section h2 br {
	display: none;
}

.cardswrap {
	position: relative;
	z-index: 5;
}

.card {
	border-radius: 4px;
}

.card-img img {
	border-radius: 4px 4px 0 0;
}

.card-body {
	background: #f6f6f6;
	font-weight: 400;
	padding: 40px 4px 22px;
	position: relative;
	border-radius: 0 0 4px 4px;
}

.card-body p {
	max-width: 270px; margin: 0 auto;
}

@media only screen and (min-width: 768px) {

	.cards-inner {
		padding: 120px 0;
	}

	.cards-intro {
		margin-bottom: 80px;
	}

	.cards-section h2 {
		font-size: 42px; max-width: 740px;
		margin: 0 auto 20px;
	}

	.cards-section h2 br {
		display: block;
	}

	.card-body {
		font-size: 13px;
	}

	.take-action .cardswrap {
		display: flex; flex-wrap: wrap;
	}

	.take-action .cards-section .col-card {
		width: 50%; float: none;
		margin-bottom: 20px;
	}

	.take-action .cards-section .card-body p {
		max-width: 290px; margin: 0 auto;
	}

}

@media only screen and (min-width: 1024px) {

	.take-action .cards-section .col-card {
		width: 25%; margin-bottom: 0;
	}

	.take-action .cards-section .card-body {
	    min-height: 122px;
	}

}

@media only screen and (min-width: 1025px) {

	.card-body {
		font-size: 16px;
	}

	.take-action .cards-section .col-card {
		padding: 0 10px;
	}

	.take-action .cards-section .card-body {
	    font-size: 14px;
	    padding-left: 10px;
	    padding-right: 10px;
	    min-height: 128px;
	}

	.take-action .cards-section .card-body p {
		max-width: 260px;
	}

}

/*------------------------------------*\
    BOTTOM BANNER SECTION
\*------------------------------------*/

#btmbanner-section {
	position: relative;
}

.btmbanner-content {
	padding-left: 48px; max-width: 308px;
}

.btmbanner-content h2 {
	font-size: 42px; line-height: 1.25;
	margin-bottom: 24px;
}

.btmbanner-content p {
	font-size: 19px; margin-bottom: 30px;
}

.why-we-help .btmbanner-content p {
	font-size: 27px;
}

@media only screen and (min-width: 768px) {

	.btmbanner-content {
		padding-left: 0; max-width: 380px;
		position: absolute; top: 0;
		left: 15.625vw;
	}

	.home .btmbanner-content p {
		max-width: 320px;
	}

	.how-we-help .btmbanner-content {
		top: -18vw;
	}

}

@media only screen and (min-width: 1025px) {

	.btmbanner-content {
		top: 3.5vw;
	}

	.how-we-help .btmbanner-content {
		top: -7.5vw;
	}

}

@media only screen and (min-width: 1280px) {

	.how-we-help .btmbanner-content {
		top: 0;
	}

}

/*------------------------------------*\
    PLAIN CARDS SECTION
\*------------------------------------*/

.plaincards-section {
	padding: 90px 0 48px; text-align: center;
	background: #f6f6f6;
}

.how-we-help .plaincards-section {
	padding: 156px 0 48px;
	background: #f6f6f6 url(../img/bg-wehelp.png) no-repeat center 48px;
	background-size: 270px;
}

.plaincards-section h2 br {
	display: none;
}

.plaincard .card-body {
	background: #fff;
	font-weight: 300;
	padding: 44px 20px 0;
	height: 280px;
	border-radius: 4px;
	position: relative;
}

.plaincard .card-body h3 {
	margin-bottom: 10px;
}

.plaincard .card-body p {
	max-width: 250px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {

	.plaincards-section {
		padding: 120px 0 66px;
	}

	.how-we-help .plaincards-section {
		padding: 232px 0 96px;
		background: #f6f6f6 url(../img/bg-wehelp.png) no-repeat center 40px;
		background-size: 490px;
	}

	.plaincard .card-body {
		font-size: 16px;
	}

}

/*------------------------------------*\
    OVERVIEW CARDS SECTION
\*------------------------------------*/

.ovcards-section {
	text-align: center;
}

.take-action .ovcards-section {
	position: relative;
    z-index: 2;
}

.volunteer .ovcards-section {
	padding: 70px 0 36px;
	position: relative;
    z-index: 2;
}

.ovcards-inner {
	background: #fff;
	padding: 70px 0 36px;
}

.ov-intro {
	margin-bottom: 48px;
}

.ov-intro h2 {
	font-size: 32px;
	margin: 0 auto 22px;
}

.ov-intro p {
	font-size: 19px; max-width: 770px;
	margin: 0 auto;
}

.ovcard .btn-card {
	top: auto; bottom: -24px;
}

.ovcard-body {
	position: absolute; bottom: 0;
	width: 100%; padding: 40px 4px 32px;
	color: #fff; font-weight: 600;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	transition: all 0.2s linear;
}

.ovcard-body p {
	max-width: 200px; margin: 0 auto;
	line-height: 1.35;
}

#volinaction .card-img {
	position: relative; width: 100%;
	height: 0; padding-bottom: 66.5%;
	overflow: hidden;
}

#volinaction .card-img img {
	position: absolute;
}

@media only screen and (min-width: 1025px) {

	.volunteer .ovcards-section {
		padding: 140px 0 56px;
		position: relative;
	    z-index: 2;
	}

	.ovcard-body {
		opacity: 0;
	}

	.ovcard:hover .ovcard-body {
		bottom: 0; opacity: 1;
	}

	.ovcards-section .container-list .col-card {
		margin-bottom: 24px;
	}

}

/*------------------------------------*\
    OUR FAMILIES SECTION
\*------------------------------------*/

#ourfamilies {
	padding: 80px 0; text-align: center;
}

#ourfamilies h2 {
	font-size: 36px; margin-bottom: 48px;
	line-height: 1.1;
}

#ourfamilies .card-img img {
	border-radius: 4px;
}

#ourfamilies h3 {
	font-weight: 400;
	margin: 30px 0 16px;
}

.ourfamilies-inner {
	max-width: 990px;
	margin: 0 auto;
}

.shortstory {
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {

	#ourfamilies {
		padding: 120px 0;
	}

	#ourfamilies h2 {
		font-size: 42px; margin-bottom: 64px;
	}
	
	.ourfamilies-inner {
		margin: 0 auto 48px;
	}

}

@media only screen and (min-width: 1025px) {

	.shortstory {
		padding: 0 20px;
	}

}

/*------------------------------------*\
    SPLIT SECTION
\*------------------------------------*/

#split-section {
	margin-bottom: 30px;
}

#split-section .container {
	max-width: none; position: relative;
	z-index: 2;
}

.how-we-help #split-section {
	margin-bottom: 80px;
}

.page-template-page-colortheme #split-section {
	background: #f6f6f6; text-align: center;
	padding-bottom: 20px;
}

#split-section .shadow::before, #split-section .shadow::after {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.7);
    bottom: 20px;
}

.splitwrap {
	border-radius: 4px; color: #fff;
	background: #79bde9; 
	overflow: hidden;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
}

.splitwrap a, .splitwrap a.arrowlink {
	color: #fff;
}

.splitwrap a[href^="mailto"] {
	text-decoration: underline;
}

.split {
	padding: 48px 20px; font-weight: 400;
}

.split:last-of-type {
	background: #66aee3;
}

.page-color2 .split:last-of-type {
	background: #25a735;
}

.page-color5 .split:last-of-type {
	background: #01a7b2;
}

.split h3 {
	font-size: 32px; line-height: 1.25;
	margin-bottom: 20px;
}

.page-template-page-colortheme .split h3 {
	font-family: 'jennasue'; font-weight: normal;
	font-size: 120px; line-height: 0.75;
	margin-bottom: 20px;
}

.page-template-page-colortheme .split-inner p {
	max-width: 300px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {

	#split-section .shadow::before, #split-section .shadow::after {
	    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.45);
	}

	.split-inner {
		max-width: 470px; margin: 0 auto;
	}

	.page-template-page-colortheme .split h3 {
		font-size: 152px;
	}
	
	.splitwrap {
		margin-bottom: 20px;
	}

}

@media only screen and (min-width: 1025px) {

	.how-we-help #split-section {
		margin-bottom: 120px;
	}

	.splitwrap {
		display: table; width: 100%;
	}

	.split {
		display: table-cell; width: 50%;
		padding: 92px 20px 80px; font-size: 19px;
	}

}

/*------------------------------------*\
    PARTNER WITH US SECTION
\*------------------------------------*/

#partnerwith-section {
	padding: 60px 0;
	text-align: center;
}

.take-action #partnerwith-section {
	background: #f6f6f6;
}

.partnerwith-intro h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

.partnerwith-intro {
	font-size: 19px; margin-bottom: 48px;
}

.partnerwith-intro p {
	margin: 0 auto 30px;
	max-width: 830px;
}

.partnerwith-intro p:last-of-type {
	margin-bottom: 0;
}

.col-cplogo {
	margin-bottom: 30px;
}

.col-cplogo img {
	max-width: 190px;
	margin: 0 auto;
	opacity: 0.5;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.25s linear;
}

.col-cplogo img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

@media only screen and (min-width: 768px) {

	.partnerwith-intro {
		margin-bottom: 76px;
	}

	.partnerwith-intro h2 {
		font-size: 42px;
		margin-bottom: 24px;
	}

	.partnerwith-intro p {
		margin: 0 auto 36px;
	}

	.col-cplogo {
		width: 25%; float: left;
		padding: 0 10px;
	}

}

@media only screen and (min-width: 1025px) {
	
}

/*------------------------------------*\
    SQUARES SECTION
\*------------------------------------*/

#squares-section {
	text-align: center;
	padding: 36px 0;
}

#squares-section .container {
	max-width: none;
}

.take-action #squares-section {
	background: #f6f6f6;
}

.squareswrap {
	position: relative;
	z-index: 2;
	border-radius: 4px;
}

.square {
	padding: 48px 8px 24px;
	color: #fff; font-weight: 400;
}

.square .scripted {
	color: #fff; font-size: 64px;
}

.square h3 {
	margin-bottom: 20px;
}

.square p {
	margin-bottom: 30px;
}

.square p:first-of-type {
	max-width: 308px;
	margin: 0 auto 30px;
}

.square a {
	color: #fff; font-size: 12px;
	font-weight: 700; line-height: 1.3;
	text-transform: uppercase;
}

.square a > i {
	font-size: 20px; margin: 0 20px;
}

#square1 { 
	background: #79bde9; 
	border-radius: 4px 0 0 4px;
}

#square2 { background: #66aee3; }

#square3 { 
	background: #53a0dd; 
	border-radius: 0 4px 4px 0;
}


@media only screen and (min-width: 768px) {

	.squareswrap {
		display: table; width: 100%;
	}

	.square {
		display: table-cell; width: 33.333333%;
		position: relative; z-index: 4;
		font-size: 14px;
	}

}

@media only screen and (min-width: 1025px) {

	.square {
		padding: 100px 8px 70px;
		font-size: 18px;
	}

	.square h3 {
		margin-bottom: 30px;
	}

}

/*------------------------------------*\
    OUR GALLERY SECTION
\*------------------------------------*/

#ourgallery-section {
	padding: 80px 0;
	text-align: center;
}

#ourgallery-section h2 {
	font-size: 36px;
	margin-bottom: 40px;
}

.gallerieswrap {
	margin: 0 auto 36px;
	max-width: 1038px;
}

.fb-album {
	margin-bottom: 30px;
}

.fb-coverwrap {
	border-radius: 4px;
	margin-bottom: 30px;
}

.fb-cover {
	display: block; border-radius: 4px;
	width: 100%; height: 0;
	padding-bottom: 66.5%;
	position: relative;
	overflow: hidden;
	background: #fdfdfd;
}

.fb-cover img {
	position: absolute;
}

.fb-album h3 {
	font-weight: 400; font-size: 19px;
	line-height: 1.25; min-height: 48px;
	margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {

	#ourgallery-section h2 {
		font-size: 42px;
		margin-bottom: 60px;
	}

	.gallerieswrap {
		margin-bottom: 36px;
	}

	.fb-album {
		width: 33.33333%; float: left;
		padding: 0 10px; 
	}

}

@media only screen and (min-width: 1025px) {

	.fb-album {
		padding: 0 20px;
	}

}

/*------------------------------------*\
    COLOR BG SECTION
\*------------------------------------*/

.colorbg-section {
	position: relative;
	z-index: 2; text-align: center;
	padding-bottom: 24px;
}

.fundraise .colorbg-section {
	background: #f6f6f6;
	padding-top: 30px;
}

.colorbg-section .container {
	max-width: none;
}

.colorbg-wrap {
	color: #fff; padding: 64px 30px 80px;
	font-size: 19px; border-radius: 4px;
	background-image: url(../img/bg-meetus.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 90%;
}

.fundraise .colorbg-wrap {
	background: #79bde9 url(../img/bg-getstarted.png) no-repeat center bottom;
	background-size: 90%;
}

.colorbg-wrap h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

.colorbg-wrap p {
	max-width: 780px;
	margin: 0 auto;
}

.colorbg-wrap p:first-of-type {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {

	.colorbg-section {
		padding-bottom: 40px;
	}

	.colorbg-wrap {
		padding: 96px 30px 100px;
		font-size: 27px;
		background-position: center center;
		background-size: 560px;
	}

	.fundraise .colorbg-wrap {
		background: #79bde9 url(../img/bg-getstarted.png) no-repeat center 131px;
		background-size: 600px;
	}

	.colorbg-wrap h2 {
		font-size: 42px;
	}


}

@media only screen and (min-width: 1025px) {

	.fundraise .colorbg-wrap {
		background: #79bde9 url(../img/bg-getstarted.png) no-repeat center 150px;
		background-size: 776px;
	}

}

/*------------------------------------*\
    VOLUNTEER SPOTLIGHT
\*------------------------------------*/

.volunteer .fa-long-arrow-down {
	font-size: 24px; width: 100px;
	cursor: pointer;
	padding: 10px 24px;
	border-radius: 32px;
	border: 2px solid #79bde9;
	transition: background 0.25s linear;
}

.volunteer .fa-long-arrow-down:hover {
	background: #79bde9; color: #fff;
}

#volspotlight-section {
	background: #f6f6f6; padding: 0 0 30px;
}

#volspotlight-section .container {
	position: relative; z-index: 2;
	max-width: 1440px;
}

.testimonial {
	border-radius: 4px;
	overflow: hidden;
}

.testimonial-img {
	position: relative;
}

.vs-textimg {
	position: absolute; left: 0;
	bottom: -34px; width: 100%;
	z-index: 12;
}

.testimonial-textimg img {
	margin: 0 auto; width: 96%; max-width: 330px;
}

.testimonial-info {
	position: relative; background: #79bde9;
	padding: 100px 20px 36px; color: #fff;
	text-align: center;
}

.testimonial-person {
	position: absolute; width: 100%;
	top: 24px; left: 0; padding: 0 20px;
	font-weight: 400; z-index: 13;
}

.testimonial-name {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.testimonial-desc {
	line-height: 1.25;
}

.testimonial-quote {
	font-size: 19px; font-weight: 400;
}

@media only screen and (min-width: 768px) {

	#volspotlight-section {
		padding: 0 0 40px;
	}

	.testimonial {
		display: table; width: 100%;
		position: relative;
	}

	.testimonial-img {
		display: table-cell; width: 50%;
		position: static;;
	}

	.vs-textimg {
		position: absolute; left: 0;
		bottom: -10%; width: 100%;
		z-index: 12;
	}

	.vs-textimg img {
		margin: 0; width: 50%; 
		max-width: 685px;
	}

	.testimonial-info {
		display: table-cell; vertical-align: middle;
		padding: 0 20px; text-align: left;
		width: 50%;
	}

	.testimonial-quote {
		max-width: 400px; margin: 0 auto;
		font-weight: 300; font-size: 16px;
	}

	.testimonial-person {
		top: auto; left: 20px; bottom: 0; 
		padding: 0 0 10px;
	}

	.testimonial-desc {
		font-size: 14px;
	}

}

@media only screen and (min-width: 1025px) {

	.testimonial-quote {
		font-size: 19px; 
	}

}

@media only screen and (min-width: 1281px) {

	.testimonial-quote {
		font-size: 27px; 
	}

	.testimonial-name {
		font-size: 22px;
	}

	.testimonial-desc {
		font-size: 16px;
	}

	.testimonial-person {
		left: 14%; bottom: 0; 
	}

}

@media only screen and (min-width: 1441px) {

	.vs-textimg {
		position: absolute; left: 6.5%;
		bottom: -11%; width: 680px;
		z-index: 12;
	}

	.vs-textimg img {
		width: 100%;
	}

}

/*------------------------------------*\
    VOLUNTEER CTA
\*------------------------------------*/

#volunteercta-section {
	padding: 100px 16px;
	text-align: center;
	background: url(../img/bg-volunteer.png) no-repeat center 40px;
	background-size: 296px;
}

#volunteercta-section p:first-of-type {
	font-weight: 400; max-width: 260px;
	margin: 0 auto 32px;
}

@media only screen and (min-width: 768px) {

	#volunteercta-section {
		padding: 180px 16px 136px;
		background: url(../img/bg-volunteer.png) no-repeat center 72px;
		background-size: 520px;
	}

	#volunteercta-section p:first-of-type {
		font-weight: 300; max-width: none;
		margin: 0 auto 64px; font-size: 27px;
	}

}

/*------------------------------------*\
    VOLUNTEER CTA
\*------------------------------------*/

#special-section {
	padding-bottom: 30px;
}

.feed-and-clothe #special-section {
	background: #f6f6f6;
}

.housing #special-section {
	padding: 30px 0;
}

#special-section .container {
    max-width: none; color: #fff;
    font-size: 19px; text-align: center;
    position: relative; z-index: 2;
}

.thankswrap {
	padding: 56px 20px 60px;
	border-radius: 4px;
}

.page-color3 .thankswrap {
	background: #f99400 url(../img/bg-thanks-orange.png) no-repeat center bottom;
	background-size: 100%;
}

.page-color4 .thankswrap {
	background: #a92061 url(../img/bg-thanks-purple.png) no-repeat center bottom;
	background-size: 100%;
}

.thankslogo {
	margin: 0 auto 30px; 
}

.feed-and-clothe .thankslogo {
	width: 225px;
}

.housing .thankslogo {
	width: 200px;
}

.thankswrap p {
	margin: 0 auto; max-width: 740px;
}

@media only screen and (min-width: 768px) {

	#special-section {
		padding-bottom: 48px;
	}

	.housing #special-section {
		padding: 48px 0;
	}

	.thankswrap {
		padding: 100px 20px 96px;
	}

	.housing .thankswrap {
		padding: 80px 20px 72px;
	}

	.page-color3 .thankswrap {
		background: #f99400 url(../img/bg-thanks-orange.png) no-repeat center center;
		background-size: 100%;
	}

	.page-color4 .thankswrap {
		background: #a92061 url(../img/bg-thanks-purple.png) no-repeat center center;
		background-size: 100%;
	}

}

@media only screen and (min-width: 841px) {

	.page-color3 .thankswrap {
		background: #f99400 url(../img/bg-thanks-orange.png) no-repeat center 48px;
		background-size: 840px;
	}

	.page-color4 .thankswrap {
		background: #a92061 url(../img/bg-thanks-purple.png) no-repeat center center;
		background-size: 840px;
	}

}

/*------------------------------------*\
    FREE SECTION
\*------------------------------------*/

.free-section {
	padding: 60px 0 72px;
}

.freeintro {
	text-align: center;
	margin-bottom: 48px;
}

@media only screen and (min-width: 768px) {

	.free-section {
		padding: 88px 0 96px;
	}

	.freeintro {
		margin-bottom: 70px;
	}

	.freeintro h2 {
		font-size: 42px;
	}

	.freewrap {
		display: table; width: 100%;
	}

	.col-free {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}

	.col2-inner {
		padding-left: 20px;
	}

}

@media only screen and (min-width: 1025px) {

	.col2-inner {
		padding-left: 16%;
	}

	.col2-inner p {
		font-size: 19px;
	}

}

/*------------------------------------*\
    STAT COLUMNS
\*------------------------------------*/

.statwrap {
	display: table;
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
}

.statcol {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #ededed;
}

.statcol:first-of-type {
	border-left: none;
	padding-left: 0;
}

.statlabel {
	font-size: 12px; min-height: 18px;
	font-weight: 600;
}

.stat {
	font-family: 'jennasue'; font-weight: normal;
	font-size: 48px; line-height: 0.5;
	color: #79bde9; padding: 12px 0 6px;
}

.housing .stat {
	color: #A92061;
}

@media only screen and (min-width: 768px) {

	.statcol:nth-of-type(2) {
		padding: 0 20px;
	}

}

@media only screen and (min-width: 1025px) {

	.statwrap {
		width: auto;
	}

	.statcol:first-of-type {
		padding-right: 20px;
	}

	.statcol:nth-of-type(2) {
		padding: 0 30px;
	}

	.statcol:nth-of-type(3) {
		padding: 0 0 0 34px;
	}

	.stat {
		font-size: 72px;
		padding: 14px 0 6px;
	}

}

/*------------------------------------*\
    OUR EVENTS
\*------------------------------------*/

#featured-section {
	padding: 60px 0;
	background: #f6f6f6;
	text-align: center;
}

.featured-intro {
	margin-bottom: 48px;
}

.featured-intro h2 {
	font-size: 32px;
	margin-bottom: 20px;
}

.featured-intro p {
	margin: 0 auto 20px;
	max-width: 620px;
	font-size: 19px;
}

.featuredwrap {
	max-width: 1038px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.col-event {
	margin-bottom: 36px;
}

.featured-img {
	margin-bottom: 24px;
}

.featured-img a {
	border-radius: 4px;
    display: block;
    overflow: hidden;
}

.col-event h3 {
	font-weight: 400;
}

.featured-date {
	
}

.featured-summary {
	margin-bottom: 12px;
}

#allevents-section {
	padding: 60px 0;
}

.allevents-intro {
	text-align: center;
	margin-bottom: 30px;
}

.event {
	margin-bottom: 22px;
}

.event-title {
	font-size: 19px; font-weight: 400;
}

.event-date {
	margin-bottom: 4px;
}

.event .arrowlink {
	margin-top: 10px;
}

@media only screen and (min-width: 768px) {

	#featured-section {
		padding: 80px 0 60px;
	}

	.featured-intro {
		margin-bottom: 60px;
	}

	.col-event {
		display: inline-block; 
		margin-left: -4px;
		width: 33.3333333%;
		padding: 0 10px;
		vertical-align: top;
	}
	.with-tabs.col-event {
		width: 50%;
		padding: 0 30px;
	}
	.event-img {
		margin-bottom: 30px;
	}

	#allevents-section {
		padding: 120px 0;
	}
	
	.allevents-intro {
		font-size: 22px;
		margin: 0 auto 48px;
		max-width: 620px;
	}
	
	.eventswrap {
		max-width: 1040px; margin: 0 auto;
	}

	.events-inner {
		display: flex; flex-wrap: wrap;
		max-width: 1040px; margin: 0 auto;
	}

	.event {
		padding: 0 40px; width: 50%;
		float: left; margin-bottom: 40px;
	}

}

@media only screen and (min-width: 1025px) {
	
	#featured-section {
		padding: 100px 0 80px;
	}
	
	.featuredwrap {
		margin: 0 auto 20px;
	}

	.col-event {
		padding: 0 20px;
	}

}

/*------------------------------------*\
    EVENT LOGOS
\*------------------------------------*/

#seasonal-logos {
	padding: 40px 0;
	text-align: center;
}

#seasonal-logos h2 {
	margin-bottom: 40px;
}

#seasonal-logos .container {
	max-width: 1340px;
}

.sponsorlogo {
	margin-bottom: 20px;
}

.sponsorlogo img {
	max-width: 190px; margin: 0 auto; opacity: 0.5;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.25s linear;
}

.sponsorlogo img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

@media only screen and (min-width: 768px) {

	#seasonal-logos {
		padding: 80px 0;
	}

	.sponsorlogo {
		display: inline-block; padding: 0 10px;
		width: 210px; margin: 0 -4px 30px 0;
	}

}

@media only screen and (min-width: 1025px) {

	#seasonal-logos {
		padding: 120px 0;
	}

	#seasonal-logos h2 {
		margin-bottom: 60px;
	}

}

/*------------------------------------*\
    CAREERS
\*------------------------------------*/

.careers #intro-section p {
    max-width: 740px;
}

#jobs-section {
	padding: 60px 0;
	background: #f6f6f6;
}

#jobs-section strong {
	font-weight: 600;
}

@media only screen and (min-width: 768px) {

	#jobs-section {
		padding: 120px 0 72px;
	}

	#jobs-section .col-card {
		float: none; margin-right: -4px;
	}

}

/*------------------------------------*\
    WAYS TO GIVE / TABS TEMPLATE
\*------------------------------------*/

body.ways-to-give, body.donate {
	background: #f6f6f6;
}

#wayscontact-section, #undertabs-section {
	padding: 30px 0 60px;
	text-align: center;
}

#wayscontact-section p, #undertabs-section p {
	margin: 0 auto; font-size: 27px;
	max-width: 680px;
}

#wayscontact-section p {
	font-size: 22px;
}

.ways-to-give .arrowlink {
	color: #002855; padding-top: 16px;
}

@media only screen and (min-width: 768px) {

	#wayscontact-section, #undertabs-section {
		padding: 100px 0 130px;
	}

	#wayscontact-section p, #undertabs-section p {
		font-size: 32px;
	}

}

/*------------------------------------*\
 FAMILIES WE'VE HELPED
\*------------------------------------*/

#parent-testimonials {
	padding: 60px 0;
	text-align: center;
}

#parent-testimonials h2 {
	font-size: 36px; margin-bottom: 48px;
	line-height: 1.1;
}

.parents-inner {
	margin: 0 auto;
	max-width: 1140px;
}

#parent-testimonials .card-img img {
	border-radius: 4px;
}

#parent-testimonials h3 {
	font-weight: 400;
	margin: 30px 0 16px;
}

.parents-inner p {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {

	#parent-testimonials {
		padding: 140px 0;
	}

	#parent-testimonials h2 {
		font-size: 42px; margin-bottom: 64px;
	}

}

@media only screen and (min-width: 1025px) {

	.parents-inner p {
		padding: 0 20px;
	}

}

/*------------------------------------*\
 MODAL VIDEO
\*------------------------------------*/

@-webkit-keyframes modal-video {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes modal-video {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes modal-video-inner {
    from {
        transform: translate(0, 100px)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes modal-video-inner {
    from {
        transform: translate(0, 100px)
    }
    to {
        transform: translate(0, 0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-name: modal-video;
            animation-name: modal-video;
    transition: opacity .3s ease-out
}

.modal-video-close {
    opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
    transform: translate(0, 100px)
}

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
    padding: 0 16px;
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-name: modal-video-inner;
            animation-name: modal-video-inner;
    transform: translate(0, 0);
    transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent
}

.modal-video-close-btn:before {
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    transform: rotate(-45deg)
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

@media only screen and (min-width: 1025px) {

  .modal-video-close-btn {
      right: -35px;
  }

}

.cancelled h1 {
	font-size: 27px;
	margin-bottom: 20px;
}