/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */

/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */


/* formalize */


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

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

input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}
 
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
padding: 6px 30px 6px 10px;

background-color: #06317c;
background-image: none;
border-radius: 0px;
color: #ffffff !important;
text-decoration: none;
border: 0px solid #fcfcfa;
box-shadow: none;
font-family: 'Raleway', 'Neuton-Light', times new roman,serif;
font-size: 18px;
font-weight: 200;
display: block;
transition: background-color .3s;
-webkit-transition: background-color .3s;
-moz-transition: background-color .3s;
-ms-transition: background-color .3s;
-o-transition: background-color .3s;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* end of formalize */


/* omega branding */

  

.logo-img img {
  width:125%;   
   visibility:visible;
}

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

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

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

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

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

/* end of omega branding */


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

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

/* for chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {  
.form-actions input:hover {
background: rgb(84,117,172); /* Old browsers */

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

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

background: -moz-linear-gradient(top,  rgba(84,117,172,1) 0%, rgba(26,59,125,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(84,117,172,1)), color-stop(100%,rgba(26,59,125,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(84,117,172,1) 0%,rgba(26,59,125,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(84,117,172,1) 0%,rgba(26,59,125,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(84,117,172,1) 0%,rgba(26,59,125,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(84,117,172,1) 0%,rgba(26,59,125,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5475ac', endColorstr='#1a3b7d',GradientType=0 ); /* IE6-8 */




   border-radius:0px;
   border:1px solid #3866a3;
   display:inline-block;
	color:#e5e5e5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:none;}
}


label {
  font-weight: bold;
}

/* end of omega-forms */

/* omega-visuals */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

th a {
  display: block;
}

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

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

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

tr.odd td {
  background: #fff;
}

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

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

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

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

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

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

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

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

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

/* end of omega-visuals */


/* omega-text */

body {
  font: 15px/1.7 Arial, Helvetica, Arial, sans-serif;
}

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

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

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

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

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.05em;
  font-family:Arial, Helvetica, Sans-Serif;
  text-transform:none;
  font-weight:600;
  line-height:1.2;
}

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

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

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

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


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

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

/* end of omega-text */

/* omega-menu */

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

.menu li {
  list-style: none;  
}

/* end of omega-menu */

/* Overall Site css */

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

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

.hidden {
	display: none;	
}

a.button {
	padding: 6px 30px 6px 10px;
	background: url("../images/whitearrow.png") no-repeat scroll right center #06317c;
	border-radius: 0px;
	color: #ffffff !important;
	text-decoration: none;
	opacity: 1;
	border: none;
	box-shadow: none;
	font-family: 'Raleway', 'Neuton-Light', times new roman,serif;
	font-size: 19px;
	font-weight: 200;
	padding:4px 10px;
	text-decoration:none;
}

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

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

.clearfix {
	clear:both;	
}

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

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

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

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

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

	
}

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

	
}

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

	
}

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

	
}

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

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

	
}

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

	
}

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

	
}


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

	
}

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

	
}

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

	
}

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

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

	
}

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

	
}

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

	
}
	
}


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

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


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


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


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


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


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

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




/* Zone User Wrapper*/

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

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

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

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

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

/* End Zone User Wrapper*/

/* Branding */

#zone-branding-wrapper {
	 background:none;
}

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

#zone-branding-wrapper {
	height:130px;
	background:none;

}

}

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

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


/* for chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {  
.branding-data {
	visibility:hidden;
	margin-top:-190px;	
}
}


/* end branding */


/* Story Buttons */

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

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

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

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

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

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

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

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

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

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

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

.story-boxes {
	width:700px;
	text-align:center;	
	margin-top:-70px;
	margin-bottom:0px;
	height:0px;
	margin-right:-260px;

}

/* For Chrome */
@media (-webkit-min-device-pixel-ratio: 0) {
.story-boxes {
	width:700px;
	text-align:center;	
	margin-top:20px;
}
}

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

}

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


}

.story-button br {
	display:block;	
}

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

	}
	
	
	
	
	
	
/* om maxi menu */

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

}

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

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


li a.active {
	color:#bc1611;	
}

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

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

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

#zone-menu-wrapper.fixed2 .om-maximenu ul.om-menu li.om-leaf .om-link {
    display: block;
    padding: 0 9px;
    margin: 0;
    height: 30px;
    line-height: 28px;
}
	
	
	
.om-maximenu .om-maximenu-middle {
		width:705px;
		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-evidence-research .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-evidence-research .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:10px 0 10px 20px;
		border-left: 1px solid #2E5CAD;
		border-right: 1px solid #081534;
	}
	
	.om-maximenu ul.om-menu li.om-leaf .om-link.link-about-cncs  {
	border-right: 1px solid #2E5CAD;
	}

	
	.views-field-field-description-text .field-content .field-content {
		color:#000;	
		font-size:14px;
		font-weight:bold;
	}
	
	.views-field-field-caption .field-content {
		width:180px;
		height:20px;
		font-weight:bold;
		font-size:11px;	
	}
	
	.view-header {
	color: #000;	
	font-size:14px;
	font-weight:bold;
	}
	
	.boxes-box-content h5 {
	margin-left:20px;
	margin-bottom:-5px;	
	}
	
	
	
	.days-of-service-links {
		margin-left:50px;
		margin-top:0px;
		text-align:left;
		width:200px;	
	}
	
	.om-maximenu-middle-right  #boxes-box-maximenu_communities .boxes-box-content h2 {
		margin-bottom:-20px;
		margin-left:20px;
		margin-top:60px;	
	}
	
	.communities-links {
		width:250px;
		margin-left:20px;	
	}
	
