/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */
 
 /* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */


/* formalize */


/* UI Consistency */
::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}
 
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    background-color: #c1342e;
    background-image: none;
    border: 4px double #fcfcfa;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff !important;
    font-family: "Neuton", 'Neuton-Light', times new roman,serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    padding: 3px 11px 7px;
    text-decoration: none;
}



button {
  *padding-top: 1px; /* IE7 */
  *padding-bottom: 1px; /* IE7 */
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  height: 1.8em;
  *padding-top: 2px; /* IE7 */
  *padding-bottom: 1px; /* IE7 */
  *height: auto; /* IE7 */
}

/* Separate rule for Firefox. Cannot stack with WebKit's. */
input.placeholder_text,
textarea.placeholder_text,
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}

::-webkit-input-placeholder {
  color: #888;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  box-shadow: none;
  z-index: 1; /* For Opera */
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(../images/select-arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  select[size],
  select[multiple] {
    background-image: none;
    padding: 0;
  }
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

/* IE6 */
.ie6-button,
* html button {
  background: #ddd url(../images/button.png) repeat-x;
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6-input,
* html textarea,
* html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6-input-disabled,
.ie6-button-disabled {
  color: #888;
}

.ie6-input-disabled {
  background: #eee;
}

/* end of formalize */


/* omega branding */

.logo-img {
    float: left;
    margin-left: 0;
}

/* For Chrome  */
@media (-webkit-min-device-pixel-ratio: 0) {
  .logo-img {
  float: left;
  margin-right: 20px;
  margin-top: 0px;
  padding-bottom:0px;

}

.not-front .logo-img {
float: left;
margin-right: 20px;
margin-top: 0px;
 padding-bottom: 0px;
}

}


.logo-img img {
  width:100%;
  visibility:visible;

}

.site-name-slogan {
  float: left;
}

.site-name {
  margin-top: 20px;
}

.site-name a {
  text-decoration: none;
}

.site-name,
.site-slogan {
  margin-bottom: 0;
  line-height: 1em;
}

.site-slogan {
  font-weight: normal;
}

/* end of omega branding */


/* omega-forms */
.form-actions input {
  margin-right: 0.5em;
}

.form-actions input:hover {
  background: -moz-linear-gradient(center top , #1A3B7D 5%, #5475AC 100%) repeat scroll 0 0 #1A3B7D;
}

/* for chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {  
.form-actions input:hover {
padding: 3px 11px 7px;
background-color: #96231f;
background-image: none;
border-radius: 0px;
color: #ffffff !important;
text-decoration: none;
border: 4px double #fcfcfa;
box-shadow: none;
font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
font-size: 18px;
font-weight: 200;
  }
}

label {
  font-weight: bold;
}

/* end of omega-forms */

/* omega-visuals */

/* Pagers Positioning */
.item-list .pager {
  padding:0;
  margin: 0;
}

.item-list .pager li,
.item-list .pager ul li {
  margin: 0;
  padding: 0;
  float: left;
}

.item-list .pager {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-align: left;
}

.pager li a {
  display: inline-block;
}

.pager li.pager-ellipsis,
.pager li.pager-current,
.pager li a {
  padding:4px 8px;
  text-decoration: none;
}

.pager li.pager-current {
  padding:4px 8px;
  font-weight: bold;
}

.pager li.pager-first a,
.pager li.pager-previous a,
.pager li.pager-next a,
.pager li.pager-last a {
  width: 50px;
  text-align:center;
  padding: 4px 0;
}

.pager li.pager-next {
  position: absolute;
  top: 0;
  right: 50px;
}

.pager li.pager-last,
.pager li.pager-next.last {
  position: absolute;
  top: 0;
  right: 0;
  border-right: 0;
}

/* Pagers color */
.pager li.pager-ellipsis,
.pager li.pager-current,
.pager li a {
  color:#1a1a1a;
}

.pager li {
  border-right: 1px solid;
  border-color: #ddd #bbb #999;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
}

.pager li.pager-current {
  background: #ddd url(../images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a1a1a), color-stop(1, #5a5a5a));
  background: -moz-linear-gradient(top center, #1a1a1a 0%, #5a5a5a 100%);
  color: #FFF;
  outline: 0;
}

.pager li.pager-next {
  border-left: 1px solid;
  border-color: #ddd #bbb #999;
}

.pager li a {
  background: #ddd url(../images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  cursor: pointer;
}

.pager li a:hover {
  background:#FFF;
  color:#454545;
}

/* Add default border radius to list items & links */
.pager {
  background:#ebebeb;
  border:1px solid;
  border-color: #ddd #bbb #999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.pager li.first,
.pager li.first a,
.pager li.first a:hover {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}

.pager li.pager-last,
.pager li.pager-last a,
.pager li.pager-last a:hover {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}

table {
  border: 1px solid #e5e5e5;
  width: 100%;
}

thead th, th {
  background: #f7f7f7;
  border-bottom: 1px solid #ccc;
  color: #333;
}

td, th {
  padding: 4px 8px;
  vertical-align: middle;
}

th a, th a:link, th a:visited {
  text-decoration: none;
}

th a {
  display: block;
}

th a img {
  margin: 0 0 0 5px;
}

th.active {
  background: #DDD;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

/* Odd & Even Styles */
tr.even td {
  background: #F1F5FA;
}

tr.odd td {
  background: #fff;
}

td.active {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

tr.even td.active {
  background: #e5e9ed;
}

tr.odd td.active {
  background: #f2f2f2;
}

tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: #d7e9b9;
}

td ul.links {
  margin-bottom: 0;
}

.node-links ul li a,
.comment-links ul li a {
  text-transform: lowercase;
  display: block;
  float: left;
  text-decoration: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  margin: 0 0.5em 0.5em 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background: #ddd url(../images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 4px 10px 3px;
  text-shadow: #fff 0 1px 1px;
  width: auto;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px;
}

.node-links ul li a:hover,
.comment-links ul li a:hover {
  background: #FFF;
}

.tips,
.description {
  font-size: 10px;
  color: #6a6a6a;
}

/* end of omega-visuals */


/* omega-text */

body {
  font: 13px/1.5 Verdana, Helvetica, Arial, sans-serif;
}

a:link, a:visited {
  color: #00449F;
  text-decoration: none;
}

a:hover {
  color: #00449F;
  text-decoration: none;
}

a:active {
  color: #202124;
  text-decoration: none;
  color: #000;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #cccccc;
}

h1, h2, h3, h4, h5, h6 {
letter-spacing: -0.02em;
font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
text-transform: none;
line-height: 1.2;
font-weight: 300;
}

h1 {
  font-size: 28px;
  color: #002A64;
}

h2 {
font-size: 30px;
color: #06317c;
font-weight: 300;
}

/* Make site titles the same size if it's an H1 (home) or H2 (internal) */
h1.site-name,
h2.site-name {
  font-size: 36px;
  visibility:hidden;
}

/* Make it a bit smaller for block headers */
h2.block-title {
  font-size: 28px;
  margin: 0;  
}

h2.node-title {
  font-size: 28px;
}

h2 a {
color: #06317c;
font-weight: 300;
font-size: 28px;
}

h3 {
  font-size: 21px;
  color: #590604;

}

h4 {
  font-size: 19px;
  color: #333333;
}

h4 .field-content {
   font-size:15px;
	text-transform:none;	
}

h5 {
  font-size: 17px;
  color: #333333;

}

h6 {
  font-size: 15px;
  color: #333333;

}

ol {
  list-style: decimal;
}

ul {
  list-style: none;
  list-style:outside\9;
}

ul ul,
ol ol {
  padding-top: 0.5em;
}

.node ol,
.node ul {
  padding-left: 1.2em;
}

.node ul.inline,
.node ol.inline {
  padding-left: 0;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol,
ul, pre, table, address, fieldset {
  margin-bottom: 20px;
}

pre {
	display:block;
	overflow:auto;
	padding:10px;
	font-family:"Courier New", Courier, monospace;
	font-style:italic;
	border:solid 1px #cccccc;	
	clear:both;
	width:425;
}


dt, .admin h3 {
  font-size: 18px;
  margin: 0;
}

dd {
  padding-left: 10px;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 20px;
}

/* end of omega-text */

/* omega-menu */

.menu {
  margin: 0;
  padding: 0;
}

.menu li {
  list-style: none;  
}

/* end of omega-menu */

/* Overall Site css */

.pull-right {
	float: right;	
	margin-right: 20px;
}

.pull-left {
	float: left;
	margin-left: 20px;
	
}

.hidden {
	display: none;	
}

a.button {
	padding: 6px 30px 6px 10px;
	background-image: none;
	background-color: #06317c;
	border-radius: 0px;
	color: #ffffff !important;
	text-decoration: none;
	opacity: 1;
	border: none;
	box-shadow: none;
	font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
	font-size: 17px;
	font-weight: 200;
	padding:4px 10px;
	text-decoration:none;
}

.button:hover {
transition: opacity .2s ease-in-out 0s;
opacity: .8;
text-decoration: none;
}

.button:active {
	position:relative;
	top:1px;
}

.clearfix {
	clear:both;	
}

#zone-content-wrapper {
	width:100%;	
}

#zone-footer-wrapper {
	width:100%;	
}

#region-content ul {
	list-style:outside;
	margin-left:15px;
	
}

.twitter-link {
	background:url(../images/twitter.png) no-repeat;
	padding-left:30px;
	display:block;
	padding-bottom:15px;

	
}

.toolkit-link {
	background:url(../images/toolkit.png) no-repeat;
	padding-left:30px;
	display:block;
		padding-bottom:15px;

	
}

.resources-link {
	background:url(../images/resources.png) no-repeat;
	padding-left:30px;
	display:block;
		padding-bottom:15px;

	
}

.press-release-link {
	background:url(../images/press-release.png) no-repeat;
	padding-left:30px;
	display:block;
	padding-bottom:15px;

	
}

.blog-link {
	background:url("/sites/default/files/upload/TumblrIconBlue.png") no-repeat;
	padding-left:30px;
	padding-bottom:15px;
	display:block;
	
}

.state-offices-link {
	background:url(../images/state-offices.png) no-repeat;
	padding-left:30px;
	display:block;
		padding-bottom:15px;

	
}

.facebook-link {
	background:url(../images/facebook.png) no-repeat;
	padding-left:30px;
	display:block;
	padding-bottom:15px;

	
}

.youtube-link {
	background:url(../images/youtube.png) no-repeat;
	padding-left:30px;
	display:block;
		padding-bottom:15px;

	
}

 .newsroom-link {
	 background:url(../images/newsroom_blue_follow.png) no-repeat;
	padding-left:30px;
	display:block;
		padding-bottom:15px;
	 
 }
 
  .flickr-link {
	 background:url(../images/flikr_blue_follow.png) no-repeat;
	padding-left:30px;
	display:block;
		padding-bottom:15px;


	 
 }

a.twitter-link {
	text-decoration:none;
	color:#00449F;	
}

a.facebook-link {
	text-decoration:none;
	color:#00449F;	
}


a.youtube-link {
	text-decoration:none;
	color:#00449F;	
}


a.toolkit-link {
	text-decoration:none;
color:#00449F;
}


a.resources-link {
	text-decoration:none;
color:#00449F;
}


a.press-release-link {
	text-decoration:none;
color:#00449F;}


a.blog-link {
	text-decoration:none;
color:#00449F;
}

a.state-offices-link {
	text-decoration:none;
color:#00449F;
}



/* Zone User Wrapper*/

.zone-user-wrapper {
    display: block;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 10px 0;
}

#block-menu-menu-utility ul.menu {
	float:right;
	width:100%;		
}

#block-menu-menu-utility ul.menu li {
	display:inline;	
}

#block-menu-menu-utility a {
	text-decoration:none;
	color:#333;	
}

/* End Zone User Wrapper*/

/* Branding */

.branding-data {
	visibility:hidden;
}


/* for chrome  */
@media screen and (-webkit-min-device-pixel-ratio:0) {  


#region-branding-third {
height: 70px;
margin-top: -75px;
top: 0px;

}

}

#region-branding-third {
margin-top: 0px;
position: absolute;
right: 10px;
top: 46px;
}

#zone-branding-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: auto;
    margin-bottom: 10px;
    margin-top: 0;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {  

#zone-branding-wrapper {
height: 110px;
background: none;
margin-top: 0px;
margin-bottom: 0px;
}

}








