@import url("../webfonts/poppinsReg/stylesheet.css");
@import url("../webfonts/ralewayBold/stylesheet.css");
@import url("../webfonts/poppinsBold/stylesheet.css");
/* CSS Document */


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

p, h1, h2, h3, h4 {
	margin-right: 10px;
	margin-left: 10px;
}
#outreachHeader h1 {
	text-align: center;
	
}
#outreachHeader h1:before, #outreachHeader h1:after {
	background-color: #EA5538;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 25%;
		margin-bottom: 11px;
}
#outreachHeader h1:before {
	right: 0.5em;
	margin-left: -50%;
}
#outreachHeader h1:after {
	left: 0.5em;
	margin-right: -50%;
}
#outreachHeader {
	background-image: url(../images/bg/peppers-header.jpg);
	background-repeat: no-repeat;
	background-position: -1100px;
	text-align: center;
	background-color: #FFF;
	margin-bottom:15px;
}
.mainheader {
	font-family: ralewayBold, sans-serif;
	font-size: 19px;
	font-style: normal;
	color: #000;
	line-height: 100px;
	margin-bottom: 0px;
	margin-top:0px;
	
}

#outreach0 h2, #outreach1 h2, #outreach2 h2, #outreach3 h2, #logos h2,#staff h2 {
	font-family: ralewayBold, sans-serif;
	font-size: 21px;
	font-style: normal;
	color: #000;
	line-height: normal;
	margin-bottom: 0px;
}
#outreach0 p, #outreach1 p, #outreach2 p, #outreach3 p {
	font-family: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}

.scale {
	max-width: 350px;
}
#outreach1Right {
	text-align: center;
}
#logos {
text-align:center;
padding-top:30px;
padding-bottom:30px;		
}
#logos img {
width:40%;
	display: inline;
	margin:40px;	
}
#logos a {
	display: block;
	background-color: #EF5323;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-align: center;
	width: 120px;
	border: 2px solid #fff;
	outline: 0;
	margin-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 16px;
	padding-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
}
#logos a:hover {
	display: block;
	background-color: #5356C8;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 16px;
	padding-bottom: 14px;
	width: 120px;
	border: 2px solid #fff;
	outline: none !important;
	margin-top: 15px;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
#staff {
text-align:center;
	
}

#outreach1 img { 

width:70%;

	
}
#outreach1  div {
text-align:center;	
	}
	
#outreach2 img { 
float:left;
width:20%;
margin-right:10px;

	
}
#outreach3 img { 
float:left;
width:20%;
margin-right:10px;

}
#outreach3  { 
margin-bottom:30px;
}


@media only screen and (min-width: 481px) {
#outreachHeader {
	background-image: url(../images/bg/peppers-header.jpg);
	background-repeat: no-repeat;
	background-position: -1000px;
	text-align: center;
	background-color: #FFF;
}
#logos img {
width:15%;
	display: inline;
	margin:10px;	
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {
p, h1, h2, h3, h4 {
	margin-right: 0px;
	margin-left: 0px;
}
#outreachHeader {
	background-image: url(../images/bg/peppers-header.jpg);	background-repeat: no-repeat;
	background-position: center;
	
}
.mainheader {
	font-family: ralewayBold, sans-serif;
	font-size: 36px;
	font-style: normal;
	color: #000;
	line-height: 100px;
	margin-bottom: 0px;
	margin-top:0px;
}
#outreach0 h2, #outreach1 h2, #outreach2 h2, #outreach3 h2, #logos h2,#staff h2 {
	font-family: ralewayBold, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #000;
	line-height: normal;
	margin-bottom: 0px;
		margin-top: 0px;
}
#outreach0 p, #outreach1 p, #outreach2 p, #outreach3 p {
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 25px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#outreach1 img { 

width:50%;

	
}
#outreach1  div {
text-align:center;	
	}
	
#outreach2 img { 
float:left;
width:20%;
margin-right:10px;

	
}
#outreach3 img { 
float:left;
width:20%;
margin-right:10px;

}
#outreach3  { 
margin-bottom:30px;
}


.scale {
	margin-top: 20%;
	max-width: 350px;
}

#logos a {
	display: block;
	background-color: #EF5323;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	width: 130px;
	border: 2px solid #fff;
	outline: 0;
	margin-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 16px;
	padding-bottom: 14px;
	margin-right: auto;
	margin-left: auto;
}
#logos a:hover {
	display: block;
	background-color: #5356C8;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 16px;
	padding-bottom: 14px;
	width: 130px;
	border: 2px solid #fff;
	outline: none !important;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
}

#logos img {
width:8%;
	display: inline;
	margin:40px;	
}

}
@media only screen and (min-width: 1130px) {

}
@media only screen and (min-width: 1300px) {
#outreach0 h2, #outreach1 h2, #outreach2 h2, #outreach3 h2, #logos h2,#staff h2 {
	font-family: ralewayBold, sans-serif;
	font-size: 26px;
	font-style: normal;
	color: #000;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;
		margin-top: 0px;
}
#outreach0 p, #outreach1 p, #outreach2 p, #outreach3 p {
	font-family: poppinsReg, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}






.scale {
	margin-top: 10%;
	max-width: 450px;
}
#cta1bottom {
	height: 130px;
}
}
@media only screen and (min-width: 1460px) { 

}

.hb {
	margin-bottom: 7px;
}