.newsroom-links {
		margin-left:250px;	
	}
	
	
	.menu-blogs-title {
		margin-top:-120px;
		margin-left:200px;	
	}
	
	.menu-blogs-title .field-content a {
		display:none;	
	}
	
	.menu-blogs-title .item-list h3 {
		font-size:14px;
		line-height:1;	
	}
	
	



	
	
	
	
/* end om maxi menu */




/* Zone Menu Wrapper*/

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

:root #zone-menu-wrapper {
	margin-top:130px\9;	
}
 
 
 
 /* For Chrome */
@media (-webkit-min-device-pixel-ratio: 0) {
	.zone-menu-wrapper {
background: none;
background-color: #06317c;
padding: 0 0 0px;
margin-bottom:0px;
height:50px;

 }
}
 
 .om-menu-ul-wrapper {
	 width:900px; 
 }
 
 .block-mobile-nav-toggle {
	background:url("../images/social-header_BUTTON.png") no-repeat;
	width:100px;
	height:32px;
	margin-right:-100px;
	margin-top:-2px;
	margin-bottom:-50px;
	float:right;
	display:none;
}

 

 a.link-about-cncs {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
 a.link-newsroom {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
 a.link-programs {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
 a.link-focus-areas {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
 a.link-special-initiatives {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
   a.link-knowledge-networks {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
  a.link-evidence-research {
	 color:#ffffff;
	 text-decoration:none;
	  
 }
 
 .search-bar {
	margin-top: -100px; 
 }
 
 .block-search-form {
	float: right;
	width:210px;
	margin-top:-25px;
	
 }
 
  #edit-actions input.form-submit {
	 display:block; 
	 float:right;
	 margin-right:10px;
	  	display:inline\9; /* for IE9 and below */
		margin-right:15px\9;
	 
 }
 
  /* For Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {  
  #edit-actions input.form-submit {
	 display:block; 
	  float:right;
	 margin-right:15px;
 }
}
 
  #edit-search-block-form--2 {
	 margin-right:0px;
	  float:left;
	  background:none;
	 
 }
 
 ul li.leaf {
	 list-style-image: none;
	 list-style-type: none;	
	 line-height:1.5; 
	 margin-top:5px;
	 margin-bottom:8px; }
 
 .om-maximenu ul.om-menu {
	 color:#FFF; 
	 margin-top: 0px;
	 width:715px;
 }
 
 .om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf {
	 font-size:inherit;
	 clear:none;
	 float:left; 
}

#region-menu-social {
	background-color:#CCC;
	width:100%;
	z-index:-1;	
}

#boxes-box-header_social_media {
	position:absolute;
	left:30px;
	top:12px;
	}
 
 .social-header {
	 display:block; 
	 margin-top:0px;
 }
 
 .social-header ul {
	 visibility:visible;
	 width:200px;
	 margin-top:0px;
 }
 
 @media (-webkit-min-device-pixel-ratio: 0) {
.social-header-dropdown {
	background:url("../images/social-header_BUTTON.png") no-repeat;
	width:100px;
	height:32px;
	margin-right:-100px;
	margin-top:-5px;
	margin-bottom:-50px;
	float:right;
	display:block;
}
 }

.block-boxes-social-nav-toggle {
	background:url("../images/social-header_BUTTON.png") no-repeat;
	width:100px;
	height:32px;
	margin-right:-250px;
	margin-top:-30px;
	margin-bottom:-50px;
	float:right;
	display:block;
}

 

.block-boxes-social-nav-toggle:hover {
	background:url("../images/social-header_BUTTON_hover.png") no-repeat;
}

.block-boxes-social-nav-toggle:active {
	background:url("../images/social-header_BUTTON_hover.png") no-repeat;	
}


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

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

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

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

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

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

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

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

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

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

padding:10px;
	 
 }
 
 .breaking-news .breaking-news-header {
	 float:left;
	 height:35px;
	 margin:-10px 20px 0 0;
	 width:200px;
	 color:#ffffff;
	 
 }
 
 .breaking-news .headline a {
	 color:#E8E8E8;
	 float:left;
	 font-size:15px;
	 overflow:hidden;
	 width:50%;	 
	 margin-top:-15px;
	 margin-left:-30px;
 }
 
 .breaking-news span.read-more {
	position: absolute;
	right:20px;
	padding: 5px 20px 10px 5px; 
	margin-top:-12px;
 }
 
 .breaking-news {
	border: none; 
	margin: 10px 0 0 20px;
 }
 
 
 /* Homepage Feature Well FlexSlider */
 
  #flexslider-1 {
	margin:-85px 0 60px 0; 
 }

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

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

.homepage-feature-well #flexslider-1 li .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:.75;
	margin-bottom:10px;
	
}

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

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

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



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

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


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

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

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

.homepage-feature-well #flexslider-1 li.flex-active-slide .views-field-nothing .dark .read_more_hero a, .homepage-feature-well #flexslider-1 li .views-field-nothing .dark .read_more_hero a {
background: url("../images/white-arrow-read-more.png") no-repeat scroll 72px 8px rgba(0, 0, 0, 0);
}

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

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

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
opacity: 1;
}

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

.flex-direction-nav .flex-next {
background-position: 100% 0;
right: 16px;
}

.flex-direction-nav .flex-prev {
left: 18px;
}

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

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




/* end FlexSlider */

 

 
 /* Image Rotator Block */
  

.view-home-page-feature-rotator {
	margin-right:auto;
	margin-left:auto;
	margin-top:-90px;	
	width:auto; 

}

#home-top-read-more {
	margin:0 0 15px 140px;	
}


 #home-top-read-more a {
	box-shadow:none;
	background-color:#1a3b7d;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:0px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px 10px;
	text-decoration:none;
}

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

 @media (-webkit-min-device-pixel-ratio: 0) {  
 .home-rotator-text-block {
	 margin-top: -215px;
	 margin-top:-225\9; /* ie9 and below */
	 background-image:url(../images/bg-home-rotator-text.png);
	 position:	relative;
	 opacity: .85;
	 margin-left:20px;
	 height:210px;
	 text-align:center;
	 width:400px;
	 padding:10px 0;
	 
 }
 }
 
  /* For Chrome */
 
 @media (-webkit-min-device-pixel-ratio: 0) { 
 .home-rotator-text-block {
	 margin-top:-225px;
 }
 }
 
 .home-rotator-photo img {
	 width:100%;
	 height:75%; 
 }
 
 .home-top-intro {
	font-family:"Franklin Gothic", Arial, Helvetica, Sans-Serif;
	font-style:normal;
	font-size: 15px;
	color:#000;
 }
 
 .home-top-intro h2 a {
	text-decoration:none;
	font-size:30px;
	font-weight:bold;
	color:#002A64; 
 }
 
 /* For Chrome */
 @media (-webkit-min-device-pixel-ratio: 0) {
	  .home-top-intro h2 a {
	text-decoration:none;
	font-size:30px;
	font-weight:600;
	color:#002A64; 
 }
 }
 

 
 #home-rotator {
	 margin-top:0px;
	 border:none;
	 z-index:2;
	 margin-left:-10px; 
 }
 
  /* For Chrome */
 @media (-webkit-min-device-pixel-ratio: 0) {
 #home-rotator {
	 border:none;
	 z-index:2;
	 margin-left:-10px;
	 margin-top:0px;
	 
 }
 }
 
 .home-rotator-slide {
	 margin-top:0px; 
	 margin-left:0px;

 }
 
 #home-top-numbers li a:link {
	 background:url(../images/HomeTopNumbers_sprite.png) no-repeat;
	 background-position:0 0px;
	 padding:0 8px;
	 
 }
 
 #home-top-numbers li a:hover {
	 background:url(../images/HomeTopNumbers_sprite.png) no-repeat;
	 background-position:0 -25px;
	 padding:0 8px;
	 
 }
 
  #home-top-numbers li a.activeSlide {
	 background:url(../images/HomeTopNumbers_sprite.png) no-repeat;
	 background-position:0 -25px;
	 padding:0 8px;
	 
 }
 
 #home-top-numbers {
	background-color:#e5e5e5;
	margin-left:-20px;
	margin-top:0px;
	opacity:0.65;
	padding-top:10px;
	width:704px;

 }
 
  /* For Chrome */
 @media (-webkit-min-device-pixel-ratio: 0) {
  #home-top-numbers {
	background-color:#e5e5e5;
	margin-left:-20px;
	margin-top:5px;
	opacity:0.65;
	padding-top:10px;
	width:705px;

 }
 }
 
 #home-top-numbers li a {
	 color:transparent; 
	 filter:alpha(opacity=0); /* for IE6+ */
 }
 
 
 
  /* end Image Rotator Block */


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

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

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

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

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

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

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

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

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

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

