/*
	Theme Name: MFK Custom
	Theme URI: http://wearetraffik.com
	Description: Miracles For Kids Custom Theme
	Version: 1.0
	Author: TRAFFIK
	Author URI: http://wearetraffik.com
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
 BASE
\*------------------------------------*/
.temp .partnercard {background-color:#fff}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0; padding:0; border:0; outline:0; font-size:100%;
vertical-align:baseline; background:transparent;
}

* { box-sizing: border-box; }

.cf:before,.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

@font-face {
    font-family: 'jennasue';
    src: url('fonts/jenna_sue_pro-webfont.woff2') format('woff2'),
         url('fonts/jenna_sue_pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html { height: 100%; }

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px; font-weight: 300;
	-webkit-text-size-adjust: 100%;
	background: #fff; display: flex;
    flex-direction: column; color: #000;
    height: 100vh; line-height: 1.5;
}

.scripted {
	font-family: 'jennasue'; font-weight: normal;
	font-size: 200%; line-height: 0.75;
	color: #79bde9;
}

.page-template-page-home .scripted {
	color: #27bbc9;
}

.page-primary .quoteby {
	color: #79bde9;
}

.ct-color2 .scripted, 
.page-color2 .scripted,
.page-color2 .quoteby {
	color: #31b744;
}

.ct-color3 .scripted, 
.page-color3 .scripted,
.page-color3 .quoteby {
	color: #f99400;
}

.ct-color4 .scripted, 
.page-color4 .scripted,
.page-color4 .quoteby {
	color: #a92061;
}

.ct-color5 .scripted, 
.page-color5 .scripted,
.page-color5 .quoteby {
	color: #27bbc9;
}

main.content {
  flex: 1 0 auto;
  padding-top: 54px;
}

.footer {
  flex-shrink: 0;
}

strong {
	font-weight: 700;
}

medium {
	font-weight: 500;
}

img {
	width: 100%; height: auto;
	display: block;
}

	
a {
	color: #79bde9;
	text-decoration: none;
	-webkit-transition: color 0.25s linear;
	transition: color 0.25s linear;
}

a:hover, a:active {
	color: #50a8e2;
}

p {
	margin-bottom: 20px;
}

h1,h2,h3,h4,h5 {
	font-weight: 300;
}

h2 {
	font-size: 27px; font-weight: 300;
}

h3 {
	font-size: 19px; font-weight: 300;
}

ul,ol { list-style: none; margin: 0; }

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

.cell {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

button {
    background: none; border: 0;
    color: inherit; cursor: pointer;
    font: inherit; line-height: normal;
    overflow: visible; padding: 0;
    -webkit-appearance: none; 
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
}

button::-moz-focus-inner {
    border: 0; padding: 0;
}

button:disabled { cursor: not-allowed; }

.shadow {
	position: relative;
	box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
}
.dropshadowimg
    { width:200px;
    box-shadow: 5px 5px 5px #999; }

.shadow:before, .shadow:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 24px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	box-shadow: 0 15px 20px rgba(0,0,0,0.25);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.shadow:after {
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.darkshadow {
	position: relative;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
}

.darkshadow:before, .darkshadow:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 24px; width: 50%;
	left: 14px; top: 75%;
	box-shadow: 0 15px 15px rgba(0,0,0,0.8);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.darkshadow:after {
	right: 14px; left: auto;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

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

	main.content {
	  padding-top: 72px;
	}

	h2 {
		font-size: 32px;
	}

}


/*------------------------------------*\
 LINKS & BUTTONS
\*------------------------------------*/

.arrowlink {
	display: inline-block;
	font-size: 12px; font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.arrowlink i {
	margin-right: 5px;
	-webkit-transition: transform 0.15s ease 0s;
 	transition: transform 0.15s ease 0s;
}

.arrowlink:hover i {
	-webkit-transform: translate(3px, 0px);
  	transform: translate(3px, 0px);
}

.page-color2 .arrowlink {
	color: #31b744;
}

.page-color3 .arrowlink {
	color: #f99400;
}

.page-color5 .arrowlink, 
.home-2 .arrowlink,
.home-3 .arrowlink {
	color: #27bbc9;
}

.page-template-page-home .arrowlink {
	color: #f99400;
}

.btn {
	display: inline-block; font-size: 12px;
	color: #fff; background: #79bde9;
	line-height: 48px; text-align: center;
	padding: 0 24px; border-radius: 24px;
	font-weight: 700; text-transform: uppercase;
	-webkit-transition: background 0.25s linear;
	transition: background 0.25s linear;
}

.btn:hover, .btn:active {
	background: #50a8e2;
	color: #fff;
}

.btn.btn-outline {
	background: none; border: 2px solid #79bde9; 
	color: #000; line-height: 44px;
	padding: 0 20px;
}

.home-2 .btn.btn-outline {
	border: 2px solid #27bbc9; 
}

.page-template-page-home .btn.btn-outline {
	border: 2px solid #f99400; 
}

.why-we-help .bannercard .btn.btn-outline {
	margin-bottom: 10px;
}

.btn.btn-outline:hover, .btn.btn-outline:active {
	background: #79bde9;
	color: #fff;
}

.home-2 .btn.btn-outline:hover, .home-2 .btn.btn-outline:active {
	background: #27bbc9;
}

.page-template-page-home .btn.btn-outline:hover, .page-template-page-home .btn.btn-outline:active {
	background: #f99400;
}

.btn-card {
	display: inline-block; font-size: 12px;
	color: #fff; line-height: 48px; width: 176px;
	text-align: center;border-radius: 24px;
	font-weight: 700; text-transform: uppercase;
	-webkit-transition: background 0.25s linear;
	transition: background 0.25s linear;
	letter-spacing: 1px; position: absolute;
	z-index: 10; top: -24px; left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

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

.btn-card:hover {
	color: #fff;
}

/*blue*/
.btn-primary, .ct-primary .btn-card {
	background: #79bde9;
}

.btn-primary:hover, .ct-primary .btn-card:hover {
	background: #50a8e2;
}

/*dark blue*/

.btn-dark, .ct-dark .btn-card {
	background: #002855;
}

.btn-dark:hover, .ct-dark .btn-card:hover {
	background: #01162e;
}

/*green*/
.btn-color2, .ct-color2 .btn-card, .page-color2 .splitwrap,
.page-color2 #btn-submit {
	background: #31b744;
}

.btn-color2:hover, .ct-color2 .btn-card:hover,
.page-color2 #btn-submit:hover {
	background: #2ba03c;
}

/*orange*/
.btn-color3, .ct-color3 .btn-card,
.page-color3 #btn-submit {
	background: #f99400;
}

.btn-color3:hover, .ct-color3 .btn-card:hover,
.page-color3 #btn-submit:hover {
	background: #df8603;
}

/*purple*/
.btn-color4, .ct-color4 .btn-card {
	background: #a92061;
}

.btn-color4:hover, .ct-color4 .btn-card:hover {
	background: #8d1c51;
}

/*teal*/
.btn-color5, .ct-color5 .btn-card, .page-color5 .splitwrap,
.page-color5 #btn-submit {
	background: #27bbc9;
}

.btn-color5:hover, .ct-color5 .btn-card:hover,
.page-color5 #btn-submit:hover {
	background: #02989f;
}