/* end branding */


/* Story Buttons */

.story-button {
background: rgb(255,255,255); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */

	display: inline-block;
	float:left;
	border: solid 1px #DEDEDE;
	padding: 10px 5px 5px;
	margin-bottom: 30px;
	margin-right: 20px;	
	width: 150px;
}


.story-boxes {
	text-align:center;
	margin-top:100px;
	margin-bottom:0px;	
	margin-right:-205px;
	margin-right:-19px\9;  /* For IE8 */
	*margin-right:-15px;   /* For IE7 */
}

:root .story-boxes {  /* For IE9 */
	margin-right:-215px\9;	
}

/* For Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {  

.story-boxes {
	text-align:center;
	margin-top:80px;	
}
}

.story-title {
	font:"ITC Franklin Gothic Heavy", Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-weight: bold;	
	line-height: 1;
	color:#000;
	padding:10px 20px;

}

.story-subtitle {
	font: "Rockwell", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#000;
	margin-left:0px;
	padding:10px 10px;
		*padding:10px 5px;





}

.story-button br {
	display:block;	
}

.arrow {
	background: url(../images/gray-arrow.png) no-repeat 0 0 transparent;
	padding:10px 0 0 10px;
	float:right;
	margin-bottom:-50px;
	margin-top:-8px;
	margin-top:-12px\9; /* ie9*/
		*margin-top:-28px;  /* IE8 Compatability and Below */
	}
	
	li.story-button a:hover .arrow {
		background:	url(../images/green-arrow.png) no-repeat 0 0 transparent;
	}
	
	li.story-button a:link {
		text-decoration:none;
		color:#666666;	
		margin-left:0px;
	}
	
	
	
	
	
	
