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

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"] {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:0px solid #3866a3;
	display:inline-block;
	color:#e5e5e5;
	font-family:arial;
	font-size:12px;
	padding: 6px 30px 6px 10px;
	text-decoration:none;
	text-shadow:none;
	background: url(4b57f7914d7f79f542cdd17cc9816ad1ff03afbf.png)  no-repeat scroll right center #1a3b7d;
}





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 {
  -moz-box-shadow: #06f 0 0 7px;
  -webkit-box-shadow: #06f 0 0 7px;
  box-shadow: #06f 0 0 7px;
  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(171d1eb3c5219bc558b36b1c36235f0ee4d36fdd.gif) ;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

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

.node-content .webform-client-form .grippie, .node-content .webform-client-form textarea, .node-content .webform-client-form input, .webform-client-form select {
	background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #BCBCBC;
    color: #666666;
    font-family: Arial,sans-serif;
    font-size: 12px;
    height: auto;
    padding: 4px 7px;
    width: 260px;	
}

.webform-client-form select.hour, .webform-client-form select.minute, .webform-client-form select.month, .webform-client-form select.day, .webform-client-form select.year {
  width: 145px;
}

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(18d92acc006b4f675943611ae791f080b66fb1c7.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-bottom:10px\9; /* ie-9 and below*/
  *margin-bottom:10px; /* ie-7 and below*/
   margin-left:0px; 
}

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

}
}
*/



.logo-img img {
	width:150px;
	visibility:hidden;
}

.logo-img a {
	padding-top:50px;
}

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

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(18d92acc006b4f675943611ae791f080b66fb1c7.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(18d92acc006b4f675943611ae791f080b66fb1c7.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%;
}

.not-front table tr td {
	vertical-align:text-top;
	
}

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(18d92acc006b4f675943611ae791f080b66fb1c7.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;
  overflow-x:hidden;
}

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

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

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.05em;
font-family: 'Neuton', 'Neuton-Light', times new roman,serif;
text-transform:none;
font-weight:600;
line-height:1.2;
}

h2.block-title {
 color: #06317c;  
}

/* Chrome */
@media (-webkit-min-device-pixel-ratio: 0) {
h1, h2, h3, h4, h5, h6 {
  font-weight:500;
}
}

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

.not-front h1#page-title {
	width:85%;	
}

h2 {
  font-size: 22px;
  color: #590604;
}

.view-header h2 {
	color:#002A64;	
}

.front #region-content-bottom .block-boxes h2 {
	margin-bottom:20px;	
}

#block-panels-mini-photo-showcase-node-homepage-two-columns h2 {
	color:#002A64;	
}

/* 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: 18px;
  margin: 0;	
}

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

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

html {
	overflow-x:hidden;	
}

.pull-right {
	float: right;	
	margin-right: 20px;
	margin:-0.5em\9;

}

.pull-left {
	float: left;
	margin-left: 20px;
	margin:-0.5em\9;

	
}

.hidden {
	display: none;	
}

a.button {
padding: 6px 30px 6px 10px;
background: url(4b57f7914d7f79f542cdd17cc9816ad1ff03afbf.png)  no-repeat scroll right center #06317c;
border-radius: 0px;
color: #ffffff !important;
text-decoration: none;
border: 0px solid #fcfcfa;
box-shadow: none;
font-family: 'Neuton',times new roman,serif;
font-size: 18px;
font-weight: 200; 
display: inline-block;
width: auto;
clear: both;
transition: background-color .3s;
-webkit-transition: background-color .3s;
-moz-transition: background-color .3s;
-ms-transition: background-color .3s;
-o-transition: background-color .3s;
}

a.button-large {
padding: 6px 30px 6px 10px;
background: url(4b57f7914d7f79f542cdd17cc9816ad1ff03afbf.png)  no-repeat scroll right center #06317c;
border-radius: 0px;
color: #ffffff !important;
text-decoration: none;
border: 0px solid #fcfcfa;
box-shadow: none;
font-family: 'Neuton',times new roman,serif;
font-size: 18px;
font-weight: 200; 
display: inline-block;
width: auto;
clear: both;
transition: background-color .3s;
-webkit-transition: background-color .3s;
-moz-transition: background-color .3s;
-ms-transition: background-color .3s;
-o-transition: background-color .3s;	
}

.not-front #region-sidebar-right a.button {
	float:left\9;	
	*float:left;
	*clear:both;
}

.button:hover {
text-decoration: none;
background-color: #052864;
}

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

.clearfix {
	clear:both;	
}

.2-column {
	width:45%;
	float:left;
	margin-right:20px;	
}

span.ext {
	display:none;	
}

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

#region-content img {
	max-width:95%;
	height:auto !important;	
}

.region-content-inner .field-items {
  margin-right: 10px;
}

.region-content-inner .field-items img {
	float:left;
	padding:0px 20px 20px 0px;	
	max-width:100%;
	height:auto !important;
}

.region-content-inner .field-items img.image-clear {
 float: none; 
 padding-bottom: 5px;
}

.region-content-inner .field-items img.image-right, .image-right {
	padding: 10px 0px 10px 20px;
	float:right;
	max-width:100%;
	height:auto;	
}

.region-content-inner .field-items img.image-left, .image-left {
	padding: 10px 20px 10px 0px;
	float:left;
	max-width:100%;
	height:auto;	
}

.region-content-inner article.node-landing-page a img.image-right, .region-content-inner article.node-landing-page a img.image-left {
	margin-top:0px;	
}


.region-content-inner .field-items img .image-left {
	padding: 10px 20px 10px 0px;	
}

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

#region-content h4 {
  color: #590604;
}

applet, object, iframe, blockquote, pre, 
abbr, acronym, address, big, cite, code, 
del, dfn, font, ins, kbd, q, s, samp, 
small, strike, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd, caption, fieldset, form, label, legend {
	max-width:100%;	
}

blockquote {
	font-size:14px;
	font-style:italic;
	color:#666666;	
}

.twitter-link {
	background: url(8aab22d7ba1b81bbf3c57f52f61c1c260514859e.png)  no-repeat;
	padding-left:40px;
	display:block;
	padding-bottom:15px;

	
}

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

	
}

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

	
}

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

	
}

.blog-link {
	background: url(7e754e92a6f5073979299786098768e5c1477930.png)  no-repeat;
	padding-left:40px;
	padding-bottom:15px;
	display:block;
	
}

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

	
}

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

	
}

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

	
}

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


	 
 }
 

 
  .newsroom-link {
	 background: url(fb5e9b118c2f49d7f464519c8f71c1dca7bb9fd9.png)  no-repeat;
	padding-left:40px;
	display:block;
		padding-bottom:15px;
	 
 }
 
 .email-link {
	 background: url(f0854ea54face27d8fb5a6e5922bb459e287b9b6.png)  no-repeat;
	padding-left:40px;
	display:block;
	padding-bottom:15px;
	 
 }

a.twitter-link, a.facebook-link, a.youtube-link, 
a.toolkit-link, a.newsroom-link, a.flickr-link, 
a.resources-link, a.press-release-link, a.blog-link, 
a.state-offices-link  {
	text-decoration:none;
	color:#00449F;	
}



.more-link a:link, a.more-link {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	background: url(ac1aa0d95344a0c99f2e86b4331a18d1c60a4366.png)  no-repeat scroll right center transparent;
	display:inline-block;
	padding-right:20px;
	vertical-align:bottom;
	color:#002A64;
	float:right;	
}

.box-more-link {
	background: url(ac1aa0d95344a0c99f2e86b4331a18d1c60a4366.png)  no-repeat scroll right bottom transparent;
	clear:both;
	font-size:12px;
	font-weight:bold;
	padding:20px 20px 0 0;
	text-align:right;	
}

.table_pr_header, tr td.table_pr_header {
	background:#e5e5e5;
	border-bottom:solid 1px #CCC;	
}

.region-content-inner tr {
	border-bottom:solid 1px #e5e5e5;	
}

.date {
	color:#999;
	font-size:11px;	
	
}

.date, .date-display-single {
	clear:right\9;
	
}

#region-sidebar-right .date, #region-sidebar-right .date-display-single {
	float:none;	
}

.front #region-sidebar-right .date {
	float:none;	
}

	/* Styles Newsroom and all panels that work the same */
#region-content .panel-flexible .panel-pane .pane-content .views-row,
#region-content .view-press-releases .views-row,
#region-content .view-newsroom-official-statements .views-row,
#region-content .view-media-advisories .views-row,
#region-content .view-newsroom-speeches .views-row,
#region-content .view-newsroom-in-the-news .views-row,
#region-content .view-other-cncs-news .views-row,
#region-content .view-newsroom-proclamations .views-row {
	
	margin-top:20px;
	list-style:none;
	margin-left:0px;	
}

#region-content .view-press-releases .views-row .views-field-title,
#region-content .view-newsroom-official-statements .views-row .views-field-title,
#region-content .view-media-advisories .views-row .views-field-title,
#region-content .view-newsroom-speeches .views-row .views-field-title,
#region-content .view-newsroom-in-the-news .views-row .views-field-title,
#region-content .view-other-cncs-news .views-row .views-field-title {
	font-size:14px;
}




.small {
	font-size:10px;	
}

.not-front #region-content ul li {
	list-style:disc;
	*list-style:disc;	
}

ul.no-bullets li {
	list-style:none outside none !important;	
}