/*//////////*/

/*blue*/
.bg-primary {
	background-color: #79bde9;
}

/*green*/
.bg-color2 {
	background: #31b744;
}

/*orange*/
.bg-color3 {
	background: #f99400;
}

/*purple*/
.bg-color4 {
	background: #a92061;
}

/*teal*/
.bg-color5 {
	background: #27bbc9;
}

/*------------------------------------*\
 LAYOUT ELEMENTS
\*------------------------------------*/

.container {
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
}

.container::before, .container::after {
	content: " ";
	display: table;
}

.container::after {
	clear: both;
}

.container-list {
	width: 100%;
	padding: 0 0 30px 10px; 
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	padding-bottom: 54px;
	position: relative;
	z-index: 1;
	-webkit-overflow-scrolling: touch;
}

.col-card {
	padding-bottom: 30px;
}

.container-list .col-card {
	width: 270px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	word-wrap: break-word;
	white-space: normal;
}

.intro-p {
	font-size: 19px; margin: 0;
}

.intro-p:after {
	content: ''; display: block;
	width: 48px; height: 2px;
	background: #79bde9;
	margin: 20px 0;
}

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

	.container {
		padding: 0 30px;
	}

	.col-card {
		width: 33.3333%; float: left;
		padding: 0 10px;
	}

	.col-card.col-4 {
		width: 50%;
	}

	.container-list {
		padding: 0 30px; overflow-x: hidden;
		white-space: normal;
		margin: 0 auto; max-width: 810px;
	}

	.container-list .col-card {
		width: 33.3333%;
		word-wrap: normal;
		margin-bottom: 54px;
	}

	.container-list .col-card.col-4 {
		width: 50%;
		margin-bottom: 54px;
	}

}

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

	.container {
		padding: 0 40px;
	}

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

	.col-card.col-4 {
		width: 25%;
	}

	.container-list {
		max-width: 1080px;
	}

	.container-list .col-card {
		width: 33.3333%;
		min-height: 320px;
	}

	.container-list .col-card.col-4 {
		width: 25%;
		margin-bottom: 0;
	}

}
/*------------------------------------*\
    ALIGNMENT
\*------------------------------------*/

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
 
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
 
