/* 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;
}

.fieldset-legend {
 font-weight: bold; 
}

fieldset .fieldset-wrapper {
 margin-left: 20px; 
}

#block-panels-mini-i-m-ready-to-serve-side-column input[type="submit"], #block-panels-mini-i-m-ready-to-serve-side-column input[type="button"] {
padding: 7px 30px 7px 15px;
background: url("../images/darkredarrow.png") no-repeat scroll right 10px #C1342E;
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;
transition: background-color .3s;
-webkit-transition: background-color .3s;
}

#all-for-good-search-custom-search-form button,
#all-for-good-search-custom-search-form input[type="reset"],
#all-for-good-search-custom-search-form  input[type="submit"],
#all-for-good-search-custom-search-form  input[type="button"] {
padding: 7px 30px 7px 15px;
background: url("../images/darkredarrow.png") no-repeat scroll right 11px #C1342E;
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;
transition: background-color .3s;
-webkit-transition: background-color .3s;
-moz-transition: background-color .3s;
-ms-transition: background-color .3s;
-o-transition: background-color .3s;
}

#all-for-good-search-custom-search-form button:hover,
#all-for-good-search-custom-search-form input[type="reset"]:hover,
#all-for-good-search-custom-search-form  input[type="submit"]:hover,
#all-for-good-search-custom-search-form  input[type="button"]:hover {  
text-decoration: none;
background-color: #A5231E;
}



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:0px;

 
}

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

}
}
*/

.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;
}

.container-12 {
margin-left: auto;
margin-right: auto;
width: 1200px;
}

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 Arial, Verdana, Helvetica, Arial, sans-serif;
  color: #222222;
}

a:link, a:visited {
  color: #06317c;
  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: 35px;      
  color: #06317c;
  font-weight: 300;
}

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: 30px;
  margin: 0;	
}

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

h3 {
  font-size: 25px;
  color: #C1342E;

}

h4 {
  font-size: 20px;
  color: #C1342E;
}

h4 .field-content {
	font-size:18px;
	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:525px;
}


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: url("../images/whitearrow.png") no-repeat scroll right center #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: 16px;
	font-weight: 200;
	border:1px solid #3866a3;
	display:inline-block;
	text-decoration:none;
}

a.button.red {
    background: url("../images/whitearrow.png") no-repeat scroll right center #C1342E;
    border: 0px solid #3866a3;
}

.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:40px;
	display:block;
	padding-bottom:15px;

	
}

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

	
}

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

	
}

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

	
}

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

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

	
}

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

	
}

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

	
}

.newsroom-link {
	 background:url(../images/newsroom_blue_follow.png) no-repeat;
	padding-left:40px;
	display:block;
		padding-bottom:15px;
	 
 }
 
  .flickr-link {
	 background:url(../images/flikr_blue_follow.png) no-repeat;
	padding-left:40px;
	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 {
	padding: 10px 0px 10px 0px;
	margin-bottom: 0px;
	display:block;	
	margin-top: 15px;
}

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

#block-menu-menu-utility ul.menu li {
    display: inline-block;
    padding: 0px;
	margin: 0px;
}

#block-menu-menu-utility {
font-family: 'Neuton', 'Neuton-Light', times new roman, serif;
clear: both;
margin-right: 0px;
}

#block-menu-menu-utility li a {
font-size: 18px;
font-weight: 200;
color: #06317c;
}

#block-menu-menu-utility ul.menu li.last {
	border-right: none;
}

#block-menu-menu-utility ul.menu li.last a {
background: url("../images/mg.png") no-repeat scroll 55px 0px rgba(0, 0, 0, 0);
    color: #C1342E;
    width: 80px;
	border-right: none;
}

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

/* End Zone User Wrapper*/

/* Branding */




#zone-branding {
	height:0px;
	
}


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

/* for chrome  */
@media screen and (-webkit-min-device-pixel-ratio:0) {  
#zone-branding-wrapper {
       margin-bottom: 10px;
}
}


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

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

}


.region-branding-inner {
	height:150px;	
}

.branding-data {
	visibility:hidden;
	margin-top: -100px;	
}

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


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

#region-branding-third {
}

}

*/




/* end branding */


/* Story Buttons */

#boxes-box-story_buttons_block {
	position:relative;
	left:40px;	
}

.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:-160px;
}

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


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

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

.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; /* ie8 and below */
	*margin-top:-28px; /* IE8 Compatability and Below */
	}
	
	:root .arrow {
		margin-top:-12px\9;
		
	}
	
	
	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 */

/* IE7 Maximenu Fixes */

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





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

}

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

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

#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: 36px;
    padding-right: 35px;
} 


