/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p, pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before, q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu, ol, ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html, button, input, select, textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

body {
  font: 16px/26px Arial, "Helvetica Neue", Helvetica, sans-serif; }

.wrapper {
  width: 970px;
  margin: 0 auto;
  /*width: 90%;*/
  /*margin: 0 5%;*/ }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 28, 2012 */
@font-face {
  font-family: 'titilliummaps26l999_wt';
  src: url("../../webfonts/titilliummaps26l-webfont.eot");
  src: url("../../webfonts/titilliummaps26l-webfont.eot?#iefix") format("embedded-opentype"), url("../../webfonts/titilliummaps26l-webfont.woff") format("woff"), url("../../webfonts/titilliummaps26l-webfont.ttf") format("truetype"), url("../../webfonts/titilliummaps26l-webfont.svg#titilliummaps26l999_wt") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'titilliummaps26l750_wt';
  src: url("../../webfonts/titilliummaps26l001-webfont.eot");
  src: url("../../webfonts/titilliummaps26l001-webfont.eot?#iefix") format("embedded-opentype"), url("../../webfonts/titilliummaps26l001-webfont.woff") format("woff"), url("../../webfonts/titilliummaps26l001-webfont.ttf") format("truetype"), url("../../webfonts/titilliummaps26l001-webfont.svg#titilliummaps26l750_wt") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'titilliummaps26l500_wt';
  src: url("../../webfonts/titilliummaps26l002-webfont.eot");
  src: url("../../webfonts/titilliummaps26l002-webfont.eot?#iefix") format("embedded-opentype"), url("../../webfonts/titilliummaps26l002-webfont.woff") format("woff"), url("../../webfonts/titilliummaps26l002-webfont.ttf") format("truetype"), url("../../webfonts/titilliummaps26l002-webfont.svg#titilliummaps26l500_wt") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'titilliummaps26l250_wt';
  src: url("../../webfonts/titilliummaps26l003-webfont.eot");
  src: url("../../webfonts/titilliummaps26l003-webfont.eot?#iefix") format("embedded-opentype"), url("../../webfonts/titilliummaps26l003-webfont.woff") format("woff"), url("../../webfonts/titilliummaps26l003-webfont.ttf") format("truetype"), url("../../webfonts/titilliummaps26l003-webfont.svg#titilliummaps26l250_wt") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'titilliummaps26l1_wt';
  src: url("../../webfonts/titilliummaps26l004-webfont.eot");
  src: url("../../webfonts/titilliummaps26l004-webfont.eot?#iefix") format("embedded-opentype"), url("../../webfonts/titilliummaps26l004-webfont.woff") format("woff"), url("../../webfonts/titilliummaps26l004-webfont.ttf") format("truetype"), url("../../webfonts/titilliummaps26l004-webfont.svg#titilliummaps26l1_wt") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'titilliumtitle12regular';
  src: url("../../webfonts/titilliumtitle12-webfont.eot");
  src: url("../../webfonts/titilliumtitle12-webfont.eot?#iefix") format("embedded-opentype"), url("../../webfonts/titilliumtitle12-webfont.woff") format("woff"), url("../../webfonts/titilliumtitle12-webfont.ttf") format("truetype"), url("../../webfonts/titilliumtitle12-webfont.svg#titilliumtitle12regular") format("svg");
  font-weight: normal;
  font-style: normal; }

.ui-text-shadow, .ui-text-shadow-original {
  position: relative; }

.ui-text-shadow-original {
  z-index: 1;
  text-shadow: none; }

.ui-text-shadow-copy {
  position: absolute;
  z-index: 0;
  line-height: 110.74235%;
  left: 0;
  top: 0;
  zoom: 1;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* ===========================
	Extendable classes
============================== */
#navigation > span, #footer .copyright {
  font-family: 'titilliummaps26l250_wt', sans-serif;
  font-weight: normal; }

button, .button, .button-grey, .link-more, #grantees > a, h2, time, blockquote cite, figcaption, #navigation > ul, #breadcrumbs, #sidebar nav div, #footer h1, #footer ul ul, #footer .credit, .programs-columns h1, .featured-content p, .grantee-links span a, .grant-details dl dd, .pagination-links {
  font-family: 'titilliummaps26l500_wt', sans-serif;
  font-weight: normal; }

.featured-content div p i, #grantees h2 i, h1, h3, blockquote p, .introductory-text, #sidebar nav > a, .programs-columns h2, .featured-content h1, .featured-content h2, .featured-content p span, .grantee-links span, .grant-details dl dt, .sidebar-content p span, .faq-list dd:before, .faq-list dt:before, #home-feature .learn-more, #grantees h1 {
  font-family: 'titilliummaps26l750_wt', sans-serif;
  font-weight: normal; }