.alignright {
    float: right;
}
 
.alignleft {
    float: left;
}



/*------------------------------------*\
    HEADER
\*------------------------------------*/

header {
	position: fixed; left: 0; top: 0; right: 0; 
	height: 54px; background: #fff; z-index: 99;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.25);
}

.header-inner {
	padding: 0 64px 0 20px;
}

.logo {
	width: 72px; float: left;
	padding-top: 5px;
}

#nav-main {
	display: none;
}


.nav-donate {
	display: inline-block; font-size: 10px;
	font-weight: 700; padding: 0 16px;
	line-height: 38px; margin-top: 6px;
	border: 2px solid #79bde9; color: #000;
	float: right; border-radius: 20px;
	-webkit-transition: background 0.25s linear;
	transition: background 0.25s linear;
}

.home-2 .nav-donate {
	border: 2px solid #27bbc9;
}

.page-template-page-home .nav-donate {
	border: 2px solid #f99400;
}

.nav-donate:hover, .header.scrolled .nav-donate {
	background: #79bde9;
	color: #fff;
}

.home-2 .nav-donate:hover, .home-2 .header.scrolled .nav-donate {
	background: #27bbc9;
}

.page-template-page-home .nav-donate:hover, .page-template-page-home .header.scrolled .nav-donate {
	background: #f99400;
}

.header.scrolled .nav-donate:hover {
	background: #50a8e2;
}

.home-2 .header.scrolled .nav-donate:hover {
	background: #02989f;
}

.home-3 .header.scrolled .nav-donate:hover {
	background: #f99400;
}

.nav-ctrl {
	position: absolute; top: 0;
	right: 0; width: 64px;
	z-index: 1000;
}

}

.nav-volunteer {
	display: inline-block; font-size: 10px;
	font-weight: 700; padding: 0 16px;
	line-height: 38px; margin-top: 6px;
	border: 2px solid #79bde9; color: #000;
	float: right; border-radius: 20px;
	-webkit-transition: background 0.25s linear;
	transition: background 0.25s linear;
}

.home-2 .nav-volunteer {
	border: 2px solid #27bbc9;
}


.nav-volunteer:hover, .header.scrolled .nav-volunteer {
	background: #79bde9;
	color: #fff;
}

.home-2 .nav-volunteer:hover, .home-2 .header.scrolled .nav-volunteer {
	background: #27bbc9;
}

.header.scrolled .nav-volunteer:hover {
	background: #50a8e2;
}

.home-2 .header.scrolled .nav-volunteer:hover {
	background: #02989f;
}

.home-3 .header.scrolled .nav-volunteer:hover {
	background: #f99400;
}


#nav-toggle {
	cursor: pointer; width: 64px;
	height: 54px; padding: 25px 18px 0;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  border-radius: 0; height: 3px;
  width: 28px; background: #000;
  position: absolute; display: block;
  content: '';
}

#nav-toggle span:before {
  top: -8px; 
}