/* om maxi menu */

/* Maximenu Fix for IE7 */

#section-header #zone-menu-wrapper > div {
	*position:absolute;
	*z-index:1000;
	*margin-left:10px;	
}






.om-maximenu-middle-right .block-boxes  {
margin-top:10px;
margin-right:20px;
float:left;
display:inline;

}

.om-maximenu-middle-right .block-views  {
float:left;
margin-right:20px;
margin-top:10px;
display:inline;
}

#om-menu-main-navigation-ul-wrapper ul li.om-leaf a.om-link {
	font-size:16px;	
}



li a.active {
	color:#bc1611;	
}

#om-maximenu-main-navigation li a.active {
	color:#ffffff;	
}

#om-maximenu-main-navigation li a.active:hover, #om-maximenu-main-navigation li a:hover {
	color:#06317c !important;	
}

#om-menu-main-navigation li:hover .om-maximenu-content {
	display:block;	
}


.om-maximenu-content {
	margin-top:10px;
		
	}
	
	.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf .om-link {
		padding-left: 21px;
		padding-right: 21px;
	}
	
	#zone-menu-wrapper.fixed2 #om-menu-main-navigation-ul-wrapper ul li.om-leaf a.om-link {
    font-size: 16px;
    font-weight: 300; 
}

#zone-menu-wrapper.fixed2 .om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf .om-link {
    padding-left: 21px;
    padding-right: 21px;
}


	li.om-leaf:hover {
		background:#ffffff;
		color:#000000;	
	}
	
	li.om-leaf:hover a {
		background:#ffffff;
		color:#000000;	
	}
	
	li.om-leaf:hover .menu-links a {
		background:transparent;	
	}
	

	a.link-about-cncs {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
 a.link-newsroom {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
 a.link-programs {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
 a.link-focus-areas {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
 a.link-special-initiatives {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
   a.link-knowledge-networks {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
  a.link-national-service-blog {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
	
	
.om-maximenu .om-maximenu-middle {
		width:950px;
		border-left:#e5e5e5 solid 1px;
		border-right:#e5e5e5 solid 1px;
		border-bottom: 3px solid #bc1611;;
		background: #ffffff; /* Old browsers */


}

#zone-menu-wrapper.fixed2 .om-maximenu ul.om-menu li.om-leaf .om-link {
    height: 24px;
    line-height: 23px;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.om-maximenu-middle-right h3.title {
	display:none;	
}
	

.om-maximenu-middle-right h3 {
		margin-bottom:0px;	
	}
	
	.om-maximenu .om-maximenu-open {
		display:none;	
	}
	
	
li.leaf-about-cncs .om-maximenu-content .om-maximenu-middle {
		height:auto;
		margin-left:50px;	
		margin-left:50px\9;
		padding-bottom:0px;
		padding-bottom:10px\9;

	}
	
li.leaf-newsroom .om-maximenu-content .om-maximenu-middle {
	margin-left:-56px;
	margin-left:-62px\9;	
	height:auto;	

	}
	
	/* Chrome */
@media (-webkit-min-device-pixel-ratio: 0) {
	li.leaf-newsroom .om-maximenu-content .om-maximenu-middle {
	margin-left:-57px;	
	height:auto;	

	}
}

	


	li.leaf-programs .om-maximenu-content .om-maximenu-middle {
	margin-left:-150px;	
	margin-left:-165px\9;	

	}
	
	/* Chrome */
@media (-webkit-min-device-pixel-ratio: 0) {
	li.leaf-programs .om-maximenu-content .om-maximenu-middle {
	margin-left:-149px;	
	}
}
	
	li.leaf-focus-areas .om-maximenu-content .om-maximenu-middle {
	margin-left:-237px;	
	margin-left:-245px\9;
	height:auto;
	padding-bottom:20px;
	}
	
	/* Chrome */
@media (-webkit-min-device-pixel-ratio: 0) {
	li.leaf-focus-areas .om-maximenu-content .om-maximenu-middle {
	margin-left:-235px;	
	height:auto;
	}
}
	
	li.leaf-special-initiatives .om-maximenu-content .om-maximenu-middle {
	margin-left:-341px;	
	margin-left:-354px\9;	

	}
	
	/* Chrome */
@media (-webkit-min-device-pixel-ratio: 0) {
	li.leaf-special-initiatives .om-maximenu-content .om-maximenu-middle {
	margin-left:-338px;	
	}
}
	
	li.leaf-national-service-blog .om-maximenu-content .om-maximenu-middle {
	margin-left:-485px;
	margin-left:-500px\9;
	padding-bottom:10px\9;	
	
	}
	
	/* Chrome */
@media (-webkit-min-device-pixel-ratio: 0) {
	li.leaf-national-service-blog .om-maximenu-content .om-maximenu-middle {
	margin-left:-483px;	
	}
}



	
.om-maximenu ul.om-menu {
	width:980px;	
}

.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf {
	 font-size:inherit;
	 font-size:13px\9;
	 clear:none;
	 float:left; 
}
	
.om-maximenu-middle a {
		text-decoration:none;
		color:#666666;		
	}
	
	.om-maximenu ul.om-menu li.om-leaf .om-link {
		padding:10px 0 10px 20px;	
		border-left: 1px solid #2E5CAD;
		border-right: 1px solid #081534;
	}
	
	.om-maximenu ul.om-menu li.om-leaf .om-link.link-about-cncs{
	border-right: 1px solid #2E5CAD;
	}

	
	.views-field-field-description-text .field-content .field-content {
		color:#000;	
		font-size:14px;
		font-weight:bold;
	}
	
	.views-field-field-caption .field-content {
		width:180px;
		height:20px;
		font-weight:bold;
		font-size:11px;	
	}
	
	.view-header {
	color: #000;	
	font-size:14px;
	font-weight:normal;
	}
	
	.boxes-box-content h5 {
	margin-left:20px;
	margin-bottom:-5px;	
	}
	
	
	

.newsroom-links {
		margin-left:250px;	
	}
	

	
	
	.menu-blogs-title {
		margin-top:-120px;
		margin-left:200px;	
	}
	
	.menu-blogs-title .field-content a {
		display:none;	
	}
	
	.menu-blogs-title .item-list h3 {
		font-size:14px;
		line-height:1;	
	}
	
	



	
	
	
	
/* end om maxi menu */




/* Zone Menu Wrapper*/

 
 .zone-menu-wrapper {
    background: none repeat scroll 0 0 #06317C;
    height: 50px;
    margin-bottom: 0;
    padding: 0;
}
 
 /* Header Fix for IE9 */

:root #zone-menu-wrapper {
	margin-top:0px\9;	
}
 
 /* For Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {  
 .zone-menu-wrapper {
padding: 0 0 10px;
margin-bottom:0px;

height:40px;

 }
}
 
 .om-menu-ul-wrapper {
	 width:900px; 
 }
 
  .block-mobile-nav-toggle {
	background:url("../images/social-header_BUTTON.png") no-repeat;
	width:100px;
	height:32px;
	margin-right:-100px;
	margin-top:-2px;
	margin-bottom:-50px;
	float:right;
	display:none;
}
 
 a.link-about-cncs {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
 a.link-newsroom {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
 a.link-programs {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
 a.link-focus-areas {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
 a.link-special-initiatives {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
   a.link-knowledge-networks {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
  a.link-national-service-blog {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
 .search-bar {
	margin-top: -100px; 
 }
 
 .block-search-form {
	float: right;
	margin-top:0px;
	
 }
 
 #edit-actions input.form-submit {
	 display:block; 
	 float:right;
	 margin-right:10px;
	 	display:inline\9; /* for IE9 and below */
		margin-right:15px\9;
 }
 
  /* For Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {  
  #edit-actions input.form-submit {
	 display:block; 
	  float:right;
	 margin-right:15px;
 }
}
 
 #edit-search-block-form--2 {
	 margin-right:0px;
	 float:left;
	 background:none;
	 
 }
 
 ul li.leaf {
	 list-style-image: none;
	 list-style-type: none;	
	 line-height:1.5; 
	 margin-top:5px;
	 margin-bottom:8px;
 }
 
 .om-maximenu ul.om-menu {
	 color:#FFF; 
	 margin-top: 0px;
 }
 
  #region-menu-social {
	background-color:transparent;
	width:auto;
	z-index:1;	
}

#boxes-box-header_social_media {
	position:absolute;
	left:30px;
	top:12px;
	}
 
 
.social-header {
	margin-top:	0px;
	display:block;
	width:82%;

}

.social-header ul {
	visibility:visible;
	margin-top:0px;	
}


.block-boxes-social-nav-toggle {
	display:none;
}

 
a.sprite {
	background: url(../images/zone_menu_social_sprites.png) no-repeat;	
	margin-right:-20px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
 }
 
 a.facebook {
	 background-position: 0 0px;
	 
 }
 
a.twitter {
	 background-position: 0 -30px;
	 
 }
 
a.youtube {
	 background-position: 0 -60px;
	 
 }
 
a.email {
	 background-position: 0 -90px;
	 
 }
 
  a.facebook:hover {
	 background-position: 0 -120px;
	 
 }
 
a.twitter:hover {
	 background-position: 0 -150px;
	 
 }
 
a.youtube:hover {
	 background-position: 0 -180px;
	 
 }
 
a.email:hover {
	 background-position: 0 -210px;
	 
 }
 
 /* end zone menu wrapper */
 
 /* breaking news */
 
 #block-views-breaking-news-block-1 {
	 background: rgb(204,0,0); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OTA5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(204,0,0,1) 0%, rgba(137,9,0,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,0,0,1)), color-stop(100%,rgba(137,9,0,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(137,9,0,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(137,9,0,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(137,9,0,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(204,0,0,1) 0%,rgba(137,9,0,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#890900',GradientType=0 ); /* IE6-8 */

padding:10px;
	 
 }
 
 .breaking-news .breaking-news-header {
	 float:left;
	 height:35px;
	 margin:-10px 20px 0 0;
	 width:200px;
	 color:#ffffff;
	 
 }
 
 .breaking-news .headline a {
	 color:#E8E8E8;
	 float:left;
	 font-size:15px;
	 overflow:hidden;
	 width:65%;	 
	 margin-top:-15px;
	 margin-left:0px;

 }
 
 .breaking-news span.read-more {
	position: absolute;
	right:20px;
	padding: 5px 20px 10px 5px; 
	margin-top:-12px;
 }
 
 .breaking-news {
	border: none; 
	margin: 10px 0 0 20px;
 }
 
 
 /* Homepage Feature Well FlexSlider */
 
 #flexslider-1 {
	margin:-20px 0 60px 0; 
 }

.homepage-feature-well .flexslider .slides img {
	width:100%;
	height:auto;
	display:block;	
}

.homepage-feature-well .flex-control-paging li a.flex-active {
	background: none repeat scroll 0 0 #ea1e12;
	cursor: default;
}

.homepage-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing span.field-content p, 
.homepage-feature-well #flexslider-1 li .views-field-nothing span.field-content p,
.landing-page-feature-well #flexslider-1 li .views-field-nothing span.field-content p {
	line-height:1;
	margin-bottom:10px;
	
}

.homepage-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing span.field-content,
.homepage-feature-well #flexslider-1 li .views-field-nothing span.field-content {
	font-size:28px;
	width:300px;
	font-weight:bold;
	margin-top:0px;
	
}

.homepage-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing .read_more a,
.homepage-feature-well #flexslider-1 li .views-field-nothing .read_more a {
	
	
}

.homepage-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing .read_more a:hover,
.homepage-feature-well #flexslider-1 li .views-field-nothing .read_more a:hover {
	
}

.landing-page-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing {
margin-left: 55px;
position: absolute;
text-align: left;
width: 225px;
height: 300px;
padding: 0px;
margin-top: 0px;
top: 24px;
}

.landing-page-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing span.field-content a.feature-title, .landing-page-feature-well #flexslider-1 li .views-field-nothing span.field-content a.feature-title {
text-decoration: none;
font-size: 20px;
font-family: 'Oswald', 'Oswald-Reg', times new roman,serif;
font-weight: 300;
line-height: 25px;
}


.landing-page-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing .feature-body, .landing-page-feature-well #flexslider-1 li .views-field-nothing .feature-body {
width: 100%;
font-size: 14px;
font-weight: normal;
overflow: hidden;
height: auto;
display: block;
font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
margin: 10px 0px 10px;
line-height: 16px;
margin: 10px 0px 10px;
padding-top: 5px; 
}
 


.landing-page-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing .read_more_hero a, .landing-page-feature-well #flexslider-1 li .views-field-nothing .read_more_hero a {
background: url("../images/blue-arrow-read-more.png") no-repeat scroll 90px 12px rgba(0, 0, 0, 0);
display: inline-block;
font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
font-size: 20px;
font-weight: 300;
padding-right: 15px;
}


.flex-control-nav {
position: absolute;
bottom: 3px;
width: 100%;
text-align: center;
z-index: 95;
left: 0px;
}




/* end FlexSlider */

 
 
 
 /* Image Rotator Block */
 
 .view-home-page-feature-rotator {
	width:auto; 
 }
 
 #home-top-read-more a {
	box-shadow:none;
	background-color:#1a3b7d;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px 10px;
	text-decoration:none;
	margin-left:15px\9; /* ie8 and below */
}