ul.bullets li {
	list-style:disc outside;
	/* color:#999; *.
}

.no-border, div.no-border img,
#region-content .block-views .views-field-field-thumbnail-image  .no-border img {
	border:none;
		
}

pre {
	display:block;
	overflow:auto;
	padding:10px;
	font-family:"Courier New", Courier, monospace;
	font-style:italic;
	border:solid 1px #cccccc;	
	clear:both;
	width:275px;
	white-space: pre-wrap; /* css-3 */ 
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 
    white-space: -pre-wrap; /* Opera 4-6 */ 
    white-space: -o-pre-wrap; /* Opera 7 */ 
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#region-content ol li {
	list-style-type:decimal;	
}

#region-content article.node-project legend span.fieldset-legend,
#region-content article.node-published legend span.fieldset-legend {
	font-size:13px;
	font-weight:bold;

}

#region-content article.node-project fieldset.field-group-fieldset,
#region-content article.node-published fieldset.field-group-fieldset {
	
	padding:5px;
	margin-top:10px;
	background: rgb(255,255,255); /* Old browsers */

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

background: url(b9369253f7cec86c1dffed7e6796d22f875b3e42.) ;

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

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

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

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

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

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

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


	
}

#region-content article.node-project fieldset.field-group-fieldset.group-segal-address {
	background:none;	
}

/* Teaser Nodes */

#region-content .node-teaser .node-content h2.title {
	font-size:14px;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:20px;	
}

.copy-code {
	display:block;
	border:inset 1px #ccc;
	padding:10px;
	color:#999;
	height:auto;
	margin-bottom:20px;
	overflow:auto;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;	
}


/* end Overall Site CSS */


/* Zone User Wrapper*/

.zone-user-wrapper {
	display:none;

}


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

#block-menu-menu-utility ul.menu li {
display: inline-block;
padding: 0px 12px !important;
border-right: 1px solid #06317C;
margin: 0px;
}

#block-menu-menu-utility ul li.leaf a {
display: inline-block;
float: none;
line-height: 10px;
height: 15px;	
margin: 0px;
} 

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

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


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

#block-menu-menu-utility {
    float: right;
    width: 380px;
}

#block-menu-menu-utility {
    float: right;
    width: 380px;
}

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

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

@media all and (max-width: 1220px) and (min-width: 980px) {
#block-menu-menu-utility li a {
    font-size: 16px;
}

#block-menu-menu-utility {
    width: 530px !important;
}

#block-menu-menu-utility ul.menu li.last a {
background: url(70e525e4c6789486aa2efd14bc10f17fd6c3bf12.png)  no-repeat scroll 48px 0 rgba(0, 0, 0, 0);
}

#block-menu-menu-utility ul.menu li {
    padding: 0px 8px !important;
}
   
}

@media only screen and (max-width: 979px) and (min-width: 740px) {
#block-menu-menu-utility li a {
    font-size: 14px;
}

#block-menu-menu-utility ul.menu li {
    padding: 0px 5px !important;
}

#block-menu-menu-utility ul.menu li.last a {
    background: url(70e525e4c6789486aa2efd14bc10f17fd6c3bf12.png)  no-repeat scroll 42px 0 rgba(0, 0, 0, 0);
}

#block-menu-menu-utility {
    width: 450px !important;
}

}

/* End Zone User Wrapper*/

/* Branding */

#zone-branding {
position: relative;
}

/* Chrome */
@media (-webkit-min-device-pixel-ratio: 0) {
#zone-branding {
}
}

#zone-branding-wrapper {

height:auto;
	
}




/* end branding */


/* Story Buttons */

#block-boxes-story-buttons-block .block-inner .clearfix, #block-boxes-story-buttons-block .block-inner, #block-boxes-story-buttons-block {
	height:0px;	
}

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

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

background: url(8aeb0f605f46b932d72fd304709e80cf35fca2aa.) ;

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 40px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left:-10px;	
	width: 90%;
}

.story-boxes {
	text-align:left;
	margin-bottom:0px;
	margin-top:-84px;
	padding-bottom:0px;
	margin-right:-10px;	
}

.story-title {
	font:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;	
	line-height: 1;
	color:#000;
	padding:0px;

}

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


}

.story-button br {
	display:none;	
}

.arrow {
	background: url(13b2e837f39b82e635e75e79379b43daf41b0130.png)  no-repeat 0 0 transparent;
	padding:10px 0 0 10px;
	float:right;
	margin-bottom:-50px;
	margin-top:4px;
		
	}
	
	
	li.story-button a:hover .arrow {
		background: url(ed8e6970b90efb38b0f23600c945f71c969e6505.png)  no-repeat 0 0 transparent;
	}
	
	.story-button:hover {
 background: #5a6f9e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(c3592e4038fc3f60f5659a11c7d006aa107bbb2d.) ;
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 */ 			
	}
	
	
	
	.story-button:hover .story-title, 
	.story-button:hover .story-subtitle {
		color:#FFF;
		
	}
	
	li.story-button a:link {
		text-decoration:none;
		color:#666666;
		margin-left:-25px;	
	}
	
	
	
	
	
	
/* om maxi menu */

/* Potential IE7 Menu Fix

#section-header #zone-menu-wrapper, .not-front .page #section-header {
	position:relative;
	z-index:1000;	
}

#section-header #zone-header-wrapper, .not-front .page #section-header {
	position:relative;	
}
 
*/

#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:20px;
float:left;
display:inline;

}

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

.om-maximenu-middle-right .boxes-box-content p.menu-title {
    color: #333333;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.2;
    margin-bottom: -5px;
    margin-left: 20px;
    text-transform: none;
}

.om-maximenu-middle ul li {
	list-style:none;	
}

/* IE-7 Maximenu Fixes */

.om-maximenu-middle-right .block-boxes {
	*width:500px;	
}

.om-maximenu-middle-right .block-views .block-boxes {
	*width:200px;
	*display:inline;	
}

.om-maximenu-middle-right {
	*min-width:900px;	
}

.leaf-special-initiatives .block-boxes,
.leaf-programs .block-boxes {
	*width:200px;	
}

/* IE-7 Maximenu Fixes */


/* IE7 Social Nav Fixes */

li.social-button a.sprite {
	*display:inline-block;
	*padding-bottom:25px;	
}

.social-header #social-nav li.social-button {
	*width:20px;
	*display:inline;	
}

#social-nav {
	*margin-left:70px;	
}

/* end IE7 Social Nav Fixes */




.om-maximenu-middle-right .block-boxes ul li {
	width:200px;	
}

.leaf-programs ul {
	width:150px;	
}

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


li a.active {
	color:#97BB59;	
}

.om-maximenu-middle-right ul li {
	line-height:1.5;
	margin-top:7px;	
}

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

.om-maximenu-content {
	margin-top:10px;
		
	}
	
	ul.menu-list {
		margin-left:40px;	
	}
	
	.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf .om-link {
		padding-left:10px;
		padding-right:10px;	
	}
	
	li.om-leaf:hover {
		background:none;
		color:#999999;	
	}
	
	li.om-leaf:hover a {
		background:none;
		color:#999999;	
	}
	
	li.om-leaf:hover .menu-links a {
		background:transparent;	
	}
	

	
	
	
.om-maximenu .om-maximenu-middle {
		width:960px;
		border-left:#e5e5e5 solid 1px;
		border-right:#e5e5e5 solid 1px;
		border-bottom:#e5e5e5 solid 1px;
		background: #ffffff; /* Old browsers */
}

.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-middle a {
		text-decoration:none;
		color:#666666;		
	}
	
	.om-maximenu ul.om-menu li.om-leaf .om-link {
		padding:0 0 10px 20px;	
	}

	
	.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:bold;
	}
	
	.boxes-box-content h5 {
	margin-left:20px;
	margin-bottom:-5px;	
	}
	
	.om-maximenu-middle-right .boxes-box-content h2 {
	margin-left:20px;
	margin-bottom:-5px;	
	*margin-bottom:10px;
	color:#333333;
	font-size:17px;
	}
	
	.om-maximenu-middle-right .boxes-box-content .menu-links p.title {
		margin-left:20px;
		margin-bottom:-5px;	
		*margin-bottom:10px;
		color:#333333;
		font-size:17px;
		font-family: Arial,Helvetica,Sans-Serif;
   		font-weight: 600;
    	letter-spacing: -0.05em;
    	line-height: 1.2;
    	text-transform: none;
			
	}
	

	
	
	
	
	.om-maximenu-middle-right  #boxes-box-maximenu_communities .boxes-box-content h2 {
		margin-bottom:-20px;
		margin-left:0px;
		margin-top:0px;	
	}
	
	
	
	.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 */





 
 .om-menu-ul-wrapper {
	 width:900px; 
 }
 
.block-mobile-nav-toggle {
	background: url(a3a3e20e68176853eee225c38fc11e79ef6887f5.png)  no-repeat;
	width:50px;
	height:32px;
	float:left;
	display:block;
	position:absolute;
	top:25px;
}

 

.block-mobile-nav-toggle:hover {
	background: url(55b65ae28702ba750cb05fa900dbfe9f05a0a89e.png)  no-repeat;
}

.block-mobile-nav-toggle:active {
	background: url(55b65ae28702ba750cb05fa900dbfe9f05a0a89e.png)  no-repeat;	
}

