@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*background: #ec7d25;*/
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

body, br, p, td, blockquote, ul, ol, li {
    -webkit-text-size-adjust: 100%;
    line-height: 1.4em;
}
body a {
	color:#b12c5e;
	text-decoration:none;
}
body a:hover {
	color:#b12c5e;
	text-decoration:underline;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #ec7d25;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #fff; 
/*	padding: 0 10px 0 40px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom:20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #header img.logo {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #header p.tagline  {
	float:right;
	margin-right:10px;
	color:#b12c5e;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:22px;
	width: 600px;
	text-align: right;
}

.oneColFixCtrHdr #header .secondaryNav ul    {
	padding: 0;
	margin-bottom:0px;
	margin-top:-110px;
	float:right;
	margin-right:10px;
	color:#666;
}

.oneColFixCtrHdr #header .secondaryNav ul li   {
	list-style:none;
	display:inline;
}

.oneColFixCtrHdr #header .secondaryNav ul li a  {
	text-decoration:none;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.oneColFixCtrHdr #header .secondaryNav ul li a:hover  {
	text-decoration: underline;
	color:#b12c5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

.oneColFixCtrHdr #header .mainNav ul    {
	padding: 0;
	margin-bottom:0px;
	margin-top:-50px;
	float:right;
	margin-right:10px;
}

.oneColFixCtrHdr #header .mainNav ul li   {
	list-style:none;
	display:inline;
	
}

.oneColFixCtrHdr #header .mainNav ul li.orange   {
	background:url(../images/or-swatch.jpg) center no-repeat;
	height:56px;
	width:133px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
}

.oneColFixCtrHdr #header .mainNav ul li.green   {
	background:url(../images/green-swatch.jpg) center no-repeat;
	height:56px;
	width:124px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
}

.oneColFixCtrHdr #header .mainNav ul li.teal   {
	background:url(../images/teal-swatch.jpg) center no-repeat;
	height:56px;
	width:138px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:40px;
}

.oneColFixCtrHdr #header .mainNav ul li.purple   {
	background:url(../images/purple-swatch.jpg) center no-repeat;
	height:56px;
	width:125px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:50px;
	padding-right:40px;
	
}


.oneColFixCtrHdr #header .mainNav ul li a  {
	text-decoration:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

.oneColFixCtrHdr #header .mainNav ul li a:hover  {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}


.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #mainContent #welslid {
	background: #fff;
	margin-top:0px;
	margin-left:0px;
	height:325px;
	margin-bottom:20px;
	/*padding: 0 10px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border: solid 1px #ec7d25;
	width:295px;
	position:relative;*/
}

.oneColFixCtrHdr #mainContent #welcome {
	/*float:left;*/
	background: #ec7d25;
	margin-top:15px;
	margin-left:0px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid 1px #ec7d25;
	width:295px;
	height:320px;
	/*position:relative;*/
}

.oneColFixCtrHdr #mainContent #welcome h1 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}

.oneColFixCtrHdr #mainContent #welcome h2 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}

.oneColFixCtrHdr #mainContent #welcome p.missionText {
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	padding-top:5px;
	margin-top:0px;
	margin-bottom: 1.5em;
}

.oneColFixCtrHdr #mainContent #welcome p.prezQuoteText {
	color:#fff;
	font-size:13px;
	font-weight:normal;
	padding-top:5px;
	margin-top:0px;
}

.oneColFixCtrHdr #mainContent #welcome p.bo {
	color:#999;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	margin-top:-25px;
}

.oneColFixCtrHdr #mainContent #featured {
	/*float:right;*/
	background: #000;
	/*background: #000 url('slider/images/loading.gif') no-repeat center center;*/
	margin-left:325px;
	margin-right:0px;
	margin-top:-322px;
	/*padding: 0 10px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid 1px #ec7d25;
	height:320px!important;
	width: 610px!important;
	overflow:hidden;
	/*position:relative;*/
}

.oneColFixCtrHdr #mainContent .orbit-wrapper	{
	width:610px!important;
	height:320px!important;
}

.oneColFixCtrHdr #mainContent #featured.orbit-wrapper	{
	width:610px!important;
	height:320px!important;
}

.oneColFixCtrHdr #mainContent #featured img, .oneColFixCtrHdr #mainContent #featured div {
	display:none;
}

.oneColFixCtrHdr #mainContent #boxes {
	/*float:left;*/
	background: #fff;
	margin-top:15px;
	margin-left:0px;
	/*padding: 0 10px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border: solid 1px #ec7d25;
	position:relative;*/
}