.home-rotator-photo img {
	height:100%;
	width:100%;	
}

.view-home-page-feature-rotator {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-top:-20px;	
}

#home-top-read-more {
	margin:15px 0 15px 140px;	
	margin:25px 0 15px 140px\9;	

}

#home-top-read-more a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #1a3b7d) );
	background:-moz-linear-gradient( center top, #5475AC 5%, #1a3b7d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5475AC', endColorstr='#1a3b7d');
	background-color:#5475AC;
}

#home-top-read-more a:active {
	position:relative;
	top:1px;
}
 
 .home-rotator-text-block {
	 margin-top: -290px;
	 margin-top:-295px\9; /* ie9 and below */
	 background-image:url(../images/bg-home-rotator-text.png);
	 position:	relative;
	 opacity: .85;
	 margin-left:50px;
	 height:270px;
	 text-align:center;
	 width:400px;
	 padding:10px 0;
	 
 }

 /* For Chrome */
 
 @media (-webkit-min-device-pixel-ratio: 0) { 
 .home-rotator-text-block {
	 margin-top:-300px;
 }
 }
 
 .home-top-intro {
	font-family:"Franklin Gothic", Arial, Helvetica, Sans-Serif;
	font-style:normal;
	font-size: 15px;
	color:#000;
 }
 
 .home-top-intro h2 a {
	text-decoration:none;
	font-size:30px;
	font-weight:bold;
	color:#002A64; 
 }
 
 /* For Chrome */
 @media (-webkit-min-device-pixel-ratio: 0) {
	  .home-top-intro h2 a {
	text-decoration:none;
	font-size:30px;
	font-weight:600;
	color:#002A64; 
 }
 }
 

 
 #home-rotator {
	 margin-top:0px; 
	 border:none;
 }
 
   /* For Chrome */
 @media (-webkit-min-device-pixel-ratio: 0) {
 #home-rotator {
	 border:none;
	 z-index:2;
	 margin-left:-10px;
	 
 }
 }
 
 .home-rotator-slide {
	 margin-left:0px;
	 margin-top:0px; 
	 margin-top:20px\9; /* IE8 and below */
	 position:relative;
 }
 
 #home-top-numbers li a:link {
	 background:url(../images/HomeTopNumbers_sprite.png) no-repeat;
	 background-position:0 0px;
	 padding:0 8px;
	 
 }
 
 #home-top-numbers li a:hover {
	 background:url(../images/HomeTopNumbers_sprite.png) no-repeat;
	 background-position:0 -25px;
	 padding:0 8px;
	 
 }
 
  #home-top-numbers li a.activeSlide {
	 background:url(../images/HomeTopNumbers_sprite.png) no-repeat;
	 background-position:0 -25px;
	 padding:0 8px;
	 
 }
 
 #home-top-numbers {
	 margin-top:53px;
	 background-color:transparent;
	 margin-left:0px;
	 width:auto;
	 padding-top:0px;
	 opacity:1.0; 
 }
 
 #home-top-numbers li a {
	 color:transparent; 
	 filter:alpha(opacity=0); /* for IE6+ */
 }
 
 
 
  /* end Image Rotator Block */


 /* front page services */
 
 #services-carousel {
	background: rgb(230,230,230); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