padding: 10px 105px 10px 10px; 

width:100%;
 }
 
 .front .view-id-services .view-header h2 {
	 font-size:28px; 
 }
 
   #block-views-services-block-1 {
	margin:-30px 0 0;
	padding:0; 
 }


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

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


 /* end front page services */
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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


	 
 }
 
 #boxes-box-find_a_volunteer_opportunity p {
	font-size:16px;
	color:#666666; 
 }
 
 .front #block-panels-mini-find-a-volunteer-opportunity .pane-all-for-good-search-all-for-good-search-block input[type="text"] {
	width:225px; 
 }
 
  .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:100px;
	 height:auto; 
	 max-height:none;

 }
 
 
  /* end Find a volunteer opportunity block */
  
  
/* from our ceo block */
 
 .block-from-our-ceo-two-column {
	background: rgb(238,238,238); /* Old browsers */

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

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

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

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

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

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

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

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

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

padding: 20px;


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

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


 }
 
  #boxes-box-from_our_ceo_two_column p {
	font-size:16px;
	color:#666666; 
	width:100%;
	margin-left: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;
	width:200px;
	float:right;
	margin-top:-1225px;
	padding:10px;
     box-shadow:  none;
	 border:solid 1px #e5e5e5; /* for IE not rendering box shadow */
	 position:relative;
	 top:0px;	 
}

 @media (-webkit-min-device-pixel-ratio: 0) {  
.front #region-sidebar-right {
	background-color:#ffffff;
	width:200px;
	float:right;
	margin-top:-1175px;
	padding:10px;
     box-shadow:  none;
	 border:solid 1px #e5e5e5; /* for IE not rendering box shadow */
}
 }


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

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

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

	
}

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



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

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

.tweet-authorphoto {
	visibility:hidden;	
}

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

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

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

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

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



/* end dynamic news sidebar */

/* Resources buttons */

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

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

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



}



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

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

 }
 
 
 


 
 /* Footer */
 
 #block-boxes-footer-social-media {
	width:135%; 
 }
 
a.footer-sprite {
	background: url(../images/footer_social_sprites.png) no-repeat;	
	margin-right: 20px; 
	margin-bottom: 20px;
	padding:27px;
 }
 
a.facebook-footer {
	 background-position: 0 0px;
	 
 }
 
a.twitter-footer {
	 background-position: 0 -54px;
	 
 }
 
a.youtube-footer {
	 background-position: 0 -109px;
	 
 }
 
a.email-footer {
	 background-position: 0 -164px;
	 
 }
 
 a:hover.facebook-footer {
	 background-position: 0 -219px;
	 
 }
 
