/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  color: #575756;
  font-family: 'capitolium-2', serif; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/images/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/images/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/images/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/images/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/images/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url(/images/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("/fonts/flexslider-icon.eot");
  src: url("/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/fonts/flexslider-icon.woff") format("woff"), url("/fonts/flexslider-icon.ttf") format("truetype"), url("/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.slider {
  margin: 0;
  position: relative;
  zoom: 1; }
  .slider ul {
    list-style: none; }
    .slider ul li {
      text-align: center;
      margin-bottom: -4px; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

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

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

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

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0; }

a {
  color: #004992;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  a:hover {
    color: #0062c5; }

.wrapper {
  max-width: 1080px;
  margin: 0 auto; }
  .wrapper:before, .wrapper:after {
    content: "";
    display: table; }
  .wrapper:after {
    clear: both; }

.home #home-btn,
.about #about-btn,
.projects #projects-btn,
.news #news-btn,
.links #links-btn,
.contact #contact-btn,
.donate #donate-btn {
  background-color: #004992;
  color: white;
  cursor: default; }

header {
  position: relative;
  background-color: #e5eaf4;
  max-height: 500px;
  overflow: hidden; }
  header .header-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(/images/white-divider-1.png);
    background-repeat: no-repeat;
    width: 1080px;
    max-width: 1080px;
    height: 67px;
    z-index: 2; }
  header nav {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    min-height: 50px;
    line-height: 50px;
    min-width: 50%;
    max-width: 100%;
    background-color: white; }
    header nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      header nav ul li {
        display: block;
        float: left;
        margin: 0;
        padding: 0; }
        header nav ul li a {
          display: block;
          height: 100%;
          width: 100%;
          text-decoration: none;
          text-transform: uppercase;
          color: #575756;
          padding: 0 14px;
          text-align: center; }
          header nav ul li a:hover {
            background-color: #f2f2f2;
            color: black; }

.intro .wrapper {
  max-width: 800px;
  padding: 20px 0;
  margin: 0 auto;
  position: relative; }
.intro h1 {
  font-size: 1.55em;
  padding: 25px 0 0 0;
  margin: 0; }