li a.active {
	color:#bc1611;	
}

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

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

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

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

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


.tabs.primary li a.active {
color:#000000;	
}

.om-maximenu-content {
	margin-top:10px;
		
	}
	
	 .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;
}

	.om-maximenu ul.om-menu li.om-leaf .om-link {
		padding:7px 0 10px 20px;	
		border-left: 1px solid #2E5CAD;
		border-right: 1px solid #081534;
		border-top: 3px solid #06317C;
	}

	.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf .om-link {
		padding-left:24px;
		padding-right:24px;	
	}
	
	#zone-menu-wrapper.fixed2 .om-maximenu ul.om-menu li.om-leaf .om-link {
    height: 21px;
    line-height: 17px;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}



	li.om-leaf:hover {
		background:#ffffff;
		color:#000000;	
	}
	
	li.om-leaf:hover a {
		background:#ffffff;
		color:#06317c;	
		border-top: 3px solid #bc1611 !important;
	}
	
	li.om-leaf:hover .menu-links a {
		background:transparent;	
		border-top: none !important;
		font-family: arial, sans-serif;
	}
	
	li.om-leaf:hover .menu-links  {
		margin-left: 20px;
	}
	
	li.om-leaf:hover .menu-links    {
	font-size: 12px;
	}
	
	li.om-leaf:hover .menu-links p {
	margin-bottom: 8px;
	}
	
	li.om-leaf .menu-links .submenu {
    float: left;
    margin-right: 40px;
    max-width: 155px;
	}
  
li.om-leaf.leaf-knowledge-networks .menu-links .submenu {
  float: left;
  margin-right: 18px;
  max-width: 155px;
}
	
	li.om-leaf .menu-links .submenu2 {
    float: left;
	margin-right: 75px;
	max-width: 170px;
	}
	
	li.om-leaf .menu-links {
	float: left;
	}
	
	li.om-leaf .menu-links .menu-top {
	display: block;
	clear: both;
	margin-bottom: 20px;
	float: left;
	}
	
	li.om-leaf .menu-links .menu-bottom {
	display: block;
	clear: both;
	float: left;
	}
	
	li.om-leaf .menu-rightside {
	border-left: 1px solid #c8c6c6;
	padding-left: 40px;
	float: left;
	margin-left: 20px;
	}
	
	li.om-leaf .menu-rightside .menu-graphic-sm {
	margin-bottom: 20px;
	}
	
	li.om-leaf .menu-rightside .menu-graphic-sm:hover, li.om-leaf .menu-rightside .menu-graphic-tl:hover {
	opacity: 0.8;
	}
	
	li.om-leaf .menu-rightside .menu-column {
	margin-right: 20px;
	float: left;
	}
	
	#om-leaf-om-u1-9058375-1 .om-maximenu-content .submenu {
	    max-width: 210px;
	}
	
	#om-leaf-om-u1-9058375-1 .om-maximenu-content {
	left: 13px;
	}
	
	#om-leaf-om-u1-9058375-2 .om-maximenu-content {
	left: -86px;
	}
	
	#om-leaf-om-u1-9058375-3 .om-maximenu-content {
	left: -133px;
	}
	
	#om-leaf-om-u1-9058375-4 .om-maximenu-content {
	left: -169px;
	}
	
	#om-leaf-om-u1-9058375-5 .om-maximenu-content {
	left: -208px;
	}
	
	#om-leaf-om-u1-9058375-6 .om-maximenu-content {
	left: -461px;
	}
	
	#om-leaf-om-u1-9058375-5 .om-maximenu-content .submenu {
	    max-width: 210px;
	}
		
	#om-leaf-om-u1-9058375-6 .om-maximenu-content .submenu {
    max-width: 210px;
	}
	
	#zone-menu-wrapper.fixed2 #om-leaf-om-u1-9058375-2 .om-maximenu-content {
	left: -95px;
	}
	
	#zone-menu-wrapper.fixed2 #om-leaf-om-u1-9058375-3 .om-maximenu-content {
	left: -133px;
	}
	
	#zone-menu-wrapper.fixed2 #om-leaf-om-u1-9058375-4 .om-maximenu-content {
	left: -177px;
	}
	
	#zone-menu-wrapper.fixed2 #om-leaf-om-u1-9058375-5 .om-maximenu-content {
	left: -221px;
	}
	
	#zone-menu-wrapper.fixed2 #om-leaf-om-u1-9058375-6 .om-maximenu-content {
	left: -477px;
	}
  
  #zone-menu-wrapper.fixed2 #om-leaf-om-u1-9058375-1 .om-maximenu-content {
    left: 14px;
  }

	