.featured-content div p, #grantees h2, table th, #footer ul {
  font-family: 'titilliummaps26l999_wt', sans-serif;
  font-weight: normal; }

#header > div, #main, #footer > div {
  width: 970px;
  padding: 0 16px;
  margin: 0 auto; }

#navigation a, #breadcrumbs a {
  text-decoration: none;
  color: #484747; }
#navigation a:hover, #breadcrumbs a:hover {
  color: #E37133; }

button, .button, .button-grey {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 0;
  padding: 0 20px;
  font-size: 16px; }
.lt-ie10 button, .lt-ie10 .button, .lt-ie10 .button-grey {
  filter: none; }
button:hover, .button:hover, .button-grey:hover {
  text-decoration: none; }

#footer ul, .programs-columns ul, .slideshow ul, .grant-details ul, .entries-list ol, .entries-list ul, #grantees ul, #updates ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.link-more, #grantees > a {
  color: #145f95;
  font-size: 15px; }

.featured-content div p, #grantees h2 {
  position: absolute;
  right: 16px;
  text-align: right;
  bottom: 11px;
  z-index: 10;
  margin: 0;
  color: #fff;
  padding-left: 16px;
  font-size: 18px;
  line-height: 120%;
  word-break: break-word;
  text-shadow: 0px 0px 5px black; }
.no-textshadow .featured-content div p, .featured-content div .no-textshadow p, .no-textshadow #grantees h2, #grantees .no-textshadow h2 {
  text-shadow: 0px 3px 4px black; }
.no-textshadow .featured-content div p .ui-text-shadow-copy-1, .featured-content div .no-textshadow p .ui-text-shadow-copy-1, .no-textshadow #grantees h2 .ui-text-shadow-copy-1, #grantees .no-textshadow h2 .ui-text-shadow-copy-1 {
  color: black;
  filter:  progid:DXImageTransform.Microsoft.Blur(makeShadow=false,pixelRadius=4);
  left: -4px;
  top: -1px; }
.featured-content div p i, #grantees h2 i {
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase; }
.featured-content div p i:after, #grantees h2 i:after {
  content: "\a";
  white-space: pre; }

/* ===================
    Main styles
   =================== */
html, body {
  width: 100%;
  min-width: 1002px; }