a:hover.twitter-footer {
	 background-position: 0 -274px;
	 
 }
 
a:hover.youtube-footer {
	 background-position: 0 -329px;
	 
 }
 
a:hover.email-footer {
	 background-position: 0 -384px;
	 
 }
 
 .zone-footer-wrapper {
	 background-color:#f5f4f4;
	 padding-top:20px;
}

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

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

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

 
#region-sidebar-left ul.menu {
	line-height:1.5; 
 }
 
 .region-sidebar-left a {
	 color:#06317c;
	 text-decoration:none; 
 }
 
ul li.expanded {
	list-style:none;	
}

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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


  /* end Breadcrumb */
  
  

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

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


	   
  }
  
 .not-front #region-sidebar-right p.map {
	  
  }
  
 .not-front #region-sidebar-right p.map img {
	display:block;
  }
  
  .not-front #block-boxes-find-a-volunteer-opportunity p {
	  display:none;  
  }
  
  #region-sidebar-right #block-views-sidebar-block {
background: #f5f4f4;
	padding:20px 0px 5px 20px;
	text-align:left;
	margin-bottom:30px;  
	width:95%;
  }
  
 .not-front #region-sidebar-right section {
background: #f5f4f4;
	padding:20px 0px 5px 20px;
	text-align:left;
	margin-bottom:20px;  
	width:95%;
  }
  
  
  
   #region-sidebar-right #block-views-sidebar-block p {
	   color:#666666;  
	   width:95%; 
	   margin-bottom:0px;
   }
   
   #region-sidebar-right #block-views-sidebar-block li {
	width:95%;   
   }
   
    #region-sidebar-right .panel-2col .panel-col-last,
   #region-sidebar-right .panel-2col .panel-col-first {
	   float:none;
	   width:95%;   
   }
   
    #region-sidebar-right .pane-get-involved-search-get-involved-search-block .form-item-radius {
	   display:none;
	   
   }
   
   #region-sidebar-right input.form-text {
	   width:100%;
	   
   }
  
  
  /* end Sidebar Right Blocks */
  
  /* Follow AmeriCorps content block */
  
  #block-boxes-follow-americorps {
	margin-top:50px;  
  }
  
  
  #block-boxes-follow-americorps h2 {
	  font-size:24px;
	  color:#590604; 
  }
  
   #block-boxes-follow-americorps p {
	  font-size:14px;
	  color:#666; 
  }
  
  #boxes-box-follow_americorps ul {
	  margin-top:-20px; 
	  margin-left:0px;
  }
  
 #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, ul.second-list, ul.third-list {
	 margin-left:0px !important; 
 }
 
  #region-content section.block-nodeblock ul.first-list, 
 #region-content section.block-nodeblock ul.second-list, 
 #region-content section.block-nodeblock ul.third-list {
	 width:100%; 
	 margin-right:0px;
	 margin-left:0px;
	 font-size:12px;
 }
 
  #boxes-box-follow_americorps a {
	text-decoration:none;
	padding-left:35px; 
 }
 
 #boxes-box-follow_americorps a.follow_ac_facebook {
	 background:url(../images/follow_ac_sprites.png) no-repeat 0 0;
	 padding-bottom:8px;
	 	 display:block;
		 height:20px;

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


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


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


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


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

	 
 }
 
 #boxes-box-follow_americorps .second-list {
	 clear:both;
	 margin-left:0px; 
 }
 
  #boxes-box-follow_americorps .third-list {
	 clear:both;
	 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; 
 }
 
 
 

  #all-for-good-search-custom-search-form #edit-submit{
	  width:100px;
	
 }

  
  
  
  
    /* Landing Page Feature Well FlexSlider */
 
#flexslider-2 {
margin: 0 0 10px 0;
}

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

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

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

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

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

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

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


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

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



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

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


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

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


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




/* end Landing page FlexSlider */



/* Photo Showcase Block */

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

#block-views-photo-showcase-block .views-row-1 {
	display:block;
	width:130px;
	float:none;	
	margin-bottom:30px;
	padding:10px;
    box-shadow:  none;	
}

#block-views-photo-showcase-block .views-row-2, 
#block-views-photo-showcase-block .views-row-3 {
	display:block;
	float:none;
	width:130px;
	margin-left:0px;
	margin-bottom:30px;
	padding:10px;
    box-shadow:  none;	
}

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

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

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

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

}


/* end Photo Showcase Block */

/******************************
*******************************
*******************************
********Tablet Version*********
*******************************
*******************************
*******************************/ 

@media only screen and (min-width : 740px) and (max-width : 1219px) {

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

h2.block-title {
font-size: 24px;
color: #06317c;
font-weight: 500;
}

h2 {
font-size: 24px;
color: #06317c;
font-weight: 500;
}

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

#zone-branding-wrapper {
height: 145px; 
background: none;
}

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

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

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

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

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

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

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

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

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

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

#block-nodeblock-27275 {
width: 270px;
margin-left: 0px;
margin-right: 0px;
}



#block-views-d4a26ed5b80732fe8aa41d82200544d1, #block-views-93019fca2fe450d89c63d461fed7eb6f {
margin: 20px 10px 20px 20px;
}

.view-homepage-programs-and-focus-areas .views-row {
margin-right: 15px;
width: 126px;
}

.view-homepage-programs-and-focus-areas {
width: 285px;
}

.block-nodeblock-27287 {
margin-left: 0px;
}

#region-home-content-top-inner {
width: 275px;
}

.block-nodeblock-27287 img {

}

#region-home-content-second-inner-center {
width: 600px;
}

#region-home-content-second-inner-right {
width: 280px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-press-blog-topics-block-2 .views-row-1 .views-field-field-caption {
margin-left: 136px;
}