.om-maximenu .om-maximenu-middle {
		width:1175px;
		border-left:0px;
		border-right:0px;
		border-bottom: 3px solid #bc1611;
		background: #ffffff; /* Old browsers */
		-moz-box-shadow: 0px 3px 2px #7f7f7f;
		-webkit-box-shadow: 0px 3px 2px #7f7f7f;
		box-shadow: 0px 3px 2px #7f7f7f;
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#444444')";
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#444444');
 
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);

background: -moz-linear-gradient(top,  #ffffff 20%, #e5e5e5 100%); /* FF3.6+ */

/*background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */

/*background: -webkit-linear-gradient(top,  #ffffff 20%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */

/*background: -o-linear-gradient(top,  #ffffff 20%,#e5e5e5 100%); /* Opera 11.10+ */

/*background: -ms-linear-gradient(top,  #ffffff 20%,#e5e5e5 100%); /* IE10+ */

/*background: linear-gradient(to bottom,  #ffffff 20%,#e5e5e5 100%); /* W3C */

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




}

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

.om-maximenu-middle-right h3 {
		margin-bottom:0px;	
	}
	
	.om-maximenu .om-maximenu-open {
		display:none;	
	}
	
	
	/* Chrome */
@media (-webkit-min-device-pixel-ratio: 0) {
li.leaf-about-cncs .om-maximenu-content .om-maximenu-middle {
		height:auto;
		margin-left: -1013px;	
	}
}
	
li.leaf-about-cncs .om-maximenu-content .om-maximenu-middle {
		height:auto;
		margin-left: -1013px;	
		margin-left: -1012px\9;
		padding-bottom:0px;
		padding-bottom:10px\9;
		margin-top: 10px;

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

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

	}

	#zone-menu-wrapper.fixed2 li.leaf-newsroom .om-maximenu-content .om-maximenu-middle {
    margin-left: -361px;
    height: auto;
}
}

	
	li.leaf-programs .om-maximenu-content .om-maximenu-middle {
	margin-left: 133px;
	margin-left: 133px\9;
margin-top: 10px;	
position: relative;
z-index: 1000;
	}
	
	/* Chrome */
@media (-webkit-min-device-pixel-ratio: 0) {
	li.leaf-programs .om-maximenu-content .om-maximenu-middle {
	margin-left: 133px;	
  
	}
}
	
	li.leaf-focus-areas .om-maximenu-content .om-maximenu-middle {
	margin-left: 46px;
	margin-left: 46px\9;
	height:auto;
	padding-bottom:20px;
	margin-top: 10px;
	}
	
	/* Chrome */
@media (-webkit-min-device-pixel-ratio: 0) {
	li.leaf-focus-areas .om-maximenu-content .om-maximenu-middle {
	margin-left: 47px;
	height:auto;
	}

	#zone-menu-wrapper.fixed2 li.leaf-focus-areas .om-maximenu-content .om-maximenu-middle {
    margin-left: 46px;
    height: auto;
}
}
	


	li.leaf-special-initiatives .om-maximenu-content .om-maximenu-middle {
	margin-left: -56px;
	margin-left: -56px\9;	
	margin-top: 10px;

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

	#zone-menu-wrapper.fixed2 li.leaf-special-initiatives .om-maximenu-content .om-maximenu-middle {
    margin-left: -55px;
}
}
	
	li.leaf-national-service-blog .om-maximenu-content .om-maximenu-middle {
	margin-left: -119px;
	margin-left: -119px\9;
	padding-bottom:10px\9;	
	margin-top: 10px;
	
	}
	
	/* Chrome */
@media (-webkit-min-device-pixel-ratio: 0) {
	li.leaf-national-service-blog .om-maximenu-content .om-maximenu-middle {
	margin-left: -118px;
	}

	#zone-menu-wrapper.fixed2 li.leaf-national-service-blog .om-maximenu-content .om-maximenu-middle {
    margin-left: -119px;
}
}

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


	li.leaf-knowledge-networks .om-maximenu-content .om-maximenu-middle {
	margin-left: -791px;
	margin-left: -791px\9;
	padding-bottom:10px\9;	
	margin-top: 10px;
	
	}
	
	#zone-menu-wrapper.fixed2 li.leaf-knowledge-networks .om-maximenu-content .om-maximenu-middle {
    margin-left: -791px;
    margin-left: -791px\9;
}


	

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

.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf {
	 font-size:inherit;
	 clear:none;
	 float:left; 
}
	
	
	.om-maximenu-middle a {
		text-decoration:none;
		color:#666666;		
	}
  
.om-maximenu-middle .menu-links .submenu a {
display: block;
margin-bottom: -17px;
margin-top: 1px;
	}
  