html {
  background-color: #e5e5e5; }

body {
  background-color: #fff; }

h1 {
  font-size: 27px;
  color: #3173a2;
  margin: 0 0 18px; }

h2, time {
  font-size: 20px;
  color: #E37133;
  margin: 0 0 6px;
  display: block; }

h3 {
  font-size: 18px;
  color: #E37133;
  margin: 0; }

p {
  line-height: 133.33%; }

p, ul, ol {
  color: #363636;
  font-size: 15px;
  margin: 0 0 18px; }

li {
  margin-top: 18px; }
li:first-child {
  margin: 0; }

a {
  color: #E37133;
  text-decoration: none; }
a:hover {
  text-decoration: underline; }

blockquote {
  background: url("../../images/bg-blockquote.png") no-repeat left 7px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 58px; }
blockquote p {
  color: #145f95;
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 2px; }
blockquote cite {
  color: #383838;
  font-size: 16px;
  font-style: normal; }

figure {
  margin: 0 0 19px;
  display: table; }
figure.align-left {
  float: left;
  margin: 0 20px 18px 0; }
figure.align-right {
  float: right;
  margin: 0 0 18px 20px; }

figcaption {
  text-align: right;
  color: #6a6969;
  font-size: 13px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 140%;
  padding: 8px 0 10px;
  display: table-caption;
  caption-side: bottom; }

form {
  margin: 18px 0 28px; }
form input[type="text"], form input[type="password"] {
  font-size: 14px;
  color: #575756;
  border: 1px solid #e4e4e4;
  height: 16px;
  padding: 11px 16px;
  margin: 0 0 12px;
  overflow: hidden;
  text-transform: none; }
.boxshadow form input[type="text"], .boxshadow form input[type="password"] {
  -webkit-box-shadow: inset 0px 0px 5px 1px #e4e4e4;
  -moz-box-shadow: inset 0px 0px 5px 1px #e4e4e4;
  box-shadow: inset 0px 0px 5px 1px #e4e4e4; }
form .placeholder {
  color: #575756; }
form input, form button {
  cursor: default;
  vertical-align: top; }

button, .button {
  /* orange inactive */
  background-color: #e37133;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE37133', endColorstr='#FFD07E52');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzNzEzMyIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZTM3MTMzIi8+PHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNkZDZlMzIiLz48c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2NmNjcyZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QwN2U1MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e37133), color-stop(80%, #e37133), color-stop(88%, #dd6e32), color-stop(98%, #cf672e), color-stop(100%, #d07e52));
  background-image: -webkit-linear-gradient(top, #e37133 0%, #e37133 80%, #dd6e32 88%, #cf672e 98%, #d07e52 100%);
  background-image: -moz-linear-gradient(top, #e37133 0%, #e37133 80%, #dd6e32 88%, #cf672e 98%, #d07e52 100%);
  background-image: -o-linear-gradient(top, #e37133 0%, #e37133 80%, #dd6e32 88%, #cf672e 98%, #d07e52 100%);
  background-image: linear-gradient(top, #e37133 0%, #e37133 80%, #dd6e32 88%, #cf672e 98%, #d07e52 100%); }
button:hover, .button:hover {
  text-decoration: none;
  /* orange hover */
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE37133', endColorstr='#FFAA6743');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzNzEzMyIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZTM3MTMzIi8+PHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNkMjY4MmYiLz48c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2FmNTcyNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhNjc0MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e37133), color-stop(80%, #e37133), color-stop(88%, #d2682f), color-stop(98%, #af5727), color-stop(100%, #aa6743));
  background-image: -webkit-linear-gradient(top, #e37133 0%, #e37133 80%, #d2682f 88%, #af5727 98%, #aa6743 100%);
  background-image: -moz-linear-gradient(top, #e37133 0%, #e37133 80%, #d2682f 88%, #af5727 98%, #aa6743 100%);
  background-image: -o-linear-gradient(top, #e37133 0%, #e37133 80%, #d2682f 88%, #af5727 98%, #aa6743 100%);
  background-image: linear-gradient(top, #e37133 0%, #e37133 80%, #d2682f 88%, #af5727 98%, #aa6743 100%); }

.button-grey {
  background-color: #8a8a8a;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8A8A8A', endColorstr='#FF6D6D6D');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhhOGE4YSIvPjxzdG9wIG9mZnNldD0iMyUiIHN0b3AtY29sb3I9IiM4MzgzODMiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzg0ODQ4NCIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjNzk3OTc5Ii8+PHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiM2YjZiNmIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDZkNmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8a8a8a), color-stop(3%, #838383), color-stop(80%, #848484), color-stop(90%, #797979), color-stop(98%, #6b6b6b), color-stop(100%, #6d6d6d));
  background-image: -webkit-linear-gradient(top, #8a8a8a 0%, #838383 3%, #848484 80%, #797979 90%, #6b6b6b 98%, #6d6d6d 100%);
  background-image: -moz-linear-gradient(top, #8a8a8a 0%, #838383 3%, #848484 80%, #797979 90%, #6b6b6b 98%, #6d6d6d 100%);
  background-image: -o-linear-gradient(top, #8a8a8a 0%, #838383 3%, #848484 80%, #797979 90%, #6b6b6b 98%, #6d6d6d 100%);
  background-image: linear-gradient(top, #8a8a8a 0%, #838383 3%, #848484 80%, #797979 90%, #6b6b6b 98%, #6d6d6d 100%); }
.button-grey:hover {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8A8A8A', endColorstr='#FF565656');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhhOGE4YSIvPjxzdG9wIG9mZnNldD0iMyUiIHN0b3AtY29sb3I9IiM4MzgzODMiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzg0ODQ4NCIvPjxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjN2I3YjdiIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiM2ZjZmNmYiLz48c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzU4NTg1OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU2NTY1NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8a8a8a), color-stop(3%, #838383), color-stop(80%, #848484), color-stop(85%, #7b7b7b), color-stop(90%, #6f6f6f), color-stop(98%, #585858), color-stop(100%, #565656));
  background-image: -webkit-linear-gradient(top, #8a8a8a 0%, #838383 3%, #848484 80%, #7b7b7b 85%, #6f6f6f 90%, #585858 98%, #565656 100%);
  background-image: -moz-linear-gradient(top, #8a8a8a 0%, #838383 3%, #848484 80%, #7b7b7b 85%, #6f6f6f 90%, #585858 98%, #565656 100%);
  background-image: -o-linear-gradient(top, #8a8a8a 0%, #838383 3%, #848484 80%, #7b7b7b 85%, #6f6f6f 90%, #585858 98%, #565656 100%);
  background-image: linear-gradient(top, #8a8a8a 0%, #838383 3%, #848484 80%, #7b7b7b 85%, #6f6f6f 90%, #585858 98%, #565656 100%); }

table {
  font-size: 16px;
  line-height: 20px;
  color: #575756;
  width: 100%;
  border: 1px solid #383838; }
table td, table th {
  padding: 10px 18px;
  text-align: left;
  vertical-align: top; }
table th {
  background-color: #383838;
  color: #f6f6f1;
  text-transform: uppercase; }
table td {
  border: 1px solid #b9b9b9;
  font-size: 14px; }
table tr:nth-child(even) {
  background-color: #d7d7d7; }

.grantees-table.grantee .grantee, .grantees-table.title .title, .grantees-table.location .location, .grantees-table.programs .programs, .grantees-table.grants .grants {
  background-image: url("../../images/bg-table-arrows.png"); }

.grantees-table {
  margin-bottom: 8px; }
.grantees-table th {
  background-repeat: no-repeat;
  background-position: -9999em -9999em;
  overflow: hidden;
  cursor: pointer; }
.grantees-table.desc th {
  background-position: right top; }
.grantees-table.asc th {
  background-position: right -40px; }

.introductory-text {
  color: #383838;
  font-size: 20px;
  line-height: 26px; }
.introductory-text a {
  color: inherit;
  text-decoration: none; }
.introductory-text a:hover {
  text-decoration: underline; }

#header {
  z-index: 1000;
  position: relative;
  background-color: #fff;
  width: 100%;
  border-bottom: 6px solid #f2f2f2; }
#header > div {
  padding: 16px 0;
  position: relative; }
#header h1 {
  float: left;
  margin: 0; }

#navigation ul {
  margin: 0;
  padding: 0;
  background-color: #fff; }
#navigation ul a {
  display: block; }
#navigation > ul {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 52px 0 0;
  font-size: 16px;
  text-transform: uppercase; }
#navigation > ul > li {
  float: left;
  margin: 0 0 0 32px;
  position: relative; }
#navigation > ul > li:first-child {
  margin: 0; }
#navigation > ul > li > a {
  height: 40px; }
#navigation > ul > li ul {
  display: none;
  position: absolute;
  left: -9px;
  top: 38px;
  min-width: 120%;
  white-space: nowrap;
  text-transform: none;
  padding: 0 6px 10px; }
#navigation > ul > li ul:hover {
  display: block; }
#navigation > ul > li ul li {
  margin: 0;
  padding: 0 3px;
  border-bottom: 1px solid #e5e5e5; }
#navigation > ul > li ul li:first-child {
  border-top: 1px solid #e5e5e5; }
#navigation > ul > li ul li a {
  padding: 4px 0; }
#navigation > ul > li:hover ul {
  display: block; }
#navigation > span {
  display: block;
  position: absolute;
  top: 7px;
  right: 16px;
  font-size: 12px;
  color: #d6d6d6; }
#navigation > span a {
  color: #2d5b75;
  text-decoration: none; }

#main {
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 52px;
  *zoom: 1; }
#main:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

#breadcrumbs {
  overflow: hidden;
  font-size: 12px;
  color: #484747;
  margin: 0 0 14px; }

#sidebar {
  float: left;
  width: 200px;
  padding: 16px 45px 0 0; }
#sidebar nav {
  margin: 0 0 63px; }
#sidebar nav a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 2px 0; }
#sidebar nav a:hover, #sidebar nav a.active {
  text-decoration: none;
  color: #E37133; }
#sidebar nav > a {
  text-transform: uppercase;
  color: #363636;
  border-bottom: 0;
  font-size: 18px; }
#sidebar nav div {
  border-top: 1px solid #e5e5e5;
  font-size: 14px; }
#sidebar nav div a {
  color: #3c3c3c; }

#content {
  float: left;
  width: 725px; }
#content header {
  margin: 0 0 8px; }
#content header h1 {
  margin: 0; }
#content header time {
  margin: 6px 0 0; }

#footer {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #e5e5e5;
  padding: 27px 0 24px;
  overflow: hidden;
  min-width: 1002px;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  color: #363636; }
#footer h1 {
  color: #363636;
  font-size: 18px;
  margin: 0 0 18px; }
#footer form {
  width: 200px;
  padding: 0 3px 0 0;
  margin: 0;
  height: 44px;
  overflow: hidden;
  float: right;
  position: relative;
  background: url("../../images/bg-footer-search.png") left top no-repeat;
  text-transform: none; }
#footer form input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  height: 44px;
  float: left; }
#footer form #search-keyword {
  width: 138px;
  padding: 0 8px 0 16px;
  background: none;
  line-height: 44px; }