.block-press-blog-topics-block-5 .views-field-field-caption {
margin-left: 66px;
}

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

.block-press-blog-topics-block-5 .views-row {
margin-top: 10px;
}

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

#region-home-content-third-inner-left {
background: none;
margin-left: 10px;
margin-top: 25px;
padding: 10px 14px;
width: 225px;
min-height: 350px;
}

#block-views-tweets-block-13{
padding: 0px 10px;
}

#block-views-blogs-block-11 {
width: 330px;
}

#block-views-tweets-block-12 {
width: 250px;
}

#block-views-tweets-block-13 .views-row {
margin-bottom: 10px;
margin-left: 0;
margin-right: 5px;
}

#block-views-tweets-block-13 .views-field-nothing {
font-family: 'Raleway', 'Neuton-Light', times new roman,serif;
font-size: 18px;
font-weight: 200;
}

#block-views-tweets-block-13 .views-field-nothing a {
color: #C1342E;
}

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

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

#region-home-content-fourth-inner {
width: 990px;
}

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

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

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


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

.front #block-block-87 {
display: block;
filter: none;
margin-bottom: 50px;
margin-left: 23px;
padding: 20px;
width: 400px;
float: left;
background: none;
}

#boxes-box-find_a_volunteer_opportunity p {
font-size: 22px;
color: #c1342e;
font-family: 'Raleway', 'Neuton-Light', times new roman,serif;
font-weight: 200;
line-height: 24px;
}

#all-for-good-search-custom-search-form label {
color: #06317c;
font-family: 'Raleway', 'Neuton-Light', times new roman,serif;
font-weight: 200;
font-size: 20px;
margin-bottom: 0px;
}

.front #block-panels-mini-find-a-volunteer-opportunity .pane-all-for-good-search-all-for-good-search-block input[type="text"] {
width: 300px;
}

#all-for-good-search-custom-search-form .small {
font-weight: bold;
position: relative;
top: -15px;
}

#all-for-good-search-custom-search-form button, #all-for-good-search-custom-search-form input[type="reset"], #all-for-good-search-custom-search-form input[type="submit"], #all-for-good-search-custom-search-form input[type="button"] {
padding: 7px 30px 7px 15px;
background: url("../images/darkredarrow.png") no-repeat scroll right 11px #C1342E;
border-radius: 0px;
color: #ffffff !important;
text-decoration: none;
border: 4px double #fcfcfa;
box-shadow: none;
font-family: 'Raleway', 'Neuton-Light', times new roman,serif;
font-size: 18px;
font-weight: 200;
transition: background-color .3s;
-webkit-transition: background-color .3s;
-moz-transition: background-color .3s;
-ms-transition: background-color .3s;
-o-transition: background-color .3s;
}

#mini-panel-find_a_volunteer_opportunity #boxes-box-all_for_good_logo {
margin-top: 25px;
}

#block-nodeblock-27279 {
float: left;
width: 435px;
margin-left: 45px;
padding: 20px;
}

#block-nodeblock-27279 img {
width: 420px !important;
height: auto !important;
}

#block-nodeblock-27279 h2, #block-block-87 h2 {
margin-bottom: 15px;
font-size: 30px;
}

#block-nodeblock-27279 h3, #block-block-87 h3 {
font-size: 22px;
color: #c1342e;
font-family: 'Raleway', 'Neuton-Light', times new roman,serif;
font-weight: 200;
line-height: 24px;
}

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

#region-home-content-sixth-inner-left {
width: 445px;
margin-right: 30px;
}

.egrant_fund_status.egrants {
background: url("../images/egrant_img.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
margin-left: 20px;
margin-top: 0px !important;
padding-left: 50px;
}

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

.egrant_fund_status h2 {
margin-bottom: 10px;
}

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

.egrant_fund_status {
margin-left: 20px;
margin-top: 0px !important;
padding-left: 50px;
margin-bottom: 25px;
}

.egrant_fund_status a {
color: #c1342e;
font-family: 'Raleway', 'Neuton-Light', times new roman,serif;
font-weight: 200;
font-size: 18px;
}

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

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

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

#region-home-content-sixth-inner-right {
width: 430px;
margin-left: 30px;
background-size: 100%;
}

#block-views-instagrams-block-1 {
width: 195px;
min-height: 200px;
float: left;
margin-top: 10px;
margin-left: 20px;
}

#block-views-instagrams-block-1 img {
width: 175px;
border-radius: 10px;
border: 2px solid #ffffff;
}

#block-views-instagrams-block-1 .views-field-caption {
color: #FFFFFF;
font-size: 10px;
line-height: 12px;
margin-top: 9px;
width: 180px;
}

#block-views-instagrams-block-4 {
float: left;
height: 240px;
margin-bottom: 30px;
width: 205px;
}

#block-views-instagrams-block-4 .views-row img {
border-radius: 10px;
border: 2px solid #ffffff;
width: 85px;
}

#block-views-instagrams-block-4 .view-footer a {
color: #ffffff;
font-family: 'Raleway', 'Neuton-Light', times new roman,serif;
font-size: 15px;
display: block;
float: right;
margin-right: 25px;
}

#block-nodeblock-27281 .social-media-bottom {
float: left;
height: 60px;
margin: 10px 5px;
position: relative;
width: 60px;
text-indent: 999px;
}