padding: 10px 105px 10px 10px; 

width:100%;
 }
 
.front .view-id-services .view-header h2 {
	 font-size:28px; 
 }
 
  #block-views-services-block-1 {
	margin:10px 0 0;
	padding:0; 
 }
 
 #block-views-services-block-1 #home-services-for-you {
	padding: 0px; 
 }
 
 #home-services-for-you li.entry {
	 background: rgb(255,255,255); /* Old browsers */
        box-shadow:  none;
		
padding:12px 10px 0 12px;
text-align:center;
	 
 }
 
 .view-id-services .photo {
	 margin:0 10px 10px 5px; 
 }
 

 
 #services-previous {
	background: url(../images/previous.png) no-repeat; 
	margin-top: 20px;
	padding-bottom: 20px;
 }
 
 #services-next {
	background: url(../images/next.png) no-repeat; 
	margin-top: 20px;
	padding-bottom:20px;
	padding-right:28px;
	margin-right:-30px;
 }
 
 .nav-button a {
	visibility: hidden; 
 }
 
 
 .view-id-services .view-content h4 a {
	 line-height:1; 
 }


 /* end front page services */
 
 
 /* Topics of Interest Blocks */
 
 .view-nodequeue-topics-of-interest .view-content .item-list ul li.views-row-1  {
	 width:40%;
	 float:left;
	 background: rgb(238,238,238); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
padding: 20px;
margin-left:0px;
	  
 }
 
  .view-nodequeue-topics-of-interest .view-content .item-list ul li.views-row-2  {
	 width:40%;
	 float:left;
	 background: rgb(238,238,238); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
padding: 20px;
margin-left:20px;
	  
 }
 
 #block-panels-mini-photo-showcase-node-homepage-two-columns {
	 margin-top:-20px; 
 }
 
 #block-panels-mini-photo-showcase-node-homepage-two-columns h2 {
	 font-size:28px;
 }
 
 .pane-nodequeue-topics-of-interest .views-field-field-thumbnail-image img .views-field-field-thumbnail-image img {
	 width:100%;
	 height:auto; 
 }
 
 .view-nodequeue-topics-of-interest span a {
	 color:#590604;
	 text-decoration:none;
	 font-size:16px;
	 font-weight:bold;
	  
 }
 
 
 
 
 
 
 /* end Topics of Interest Blocks */

 
 /* National Service In Your State block */
 
 .block-national-service-in-your-state {
	 display:block;
	background: rgb(238,238,238); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

padding: 20px;
margin-bottom: 50px;
*height:100%; /* IE7 */


	 
 }
 
 #block-boxes-national-service-in-your-state h2 {
	font-size:22px; 
	width:300px;
 }
 
.front #block-boxes-national-service-in-your-state p.map img {
	margin-top: -100px;
	margin-right:-20px;
	width:100%; 
 }
 
  #boxes-box-national_service_in_your_state p {
	font-size:16px;
	color:#666666;
	width:50%;
 
 }
 
 
 /* end National Service In Your State block */
 
 
  /* Find a volunteer opportunity block */
 
 .block-find-a-volunteer-opportunity {
	 display:block;
	background: rgb(238,238,238); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

padding: 20px;
margin-bottom: 50px;
*height:100%; /* IE7 */


	 
 }
 
 #boxes-box-find_a_volunteer_opportunity p {
	font-size:16px;
	color:#666666; 
 }
 
 .front #block-panels-mini-find-a-volunteer-opportunity .pane-all-for-good-search-all-for-good-search-block input[type="text"] {
	width:300px; 
 }
 
 .region-content-bottom-inner #mini-panel-find_a_volunteer_opportunity .panel-col-last #boxes-box-all_for_good_logo img, 
  #region-sidebar-right #mini-panel-find_a_volunteer_opportunity .panel-col-first #boxes-box-all_for_good_logo img {
	 display:none; 
 }
 