#footer form #search-submit {
  width: 38px;
  position: absolute;
  text-indent: -9999em;
  letter-spacing: -9999em;
  background: url("../../images/bg-footer-search.png") -162px -44px no-repeat;
  overflow: hidden; }
#footer nav {
  margin-bottom: 12px; }
#footer nav a {
  float: left; }
#footer ul li {
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  height: 20px;
  line-height: 20px; }
#footer ul ul {
  display: block;
  float: left;
  padding-left: 5px; }
#footer ul ul li {
  float: left; }
#footer a {
  color: #363636; }
#footer a:hover {
  color: #e37133;
  text-decoration: none; }
#footer .credit {
  color: #363636;
  font-size: 12px;
  display: inline-block;
  height: 31px;
  float: right;
  text-transform: none; }
#footer .credit a {
  display: inline-block;
  height: 31px;
  width: 87px;
  overflow: hidden;
  text-indent: -999em;
  letter-spacing: -999em;
  background: url("../../images/bg-freerange-logo.png") no-repeat;
  vertical-align: middle; }
#footer .credit a:hover {
  background: url("../../images/bg-freerange-logo.png") left -31px no-repeat; }
#footer .copyright {
  font-size: 12px; }

/* ===========================
	Program landing page
============================== */
.programs-columns h1 {
  margin: 0 0 12px;
  color: #383838;
  font-size: 22px; }