.om-maximenu-middle .menu-links .submenu a.main-link {
display: inline-block;
margin-bottom: 0px;
  }
  
.om-maximenu-middle .menu-links .submenu a:last-child {
  display: block;
  margin-bottom: 0px;
  margin-top: 3px;
}
		
	.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;	
	}
	
	
	
	.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;
background-color: #06317c;
padding: 0 0 0px;
margin-bottom:0px;
height:50px;

 }
 
 /* Header Fix for IE9 */

:root #zone-menu-wrapper {
	margin-top:130px\9;	
}
 
 .om-menu-ul-wrapper {
	 width:900px; 
 }
 
 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:90px;
	top:12px;
	}
	
#block-boxes-header-social-media {
	clear: both;
}
 
 
.social-header {
	margin-top:	0px;
	display:block;
	width:85%;
}

.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:-15px 0 0px; 
 }

.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 {
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;
color: #06317c;
text-decoration: none;
border: none;
box-shadow: none;
padding-top: 0px;
padding-left: 0px;
}

.homepage-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing .read_more_hero a,
.homepage-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;
	color: #06317c;
	text-decoration: none;
}

.homepage-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing .read_more_hero a:hover,
.homepage-feature-well #flexslider-1 li .views-field-nothing .read_more_hero a:hover {
text-decoration: none;
}

.homepage-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing .read_more_hero:hover,
.homepage-feature-well #flexslider-1 li .views-field-nothing .read_more_hero:hover {
opacity: 0.8;
}

.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 {
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;
	
}



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

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

.homepage-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing .dark .feature-body,
.homepage-feature-well #flexslider-1 li .views-field-nothing .dark .feature-body, .homepage-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing span.field-content .dark a.feature-title,
.homepage-feature-well #flexslider-1 li .views-field-nothing span.field-content .dark a.feature-title, .homepage-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing .dark .read_more_hero a,
.homepage-feature-well #flexslider-1 li .views-field-nothing .dark .read_more_hero a {
color: #ffffff !important;
}

.landing-page-feature-well #flexslider-2 li.flex-active-slide .views-field-nothing .dark .feature-body,
.landing-page-feature-well #flexslider-2 li .views-field-nothing .dark .feature-body, .landing-page-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing span.field-content .dark a.feature-title,
.landing-page-feature-well #flexslider-2 li .views-field-nothing span.field-content .dark a.feature-title, .landing-page-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing .dark .read_more_hero a,
.landing-page-feature-well #flexslider-2 li .views-field-nothing .dark .read_more_hero a {
color: #ffffff !important;
}

.homepage-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing .dark .read_more_hero a, .homepage-feature-well #flexslider-1 li .views-field-nothing .dark .read_more_hero a {
background: url("../images/white-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 .dark .read_more_hero a, .landing-page-feature-well #flexslider-2 li .views-field-nothing .dark .read_more_hero a {
background: url("../images/white-arrow-read-more.png") no-repeat scroll 90px 12px rgba(0, 0, 0, 0);
}



 .homepage-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing,
  .homepage-feature-well #flexslider-1 li .views-field-nothing {
margin-left: 50px;
position: absolute;
text-align: left;
width: 430px;
height: auto;
padding: 0px;
margin-top: 0px;
top: 35px;
left: 40px;
}

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




/* end FlexSlider */


/* Serving Our Community FlexSlider-2 */


#flexslider-2 .flex-viewport ul li {
	width:170px !important;
	display:block;
	margin-right:50px;
	padding:10px;
	text-align:center;
	height:170px;
    box-shadow:  none;	
}




#flexslider-2 .views-field-field-thumbnail-image img {
	width:170px;
	height:auto;	
}

.front #zone-preface-wrapper {
background: url("../images/home-firstsection-shadow.png") no-repeat scroll top center rgba(0, 0, 0, 0);
height: 15px;
position: relative;
z-index: 99;
}

.front #zone-home-third-zone-one-wrapper {
    background: url("../images/home-firstsection-shadow.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 15px;
    margin-top: -41px;
    position: relative;
    z-index: 99;
}

.front #zone-hometop-2-wrapper {
   background: url("../images/home-firstsection-shadow2.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 15px;
    margin-top: -15px;
    position: relative;
    z-index: 99;
}

.front #zone-home-third-zone-two-wrapper {
background: url("../images/home-firstsection-shadow2.png") no-repeat scroll bottom center rgba(0, 0, 0, 0);
height: 15px;
top: -30px;
position: relative;
z-index: 99;
}

.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;
}

.front #zone-home-third-zone-wrapper {
background-color: #F5F4F4;
position: relative;
top: -15px;
z-index: 50;
padding-bottom: 20px;
}