#block-boxes-mobile-nav-toggle h2 {
	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-national-service-blog {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
 .search-bar {
	margin-top: -100px; 
 }
 
 .block-search-form {
	float: right;
	margin-top:-135px;
	
 }
 
  #edit-search-block-form--2 {
	 margin-right:10px;
	  float:left;
	  background: url(d261c5b93beb1fc4d607394b8c153cc1351f79fa.png)  no-repeat scroll right center #FFFFFF;
	 
 }
 
.webform-client-form .form-text {
  max-width: 90%;
}
 
 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: 8px;
	 width:500px;
 }
 
 .om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf {
	 font-size:20px;
	 clear:both;
	 float:left; 
 }
 
 #region-menu-social {
	background-color:transparent;
	width:auto;
	z-index:1;	
}

#boxes-box-header_social_media {
	position:absolute;
	left:30px;
	top:12px;
	}
 
 .social-header {
	 display:block; 
	 margin-top:28px;
	 height:40px;
 }
 
 .social-header ul {
	 visibility:visible;
	 width:200px;
	 margin-top:0px;
 }
 
.social-header {
	margin-top:	0px;
	display:none;
}

.social-header-dropdown {
	display:none;
}

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

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

 
a.sprite {
	background: url(feeed57e81075bc6f7779a8318d8e401fc8da450.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;
	 
 }
 
 .social-button {
	 display:inline-block;
	 margin-left:15px; 
 }
 
 /* end zone menu wrapper */
 
 /* Social AddThis Links for Landing Pages Only */
 
 .region-content-inner article.node-landing-page a img {
	 clear:right;
 }
 
 /* All Social AddThis links */
 
 a[href="http://www.addthis.com/bookmark.php"] {
	 float:right; 
 }
 
 /* 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(8e6c86c7f1a3e985c3d3990b0b61266275f1cda5.) ;

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;

*height:40px; /* for IE7 */
	 
 }
 
 .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:50%;	 
	 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-1 */

.flexslider {
	border:none;
	box-shadow:none;	
}

 #flexslider-1 {
	margin:0 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 #97BB59;
	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:.35;
	margin-bottom:0px;
	
}

.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 {
color: #ffffff !important;
font-family: 'Neuton',times new roman,serif;
font-size: 16px;
font-weight: normal;
line-height: 16px;
background-color: #000252;
display: block;
padding: 10px 12px;
width: 70px;
margin: 0 auto;
height: auto;
text-decoration: none;
}

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



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

.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:300px;
	font-size:14px;	
	font-weight:normal;
	overflow:hidden;
	height:100px;
	display:none;
}



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

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




/* end Feature Well FlexSlider-1 */

/* Serving Our Community FlexSlider-2 */







.flexslider .slides img {
	width:100%;
	height:auto;
	display:block;	
}

#flexslider-2 .flex-viewport ul li p {
	line-height:1.25;	
}



#flexslider-2 .flex-viewport ul li a {
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#002A64;	
}

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

#block-views-feature-well-block-2 h2 {
	font-size:28px;	
}







/* Serving Our Community FlexSlider-2 */
 
 /* Image Rotator Block */
 

.view-home-page-feature-rotator {
	margin-right:auto;
	margin-left:0px;	
	margin-bottom:0px;
	width:90%;
}

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


 #home-top-read-more a {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #999999;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1a3b7d), color-stop(1, #5475AC) );
	background:-moz-linear-gradient( center top, #1a3b7d 5%, #5475AC 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3b7d', endColorstr='#5475AC');
	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;
	font-size:12px;
	padding:4px 10px;
	text-decoration:none;
}

#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: -100px;
	 background-image: url(7353cf946a472c8143bb4911d515851455bdc950.png) ;
	 position:	relative;
	 opacity: .85;
	 margin-left:0px;
	 height:115px;
	 text-align:center;
	 width:200px;
	 padding:5px 0;
	 
 }
 
 .home-top-intro {
	font-family:"Franklin Gothic", Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight:100;
	color:#000;
 }
 
 
 
 .home-top-intro h2 a {
	text-decoration:none;
	font-size:26px;
	font-weight:bold;
	color:#002A64; 
 } 

 
 #home-rotator {
	 border:none;
	 z-index:2;
	 margin-left:0px;
	 
 }
 
 .home-rotator-slide {
	 margin-top:0px; 
	 margin-left:-10px;
 }
 
 #home-top-numbers li a:link {
	 background: url(ddbe8b2603bc3b80382776f77d148b038bb122b7.png)  no-repeat;
	 background-position:0 0px;
	 padding:0 8px;
	 
 }
 
 #home-top-numbers li a:hover {
	 background: url(ddbe8b2603bc3b80382776f77d148b038bb122b7.png)  no-repeat;
	 background-position:0 -25px;
	 padding:0 8px;
	 
 }
 
  #home-top-numbers li a.activeSlide {
	 background: url(ddbe8b2603bc3b80382776f77d148b038bb122b7.png)  no-repeat;
	 background-position:0 -25px;
	 padding:0 8px;
	 
 }
 
 #home-top-numbers {
	 margin-top:60px; 
 }
 
 #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(9ea7d65e03d89bf6b3ebc7ee7398513d36f5622f.) ;

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 #home-services-for-you {
	padding: 0px; 
	width:100%;
 }
 
 #home-services-for-you li.entry {
	 background: rgb(255,255,255); /* Old browsers */

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

background: url(500227c7652bac6490fba073382b068406fa3a84.) ;

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

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

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

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

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

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

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

-webkit-box-shadow:  1px 1px 2px 2px #e5e5e5;
        
        box-shadow:  1px 1px 2px 2px #e5e5e5;
		
padding:12px 10px 0 12px;
text-align:center;
	 
 }
 
 .view-id-services .photo {
	 margin:0 10px 10px 5px; 
 }
 

 
 #services-previous {
	background: url(228d3db10c87e614fe800c41f0accfede04a661e.png)  no-repeat; 
	margin-top: 20px;
	padding-bottom: 20px;
 }
 
 #services-next {
	background: url(af93c7d24a00978ad9616779328ff62d0b98f80f.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 */
 
 /* Popular Topics Blocks */
 
 .front #block-views-feature-well-block-2 {
	 margin-top:-30px; 
 }
 
 .view-nodequeue-topics-of-interest .view-content .item-list ul li.views-row-1  {
	 width:90%;
	 float:left;
	 background: rgb(238,238,238); /* Old browsers */

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

background: url(d5695ce0b3bbc7b0a03273738a00c4ba87889255.) ;

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:90%;
	 float:left;
	 background: rgb(238,238,238); /* Old browsers */

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

background: url(d5695ce0b3bbc7b0a03273738a00c4ba87889255.) ;

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;
	  
 }
 
 #block-panels-mini-photo-showcase-node-homepage-two-columns {
	 margin-top:50px; 
 }
 
 #block-panels-mini-photo-showcase-node-homepage-two-columns h2 {
	 font-size:28px;
 }
 
.view-nodequeue-topics-of-interest .view-content .item-list ul li.views-row img {
	 width:100%;
	 height:auto; 
 }
 
 .view-nodequeue-topics-of-interest .view-content .item-list ul li.views-row .views-field-field-caption .field-content {
	 font-size:12px;
	 font-weight:normal;
	 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:none;

	 
 }
 
 #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; 
 }
 
  #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:none;

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

 
 
  /* end Find a volunteer opportunity block */
  
  /* Previous Funding Opps Main Content */
 
 #region-content .view-id-funding_opportunities .date-display-single {
	 float:left;
	 display:inline;
	 width:30%;
	 margin-right:0px;
	 margin-top:20px; 
	 clear:left;
 }
 
  #region-content .view-id-funding_opportunities .date {
	  float:none;  
  }
 
 #region-content .view-id-funding_opportunities .views-field-title {
	 float:left;
	 display:inline;
	 width:60%;
	 margin-top:20px; 
	 margin-bottom:0px;
	 clear:right;
 
 }
 
  /* end Previous Funding Opps */
  
  
  /* 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(d5695ce0b3bbc7b0a03273738a00c4ba87889255.) ;

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;

*height:100%; /* IE7 */


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

#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:0px;
 }
 
  #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;
	padding:10px;
	-webkit-box-shadow:  1px 1px 2px 2px #e5e5e5;
     box-shadow:  1px 1px 2px 2px #e5e5e5;
	 border:solid 1px #e5e5e5; /* for IE not rendering box shadow */
	  position:relative;
	 top:0px;
	 width:90%;
}

.front #region-sidebar-right .view-press-releases .views-row,
.front #region-sidebar-right .view-blogs .views-row {
	margin-top:15px;	
}

#region-sidebar-right .block-inner {
	width:95%;
}

.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(c3592e4038fc3f60f5659a11c7d006aa107bbb2d.) ;
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 0px 10px;
	margin-bottom: 0px;
	margin-right: 0px;	
	margin-left:	-20px;
	width: 100%;
}

.resource-boxes {
	width:100%;
	text-align:center;
	margin-top:20px;	
}

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


}

.arrow-resource {
	background: url(ed8e6970b90efb38b0f23600c945f71c969e6505.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(fef3b2fc28d1465fd004c06619cc6472f96938a3.png)  no-repeat;
	 padding: 0 0 12px 0;
	 margin-left:10px;
	 margin-top:-10px; 
 }
 
 .funding-opps {
	 background: url(e2a325abb2cbdddf04be95c493ce4cc107ab9912.png)  no-repeat;
	 padding: 6px 10px;
	 margin-left:10px; 
	 margin-top:-10px; 

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

 }
 
 
 


 
 /* Footer */
 
 #zone-footer ul li {
	 list-style:none; 
	 padding-bottom: 5px;
 }
 
 