.programs-columns h2 {
  font-size: 18px;
  color: #363636; }
.programs-columns img {
  display: block;
  margin: 0 0 8px;
  width: 100%; }
.programs-columns li {
  width: 175px;
  float: left;
  margin: 0 0 0 8.3px; }
.programs-columns li:first-child {
  margin: 0; }
.programs-columns li > a:hover {
  text-decoration: none; }
.programs-columns p {
  padding-right: 8px;
  color: #777773;
  font-size: 14px; }

/* ===========================
	Program Detail page
============================== */
.featured-content {
  width: 178px; }
.featured-content h1, .featured-content h2 {
  color: #4f4f4f;
  font-size: 15px;
  margin: 0;
  text-transform: uppercase; }
.featured-content h1:first-child, .featured-content h2:first-child {
  margin: 0 0 5px; }
.featured-content h2 {
  line-height: 20px; }
.featured-content h2 a {
  color: inherit; }
.featured-content h2 a:hover {
  text-decoration: none; }
.featured-content img {
  display: block; }
.featured-content p {
  margin: 0;
  font-size: 14px;
  line-height: 18px; }
.featured-content p a {
  word-wrap: break-word; }
.featured-content div {
  position: relative;
  float: left;
  margin: 0 0 9px; }

/* ===========================
	Grant Detail page
============================== */
.slideshow {
  position: relative;
  margin: 0 0 21px;
  height: auto; }
.slideshow ul {
  width: 100%;
  overflow: hidden;
  position: relative;
  /*min-height: 382px;*/ }
.slideshow li {
  margin: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden; }
.slideshow li.cycle-slide {
  visibility: visible; }
.slideshow figure {
  margin: 0; }

#pager {
  position: absolute;
  right: 24px;
  top: 311px;
  z-index: 1000;
  overflow: hidden;
  height: 14px; }
#pager span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-indent: -9999em;
  float: left;
  margin-left: 7px;
  outline: 0;
  height: 14px;
  width: 14px;
  background: url("../../images/bg-pager.png") left top no-repeat; }
#pager span:hover, #pager span.cycle-pager-active {
  background-position: left -14px; }

.grantee-links {
  display: block;
  overflow: hidden;
  margin: 0 0 32px; }
.grantee-links > a {
  display: block;
  overflow: hidden;
  text-indent: -9999em;
  height: 23px;
  width: 24px;
  float: left;
  background: url("../../images/bg-social-media-icons.png") no-repeat; }
.grantee-links .twitter {
  background-position: 0 0;
  margin-right: 6px; }
.grantee-links .facebook {
  background-position: 0 -23px; }
.grantee-links span {
  color: #383838;
  font-size: 16px;
  line-height: 23px;
  display: inline-block;
  height: 23px;
  float: left; }
.grantee-links a + span {
  margin-left: 10px; }

.grant-details {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 2px;
  margin: 0 0 26px;
  overflow: hidden; }
.grant-details li {
  float: left;
  margin: 0 0 11px;
  width: 48%;
  padding-right: 2%; }
.grant-details dl {
  color: #363636;
  font-size: 16px;
  line-height: 137.5%;
  margin: 0 0 18px;
  overflow: hidden; }
.grant-details dl dt, .grant-details dl dd {
  display: inline;
  margin: 0; }
.grant-details dl dt a, .grant-details dl dd a {
  word-wrap: break-word;
  text-decoration: underline; }
.grant-details dl dt {
  clear: left;
  display: inline-block;
  white-space: normal;
  word-wrap: break-word;
  margin-top: 1px; }
