/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; }

body, button, input, select, textarea { font-family: "franklin-gothic-urw",sans-serif;
font-weight: 400;}

h1, h2, h3, h4, h5 {
	font-family: "franklin-gothic-urw-comp",sans-serif;
font-weight: 400;
}

.tagline {
	font-family: "franklin-gothic-urw",sans-serif;
font-weight: 400;
}

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background:#286B80; color:white; }
::selection { background:#286B80; color:white; }


/* =============================================================================
   Links
   ========================================================================== */

a { color:#286B80 }
a:visited { color:#286B80 }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; color:#82915C; text-decoration:none; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; width:350px; border: 0; border-top:1px solid #5b6130; margin: 20px 0; padding: 0; }

ins { background: #333; color: #ccc; text-decoration: none; }

mark { background: #333; color: #ccc; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; max-width:100%; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }



/* =============================================================================
	MCWD Custom CSS for NCO, Inc.
   ========================================================================== */



body{
	background:#F6F6F6 url('images/bedge_grunge.png');
	color:#231F20;
}

/* Leadership Mendocino Ranch Event */

body.pid_1328 {
	background:#665137 url('https://www.ncoinc.org/site/assets/files/1328/woodplanks-roundup2.jpg');
	
}


.wrapper{
	background:#F6F6F6;
	width:960px;
	margin:0 auto;
	display:block;
	min-height:600px;
	box-shadow:0 0 40px 0 rgba(31,31,31,.7);
	position:relative;
}

.logolink {
	display:inline-block;
	width: 339px; /* was 321 */
}

.tagline {
	display:inline-block;
	width:auto;
	font-weight:normal;
	margin:0;
	margin-left:165px;
	font-size:22px;
	vertical-align:middle;
	position:relative;
	top:-60px;
	color:#286B80;
}

.mainmenu {
	display:block;
	width:960px;
	background:#D3D4D6;
}

.mainmenu a:link, .mainmenu a:visited, .mainmenu a:hover, .mainmenu a:active {
	text-decoration:none;
	/*color:#231F20;*/
	background-color:#fff;
	color:#2E2F20;
	display:block;
	padding:10px 30px;
     -webkit-transition: color 450ms linear;
     -moz-transition: color 450ms linear;
     -o-transition: color 450ms linear;
     -ms-transition: color 450ms linear;
     transition: color 450ms linear;
}
.mainmenu a:hover {
	color:black;
	background:#fff;
     -webkit-transition: color 150ms linear;
     -moz-transition: color 150ms linear;
     -o-transition: color 150ms linear;
     -ms-transition: color 150ms linear;
     transition: color 150ms linear;
}

.menu #programs {
	color:white;
	background-color:#7A8C58;
     -webkit-transition: background-color 450ms linear;
     -moz-transition: background-color 450ms linear;
     -o-transition: background-color 450ms linear;
     -ms-transition: background-color 450ms linear;
     transition: background-color 450ms linear;
	
}
.menu #programs:hover  {
	background-color:#687d43;
     -webkit-transition: background-color 150ms linear;
     -moz-transition: background-color 150ms linear;
     -o-transition: background-color 150ms linear;
     -ms-transition: background-color 150ms linear;
     transition: background-color 150ms linear;
}


#project-highlights {
	color:white;
	background-color:#286B80;
     -webkit-transition: background-color 450ms linear;
     -moz-transition: background-color 450ms linear;
     -o-transition: background-color 450ms linear;
     -ms-transition: background-color 450ms linear;
     transition: background-color 450ms linear;
	
}
#project-highlights:hover {
	background-color:#1e6074;
     -webkit-transition: color 250ms linear;
     -moz-transition: color 250ms linear;
     -o-transition: color 250ms linear;
     -ms-transition: color 250ms linear;
     transition: color 250ms linear;
}


#about-us {
	color:white;
	/* background-color:#8B754C; */
     -webkit-transition: background-color 450ms linear;
     -moz-transition: background-color 450ms linear;
     -o-transition: background-color 450ms linear;
     -ms-transition: background-color 450ms linear;
     transition: background-color 450ms linear;
	
}
#about-us:hover {
	/* background-color:#7d663c; */
     -webkit-transition: color 250ms linear;
     -moz-transition: color 250ms linear;
     -o-transition: color 250ms linear;
     -ms-transition: color 250ms linear;
     transition: color 250ms linear;
}

.mainmenu ul li {
	display:inline-block;
	background:#D3D4D6;
	margin:0;
	position:relative;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}



.mainmenu ul li ul.drop {
	display:none;
}
.mainmenu ul ul.drop li {
	display:none;
}
.mainmenu ul li:nth-child(even) {background: #FFFFFF}

.mainmenu ul li:hover {
	color:black;
	background:#fff;
}

.mainmenu li:hover ul.drop {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top:0;
	left:0;
	
	-webkit-animation: fadeIn 250ms;
    animation: fadeIn 250ms;
}
.mainmenu li:hover .drop li {
	float: none;
	display:block;
}
.mainmenu li:hover li a {
	background-color: #FFFFFF;
	border-bottom:1px solid #F1F1F1;
	color: #222; 
}
.mainmenu li li a:hover {
	background-color: #333; 
}
	

/* submenu items */

.mainmenu ul.drop {
	display:none;
}
.mainmenu li:hover ul.drop {
	display:block; 
	position:absolute; 
	top:39px; 
	left:0; 
	background:rgb(20,20,20); 
	background:rgba(20, 20, 20,.8); 
	width:185px; 
	padding:0 0 0 0; 
	margin:0; 
	height:auto;
	box-shadow: 3px 6px 12px rgba(0,0,0,0.31)
}

.mainmenu li.programs:hover ul.drop {
	width:300px;
}

.mainmenu ul.drop a { 
	display:block; 
	text-decoration: none; 
	padding:7px 12px; 
	margin:0; 
	text-align:left; 
	line-height:140%; 
	height:auto;
}
.mainmenu .drop a:link, .mainmenu .drop a:visited, .mainmenu .drop a:hover, .mainmenu .drop a:active { 
	color:#858585;
     -webkit-transition: background-color 150ms linear;
     -moz-transition: background-color 150ms linear;
     -o-transition: background-color 150ms linear;
     -ms-transition: background-color 150ms linear;
     transition: background-color 150ms linear;
}
.mainmenu .drop a:hover {
	color:#816529;
	background:rgb(231, 237, 241);
     -webkit-transition: background-color 50ms linear;
     -moz-transition: background-color 50ms linear;
     -o-transition: background-color 50ms linear;
     -ms-transition: background-color 50ms linear;
     transition: background-color 50ms linear;
}
.mainmenu ul.drop, .mainmenu ul.drop li, .mainmenu ul.drop ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;
}
.mainmenu ul.drop { 
	position: relative; 
	z-index: 500; 
	float: left;
}
.mainmenu ul.drop li { 
	display:block; 
	zoom: 1; 
	padding: 0; 
	height:auto; 
	text-align:left;
}
.mainmenu ul.drop li:hover { 
	position: relative; 
	z-index: 599; 
	cursor: default;
}



/* New menu */


