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


body {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-weight: 300;
	font-size: 18px !important;
	margin: 0 auto;
	padding: 0px;
}

h1 {
	padding-top: 50px;
	padding-bottom: 30px;
	
}

.mobile-show {
		display: none;
	}



/* **************** Banner Styles **************** */ 




#bannerwrapper {
	background: #eceaea;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #dedede;

}

#banner {
	max-width: 980px;
	margin: 0 auto;


}



#bannersocial div.facebook {
	background: url(../img/facebook.png);
	height: 40px;
	width: 40px;
	float: left;
	background-size: 100%;
	margin-top: 7px;
}

#bannersocial div.twitter {
	background: url(../img/twitter.png);
	height: 40px;
	width: 40px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	background-size: 100%;
	margin-top: 7px;


}

#banneraction {
	float: right;
	font-size: 16px;
	font-weight: 400;
	margin-top: 18px;
}

#banneraction span.coverage {
	margin-left: 40px;
}

#banneraction a{
		color: #cd433d;
		padding: 8px;

}

#banneraction a:hover {
	color: white;
	background: #cd433d;
	padding: 8px;
	border-radius: 4px 4px 4px 4px;
	text-decoration: none;

}





/* **************** Branding Styles **************** */ 



#branding  {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}



/* **************** Top Action Styles **************** */ 



p.actiontext {
	margin: 0 auto;
	font-size: 25px;
	line-height: 37px;
	color: #38a8bc;
	margin-bottom: 30px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;

}



#action {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0px;

}

form.actionkit-widget {
	margin-top: 40px;
}

form.actionkit-widget input[type=text] {
	font-size: 14px;
	height: 40px;
	width: 165px;
	color: #cd433d;
	margin-bottom:20px;
	padding-left: 15px;
	font-weight: 400;
	text-align: center;
}

p.gapquestiontext {
	font-size: 16px;
	color: #38a8bc;
	margin-bottom: 15px;
}

form.actionkit-widget .radio-item {
	font-size: 16px;
	color: #38a8bc;
	margin-bottom: 10px;
	display: inline;

}

form.actionkit-widget .radio-item.first {
	margin-right: 15px;
}

form.actionkit-widget input[type=radio] {
	margin-right: 5px;
	margin-top: -5px;
}


.redbutton {
	margin-top: 20px;
	text-decoration: none;
	padding: 30px 0px;
	font-size: 25px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	cursor: pointer;
	color: rgb(255, 255, 255);
	background-color: rgb(218, 79, 73);
	border: 0px;
	font-size: 16px;
}


#action .redbutton {
	padding: 30px 30px;
}

.redbutton:hover {
 	background-color: #bd362f;
	color: rgb(255, 255, 255);
	text-decoration: none;
}


.redbutton:active {
	margin-top: 23px;
}


.redbutton span.actionicon img {
	margin-right: 20px;	
	margin-top: -10px;
	height: 30px;
	width: auto;
}



p.disclaimer {
	font-size: 12px;
	line-height: 18px;
	max-width: 650px;
	padding-left: 15px;
	margin: 0 auto;
	color: #38a8bc;
	margin-bottom: 50px;
	margin-top: 20px;
}

span.learnmore {
	font-size: 18px;
	text-align: center;
	color: #cd433d;
}

span.learnmore img {
	margin-right: 20px;
	margin-left: 20px;
	vertical-align: middle;
}










@media screen and (max-width: 480px) {

	#banner {
		display: none;
	}


}








/* **************** Background Styles **************** */ 

#whatinner,
#whoinner,
#whyinner,
#helpinner {
	margin: 0 auto;
	max-width: 980px;
	text-align: justify;
	line-height: 40px;
	padding-left:20px;
	padding-right: 20px;

}


img.backgroundicons {
	margin-right: 20px;
}





#whywrapper {
	padding-bottom: 50px;

}






#background h1 {

	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	font-size: 65px !important;
	text-align: center;
	line-height: 75px;
	padding-top: 100px;
}


span.titlebold {
	font-weight: 700;
	margin-right: 5px;
}



#whatwrapper,
#whywrapper {
	background: #38a8bc;
	color: white;
}

#whowrapper,
#helpwrapper {
	color: #2c3964;
}




.halfcircleblame {
	margin: 0 auto;	
	 height:70px;
     width:120px;
     border-radius: 90px 90px 0 0;
     -moz-border-radius: 90px 90px 0 0;
     -webkit-border-radius: 90px 90px 0 0;
	background: url(../img/blameicon.png) no-repeat #38a8bc;
	background-position: center;
     margin-top: 100px;
     text-align: center;
}


.halfcirclewho {
	margin: 0 auto;	
	 height:70px;
     width:120px;
     border-radius: 90px 90px 0 0;
     -moz-border-radius: 90px 90px 0 0;
     -webkit-border-radius: 90px 90px 0 0;
   	background: url(../img/whoicon.png) no-repeat white;
	background-position: center;
     margin-top: 100px;
     text-align: center;
}


.halfcirclewhat {
	margin: 0 auto;	
	 height:70px;
     width:120px;
     border-radius: 90px 90px 0 0;
     -moz-border-radius: 90px 90px 0 0;
     -webkit-border-radius: 90px 90px 0 0;
   	background: url(../img/whaticon.png) no-repeat #38a8bc;
	background-position: center;
     margin-top: 100px;
     text-align: center;
}



.actionbutton {
	margin-top: 50px;
	margin-bottom: 75px;
}


#helpinner { 
	text-align: center;
}


.helpbuttonwrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

.helpbuttonone {
	margin-bottom: 50px;
}

.helpbuttonwrapper a {
 	display: block;
	max-width: 350px;
 	margin: 0 auto;
 
 }



