/*
Theme Name: Pacific Biodiesel
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Pacific Biodiesel
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: biodiesel
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Pacific Biodiesel is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
  font-weight: bold;
  margin: 0 0 1em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

html {min-height: 100%;}
html,
body {width: 100%;}
body {
  background: #b4c7e0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0YzdlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YTg4YzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #b4c7e0 0%, #5a88c7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4c7e0), color-stop(100%,#5a88c7));
  background: -webkit-linear-gradient(top,  #b4c7e0 0%,#5a88c7 100%);
  background: -o-linear-gradient(top,  #b4c7e0 0%,#5a88c7 100%);
  background: -ms-linear-gradient(top,  #b4c7e0 0%,#5a88c7 100%);
  background: linear-gradient(to bottom,  #b4c7e0 0%,#5a88c7 100%);
  color: #344350;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c7e0', endColorstr='#5a88c7',GradientType=0 );
  font-family: Georgia, Garamond, Times, 'Times New Roman', serif;
  font-size: 16px;
  height: 100%;
  line-height: 1em;
}
a:link,
a:active,
a:hover,
a:visited {
  color: #5987C6;
  text-decoration: none;
}
a:hover {text-decoration: underline;}
footer.site-footer {
  color: #000;
  font-size: 0.625em;
  margin-top: 10px;
  text-align: center;
}
h1 {
  color: #368A35;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25em;
  letter-spacing: -1px;
  text-transform: uppercase;
}
body.single-post h1 {margin-top: 20px;}
h2 {
  color: #005CAB;
  font-size: 1.125em;
}
body.single-post header.entry-header {
  font-weight: bold;
  margin-bottom: 20px;
}
header.site-header {
  background: #FFF;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 25px 25px 0;
  position: relative;
}
header.site-header .logo {
  background: url('img/logo.png') no-repeat;
  display: block;
  height: 64px;
  margin: 0 0 10px;
  width: 182px;
}
nav.main-navigation ul li {
  height: 40px;
  text-align: center;
  width: 150px;
}
nav.main-navigation ul li a {
  color: #FFF;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  height: 25px;
  padding-top: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
nav.main-navigation ul li > a {
  background: #8bc95a; /* green */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiYzk1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YmE4M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #8bc95a 0%, #6ba83a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bc95a), color-stop(100%,#6ba83a));
  background: -webkit-linear-gradient(top,  #8bc95a 0%,#6ba83a 100%);
  background: -o-linear-gradient(top,  #8bc95a 0%,#6ba83a 100%);
  background: -ms-linear-gradient(top,  #8bc95a 0%,#6ba83a 100%);
  background: linear-gradient(to bottom,  #8bc95a 0%,#6ba83a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc95a', endColorstr='#6ba83a',GradientType=0 );
}
nav.main-navigation ul li > a:hover,
nav.main-navigation ul li.current-menu-item > a,
nav.main-navigation ul li.current_page_item > a {
  background: #6ba83a;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiYTgzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YmM5NWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #6ba83a 0%, #8bc95a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ba83a), color-stop(100%,#8bc95a));
  background: -webkit-linear-gradient(top,  #6ba83a 0%,#8bc95a 100%);
  background: -o-linear-gradient(top,  #6ba83a 0%,#8bc95a 100%);
  background: -ms-linear-gradient(top,  #6ba83a 0%,#8bc95a 100%);
  background: linear-gradient(to bottom,  #6ba83a 0%,#8bc95a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba83a', endColorstr='#8bc95a',GradientType=0 );
}
nav.main-navigation ul li:first-child,
nav.main-navigation ul li:last-child {width: 155px;}
nav.main-navigation ul li:first-child a,
nav.main-navigation ul li.technologies a {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
}
nav.main-navigation ul li:last-child a {
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}
nav.main-navigation ul li.blue > a {
  background: #6e97cd; /* blue */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlOTdjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTc2YWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #6e97cd 0%, #4e76ad 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e97cd), color-stop(100%,#4e76ad));
  background: -webkit-linear-gradient(top,  #6e97cd 0%,#4e76ad 100%);
  background: -o-linear-gradient(top,  #6e97cd 0%,#4e76ad 100%);
  background: -ms-linear-gradient(top,  #6e97cd 0%,#4e76ad 100%);
  background: linear-gradient(to bottom,  #6e97cd 0%,#4e76ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e97cd', endColorstr='#4e76ad',GradientType=0 );
  height: 24px;
  margin-top: 10px;
  padding-top: 6px;
}
nav.main-navigation ul li.blue > a:hover,
nav.main-navigation ul li.blue.current-menu-item > a,
nav.main-navigation ul li.blue.current_page_item > a {
  background: #4e76ad;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlNzZhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZTk3Y2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #4e76ad 0%, #6e97cd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e76ad), color-stop(100%,#6e97cd));
  background: -webkit-linear-gradient(top,  #4e76ad 0%,#6e97cd 100%);
  background: -o-linear-gradient(top,  #4e76ad 0%,#6e97cd 100%);
  background: -ms-linear-gradient(top,  #4e76ad 0%,#6e97cd 100%);
  background: linear-gradient(to bottom,  #4e76ad 0%,#6e97cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e76ad', endColorstr='#6e97cd',GradientType=0 );
}
nav.main-navigation ul li.blue ul.sub-menu {background: #4E76AD;}
nav.main-navigation ul ul.sub-menu {
  background: #6ba83a;
  box-shadow: none;
  position: relative;
  top: 0;
}
nav.main-navigation ul li:last-child ul.sub-menu {float: right;}
nav.main-navigation ul ul.sub-menu li {
  height: auto;
  text-align: left;
  width: 100%;
}
nav.main-navigation ul ul.sub-menu li a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  filter: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.625em;
  font-weight: bold;
  height: auto;
  line-height: 1em;
  margin: 0;
  padding: 10px;
}
nav.main-navigation ul li.blue ul.sub-menu li a:hover {background: #6e96cd;}
nav.main-navigation ul ul.sub-menu li a:hover {background: #8ac85a;}

nav.sidebar-navigation {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZGZmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZDVkZmYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q1ZGZmMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  rgba(213,223,240,1) 0%, rgba(213,223,240,1) 1%, rgba(213,223,240,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,223,240,1)), color-stop(1%,rgba(213,223,240,1)), color-stop(100%,rgba(213,223,240,0)));
  background: -webkit-linear-gradient(top,  rgba(213,223,240,1) 0%,rgba(213,223,240,1) 1%,rgba(213,223,240,0) 100%);
  background: -o-linear-gradient(top,  rgba(213,223,240,1) 0%,rgba(213,223,240,1) 1%,rgba(213,223,240,0) 100%);
  background: -ms-linear-gradient(top,  rgba(213,223,240,1) 0%,rgba(213,223,240,1) 1%,rgba(213,223,240,0) 100%);
  background: linear-gradient(to bottom,  rgba(213,223,240,1) 0%,rgba(213,223,240,1) 1%,rgba(213,223,240,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5dff0', endColorstr='#00d5dff0',GradientType=0 );
}
nav.sidebar-navigation ul {
  margin: 0;
  padding: 5px 0;
}
nav.sidebar-navigation ul li {display: none;}
nav.sidebar-navigation ul li a {
  display: block;
  padding: 5px 20px;
}
nav.sidebar-navigation ul li.current-menu-item > a,
nav.sidebar-navigation ul li.current_page_item > a {background: #ebf0f8;}
nav.sidebar-navigation ul li.current_page_item,
nav.sidebar-navigation ul li.current_page_item ul.sub-menu li,
nav.sidebar-navigation ul li.current-page-parent,
nav.sidebar-navigation ul li.current-page-parent ul.sub-menu li {display: block;}
nav.sidebar-navigation ul ul {padding: 0;}

ul.bulletless {
  list-style-type: none;
  margin: 0;
}

#breadcrumbs {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.7692em;
  margin: 10px 0 25px;
}
#breadcrumbs a {text-decoration: underline;}
#content {
  font-size: 0.8125em; /* 13px */
  line-height: 1.5em; /* 19.5px */
  padding: 0 25px 25px;
}
#content h1 {font-size: 1.5385em;}
#content h2 {font-size: 1.3846em;}
#content .year {font-weight: bold;}
#hero {position: relative;}
#hero h1 {
  bottom: 20px;
  color: #FFF;
  left: 20px;
  margin: 0;
  position: absolute;
}
#hero,
#slideshow {
  height: 205px;
  overflow: hidden;
  width: 910px;
}
#hero img,
#slideshow img {
  height: 205px;
  width: 910px;
}
#main h2 {margin-bottom: 0.25em;}
#main table th {
  background: #6A7986;
  color: #FFF;
  font-weight: bold;
}
#page {
  margin: 50px auto;
  width: 960px;
}
#primary {width: 610px;}
#primary,
#secondary {float: left;}
#secondary {
  margin-left: 50px;
  width: 250px;
}
#secondary #news {margin-bottom: 50px;}
#secondary #news h1 {
  color: #FF0000;
  font-size: 2.308em;
  line-height: 0.867em;
  margin-bottom: 0.333em;
}
#secondary #news ul {
  list-style: none;
  margin-left: 0;
}
#secondary #news ul li:before {content: "- ";}
#secondary #news .interested {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.923em;
  line-height: 1em;
  margin: 10px 0;
  text-transform: uppercase;
}
#secondary #officials {
  color: #FF0000;
  font-size: 0.714em;
  font-style: italic;
  line-height: 1em;
  margin-bottom: 25px;
}
#secondary #officials div {
  float: left;
  width: 50%;
}
#secondary #other {text-align: center;}
#secondary #other .signup {margin: 10px 0;}
#slideshow {margin: 0 auto 30px;}
#top {
  background: #EBF0F8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
#utility {
  position: absolute;
  right: 25px;
  top: 25px;
}
#utility ul {list-style: none;}
#utility ul li {
  float: left;
  margin-left: 10px;
}
#utility ul li:first-child {margin: 0;}

.citation {font-size: 0.7692em;}
.location {
  background: #368A35;
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  padding: 10px;
}
body.single-project .location {
  background: #005DAA;
  float: left;
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0 15px 1.5em 0;
  padding: 0 0 10px;
  width: 170px;
}
body.single-project .location dl {margin: 0 10px;}
.location dl dd {margin: 0;}
.location dl dd,
.location dl dt {float: left;}
.location dl dt {
  clear: both;
  margin-right: 5px;
}
#content .location h2 {
  color: #FFF;
  font-size: 1.1538em;
  margin-bottom: 5px;
}
body.single-project #main .location h2 {
  background: #00458a;
  color: #FFCC00;
  font-size: 1.2308em;
  margin: 0;
  padding: 3px 0;
  text-align: center;
  text-transform: uppercase;
}
.location img {
  margin-left: -10px;
  max-width: none;
  width: 250px;
}
body.single-project .location img {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