/* ================================================================ 
		This copyright notice must be kept untouched in the stylesheet at 
		all times.
		
		The original version of this stylesheet and the associated (x)html
		is available at http://www.cssplay.co.uk/menus/iPad-Anywidth3.html
		Copyright (c) Stu Nicholls. All rights reserved.
		This stylesheet and the associated (x)html may be modified in any 
		way to fit your requirements.
		
		
		TODO: graphics links
		=================================================================== */
		
		.menu {background:#f6f6f6;
		width:960px; height:39px; display:block; position:relative; z-index:999;
		}
		
		.menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; position:relative;}
		.menu > ul {float:left;}
		
		.menu ul ul {position:absolute; left:-9999px;}
		.menu > ul > li {float:left; display:block; position:relative; margin-right:4px;}
		.menu ul li a span {
			display:none;
		}
		.menu ul li a span.id1012 {
			/* Community Wellness Projects submenu */
            /* 
			display:inline-block;
			height:16px;
			width:16px;
			background:transparent url(images/arrow-right2.png) no-repeat top left;
			position:relative;
			bottom:-3px;
			left:2px;
            */
		}
        
        .menu ul li a span.status_active_sub {
            display: inline-block;
            height: 16px;
            width: 16px;
            background: transparent url(images/arrow-right2.png) no-repeat top left;
            position: relative;
            bottom: -3px;
            left: 2px;
        }
		
		.menu ul ul {background:#fff; padding:10px 0;
		}
		.menu > ul > li > ul {border-top:0;
		}
		
		.menu a {display:block; color:#666; text-decoration:none;padding:10px 17px;}
		.menu > ul > li > a {float:left; color:#222;}
		.menu ul ul li {border-bottom:1px solid #f1f1f1;}
		.menu ul ul li a {line-height:140%; padding:7px 12px; color:#858585;}
		.menu ul li.programs:hover > ul {width:300px;}
		.menu ul li:hover > ul {left:0; top:39px; width:320px; padding:0; box-shadow:3px 6px 12px rgba(0,0,0,0.31); -webkit-box-shadow:3px 6px 12px rgba(0,0,0,0.31); -moz-box-shadow:3px 6px 12px rgba(0,0,0,0.31);}
		.menu ul li.volunteer:hover > ul {width:190px;}
		.menu ul ul li:hover > ul {left:100%; top:auto; margin:-31px 0 0 -10px;}
		.menu li.left:hover > ul {left:300px; right:0; top:36px; position:absolute; z-index:9}
		.menu li.left ul li:hover > ul {left:auto; right:100%; top:auto; margin:-31px -10px 0 0;}
		
		.menu li.left ul a {text-align:left; padding:7px 12px;}
		
		.menu li a.fly {
			background:transparent; 
			padding:7px 12px; 
			line-height:140%; 
			color:#858585;
			-webkit-transition:background-color 150ms linear;
			-moz-transition:background-color 150ms linear;
			-o-transition:background-color 150ms linear;
			-ms-transition:background-color 150ms linear;
			transition:background-color 150ms linear;
		}
		.menu li.left ul a.fly {background:transparent;}
		
		.menu > ul li:hover > a {
			color:#816529;
			background-color:white;
			-webkit-transition: background-color 50ms linear;
			-moz-transition: background-color 50ms linear;
			-o-transition: background-color 50ms linear;
			-ms-transition: background-color 50ms linear;
			transition: background-color 50ms linear;
			}
		.menu ul ul li:hover > a,
		.menu ul ul li:hover > a.fly {
			color:#816529;
			background-color:rgb(231, 237, 241);
			-webkit-transition: background-color 50ms linear;
			-moz-transition: background-color 50ms linear;
			-o-transition: background-color 50ms linear;
			-ms-transition: background-color 50ms linear;
			transition: background-color 50ms linear;
		}
		
		.menu ul li:nth-child(even) {background: #FFFFFF}
		
		.menu > ul > li.close {display:none; position:absolute; right:-10px; top:-22px; width:32px; height:32px; background:none;}
		
		.menu ul .left {
			float:left;
			display:block;
			width:100%;
			border-bottom:1px solid #f1f1f1;
			margin:0;
            position:relative;
		}
        
        .menu > ul > li > a:link,
        .menu > ul > li > a:visited {
             -webkit-transition: background-color 450ms linear;
             -moz-transition: background-color 450ms linear;
             -o-transition: background-color 450ms linear;
             -ms-transition: background-color 450ms linear;
             transition: background-color 450ms linear;
        }
        
        .menu > ul > li > a:hover,
        .menu > ul > li > a:active {
             -webkit-transition: background-color 150ms linear;
             -moz-transition: background-color 150ms linear;
             -o-transition: background-color 150ms linear;
             -ms-transition: background-color 150ms linear;
             transition: background-color 150ms linear;
        }
        
        /* 1 */
        
        .menu > ul > li.item1 > a:link,
		.menu > ul > li.item1 > a:visited {
			background: #7A8C58;
			color:white;
		}
        
		.menu > ul > li.item1 > a:hover,
		.menu > ul > li.item1 > a:active {
			background: #687d43;
			color:white;
		}
        
        /* 2 */
		
		.menu > ul > li.item2 > a:link,
		.menu > ul > li.item2 > a:visited {
			background: #2B6D85;
			color:white;
		}
        
		.menu > ul > li.item2 > a:hover,
		.menu > ul > li.item2 > a:active {
			background: #1e6074;
			color:white;
		}
        
        /* 3 */
		
		.menu > ul > li.item3 > a:link,
		.menu > ul > li.item3 > a:visited {
			background: #8B754C;
			color:white;
		}
        
		.menu > ul > li.item3 > a:hover,
		.menu > ul > li.item3 > a:active {
			background: #745E37;
			color:white;
		}
        
        /* 4 */
		
		.menu > ul > li.item4 > a:link,
		.menu > ul > li.item4 > a:visited {
			background: #7A8C58;
			color:white;
		}
        
		.menu > ul > li.item4 > a:hover,
		.menu > ul > li.item4 > a:active {
			background: #687d43;
			color:white;
		}
        
        /* 5 */
		
		.menu > ul > li.item5 > a:link,
		.menu > ul > li.item5 > a:visited {
			background: #2B6D85;
			color:white;
		}
        
		.menu > ul > li.item5 > a:hover,
		.menu > ul > li.item5 > a:active {
			background: #1e6074;
			color:white;
		}
        
        /* 6 */
		
		.menu > ul > li.item6 > a:link,
		.menu > ul > li.item6 > a:visited {
			background: #8B754C;
			color:white;
		}
        
		.menu > ul > li.item6 > a:hover,
		.menu > ul > li.item6 > a:active {
			background: #745E37;
			color:white;
		}
        
        /* 7 */
		
		.menu > ul > li.item7 > a:link,
		.menu > ul > li.item7 > a:visited {
			background: #7A8C58;
			color:white;
		}
        
		.menu > ul > li.item7 > a:hover,
		.menu > ul > li.item7 > a:active {
			background: #687d43;
			color:white;
		}
        
        /* 8 */
		
		.menu > ul > li.item8 > a:link,
		.menu > ul > li.item8 > a:visited {
			background: #2B6D85;
			color:white;
		}
        
		.menu > ul > li.item8 > a:hover,
		.menu > ul > li.item8 > a:active {
			background: #1e6074;
			color:white;
		}
		
        /* 9 */
        
		.menu > ul > li.item9 > a:link,
		.menu > ul > li.item9 > a:visited {
			background: #8B754C;
			color:white;
		}
        
		.menu > ul > li.item9 > a:hover,
		.menu > ul > li.item9 > a:active {
			background: #745E37;
			color:white;
		}
        
        /* 10 */
		
		.menu > ul > li.item10 > a:link,
		.menu > ul > li.item10 > a:visited {
			background: #7A8C58;
			color:white;
		}
        
		.menu > ul > li.item10 > a:hover,
		.menu > ul > li.item10 > a:active {
			background: #687d43;
			color:white;
		}

@media (only screen and (max-device-width:768px)) {
		/* for iPhone, iPod Touch and iPad */
		/* this is a CSS answer to fix the hover/focus '~' and hover/focus '+' problem in safari and chrome */
		.menu:active,
		.menu:hover {}
		.menu ul ul {display:none;}
		.menu ul li:hover > ul {display:block;}
		.menu ul li.hasSub:hover ~ li.close {display:block;}

}
/* End new menu */



table {
  border-collapse:collapse;
  border-spacing:0;
  margin:0 0 1.5em;
  padding:0;
}

caption {
  font-style:italic;
  text-align:left;
}

tr.alt td {
  background:#eee;
}

td {
  border:1px solid #bbb;
  padding:0.333em;
  vertical-align:middle;
}

td img {
	display:block;
	max-width: initial;
}
	
th {
  font-weight:700;
  padding:0.333em;
  vertical-align:middle;
}
	
	
	
	
	
article iframe {
	/*margin:10px 0;*/
}

.TextformatterVideoEmbed {
	margin:22px 0; /* for embedded youtube or vimeo videos */
}

.breadcrumbs {
	display:block;
	width:920px;
	padding:10px 20px;
	background:rgb(238,238,238);
	margin:0;
	margin-bottom:-10px;
	color:#999;
	font-size:14px;
}

.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
	text-decoration:none;
	color:#999;
	font-size:14px;
}

.breadcrumbs a:hover {
	color:#666;
}

.showandtell {
	width:960px;
	height:374px;
	display:block;
	overflow:hidden;
	position:relative;
}

#tell {
	width:396px;
	height:374px;
	display:block;
	float:left;
	overflow:hidden;
	background-color:#2E2F20;
}

#tell p, #tell h1, #tell h2, #tell h3, #tell h4, #tell h5 {
	color:white;
	
}

#tell a:link, #tell a:visited, #tell a:hover, #tell a:active {
	color:#83aed6;
}

	.message {
		width:316px;
		height:334px;
		display:block;
		background:#2E2F20;
		padding:40px;
	}
	
	.message p {
		margin-top:2em;
		color:white;
		font-size:18px;
		line-height:160%;
		text-align:center;
	}
	
	.message h1, .message h2, .message h3 {
		text-align:center;
		margin-top:3em;
		font-weight:normal;
		font-size:22px;
	}

.message_0 {
	/* padding:0 40px; Temporary from flood relief */
}

#tell .message_0 > a > p {
	margin-bottom:8px;
}