a.footer-sprite {
	background: url(5f2f099e9e7c86f7efe9619ffa4a4df919ec0152.png)  no-repeat;	
	margin-right: 20px; 
	margin-bottom: 20px;
	padding:27px;
 }
 
 #boxes-box-footer_social_media ul li a {
	 display:inline\9;
	 display:inline-block; 
	 float:left;
 }
 
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:#666666;
}
 
 
 .footer-list {
	width: 180px;
	margin-top:0px; 
 }
 
 .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:left; 
 }
 

 
 /* Landing Pages: Left Nav */
 
 #region-sidebar-left {
	 display:none; 
 }
 
 ul.menu {
	line-height:1.5; 
 }
 
 .region-sidebar-left a {
	 color:#333;
	 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.expanded a {
	font-size:12px;
}

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

}

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

  /* end Landing Pages: Left Nav */
  
  
  
  /* Breadcrumb */
  
  #breadcrumb {
	background:none;  
	padding: 5px 0 0 10px;
	margin: 0px;
  }
  
  #breadcrumb a {
text-decoration:none;
color:#333;
  }


  /* end Breadcrumb */
  
  

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

.not-front #region-sidebar-right .block-panels-mini,
.not-front #region-sidebar-right section,
.not-front #region-sidebar-right .block-nodeblock {
background: #f5f4f4;
padding: 20px 0 20px 20px;
margin-bottom: 20px;
*height:100%; /* IE7 */
width: 95%;
	
}

.not-front #region-sidebar-right div.item-list li {
	margin-top:15px;	
}

.not-front #region-sidebar-right .block-facetapi  .item-list li {
  margin-top:5px;
}

.not-front #region-sidebar-right .block-facetapi h2 {
  margin-bottom: 10px;
}

#region-sidebar-right h2 {
	  font-size:18px;
	  line-height:1.2;
	  width:200%;
	   
  }
  
  .not-front #region-sidebar-right h2 {
	  font-size:18px;
	  line-height:1.2;
	  margin-bottom:20px;
	  width:100%;
	   
  }
  
  #region-sidebar-right img {
	  max-width:95%;  
	  height:auto !important;
  }
  
  #region-sidebar-right .item-list ul li {
	  margin:10px 0 0;  
  }
  
   
.not-front #region-sidebar-right p {
	  font-size:13px;
	  width:100%;
	  margin-bottom:10px;
	  color:#000;
	   
  }
  
.not-front #region-sidebar-right select.form-select, 
.not-front #region-sidebar-right input[type="text"] {
	width:100%;
}

.not-front #region-sidebar-right button, 
.not-front #region-sidebar-right input[type="reset"], 
.not-front #region-sidebar-right input[type="submit"], 
.not-front #region-sidebar-right input[type="button"], 
.not-front #region-sidebar-right .button {
	max-width:100%;
	margin-top:5px;
}


 .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-panels-mini-find-a-volunteer-opportunity {
	  display:block;  
  }
  
  .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:150px;
	 height:12px; 
 }
 
 #region-sidebar-right #block-panels-mini-find-a-volunteer-opportunity .panel-col-last #boxes-box-all_for_good_logo p {
	 width:171px; 
 }
 
 #region-sidebar-right #block-views-sidebar-block,
 .not-front #region-sidebar-right .block-views,
 .not-front #region-sidebar-right section {
	background: #f5f4f4;
	padding:20px 0 20px 20px;
	text-align:left;
	margin-bottom:30px; 
	width:95%; 
  }
  
  
  
   #region-sidebar-right #block-views-sidebar-block p {
	   color:#666666; 
	   width:95%; 
	   margin-bottom:0px; 
   }
   
   #region-sidebar-right .field-name-field-editors-choice-show-title {
	   display:none;   
   }
   
    #region-sidebar-right .panel-2col .panel-col-last,
   #region-sidebar-right .panel-2col .panel-col-first {
	   float:none;
	   width:95%;   
   }
   
    .not-front #region-sidebar-right .block-boxes .view .views-row {
	   margin-top:15px;   
   }
  
  
  /* 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 !important; 
 }
 
 ul.second-list, ul-third-list {
	 margin-left:inherit; 
 }
 
 #region-content section.block-nodeblock ul.first-list {
	 width:100%; 
	 margin-right:0px;
	 font-size:12px;
 }
 
 #region-content section.block-nodeblock ul.second-list, 
 #region-content section.block-nodeblock ul.third-list {
	 width:100%;
	 margin-right:0px;
	 margin-left:0px; 
	 font-size:12px;
 }
 
 #region-sidebar-right #boxes-box-follow_americorps .second-list, 
 #region-sidebar-right #boxes-box-follow_americorps .third-list,
 #region-content #boxes-box-follow_americorps .second-list, 
 #region-content #boxes-box-follow_americorps .third-list
  {
	 margin-left:0px; 
 }
 
 /* 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; 
 }
 
 
 
  /* end Find a Volunteer Opportunity content block */


 /* From Our CEO Right Sidebar content block */
 
 #region-sidebar-right #boxes-box-from_our_ceo_two_column img {
	 display:none; 
 }

 
 /* Sitemap */
 
 .site-map-menus h2 {
	 display:none; 
 }
 
 
 
  /* end Sitemap */
  
 
  /* Landing Page Feature Well FlexSlider */
 
  #flexslider-1 {
	margin:0px 0 60px 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 #97BB59;
	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.flex-active-slide .views-field-field-feature-text, .landing-page-feature-well #flexslider-1 li .views-field-field-feature-text {
	display:none;	
}

.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 {
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',times new roman,serif;
font-size: 12px;
font-weight: 200;
padding: 4px 10px;
text-decoration: none;
}

.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-color: #06317c;
background-image: 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:11px;
}

.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:12px;	
	font-weight:normal;
	overflow:hidden;
	height:auto;
	display:none;
}



 .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:5px;
	position:absolute;
	top:0px;
	text-align:center;
	width:100px;
	height:260px;	
	padding:10px 20px;
}


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





/* end Landing page FlexSlider */


/* Photo Showcase Block */

#region-content .block-views-photo-showcase-block-1 {
	margin-bottom:0px;	
}

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

#block-views-photo-showcase-block .views-row-1 {
	display:block;
	width:150px;
	float:none;	
	margin-bottom:30px;
	padding:10px;
	background: none repeat scroll 0 0 #f5f4f4;

}

#block-views-photo-showcase-block .views-row-2, 
#block-views-photo-showcase-block .views-row-3 {
	display:block;
	float:none;
	width:150px;
	margin-left:0px;
	margin-bottom:30px;
	background:#CCC;
	padding:10px;
background: none repeat scroll 0 0 #f5f4f4;	

	
}

#block-views-photo-showcase-block .views-field-field-featured-image img, 
#block-views-photo-showcase-block .views-field-field-featured-image img, 
#block-views-photo-showcase-block .views-field-field-featured-image 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;	
}

.view-id-photo_showcase img {
	width:100%;
	height:auto;	
}

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


/* end Photo Showcase Block */

/* Blog Site Pages */

#region-content .view-blogs-category ul {
	margin-left:0px;	
}

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

.not-front #region-content .view-blogs .views-row .views-field-title {
	font-size:14px;	
}

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

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

.not-front .pane-blogs-category .views-field-title a {
	font-size:18px;
	font-weight:700;
	color:#00436F;	
}

.not-front .pane-blogs-category .views-field-field-blog-author p {
	margin-bottom:0px;
	
}

.not-front .pane-blogs-category img {
	max-width:95%;
	height:auto !important;	
}

.not-front .pane-blogs-category li {
	margin-bottom:60px;	
}

.not-front .pane-blogs-category .views-field-body li {
	margin-bottom:20px;	
}

.field-name-field-blog-author .field-label {
	font-weight:normal;	
}



/* end Blog Site Pages */

/* Right Sidebar Displays */

.not-front #region-sidebar-right .panel-display .pane-content .views-row,
.not-front #region-sidebar-right .newsroom-channeled .views-row,
.not-front #region-sidebar-right .block-views .views-row {
	margin-top:15px;
	margin-bottom:0px;	
}

.not-front #region-sidebar-right .view-id-blogs h4.views-field a {
	font-size:15px;	
}

.not-front #region-sidebar-right .pane-blogs-category .views-field-title a {
	font-size:12px;
	font-weight:700;
	color:#00436F;
}

  
/* List View in Main Content */

#region-content .block-views .views-row {
	display:block;
	float:left;
	margin:20px 0;
	clear:both;
	*width:100%;	
}

#region-content .block-views .views-field-field-thumbnail-image img {
	float:left;
	height:auto;
	width:auto;
	margin:20px;
	border:solid 1px #e5e5e5;	
}

/* end List View in Main Content */

/* Panel Display in Main Content */

.not-front #region-content h2.block-title {
	font-size:22px;	
}

#region-content .panel-2col .panel-panel {
background: #f5f4f4;

padding:10px;
width:40%;
		
}

#region-content .panel-display .pane-content .views-row {
	margin-top:15px;	
}


