.subpage_banner {
	position: relative;
}

.subpage_banner .snowflake {
	position: absolute;
	z-index: 5;
}

.site-header {
	z-index: 15;
}

.ph-snowflake-1 {
	display: none;
	bottom: 170px;
	left: -webkit-calc(50% - 590px);
	left: calc(50% - 590px);
}

.ph-snowflake-2 {
	display: none;
	bottom: 30px;
	right: -webkit-calc(50% - 500px);
	right: calc(50% - 500px);
}

.ph-snowflake-3 {
	display: none;
	bottom: 150px;
	right: -webkit-calc(50% - 525px);
	right: calc(50% - 525px);
}

.subpage_banner .ph-snowflake-1, .subpage_banner .ph-snowflake-2, .subpage_banner .ph-snowflake-3 {
	display: inline-block;
}

.subpage_banner .subpage_banner_icon {
	position: absolute;
	bottom: 35px;
	left: -webkit-calc(50% - 480px);
	left: calc(50% - 480px);
}

.holiday_home_template .thanks-wrapper .thanks {
	width: 165px;
}

.site-footer {
	clear: both;
}

.thanks-wrapper{
	background-color: #290c5b;
	margin-top: -90px;
	position: relative;
	z-index: 20;
	color:#fff;
	margin-bottom: -14px;
	height: auto;
}

.thanks-wrapper .needs-container {
	padding-bottom: 5px !important;
}

.thanks-wrapper:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: '';
}

.thanks-wrapper .results-arrow { float: left; }
.thanks-wrapper .thanks{
	width: 260px;
	position:relative;
	float:left;
	height: 100%;
	margin-right: 10px;
}
.thanks-wrapper .thanks h2{
	margin: 0;
	padding: 5px 10px;
	position: relative;
	top: -10px;
	font-size: 50px;
	line-height: 38px;
	font-family: 'Bree Serif';
	color: #fff;
	width: 100%;
	background: #290d5b;
}
.thanks-wrapper .thanks p{
	color:#fff;
	position: relative;
	margin-left: 10px;
	width: 100%;
	line-height: 1em;
	margin-bottom: 0;
}

.thanks-wrapper .needs-container {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

.thanks-wrapper .totals {
	height: 90px;
	position: relative;
	float: left;
	margin-right: 15px;
	width: 140px;
	color: #290d5b;
}

.thanks-wrapper .totals.wide {
	width: 235px;
}

.thanks-wrapper .totals:last-child { margin-right: 0; }

.thanks-wrapper .totals h3 {
	font-family: 'Bree Serif';
	font-size: 1.5em;
	padding: 5px;
	position: absolute;
	top: -10px;
	margin: 0;
	line-height: 1em;
}

.thanks-wrapper .totals p {
	margin: 0;
	width: 100%;
	padding:5px;
	position: absolute;
	top: 28px;
}

.page-template-default .thanks-wrapper {
	margin-top: 70px;
}

@media screen and (max-width: 1000px) {
	.donation_btn a { margin-left: 0 !important; }
	.donation_btns { margin-top: 50px; }
}

@media screen and (max-width: 977px) {
	.subpage_banner .subpage_banner_icon {
		left: 20px;
		width: 95px;
	}

	.ph-snowflake-1 {
		left: -webkit-calc(50% - 390px);
	    left: calc(50% - 390px);
	}

	.ph-snowflake-2 {
		right: -webkit-calc(50% - 400px);
	    right: calc(50% - 400px);
	}

	.ph-snowflake-3 {
		right: -webkit-calc(50% - 425px);
	    right: calc(50% - 425px);
	}

	.thanks-wrapper .totals h3 {
		top: 0;
	}

	.thanks-wrapper .totals p {
		top: 38px;
	}

	.thanks-wrapper .totals {
		margin-bottom: 10px;
	}

	.thanks-wrapper .needs-container { padding-top: 5px; }

	
}

@media screen and (max-width: 760px) {
	.ph-snowflake-1, .ph-snowflake-2, .ph-snowflake-3, .subpage_banner .subpage_banner_icon { display: none; }

	.thanks-wrapper {
		margin-bottom: 0;
		height: auto;
	}

	.thanks-wrapper .results-arrow { display: none; }

	.thanks-wrapper .totals { width: 100% !important; height: auto; padding-bottom: 15px; }

	.thanks-wrapper .totals h3 { position: static; display: inline; height: 44px; }
	.thanks-wrapper .totals p { position: static; display: inline; margin-left: 10px; height: 44px; }
	.thanks-wrapper .totals p br { display: none; }

	.holiday_home_template .thanks-wrapper .thanks {
		width: 280px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 650px) {
	.thanks-wrapper .totals.wide { padding-top: 15px; }
	.thanks-wrapper .thanks { margin-bottom: 20px;}
	.holiday-giving .blue-content, .holiday_home_template .blue-content { margin-bottom:  0 !important; }
	.holiday-giving .action_copy { float: none; position: static; }
	.holiday-giving .actionSocial { margin-top: 10px; }
	.holiday-giving .donation_btns {
	    margin-top: 40px;
	    margin-bottom: 25px !important;
	}
	.holiday-giving .level-one .needs-content { padding-bottom: 0 !important; margin-bottom: 0; }

	.subpage_banner .snowflake { display: none !important; }
}