.oneColFixCtrHdr #mainContent #boxes  h2 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}

.oneColFixCtrHdr #mainContent #boxes  p {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	/* padding-bottom:10px; */
	margin-bottom:0px;
}

.oneColFixCtrHdr #mainContent #boxes .about {
	/*float:left;*/
	background: #fff;
	/* margin-top:40px; */
	margin-left:0px;
	padding: 0 10px;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid 1px #ec7d25;
	/*position:relative;*/
	width:205px;
	height:325px;
}


.oneColFixCtrHdr #mainContent #boxes .about h2 {
	color:#ec7d25;
}


.oneColFixCtrHdr #mainContent #boxes  p.aboutText {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:8px;
}

.oneColFixCtrHdr #mainContent #boxes .why {
	/*float:left;*/
	background: #fff;
	margin-top:-327px;
	margin-left:238px;
	padding: 0 10px;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid 1px #ec7d25;
	/*position:relative;*/
	width:205px;
	height:325px;
}

.oneColFixCtrHdr #mainContent #boxes .why h2 {
	color:#80b541;
}

.oneColFixCtrHdr #mainContent #boxes  p.whyText {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:8px;
}

.oneColFixCtrHdr #mainContent #boxes .multi {
	/*float:left;*/
	background: #fff;
	margin-top:-327px;
	margin-left:475px;
	padding: 0 10px;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid 1px #ec7d25;
	/*position:relative;*/
	width:205px;
	height:325px;
}


.oneColFixCtrHdr #mainContent #boxes .multi h2 {
	color:#0f96a2;
}

.oneColFixCtrHdr #mainContent #boxes  p.multiText {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:8px;
}

.oneColFixCtrHdr #mainContent #boxes .poverty {
	/*float:left;*/
	background: #fff;
	margin-top:-327px;
	margin-left:712px;
	margin-right:10px;
	padding: 0 10px;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid 1px #ec7d25;
	/*position:relative;*/
	width:205px;
	height:325px;
}

.oneColFixCtrHdr #mainContent #boxes .poverty h2 {
	color:#b12c5e;
}
.oneColFixCtrHdr #mainContent #boxes  p.povertyText {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:8px;
}



/* ++++++++++++++ NEW images CSS for boxes on home page +++++++++++++++++ */

.oneColFixCtrHdr #mainContent #boxes .about p img, .oneColFixCtrHdr #mainContent #boxes .why p img, .oneColFixCtrHdr #mainContent #boxes .multi p img {
	float:left;
	width: 88px;
	margin: 0;
	padding:0 10px 0 0;
	margin-bottom: 2px;
	margin-top: 5px;
	border: none;
}





/*=========Secondary Pages=========*/

.oneColFixCtrHdr #mainSubContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0 320px 0 0;
	border-right: 2px solid #ec7d25 ;
	font-size: 14px;
	min-height:900px;
}

.oneColFixCtrHdr #mainSubContent h1 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	padding-left: 15px;
	padding-right: 20px;
	/*padding-bottom:0px;
	margin-bottom:0px;*/
}


.oneColFixCtrHdr #mainSubContent h3 {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height: 1.2em;
	font-weight:bold;
	padding-left: 15px;
	padding-right: 20px;
	/*padding-bottom:0px;
	margin-bottom:0px;*/
}

.oneColFixCtrHdr #mainSubContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-left: 15px;
	padding-right: 20px;
	/*padding-bottom:0px;
	margin-bottom:0px;*/
}
.oneColFixCtrHdr #mainSubContent ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-right:50px;
	/*padding-left: 15px;
	padding-right: 20px;
	padding-bottom:0px;
	margin-bottom:0px;*/
}


.oneColFixCtrHdr #mainSubContent input.mail-list {
	margin-top:20px;
	margin-bottom:10px;
	border: 1px solid #ec7d25;
	color: #ec7d25;
	font-size:14px;
}

.oneColFixCtrHdr #mainSubContent input.button {
	margin-top:5px;
	margin-left:0px;
	border: 1px solid #ec7d25;
	background-color:#b12c5e;
	color: #fff;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:.1em;
	padding:2px;
}


/*=========Sidebar=========*/

.oneColFixCtrHdr #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

.oneColFixCtrHdr #sidebar p {
	font-size:12px;
}

.oneColFixCtrHdr #sidebar p.head {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.oneColFixCtrHdr #sidebar h5 {
	font-size:13px;
	font-weight:bold;
	color:#ec7d25;
	text-transform:uppercase;
	border-bottom: 1px solid #ec7d25;
}