.front #zone-home-second-zone-wrapper {
    height: auto;
    margin-top: -10px;
    min-height: 530px;
    position: relative;
}

.front #region-header-first {
margin-bottom: -1px;
width:100%;
margin:0px;
}

#zone-home-second-zone-wrapper .view_all {
display: block; 
font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
float: right;
margin-top: -45px;
}

#zone-home-second-zone-wrapper .view_all a {
color: #bd1910;
font-size: 16px;
font-weight: 300;
}

#zone-home-second-zone-wrapper .view_all a:hover {
color: #600E0A;
text-decoration: none;
}

#zone-home-second-zone-wrapper .view_all img {
}

#zone-home-second-zone-wrapper .view_all img:hover {
}

#zone-home-second-zone-wrapper .view_all a:hover {
text-decoration: none;
}

#zone-home-second-zone-wrapper .views-field-field-main-image, #zone-home-second-zone-wrapper .views-field-field-feature-image, #zone-home-second-zone-wrapper .views-field-nothing {
float: left; 
margin-right: 10px;
}

#zone-home-second-zone-wrapper .views-field-nothing {
margin-bottom: 50px;
}

#zone-home-second-zone-wrapper .view-press-blog-topics.view-display-id-block, #zone-home-second-zone-wrapper .view-press-blog-topics.view-display-id-block_1, #zone-home-second-zone-wrapper .view-press-blog-topics.view-display-id-block_2 {
margin-top: 20px;
}

#zone-home-second-zone-wrapper .view-press-blog-topics.view-display-id-block_3, #zone-home-second-zone-wrapper .view-press-blog-topics.view-display-id-block_4, #zone-home-second-zone-wrapper .view-press-blog-topics.view-display-id-block_5 {
margin-top: 10px;
}

#zone-home-second-zone-wrapper .view-press-blog-topics .views-field-field-caption .field-content {
font-weight: normal;
font-size: 13px;
width: auto;
height: auto;
}

#zone-home-second-zone-wrapper .view-press-blog-topics .views-field-created {
color: #a1a1a1;
font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
font-size: 16px;
}

#zone-home-second-zone-wrapper .view-press-blog-topics .views-field-title {
font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
font-size: 18px;
line-height: 24px;
}

#zone-home-second-zone-wrapper .view-press-blog-topics .views-field-title a {
color: #c1342e;
}

#zone-home-second-zone-wrapper .view-display-id-block_1 .views-field-title-1 {
    font-family: "Neuton",times new roman,serif;
    font-size: 18px;
    line-height: 24px;
}

#zone-home-second-zone-wrapper .view-display-id-block_1 .views-field-title-1 a {
    color: #c1342e;
}

#zone-home-second-zone-wrapper .view-press-blog-topics .views-field-title a:hover {
color: #600e0a;
text-decoration: none;
}

#zone-home-second-zone-wrapper .views-row {
width: auto;
clear: both;
margin-bottom: 25px;
}

#region-home-content-second-inner-right {
margin: 45px 20px 20px 0px;
width: 337px;
}

#region-home-content-second-inner-center {
    background: url("../images/blog-border-left.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-right: 20px;
    padding: 0;
    width: 775px;
}

#region-home-content-second-inner-center .region-home-content-second-inner-center-inner {
background: url("../images/blog-border-right.png") no-repeat scroll right center;
}

#zone-home-second-zone-wrapper .view-display-id-block_4 .views-row {
width: 325px;
float: left;
margin-right: 20px;
margin-bottom: 20px;
clear: none;
min-height: 100px;
}

#block-views-press-blog-topics-block-1 {
    background-color: #F5F4F4;
    margin: 10px 10px 0;
    padding: 35px 25px 0;
}

#block-views-press-blog-topics-block-4 {
    background-color: #F5F4F4;
    margin: 0 10px 0px 10px;
    padding: 10px 25px 15px 25px;
	min-height: 280px;
}

#zone-home-second-zone-wrapper .view-display-id-block_4 .views-row .views-field-field-main-image img { 
width: 66px;
height: 66px;
}

#zone-home-second-zone-wrapper .view-display-id-block_4 .views-row .views-field-body, #zone-home-second-zone-wrapper .view-display-id-block_4 .views-row .views-field-title {
margin-left: 76px;
}

#region-home-content-third-inner-left {
    background: url("../images/Twitter_bg.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    margin-left: 10px;
    margin-top: 25px;
    padding: 10px 40px;
    width: 315px;
	min-height: 350px;
}

#region-home-content-third-inner-right {
    margin: 25px 0 20px 25px;
    width: 740px;
}