#socialsharehelp {
	margin: 0 auto;
	height: 250px;
	margin-top: 10px;
	margin-bottom: 0px;
	max-width: 325px;
	

}

#socialsharehelp div.facebook {
	background: url(../img/facebook.png);
	background-size: 100%;
	height: 75px;
	width: 75px;
	float: left;
}

#socialsharehelp div.twitter {
	background: url(../img/twitter.png);
	background-size: 100%;
	height: 75px;
	width: 75px;
	float: left;
	margin-left: 50px;
	margin-right: 50px;


}

#socialsharehelp div.googleplus {
	background: url(../img/googleplus.png);
	background-size: 100%;
	height: 75px;
	width: 75px;
	float: left;

}

p.jump {
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
}

p.share {
	padding-top: 50px;
	padding-bottom: 15px;
}

#helpinner h1 {
}



#footer{
	font-size: 16px;
}	

#pt-credit {
	margin-top: 60px;
	margin-bottom: 40px;
}

.helpbuttonone {
	margin-right: 20px;
}

.helpbuttontwo {
	margin-left: 20px;

}



#footer {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}


#logos {
	border-top: 1px solid #e7ebe8;
}

#logos img {

	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	max-width: 130px;
	height: auto;
}




/* **************** Thank You Page **************** */ 

#thankyou {
	margin: 0 auto;
	max-width: 980px; 
	font-size: 25px;
	line-height: 37px;
	color: #38a8bc;
	text-align: justify;
	
}

#thankyou p {
}

#thankyou h2 {
	text-align: center;
	color: #2c3964;	
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 25px;


}



#thankyoushare {
	margin: 0 auto;
	margin-top: 100px;
	max-width: 980px;
	width: 100%;
	height: 300px;
	clear: both;
	text-align: center;

}


#thankyou div.facebook {
	background: url(../img/facebook.png);
}

#thankyou div.twitter {
	background: url(../img/twitter.png);
	margin-left: 30px;
	margin-right: 30px;


}

#thankyou div.googleplus {
	background: url(../img/googleplus.png);
}



#thankyou div.facebook,
#thankyou div.twitter,
#thankyou div.googleplus {
	height: 75px;
	width: 75px;
	background-size: 75px 75px;
	margin-top: 30px;
	display: inline-block;
}




#thankyoustory {
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 50px;
}


#thankyoubutton {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
	
}



span.thankyoulearnmore {
	font-size: 18px;
	text-align: center;
	color: #cd433d;
}


span.thankyoureturn {
	font-size: 13px;
	text-align: center;
}

span.thankyoulearnmore img {
	margin-right: 20px;
	margin-left: 20px;
	vertical-align: middle;
}










#storyshare {
	margin: 0 auto;
	max-width: 980px;
	font-size: 25px;
	line-height: 37px;
	color: #38a8bc;
	text-align: justify;
	margin-bottom: 50px;
	
}


#storyshare h1 {
	text-align: center;
	font-size: 70px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	color: #2c3964;
	margin-bottom: 25px;



}

#storyshare textarea {
	width: 80%;
	height: 300px;
	color: #38a8bc;

}

#storyshare {
		padding-left: 20px;
		padding-right: 20px;
	}

#storyshare input {
	text-align: left;
	color: #38a8bc;
}


#storyshare input#id_email {
	margin-top: 20px;
}



#espanol .redbutton span.actionicon img {
	margin-right: 10px !important;
}


#espanol #helpinner .redbutton span.actionicon {
	width: 370px;

}






@media screen and (max-width: 480px) {

	body {
	}

	.mobile-show {
		display: block;
	}

	.mobile-hide {
		display: none;
	}





	#whatinner,
	#whoinner,
	#whyinner,
	#helpinner {
		margin: 0 auto;
		text-align: none;
		line-height: 30px;
		font-size: 20px;
	}

	#background h1 {
		font-size: 40px !important;
		line-height: 50px;
	}



	img {
		max-width: 80% !important;
		max-height: 80% !important;

	}


	p.actiontext {
		font-size: 20px;
		line-height: 30px;
	}


	#action input[type=text] {
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
		width: 70%
	}


	#action .radio-item {
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
		width: 70%
	}

	#action  .radio-item.first {
		margin-top: 40px;
	}


	span.learnmore {
		display: none;
	}


	#helpinner { 
		text-align: left;
	}


	.redbutton span.actionicon img {
		display: none;
	}


	.redbutton {
		font-size: 18px;
		padding: 15px 20px;

	}

	.helpbuttonwrapper a {
 		display: block;
		max-width: 225px;
 		margin: 0 auto;
 		}

 	
 	h1 {
 			padding-top: 25px;
 			padding-bottom: 25px;

 		}



	#socialsharehelp div.facebook,
	#socialsharehelp div.twitter,
	#socialsharehelp div.googleplus {
		height: 75px;
		width:  75px;
		background-size: 100% 100%;

	}


	#socialsharehelp div.twitter {
		margin-left: 25px;
		margin-right: 25px;
	 }

	#socialsharehelp {
		text-align: center;
		max-width: 275px;
		height: 180px;
	}

	p.share {
		padding-top: 15px;

	}



	#logos img {
		margin-top: 0px;
	}

	.helpbuttonone {
		margin-bottom: 20px;
	}

	#logos {
		margin-top: 15px;
	}

	a.coverage {
		position: relative;
		top: 20px;

	}

	#bannerwrapper {
		text-align: center;
		padding-top: 10px;
		font-size: 20px;
	}


	
	#storyshare h1 {
		font-size: 40px;
	}

	#storyshare textarea {
		width: 300px;
	}



}