#region-content .panel-display .panel-panel img {
	width:100% !important;
	height:auto !important;
	margin:10px 0;	
}

/* Nodeblock Display in Main Content */

#region-content .block-nodeblock {
background: #f5f4f4;
padding:20px;
margin-bottom: 20px;
width: 90%;
}

/* Stats Number Nodeblock */

#region-sidebar-right .stat-block .stats-number {
	font-family:Impact, Charcoal, sans-serif;
	font-weight:normal;
	font-size:22px;
	color:#590604;
	
}

#region-sidebar-right .stat-block p.stat {
	font-size:14px;
	color:#000;	
}

#region-sidebar-right .stat-block .stats-title {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#333;	
}

/* End Stats Number Nodeblock */

/* External Link Popup */

#cboxLoadedContent  {
	font-size:16px;
	padding:20px;	
}


/* end External Link Popup */

/* Marketing Banner Page */

#region-content .block-views .view-newsroom-banners .views-row, 
#region-content .block-views .view-newsroom-banners .views-row .views-field {
	clear:both;
	max-width:90% !important;	
}

#region-content .block-views .view-newsroom-banners .views-field-field-thumbnail-image img {
	max-width:100%;
	height:auto;
	margin:10px 0;
		
}

#region-content .block-views .view-newsroom-banners .view-content ol {
	list-style:decimal outside  	
}



/* end Marketing Banner Page */

/* Dynamic Documents pages */

#region-content .block-views .view-documents-type .views-row .views-field-created {
	width:120px;
	float:left;
	clear:right;	
}

#region-content .block-views .view-documents-type .views-row .views-field-field-document-type-tax {
	clear:right;
	float:left;
	margin-left:50px;	
}

#region-content .block-views .view-documents-type .views-row .views-field-field-document-posting-date {
 display: inline;  
}



#region-content .block-views .view-documents-type .views-row .views-field-field-document-attachment {
	width:70%;
	margin-left:120px;
	clear:left;	
}

#region-content .view-documents-type .date-display-single {
	float:left;	
}

/* Logos Page */

#region-content .block-views .view-newsroom-logos .item-list {
	clear:both;	
}




/* Results of Grants Competitions */

#node-13303 {
	background: rgb(238,238,238); /* Old browsers */

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

background: url(d5695ce0b3bbc7b0a03273738a00c4ba87889255.) ;

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:10px;
	margin-bottom:10px;	
}

#block-views-grants-competition-block-4,
#block-views-grants-competition-block-5 {
	margin-bottom:20px;	
	padding:10px;
}

#block-views-grants-competition-block,
#block-views-grants-competition-block-5,
#block-views-evidence-exchange-block,
#block-views-evidence-exchange-block-1 {
	background:#e5e5e5;
	padding:10px;	
}

#block-views-grants-competition-block th a:link, 
#block-views-evidence-exchange-block th a:link, 
#block-views-evidence-exchange-block-1 th a:link {
	font-size:12px;
	font-weight:bold;	
}




/* Employers for National Service Styling */

.page-node-30931 .container-12 .grid-6, .page-node-30820 .container-12 .grid-6, .page-node-27376 .container-12 .grid-6, .page-node-28001 .container-12 .grid-6 {
width: 73.0%;
}

.page-node-30931 table th, .page-node-30820 table th, .page-node-27376 table th, .page-node-28001 table th {
 font-weight: bold; 
}


.page-node-30931 .views-exposed-form .views-exposed-widget .form-submit, .page-node-30820 .views-exposed-form .views-exposed-widget .form-submit, .page-node-27376 .views-exposed-form .views-exposed-widget .form-submit, .page-node-28001 .views-exposed-form .views-exposed-widget .form-submit {
margin-top: 13px;
}

.page-node-30931 button, .page-node-30931 input[type="reset"], .page-node-30931 input[type="submit"], .page-node-30820 button, .page-node-30820 input[type="reset"], .page-node-30820 input[type="submit"], .page-node-27376 input[type="button"], .page-node-27376 button, .page-node-27376 input[type="reset"], .page-node-27376 input[type="submit"], .page-node-27376 input[type="button"], .page-node-28001 button, .page-node-28001 input[type="reset"], .page-node-28001 input[type="submit"], .page-node-28001 input[type="button"] {
padding: 0px 11px 4px;
}

.page-node-30931 .views-field-view-node, .page-node-30820 .views-field-view-node, .page-node-27376 .views-field-view-node, .page-node-28001 .views-field-view-node {
 width: 80px; 
}


/* End of Employers of National Service Styling */




.node-evidence-exchange-document .field {
  margin-bottom: 15px;
}
  
  

/* National Service State Contacts */

#region-content .view-state-office-contact h3 {
	margin-top:20px;	
}

#region-content .view-state-office-contact .views-row {
	background: rgb(255,255,255); /* Old browsers */

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

background: url(b9369253f7cec86c1dffed7e6796d22f875b3e42.) ;

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

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

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

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

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

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

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

padding:10px;
	
}

#region-content article.node-state-profile .field-name-field-year-span .field-item {
	color:#590604;
	font-size:21px;
	font-weight:bold;
	
}

/* end National Service State Contacts */

/* Data Sources Page */


.not-front #block-views-documents-type-block-5 div.views-row {
	border-bottom:1px solid #e5e5e5;
	margin-top:10px;	
}

.not-front #node-12026 ul li {
	border-bottom:1px solid #e5e5e5;
	padding:20px;
	list-style:none;	
}

.not-front #node-12026 ul li a {
	background: url(e835dd11b95d608e86551b3e3d7fd15f5995c75b.png)  no-repeat scroll left center transparent;
	padding:10px 40px;	
}

.not-front #node-12026 ul {
	margin-left:-35px;	
}

/*  end Data Sources Page */

/* CNCS Forms */

.not-front #block-views-documents-type-block-2 tr th {
	font-weight:bold;	
}

.not-front #block-views-documents-type-block-2 tr td.views-field-title {
	color:#590604;
	font-size:14px;
	font-weight:600;	
}

#block-views-documents-type-block-2 table tr td {
	padding:20px 10px;
	
}

/* Honor Roll Page */

td.honor-roll-table-image {
	width:25%;	
}

/* Segal Award Map */

#region-content img.olTileImage {
	max-width:none;	
}



/* Media Gallery */

.region-content-inner .view-media-gallery tr {
    border-bottom: none;
}

#region-content .node-photo img {
    border: 1px solid #E5E5E5;
    max-width: none;
    padding: 15px;
}
#region-content .node-photo .field-name-body p {
    display: none;
}
.node-photo td:hover {
    background-color: #FFFFFF;
}
.node-media-gallery table {
    border: medium none;
}
.node-media-gallery tr:hover td {
    background: none;
}

#cboxPrevious, #cboxNext, #cboxClose {
	border:none;	
}

/* Fit FInder */

body.popup #breadcrumb,
body.popup #page-title {
    display: none;
}



/* Progress Bar */

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* Service Registry: Browse Projects */

#block-nodeblock-14544 br {
	display:none;	
}


.view-staff-directory-3
{
   border: 0px solid #eee;
   width: 950px;
}

.view-staff-directory-5
{
 border: 0px solid #eee;
 width: 950px;
}

.view-staff-directory-6
{
 width: 950px;
}
.directorytablerow
{
  font-size: .854em;
}

.views-field-field-phone
{
  white-space: nowrap;
}

#edit-field-state-2-value
{
 width: 50px;
}

#region-content-top .block-views-feature-well-block {
margin-bottom: 20px;
max-height: 285px;
}

.landing-page-feature-well li .views-field-nothing.nofwshow {
display: none;
}



/*------------------- Social Media Hub -------------------------*/


.page-node-23265 #zone-content .container-12,
.page-node-23265 #zone-content .grid-6 {width:72%;}

.page-node-23265 #zone-content #region-sidebar-right { display:none;}

.smh-title-logo {float: left; padding-right: 15px;}
#region-content .smh-title-logo img {max-width: 100%;}
#region-content .smh-title-links a {
	width:35px;
	height:35px;
	display:block;
	text-indent:-100em;
	overflow:hidden;}

#region-content .smh-title-links .smh-twitter-sm a {
	background: url(28db709b1cdef41039a4f90f2b2c88561ad4bf93.png)  no-repeat scroll 0 -56px transparent;}
#region-content .smh-title-links .smh-facebook-sm a {
	background: url(a92b045f7e6102b0a04d848bc4af554d97a17e41.png)  no-repeat scroll 0 -56px transparent;}
#region-content .smh-title-links .smh-youtube-sm a {
	background: url(2f91d821a1d73bbbbe699afee3c49d91c1e6a9a6.png)  no-repeat scroll 0 -56px transparent;}
#region-content .smh-title-links .smh-instagram-sm a {
	background: url(ba0e8f4e8b156e16d697219ac411fe181996e262.png)  no-repeat scroll 0 -56px transparent;}
#region-content .smh-title-links .smh-tumblr-sm a {
	background: url(67cdcef9fde3aba732f9b1b1be5897a1fc74ab6d.png)  no-repeat scroll 0 -56px transparent;}
#region-content .smh-title-links .smh-blogger-sm a {
	background: url(dabec305368d9230b9429370985552db9597797f.png)  no-repeat scroll 0 -56px transparent;}