#region-home-content-third-inner-right .block-block-53 h2 {
margin-left: 20px;
}

#region-home-content-fourth-inner {
width: 1200px;
background: url(../images/large-divider.png) center bottom no-repeat; 
padding-bottom: 25px;
}

#zone-home-sixth-zone {
margin-top: 40px;
}


#region-home-content-fourth-inner .block {
width: 260px;
float: left;
text-align: center;
margin: 20px 55px 20px 55px;
}

#region-home-content-fourth-inner .block h2 {
margin-bottom: 10px;
}

#region-home-content-fourth-inner .block a:hover {
color: #4c78c3;
text-decoration: none;
	}

#region-home-content-fourth-inner  #block-nodeblock-27287.block {
margin-left: 100px;
}

#region-home-content-fourth-inner  #block-nodeblock-27288.block {
margin-right: 100px;
}

#region-home-content-fifth-inner {
width: 1200px;
margin-top: 30px;
    background: url("../images/large-divider.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

#region-home-content-fourth-inner  .block ul.menu {
text-align: center;
margin-bottom: 20px;
padding-left: 0px;
}

#region-home-content-fourth-inner  .block ul.menu li.leaf {
margin: 0px;
}

#region-home-content-fourth-inner  .block p {
margin-bottom: 10px;
}

/* Serving Our Community FlexSlider-2 */

 

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

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

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

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


}

#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: -360px;
	 margin-top:-295px\9; /* ie9 and below */
	 background-image:url(../images/bg-home-rotator-text_wide.png);
	 position:	relative;
	 opacity: .85;
	 margin-left:50px;
	 height:340px;
	 text-align:center;
	 width:400px;
	 padding:10px 0;
	 
 }

 /* For Chrome */
 
 @media (-webkit-min-device-pixel-ratio: 0) { 
 .home-rotator-text-block {
	 margin-top:-360px;
 }
 }
 
 .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:115px;
	 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:80px 0 0;
	padding:0; 
 }
 
 #block-views-services-block-1 #home-services-for-you {
	padding: 0px; 
 }
 
 #home-services-for-you li.entry {
        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 */
 
 /* Flexslider-2 */
 

 
 /* Topics of Interest Blocks */
 
 .view-nodequeue-topics-of-interest .view-content .item-list ul li.views-row-1  {
	 width:42%;
	 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:42%;
	 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 {
	 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 */
 
 /* General 2-Column Panels */
 
 #region-content .panel-2col .panel-panel {
background: #f5f4f4;
padding:10px;
width:40%;
	 
	 
 }
 


 
 /* National Service In Your State block */
 
 .block-national-service-in-your-state {
	 display:block;
background: #f5f4f4;
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: -70px;
	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 */
 
.front  .block-find-a-volunteer-opportunity {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    filter: none; /* IE6-8 */
    margin-bottom: 50px;
    margin-left: 23px;
    padding: 20px;
    width: 475px;
	float: left;
	background: none; /* Old browsers */

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

background: none;

background: none; /* FF3.6+ */

background: none; /* Chrome,Safari4+ */

background: none; /* Chrome10+,Safari5.1+ */

background: none; /* Opera 11.10+ */

background: none; /* IE10+ */

background: none; /* W3C */

*height:100%; /* IE7 */ 
}
 
#boxes-box-find_a_volunteer_opportunity p {
	font-size:22px;
	color:#c1342e;
	font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
    font-weight: 200;
	line-height: 24px;
 }
 
#all-for-good-search-custom-search-form label {
color: #06317c;
font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
font-weight: 200;
font-size:20px;
margin-bottom: 0px;
} 

#all-for-good-search-custom-search-form .small {
font-weight: bold; 
position: relative;
top: -15px;
}
 