.grant-details dl dt:first-child {
  margin: 0; }
.grant-details dl dd {
  white-space: normal; }
.grant-details dl dd:after {
  content: "\A";
  display: block;
  white-space: pre;
  height: 0px; }

.featured-video {
  width: 100%;
  height: auto;
  margin: 0 0 19px; }

.sidebar-content {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 32px; }
.sidebar-content a:hover {
  text-decoration: none; }
.sidebar-content img {
  display: block;
  margin: 0 0 10px;
  width: 100%; }
.sidebar-content p {
  color: #383838;
  margin: 0; }
.sidebar-content p span {
  font-size: 18px;
  line-height: 20px; }

/* ===========================
	Team landing page
============================== */
.entries-list {
  margin: 32px 0 0; }
.entries-list ol, .entries-list ul {
  margin: 0 0 10px; }
.entries-list li {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 26px;
  margin: 30px 0 0; }
.entries-list li:first-child {
  margin: 0; }
.entries-list img {
  float: left;
  margin: 0 20px 16px 0; }
.entries-list h1 {
  color: #e37133;
  margin: 0 0 3px; }
.entries-list h2, .entries-list time {
  color: #3173a2;
  display: block;
  font-size: 18px;
  margin: 0 0 4px; }
.entries-list p {
  margin: 0; }
.entries-list p + p {
  margin: 18px 0 0; }

.pagination-links {
  float: right;
  padding-right: 2px; }
.pagination-links a, .pagination-links span {
  color: #3e3d3d;
  display: block;
  float: left;
  margin-left: 14px; }
.pagination-links a:first-child, .pagination-links span:first-child {
  margin: 0; }
.pagination-links a.current, .pagination-links a:hover {
  color: #E37133; }

/* ===========================
	Faq page
============================== */
.faq-list {
  color: #363636;
  font-size: 15px;
  margin: 32px 0 18px; }
.faq-list dd, .faq-list dt {
  padding-left: 26px;
  position: relative; }
.faq-list dd:before, .faq-list dt:before {
  width: 20px;
  position: absolute;
  font-size: 20px;
  left: 0px;
  top: -2px; }
.faq-list dt {
  margin: 0 0 6px;
  line-height: 20px;
  font-weight: bold; }
.faq-list dt:before {
  content: "Q: ";
  color: #3173A2; }
.faq-list dd {
  margin: 0 0 36px; }
.faq-list dd p {
  display: inline-block; }
.faq-list dd:before {
  content: "A: ";
  color: #E37133; }
.faq-list p {
  margin: 18px 0 0; }
.faq-list p:first-child {
  margin: 2px 0 0; }

/* ===========================
	About Us page
============================== */
.about-team {
  overflow: hidden;
  margin-top: 32px; }
.about-team img {
  float: left;
  display: block;
  margin: 0 20px 16px 0; }

.about-faq {
  margin-top: 38px; }
.about-faq .faq-list {
  margin: 10px 0 14px; }
.about-faq .faq-list dd:last-child {
  margin: 0; }

/* ===========================
	Grantees gathering page
============================== */
.grantees-content ul {
  margin-top: 32px; }
.grantees-content div {
  margin-bottom: 12px; }

/* ===========================
	Homepage styles
============================== */
#home-feature, #home-feature .feature-content, #home-feature .feature-content > div, #home-feature .feature-images {
  height: 394px; }

#home-feature {
  background-color: #F2F2F2;
  width: 100%;
  min-width: 1002px;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #f2f2f2;
  /*margin-bottom: 5px;*/ }
#home-feature #pager {
  left: 8px;
  bottom: 22px;
  top: auto;
  right: auto; }
#home-feature #pager a:first-child {
  margin: 0; }
#home-feature .feature-content {
  z-index: 10;
  position: relative;
  background: url("../../images/bg-mask-shadow.png") left top repeat-x; }
#home-feature .feature-content > div {
  margin: 0 auto;
  width: 970px;
  position: relative; }
#home-feature h1 {
  color: #fff;
  font-size: 29px;
  line-height: 45px;
  position: absolute;
  top: 105px;
  left: 2px;
  text-shadow: 0px 0px 5px #000101; }
.no-textshadow #home-feature h1 {
  text-shadow: 0px 7px 4px #000101; }
.no-textshadow #home-feature h1 .ui-text-shadow-copy-1 {
  color: #000101;
  filter:  progid:DXImageTransform.Microsoft.Blur(makeShadow=false,pixelRadius=4);
  left: -4px;
  top: 3px; }
#home-feature h1 > span {
  font-size: 48px;
  text-transform: uppercase;
  display: block;
  margin-top: 25px; }