#nav-toggle span:after {
  bottom: -8px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}

#nav-toggle.active-icn span {
	background-color: transparent; z-index: 9998;
}

#nav-toggle.active-icn span:before, 
#nav-toggle.active-icn span:after {
  top: auto; bottom: auto;
}

#nav-toggle.active-icn span:before {
  -webkit-transform: rotate(45deg)scale(1.2);
          transform: rotate(45deg)scale(1.2);
   height: 3px; background: #fff;
}

#nav-toggle.active-icn span:after {
  -webkit-transform: rotate(-45deg)scale(1.2);
          transform: rotate(-45deg)scale(1.2);
  height: 3px; background: #fff;
}

#mobilemenu {
	display: none; background: rgba(121, 189, 233, 1);
    position: fixed; top: 0; right: 0; 
    left: 0; bottom: 0;
    z-index: 999; 
}

#mobilemenu li > a {
	color: #fff; display: block; line-height: 72px;
	font-size: 32px; font-weight: 300;
	text-transform: uppercase; text-align: center;
}

#mobilemenu li > a:hover, #mobilemenu li > a:active {
	color: #002855;
}

@media only screen and (min-width: 768px) {
	
	header {
		height: 72px;
	}

	.header-inner {
		padding: 0 20px;
	}

	.logo {
		width: 99px;
		padding-top: 6px;
	}

	#nav-main {
		display: block; float: left;
		margin-left: 16px; margin-top: 22px;
	}

	#nav-main li {
		display: inline-block; padding: 0 16px; 
	}

	#nav-main li > a {
		font-size: 14px; color: #000;
		font-weight: 600; display: inline-block;
		position: relative; padding: 4px 0;
	}

	#nav-main li > a:hover,
	#nav-main li.current-menu-item > a,
	#nav-main li.current-page-ancestor > a,
	.volunteer #nav-main li.nav-takeaction > a,
	.page-template-page-volunteer-details #nav-main li.nav-takeaction > a,
	.families-weve-helped #nav-main li.nav-howwehelp > a,
	.our-team #nav-main li.nav-whywehelp > a,
	.our-partners #nav-main li.nav-whywehelp > a {
		color: #79bde9;
	}

	#nav-main li > a::after {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 2px;
		background: #79bde9;
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
		-moz-transition: opacity 0.3s, -moz-transform 0.3s;
		transition: opacity 0.3s, transform 0.3s;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		transform: translateY(10px);
	}

	#nav-main li > a:hover::after,
	#nav-main li > a:focus::after,
	#nav-main li.current-menu-item > a::after,
	#nav-main li.current-page-ancestor > a::after,
	.volunteer #nav-main li.nav-takeaction > a::after,
	.page-template-page-volunteer-details #nav-main li.nav-takeaction > a::after,
	.families-weve-helped #nav-main li.nav-howwehelp > a::after,
	.our-team #nav-main li.nav-whywehelp > a::after,
	.our-partners #nav-main li.nav-whywehelp > a::after {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}

	.nav-donate {
		font-size: 14px; padding: 0 24px;
		line-height: 44px; margin-top: 12px;
		letter-spacing: 1px; border-radius: 32px;
	}
	
		.nav-volunteer {
		font-size: 14px; padding: 0 24px;
		line-height: 44px; margin-top: 12px;
		letter-spacing: 1px; border-radius: 32px;
	}

	.nav-ctrl {
		display: none;
	}

}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

::-webkit-input-placeholder {
  color: #a7a7a7;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: #a7a7a7;
  opacity: 1 !important;
}
::-moz-placeholder {
  color: #a7a7a7;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #a7a7a7;
}
input[type="password"], 
input[type="text"], 
input[type="tel"], 
input[type="email"],
input[type="number"],
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0; width: 100%;
	max-width: 100%; box-shadow: none;
	display: block; font-size: 16px;
	line-height: 46px; height: 48px;
	border: 1px solid #79bde9;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; font-style: normal;
	background: #fff; padding: 0 12px;
}

textarea {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; font-style: normal;
	font-size: 16px;
}

.take-action input[type="text"], 
.take-action input[type="tel"], 
.take-action input[type="email"] {
	background: #f6f6f6;
}

