/* 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 .25em 0;
	font-size: 2.8em;
	font-weight: 700;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e21e26+0,e21e26+24,ffffff+59 */
background: #e21e26; /* Old browsers */
background: -moz-linear-gradient(left,  #e21e26 0%, #e21e26 24%, #ffffff 59%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e21e26 0%,#e21e26 24%,#ffffff 59%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e21e26 0%,#e21e26 24%,#ffffff 59%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e21e26', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	padding-left: 10px;
	color: #FFF;
	text-shadow: 1px 1px 4px #000000;
}
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 { color: #EF2028; 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));	
	}
.cta {margin: 40px 0 40px 0; padding: 0; width: 100%;}	
.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;
  

}

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


/* 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;
}
.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);		
}


.page .page_content { 
	padding: 1px 0px 1px 0px; 
	background-color: #fff;
-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);		
	}
.page .page_content .page_content_container_full { width: 100%; float: left; margin: 0px; padding: 0px; background-color: #fff;  }
.page .page_content .content_full{
	margin: 15px 20px 100px 20px;
	padding: 0px;
}
.page .page_content .content_full img {margin-bottom: 30px;}
.clear_both { clear: both; line-height: 1px; }

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

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);
}
h1
{
  margin-top: 21px;
  margin-right: 0px;
  margin-bottom: 0.25em;
  margin-left: 0px;
}
.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*/


	.page .page_content .content_full { margin: 10px 10px 20px 10px; }

.section.group.cards  h3 {
	text-align: left;
}	
}

/* 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;
	}	
.section.group.cards  h3 {
	text-align: left;
	font-size: 1em;
}	
	}

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


.page header .right_promo_box {
	display: none;
	}	
	
	}	
	
.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");
}

	
/* Custom Screen Rules */
@media screen and (min-width: 501px) and (max-width: 674px) {
.page header .search_promo_box {
	display: none;
	}

.page header .right_promo_box {
	display: none;
	}	
	
	}	
	
.section.group.cards img {margin-bottom: 0px;}	
.section.group.cards  h3 {text-align: center;}