#home-feature h1 > span:first-child {
  font-size: 39px;
  margin: 0;
  text-transform: none; }
#home-feature .feature-images {
  color: #F2F2F2;
  width: 100%;
  z-index: 2;
  display: block;
  position: absolute;
  left: 0;
  top: 0; }
#home-feature img {
  width: 100%;
  display: block;
  visibility: hidden; }
#home-feature img:first-child, #home-feature img.cycle-slide {
  visibility: visible; }
#home-feature .learn-more {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  height: 41px;
  line-height: 41px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 0 17px;
  background-color: #3d3d39;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3D3D39', endColorstr='#FF2D2C2C');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkM2QzOSIvPjxzdG9wIG9mZnNldD0iMyUiIHN0b3AtY29sb3I9IiMzODM4MzgiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzM4MzgzOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkMmMyYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3d3d39), color-stop(3%, #383838), color-stop(80%, #383838), color-stop(100%, #2d2c2c));
  background-image: -webkit-linear-gradient(top, #3d3d39 0%, #383838 3%, #383838 80%, #2d2c2c 100%);
  background-image: -moz-linear-gradient(top, #3d3d39 0%, #383838 3%, #383838 80%, #2d2c2c 100%);
  background-image: -o-linear-gradient(top, #3d3d39 0%, #383838 3%, #383838 80%, #2d2c2c 100%);
  background-image: linear-gradient(top, #3d3d39 0%, #383838 3%, #383838 80%, #2d2c2c 100%); }

#grantees {
  padding-bottom: 9px; }
#grantees > a {
  float: right;
  margin-top: 7px; }
#grantees > a:hover {
  color: #E37133;
  text-decoration: none; }
#grantees .jcarousel-clip, #grantees .jcarousel-container {
  width: 773px;
  height: 178px;
  float: left; }
#grantees .jcarousel-clip {
  overflow: hidden; }
#grantees .jcarousel-clip li {
  margin: 0 20px 0 0; }
#grantees .jcarousel-next {
  width: 20px;
  height: 49px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAxCAYAAADa6ImIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDcyNTc5ODc1Njk3MTFFMjk5MzVDMkQ4MTJCQTAwNDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDcyNTc5ODg1Njk3MTFFMjk5MzVDMkQ4MTJCQTAwNDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNzI1Nzk4NTU2OTcxMUUyOTkzNUMyRDgxMkJBMDA0MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNzI1Nzk4NjU2OTcxMUUyOTkzNUMyRDgxMkJBMDA0MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhFCGvAAAAEjSURBVHjarJdtDYMwEIaPywTwHxNYmIQ5mAUUbFMwC3UwCbOACATUwdYmbAnQwn28b3J/KHmgPEcpzTRNLRFFWqXrOrKEU71TtQRKBvapnkhgzjXVDQnMuc9gGJDmqfdIYOuV1KS2+RSOj6nOpXbS3uEvZvO8M2YyzwfjavMsOEdlXgJUmWfhhcVQVjwekXlWSjw0z4ZW2zXPxjesat4KrEpix8JShHqARfNe4MY8ArgwjwL+zSOBWc4LCcyr+wUJHPKnAykloKRk0APVNuM8VUhjx9KnlpEwD3CYpwtbYANqgV0Y9QI3Rj3AKN08MRImBVaNWjdLAbVZOjSqAYqMlnKqSUh/UtECZI9RCVBlVPLjE8gZ9hitAc1Ga0CXhHW+AgwAKxA/fl6w2IwAAAAASUVORK5CYII=);
  position: absolute;
  top: 69px;
  right: -28px;
  cursor: pointer; }
#grantees header {
  width: 154px;
  height: 167px;
  float: left;
  padding: 12px 26px 0 17px;
  background: url("../../images/bg-partners-intro.png") no-repeat; }
#grantees h1 {
  color: #363636;
  text-transform: uppercase;
  font-size: 25px;
  margin: 0 0 7px;
  line-height: 100%; }
#grantees p {
  margin: 0;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 120%; }
#grantees ul {
  width: 773px;
  height: 178px;
  float: left;
  overflow: hidden; }
#grantees li {
  margin: 0 0 0 20px;
  width: 178px;
  height: 178px;
  position: relative;
  float: left; }
#grantees li:first-child {
  margin-left: 0; }
#grantees img {
  display: block;
  z-index: 1; }

#updates {
  border-top: 1px solid #e5e5e5;
  padding-top: 29px; }