#block-nodeblock-27281 #instagram-bottom, #block-nodeblock-27281 #instagram-bottom:hover, #block-nodeblock-27281 #twitter-bottom, #block-nodeblock-27281 #twitter-bottom:hover, #block-nodeblock-27281 #twitter-bottom:hover, #block-nodeblock-27281 #twitter-bottom:hover, #block-nodeblock-27281 #twitter-bottom:hover, #block-nodeblock-27281 #twitter-bottom:hover, #block-nodeblock-27281 #youtube-bottom, #block-nodeblock-27281 #youtube-bottom:hover, #block-nodeblock-27281 #youtube-bottom:hover, #block-nodeblock-27281 #govdelivery-bottom, #block-nodeblock-27281 #govdelivery-bottom, #block-nodeblock-27281 #govdelivery-bottom:hover , #block-nodeblock-27281 #instagram-bottom, #block-nodeblock-27281 #instagram-bottom, #block-nodeblock-27281 #instagram-bottom:hover, #block-nodeblock-27281 #instagram-bottom:hover, #block-nodeblock-27281 #tumblr-bottom, #block-nodeblock-27281 #tumblr-bottom:hover, #block-nodeblock-27281 #facebook-bottom, #block-nodeblock-27281 #facebook-bottom:hover {
background-size: 100%;
}

#block-nodeblock-27281 {
display: block;
margin-left: 16px;
margin-top: -30px;
position: relative;
width: 425px;
clear: both;
}

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

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

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

#zone-footer ul li {
list-style: none;
padding-bottom: 5px;
}

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

#region-footer-first, #region-footer-second, #region-footer-third, #region-footer-fourth {
margin-right: 25px;
}
.grid-4.region-footer-fifth {
float: right;
margin-right: 50px;
}

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

.zone-footer-wrapper a {
text-decoration: none;
}

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

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

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

.zone-footer-wrapper h3 a:hover {
color: #C1342E;
}

li.om-leaf:hover a {
background: #ffffff;
color: #06317c;
border-top: 3px solid #bc1611 !important;
}

#om-leaf-om-u1-9058375-3 .om-maximenu-content {
left: -132px;
}

li.leaf-programs .om-maximenu-content .om-maximenu-middle {
margin-left: 133px;
}

.om-maximenu .om-maximenu-middle-right {
padding: 10px;
}

#zone-menu-wrapper .om-maximenu .om-maximenu-middle {
border-bottom: 3px solid #bc1611;
}

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

li.om-leaf:hover .menu-links {
margin-left: 20px;
}

li.om-leaf .menu-rightside {
border-left: 1px solid #c8c6c6;
padding-left: 20px;
float: left;
margin-left: 0px;
width: 235px;
}

li.om-leaf .menu-rightside .menu-column {
margin-right: 0px;
float: left; 
}

li.leaf-focus-areas .om-maximenu-content .om-maximenu-middle {
margin-left: -100px !important;
height: auto;
}

li.om-leaf .menu-rightside .menu-column {
margin-right: 20px;
float: left;
} 

li.om-leaf .menu-rightside .menu-graphic-sm {
margin-bottom: 20px;
}

li.om-leaf:hover .menu-links p {
margin-bottom: 8px;
}

li.om-leaf .menu-links .submenu {
float: left;
margin-right: 25px;
max-width: 130px;
}

li.om-leaf .menu-links .submenu2 {
    float: left;
	margin-right: 55px;
	max-width: 140px;
	}

li.om-leaf .menu-links .menu-top {
display: block;
clear: both;
margin-bottom: 20px;
float: left;
}

li.om-leaf:hover a {
background: #ffffff;
color: #06317c;
}

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

li.om-leaf .menu-links .menu-bottom {
display: block;
clear: both;
float: left;
}

li.om-leaf:hover .menu-links a {
background: transparent;
border-top: none !important;
font-family: arial, sans-serif;
}


li.leaf-programs .om-maximenu-content .om-maximenu-middle {
margin-left: 132px !important;
margin-top: 10px;
border-bottom: 3px solid #bc1611;
}

.om-maximenu-middle a {
text-decoration: none;
color: #00449F;
}

.om-maximenu-middle a {
color: #06317c !important;
text-decoration: none;
}

.menu-rightside img {
width: 100% !important;
height: auto !important;
}

li.om-leaf .menu-rightside .menu-graphic-sm.three_programs a {
    display: inline-block;
    width: 33%;
}

li.om-leaf .menu-links .menu-top {
display: block;
clear: both;
margin-bottom: 20px;
float: left;
}

li.om-leaf .menu-links {
float: left;
}

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

.om-maximenu-content .om-maximenu-middle {
margin-top: 10px;
}


#boxes-box-maximenu_focus_areas .menu-rightside {
width: 560px;
}

/*
#boxes-box-maximenu_focus_areas .menu-rightside .menu-column  {
width: 220px;
}
*/

#boxes-box-maximenu_focus_areas .menu-rightside .menu-column {
margin-right: 15px;
}

li.om-leaf .menu-rightside .menu-graphic-sm:hover, li.om-leaf .menu-rightside .menu-graphic-tl:hover {
opacity: 0.8;
}

.om-maximenu-middle .submenu a:hover {
color: #4c78c3 !important;
}

li.leaf-special-initiatives .om-maximenu-content .om-maximenu-middle {
margin-left: -215px !important;
} 

li.leaf-special-initiatives  .menu-links .submenu {
max-width: 185px;
}

li.leaf-newsroom .om-maximenu-content .om-maximenu-middle {
margin-left: -365px !important;
height: auto;
}

li.leaf-newsroom  .menu-rightside {
width: 465px;
}

li.leaf-newsroom .menu-rightside .menu-column  {
width: 210px;
} 

li.leaf-evidence-research .om-maximenu-content .om-maximenu-middle {
margin-left: -472px !important;
}

li.leaf-evidence-research  .menu-rightside {
width: 565px;
} 



li.leaf-knowledge-networks .om-maximenu-content .om-maximenu-middle {
margin-left: -655px !important;
}