#tell .message_0 .subtitle {
	margin:0 0 8px 0;
    font-size: 24px;
    color: #a4b585;
}

.message_0 .pdf {
	text-align: center;
	float:left;
	width:47%;
	margin-right:3%;
	margin-bottom:0;
	margin-top:0;
}

.message_0 .left-desc:after {
	clear:both;
}

.message_0 .pdf span {
	margin:0 auto;
	display:block;
}

#tell .message_0 .pdf a:link span,
#tell .message_0 .pdf a:visited span {
	color:#83aed6;
}

#tell .message_0 .pdf a:hover span,
#tell .message_0 .pdf a:active span {
	color:#a4c6e7;
}

.message_0 .pdf img {
	width:64px;
	height:auto;
	display:block;
	margin:0 auto;
}
	
#show {
	width:564px;
	height:374px;
	display:block;
	float:right;
	overflow:hidden;
	background:#231F20;
}


a.hilite-donate {
	position:absolute;
	z-index: 99;
	top:400px;
	left:692px;
	width:310px;
}

a.hilite-donate img {
	display:block;
	width:100%;
	height:auto;
}


.message a:link, .message a:visited, .message a:hover, .message a:active {
	text-decoration: none;
}

.message a:hover {
	
}

#pager {
	position:absolute;
	z-index:2;
	left:141px;
	top:336px;
}

#pager a:link, #pager a:visited, #pager a:hover, #pager a:active {
	font-family:"franklin-gothic-urw-comp",sans-serif;
	display:block;
	float:left;
	width:26px;
	height:10px;
	text-decoration:none;
	background:#555;
	color:transparent;
	text-indent:-99999px;
	margin:0 5px 5px 0;
}

#pager a.selected {
	background:#7A8C58;
}

	.slide {
		width:564px;
		height:374px;
		display:inline-block;
		overflow:hidden;
	}

	.image {
		width:564px;
		height:374px;
		display:inline-block;
	}
	
#pager {
	margin-left:0;
	width:396px;
	left:0;
	text-align:center;
}

#pager a:link, #pager a:visited, #pager a:hover, #pager a:active {
	display:inline-block;
	float:none;
}

#pager a:link:last-child,
#pager a:visited:last-child,
#pager a:hover:last-child, 
#pager a:active:last-child {
	margin-right:0;
}
	
.rows {
	display:block;
	padding:24px 0;
	/* background: transparent url('images/bgshadow.jpg') repeat-y top left; */
}

.row {
	margin-bottom:20px;
}

.section-header {
	width:auto;
	display:inline-block;
	text-align:right;
	margin:0 94px 20px 0;
	padding-left:3%;
	font-weight:normal;
	font-size:32px;
	line-height:110%;
	text-transform:uppercase;
}

.section-header.success-stories {
	color:#7A8C58;
}

.section-header.project-highlights {
	color:#2B6F86;
}

.section-header.news {
	color:#8B754C;
}

.item-group {
	display:inline-block;
	width:100%;
	vertical-align: top;
	box-sizing:border-box;
    padding:0 3%;
}
	
.link-column {
	display:block;
	width:31.3%;
	margin-right:3%;
    float:left;
    margin-bottom:22px;
}

.link-column:nth-child(3n+0) {
            /*last item in a four-column row */
            /* 3n+0 = last item in a three-col row */
            margin-right:0;
        }

.link-column img {
	
}

.link-column h1 {
	font-weight:normal;
	font-size:26px;
	margin:.3em 0;
}

.link-column p {
	margin:.5em 0;
	line-height:160%;
}

.link-column .readmore {
	
}
	
.sitefooter {
	background:#999999;
	padding:25px 30px;
	margin-bottom:40px;
	background-image:url('images/nco-footer-bg_K2.png');
	background-repeat:no-repeat;
}

.sitefooter .column {
	width:24%;
	display:inline-block;
	vertical-align:top;
}

.sitefooter a:link, .sitefooter a:visited, .sitefooter a:hover, .sitefooter a:active {
	color:#efefef;
	
}

.sitefooter a:hover {
	color:#fff;
	
}

.column h1 {
	font-size:28px;
	font-weight:normal;
	margin:0;
	color:#FFFFFF;
}


.sitefooter .search, .facebook, .twitter {
	display:block;
	width:90%;
}

.sitefooter .search {
	background:#FFFFFF;
	margin-bottom:40px;
	width:130px;
	padding:10px;
}

	.sitefooter .search input {
		width:124px;
		color:#c4c4c4;
		font-size:22px;
		border:none;
	}

	.home .search h1 {
		color:#c4c4c4;
	}