#region-sidebar-right #block-panels-mini-find-a-volunteer-opportunity .panel-col-last #boxes-box-all_for_good_logo img {
	  width:171px;
	 height:14px; 
	 max-height:none;
 }
 
 
 
 
  /* end Find a volunteer opportunity block */
  
  
 /* from our ceo block */
 
 .block-from-our-ceo-two-column {
	background: rgb(238,238,238); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

padding: 20px;


	 
 }
 
#boxes-box-from_our_ceo_two_column .boxes-box-content div {
	width:40%;	
	margin-left:20px;
}

#region-sidebar-right #boxes-box-from_our_ceo_two_column .boxes-box-content div {
	width:100%;	
}
 
 
 
 #block-boxes-from-our-ceo-two-column h2 {
	 font-size:22px; 
	 width:100%;
	 margin-left:0px;


 }
 
  #boxes-box-from_our_ceo_two_column p {
	font-size:16px;
	color:#666666; 
	width:100%;
	margin-left:-20px;
 }
 
  #boxes-box-from_our_ceo_two_column img {
	  width:100%;
	  height:auto;
 }
 
 
 
/* end from our ceo block */

 
/* dynamic news sidebar */

.front #region-sidebar-right {
	background-color:#ffffff;
	width:220px;
	margin-left:-20px;
	margin-top:0px;
	padding:10px;
	float:left;
     box-shadow: none;
	 border:solid 1px #e5e5e5; /* for IE not rendering box shadow */
	 position:relative;
	 top:0px;
}

.block-press-releases-block-1 {
	margin-bottom:30px;
	border-bottom:solid 1px #e5e5e5;
	padding-bottom:20px;
	
}

.block-blogs-block-1 {
	margin-bottom:30px;
	border-bottom:solid 1px #e5e5e5;
	padding-bottom:20px;
	
}

h4.field-content a {
	font-size:13px;
	text-transform:none;
	line-height:1;
	font-weight:normal;
	
}

.front .view-id-blogs .field-content a {
	font-size:13px;	
		font-weight:normal;

}



.front .views-field-field-blog-teaser, 
.front .tweets-pulled-listing .tweet-author a, 
.front .tweets-pulled-listing .tweet-text {
	font-size:12px;	
}

ul.tweets-pulled-listing li {
	margin-bottom:30px;
	
}

.tweet-authorphoto {
	visibility:hidden;	
}

div.tweets-pulled-listing div.tweet-authorphoto {
	margin:0;	
}

div.tweets-pulled-listing div.tweet-authorphoto img {
	max-height:0px;
	max-width:0px;	
}

h4.field-content {
	line-height:1;	
}

h4.views-field-title {
	line-height:1;
}

.views-field-field-blog-teaser {
	margin:-20px 0px 20px 0px;	
}



/* end dynamic news sidebar */

/* Resources buttons */

.resource-button {
 background: #5a6f9e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhNmY5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTI2NTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #5a6f9e 0%, #092658 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a6f9e), color-stop(100%,#092658)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5a6f9e 0%,#092658 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5a6f9e 0%,#092658 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #5a6f9e 0%,#092658 100%); /* IE10+ */
background: linear-gradient(to bottom, #5a6f9e 0%,#092658 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a6f9e', endColorstr='#092658',GradientType=0 ); /* IE6-8 */ 

	display: block;
	border: solid 1px #DEDEDE;
	padding: 20px 10px 10px;
	margin-bottom: 30px;
	margin-right: 0px;	
	width: 270px;
	float:left;
	clear:none;
}

.resource-boxes {
	margin-top:20px;
	margin-left:-20px;
	margin-bottom: -20px;
}



.resource-title a {
	font: "Rockwell", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color:#FFFFFF;
	text-decoration:none;
	padding:20px 40px;
		margin-left:0px\9;
		padding:0px\9;
		font-size:14px\9;
		*margin-left:15px;


}



.funding-opps .resource-title a{ /* ie9 and below */
	margin-left:60px\9;
}

.arrow-resource {
	background: url(../images/green-arrow.png) no-repeat 0 0 transparent;
	padding:10px 0 0 10px;
	float:right;
	margin-bottom:-50px;
	margin-top:-23px;
	} 
	
.resource-title {
	 margin-top:-25px;
	 margin-bottom:5px; 
 }
 
  .egrants {
	 background:url(../images/egrant_img.png) no-repeat;
	 padding: 0 0 12px 0;
	 margin-left:20px;
	 margin-top:-10px; 
 }
 
 .funding-opps {
	 background:url(../images/fundingopps_img.png) no-repeat;
	 padding: 6px 10px;
	 margin-left:10px; 
	 margin-top:-10px; 

 }
 
 .system-operating-status {
	 background:url(../images/systemopstatus_img.png) no-repeat;
	 padding: 0 0 12px 0;
	 margin-top:-10px; 
	 margin-left:0px;

 }
 
 
 


 
 /* Footer */
 
  #block-boxes-footer-social-media {
	width:100%; 
	margin:50px auto;
 }
 
 #zone-social {
	 margin-top:20px\9; 
 }
 
 #boxes-box-footer_social_media ul li {
	 display:inline; 
 }
 
a.footer-sprite {
	background: url(../images/footer_social_sprites.png) no-repeat;	
	margin-right: 20px; 
	margin-bottom: 20px;
	padding:27px;
 }
 
a.facebook-footer {
	 background-position: 0 0px;
	 
 }
 
a.twitter-footer {
	 background-position: 0 -54px;
	 
 }
 
a.youtube-footer {
	 background-position: 0 -109px;
	 
 }
 
a.email-footer {
	 background-position: 0 -164px;
	 
 }
 
 a:hover.facebook-footer {
	 background-position: 0 -219px;
	 
 }
 
a:hover.twitter-footer {
	 background-position: 0 -274px;
	 
 }
 
a:hover.youtube-footer {
	 background-position: 0 -329px;
	 
 }
 