#mini-panel-find_a_volunteer_opportunity #boxes-box-all_for_good_logo {
margin-top: 25px;
}

 
 .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;
	 margin-top:20px;

 }
 
 
  /* end Find a volunteer opportunity block */
  
  #region-home-content-sixth-inner-left {
  width: 500px;
  margin-right: 30px;
  }
  
  #region-home-content-sixth-inner-right {
  width: 550px;
  margin-left: 50px;
  background: url("../images/instagram_bg.png") no-repeat scroll center top rgba(0, 0, 0, 0);
  }
  
  .egrant_fund_status {
    margin-left: 20px;
    margin-top: 0px !important;
    padding-left: 50px;
	margin-bottom: 25px;
  }
  
    .egrant_fund_status h2 {
	margin-bottom: 10px;
	}
	
	.egrant_fund_status a {
	color: #c1342e;
	font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
	font-weight: 200;
	font-size:18px;
	}
	
	.egrant_fund_status a img { 
	position: relative; 
	right: -3px;
    top: -3px; 
	}
  
  .egrant_fund_status.egrants {
    background: url("../images/egrant_img.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 20px;
    margin-top: 0px !important;
    padding-left: 50px;
}
  
  .egrant_fund_status.egrants {
        background: url("../images/grants.png") no-repeat scroll top left rgba(0, 0, 0, 0);
}

  .egrant_fund_status.fund {
        background: url("../images/fundingopps.png") no-repeat scroll top left rgba(0, 0, 0, 0);
}

  .egrant_fund_status.opstatus {
        background: url("../images/oppstatus.png") no-repeat scroll top left rgba(0, 0, 0, 0);
}

.egrant_fund_status.opstatus h3 {
color: #c1342e;
font-size: 20px;
}

  .egrant_fund_status p {
  font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
font-weight: 200;
font-size:18px;
line-height: 20px;
  }

.view-display-id-block_INSTAGRAM .view-content  {
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px; 
    background-color: #06317c;
    margin-left: 19px;
    padding: 15px 20px 15px 10px;
    width: 481px;
  }
  
  .view-display-id-block_INSTAGRAM .view-footer {
  background: url("../images/twitter-bottom.png") no-repeat scroll top center rgba(0, 0, 0, 0);
  height: 50px;
  }
  
  #block-views-tweets-block-INSTAGRAM h2 {
  margin-left: 50px;
  }
  
  #block-views-tweets-block-13 {
  padding: 0px 10px;
  }
  
  #block-views-tweets-block-13 .views-field-nothing {
  font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
  font-size: 18px;
  font-weight: 200;
  }
  
    #block-views-tweets-block-13 .views-field-nothing a {
color: #C1342E;
  }
  
  #block-views-tweets-block-13 .views-field-text {
    font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  
  #block-views-tweets-block-13 .views-field-text a {
	color: #06317c;
  }
  
  #block-views-tweets-block-13 .views-row {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 5px;
  }
  
  
 /* 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:45%;
	margin-right:20px;	
}

#region-sidebar-right #boxes-box-from_our_ceo_two_column .boxes-box-content div {
	width:100%;	
	margin-left:20px;
}
 
 
 
 #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: 340px;
	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 70px;
	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:#f5f4f4;
	 padding-top:20px;
	 border-bottom: 10px solid #06317c;
}

 .zone-footer-wrapper a{
	 text-decoration:none;
	 color:#3b5998;
}

.zone-footer-wrapper  h2 {
line-height: 28px;
}

.zone-footer-wrapper  h2 a {
color: #06317c;
}

.zone-footer-wrapper  h2 a:hover {
color:#3b5998;
}

.zone-footer-wrapper  h3 {
margin-bottom: 10px;
}

.zone-footer-wrapper  h3 a {
color: #9c2417;
}

.zone-footer-wrapper  h3 a:hover {
color: #C1342E;
}
 
 .footer-list {
	width: 180px;
	margin-top:0px; 
 }
 
 #region-footer-first, #region-footer-second, #region-footer-third, #region-footer-fourth {
	 margin-right:35px; 
 }
 
 .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: 15px;
 }
 
#region-sidebar-left ul.menu li {
margin: 0px 20px;
padding: 10px 5px;
}

#region-sidebar-left ul.menu li.active-trail {
margin: 0px;
padding: 10px 10px;
}

#region-sidebar-left ul.menu li.active-trail ul.menu li  {
margin: 0px;
}

#region-sidebar-left ul.menu li.active-trail.expanded  {
padding: 10px 25px;
}

#region-sidebar-left ul.menu li.active-trail {
margin: 0px;
padding: 10px 25px;
}

#region-sidebar-left ul.menu li.active-trail ul.menu li.active-trail {
margin: 0px;
padding: 10px 10px;
}

#region-sidebar-left ul.menu li.active-trail.expanded ul.menu li.active-trail.expanded  {
padding: 10px 5px;
}

#region-sidebar-left ul.menu li.active-trail.expanded ul.menu li.active-trail.expanded  {
padding: 10px 5px 0px;
}

#region-sidebar-left ul.menu li ul.menu li.active-trail.active {
padding: 10px 5px;
}


 #region-sidebar-left ul.menu {
	line-height:1.5; 
 }
 
 .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;
}
  
  #breadcrumb a {
text-decoration:none;
color:#06317c;
  }


  /* end Breadcrumb */
  
  

  
  
  /* Sidebar Right Blocks */
  
#region-sidebar-right {
	width:270px;
	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:220px;
	   
  }
  
   .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 {
	  
  }
  
 .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;  
  }
  
  .not-front #region-sidebar-right section {