li.om-leaf.leaf-knowledge-networks .menu-rightside {
  height: 350px;
}

li.om-leaf.leaf-knowledge-networks .menu-rightside .menu-column {
  width: 45%;
}

li.om-leaf.leaf-knowledge-networks .menu-rightside .menu-graphic-tl {
  width: 200px;
}

li.om-leaf.leaf-knowledge-networks .menu-rightside img {
  width: 100% !important;
}

li.om-leaf.leaf-knowledge-networks .menu-rightside {
  width: 415px;
}



li.leaf-about-cncs .om-maximenu-content .om-maximenu-middle {
margin-left: -814px !important;
}

li.leaf-about-cncs .menu-rightside {
width: 565px;
}

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

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

}

@media only screen and (min-width: 980px) and (max-width : 1219px) {
.not-front #block-block-18 {
top: 85px;
right: -10px;
}

.container-12 .grid-6 {
width: 53% !important;
}

	#om-leaf-om-u1-9058375-1 .om-maximenu-content {
	left: -14px;
	}
	
	#om-leaf-om-u1-9058375-2 .om-maximenu-content {
	left: -6px;
	}
	
	#om-leaf-om-u1-9058375-3 .om-maximenu-content {
	left: -132px;
	}
	
	#om-leaf-om-u1-9058375-4 .om-maximenu-content {
	left: -2px;
	}
	
	#om-leaf-om-u1-9058375-5 .om-maximenu-content {
	left: -4px;
	}
	
	#om-leaf-om-u1-9058375-6 .om-maximenu-content {
	left: -8px;
	}



}

@media only screen and (min-width: 740px) and (max-width : 979px) {

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

#region-branding-second {
padding: 0px;
float: left;
margin: 14px 0 12px 0;
}

#zone-branding-wrapper {
height: 110px; 
background: none;
} 

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

.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf .om-link {
padding-left: 8px;
padding-right: 9px;
}

li.om-leaf .menu-links .submenu {
float: left;
margin-right: 15px;
max-width: 100px;
}

.om-maximenu-middle a {
font-size: 11px;
}

.ui-accordion .ui-accordion-header {
    font-size: 18px;
}

li.om-leaf .block-boxes-id-maximenu_americorps .menu-rightside {
width: 175px;
}

li.om-leaf .menu-rightside .menu-column {
margin-right: 0px;
}

#boxes-box-maximenu_focus_areas .menu-rightside {
width: 400px;
}

#boxes-box-maximenu_focus_areas .menu-rightside .menu-column {
width: 150px;
} 

li.leaf-focus-areas .om-maximenu-content .om-maximenu-middle {
margin-left: -73px !important;
}

li.leaf-special-initiatives .om-maximenu-content .om-maximenu-middle {
margin-left: -158px !important;
}

li.leaf-newsroom .om-maximenu-content .om-maximenu-middle {
margin-left: -273px !important;
}

li.leaf-newsroom .menu-rightside {
width: 345px;
}

li.om-leaf .menu-links .submenu2 {
float: left;
margin-right: 20px;
max-width: 125px;
}

li.leaf-newsroom .menu-rightside .menu-column {
width: 155px;
margin-right: 15px;
}

li.leaf-evidence-research .om-maximenu-content .om-maximenu-middle {
margin-left: -351px !important;
}

li.leaf-evidence-research .menu-rightside {
width: 412px;
}

li.leaf-evidence-research .menu-rightside .menu-column {
margin-right: 10px;
width: 195px;
}


li.leaf-knowledge-networks .om-maximenu-content .om-maximenu-middle {
    margin-left: -477px !important;
}

li.om-leaf.leaf-knowledge-networks .menu-rightside {
  height: 350px;
}

li.om-leaf.leaf-knowledge-networks .menu-rightside .menu-column {
  width: 100%;
  margin-bottom: 20px;
}


li.om-leaf.leaf-knowledge-networks .menu-rightside img {
  width: 100% !important;
}

li.om-leaf.leaf-knowledge-networks .menu-rightside {
  width: 215px;
  margin-left: 65px;
}

li.leaf-evidence-research .menu-rightside {
  width: 414px;
}

#boxes-box-maximenu_blog {
width: 100%;
}

li.leaf-about-cncs .om-maximenu-content .om-maximenu-middle {
margin-left: -620px !important;
}

li.leaf-about-cncs .menu-rightside {
width: 400px;
}

li.leaf-about-cncs .menu-rightside .menu-column {
margin-right: 10px;
width: 187px;
}

li.leaf-programs .menu-rightside .menu-column {
margin-right: 10px;
width: 187px;
}

.menu-graphic-sm a.button {
    background: url("../images/whitearrow.png") no-repeat scroll right center #06317c !important;
    min-width: 167px;
    font-size: 16px;
}

.homepage-feature-well #flexslider-1 li .views-field-nothing span.field-content a.feature-title {
font-size: 24px;
line-height: 30px;
}

.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 {
font-size: 14px;
line-height: 16px;
margin: 10px 0px 0px;
} 

#region-home-content-top-inner {
width: 190px;
margin: 0 0 0 30px;
}

#block-nodeblock-27275 .field-name-field-editors-choice-summary p {
font-family: 'Raleway', 'Neuton-Light', times new roman,serif;
font-size: 16px;
color: #06317c;
}

#block-nodeblock-27275 {
width: 190px;
margin-left: 0px;
margin-right: 0px;
}



.view-homepage-programs-and-focus-areas {
width: 222px;
}

.view-homepage-programs-and-focus-areas .views-row {
margin-right: 10px;
width: 100px;
}

.views-field-field-programs-and-focus-areas-i  img{
width: 100%;
height: auto;
}