.contact-info {
	margin:0;
}

	.contact-info p {
		margin:0 0 0 -20px;
		line-height:160%;
		font-size:16px;
		color:#FFFFFF;
	}
	



	
.facebook-like-box {
	overflow:hidden;
}

.facebook {
	background:#D8D9DB;
	min-height:200px;
	padding:10px;
	width:190px;
	margin-left:-20px;
}

	.facebook h1 {
		color:#999;
	}

.twitter {
	background:#D8D9DB;
	min-height:200px;
	width:190px;
	padding:10px;
}

	.twitter h1 {
		color:#999;
	}
	
.column.four {
	margin-left:24px;
}





/* 940px main column width. */  

.pagetitle {
	margin:0 0 .3em 0;
}

.sidebar {
	float:right;
	padding:30px 20px;
	width:260px;
	overflow:hidden;
}

.pid_1312 .sidebar {
	/* Video page--no sidebar so we can show the huge video widget */
	display:none;
}

.inner .main-article {
	padding:30px 20px;
	width:600px;
}

.inner.pid_1312 .main-article {
	/* Full width, no sidebar */
	width:920px;
}

.inner.pid_1023 .main-article {
	/* Events page */
    padding: 30px 2.5%;
    width: 94%;
}

.inner .main-article p {
	line-height: 140%;
}

.blogitem {
	display:block;
	margin:0 0 20px 0;
}
	
	.main-imagery {
		float:left;
		display:block;
		margin:6px 16px 8px 0;
	}
	
	.temp-background-image {
		 /* For articles without main images, this placeholder is shown in lists */
		 display:block;
		 width:200px;
		 height:150px;
		 background:#99A1B1;
	}
	
	.blogitem-title {
		margin:0 0 .2em 0;
		font-size:1.7em;
	}
	
	.inner .summary {
		margin:0 0 20px 0;
		line-height:140%;
	}
	
.blogitem-text {
	width:64%;
	display:block;
	float:left;
}

	.blogitem-text p {
		margin:6px 0;
	}
	
.article-image {
	margin:0 0 20px 0;
}

.article-image.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.article-image.left {
	float:left;
	margin:0 20px 20px 0;
}

.article-image.right {
	float:right;
	margin:0 0 20px 20px;
}

.caption {
	margin:4px 0;
	font-size:14px;
	color:#666;
}

.ctan-links { margin-top:2em; overflow:hidden; }

.ctan-links p {
	margin:0;
	padding:0;
}

.ctan-links p, .ctan-links a {
	font-size: 14px;
}

.prev {
	float:left;
	max-width:40%;
}

.next {
	float:right;
	max-width:40%;
}

.left, .align_left {
	float:left;
	margin:10px 20px 10px 0;
}

.right, .align_right {
	float:left;
	margin:0 0 10px 20px;
}

.center, .align_center {
	display:block;
	text-align:center;
	margin:0 auto;
	float:none;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	text-decoration: none;
}

.programs {
}

.program-item:link, .program-item:visited, .program-item:hover, .program-item:active {
	display:inline-block;
	padding:3px 6px;
	background:#eee;
	color: #2B6D85;
	text-decoration: none;
	border-radius:3px;
	margin-right:4px;
	margin-top:4px;
}

.program-item:hover {
	color: #0b4b63;
	background:#fefefe;
}

.widget {
	margin:0 0 30px 0;
}

.child-excerpt {
	margin-bottom:20px;
}

.excerpt-title {
	margin-bottom:6px;
}

em.date {
	font-size:14px;
}

.sidebar-news-header {
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
	margin-bottom:0;
}

/* Sidebar menu for programs, e.g. Head Start pages */
.sidebar-menu {
	padding:0;
	margin:0;
}

.sidebar-menu li {
	list-style-type:none;
}

.sidebar-menu a:link, .sidebar-menu a:visited, .sidebar-menu a:hover, .sidebar-menu a:active {
	text-decoration:none;
	display:block;
	width:90%;
	padding:6px 5%;
	background:#687D43;
	color:white;
	/* border-bottom:1px solid #5d6c42; */
	border-top:1px solid #95a47b;
}

.sidebar-menu a:hover {
	background:#788e52;
}

.sidebar-menu .current a:link, .sidebar-menu .current a:visited, .sidebar-menu .current a:active {
	background:#506332;
}

.sidebar h2, .sidebar h3, .sidebar h4 {

margin: .4em 0 .2em 0;
	
}

.sidebar h3 {
	font-size:1.5em;
	color:#7A8C58;
}

.sidebar h4 {
	font-size:1.5em;
	color:#8B754C;
}
	
/**
 * The edit link that appears when you are logged in.
 * It is recommended that you implement an edit button 
 * in your templates to make it easy to switch to and
 * from the admin control panel when editing pages. 
 *
 */
#editpage {
	position: fixed;
	top: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #8E784F; 
	color: #fff; 
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
	#editpage:hover {
		background: #82915C;
		color: #fff;
	}