a:hover.email-footer {
	 background-position: 0 -384px;
	 
 }
 
 .zone-footer-wrapper {
	 background-color:#ededed;
	 padding-top:20px;
}

 .zone-footer-wrapper a{
text-decoration: none;
color: #3b5998;
font-weight: normal;
}
 
 
 .footer-list {
	width: 180px;
	margin-top:0px; 
 }
 
 #region-footer-first {
	 margin-right:50px; 
 }
 
 .block-menu-footer-programs {
	margin-left: 200px;
	margin-top:	-135px; 
 }
 
 .block-menu-menu-footer-utility {
	margin-top: -140px; 
	float: right;
 }
 
 .bold {
	 font-weight:bold;
	 font-size:12px; 
 }
 
 #boxes-box-footer_site_map_external {
	 float:right; 
 }
 

 
 /* Landing Pages: Left Nav */
 
 .block-menu-block h2.block-title {
	 display:block; 
	 padding: 5px 10px 10px;
	 background-color: #06317c;
	 color: #ffffff;
 }
 
 #region-sidebar-left {
	 display:block; 
	 height:auto;
	 min-height: 0;
	 margin: 0px;
	 padding: 0px 0px 10px 0;
	 background-color: #f5f4f4;
	 width: 20%;
	margin-right: 30px; 
	margin-left: 10px;
 }
 
 ul.menu li {
margin: 0px;
padding: 10px 20px;
}
 
 .region-sidebar-left a {
	 color:#06317c;
	 text-decoration:none; 
 }
  
ul li.expanded {
	list-style:none;	
}

a .first-level {
	margin-left:0px;
	
}

a .second-level {
	margin-left:20px;
	font-weight:400;
	
}

a .third-level {
	margin-left:50px;
	
}

a .fourth-level {
	margin-left:70px;
	
}



.menu-block-wrapper ul li.leaf a, .menu-block-wrapper ul li a {
font-weight:normal;	
font-size:14px;	
}

.menu-block-wrapper ul li.expanded a.active-trail {
font-size: 14px;
font-weight: normal;
}

.menu-block-wrapper ul li a.active, .menu-block-wrapper ul li.expanded a.active-trail.active {
color: #bc1611;
}

.menu-block-wrapper ul li.expanded {
padding: 10px 20px;
background-color: #e9e6e6;
margin-left: 0px;
}

.menu-block-wrapper ul li.expanded ul.menu {
margin-left: 15px;
}

 .menu-block-wrapper ul li.expanded ul.menu li {
 padding: 5px 0px;
 }
 
 .menu-block-wrapper ul li.expanded ul.menu li.last {
padding: 5px 10px 0px 0px;
}

.menu-block-wrapper ul li.expanded ul.menu a {
font-weight: normal;
font-size: 12px;
}

.menu-block-wrapper ul li.expanded ul.menu ul.menu a {
font-weight: normal;
font-size: 12px;
}

ul li.collapsed {
list-style-image: url("../images/blue-arrow-small.png");
list-style-type: disc;
margin-left: 20px;
padding-left: 0px;
}

.menu-block-wrapper ul li.expanded  ul li.collapsed {
margin-left: 0px;
}
 

  /* end Landing Pages: Left Nav */
  
  
  
  /* Breadcrumb */
  
  #breadcrumb {
background: none;
padding: 5px 0 0 5px;
margin-bottom: 10px;
margin-top: 0px;
	margin-top:0px\9; /* ie8 and below */
  }
  
  /* For Chrome */
 @media (-webkit-min-device-pixel-ratio: 0) { 
   #breadcrumb {
	background: none;
padding: 5px 0 0 5px;
margin-bottom: 10px;
margin-top: 0px;
  }
 }
  
  #breadcrumb a {
text-decoration:none;
color:#06317c;
  }


  /* end Breadcrumb */
  
  

  
  
  /* Sidebar Right Blocks */
  
#region-sidebar-right {
	width:210px;
	background-color:#ffffff;
	margin-right:-20px;
	padding:0 0 0 10px;
	border-left:solid 1px #e5e5e5;
	border-top:none;
}

  
#region-sidebar-right h2 {
	  font-size:22px;
	  line-height:1.2;
	  width:190px;
	   
  }
  
   .not-front #region-sidebar-right h2 {
	  font-size:22px;
	  line-height:1.2;
	  margin-bottom:20px;
	  width:100%;
	   
  }
  
 
   
.not-front #region-sidebar-right p {
	  font-size:13px;
	  width:95%;
	  margin-bottom:10px;
	  color:#000;


	   
  }
  
  
 .not-front #region-sidebar-right p.map img {
	display:block;
  }
  
  .not-front #block-boxes-find-a-volunteer-opportunity p {
	  display:none;  
  }
  
  #region-sidebar-right #block-views-sidebar-block {
background: #f5f4f4;
	padding:20px 0px 5px 20px;
	text-align:left;
	margin-bottom:30px;  
		width:95%;

  }
  
  .not-front #region-sidebar-right section {
background: #f5f4f4;
	padding:20px 0px 5px 20px;
	text-align:left;
	margin-bottom:20px;  
		width:95%;

  }
  
  
  
  
   #region-sidebar-right #block-views-sidebar-block p {
	   color:#666666; 
	   width:95%;  
	   margin-bottom:0px;
   }
   
   #region-sidebar-right #block-views-sidebar-block li {
	width:95%;   
   }
   
    #region-sidebar-right .panel-2col .panel-col-last,
   #region-sidebar-right .panel-2col .panel-col-first {
	   float:none;
	   width:95%;   
   }
   
   #region-sidebar-right .pane-get-involved-search-get-involved-search-block .form-item-radius {
	   display:none;
	   
   }
  
  #region-sidebar-right input.form-text {
	   width:100%;
	   
   }
   
  
  
  /* end Sidebar Right Blocks */
  
  /* Follow AmeriCorps content block */
  
  #block-boxes-follow-americorps {
	margin-top:50px;  
  }
  
  
  #block-boxes-follow-americorps h2 {
	  font-size:24px;
	  color:#590604; 
  }
  
   #block-boxes-follow-americorps p {
	  font-size:14px;
	  color:#666; 
  }
  
  #boxes-box-follow_americorps ul {
	  margin-top:-20px; 
	  width:25%; 
  }
  
 #boxes-box-follow_americorps li {
	 margin-top:20px;
	 color:#333;
	 font-size:12px;
	 list-style:none; 
 }
 
 #boxes-box-follow_americorps li img {
	 padding-right:10px; 
 }
 
 ul.first-list {
	 margin-left:0px; 
 }
 
  ul.second-list, ul-third-list {
	 margin-left:inherit; 
 }
 
 #region-content section.block-nodeblock ul.first-list, 
 #region-content section.block-nodeblock ul.second-list, 
 #region-content section.block-nodeblock ul.third-list {
	 width:22%; 
	 margin-right:20px;
	 margin-left:0px;
	 font-size:11px;

 }
 
 #boxes-box-follow_americorps a {
	text-decoration:none;
	padding-left:35px; 
 }
 
   #boxes-box-follow_americorps a.follow_ac_facebook {
	 background:url(../images/follow_ac_sprites.png) no-repeat 0 0;
	 padding-bottom:8px;
	 	 display:block;
		 height:20px;

	 
 }
 
 #boxes-box-follow_americorps a.follow_ac_twitter {
	 background:url(../images/follow_ac_sprites.png) no-repeat 0 -28px;
	 padding-bottom:8px;
	 	 display:block;
		 		 height:20px;


	 
 }
 
 #boxes-box-follow_americorps a.follow_ac_youtube {
	 background:url(../images/follow_ac_sprites.png) no-repeat 0 -58px;
	 padding-bottom:8px;
	 	 display:block;
		 		 height:20px;


	 
 }
 
 #boxes-box-follow_americorps a.follow_ac_flickr {
	 background:url(../images/follow_ac_sprites.png) no-repeat 0 -88px;
	 padding-bottom:8px;
	 	 display:block;
		 		 height:20px;


	 
 }
 
 #boxes-box-follow_americorps a.follow_ac_blog {
	 background:url(../images/follow_ac_sprites.png) no-repeat 0 -118px;
	 padding-bottom:8px;
	 	 display:block;
		 		 height:20px;


	 
 }
 
  #boxes-box-follow_americorps a.follow_ac_newsroom {
	 background:url(../images/follow_ac_sprites.png) no-repeat 0 -148px;
	 padding-bottom:8px;
	 display:block;
	 		 height:20px;

	 
 }
 
  #boxes-box-follow_americorps .second-list {
	 clear:none;
	 margin-left:20px; 
 }
 
  #boxes-box-follow_americorps .third-list {
	 clear:none;
	 margin-left:15px;
	 margin-top:-60px; 
 }
 
 /* end Follow AmeriCorps content block */
 
 /* Find a Volunteer Opportunity content block */
 
 .not-front #region-sidebar-right #boxes-box-find_a_volunteer_opportunity p {
	 display:none; 
 }
 
 

 
  #all-for-good-search-custom-search-form {
	margin-left:0px; 
	margin-top:15px\9;
 }
 
  #all-for-good-search-custom-search-form #edit-submit {
	  width:160px;
	
 }
 
 /* end Find a Volunteer Opportunity Block */
 
  
  
  /* Landing Page Feature Well FlexSlider */
 
  #flexslider-1 {
	margin:0px 0 0px 0; 
 }