#updates h1 {
  float: left;
  color: #484747;
  font-size: 13px;
  line-height: 120%;
  padding-left: 41px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAXCAIAAAB1dKN5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTY1RjA2Mzg1NkE3MTFFMjk5MzVDMkQ4MTJCQTAwNDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTY1RjA2Mzk1NkE3MTFFMjk5MzVDMkQ4MTJCQTAwNDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NjVGMDYzNjU2QTcxMUUyOTkzNUMyRDgxMkJBMDA0MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5NjVGMDYzNzU2QTcxMUUyOTkzNUMyRDgxMkJBMDA0MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi3zWp0AAAO6SURBVHjalFVLbxNXFJ577zw9Y0/iV8jLCeQBcWuQUHkFFlCpQm1VFq1YdVlVanfdVFn0IXVXqf+g2xZWbRcsoOqiIFCjIh6BQIAUxXESnAQ/4klsj+153Z7BwUz9SMpd2PO45zvn+8537iBKKfM6K63pTzJbSwVdIGg8qu6PKgGRr79yHFo2LRauUhslv8iFfMLOWBDwy+zKr7PLOb1mUwYxDE/weNj/6bGR8UjgbnrjRjLzfrwfQY1fX75vU/rtOwmJJzsgXryT+vHmAkeQyBGM3ECHMrphhWUh7BPms8X3Jno/mxzDpZq1VqxeT2a//3MuX651gptb136eSUFKH89CdXWtMGIUgS0a1pPs1pt71LFI4NLDNLYcYOO+uJHKfnXl/r10oS3i1afPK6YtYOy0CM9hBKItbJR+ur04GlYw5BRZDJsUnn2aK33z++wPVx8n8yU3j2c926wAV4ehUCBqyWfYTlQWvjubOBILsaDukcHgo8yWjyUyTyyHXplfnU7ljsZCJ4fDQ0EZOgYMgCDUhl7IR1tAq6b9YWIwvkeFa7fX5w/F7qYL87mixGII9QucYdt//LN2bWE96BOiihiRBdAaaqwzboJzEyAEvarfslrFmF7MfRDvz99KbtZMQIQw6GVA5GyHbuhGplQFAXwcaSD+d7n7IapL4rYRgfWFmVSxZgosIehVetgHTIGuwODGE9pGRPAQ5QlSpW2fu505HgsVdKNq2QjtMjDoJU3vAumjshhRtgfEzf/RwdhQtwzG9ES1iWzCbSzTdg5EAxFFfIXYp0pTZ+LD3XLZgHy0U2TbTCAxiHiwr7uxeVujRF/Xl6cnzsUHRDAd7VggrXfW60TLHlR9J4bDjSds/Q/G87cHK3PPN53ddPRmAtOYNj33xoAqckxTjdCfM6M94JWSYbEE70AZeTwIDnlrMPjugV7vBty4Ork3AsRhFjW9VrOcVrJeEcHPMOZdIv/J0RGBI83+9N4v5cvTy7m5NW12XaMdKoXqYOwQg6bengBmTW/ZpvuhkAxGX9HKMDDuYKF2cIaNCfri1P5WOBcRiucwLEarmA9WCzPpwt/L+Wy5Wj8HvUBgLEijm+bebuXzyTE4StoL/Vcyc/nx2mpRh7HZqplgHYFgrzR1IDiv4NfPs6dHez4+PNTjlzr6AXR8tL4Jx9fMamGpUAaB4AuBXnaUvmiCxJJ+VTo8EJwcDid6u3aZ1EZnwApprfJM0xfyRfg2OQ5D3BOF3xdSwMO9qhT08f/nY/mvAAMAPZa+IyX61xEAAAAASUVORK5CYII=); }
#updates h1 span {
  font-size: 20px;
  padding-bottom: 4px;
  text-transform: uppercase;
  display: block; }
#updates div {
  float: right;
  width: 801px; }
#updates ul {
  color: #484747;
  font-size: 12px;
  line-height: 120%; }
#updates li {
  float: left;
  width: 180px;
  padding-right: 27px;
  padding-left: 60px;
  position: relative; }
#updates li a {
  color: #2780c8; }
#updates li a:hover {
  text-decoration: none;
  color: #E37133; }
#updates h2, #updates li {
  color: #484747;
  font-size: 12px;
  line-height: 120%;
  margin: 0; }
#updates h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold; }
#updates h2 a {
  color: #484747; }
#updates img {
  border: 1px solid #f0f0f0; }
#updates .tweet_avatar {
  display: block;
  position: absolute;
  left: 0;
  top: 0; }
#updates .tweet_text {
  display: block; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
form label, form legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

form label:focus, form legend:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

#header > div:before, #grantees:before, #header > div:after, #grantees:after {
  content: " ";
  display: table; }

#header > div:after, #grantees:after {
  clear: both; }

#header > div, #grantees {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