/**
* Flexslider
**/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 30px; background: transparent; border: none; position: relative;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 41px; height: 41px; margin: -120px 0 0; display: block; background: url(images/bg_direction_nav3.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .6; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/* Caption style */
 .flex-caption {
	color: #ccc; 
	font-size: 18px;
	text-align:center;
	margin:0;
	height:24px;
	padding:10px 0;
	position:absolute;
	bottom:0;
	width:100%;
	background:rgba(10,10,10,.6);
}





/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.paypal table {
	margin-bottom:0;
}

.paypal table td {
	border:none;
	
}


	
/* Call-to-action Buttons */

.ctabutton {
	padding:8px; }
.ctabutton:hover {
	border :2px solid #666666;
	padding:7px 8px 8px 7px; }
.ctabutton:active {
	border-width:2px 1px 1px 2px;
	padding     :9px 7px 7px 9px; }
.smallctabutton {
	font-size:75%;
	padding  :2px; }
.smallctabutton:hover { 
	border :2px solid #666666;
	padding:1px 2px 2px 1px; }
.smallctabutton:active {
	border-width:2px 1px 1px 2px;
	padding     :3px 1px 1px 3px; }
.largectabutton {
	font-size:125%;
	padding  :15px; }
.largectabutton:hover {
	border :2px solid #666666;
	padding:14px 15px 15px 14px; }
.largectabutton:active {
	border-width:2px 1px 1px 2px;
	padding     :16px 14px 14px 16px; }
.ctabutton, .smallctabutton, .largectabutton {
	text-align    :center;
	border-color  :#999999;      
	border-width  :1px 2px 2px 1px;
	vertical-align:top;
	border-style  :solid; /* Required by Opera */
	width         :auto;  /* Required by IE to not pad the sides */
	overflow      :visible; }	
	
	

	

	
/* Transitions */


.transitionall {
	-moz-transition   :all .7s;
	-webkit-transition:all .7s;
	-o-transition     :all .7s;
	-ms-transition    :all .7s;
	transition        :all .7s; }
.transitionallslowest {
	-moz-transition   :all 2s;
	-webkit-transition:all 2s;
	-o-transition     :all 2s;
	-ms-transition    :all 2s;
	transition        :all 2s; }
.transitionallslow {
	-moz-transition   :all 1.5s;
	-webkit-transition:all 1.5s;
	-o-transition     :all 1.5s;
	-ms-transition    :all 1.5s;
	transition        :all 1.5s; }
.transitionallfast {
	-moz-transition   :all .3s;
	-webkit-transition:all .3s;
	-o-transition     :all .3s;
	-ms-transition    :all .3s;
	transition        :all .3s; }
.transitionallfastest {
	-moz-transition   :all .1s;
	-webkit-transition:all .1s;
	-o-transition     :all .1s;
	-ms-transition    :all .1s;
	transition        :all .1s; }
.transitionall_l {
	-moz-transition   :all .7s linear;
	-webkit-transition:all .7s linear;
	-o-transition     :all .7s linear;
	-ms-transition    :all .7s linear;
	transition        :all .7s linear; }
.transitionallslowest_l {
	-moz-transition   :all 2s linear;
	-webkit-transition:all 2s linear;
	-o-transition     :all 2s linear;
	-ms-transition    :all 2s linear;
	transition        :all 2s linear; }
.transitionallslow_l {
	-moz-transition   :all 1.5s linear;
	-webkit-transition:all 1.5s linear;
	-o-transition     :all 1.5s linear;
	-ms-transition    :all 1.5s linear;
	transition        :all 1.5s linear; }
.transitionallfast_l {
	-moz-transition   :all .3s linear;
	-webkit-transition:all .3s linear;
	-o-transition     :all .3s linear;
	-ms-transition    :all .3s linear;
	transition        :all .3s linear; }
.transitionallfastest_l {
	-moz-transition   :all .1s linear;
	-webkit-transition:all .1s linear;
	-o-transition     :all .1s linear;
	-ms-transition    :all .1s linear;
	transition        :all .1s linear; }	



.aqua_b, .aqua_ba:active, .aqua_bh:hover, .aqua_lb a, .aqua_lba a:active, .aqua_lbh a:hover {
	background:#fbfaf5 }
.black_b, .black_ba:active, .black_bh:hover, .black_lb a, .black_lba a:active, .black_lbh a:hover {
	background:#000 }
.blue_b, .blue_ba:active, .blue_bh:hover, .blue_lb a, .blue_lba a:active, .blue_lbh a:hover {
	background:#00f }
.brown_b, .brown_ba:active, .brown_bh:hover, .brown_lb a, .brown_lba a:active,  .brown_lbh a:hover {
	background:#c44 }
.fuchsia_b, .fuchsia_ba:active, .fuchsia_bh:hover, .fuchsia_lb a, .fuchsia_lba a:active, .fuchsia_lbh a:hover {
	background:#f0f }
.gold_b, .gold_ba:active, .gold_bh:hover, .gold_lb a, .gold_lba a:active, .gold_lbh a:hover {
	background:#fc0 }
.gray_b, .gray_ba:active, .gray_bh:hover, .gray_lb a, .gray_lba a:active, .gray_lbh a:hover {
	background:#888 }
.green_b, .green_ba:active, .green_bh:hover, .green_lb a, .green_lba a:active, .green_lbh a:hover  {
	background:#080 }
.khaki_b, .khaki_ba:active, .khaki_bh:hover, .khaki_lb a, .khaki_lba a:active, .khaki_lbh a:hover {
	background:#cc8 }
.lime_b, .lime_ba:active, .lime_bh:hover, .lime_lb a, .lime_lba a:active, .lime_lbh a:hover {
	background:#0f0 0}
.maroon_b, .maroon_ba:active, .maroon_bh:hover, .maroon_lb a, .maroon_lba a:active, .maroon_lbh a:hover {
	background:#800 }
.navy_b, .navy_ba:active, .navy_bh:hover, .navy_lb a, .navy_lba a:active, .navy_lbh a:hover {
	background:#008 }
.olive_b, .olive_ba:active, .olive_bh:hover, .olive_lb a, .olive_lba a:active, .olive_lbh a:hover {
	background:#880 }
.orange_b, .orange_ba:active, .orange_bh:hover, .orange_lb a, .orange_lba a:active, .orange_lbh a:hover {
	background:#f80 }
.pink_b, .pink_ba:active, .pink_bh:hover, .pink_lb a, .pink_lba a:active, .pink_lbh a:hover {
	background:#f88 }
.purple_b, .purple_ba:active, .purple_bh:hover, .purple_lb a, .purple_lba a:active, .purple_lbh a:hover {
	background:#808 }
.red_b, .red_ba:active, .red_bh:hover, .red_lb a, .red_lba a:active, .red_lbh a:hover {
	background:#f00 }
.silver_b, .silver_ba:active, .silver_bh:hover, .silver_lb a, .silver_lba a:active, .silver_lbh a:hover {
	background:#ccc }
.teal_b, .teal_ba:active, .teal_bh:hover, .teal_lb a, .teal_lba a:active, .teal_lbh a:hover {
	background:#088 }
.white_b, .white_ba:active, .white_bh:hover, .white_lb a, .white_lba a:active, .white_lbh a:hover {
	background:#fff }
.yellow_b, .yellow_ba:active, .yellow_bh:hover, .yellow_lb a, .yellow_lba a:active, .yellow_lbh a:hover {
	background:#ff0 }



.carrot1, .carrot1_a:active, .carrot1_h:hover, .carrot1_l a, .carrot1_la a:active, .carrot1_lh a:hover {
	background:#ea4;
	background:-webkit-gradient(linear, left top, left bottom, from(#fd8), to(#c60));
	background:-webkit-linear-gradient(top, #fd8, #c60);
	background:-moz-linear-gradient(top, #fd8, #c60);
	background:-o-linear-gradient(top, #fd8, #c60);
	background:-ms-linear-gradient(top, #fd8, #c60);
	background:linear-gradient(left top, #fd8, #c60);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f0d080', endColorstr='#c06000'); }
.chrome1, .chrome1_a:active, .chrome1_h:hover, .chrome1_l a, .chrome1_la a:active, .chrome1_lh a:hover {
	background:#ddd;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#aaa));
	background:-webkit-linear-gradient(top, #fff, #aaa);
	background:-moz-linear-gradient(top, #fff, #aaa);
	background:-o-linear-gradient(top, #fff, #aaa);
	background:-ms-linear-gradient(top, #fff, #aaa);
	background:linear-gradient(left top, #fff, #aaa);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f0f0f0', endColorstr='#a0a0a0'); }
.coffee1, .coffee1_a:active, .coffee1_h:hover, .coffee1_l a, .coffee1_la a:active, .coffee1_lh a:hover {
	background:#c94;
	background:-webkit-gradient(linear, left top, left bottom, from(#fc6), to(#752));
	background:-webkit-linear-gradient(top, #fc6, #752);
	background:-moz-linear-gradient(top, #fc6, #752);
	background:-o-linear-gradient(top, #fc6, #752);
	background:-ms-linear-gradient(top, #fc6, #752);
	background:linear-gradient(left top, #fc6, #752);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f0c060', endColorstr='#705020'); }
.dusk1, .dusk1_a:active, .dusk1_h:hover, .dusk1_l a, .dusk1_la a:active, .dusk1_lh a:hover {
	background:#79c;
	background:-webkit-gradient(linear, left top, left bottom, from(#8ad), to(#357));
	background:-webkit-linear-gradient(top, #8ad, #357);
	background:-moz-linear-gradient(top, #8ad, #357);
	background:-o-linear-gradient(top, #8ad, #357);
	background:-ms-linear-gradient(top, #8ad, #357);
	background:linear-gradient(left top, #8ad, #357);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#80a0d0', endColorstr='#305070'); }
.earth1, .earth1_a:active, .earth1_h:hover, .earth1_l a, .earth1_la a:active, .earth1_lh a:hover {
	background:#a86;
	background:-webkit-gradient(linear, left top, left bottom, from(#db8), to(#532));
	background:-webkit-linear-gradient(top, #db8, #532);
	background:-moz-linear-gradient(top, #db8, #532);
	background:-o-linear-gradient(top, #db8, #532);
	background:-ms-linear-gradient(top, #db8, #532);
	background:linear-gradient(left top, #db8, #532);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#d0b080', endColorstr='#503020'); }
.fire1, .fire1_a:active, .fire1_h:hover, .fire1_l a, .fire1_la a:active, .fire1_lh a:hover {
	background:#db3;
	background:-webkit-gradient(linear, left top, left bottom, from(#ef5), to(#b40));
	background:-webkit-linear-gradient(top, #ef5, #b40);
	background:-moz-linear-gradient(top, #ef5, #b40);
	background:-o-linear-gradient(top, #ef5, #b40);
	background:-ms-linear-gradient(top, #ef5, #b40);
	background:linear-gradient(left top, #ef5, #b40);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#e0f050', endColorstr='#b04000'); }
.grass1, .grass1_a:active, .grass1_h:hover, .grass1_l a, .grass1_la a:active, .grass1_lh a:hover {
	background:#7b6;
	background:-webkit-gradient(linear, left top, left bottom, from(#ae9), to(#160));
	background:-webkit-linear-gradient(top, #ae9, #160);
	background:-moz-linear-gradient(top, #ae9, #160);
	background:-o-linear-gradient(top, #ae9, #160);
	background:-ms-linear-gradient(top, #ae9, #160);
	background:linear-gradient(left top, #ae9, #160);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#a0e090', endColorstr='#106000'); }
.iron1, .iron1_a:active, .iron1_h:hover, .iron1_l a, .iron1_la a:active, .iron1_lh a:hover {
	background:#777;
	background:-webkit-gradient(linear, left top, left bottom, from(#999), to(#333));
	background:-webkit-linear-gradient(top, #999, #333);
	background:-moz-linear-gradient(top, #999, #333);
	background:-o-linear-gradient(top, #999, #333);
	background:-ms-linear-gradient(top, #999, #333);
	background:linear-gradient(left top, #999, #333);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#909090', endColorstr='#303030'); }
.plum1, .plum1_a:active, .plum1_h:hover, .plum1_l a, .plum1_la a:active, .plum1_lh a:hover {
	background:#969;
	background:-webkit-gradient(linear, left top, left bottom, from(#b8a), to(#636));
	background:-webkit-linear-gradient(top, #b8a, #636);
	background:-moz-linear-gradient(top, #b8a, #636);
	background:-o-linear-gradient(top, #b8a, #636);
	background:-ms-linear-gradient(top, #b8a, #636);
	background:linear-gradient(left top, #b8a, #636);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#b080a0', endColorstr='#603060'); }
.rose1, .rose1_a:active, .rose1_h:hover, .rose1_l a, .rose1_la a:active, .rose1_lh a:hover {
	background:#e45;
	background:-webkit-gradient(linear, left top, left bottom, from(#f67), to(#b12));
	background:-webkit-linear-gradient(top, #f67, #b12);
	background:-moz-linear-gradient(top, #f67, #b12);
	background:-o-linear-gradient(top, #f67, #b12);
	background:-ms-linear-gradient(top, #f67, #b12);
	background:linear-gradient(top, #f67, #b12);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f06070', endColorstr='#b01020'); }
.sky1, .sky1_a:active, .sky1_h:hover, .sky1_l a, .sky1_la a:active, .sky1_lh a:hover {
	background:#abe;
	background:-webkit-gradient(linear, left top, left bottom, from(#cdf), to(#68c));
	background:-webkit-linear-gradient(top, #cdf, #68c);
	background:-moz-linear-gradient(top, #cdf, #68c);
	background:-o-linear-gradient(top, #cdf, #68c);
	background:-ms-linear-gradient(top, #cdf, #68c);
	background:linear-gradient(left top, #cdf, #68c);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#c0d0f0', endColorstr='#6080c0'); }
.sunset1, .sunset1_a:active, .sunset1_h:hover, .sunset1_l a, .sunset1_la a:active, .sunset1_lh a:hover {
	background:#ed3;
	background:-webkit-gradient(linear, left top, left bottom, from(#fe4), to(#ca0));
	background:-webkit-linear-gradient(top, #fe4, #ca0);
	background:-moz-linear-gradient(top, #fe4, #ca0);
	background:-o-linear-gradient(top, #fe4, #ca0);
	background:-ms-linear-gradient(top, #fe4, #ca0);
	background:linear-gradient(left top, #fe4, #ca0);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f0e040', endColorstr='#c0a000'); }
.tin1, .tin1_a:active, .tin1_h:hover, .tin1_l a, .tin1_la a:active, .tin1_lh a:hover {
	background:#aaa;
	background:-webkit-gradient(linear, left top, left bottom, from(#bbb), to(#777));
	background:-webkit-linear-gradient(top, #bbb, #777);
	background:-moz-linear-gradient(top, #bbb, #777);
	background:-o-linear-gradient(top, #bbb, #777);
	background:-ms-linear-gradient(top, #bbb, #777);
	background:linear-gradient(left top, #bbb, #777);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#b0b0b0', endColorstr='#707070'); }
.water1, .water1_a:active, .water1_h:hover, .water1_l a, .water1_la a:active, .water1_lh a:hover {
	background:#ace;
	background:-webkit-gradient(linear, left top, left bottom, from(#eff), to(#58c));
	background:-webkit-linear-gradient(top, #eff, #58c);
	background:-moz-linear-gradient(top, #eff, #58c);
	background:-o-linear-gradient(top, #eff, #58c);
	background:-ms-linear-gradient(top, #eff, #58c);
	background:linear-gradient(left top, #eff, #58c);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#e0f0f0', endColorstr='#5080c0'); }
.wine1, .wine1_a:active, .wine1_h:hover, .wine1_l a, .wine1_la a:active, .wine1_lh a:hover {
	background:#d33;
	background:-webkit-gradient(linear, left top, left bottom, from(#f44), to(#922));
	background:-webkit-linear-gradient(top, #f44, #922);
	background:-moz-linear-gradient(top, #f44, #922);
	background:-o-linear-gradient(top, #f44, #922);
	background:-ms-linear-gradient(top, #f44, #922);
	background:linear-gradient(left top, #f44, #922);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f04040', endColorstr='#902020'); }

/* Recipe 5: Inverse Gradients */

.carrot2, .carrot2_a:active, .carrot2_h:hover, .carrot2_l a, .carrot2_la a:active, .carrot2_lh a:hover {
	background:#d93;
	background:-webkit-gradient(linear, left top, left bottom, from(#c60), to(#fd8));
	background:-webkit-linear-gradient(top, #c60, #fd8);
	background:-moz-linear-gradient(top, #c60, #fd8);
	background:-o-linear-gradient(top, #c60, #fd8);
	background:-ms-linear-gradient(top, #c60, #fd8);
	background:linear-gradient(left top, #c60, #fd8);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#c06000', endColorstr='#f0d080'); }
.chrome2, .chrome2_a:active, .chrome2_h:hover, .chrome2_l a, .chrome2_la a:active, .chrome2_lh a:hover {
	background:#ccc;
	background:-webkit-gradient(linear, left top, left bottom, from(#aaa), to(#fff));
	background:-webkit-linear-gradient(top, #aaa, #fff);
	background:-moz-linear-gradient(top, #aaa, #fff);
	background:-o-linear-gradient(top, #aaa, #fff);
	background:-ms-linear-gradient(top, #aaa, #fff);
	background:linear-gradient(left top, #aaa, #fff);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#a0a0a0', endColorstr='#f0f0f0'); }
.coffee2, .coffee2_a:active, .coffee2_h:hover, .coffee2_l a, .coffee2_la a:active, .coffee2_lh a:hover {
	background:#b83;
	background:-webkit-gradient(linear, left top, left bottom, from(#752), to(#fc6));
	background:-webkit-linear-gradient(top, #752, #fc6);
	background:-moz-linear-gradient(top, #752, #fc6);
	background:-o-linear-gradient(top, #752, #fc6);
	background:-ms-linear-gradient(top, #752, #fc6);
	background:linear-gradient(left top, #752, #fc6);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#705020', endColorstr='#f0c060'); }
.dusk2, .dusk2_a:active,  .dusk2_h:hover, .dusk2_l a, .dusk2_la a:active, .dusk2_lh a:hover {
	background:#68b;
	background:-webkit-gradient(linear, left top, left bottom, from(#357), to(#8ad));
	background:-webkit-linear-gradient(top, #357, #8ad);
	background:-moz-linear-gradient(top, #357, #8ad);
	background:-o-linear-gradient(top, #357, #8ad);
	background:-ms-linear-gradient(top, #357, #8ad);
	background:linear-gradient(left top, #357, #8ad);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#305070', endColorstr='#80a0d0'); }
.earth2, .earth2_a:active, .earth2_h:hover, .earth2_l a, .earth2_la a:active, .earth2_lh a:hover {
	background:#975;
	background:-webkit-gradient(linear, left top, left bottom, from(#532), to(#db8));
	background:-webkit-linear-gradient(top, #532, #db8);
	background:-moz-linear-gradient(top, #532, #db8);
	background:-o-linear-gradient(top, #532, #db8);
	background:-ms-linear-gradient(top, #532, #db8);
	background:linear-gradient(left top, #532, #db8);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#503020', endColorstr='#d0b080'); }
.fire2, .fire2_a:active, .fire2_h:hover, .fire2_l a, .fire2_la a:active, .fire2_lh a:hover {
	background:#ca2;
	background:-webkit-gradient(linear, left top, left bottom, from(#b40), to(#ef5));
	background:-webkit-linear-gradient(top, #b40, #ef5);
	background:-moz-linear-gradient(top, #b40, #ef5);
	background:-o-linear-gradient(top, #b40, #ef5);
	background:-ms-linear-gradient(top, #b40, #ef5);
	background:linear-gradient(left top, #b40, #ef5);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#b04000', endColorstr='#e0f050'); }
.grass2, .grass2_a:active, .grass2_h:hover, .grass2_l a, .grass2_la a:active, .grass2_lh a:hover {
	background:#6a5;
	background:-webkit-gradient(linear, left top, left bottom, from(#160), to(#ae9));
	background:-webkit-linear-gradient(top, #160, #ae9);
	background:-moz-linear-gradient(top, #160, #ae9);
	background:-o-linear-gradient(top, #160, #ae9);
	background:-ms-linear-gradient(top, #160, #ae9);
	background:linear-gradient(left top, #160, #ae9);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#106000', endColorstr='#aaee99'); }
.iron2, .iron2_a:active, .iron2_h:hover, .iron2_l a, .iron2_la a:active, .iron2_lh a:hover {
	background:#666;
	background:-webkit-gradient(linear, left top, left bottom, from(#333), to(#999));
	background:-webkit-linear-gradient(top, #333, #999);
	background:-moz-linear-gradient(top, #333, #999);
	background:-o-linear-gradient(top, #333, #999);
	background:-ms-linear-gradient(top, #333, #999);
	background:linear-gradient(left top, #333, #999);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#303030', endColorstr='#909090'); }
.plum2,  .plum2_a:active, .plum2_h:hover, .plum2_l a, .plum2_la a:active, .plum2_lh a:hover {
	background:#858;
	background:-webkit-gradient(linear, left top, left bottom, from(#636), to(#b8a));
	background:-webkit-linear-gradient(top, #636, #b8a);
	background:-moz-linear-gradient(top, #636, #b8a);
	background:-o-linear-gradient(top, #636, #b8a);
	background:-ms-linear-gradient(top, #636, #b8a);
	background:linear-gradient(left top, #636, #b8a);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#603060', endColorstr='#b080a0'); }
.rose2, .rose2_a:active, .rose2_h:hover, .rose2_l a, .rose2_la a:active, .rose2_lh a:hover {
	background:#d34;
	background:-webkit-gradient(linear, left top, left bottom, from(#b12), to(#f67));
	background:-webkit-linear-gradient(top, #b12, #f67);
	background:-moz-linear-gradient(top, #b12, #f67);
	background:-o-linear-gradient(top, #b12, #f67);
	background:-ms-linear-gradient(top, #b12, #f67);
	background:linear-gradient(left top, #b12, #f67);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#b01020', endColorstr='#f06070'); }
.sky2, .sky2_a:active, .sky2_h:hover, .sky2_l a, .sky2_la a:active, .sky2_lh a:hover {
	background:#9ad;
	background:-webkit-gradient(linear, left top, left bottom, from(#68c), to(#cdf));
	background:-webkit-linear-gradient(top, #68c, #cdf);
	background:-moz-linear-gradient(top, #68c, #cdf);
	background:-o-linear-gradient(top, #68c, #cdf);
	background:-ms-linear-gradient(top, #68c, #cdf);
	background:linear-gradient(left top, #68c, #cdf);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#6080c0', endColorstr='#c0d0f0'); }
.sunset2, .sunset2_a:active, .sunset2_h:hover, .sunset2_l a, .sunset2_la a:active, .sunset2_lh a:hover {
	background:#dc2;
	background:-webkit-gradient(linear, left top, left bottom, from(#ca0), to(#fe4));
	background:-webkit-linear-gradient(top, #ca0, #fe4);
	background:-moz-linear-gradient(top, #ca0, #fe4);
	background:-o-linear-gradient(top, #ca0, #fe4);
	background:-ms-linear-gradient(top, #ca0, #fe4);
	background:linear-gradient(left top, #ca0, #fe4);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#c0a000', endColorstr='#f0e040'); }
.tin2, .tin2_a:active, .tin2_h:hover, .tin2_l a, .tin2_la a:active, .tin2_lh a:hover {
	background:#999;
	background:-webkit-gradient(linear, left top, left bottom, from(#777), to(#bbb));
	background:-webkit-linear-gradient(top, #777, #bbb);
	background:-moz-linear-gradient(top, #777, #bbb);
	background:-o-linear-gradient(top, #777, #bbb);
	background:-ms-linear-gradient(top, #777, #bbb);
	background:linear-gradient(left top, #777, #bbb);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#707070', endColorstr='#b0b0b0'); }
.water2, .water2_a:active, .water2_h:hover, .water2_l a, .water2_la a:active, .water2_lh a:hover {
	background:#9bd;
	background:-webkit-gradient(linear, left top, left bottom, from(#58c), to(#eff));
	background:-webkit-linear-gradient(top, #58c, #eff);
	background:-moz-linear-gradient(top, #58c, #eff);
	background:-o-linear-gradient(top, #58c, #eff);
	background:-ms-linear-gradient(top, #58c, #eff);
	background:linear-gradient(left top, #58c, #eff);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#5080c0', endColorstr='#e0f0f0'); }
.wine2, .wine2_a:active, .wine2_h:hover, .wine2_l a, .wine2_la a:active,  .wine2_lh a:hover {
	background:#c22;
	background:-webkit-gradient(linear, left top, left bottom, from(#922), to(#f44));
	background:-webkit-linear-gradient(top, #922, #f44);
	background:-moz-linear-gradient(top, #922, #f44);
	background:-o-linear-gradient(top, #922, #f44);
	background:-ms-linear-gradient(top, #922, #f44);
	background:linear-gradient(left top, #922, #f44);
	filter    :progid:DXImageTransform.Microsoft.Gradient(startColorstr='#902020', endColorstr='#f04040'); }


.aqua, .aqua_a:active, .aqua_h:hover, .aqua_l a, .aqua_la a:active, .aqua_lh a:hover {
	color:#0ff; }
.black, .black_a:active, .black_h:hover, .black_l a, .black_la a:active, .black_lh a:hover {
	color:#000; }
.blue, .blue_a:active, .blue_h:hover, .blue_l a, .blue_la a:active, .blue_lh a:hover {
	color:#00f; }
.brown, .brown_a:active, .brown_h:hover, .brown_l a, .brown_la a:active, .brown_lh a:hover {
	color:#c44; }
.fuchsia, .fuchsia_a:active, .fuchsia_h:hover, .fuchsia_l a, .fuchsia_la a:active, .fuchsia_lh a:hover {
	color:#f0f; }
.gold, .gold_a:active, .gold_h:hover, .gold_l a, .gold_la a:active, .gold_lh a:hover {
	color:#fc0; }
.gray, .gray_a:active, .gray_h:hover, .gray_l a, .gray_la a:active, .gray_lh a:hover {
	color:#888; }
.green, .green_a:active, .green_h:hover, .green_l a, .green_la a:active, .green_lh a:hover {
	color:#080; }
.khaki, .khaki_a:active, .khaki_h:hover, .khaki_l a, .khaki_la a:active, .khaki_lh a:hover {
	color:#cc8; }
.lime, .lime_a:active, .lime_h:hover, .lime_l a, .lime_la a:active, .lime_lh a:hover {
	color:#0f0; }
.maroon, .maroon_a:active, .maroon_h:hover, .maroon_l a, .maroon_la a:active, .maroon_lh a:hover {
	color:#800; }
.navy, .navy_a:active, .navy_h:hover, .navy_l a, .navy_la a:active, .navy_lh a:hover {
	color:#008; }
.olive, .olive_a:active, .olive_h:hover, .olive_l a, .olive_la a:active, .olive_lh a:hover {
	color:#880; }
.orange, .orange_a:active, .orange_h:hover, .orange_l a, .orange_la a:active, .orange_lh a:hover {
	color:#f80; }
.pink, .pink_a:active, .pink_h:hover, .pink_l a, .pink_la a:active, .pink_lh a:hover {
	color:#f88; }
.purple, .purple_a:active, .purple_h:hover, .purple_l a, .purple_la a:active, .purple_lh a:hover {
	color:#808; }
.red, .red_a:active, .red_h:hover, .red_l a, .red_la a:active, .red_lh a:hover {
	color:#f00; }
.silver, .silver_a:active, .silver_h:hover, .silver_l a, .silver_la a:active, .silver_lh a:hover {
	color:#ccc; }
.teal, .teal_a:active, .teal_h:hover, .teal_l a, .teal_la a:active, .teal_lh a:hover {
	color:#088; }
.white, .white_a:active, .white_h:hover, .white_l a, .white_la a:active, .white_lh a:hover {
	color:#fff; }
.yellow, .yellow_a:active, .yellow_h:hover, .yellow_l a, .yellow_la a:active, .yellow_lh a:hover {
	color:#ff0; }
	
	
	
.superbox {
	clear:both;
	width:100%;
	padding:0;
	margin:0;
	height: 126px; /* was 200 */
	display:-ms-flexbox;
	display: flex;
	-ms-flex-direction:row;
	flex-direction: row;
	border-top:4px solid #474838;
	border-bottom:4px solid #231D1D;
}

.innerbox {
  padding:0;
  -ms-flex:auto;
  flex: auto; 
  background:#ddd; 
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  color:white;
  position:relative;
}

.innerbox a:link,
.innerbox a:visited,
.innerbox a:active {
	display:inline-block;
	background:#247E9E; /* blue */
	text-decoration: none;
	padding:0 .4em;
	color: white;
	border-radius: 2px;
	font-family:'franklin-gothic-urw-comp',sans-serif;
	font-size:16px;
}

.innerbox a:hover {
	background: #1A9AC7;
}

.innerbox:nth-child(2) a:link,
.innerbox:nth-child(2) a:visited,
.innerbox:nth-child(2) a:active {
	background:#9E7324;
}

.innerbox:nth-child(2) a:hover {
	background: #B77F19;
}

.innerbox:nth-child(3) a:link,
.innerbox:nth-child(3) a:visited,
.innerbox:nth-child(3) a:active {
	background:#6D9C54;
}


.innerbox:nth-child(3) a:hover {
	background: #67AF40;
}

/* Optional colors
	#9E7324 orange
	#6D9C54 green
	
	*/

.innerbox p {
	position:absolute;
	bottom:0;
	width:100%;
	padding:4% 6%;
	background:rgba(46,47,32,0.81);
	margin:0;
	line-height: 1.4;
	font-family:'franklin-gothic-urw-comp',sans-serif;
	font-size:16px;
	box-sizing: border-box;
}

.pt_gallery-of-opportunities .pagetitle {
	margin-bottom:.6em;
}

.pt_gallery-of-opportunities .sidebar {
	display:none;
}

.pt_gallery-of-opportunities .main-article {
	width:95.8%;
	overflow:hidden;
	position:relative;
	padding-bottom:40px;
}

.pt_gallery-of-opportunities .opportunity .child-excerpt {
	float:left;
	width:31.5%;
	margin-right:2.6%;
	overflow:hidden;
	height: 420px;
}

.volunteer-now {
	margin:0;
}

.main-volunteer-link:link,
.main-volunteer-link:visited,
.main-volunteer-link:hover,
.main-volunteer-link:active {
	display:block;
	position:absolute;
	top:30px;
	right:23px;
	color:white;
	background:#0d9fd4;
	text-decoration: none;
	padding:10px 20px;
}

.main-volunteer-link:hover,
.main-volunteer-link:active {
	background:#10698a;
}

.pt_gallery-of-opportunities .opportunity .child-excerpt.item_2 {
	margin-right:0;
}

/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}

@media only screen and (min-width: 960px) {
  /* Style adjustments for viewports 960px and over go here */

}


.youmax-select-box-wrapper, #youmax-load-more-div {
	display:none;
}

/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