.inputwrap {
	margin-bottom: 12px;
}

.signup-wrap {
	text-align: center; padding-top: 12px;
}

input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	border: 0; outline: 0; margin: 0;
	cursor: pointer; display: inline-block; 
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="password"]:focus,
input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
	box-shadow: 0px 0px 4px 0px rgba(121, 189, 233, 1);
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer {
	border-top: 4px solid #79bde9;
	background: #002855; font-size: 12px;
	color: #b1b0b0; font-weight: 400;
}

.footer-main {
	padding: 54px 0 0;
}

.footer-sub {

}

.footer-menus {
	margin: 0 auto; max-width: 320px;
}

.footer-menu {
	float: left; width: 50%;
	min-height: 112px;
	padding: 0 0 0 40px;
	font-size: 12px;
}

.footer-menu a {
	color: #b1b0b0;
}

.footer-menu a:hover {
	color: #fff;
}

.footer-title {
	font-weight: 700; 
	color: #79bde9;
	margin-bottom: 3px;
}

.footer-contact {
	margin: 0 auto;
	max-width: 360px;
}

.footer-contact p {
	margin: 0 0 12px;
}

.footer-formwrap {
	min-height: 50px; max-width: 400px;
}

.mcform-inner {
	height: 50px; position: relative;
}

.inputwrap-footer input[type="email"] {
	line-height: 48px; height: 50px;
	border: 1px solid #79bde9;
	border-radius: 24px; color: #fff;
	background: none; padding: 0 12px;
	font-size: 11px;
}

.btn-footer {
	position: absolute; top: 0;
	right: 0; z-index: 10;
}

.btn-footer .btn {
	line-height: 50px;
}

.mc-status.success-message {
	text-align: center; padding: 12px;
}

.footer-sub .container {
	padding: 0;
}

.footer-social {
	max-width: 400px;
	margin: 0 auto;
}

.social-icn {
	display: block; float: left;
	width: 14.2857%;
	width: calc(100% / 7);
	text-align: center;
	font-size: 20px;
	color: #b1b0b0;
	padding: 14px 0;
}


.social-icn:hover, .social-icn:active {
	color: #fff;
}

.footer-seal {
	max-width: 100px;
	margin: 0 auto;
}

.seal-icn {
	display: block; float: left;
	width: 14.2857%;
	width: calc(100% / 2);
	text-align: center;
	font-size: 60px;
	padding: 14px 0;
}


.seal-icn:hover, .seal-icn:active {
}


.legal {
	background: #00061c; line-height: 1.35;
	color: #9b9b9b; font-size: 11px;
	text-align: center; font-weight: 400;
	text-transform: uppercase;
	padding: 16px 8px;
}

.mission {
	max-width: 540px;
	margin: 0 auto 4px;
}

.legal a {
	color: #9b9b9b;
}

.legal a:hover, .legal a:active {
	color: #fff;
}

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

	.legal {
		font-size: 12px;
	}

}

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

	.footer-menus {
		max-width: 600px;
	}

	.footer-menu {
		width: 25%;
		padding: 0 0 0 0;
	}

	.footer-contact {
		margin: 0 auto;
		max-width: 400px;
	}

	.inputwrap-footer input[type="email"] {
		padding: 0 20px;
		font-size: 16px;
	}

	.mc-status.success-message {
		text-align: left; 
	}

}

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

	.footer-main {
		padding-bottom: 22px;
	}

	.footer-menus {
		width: 42%; float: left;
		max-width: none;
	}

	.footer-contact {
		width: 42%; float: right;
		/*max-width: none;*/
	}

	.inputwrap-footer input[type="email"] {
		font-size: 16px; padding: 0 20px;
	}

	.footer-sub {
		background: #00061c;
	}

	.footer-sub .container {
		padding: 0 40px;
	}

	.footer-social {
		width: 42%; float: right;
	}

	.footer-seal {
		width: 42%; float: auto;
	}

	.legal {
		width: 42%; float: left;
		text-align: left;
		padding: 20px 0;
	}
	
	.mission {
		margin: 0 0 4px;
		max-width: 360px;
	}



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