#region-content .smh-title {
	float: left;
	color: #590604;
    font-size: 23px;
    font-family: 'Neuton', 'Neuton-Light', times new roman,serif;    font-weight: 600;
    line-height: 1.2; 
	padding-top: 10px;}
	
#region-content .smh-title-links {float: right;}

#block-block-30 {
	padding-bottom: 10px;
	clear: both;
	border-bottom: 1px solid #cac9c9;}
	
#region-content .smh-title-links .smh-twitter-sm, #region-content .smh-title-links .smh-facebook-sm, #region-content .smh-title-links .smh-youtube-sm, #region-content .smh-title-links .smh-instagram-sm, #region-content .smh-title-links .smh-tumblr-sm, #region-content .smh-title-links .smh-blogger-sm {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

.page-node-23265 #block-views-smh-cncs-twitter-block-8,
.page-node-23265 #block-views-smh-cncs-twitter-block-9,
.page-node-23265 #block-views-smh-cncs-twitter-block {width: 45%; float: left;}
.page-node-23265 #block-views-smh-cncs-twitter-block-8 .views-row,
.page-node-23265 #block-views-smh-cncs-twitter-block .views-row {margin: 10px 0 15px; color: #ffffff;}
.page-node-23265 #block-views-smh-cncs-twitter-block-8 .views-field-profile-image-url img,
.page-node-23265 #block-views-smh-cncs-twitter-block .views-field-profile-image-url img {display:none;}
.page-node-23265 #block-views-smh-cncs-twitter-block-8 .views-field-profile-image-url,
.page-node-23265 #block-views-smh-cncs-twitter-block .views-field-profile-image-url {
	background: url(28db709b1cdef41039a4f90f2b2c88561ad4bf93.png)  no-repeat scroll 0 0 transparent;
	padding-left:60px;
	height:53px;
	overflow:hidden;
	float: left;}
.page-node-23265 #block-views-smh-cncs-twitter-block-8 .views-field-name,
.page-node-23265 #block-views-smh-cncs-twitter-block .views-field-name {
	color: #002a68;
	float: left;
    font-size: 18px;
    font-family: Arial,Helvetica,Sans-Serif;
	margin-right: 10px;
    font-weight: bold;}
.page-node-23265 #block-views-smh-cncs-twitter-block-8 .views-field-screen-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-8 .views-field-screen-name a,	
.page-node-23265 #block-views-smh-cncs-twitter-block .views-field-screen-name,
.page-node-23265 #block-views-smh-cncs-twitter-block .views-field-screen-name a {
	color: #999999;
    font-size: 14px;
    font-family: Arial,Helvetica,Sans-Serif;}
.page-node-23265 #block-views-smh-cncs-twitter-block-8 .views-field-text,
.page-node-23265 #block-views-smh-cncs-twitter-block .views-field-text {
	float: right;
	clear: both;
	color: #000000;
	font-size: 14px;
	padding-left: 63px;
	text-align:left;
	margin-top: -25px;}
.page-node-23265 #block-views-smh-cncs-twitter-block-8 .views-field-created-time,
.page-node-23265 #block-views-smh-cncs-twitter-block .views-field-created-time {
	padding-left: 63px;
	font-size: 12px;
	color: #999999;
	padding-top:7px;
	clear: both; }

#block-block-39, #block-block-37 {width: 48%; float: right; margin-top:10px;}


#block-block-38 {
width: 48%;
float: left;
margin-top: 10px;
}

#block-block-38 iframe,
#block-block-39 iframe,
#block-block-38 iframe,
#block-block-35 iframe,
#block-block-37 iframe {
	border: 1px solid #E6E6E6;
    padding: 8px;}

#block-block-38 .smh-youtube a, #block-block-39 .smh-youtube a, #block-block-36 .smh-youtube a, #block-block-35 .smh-youtube a, #block-block-37 .smh-youtube a, #block-block-38 .smh-youtube a{
    background: url(2f91d821a1d73bbbbe699afee3c49d91c1e6a9a6.png)  no-repeat scroll 1px 1px transparent;
    height: 53px;
    overflow: hidden;
    padding-left: 60px;
	color: #002a68;
    font-size: 18px;
    font-family: Arial,Helvetica,Sans-Serif;
    font-weight: bold;
	padding-bottom:35px;}

#block-block-38 .smh-youtube-embed, #block-block-39 .smh-youtube-embed, #block-block-35 .smh-youtube-embed, #block-block-37 .smh-youtube-embed, #block-block-38 .smh-youtube-embed {padding-left:63px;}

#block-block-38 .smh-youtube-caption, #block-block-39 .smh-youtube-caption, #block-block-35 .smh-youtube-caption, #block-block-37 .smh-youtube-caption, #block-block-38 .smh-youtube-caption{
	padding-left: 75px;
	color: #002a68;
    font-family: Arial,Helvetica,Sans-Serif;
    font-weight: bold;}

#block-block-32,
#block-block-40,
#block-block-30,
#block-block-34,
#block-block-36,
#block-block-29,
#block-block-35,
#block-block-33,
#block-block-31 {
	padding: 50px 0 10px;
	clear: both;
	border-bottom: 1px solid #cac9c9;}

.page-node-23265 #block-views-smh-cncs-twitter-block-7, .page-node-23265 #block-views-smh-cncs-twitter-block-6 {
float: left;
width: 48%;
}

.page-node-23265 #block-views-smh-cncs-twitter-block-11, .block-views-smh-cncs-twitter-block-12 {width: 100%; float: left;}

.page-node-23265 #block-views-smh-cncs-twitter-block-2 .views-row,
.page-node-23265 #block-views-smh-cncs-twitter-block-7 .views-row,
.page-node-23265 #block-views-smh-cncs-twitter-block-9 .views-row,
.page-node-23265 #block-views-smh-cncs-twitter-block-1 .views-row,
.page-node-23265 #block-views-smh-cncs-twitter-block-10 .views-row,
.page-node-23265 #block-views-smh-cncs-twitter-block-6 .views-row {margin: 10px 0 15px; color: #ffffff;}
.page-node-23265 #block-views-smh-cncs-twitter-block-2 .views-field-profile-image-url img,
.page-node-23265 #block-views-smh-cncs-twitter-block-7 .views-field-profile-image-url img,
.page-node-23265 #block-views-smh-cncs-twitter-block-1 .views-field-profile-image-url img,
.page-node-23265 #block-views-smh-cncs-twitter-block-9 .views-field-profile-image-url img,
.page-node-23265 #block-views-smh-cncs-twitter-block-10 .views-field-profile-image-url img,
.page-node-23265 #block-views-smh-cncs-twitter-block-11 .views-field-profile-image-url img,
.page-node-23265 #block-views-smh-cncs-twitter-block-12 .views-field-profile-image-url img,
.page-node-23265 #block-views-smh-cncs-twitter-block-6 .views-field-profile-image-url img {display:none;}
.page-node-23265 #block-views-smh-cncs-twitter-block-2 .views-field-profile-image-url,
.page-node-23265 #block-views-smh-cncs-twitter-block-1 .views-field-profile-image-url,
.page-node-23265 #block-views-smh-cncs-twitter-block-7 .views-field-profile-image-url,
.page-node-23265 #block-views-smh-cncs-twitter-block-9 .views-field-profile-image-url,
.page-node-23265 #block-views-smh-cncs-twitter-block-10 .views-field-profile-image-url,
.page-node-23265 #block-views-smh-cncs-twitter-block-11 .views-field-profile-image-url,
.page-node-23265 #block-views-smh-cncs-twitter-block-12 .views-field-profile-image-url,
.page-node-23265 #block-views-smh-cncs-twitter-block-6 .views-field-profile-image-url {
	background: url(28db709b1cdef41039a4f90f2b2c88561ad4bf93.png)  no-repeat scroll 0 0 transparent;
	padding-left:60px;
	height:53px;
	overflow:hidden;
	float: left;}
	
.page-node-23265 #block-views-smh-cncs-twitter-block-2 .views-field-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-1 .views-field-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-9 .views-field-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-10 .views-field-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-7 .views-field-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-11 .views-field-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-12 .views-field-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-6 .views-field-name {
	color: #002a68;
	float: left;
    font-size: 18px;
    font-family: Arial,Helvetica,Sans-Serif;
	margin-right: 10px;
    font-weight: bold;}

.page-node-23265 #block-views-smh-cncs-twitter-block-2 .views-field-screen-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-2 .views-field-screen-name a,
.page-node-23265 #block-views-smh-cncs-twitter-block-7 .views-field-screen-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-7 .views-field-screen-name a,
.page-node-23265 #block-views-smh-cncs-twitter-block-1 .views-field-screen-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-1 .views-field-screen-name a,
.page-node-23265 #block-views-smh-cncs-twitter-block-9 .views-field-screen-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-9 .views-field-screen-name a,
.page-node-23265 #block-views-smh-cncs-twitter-block-10 .views-field-screen-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-10 .views-field-screen-name a,
.page-node-23265 #block-views-smh-cncs-twitter-block-6 .views-field-screen-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-6 .views-field-screen-name a,
.page-node-23265 #block-views-smh-cncs-twitter-block-11 .views-field-screen-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-11 .views-field-screen-name a, 
.page-node-23265 #block-views-smh-cncs-twitter-block-12 .views-field-screen-name,
.page-node-23265 #block-views-smh-cncs-twitter-block-12 .views-field-screen-name a{
	color: #999999;
    font-size: 14px;
    font-family: Arial,Helvetica,Sans-Serif;}