.intro h2, .intro h3 {
  color: #004992; }
.intro h2 {
  text-transform: capitalize;
  font-size: 1.2em; }
.intro h3 {
  padding-right: 110px; }
.intro .donate {
  background-image: url(/images/leaf.svg);
  display: block;
  color: white;
  text-align: center;
  width: 105px;
  height: 106px;
  text-decoration: none;
  padding: 38px 20px;
  line-height: 1.1;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: 0; }

.no-svg .donate {
  background-image: url(/images/leaf.png); }

.intro-text {
  line-height: 1.4;
  padding: 20px 10px 0px 10px;
  clear: both; }
  .intro-text:before, .intro-text:after {
    content: "";
    display: table; }
  .intro-text:after {
    clear: both; }

.home .intro-text {
  padding: 20px 0 0 0; }

.logo {
  background-image: url("/images/logo.svg");
  float: left;
  width: 167px;
  height: 180px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 30px; }

.no-svg .logo {
  background-image: url("/images/logo.png"); }

.project-signposts {
  background-color: #e5eaf4;
  background-image: url(/images/white-divider-2.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 60px 0 0 0; }
  .project-signposts:before, .project-signposts:after {
    content: "";
    display: table; }
  .project-signposts:after {
    clear: both; }

.header-with-line {
  border-bottom: 1px solid #575756;
  height: 1.5em;
  text-align: center;
  margin: 20px auto 40px auto;
  width: 94%; }
  .header-with-line:before, .header-with-line:after {
    content: "";
    display: table; }
  .header-with-line:after {
    clear: both; }
  .header-with-line h1 {
    background-color: #e5eaf4;
    font-size: 1.2em;
    line-height: 2.4em;
    text-align: center;
    margin-bottom: -20px;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 0 10px; }

.signpost {
  background-color: white;
  width: 27.333%;
  float: left;
  padding: 2%;
  margin: 3%;
  transform: scale(1);
  position: relative;
  z-index: 20;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  .signpost:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1); }
    .signpost:hover img {
      filter: none;
      -webkit-filter: grayscale(0); }
  .signpost:focus, .signpost:active {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05); }
  .signpost h2 {
    text-align: center;
    color: #004992;
    border-bottom: 1px solid #575756;
    margin: 0 10% 20px; }
    .signpost h2 a {
      text-decoration: none;
      color: #004992; }
    .signpost h2 small {
      display: block;
      font-family: sans-serif;
      font-size: 60%; }
  .signpost img {
    width: 100%;
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */ }
  .signpost p {
    text-align: center;
    font-family: sans-serif; }
  .signpost .button {
    display: block;
    background-color: #004992;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase; }
    .signpost .button:hover {
      background-color: #0053a6; }

.main-content {
  background-color: #e5eaf4;
  background-image: url(/images/white-divider-2.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 60px 0 0 0; }
  .main-content:before, .main-content:after {
    content: "";
    display: table; }
  .main-content:after {
    clear: both; }
  .main-content .wrapper {
    padding: 0 8%; }

blockquote {
  font-size: 200%;
  font-style: italic;
  text-align: center;
  margin: 40px 80px; }

.trustee {
  clear: both;
  margin-bottom: 20px;
  width: 100%; }
  .trustee:before, .trustee:after {
    content: "";
    display: table; }
  .trustee:after {
    clear: both; }

.trustee-photo {
  float: left;
  width: 34.333%;
  padding-right: 3%; }
  .trustee-photo img {
    padding: 10px;
    border: 1px solid #004992;
    max-width: 100%; }
    .trustee-photo img:hover {
      background-color: #d3dcec; }

.trustee-text {
  width: 65.666%;
  float: left; }

.projects-nav {
  height: 60px; }
  .projects-nav ul {
    list-style: none;
    padding: 0; }
    .projects-nav ul li {
      width: 25%;
      float: left;
      margin-bottom: 20px; }
      .projects-nav ul li a {
        display: block;
        text-align: center;
        text-decoration: none;
        background-color: #d3dcec;
        margin: 0 5%;
        line-height: 30px;
        text-transform: uppercase;
        font-size: 80%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
        .projects-nav ul li a:hover {
          background-color: #0062c5;
          color: #f7f8fc; }
        .projects-nav ul li a.active {
          background-color: #004992;
          color: white; }

.nav_categories {
  list-style: none;
  margin: 0;
  padding: 0; }

.projects-list {
  width: 80%;
  float: left; }
  .projects-list .project {
    padding-bottom: 30px; }
    .projects-list .project:before, .projects-list .project:after {
      content: "";
      display: table; }
    .projects-list .project:after {
      clear: both; }
    .projects-list .project .project-photo {
      float: left;
      width: 34.333%;
      padding-right: 3%; }
      .projects-list .project .project-photo img {
        padding: 10px;
        border: 1px solid #004992;
        max-width: 100%; }
        .projects-list .project .project-photo img:hover {
          background-color: #d3dcec; }
    .projects-list .project .project-text {
      width: 65.666%;
      float: left; }
      .projects-list .project .project-text h1 {
        font-weight: bold;
        font-size: 1.2em;
        padding: 0;
        margin: 0; }
        .projects-list .project .project-text h1 a {
          color: #004992;
          text-decoration: none; }
          .projects-list .project .project-text h1 a:hover {
            color: #0062c5;
            text-decoration: underline; }
      .projects-list .project .project-text h2 {
        font-weight: bold;
        font-size: 1em;
        padding: 0; }
      .projects-list .project .project-text p {
        margin: 0; }
      .projects-list .project .project-text .more-info {
        text-transform: uppercase; }

.projects-sidebar {
  width: 18%;
  float: right; }
  .projects-sidebar nav ul {
    list-style: none; }
    .projects-sidebar nav ul li {
      text-align: right; }
      .projects-sidebar nav ul li a {
        text-decoration: none;
        color: #71716f; }
        .projects-sidebar nav ul li a:hover {
          text-decoration: underline; }
        .projects-sidebar nav ul li a.active {
          text-decoration: underline;
          color: #004992; }

.hidden {
  display: none; }

.project-gallery {
  width: 640px;
  margin: 0 auto 20px auto; }
  .project-gallery:before, .project-gallery:after {
    content: "";
    display: table; }
  .project-gallery:after {
    clear: both; }
  .project-gallery img {
    float: left;
    margin: 15px; }

.project-content {
  line-height: 1.5; }
  .project-content h2 {
    clear: both;
    text-align: center;
    color: #004992;
    border-bottom: 1px solid #004992;
    margin: 20px auto 20px auto;
    width: 50%; }
  .project-content table {
    width: 80%;
    margin: 0 auto;
    line-height: 2; }
    .project-content table td:first-child {
      font-weight: bold; }

.news-list .news-article {
  padding-bottom: 30px; }
  .news-list .news-article:before, .news-list .news-article:after {
    content: "";
    display: table; }
  .news-list .news-article:after {
    clear: both; }
  .news-list .news-article .project-photo {
    float: left;
    width: 34.333%;
    padding-right: 3%; }
    .news-list .news-article .project-photo img {
      padding: 10px;
      border: 1px solid #004992;
      max-width: 100%; }
      .news-list .news-article .project-photo img:hover {
        background-color: #d3dcec; }
  .news-list .news-article h1 {
    font-weight: bold;
    font-size: 1.2em;
    padding: 0;
    margin: 0; }
    .news-list .news-article h1 a {
      color: #004992;
      text-decoration: none; }
      .news-list .news-article h1 a:hover {
        text-decoration: underline; }
  .news-list .news-article h2 {
    font-weight: bold;
    font-size: 1em;
    padding: 0; }
  .news-list .news-article p {
    margin: 0; }
  .news-list .news-article .more-info {
    text-transform: uppercase; }

input, textarea {
  margin: 0;
  border: 1px solid #004992;
  width: 100%;
  padding: 5px;
  color: black; }

dd {
  margin: 0 0 10px 0; }

.footer-partition {
  background-color: #e5eaf4;
  background-image: url(/images/white-divider-1.png);
  height: 67px; }

footer {
  background-color: white;
  padding: 50px; }
  footer .large {
    font-size: 1.3em;
    color: #004992; }
  footer section {
    width: 48%; }
  footer .footer-left {
    float: left;
    padding: 10px 0 0 0; }
    footer .footer-left:before, footer .footer-left:after {
      content: "";
      display: table; }
    footer .footer-left:after {
      clear: both; }
  footer .footer-right {
    float: right; }
  footer .hc-link {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(/images/highland-cross.png);
    background-size: contain;
    background-position: center;
    width: 65px;
    height: 65px;
    float: left; }
  footer .fb-link {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(/images/f-icon.svg);
    background-color: #e5eaf4;
    width: 45px;
    height: 45px;
    margin: 10px;
    float: left;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
    footer .fb-link:hover {
      background-color: #004992; }
  footer .tw-link {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(/images/tw-icon.svg);
    background-color: #e5eaf4;
    width: 45px;
    height: 45px;
    margin: 10px;
    float: left;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
    footer .tw-link:hover {
      background-color: #00ACED; }
  footer .contact {
    padding: 10px 0 0 0;
    margin: 0;
    float: right;
    text-align: center;
    width: 220px; }

.no-svg .fb-link {
  background-image: url(/images/f-icon.png); }

.no-svg .fb-link {
  background-image: url(/images/tw-icon.png); }