background: #f5f4f4;
	padding:20px 0px 5px 20px;
	text-align:left;
	margin-bottom:20px;  
  }
  
   #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;  
  }
  
 #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:25%; 
	 margin-right:10px;
	 margin-left:0px;
	 font-size:12px;


 }
 
 #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 -30px;
	 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 -60px;
	 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 -90px;
	 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 -120px;
	 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 -150px;
	 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; 
 }
 
  @media (-webkit-min-device-pixel-ratio: 0) { 
   #boxes-box-follow_americorps .third-list {
	 clear:none;
	 margin-left:20px;
	 margin-top:-20px; 
 }
  }
 
 /* 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 #edit-submit{
	  width:180px;
	
 }
 
  
  
   /* 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-1 li.flex-active-slide .views-field-nothing span.field-content,
.landing-page-feature-well #flexslider-1 li .views-field-nothing span.field-content {
	font-size:28px;
	width:170px;
	font-weight:bold;
	margin-top:0px;
	
}

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


.landing-page-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing .read_more a,
.landing-page-feature-well #flexslider-1 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: 20px;
font-weight: 300;
padding-right: 15px;
color: #06317c;
text-decoration: none;
border: none;
padding-left: 0px;
padding-top: 0px;
}

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



.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:24px;
}

.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:auto;
	font-size:16px;		
	font-weight:normal;
	overflow:hidden;
	height:auto;
	display:block;
  line-height: 20px;
}



 .landing-page-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing,
  .landing-page-feature-well #flexslider-1 li .views-field-nothing {
  margin-left: 40px;
  position: absolute;
  top: 5px;
  width: 290px;
  height: 225px;
  padding: 20px 30px;
}


.landing-page-feature-well .flex-control-nav {
	position:absolute;
	bottom:0px;
	bottom:0px\9;
	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:150px !important;
	float:left;
	margin-bottom:0px;	
	padding:10px;
	box-shadow:  none;	
}

#block-views-photo-showcase-block .views-row-2, 
#block-views-photo-showcase-block .views-row-3 {
	display:inline-block;
	float:left;
	width:150px;
	margin-left:20px !important;
	margin-bottom:0px;
	padding:10px;
box-shadow:  none;		

	
}

.block-photo-showcase-block img {
	width:100%;
	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 */

/* Blog */

.not-front .view-id-blogs .views-row {
	margin-bottom:60px	
}

.not-front .view-id-blogs p {
	margin-bottom:0px;	
}

.not-front .view-id-blogs h4.views-field a {
	font-size:18px;	
}

/* end Blog */
  
   
.story-button {
display: none;	
}

.grid-4.region-footer-fifth {
float: right;
margin-right: 50px;
}

.grid-4.region-footer-fifth hr {
background: #bdc5d8;
margin-top:20px;
}

.not-front #zone-hometop-wrapper, .not-front #zone-hometop-2-wrapper, .not-front #zone-home-second-zone-wrapper, .not-front #zone-home-third-zone-one-wrapper, .not-front #zone-home-third-zone-wrapper, .not-front #zone-home-third-zone-two-wrapper, .not-front #zone-home-fourth-zone-wrapper, .not-front #zone-home-fifth-zone-wrapper, .not-front #zone-home-sixth-zone-wrapper {
display: none;
}

.front #zone-header-wrapper {
height: 366px;
}

.front #zone-header {
width: 1200px;

}

.flex-direction-nav .flex-prev {
left: 15px !important;
}

.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
display: block;
}

.flex-direction-nav a {
opacity: 1;
}

.flex-direction-nav .flex-next {
right: 15px !important;
}

.views-field-nothing a.feature-title {
color: #222222;
font-weight: 800; 
font-weight: 800; 
}

#flexslider-2 {
margin: 0 0 -1px 0;
}

#zone-footer {
width: 95%; 
margin: 0 auto;
}

.landing-page-feature-well #flexslider-2 li .views-field-nothing {
margin-left: 50px;
position: absolute;
text-align: left;
width: 350px;
height: 300px;
padding: 0px;
margin-top: 0px;
top: 30px;
left: 20px;
}

.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: 25px;
font-family: 'Oswald',times new roman,serif;
font-weight: 300;
line-height: 30px;
}


.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: 95%;
font-size: 16px;
font-weight: normal;
overflow: hidden;
height: auto;
display: block;
font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
margin: 10px 0px 10px;
line-height: 20px;
margin: 10px 0px 10px;
padding-top: 5px;
}
 


.landing-page-feature-well #flexslider-2 li.flex-active-slide .views-field-nothing .read_more_hero a, .landing-page-feature-well #flexslider-2 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;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
#zone-branding-wrapper {

}

}