.page-node-23265 #block-views-smh-cncs-twitter-block-2 .views-field-text,
.page-node-23265 #block-views-smh-cncs-twitter-block-7 .views-field-text,
.page-node-23265 #block-views-smh-cncs-twitter-block-1 .views-field-text,
.page-node-23265 #block-views-smh-cncs-twitter-block-9 .views-field-text,
.page-node-23265 #block-views-smh-cncs-twitter-block-10 .views-field-text,
.page-node-23265 #block-views-smh-cncs-twitter-block-11 .views-field-text,
.page-node-23265 #block-views-smh-cncs-twitter-block-12 .views-field-text,
.page-node-23265 #block-views-smh-cncs-twitter-block-6 .views-field-text {
	float: right;
	clear: both;
	color: #000000;
	font-size: 14px;
	padding-left: 63px;
	text-align:left;
	margin-top: -25px;}

.page-node-23265 #block-views-smh-cncs-twitter-block-2 .views-field-created-time,
.page-node-23265 #block-views-smh-cncs-twitter-block-1 .views-field-created-time,
.page-node-23265 #block-views-smh-cncs-twitter-block-9 .views-field-created-time,
.page-node-23265 #block-views-smh-cncs-twitter-block-10 .views-field-created-time,
.page-node-23265 #block-views-smh-cncs-twitter-block-7 .views-field-created-time,
.page-node-23265 #block-views-smh-cncs-twitter-block-11 .views-field-created-time,
.page-node-23265 #block-views-smh-cncs-twitter-block-12 .views-field-created-time,
.page-node-23265 #block-views-smh-cncs-twitter-block-6 .views-field-created-time {
	padding-left: 63px;
	font-size: 12px;
	color: #999999;
	padding-top:7px;
	clear: both; }
	
.page-node-23265 #block-views-smh-cncs-twitter-block-2 ul li.views-row {
	float: left;
	clear: none;
	}

.page-node-23265 #block-views-smh-cncs-twitter-block-1 ul li.views-row,
.page-node-23265 #block-views-smh-cncs-twitter-block-10 ul li.views-row, 
.page-node-23265 #block-views-smh-cncs-twitter-block-11 .views-row, 
.page-node-23265 #block-views-smh-cncs-twitter-block-12 .views-row{
    float: left;
	clear:none;
     width: 45%; }

.page-node-23265 #block-views-smh-cncs-twitter-block-1 ul li.views-row-odd,
.page-node-23265 #block-views-smh-cncs-twitter-block-10 ul li.views-row-odd, 
.page-node-23265 #block-views-smh-cncs-twitter-block-11 ul li.views-row-odd, 
.page-node-23265 #block-views-smh-cncs-twitter-block-12 ul li.views-row-odd
{margin-right: 60px;}
	
#block-views-smh-cncs-twitter-block-2 {/* clear:both; */float: left;width: 45%;}
	
#block-aggregator-feed-1,
#block-aggregator-feed-2,
#block-aggregator-feed-3,
#block-aggregator-feed-4,
#block-aggregator-feed-5{
	float:left;
	padding-top: 15px;
	clear: both;
	width:48%;
	height: 260px;}

#block-aggregator-feed-1 {height:405px;}
#block-aggregator-feed-9,
#block-aggregator-feed-8{
	float:right;
	padding-top: 15px;
	clear: none;
	width:48%;
	height: 130px;}

#block-aggregator-feed-5 {clear:none; height:140px;}

#block-aggregator-feed-1 .block-inner,
#block-aggregator-feed-2 .block-inner,
#block-aggregator-feed-3 .block-inner,
#block-aggregator-feed-4 .block-inner,
#block-aggregator-feed-5 .block-inner,
#block-aggregator-feed-9 .block-inner,
#block-aggregator-feed-8 .block-inner{
	height:53px;
	float: left;}

#block-aggregator-feed-1 .content ul,
#block-aggregator-feed-2 .content ul,
#block-aggregator-feed-3 .content ul,
#block-aggregator-feed-4 .content ul,
#block-aggregator-feed-5 .content ul,
#block-aggregator-feed-9 .content ul,
#block-aggregator-feed-8 .content ul {margin-left: 0;}

#block-aggregator-feed-1 .content ul li,
#block-aggregator-feed-2 .content ul li,
#block-aggregator-feed-3 .content ul li,
#block-aggregator-feed-4 .content ul li,
#block-aggregator-feed-5 .content ul li{
	background: url(0e52f844e24091b6a97df2449ba4ca5d129648c9.png)  no-repeat scroll 0 0 transparent;
	height: 95px;
    padding: 30px 0 10px 65px;
    width: 300px;
	list-style:none;
	font-size: 14px;
	margin-left:14px;}

#block-aggregator-feed-3 .content ul li {
	background: url(2ed769243df84df0469d52ec0c17ca794cf1a9f2.png)  no-repeat scroll 0 0 transparent;}
#block-aggregator-feed-4 .content ul li {
	background: url(a89ca475f72c6ca1087680830ab67dc4fd2f041d.png)  no-repeat scroll 0 0 transparent;}
#block-aggregator-feed-5 .content ul li {
	background: url(075ea07e5ba4572afdb080142f62767b2e44f190.png)  no-repeat scroll 0 0 transparent;}
#block-aggregator-feed-2 .content ul li {
	background: url(7765191bda916e4dee45352b0ad93ad064062597.png)  no-repeat scroll 0 0 transparent;}
#block-aggregator-feed-8 .content ul li{
	background: url(39bb8f604003e191bd16f5210412e2dd1630ddc0.png)  no-repeat scroll 0 0 transparent;
	height: 95px;
    padding: 30px 0 10px 65px;
    width: 300px;
	list-style:none;
	font-size: 14px;
	margin-left:14px;}

#block-aggregator-feed-9 .content ul li{
	background: url(757c22d4d84f8d0dc8522d31ba6a94e92e8ee97d.png)  no-repeat scroll 0 0 transparent;
	height: 95px;
    padding: 30px 0 10px 65px;
    width: 300px;
	list-style:none;
	font-size: 14px;
	margin-left:14px;}
	
#block-aggregator-feed-1 .content ul li a,
#block-aggregator-feed-2 .content ul li a,
#block-aggregator-feed-3 .content ul li a,
#block-aggregator-feed-4 .content ul li a,
#block-aggregator-feed-5 .content ul li a,
#block-aggregator-feed-9 .content ul li a,
#block-aggregator-feed-8 .content ul li a{font-size: 14px;}

#block-aggregator-feed-1 .block-title,
#block-aggregator-feed-2 .block-title,
#block-aggregator-feed-3 .block-title,
#block-aggregator-feed-4 .block-title,
#block-aggregator-feed-5 .block-title,
#block-aggregator-feed-9 .block-title,
#block-aggregator-feed-8 .block-title,
#block-aggregator-feed-1 .more-link,
#block-aggregator-feed-2 .more-link,
#block-aggregator-feed-3 .more-link,
#block-aggregator-feed-4 .more-link,
#block-aggregator-feed-5 .more-link,
#block-aggregator-feed-9 .more-link,
#block-aggregator-feed-8 .more-link {display: none;}

.facebook-date{ 
	color: #999999;
    font-size: 12px;
    padding-top: 7px;
}
	
#zone-home-second-zone-wrapper .view-display-id-block_2 .views-field-field-feature-image img {
border-radius: 65px;
}

.page-node-23265 #block-views-instagrams-block {
 float: right;
 width: 48%;
}

.page-node-23265 #block-views-instagrams-block .views-row {
padding-left: 63px;
}

.page-node-23265 #block-views-instagrams-block img {
height: auto !important;
max-width: 95%;
width: 100%;
}

.page-node-23265 #block-views-instagrams-block .views-field-caption {
  clear: both;
    color: #000000;
    float: right;
    font-size: 14px;
    margin-top: 10px;
}

.page-node-23265 #block-views-instagrams-block h2 {
background: url(ba0e8f4e8b156e16d697219ac411fe181996e262.png)  no-repeat scroll 0 0 transparent;
float: left;
height: 53px;
overflow: hidden;
padding-left: 60px;
text-indent: -99999px;
position: absolute;
margin-top: 10px;
}