.view-id-homepage_programs_and_focus_areas .views-field-body {
height: 70px;
width: 70px;
font-size: 8px !important;
line-height: 11px !important;
}

.view-id-homepage_programs_and_focus_areas .views-field-field-programs-and-focus-areas-i {
margin-top: -100px;
}

#block-views-d4a26ed5b80732fe8aa41d82200544d1, #block-views-93019fca2fe450d89c63d461fed7eb6f {
margin: 20px 0px 20px 15px;
}

.view-homepage-programs-and-focus-areas .views-field-title {
font-size: 14px;
}

.view-homepage-programs-and-focus-areas .views-field-title a {
line-height: 18px;
}

#zone-hometop-wrapper .view_all a {
color: #bd1910;
font-size: 12px;
font-weight: 300;
}

#region-home-content-second-inner-center {
width: 455px;
}

#zone-home-second-zone-wrapper .view-display-id-block_4 .views-row {
width: 100%;
}

#region-home-content-second-inner-right {
margin: 45px 6px 19px 20px;
width: 230px;
}

#zone-home-second-zone .views-field-field-feature-image img, #zone-home-second-zone .views-field-field-main-image img {
width: 100px;
height: auto;
}

.block-press-blog-topics-block-2 .views-row-1 .views-field-field-caption {
margin-left: 110px;
}

#region-home-content-second-inner-center {
margin: 0px;
}

.block-press-blog-topics-block-2 .views-row-1 .views-field-field-caption {
margin: 0px;
margin-left: 110px;
}

#zone-home-second-zone-wrapper .view-display-id-block_4 .views-row-3, #zone-home-second-zone-wrapper .view-display-id-block_4 .views-row-4 {
display: none;
}

.front #zone-home-second-zone-wrapper {
min-height: 605px;
}

#block-views-blogs-block-11 .views-field-field-main-image {
text-align: center;
}

#block-views-blogs-block-11 {
width: 200px;
}

#block-views-blogs-block-11 .views-field-body {
margin-left: 0px;
}

#block-views-blogs-block-11 .more-link {
margin-left: 0px;
}

#block-views-tweets-block-12 {
width: 200px;
margin-left: 10px;
background-size: 100%; 
}

#block-views-blogs-block-11 .views-field-field-main-image {
float: none;
margin-right: 0px;
}

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

#region-home-content-third-inner-left {
background: none;
margin-left: 10px;
margin-top: 22px;
padding: 10px 10px;
width: 215px;
min-height: 350px;
float: left;
border-left: 1px solid #cccccc;
}

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

#region-home-content-fourth-inner {
width: 750px;
}

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

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

.front #block-block-87 {
width: 300px;
}

#block-nodeblock-27279 {
width: 315px;
margin-left: 20px;
}

#block-nodeblock-27279 img {
width: 320px !important;
height: auto !important;
}

#region-home-content-sixth-inner-left {
width: 315px;
margin-right: 25px;
}

#region-home-content-sixth-inner-right {
width: 325px;
margin-left: 15px;
background: none;
background-size: 100%;
}

#block-views-instagrams-block-1 {
width: 315px;
min-height: 200px;
float: left;
margin-top: 10px;
margin-left: 20px;
}

#block-views-instagrams-block-1 img {
width: 290px;
border-radius: 10px;
border: 2px solid #ffffff;
}

#block-views-instagrams-block-1 .views-field-caption {
color: #000000;
font-size: 10px;
line-height: 12px;
margin-top: 9px;
width: 290px;
}

#block-views-instagrams-block-4 .views-row img {
border-radius: 10px;
border: 2px solid #ffffff;
width: 125px;
}

#block-views-instagrams-block-4 {
float: left;
height: 315px;
margin-bottom: 30px;
width: 315px;
margin-left: 20px;
}

#block-views-instagrams-block-4 .views-row img {
border-radius: 10px;
border: 2px solid #ffffff;
width: 135px;
}

#block-views-instagrams-block-4 .view-footer a {
color: #000000;
font-family: 'Raleway',times new roman,serif;
font-size: 15px;
display: block;
float: right;
margin-right: 25px;
}

#block-nodeblock-27281 {
display: block;
margin-left: 16px;
margin-top: -30px;
position: relative;
width: 315px;
clear: both;
}

#block-nodeblock-27281 .social-media-bottom {
float: left;
height: 37px;
margin: 10px 5px;
position: relative;
width: 37px;
text-indent: 999px;
}

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

#zone-footer h2 {
font-size: 20px;
}

#zone-footer h3 {
font-size: 16px;
}

#zone-footer ul li {
list-style: none;
padding-bottom: 5px;
font-size: 11px;
}

#region-footer-first, #region-footer-second, #region-footer-third, #region-footer-fourth {
margin-right: 15px;
}

.region-footer-fifth-inner img {
width: 160px !important;
height: auto !important;
}

.region-footer-fifth-inner {
font-size: 11px;
}

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

.container-12 {
width: 750px;
margin: 0 auto;
}

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

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

h4 {
    font-size: 14px;
}


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

.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 {
  font-size: 16px;
}

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

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

	#om-leaf-om-u1-9058375-1 .om-maximenu-content {
	left: 11px;
	}
	
	#om-leaf-om-u1-9058375-2 .om-maximenu-content {
	left: 6px;
	}
	
	#om-leaf-om-u1-9058375-3 .om-maximenu-content {
	left: -133px;
	}
	
	#om-leaf-om-u1-9058375-4 .om-maximenu-content {
	left: 2px;
	}
	
	#om-leaf-om-u1-9058375-5 .om-maximenu-content {
	left: 4px;
	}
	
	#om-leaf-om-u1-9058375-6 .om-maximenu-content {
	left: 8px;
	}
	


}