.oneColFixCtrHdr #sidebar img.donate {
	margin-top:0px;
	margin-left:20px;
}

.oneColFixCtrHdr #sidebar input.mail-list {
	margin-top:0px;
	border: 1px solid #ec7d25;
	color: #ec7d25;
	font-size:14px;
}

.oneColFixCtrHdr #sidebar input.button {
	margin-top:5px;
	margin-left:0px;
	border: 1px solid #ec7d25;
	background-color:#b12c5e;
	color: #fff;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:.1em;
	padding:2px;
}



/*=========Footer=========*/

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:12px;
	text-align:center;
	color:#999;
	padding-top:0;
	padding-bottom:0:
}

.oneColFixCtrHdr #footer img.logoFooter {
	width: 200px;
	height: auto;
	margin: 2em auto 1em auto;
}
.oneColFixCtrHdr #footer .social ul    {
	padding: 0;
	margin-bottom:0px;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
}

.oneColFixCtrHdr #footer .social ul li   {
	list-style:none;
	display:inline;
}
.oneColFixCtrHdr #footer .footerSecondaryNav ul    {
	padding: 0;
	margin-bottom:0px;
	margin-top:10px;
	margin-right:10px;
	/* margin-left:255px; */
	color:#666;
}

.oneColFixCtrHdr #footer .footerSecondaryNav ul li   {
	list-style:none;
	display:inline;
}

.oneColFixCtrHdr #footer .footerSecondaryNav ul li a  {
	text-decoration:none;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.oneColFixCtrHdr #footer .footerSecondaryNav ul li a:hover  {
	text-decoration: underline;
	color:#b12c5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.oneColFixCtrHdr #footer .footerMainNav ul    {
	padding: 0;
	margin-bottom:15px;
	margin-top:20px;
	margin-right:10px;
	/* margin-left:200px;  */
}

.oneColFixCtrHdr #footer .footerMainNav ul li   {
	list-style:none;
	display:inline;
}

.oneColFixCtrHdr #footer .footerMainNav ul li.orange-foot   {
	background:url(../images/or-swatch-footer.jpg) center no-repeat;
	height:26px;
	width:107px;
	padding-top:30px;
	padding-bottom:35px;
	padding-left:30px;
	padding-right:30px;
}

.oneColFixCtrHdr #footer .footerMainNav ul li.green-foot   {
	background:url(../images/green-swatch-footer.jpg) center no-repeat;
	height:26px;
	width:107px;
	padding-top:30px;
	padding-bottom:35px;
	padding-left:30px;
	padding-right:30px;
}

.oneColFixCtrHdr #footer .footerMainNav ul li.teal-foot   {
	background:url(../images/teal-swatch-footer.jpg) center no-repeat;
	height:26px;
	width:114px;
	padding-top:30px;
	padding-bottom:35px;
	padding-left:30px;
	padding-right:40px;
}

.oneColFixCtrHdr #footer .footerMainNav ul li.purple-foot   {
	background:url(../images/purple-swatch-footer.jpg) center no-repeat;
	height:26px;
	width:119px;
	padding-top:30px;
	padding-bottom:35px;
	padding-left:50px;
	padding-right:40px;
	
}

.oneColFixCtrHdr #footer .footerMainNav ul li a  {
	text-decoration:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-bottom:2px;
}

.oneColFixCtrHdr #footer .footerMainNav ul li a:hover  {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}


#human {
visibility:hidden;
display:none;
}

/* NEW updates March 3, 2021, Jack Salvador */

.oneColFixCtrHdr #mainContent #guidestar {
	text-align: center;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	padding: 1em;
	line-height: 1.3em;
	background-image: url('images/guidestar-logo.png') top left no-repeat;
}
.oneColFixCtrHdr #mainContent #guidestar h2	{
    font-size: 1.1em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.oneColFixCtrHdr #mainContent #guidestar span {
	display:block;
    font-size: 0.85em;
}
.line {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.italic-bold {
	font-style: italic;
	font-weight: 600;
}
.italicline {
	font-style: italic;
	text-decoration: underline;
}
.homepagelist	{
	font-family: Arial, sans-serif; 
	font-size:14px; 
	font-weight:normal; 
	margin-left:-25px;
	margin-top:0;
	padding-top: 0;
}
.oneColFixCtrHdr #mainContent #boxes .poverty #povertyList li {
	margin-bottom: 0.5em !important;
}


.oneColFixCtrHdr #mainSubContent p img.newsletter-impact { max-width: 580px; height: auto; margin: 0 auto 4em auto; filter: drop-shadow(10px 10px 10px grey); }