.page-node-28085 .facebookWrap {
    clear: none;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

.page-node-28085 a.facebook, .page-node-28085 a.facebook:hover {
    background: url(bec3e63f07f786ba6799974cc471889e4a99f4bd.png)  no-repeat left center #3c5b9b;
}

.page-node-28085 .facebookWrap a {
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px 10px 10px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}




	
/*---------- End Social Media Page Styling -------------------*/


/*--------------- Start NCCC Redesign ------------------------*/
/*
.page-node-7096.node-type-landing-page #region-sidebar-right,
.node-type-nccc-member #region-sidebar-right,
.page-node-7096.node-type-landing-page .clearfix .nodequeue-toggle-ref-breaking_news,
.page-node-7096.node-type-landing-page .clearfix .statistics_counter,
.node-type-nccc-member .clearfix .statistics_counter {display: none;}

.node-type-nccc-member #zone-content .container-12,
.node-type-nccc-member #zone-content .grid-6,
.page-node-7096 #zone-content .container-12, 
.page-node-7096 #zone-content .grid-6 { width: 72%;}

.page-node-7096 table {
	text-align: center;
	border:none;}
	
.page-node-7096 th {
	background:none;
	border:none;
	text-align:center;}
	
.page-node-7096 tr {border: none;}
.not-front.page-node-7096 table tr td {
	vertical-align: middle;
	padding: 16px 8px;}
.page-node-7096 table th {
	color: #590604;
	font-size:25px;
	font-family: Arial,Helvetica,Sans-Serif;
	font-weight: bold;}
.page-node-7096 table td {
	color: #333333;
	font-size:21px;
	font-family: Arial,Helvetica,Sans-Serif;
	font-weight: bold;}
.page-node-7096 table td span{color: #590604;}
.page-node-7096 .region-content-inner .field-items table td img{
	float: none;
	padding: 0;}
.page-node-7096 table tr.total {
	background-color: #fce9e9;
	border-bottom: 6px solid #FFFFFF;}
.page-node-7096 table tr.left-over,
.page-node-7096 table tr.savings {
	background-color: #fcf4f4;
	border-bottom: 6px solid #FFFFFF;
	height: 80px;}
.page-node-7096 table tr td .middle {
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;}
.page-node-7096 table tr td .segal {font-size:10px;}
.page-node-7096 .travel,
.page-node-7096 .friends,
.page-node-7096 .technical {
	float:left;
	width:33%;}
	
.page-node-7096 .benefits-pics {
	height: 200px;
	padding: 10px 0;}
.page-node-7096 .travel img,
.page-node-7096 .friends img,
.page-node-7096 .technical img {
	display: block;
	margin: 0 auto;
	padding: 0 0 10px 0;
	float: none;}
	
.page-node-7096 .travel .travel-text,
.page-node-7096 .friends .friends-text,
.page-node-7096 .technical .technical-text {
	float:none;
	clear:both;
	text-align: center;
	color: #06317c;
	font-size:16px;
	font-weight:bold;}

.page-node-7096 .nccc-apply-now {
	display:block;
	width:230px;
	margin:40px auto;}

.page-node-7096 .nccc-apply-now a {
	background-color: #06317c;
	color: #ffffff;
	font-weight:bold;
	font-family:arial,helvetica,sans-serif;
	font-size: 24px;
	padding:15px 45px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; }

.page-node-7096 .nccc-apply-now a:hover {
	text-decoration: none;
	background-color: #03183e;}

.node-type-nccc-member .content .field-name-field-name {	
	color:#590604;
	font-family:arial,helvetica,sans-serif;
	font-size:26px;
	font-weight:bold;
	margin-bottom:20px;}
	
.node-type-nccc-member .content .field-name-field-profile-image{
	width: 400px;
	clear:both;
	float:left;}
	
.node-type-nccc-member .content .field-name-field-served-in,
.node-type-nccc-member .content .field-name-field-duration,
.node-type-nccc-member .content .field-name-field-worked-with,
.node-type-nccc-member .content .field-name-field-in-their-own-words {
	color: #590604;
	font-size:15px;
	padding-left: 400px;}

.node-type-nccc-member .content .field-name-field-served-in,
.node-type-nccc-member .content .field-name-field-duration,
.node-type-nccc-member .content .field-name-field-worked-with {
	margin-bottom: 20px;}

.page-node-7096 #block-block-30,
.node-type-nccc-member h1#page-title {display:none;}

#block-views-nccc-other-profiles-block {margin-bottom: 30px;}
#block-views-nccc-other-profiles-block .content .view-header {font-weight:normal;}
#block-views-nccc-other-profiles-block .content .views-row {
	margin: 10px 17px 10px 0;
	float:left;
	clear:none;
}
*/

	
/************ ******************** *************** ********************* ******************* **************** ***************** *********************** ************************ ************************ Responsive Styles ********************************* **************************** ************ *********** *************** ****************************************** ****************************** ******************************************** ************* ****************** ******************** ************** *********************** **************** *********************** *******************/


/* For Media Hub Page */
	
@media all and (max-width: 720px) and (min-width: 0px) {
  #region-content .smh-title {
    display: none;
  }
  
  
  .page-node-23265 #zone-content .block {
  clear: both !important; 
  float: none !important; 
  width: 95% !important;
  }
  
  .page-node-23265 #block-views-smh-cncs-twitter-block-1 ul li.views-row-odd, .page-node-23265 #block-views-smh-cncs-twitter-block-10 ul li.views-row-odd {
    margin-right: 0px;
}
.page-node-23265 #block-views-smh-cncs-twitter-block-1 ul li.views-row, .page-node-23265 #block-views-smh-cncs-twitter-block-10 ul li.views-row {
    clear: none;
    float: none;
    width: auto;
}

.page-node-23265 #zone-content .container-12,
.page-node-23265 #zone-content .grid-6 {width:90%;}

#block-views-instagrams-block .content .views-field-caption {
    width: 90%;
}

#block-views-instagrams-block ul li.views-row img {
    width: 90%;
}

#region-content .block-smh-cncs-twitter-block ul {
    margin-left: 3px;
}

.page-node-23265 #block-views-smh-cncs-twitter-block-2 .views-field-text, .page-node-23265 #block-views-smh-cncs-twitter-block-7 .views-field-text, .page-node-23265 #block-views-smh-cncs-twitter-block-1 .views-field-text, .page-node-23265 #block-views-smh-cncs-twitter-block-9 .views-field-text, .page-node-23265 #block-views-smh-cncs-twitter-block-10 .views-field-text, .page-node-23265 #block-views-smh-cncs-twitter-block-11 .views-field-text, .page-node-23265 #block-views-smh-cncs-twitter-block-6 .views-field-text {
    margin-top: 0;
}

.page-node-23265 #block-views-smh-cncs-twitter-block-2 .views-field-name, .page-node-23265 #block-views-smh-cncs-twitter-block-1 .views-field-name, .page-node-23265 #block-views-smh-cncs-twitter-block-9 .views-field-name, .page-node-23265 #block-views-smh-cncs-twitter-block-10 .views-field-name, .page-node-23265 #block-views-smh-cncs-twitter-block-7 .views-field-name, .page-node-23265 #block-views-smh-cncs-twitter-block-11 .views-field-name, .page-node-23265 #block-views-smh-cncs-twitter-block-6 .views-field-name {
    float: none;
}


.page-node-23265 #block-views-smh-cncs-twitter-block-8 .views-field-name, .page-node-23265 #block-views-smh-cncs-twitter-block .views-field-name {
    float: none;
}


.page-node-23265 #block-views-smh-cncs-twitter-block-8 .views-field-text, .page-node-23265 #block-views-smh-cncs-twitter-block .views-field-text {
    margin-top: 0px;
}


.smh-title-logo {
    padding-right: 0px;
}

a.footer-sprite {
    margin-left: 3px;
    margin-right: 3px;
}

#zone-social {
width: 265px;
margin: 0 auto;
}
    
}




@media screen and (max-width: 739px) {

#region-sidebar-left ul.menu {
    display: none;
}

#region-sidebar-left li a:active, #region-sidebar-left li a:hover {
    color: #000054;
}


#region-sidebar-left {
display: block;
clear: both;
position: absolute;
z-index: 995;
background-color: #c1342e;
width: 81%;
margin-left: 5% !important;
margin-right: 5% !important;
padding: 15px 15px 10px;
cursor: pointer;
overflow: auto;
}
 
 

#region-sidebar-left h2.block-title {
font-size: 22px;
margin: 0;
font-weight: bold;
color: #ffffff;
margin-bottom: 5px;
padding-bottom: 0px;
background: url(02699f567b8ba9a42f4d206ff7954e89b70b5773.png)  no-repeat scroll right center rgba(0, 0, 0, 0);
background-size: 10%;
margin-right: 5px;
}
 
#region-sidebar-left ul li.collapsed {
list-style-image: none;
list-style-type: none;
font-weight: bold;
}

#region-sidebar-left ul.menu li ul li {
margin-left: 20px;
}

#region-sidebar-left ul.menu {
border-top: 1px solid #ffffff;
padding-top: 10px;
}

#region-sidebar-left ul.menu ul.menu {
border-top: none;
padding-top: 0px;
transition: none;
transform: none;
}


#region-sidebar-left ul.menu li {
margin: 0 0 1em 0.5em;
}

#region-sidebar-left ul.menu li {
margin: 0 0 1em 0.5em;
}

#region-sidebar-left li a {
color: #ffffff;
}

#region-sidebar-left li a.active {
color: #06317c;
}



 ul.menu {
	line-height:1.5; 
	margin-top: 10px;
 }
 
.region-sidebar-left a {
	 color:#ffffff;
	 text-decoration:none; 
 }
 
 .breadcrumb {
 display: none;
 }
 

 
 .responsive-layout-mobile #region-sidebar-left.mobile-intmenu-active ul.menu {
 display: block;
transition: transform 0.8s ease !important;
}

 .responsive-layout-mobile  #region-sidebar-left ul.menu {
display: none;
 }
 
#region-content-top {
 padding-top: 70px;
 margin-bottom: -70px;
}
 
#region-content {
 padding: 70px 15px 10px;
}

#region-sidebar-right {
    width: 90%;
}

.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: 5px;
  width: 100%;
  padding: 10px 0px;
  position: relative;
  margin-top: 15px;
}

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

.landing-page-feature-well #flexslider-1 li.flex-active-slide .read_more_hero {
  margin-top: 40px;
}

}



