/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,300,700);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../../images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.page { 
	max-width: 1200px; 
	margin: 0 auto; 
	position: relative; 
	font-size: 1em;

	}

/* TEXT */

h1 { margin: 0 0 1em 0; font-size: 2.8em; font-weight: 700; }
h2 { margin: 0 0 .5em 0; font-size: 1.6em; font-weight: 700; line-height: 1.1em; }
h3 { margin: 0 0 .5em 0; font-size: 1.3em; font-weight: 700; }
h4 { margin: 0 0 1.5em 0; font-size: 1em; font-weight: 700; }

p { margin: 0 0 1em 0; }

a { color: #e21e26; text-decoration: none; }
a:hover {text-decoration: underline;}
img {max-width: 100%; height: auto; display:block;}
.floatright {float: right;}
hr {
 border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(173, 173, 173, 1), rgba(0, 0, 0, 0));	
	}


/* LAYOUT  */
.page header {
	display: block;
	position: relative;
	height: 175px;
}

.page header a.logo {
	position: absolute;
	top: 45px;
	left: 0px;
	display: block;
	width: 222px;
	height: 108px;
	background-image: url(../../images/logo_large.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 999999999999999;
}
.page header .search_promo_box {
	position: relative;
	display: block;
	background-position: 0px 0px;
	margin-top: 90px;
	float: left;
	padding-left: 50%;
	max-width: 500px;
	line-height: 20px;	
	font-family: 'Droid Sans', sans-serif;
	color: #0c0b47;
	font-size: 14px;
	}
.page header .right_promo_box {
	position: relative;
	display: block;
	background-position: 0px 0px;
	margin-top: 45px;
	float: right;
	padding-right: 1%;
	max-width: 500px;
	line-height: 20px;	
	font-family: 'Droid Sans', sans-serif;
	color: #0c0b47;
	font-size: 14px;
	}
	/* HEADER SOCIAL MEDIA/DONATE PROMOS */
.page header .right_promo_box a.fb {
	position: relative;
	float: right;
	top: 40px;
	left: 0px;
	display: inline;
	width: 48px;
	height: 48px;
	background-image: url(../../images/facebook.png);
	background-position: 0px 0px;
	z-index: 10;
	margin-right: 5px;
	}
.page header .right_promo_box a.youtube {
	position: relative;
	float: right;
	top: 40px;
	left: 0px;
	display: inline;
	width: 48px;
	height: 48px;
	background-image: url(../../images/youtube.png);
	background-position: 0px 0px;
	z-index: 10;
	margin-right: 5px;
	}	
.page header .right_promo_box a.donate {
	position: relative;
	float: right;
	top: 40px;
	left: 0px;
	display: inline;
	width: 116px;
	height: 48px;
	background-image: url(../../images/donate.png);
	background-position: 0px 0px;
	z-index: 10;
	}
	/* END HEADER SOCIAL MEDIA/DONATE PROMOS*/	

.nav-primary {
	position: relative;
	width: 100%;
	margin: -10px 0 10px 0;
	background-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e21e26;
-webkit-box-shadow: 0px 0px 5px 1px rgba(92,92,92,1);
-moz-box-shadow: 0px 0px 5px 1px rgba(92,92,92,1);
box-shadow: 0px 0px 5px 1px rgba(92,92,92,1);	
	z-index: 999999999999999999999;	
}


.page .page_content { 
	background-color: #fff; 
	padding: 1px 0px 1px 0px; 
	
	}

	/* MAIN HERO IMAGE */
.page .page_content .page_content_container_top{
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(92,92,92,1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(92,92,92,1);
	box-shadow: 0px 0px 5px 1px rgba(92,92,92,1);
	background-color: #000;
}
.page .page_content .content_top {
	margin: 0;
	padding: 0;
	background-image: url(../../images/hero.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 417px;
}
.supporting {
	float: right;
	width: 66%;
	margin: 40px 0 0 0;
	padding: 0 10px 0 0;
	color: #FFF;
	line-height: 19px;
	text-shadow: 1px 1px 1px #000000;
}
.supporting-mobile {display: none;}
.cta {
	position: absolute;
	display: block;
	top: 490px;
	right: 40px;	
	float: right;
	}


.btn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #e21e26;
  padding: 10px;
  text-decoration: none;
}

.btn:hover {
  background: #EF2028;
  text-decoration: none;
}



	/* 4 PROMO BOXES */
.page .page_content .page_content_container_promos{ width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .content_promos {
	margin: 0;
	padding: 20px 10px 20px 10px;
	background: #f1f1f1;
}
.content_promos .section.group .col.span_1_of_4  h3 {margin-top: 5px;}

	/* TESTIMONIAL SECTION */
.page .page_content .page_content_container_testimonials{
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.page .page_content .content_testimonials {
	margin: 0;
	padding: 10px;
}	
	
.content_testimonials .section.group .col.span_1_of_2 blockquote {
	margin: 0; width: 100%;
	color: #444;
	background-color: #fff;
	position: relative; bottom: 0; right: 0;
}

.content_testimonials .section.group .col.span_1_of_2 blockquote p { margin: 30px 30px 20px 50px; }

.content_testimonials .section.group .col.span_1_of_2 blockquote p.quote { font-style: italic; font-size: 1.2em; }

.content_testimonials .section.group .col.span_1_of_2 blockquote p.credit {
	color: #777;
	font-size: .9em; margin-top: 0; padding-left: 20px; line-height: 1.3em;
	position: relative;
}

.content_testimonials .section.group .col.span_1_of_2 blockquote::before {
	content:'\201c'; color: #e21e26;
	position: absolute;
	top: -20px; left: 8px;
	font-size: 5em;
	font-family: serif;
}

.content_testimonials .section.group .col.span_1_of_2 blockquote p.quote::after { content:'\201d'; font-family: serif; }

.content_testimonials .section.group .col.span_1_of_2 blockquote p.credit::before { content:'\2014'; position: absolute; top: -1px; left: 0; }


	/* 3 Login Buttons */
.page .page_content .page_content_container_login{ width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .content_login {
	margin: 0;
	padding: 20px 10px 20px 10px;
	background-color: #B1B1B1;
}
.content_login .section.group .col.span_1_of_3 h3 {margin-top: 5px;}

.content_login .calltoaction {
	position: relative;
	display: block;	
	float: left;

	}


.content_login .btn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #e21e26;
  padding: 10px;
  text-decoration: none;
}

	/* FOOTER */
footer {
	font-size: 0.8em;
	margin: 0;
	color: #CCC;
	background-color: #717171;
}	

footer .section.group  {
	padding: 20px 10px 20px 10px;	
	}
	

.slidingDiv {
height:300px;
background-color: #99CCFF;
padding:20px;
margin-top:10px;
border-bottom:5px solid #3399FF;
}

.show_hide {
display:none;
}
#CollapsiblePanel1.CollapsiblePanel.CollapsiblePanelOpen .CollapsiblePanelContent  h3 {display: none;}	
	
#mc_embed_signup {background-color: transparent !important;}	
#mc_embed_signup form {padding-left: 0 !important ;}





@media screen and (min-width: 150px) and (max-width: 500px) {	
body {
	padding: 0px;
	font-size: 13px;
	background-color: #000000;
	background-image: none);
}
.page header {
	display: block;
	position: relative;
	height: 160px;
}
.page header a.logo {
	position: absolute;
	top: 0px;
	left: 20%;
	display: block;
	width: 222px;
	height: 108px;
	background-image: url(../../images/logo_large.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.page header .search_promo_box {
	position: relative;
	display: block;
	background-position: 0px 0px;
	margin-top: 100px;
	float: left;
	padding-left: 18%;
	max-width: 500px;
	line-height: 10px;	
	font-family: 'Droid Sans', sans-serif;
	color: #0c0b47;
	font-size: 14px;
	}

.page header .right_promo_box {
	display: none;
	}
	/* HEADER SOCIAL MEDIA/DONATE PROMOS */
.page header .right_promo_box a.fb {
	display: none;
	}
.page header .right_promo_box a.youtube {
	display: none;
	}	
.page header .right_promo_box a.donate {
	display: none;
	}
	/* END HEADER SOCIAL MEDIA/DONATE PROMOS*/	

}

/* Medium Screen Rules */
@media screen and (min-width: 501px) and (max-width: 1000px) {
.page header .search_promo_box {
	position: relative;
	display: block;
	background-position: 0px 0px;
	margin-top: 90px;
	float: left;
	padding-left: 40%;
	max-width: 500px;
	line-height: 20px;	
	font-family: 'Droid Sans', sans-serif;
	color: #0c0b47;
	font-size: 14px;
	}

.page header .right_promo_box {
	position: relative;
	display: block;
	background-position: 0px 0px;
	margin-top: 45px;
	float: right;
	padding-right: 1%;
	max-width: 500px;
	line-height: 20px;	
	font-family: 'Droid Sans', sans-serif;
	color: #0c0b47;
	font-size: 14px;
	}	
	
	}
	
	
	
.search_promo_box  form.ccm-search-block-form  h3	{display: none;}
.search_promo_box .ccm-search-block-form input.ccm-search-block-text
{
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 150px;
}
.search_promo_box .ccm-search-block-form input.ccm-search-block-submit
{
  background-image: url("../../images/go.jpg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 38px;
  width: 54px;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  cursor: pointer;
}
.search_promo_box .ccm-search-block-form input.ccm-search-block-submit:hover
{
  background-image: url("../../images/go-hover.jpg");
}

@media screen and (min-width: 600px) and (max-width: 1048px) {
.page .page_content .content_top {
	margin: 0;
	padding: 0;
	background-image: url(../../images/hero_medium.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 300px;
	background-color: #000;
}
.supporting {
	float: right;
	width: 66%;
	margin: 20px 0 0 0;
	padding: 0 10px 0 0;
	color: #FFF;
	line-height: 19px;
	text-shadow: 1px 1px 1px #000000;
	font-size: 14px;
}
.supporting  h1 {margin-bottom: .5em; font-size: 1.8em;}
.supporting-mobile {display: none;}
.cta {
	position: absolute;
	display: block;
	top: 450px;
	right: 40px;	
	float: right;
	}


.btn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #e21e26;
  padding: 10px;
  text-decoration: none;
}
	
	}

/* Custom Screen Rules */
@media screen and (min-width: 501px) and (max-width: 784px) {


.page header .right_promo_box {
	display: none;
	}	
	
	}

@media screen and (min-width: 150px) and (max-width: 599px) {
.page .page_content .content_top {
	margin: 0;
	padding: 0;
	background-image: url(../../images/hero_small.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 200px;
	background-color: #000;
}
.supporting {display: none;}
.supporting-mobile {
	float: right;
	display: block;
	width: 45%;
	margin: 20px 0 0 0;
	padding: 0 10px 0 0;
	color: #FFF;
	line-height: 19px;
	text-shadow: 1px 1px 1px #000000;
	font-size: 14px;
}
.supporting-mobile  h1 {margin-bottom: .5em; font-size: 1.8em;}
.cta {
	position: absolute;
	display: block;
	top: 350px;
	right: 40px;	
	float: right;
	}


.btn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #e21e26;
  padding: 10px;
  text-decoration: none;
}
	
	}	