#privacy-section .container {
	max-width: 720px;
}

#privacy-section h1 {
	font-size: 36px; margin-bottom: 24px;
}

/*------------------------------------*\
    POP UPS
\*------------------------------------*/

.popup {
	position: fixed; left: 0; right: 0;
	top: 0; bottom: 0; background: rgba(0,0,0,0.85);
	z-index: 9999; display: none;
}

.pop-inner {
	display: flex; align-items: center;
	justify-content: center;
	width: 100vw; height: 100vh;
	padding: 0 16px;
}

.popbox {
	width: 100%; max-width: 700px;
	background: #fff; position: relative;
}

.close-pop {
	width: 36px; height: 36px;
	background: #fff; border: 3px solid #79bde9;
	border-radius: 50%; padding: 6px;
	cursor: pointer; position: absolute;
	top: -18px; right: 8px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.65);
}

#pop-first .popbox {
	padding: 60px 20px 24px;
}

.first-content {
	text-align: center;
	margin-bottom: 36px;
}

.popbox .inputwrap-footer input[type="email"] {
	font-size: 14px;
}

.popbox .scripted {
	color: #79bde9;
}

.popbox h2 {
	font-size: 34px;
	margin-bottom: 12px;
	line-height: 1.2;
}

.ifwrap {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}

#pop-first iframe {
	width: 100%; height: 124px;
}

@media only screen and (min-width: 768px) {
	
	.close-pop {
		top: -18px; right: -18px;
	}
	
	#pop-first .popbox {
		padding: 96px 20px 48px;
	}
	
	.popbox h2 {
		font-size: 48px;
		margin-bottom: 20px;
	}
	
	.popbox h2 br {
		display: none;
	}
	
	.first-content {
		margin-bottom: 48px;
		font-size: 20px;
	}
	
	.popbox form {
		width: 480px;
		margin: 0 auto;
	}
	
	.popbox .inputwrap-footer input[type="email"] {
		font-size: 16px;
	}
	
}

/*------------------------------------*\
    FLUID EMBED
\*------------------------------------*/

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
.fve-video-wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    background-color: transparent;
    padding-bottom: 56.25%;
    margin: 0;
}
.fve-video-wrapper iframe,
.fve-video-wrapper object,
.fve-video-wrapper embed {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fve-video-wrapper a.hyperlink-image {
    position: relative;
    display: none;
}
.fve-video-wrapper a.hyperlink-image img {
    position: relative;
    z-index: 2;
    width: 100%;
}
.fve-video-wrapper a.hyperlink-image .fve-play-button {
    position: absolute;
    left: 35%;
    top: 35%;
    right: 35%;
    bottom: 35%;
    z-index: 3;
    background-color: rgba(40, 40, 40, 0.75);
    background-size: 100% 100%;
    border-radius: 10px;
}
.fve-video-wrapper a.hyperlink-image:hover .fve-play-button {
    background-color: rgba(0, 0, 0, 0.85);
}

/*------------------------------------*\
    360 Donate
\*------------------------------------*/

.donation360wrap {
	max-width: 880px; margin: 0 auto;
	padding: 30px 20px 72px;
}

.donation360wrap h1 {
	text-align: center; font-size: 40px;
	margin-bottom: 24px; 
}

.donation360wrap h1 .scripted {
    color: #31b744;
}

.miracle-360 #donation_notes-wrap label {
	display: block;
}

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

	.donation360wrap {
		padding: 48px 40px 96px;
	}

	.donation360wrap h1 {
		font-size: 64px;
		margin-bottom: 32px;
	}

}
.ppw-input input[type="text"], .ppw-input  {width:200px;}
.ppw-pcp-password-label, .ppw-pcp-checkbox-label {display:block; padding: 10px 0}
.ppw-pcp-pf-submit-btn {background: #002855;display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #79bde9;
    line-height: 48px;
    text-align: center;
    padding: 0 24px;
    border-radius: 24px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background 0.25s linear;
    transition: background 0.25s linear;}

.page-id-7862 .content {background-color:#000}
.ppw-pcp-checkbox-label {color:#F0973B}
.page-id-7862 header, .page-id-7862 footer {display:none}