.landing-page-feature-well .flexslider .slides img {
	width:100%;
	height:auto;
	display:block;	
}

.landing-page-feature-well .flex-control-paging li a.flex-active {
	background: none repeat scroll 0 0 #ea1e12;
	cursor:default;	
}

.landing-page-feature-well #flexslider-2 li.flex-active-slide .views-field-nothing span.field-content,
.landing-page-feature-well #flexslider-2 li .views-field-nothing span.field-content {
	font-size:28px;
	width:170px;
	font-weight:bold;
	margin-top:0px;
}

.landing-page-feature-well #flexslider-2 li.flex-active-slide .views-field-nothing .read_more a,
.landing-page-feature-well #flexslider-2 li .views-field-nothing .read_more a {
background: url("../images/blue-arrow-read-more.png") no-repeat scroll 90px 12px rgba(0, 0, 0, 0);
display: inline-block;
font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
font-size: 14px;
font-weight: 300;
padding-right: 15px;
color: #06317c;
text-decoration: none;
border: none;
padding-left: 0px;
padding-top: 0px;
}

.landing-page-feature-well #flexslider-2 li.flex-active-slide .views-field-nothing .read_more a:hover,
.landing-page-feature-well #flexslider-2 li .views-field-nothing .read_more a:hover {
	background-color:none;
	background: url("../images/blue-arrow-read-more.png") no-repeat scroll 90px 12px rgba(0, 0, 0, 0);
}



.landing-page-feature-well #flexslider-2 li.flex-active-slide .views-field-nothing span.field-content a.feature-title,
.landing-page-feature-well #flexslider-2 li .views-field-nothing span.field-content a.feature-title {
	text-decoration:none;	
	font-size:16px;
	line-height: 20px;
}

.landing-page-feature-well #flexslider-2 li.flex-active-slide .views-field-nothing .feature-body,
.landing-page-feature-well #flexslider-2 li .views-field-nothing .feature-body {
	width:auto;
	font-size:11px;	
	font-weight:normal;
	overflow:hidden;
	height:auto;
	display:block;
	line-height: 16px;
}

 .landing-page-feature-well #flexslider-2 li.flex-active-slide .views-field-nothing,
  .landing-page-feature-well #flexslider-2 li .views-field-nothing {
	margin-left:35px;
	position:absolute;
	top:0px;
	text-align: left;
	width: 280px;
	height: 260px;
	padding: 20px 5px;
}

.landing-page-feature-well #flexslider-2 li .views-field-nothing span.field-content p {
	line-height:.75;	
}



.landing-page-feature-well .flex-control-nav {
	position:absolute;
	bottom:0px;
	bottom:0px\9;
	*bottom:1px;
	left: 0px;
	width:100%;
	text-align:center;	
}





/* end Landing page FlexSlider */



/* Photo Showcase Block */

#block-views-photo-showcase-block {
	width:100%;
	margin-top:0px;
	margin-bottom:30px;	
}

#block-views-photo-showcase-block .views-row-1 {
	display:inline-block;
	width:120px !important;
	float:left;
	margin-bottom:0px;	
	padding:10px;
    box-shadow:  none;	
	background: none repeat scroll 0 0 #f5f4f4;
}

#block-views-photo-showcase-block .views-row-2, 
#block-views-photo-showcase-block .views-row-3 {
	display:inline-block;
	float:left;
	width:120px;
	margin-left:10px !important;
	margin-bottom:0px;
	padding:10px;
    box-shadow:  none;	
	background: none repeat scroll 0 0 #f5f4f4;	
}

.block-photo-showcase-block img {
	width:99%;
	height:auto;	
}

#block-views-photo-showcase-block .views-field-field-caption .field-content {
	width:100%;
	height:auto;
		font-weight:normal;	
	
}

#block-views-photo-showcase-block .views-field-title .field-content {
	font-weight:bold;	
}

#region-content .block-views .view-photo-showcase .views-row {
margin:0px;
clear:none;
}




/* end Photo Showcase Block */






.front #zone-hometop-wrapper {
background: url("../images/bg-logos.png") no-repeat scroll center -39px #F5F4F4;
margin-top: -14px;
padding-bottom: 20px;
position: relative;
z-index: 50;
}
 
.container-12 {
margin-left: auto;
margin-right: auto;
width: 1200px;
}

h1, h2, h3, h4, h5, h6 {
letter-spacing: -0.02em;
font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
text-transform: none;
line-height: 1.2;
font-weight: 300; 
}

h2.block-title {
font-size: 20px;
}

#zone-hometop-wrapper h2.block-title {
font-size: 30px;
}

.zone-menu-wrapper {
background: none;
background-color: #06317c;
padding: 0 0 0px;
margin-bottom: 0px;
height: 50px;
}


@media screen and (min-width: 500px) and (max-width: 1220px) {

.zone-menu-wrapper {
background: none;
background-color: #06317c;
padding: 0 0 0px;
margin-bottom: 0px;
height: 50px;
}


}





  
   
