@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

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

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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; }

/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

figure.alignnone {
  margin-left: 0;
  margin-right: 0; }

/* WordPress Class Extensions */
.alignleft {
  margin-right: 35px; }

.alignright {
  margin-left: 35px; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.row {
  display: block; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

.container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 94%; } }

.one-half {
  float: left;
  display: block;
  margin-right: 2.4332%;
  width: 48.7834%; }
  .one-half:last-child {
    margin-right: 0; }

.one-fourth {
  float: left;
  display: block;
  margin-right: 2.4332%;
  width: 23.1751%; }
  .one-fourth:last-child {
    margin-right: 0; }

.three-fourth {
  float: left;
  display: block;
  margin-right: 2.4332%;
  width: 74.3917%; }
  .three-fourth:last-child {
    margin-right: 0; }

.one-third {
  float: left;
  display: block;
  margin-right: 2.4332%;
  width: 31.7112%; }
  .one-third:last-child {
    margin-right: 0; }

.two-third {
  float: left;
  display: block;
  margin-right: 2.4332%;
  width: 65.8556%; }
  .two-third:last-child {
    margin-right: 0; }

.full-width {
  float: left;
  display: block;
  margin-right: 2.4332%;
  width: 100%; }
  .full-width:last-child {
    margin-right: 0; }

.one-half,
.one-fourth,
.three-fourth,
.one-third,
.two-third {
  min-height: 1px; }
  .one-half:last-child,
  .one-fourth:last-child,
  .three-fourth:last-child,
  .one-third:last-child,
  .two-third:last-child {
    margin-right: 0; }
  .one-half img,
  .one-fourth img,
  .three-fourth img,
  .one-third img,
  .two-third img {
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 767px) {
    .one-half,
    .one-fourth,
    .three-fourth,
    .one-third,
    .two-third {
      float: left;
      display: block;
      margin-right: 2.4332%;
      width: 100%; }
      .one-half:last-child,
      .one-fourth:last-child,
      .three-fourth:last-child,
      .one-third:last-child,
      .two-third:last-child {
        margin-right: 0; } }

@font-face {
  font-family: bebas_neue_light;
  font-weight: lighter;
  font-style: normal;
  src: url("../fonts/bebasneue_light-webfont.eot");
  src: url("../fonts/bebasneue_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_light-webfont.woff") format("woff"), url("../fonts/bebasneue_light-webfont.ttf") format("truetype"), url("../fonts/bebasneue_light-webfont.svg#bebas_neue_light") format("svg"); }
@font-face {
  font-family: bebas_neue;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/bebasneue_regular-webfont.eot");
  src: url("../fonts/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_regular-webfont.woff") format("woff"), url("../fonts/bebasneue_regular-webfont.ttf") format("truetype"), url("../fonts/bebasneue_regular-webfont.svg#bebas_neue") format("svg"); }
@font-face {
  font-family: ushahidi;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ushahidi.eot");
  src: url("../fonts/ushahidi.eot?#iefix") format("embedded-opentype"), url("../fonts/ushahidi.woff") format("woff"), url("../fonts/ushahidi.ttf") format("truetype"), url("../fonts/ushahidi.svg#ushahidi") format("svg"); }
@font-face {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  src: url("../js/vendor/font-awesome/fonts/fontawesome-webfont.eot");
  src: url("../js/vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../js/vendor/font-awesome/fonts/fontawesome-webfont.woff") format("woff"), url("../js/vendor/font-awesome/fonts/fontawesome-webfont.ttf") format("truetype"), url("../js/vendor/font-awesome/fonts/fontawesome-webfont.svg#FontAwesome") format("svg"); }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.highlight-list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }
  .highlight-list li {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    margin-bottom: 1.6888em; }
    .highlight-list li:after {
      content: "";
      display: table;
      clear: both; }
    .highlight-list li .icon {
      float: left;
      display: block;
      margin-right: 2.93412%;
      width: 17.6527%;
      padding-top: 1.5em;
      text-align: center; }
      .highlight-list li .icon:last-child {
        margin-right: 0; }
    .highlight-list li .description p {
      margin: 0;
      padding: 16px 0;
      line-height: 1.875;
      padding-right: 1.6888em; }
    .highlight-list li.with-icon .description {
      float: left;
      display: block;
      margin-right: 2.93412%;
      width: 79.41318%; }
      .highlight-list li.with-icon .description:last-child {
        margin-right: 0; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  min-width: 940px;
  font-family: "proxima-nova-alt", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  background-color: #f8f6ed;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 767px) {
    body {
      min-width: 0;
      font-size: 12px; } }
  @media screen and (min-width: 768px) {
    body {
      min-width: 753px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bebas_neue_light", sans-serif;
  font-weight: bold; }

h1 {
  font-size: 2.625em; }

h2 {
  font-size: 2.125em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.375em; }

h5 {
  font-size: 16px; }

a {
  color: #598FC9;
  text-decoration: none; }
  a:hover {
    color: #6c9ccf; }

p {
  line-height: 1.875;
  margin-bottom: 30px; }
  p:empty {
    display: none; }

hr {
  border: none;
  background: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin: 5% 0; }

.button {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: white;
  background-image: -webkit-linear-gradient(white, #e3e3e3);
  background-image: linear-gradient(white, #e3e3e3);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: white;
  background-image: -webkit-linear-gradient(white, #e5e0e0);
  background-image: linear-gradient(white, #e5e0e0);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
  background-clip: padding-box;
  text-transform: uppercase; }
  .button:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 white;
    cursor: pointer;
    background-color: #f2f2f2;
    background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
    background-image: linear-gradient(#f2f2f2, #dbdbdb); }
  .button:active:not(:disabled), .button:focus:not(:disabled) {
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4; }
  .button:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 white;
    cursor: pointer;
    background-color: #f2f2f2;
    background-image: -webkit-linear-gradient(#f2f2f2, #ded8d8);
    background-image: linear-gradient(#f2f2f2, #ded8d8); }
  .button:active:not(:disabled), .button:focus:not(:disabled) {
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 8px 4px #d7d1d1, inset 0 0 8px 4px #d7d1d1; }
  .button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .button [class*='icon-'] {
    position: relative;
    top: 2px; }

[data-icon]:before {
  font-family: "ushahidi";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon); }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ushahidi";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "f"; }

.icon-twitter:before {
  content: "t"; }

.icon-rss:before {
  content: "r"; }

.icon-caret-up:before {
  content: "u"; }

.icon-caret-right:before {
  content: "R"; }

.icon-caret-down:before {
  content: "d"; }

.icon-globe:before {
  content: "g"; }

.icon-play:before {
  content: "p"; }

.icon-comments:before {
  content: "c"; }

.icon-filter:before {
  content: "F"; }

.icon-search:before {
  content: "s"; }

.icon-github:before {
  content: "G"; }

.icon-eye:before {
  content: "e"; }

.icon-develop:before {
  content: "D"; }

.icon-user:before {
  content: "U"; }

.icon-add:before {
  content: "a"; }

.icon-menu:before {
  content: "m"; }

.button.outlined {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 0 #262626;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: black;
  background-image: -webkit-linear-gradient(black, black);
  background-image: linear-gradient(black, black);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 black;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 0 #262626;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: black;
  background-image: -webkit-linear-gradient(black, black);
  background-image: linear-gradient(black, black);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 black;
  background-clip: padding-box; }
  .button.outlined:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #0d0d0d;
    cursor: pointer;
    background-color: black;
    background-image: -webkit-linear-gradient(black, black);
    background-image: linear-gradient(black, black); }
  .button.outlined:active:not(:disabled), .button.outlined:focus:not(:disabled) {
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 8px 4px black, inset 0 0 8px 4px black; }
  .button.outlined:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #0d0d0d;
    cursor: pointer;
    background-color: black;
    background-image: -webkit-linear-gradient(black, black);
    background-image: linear-gradient(black, black); }
  .button.outlined:active:not(:disabled), .button.outlined:focus:not(:disabled) {
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 8px 4px black, inset 0 0 8px 4px black; }
  .button.outlined:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .button.outlined.dark {
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 #262626;
    color: white;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    background-color: black;
    background-image: -webkit-linear-gradient(black, black);
    background-image: linear-gradient(black, black);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 black;
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 #262626;
    color: white;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    background-color: black;
    background-image: -webkit-linear-gradient(black, black);
    background-image: linear-gradient(black, black);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 black;
    background-clip: padding-box; }
    .button.outlined.dark:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 #0d0d0d;
      cursor: pointer;
      background-color: black;
      background-image: -webkit-linear-gradient(black, black);
      background-image: linear-gradient(black, black); }
    .button.outlined.dark:active:not(:disabled), .button.outlined.dark:focus:not(:disabled) {
      border: 2px solid rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 8px 4px black, inset 0 0 8px 4px black; }
    .button.outlined.dark:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 #0d0d0d;
      cursor: pointer;
      background-color: black;
      background-image: -webkit-linear-gradient(black, black);
      background-image: linear-gradient(black, black); }
    .button.outlined.dark:active:not(:disabled), .button.outlined.dark:focus:not(:disabled) {
      border: 2px solid rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 8px 4px black, inset 0 0 8px 4px black; }
    .button.outlined.dark:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
.button.solid {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 0 #262626;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: black;
  background-image: -webkit-linear-gradient(black, black);
  background-image: linear-gradient(black, black);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 black;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 0 #262626;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: black;
  background-image: -webkit-linear-gradient(black, black);
  background-image: linear-gradient(black, black);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 black;
  background-clip: padding-box; }
  .button.solid:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #0d0d0d;
    cursor: pointer;
    background-color: black;
    background-image: -webkit-linear-gradient(black, black);
    background-image: linear-gradient(black, black); }
  .button.solid:active:not(:disabled), .button.solid:focus:not(:disabled) {
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 8px 4px black, inset 0 0 8px 4px black; }
  .button.solid:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #0d0d0d;
    cursor: pointer;
    background-color: black;
    background-image: -webkit-linear-gradient(black, black);
    background-image: linear-gradient(black, black); }
  .button.solid:active:not(:disabled), .button.solid:focus:not(:disabled) {
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 8px 4px black, inset 0 0 8px 4px black; }
  .button.solid:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="phone"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 10px 14px;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

.select-wrapper {
  position: relative; }
  .select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    border-radius: 0;
    background: white;
    padding: 10px 12px;
    padding-right: 42px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: '';
    width: 100%; }
  .select-wrapper:after {
    font-family: "ushahidi";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    content: "d";
    position: absolute;
    right: 12px;
    top: 50%;
    font-size: 1.25em;
    margin-top: -10px;
    pointer-events: none; }

.page-header {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px; }
  .page-header:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .page-header {
      margin-top: 18px; } }
  .page-header .brand {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 23.1751%;
    margin: 0;
    position: relative;
    left: 10px; }
    .page-header .brand:last-child {
      margin-right: 0; }
    @media screen and (min-width: 940px) {
      .page-header .brand {
        left: -20px; } }
    @media screen and (max-width: 767px) {
      .page-header .brand {
        float: left;
        display: block;
        margin-right: 2.4332%;
        width: 100%;
        left: 0;
        padding-left: 4%; }
        .page-header .brand:last-child {
          margin-right: 0; } }
    .page-header .brand a {
      overflow: hidden;
      display: block;
      width: 139px;
      height: 37px;
      background-repeat: no-repeat; }
      .page-header .brand a:before {
        content: "";
        display: block;
        width: 0;
        height: 100%; }
      .svg .page-header .brand a {
        background-image: url(/assets/img/logo_ushahidi.svg);
        background-size: 139px 37px; }
      .no-svg .page-header .brand a {
        background-image: url(/assets/img/logo_ushahidi.png); }
  .page-header .primary-navigation {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 74.3917%; }
    .page-header .primary-navigation:last-child {
      margin-right: 0; }
    .page-header .primary-navigation ul {
      max-width: 940px;
      margin-left: auto;
      margin-right: auto;
      list-style-type: none;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      .page-header .primary-navigation ul:after {
        content: "";
        display: table;
        clear: both; }
    .page-header .primary-navigation li {
      float: left;
      display: block;
      margin-right: 2.4332%;
      width: 14.639%;
      padding-top: 6px;
      text-align: center; }
      .page-header .primary-navigation li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .page-header .primary-navigation li {
          float: left;
          display: block;
          margin-right: 2.4332%;
          width: 100%; }
          .page-header .primary-navigation li:last-child {
            margin-right: 0; } }
    .page-header .primary-navigation a {
      display: inline-block;
      padding: 3px 0;
      text-transform: uppercase;
      font-size: 0.875em;
      color: #000; }
      .page-header .primary-navigation a.current-menu-item, .page-header .primary-navigation a.current-page-ancestor, .page-header .primary-navigation a:hover {
        color: #8a1f03; }
      .page-header .primary-navigation a.current-menu-item, .page-header .primary-navigation a.current-page-ancestor {
        border-bottom: 3px solid black; }
    @media screen and (max-width: 767px) {
      .page-header .primary-navigation {
        float: left;
        display: block;
        margin-right: 2.4332%;
        width: 100%;
        max-height: 0;
        margin-top: 12px;
        overflow: hidden;
        -webkit-transition: .4s max-height;
                transition: .4s max-height;
        cursor: pointer; }
        .page-header .primary-navigation:last-child {
          margin-right: 0; }
        .page-header .primary-navigation:before {
          padding-top: 6px;
          padding-bottom: 6px;
          position: absolute;
          top: 18px;
          right: 0;
          margin-right: 4%;
          opacity: 1;
          -webkit-transition: 0.4s padding-bottom 1s, 0 border-bottom-color 1s, 0 background-color 1s;
                  transition: 0.4s padding-bottom 1s, 0 border-bottom-color 1s, 0 background-color 1s;
          font-family: "ushahidi";
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          speak: none;
          line-height: 1;
          -moz-osx-font-smoothing: grayscale;
          content: "m";
          font-size: 1.75em; }
        .page-header .primary-navigation.expanded:before {
          border-bottom-color: #faf9f3;
          padding-bottom: 20px;
          -webkit-transition: none;
                  transition: none;
          background-color: #faf9f3; }
        .page-header .primary-navigation ul {
          background-color: #faf9f3; }
        .page-header .primary-navigation li {
          padding-top: 0; }
        .page-header .primary-navigation a {
          display: block;
          padding: 16px 0;
          font-size: 1.25em; }
          .page-header .primary-navigation a.current-menu-item, .page-header .primary-navigation a.current-page-ancestor, .page-header .primary-navigation a:hover {
            background-color: #8a1f03;
            color: white; }
          .page-header .primary-navigation a.current-menu-item, .page-header .primary-navigation a.current-page-ancestor {
            border-bottom-width: 0; } }

.page-footer {
  background-color: #3e3e3b;
  padding: 5% 0 5%; }
  .page-footer,
  .page-footer a {
    color: white; }
  @media screen and (max-width: 767px) {
    .page-footer {
      padding-bottom: 5%; } }
  .page-footer .about-site {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 100%;
    margin-bottom: 40px;
    text-align: center; }
    .page-footer .about-site:last-child {
      margin-right: 0; }
  @media screen and (max-width: 767px) {
    .page-footer .about-site {
      margin-bottom: 15px; } }
  .page-footer .brand {
    overflow: hidden;
    display: block;
    width: 175px;
    height: 46px;
    margin: auto;
    background-repeat: no-repeat; }
    .page-footer .brand:before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }
    .svg .page-footer .brand {
      background-image: url(/assets/img/logo_ushahidi_white.svg);
      background-size: 100%; }
    @media screen and (max-width: 767px) {
      .svg .page-footer .brand {
        background-size: 75%;
        background-position: center center; } }
    .no-svg .page-footer .brand {
      background-image: url(/assets/img/logo_ushahidi_white.png); }
    @media screen and (max-width: 767px) {
      .page-footer .brand {
        margin: 10px auto 0; } }
  .page-footer .copyright {
    font-family: "bebas_neue_light", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.875em;
    margin: 15px 0 0; }
  .page-footer .social {
    padding-left: 0;
    margin: 10px 0 0; }
    @media screen and (max-width: 767px) {
      .page-footer .social {
        margin: 10px 0 15px; } }
    .page-footer .social li {
      display: inline-block;
      margin-right: 6px; }
    .page-footer .social a {
      display: block;
      width: 30px;
      height: 30px;
      border: 2px solid white;
      border-radius: 15px;
      opacity: 0.5;
      text-align: center;
      font-size: 0; }
      .page-footer .social a:hover {
        opacity: 1; }
      .page-footer .social a:before {
        font-family: "ushahidi";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        speak: none;
        line-height: 1;
        -moz-osx-font-smoothing: grayscale;
        line-height: 2.33333;
        font-size: 12px; }
      .page-footer .social a.facebook:before {
        content: "f"; }
      .page-footer .social a.twitter:before {
        content: "t"; }
      .page-footer .social a.rss:before {
        content: "r"; }
  .page-footer .footer-nav {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 14.639%;
    padding-left: 1.6888em;
    padding-right: 1.6888em; }
    .page-footer .footer-nav:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .page-footer .footer-nav {
        margin-top: 12px;
        float: left;
        display: block;
        margin-right: 2.4332%;
        width: 31.7112%;
        margin-right: 0;
        text-align: left; }
        .page-footer .footer-nav:last-child {
          margin-right: 0; }
        .page-footer .footer-nav.support li:first-child a:before {
          font-size: 12px; } }
    .page-footer .footer-nav ul {
      list-style-type: none;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
    .page-footer .footer-nav ul:nth-child(2) {
      margin-top: 20px; }
    .page-footer .footer-nav ul {
      padding-top: 10px 0 0; }
    .page-footer .footer-nav li {
      font-size: 0.8125em; }
      .page-footer .footer-nav li:first-child {
        font-weight: bold;
        font-size: 1.125em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
        @media screen and (max-width: 767px) {
          .page-footer .footer-nav li:first-child {
            font-size: 1.3125em; } }
      .page-footer .footer-nav li:first-child {
        color: #8a1f03; }
      .page-footer .footer-nav li:first-child {
        color: #CF9A38; }
      .page-footer .footer-nav li:first-child {
        color: #40B1D6; }
      .page-footer .footer-nav li:first-child {
        color: #333334; }
      .page-footer .footer-nav li:first-child {
        color: #598FC9; }
      .page-footer .footer-nav li:first-child {
        color: #11872B; }
      .page-footer .footer-nav li:first-child {
        color: #E3BF2D; }
      .page-footer .footer-nav li:first-child {
        color: #B065B5; }
      .page-footer .footer-nav li:first-child {
        color: #B065B5; }
      .page-footer .footer-nav li:first-child {
        color: #805540; }
      .page-footer .footer-nav li:first-child {
        color: #805540; }
      @media screen and (max-width: 767px) {
        .page-footer .footer-nav li {
          font-size: 12px; } }
    .page-footer .footer-nav a {
      display: block;
      padding: 8px 0 2px; }

.jumbotron {
  height: 335px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
  margin-top: 1.75em;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .jumbotron {
      margin-top: 5px; } }
  .jumbotron .jumbotron-inner {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto; }
    .jumbotron .jumbotron-inner:after {
      content: "";
      display: table;
      clear: both; }
    .jumbotron .jumbotron-inner a:hover h1, .jumbotron .jumbotron-inner a:hover p {
      color: #337694; }
    .jumbotron .jumbotron-inner .jumbotron-content {
      background: black;
      padding: 1.5em 3em;
      text-shadow: 1px 1px 0 #111; }
      .no-flexbox .jumbotron .jumbotron-inner .jumbotron-content {
        padding-top: 100px; }
      .jumbotron .jumbotron-inner .jumbotron-content h1 {
        margin: 0;
        margin-bottom: 10px;
        font-size: 4.0625em;
        line-height: 1;
        color: white; }
      .jumbotron .jumbotron-inner .jumbotron-content p {
        font-size: 1.25em;
        line-height: 1.5;
        margin: 0;
        color: white; }
        .jumbotron .jumbotron-inner .jumbotron-content p:empty {
          display: none; }
  .jumbotron .jumbotron-graphic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .jumbotron .jumbotron-graphic {
        display: none; } }
  @media screen and (max-width: 767px) {
    .jumbotron {
      height: auto; }
      .jumbotron h1 {
        font-size: 3.125em; } }

.sidebar {
  float: left;
  display: block;
  margin-right: 2.4332%;
  width: 23.1751%;
  background-color: #fcfbf6; }
  .sidebar:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .sidebar {
      float: left;
      display: block;
      margin-right: 2.4332%;
      width: 100%; }
      .sidebar:last-child {
        margin-right: 0; } }
  .sidebar .current-page {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .sidebar .current-page h1 {
      margin: 0;
      padding: 15px 28px; }
      @media screen and (max-width: 767px) {
        .sidebar .current-page h1 {
          padding-left: 20px;
          padding-right: 20px; } }
  .sidebar .sidebar-content {
    padding: 20px 28px; }
    @media screen and (max-width: 767px) {
      .sidebar .sidebar-content {
        padding: 14px 20px; } }
  .sidebar .widget .menu {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .sidebar .widget .menu-item a {
    display: block;
    padding: 6px 0;
    color: gray; }
    .sidebar .widget .menu-item a:hover {
      color: #598FC9; }
  .sidebar .widget .menu-item.current-menu-item a {
    color: #598FC9; }

.showcase-item {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3% 0;
  margin-bottom: 1.6888em; }
  @media screen and (max-width: 767px) {
    .showcase-item {
      background-image: none !important;
      padding: 0; }
      .showcase-item .container {
        max-width: 100%; } }
  .showcase-item .showcase-content {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 65.8556%;
    margin-left: 17.0722%;
    background-color: rgba(0, 77, 134, 0.9);
    color: white;
    text-align: center;
    padding: 28px 8%; }
    .showcase-item .showcase-content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .showcase-item .showcase-content {
        float: left;
        display: block;
        margin-right: 2.4332%;
        width: 100%;
        margin-left: 0%;
        background-color: #004d86; }
        .showcase-item .showcase-content:last-child {
          margin-right: 0; } }
    .showcase-item .showcase-content h2 {
      margin-top: 0;
      font-family: "proxima-nova-alt", sans-serif;
      font-weight: bold;
      font-size: 1.375em; }
    .showcase-item .showcase-content .actions {
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        .showcase-item .showcase-content .actions {
          margin-top: 20px; } }
  .showcase-item.showcase-dark .showcase-content {
    background-color: rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 767px) {
      .showcase-item.showcase-dark .showcase-content {
        background-color: rgba(0, 0, 0, 0.9); } }

/**
 * The following classes/strucutre is created by the List Pages Shortcode plugin that powers the /jobs page
 */
ul.jobs-list {
  margin: 0;
  padding: 0; }
  ul.jobs-list li.page_item {
    list-style-type: none;
    margin: 0 0 2em 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.2em; }
    ul.jobs-list li.page_item div.excerpt {
      font-weight: normal;
      width: 80%;
      font-size: .9em; }

.page .page-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px; }
  .page .page-content:after {
    content: "";
    display: table;
    clear: both; }
  .page .page-content .content-wrapper {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 100%;
    background-color: white; }
    .page .page-content .content-wrapper:last-child {
      margin-right: 0; }
  .page .page-content.with-sidebar .content-wrapper {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 74.3917%; }
    .page .page-content.with-sidebar .content-wrapper:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .page .page-content.with-sidebar .content-wrapper {
        float: left;
        display: block;
        margin-right: 2.4332%;
        width: 100%; }
        .page .page-content.with-sidebar .content-wrapper:last-child {
          margin-right: 0; } }
  .page .page-content .title-wrapper {
    position: relative;
    background-color: black;
    padding: 45px 0; }
    @media screen and (max-width: 767px) {
      .page .page-content .title-wrapper {
        padding: 30px 0; } }
    .page .page-content .title-wrapper .title {
      margin: 0;
      font-family: "proxima-nova-alt", sans-serif;
      font-weight: bold;
      color: white;
      font-size: 1.5625em;
      text-align: center;
      padding: 0 15px; }
  .page .page-content .content-body {
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .page .page-content .content-body {
        padding: 20px; } }
    .page .page-content .content-body p {
      margin-bottom: 35px; }
      .page .page-content .content-body p:first-child {
        margin-top: 0; }
      @media screen and (max-width: 767px) {
        .page .page-content .content-body p {
          margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .page .page-content {
      margin-top: 5%;
      max-width: 94%; } }
.page.page-template-template-page-with-jumbotron-php .page-content {
  margin-top: 0;
  max-width: none; }

.single-product .product-content-wrapper {
  padding-bottom: 5%;
  color: white; }
  .single-product .product-content-wrapper .button {
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 white;
    color: #333333;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    background-color: #fff;
    background-image: -webkit-linear-gradient(#fff, #e3e3e3);
    background-image: linear-gradient(#fff, #e3e3e3);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 white;
    color: #333333;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    background-color: #fff;
    background-image: -webkit-linear-gradient(#fff, #e5e0e0);
    background-image: linear-gradient(#fff, #e5e0e0);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    background-clip: padding-box; }
    .single-product .product-content-wrapper .button:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 white;
      cursor: pointer;
      background-color: #f2f2f2;
      background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
      background-image: linear-gradient(#f2f2f2, #dbdbdb); }
    .single-product .product-content-wrapper .button:active:not(:disabled), .single-product .product-content-wrapper .button:focus:not(:disabled) {
      border: 2px solid rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4; }
    .single-product .product-content-wrapper .button:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 white;
      cursor: pointer;
      background-color: #f2f2f2;
      background-image: -webkit-linear-gradient(#f2f2f2, #ded8d8);
      background-image: linear-gradient(#f2f2f2, #ded8d8); }
    .single-product .product-content-wrapper .button:active:not(:disabled), .single-product .product-content-wrapper .button:focus:not(:disabled) {
      border: 2px solid rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 8px 4px #d7d1d1, inset 0 0 8px 4px #d7d1d1; }
    .single-product .product-content-wrapper .button:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .single-product .product-content-wrapper.ushahidi {
    background-color: rgba(138, 31, 3, 0.9); }
  .single-product .product-content-wrapper.brck {
    color: black; }
  .single-product .product-content-wrapper.crowdmap {
    background-color: rgba(207, 154, 56, 0.9); }
  .single-product .product-content-wrapper.brck {
    color: black; }
  .single-product .product-content-wrapper.swiftriver {
    background-color: rgba(64, 177, 214, 0.9); }
  .single-product .product-content-wrapper.brck {
    color: black; }
  .single-product .product-content-wrapper.crisisnet {
    background-color: rgba(51, 51, 52, 0.9); }
  .single-product .product-content-wrapper.brck {
    color: black; }
  .single-product .product-content-wrapper.ping {
    background-color: rgba(89, 143, 201, 0.9); }
  .single-product .product-content-wrapper.brck {
    color: black; }
  .single-product .product-content-wrapper.smssync {
    background-color: rgba(17, 135, 43, 0.9); }
  .single-product .product-content-wrapper.brck {
    color: black; }
  .single-product .product-content-wrapper.brck {
    background-color: rgba(227, 191, 45, 0.9); }
  .single-product .product-content-wrapper.brck {
    color: black; }
  .single-product .product-content-wrapper.making-all-voices-count {
    background-color: rgba(176, 101, 181, 0.9); }
  .single-product .product-content-wrapper.brck {
    color: black; }
  .single-product .product-content-wrapper.mavc {
    background-color: rgba(176, 101, 181, 0.9); }
  .single-product .product-content-wrapper.brck {
    color: black; }
  .single-product .product-content-wrapper.resilience-network-initiative {
    background-color: rgba(128, 85, 64, 0.9); }
  .single-product .product-content-wrapper.brck {
    color: black; }
  .single-product .product-content-wrapper.rni {
    background-color: rgba(128, 85, 64, 0.9); }
  .single-product .product-content-wrapper.brck {
    color: black; }
.single-product .product-user-content {
  margin-top: 5%; }
  .single-product .product-user-content p:last-child a:only-child {
    margin-top: 40px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 white;
    color: #333333;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    background-color: white;
    background-image: -webkit-linear-gradient(white, #e3e3e3);
    background-image: linear-gradient(white, #e3e3e3);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 white;
    color: #333333;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    background-color: white;
    background-image: -webkit-linear-gradient(white, #e5e0e0);
    background-image: linear-gradient(white, #e5e0e0);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    background-clip: padding-box; }
    .single-product .product-user-content p:last-child a:only-child:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 white;
      cursor: pointer;
      background-color: #f2f2f2;
      background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
      background-image: linear-gradient(#f2f2f2, #dbdbdb); }
    .single-product .product-user-content p:last-child a:only-child:active:not(:disabled), .single-product .product-user-content p:last-child a:only-child:focus:not(:disabled) {
      border: 2px solid rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4; }
    .single-product .product-user-content p:last-child a:only-child:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 white;
      cursor: pointer;
      background-color: #f2f2f2;
      background-image: -webkit-linear-gradient(#f2f2f2, #ded8d8);
      background-image: linear-gradient(#f2f2f2, #ded8d8); }
    .single-product .product-user-content p:last-child a:only-child:active:not(:disabled), .single-product .product-user-content p:last-child a:only-child:focus:not(:disabled) {
      border: 2px solid rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 8px 4px #d7d1d1, inset 0 0 8px 4px #d7d1d1; }
    .single-product .product-user-content p:last-child a:only-child:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
    @media screen and (max-width: 767px) {
      .single-product .product-user-content p:last-child a:only-child {
        margin-top: 20px; } }
  .single-product .product-user-content .one-half,
  .single-product .product-user-content .one-fourth,
  .single-product .product-user-content .three-fourth,
  .single-product .product-user-content .one-third,
  .single-product .product-user-content .two-third {
    padding: 0 1.6888em; }
.single-product .padded-header h1,
.single-product .padded-header h2 {
  margin: 0;
  padding: 58px 0;
  font-size: 2.625em;
  color: white;
  text-align: center;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .single-product .padded-header h1,
    .single-product .padded-header h2 {
      padding: 5%; } }
.single-product .brck .padded-header h1, .single-product .brck .padded-header h2 {
  color: black; }
.single-product .page-footer {
  margin-top: 0; }

.single-initiative .initiative-content-wrapper {
  padding-bottom: 5%;
  color: white; }
  .single-initiative .initiative-content-wrapper a {
    color: white;
    text-decoration: underline; }
  .single-initiative .initiative-content-wrapper.ushahidi {
    background-color: rgba(138, 31, 3, 0.9); }
  .single-initiative .initiative-content-wrapper.crowdmap {
    background-color: rgba(207, 154, 56, 0.9); }
  .single-initiative .initiative-content-wrapper.swiftriver {
    background-color: rgba(64, 177, 214, 0.9); }
  .single-initiative .initiative-content-wrapper.crisisnet {
    background-color: rgba(51, 51, 52, 0.9); }
  .single-initiative .initiative-content-wrapper.ping {
    background-color: rgba(89, 143, 201, 0.9); }
  .single-initiative .initiative-content-wrapper.smssync {
    background-color: rgba(17, 135, 43, 0.9); }
  .single-initiative .initiative-content-wrapper.brck {
    background-color: rgba(227, 191, 45, 0.9); }
  .single-initiative .initiative-content-wrapper.making-all-voices-count {
    background-color: rgba(176, 101, 181, 0.9); }
  .single-initiative .initiative-content-wrapper.mavc {
    background-color: rgba(176, 101, 181, 0.9); }
  .single-initiative .initiative-content-wrapper.resilience-network-initiative {
    background-color: rgba(128, 85, 64, 0.9); }
  .single-initiative .initiative-content-wrapper.rni {
    background-color: rgba(128, 85, 64, 0.9); }
.single-initiative .initiative-user-content {
  padding-top: 5%; }
  .single-initiative .initiative-user-content p:last-child a:only-child {
    margin-top: 40px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 white;
    color: #333333;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    background-color: white;
    background-image: -webkit-linear-gradient(white, #e3e3e3);
    background-image: linear-gradient(white, #e3e3e3);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 white;
    color: #333333;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    background-color: white;
    background-image: -webkit-linear-gradient(white, #e5e0e0);
    background-image: linear-gradient(white, #e5e0e0);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    background-clip: padding-box; }
    .single-initiative .initiative-user-content p:last-child a:only-child:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 white;
      cursor: pointer;
      background-color: #f2f2f2;
      background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
      background-image: linear-gradient(#f2f2f2, #dbdbdb); }
    .single-initiative .initiative-user-content p:last-child a:only-child:active:not(:disabled), .single-initiative .initiative-user-content p:last-child a:only-child:focus:not(:disabled) {
      border: 2px solid rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4; }
    .single-initiative .initiative-user-content p:last-child a:only-child:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 white;
      cursor: pointer;
      background-color: #f2f2f2;
      background-image: -webkit-linear-gradient(#f2f2f2, #ded8d8);
      background-image: linear-gradient(#f2f2f2, #ded8d8); }
    .single-initiative .initiative-user-content p:last-child a:only-child:active:not(:disabled), .single-initiative .initiative-user-content p:last-child a:only-child:focus:not(:disabled) {
      border: 2px solid rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 8px 4px #d7d1d1, inset 0 0 8px 4px #d7d1d1; }
    .single-initiative .initiative-user-content p:last-child a:only-child:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
    @media screen and (max-width: 767px) {
      .single-initiative .initiative-user-content p:last-child a:only-child {
        margin-top: 20px; } }
  .single-initiative .initiative-user-content .one-half,
  .single-initiative .initiative-user-content .one-fourth,
  .single-initiative .initiative-user-content .three-fourth,
  .single-initiative .initiative-user-content .one-third,
  .single-initiative .initiative-user-content .two-third {
    padding: 0 1.6888em; }
.single-initiative .padded-header h1,
.single-initiative .padded-header h2 {
  margin: 0;
  padding: 58px 0;
  font-size: 2.625em;
  color: white;
  text-align: center;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .single-initiative .padded-header h1,
    .single-initiative .padded-header h2 {
      padding: 5%; } }
.single-initiative .page-footer {
  margin-top: 0; }

.blog .jumbotron {
  border-bottom: 1px solid #cecece;
  max-width: none; }
  @media screen and (max-width: 767px) {
    .blog .jumbotron .jumbotron-inner {
      width: 100%; } }
  .blog .jumbotron .jumbotron-content {
    margin: 0 auto; }
.blog .blog-post:first-child {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .blog .blog-post:first-child {
      margin-top: 30px; } }
.blog .blog-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto; }
  .blog .blog-content:after {
    content: "";
    display: table;
    clear: both; }
.blog .blog-pagination {
  margin-top: 40px;
  overflow-y: hidden;
  padding: 22px 30px 30px; }
  .blog .blog-pagination [rel="previous"] {
    float: left; }
  .blog .blog-pagination [rel="next"] {
    float: right; }
.blog .button {
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: white;
  background-image: -webkit-linear-gradient(white, #e3e3e3);
  background-image: linear-gradient(white, #e3e3e3);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: white;
  background-image: -webkit-linear-gradient(white, #e5e0e0);
  background-image: linear-gradient(white, #e5e0e0);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
  background-clip: padding-box; }
  .blog .button:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 white;
    cursor: pointer;
    background-color: #f2f2f2;
    background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
    background-image: linear-gradient(#f2f2f2, #dbdbdb); }
  .blog .button:active:not(:disabled), .blog .button:focus:not(:disabled) {
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4; }
  .blog .button:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 white;
    cursor: pointer;
    background-color: #f2f2f2;
    background-image: -webkit-linear-gradient(#f2f2f2, #ded8d8);
    background-image: linear-gradient(#f2f2f2, #ded8d8); }
  .blog .button:active:not(:disabled), .blog .button:focus:not(:disabled) {
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 8px 4px #d7d1d1, inset 0 0 8px 4px #d7d1d1; }
  .blog .button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.error404 .page-content {
  padding: 80px 0;
  text-align: center; }

.page.home #mission {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto; }
  .page.home #mission:after {
    content: "";
    display: table;
    clear: both; }
  .page.home #mission h3 {
    font-weight: bold;
    text-align: center; }
.page.home .page-content {
  max-width: none;
  margin-top: 0; }
.page.home .jumbotron {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page.home .jumbotron {
      height: 200px;
      padding-top: 50px;
      padding-bottom: 60px; } }
  .no-flexbox .page.home .jumbotron {
    padding-top: 175px; }
  .page.home .jumbotron .jumbotron-content {
    margin: 0 auto; }
  .page.home .jumbotron .jumbotron-graphic {
    width: 100% !important;
    background-position: center bottom;
    display: block; }
  .page.home .jumbotron h1 {
    font-size: 5em;
    margin: 0;
    margin-bottom: 18px;
    letter-spacing: -1px; }
    @media screen and (max-width: 767px) {
      .page.home .jumbotron h1 {
        font-size: 3.4375em;
        letter-spacing: 0; } }
  .page.home .jumbotron p {
    max-width: 665px;
    margin-left: auto;
    margin-right: auto; }

.page.home .explore {
  float: left;
  display: block;
  margin-right: 2.4332%;
  width: 100%;
  background-color: #e2e0d8; }
  .page.home .explore:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .page.home .explore {
      padding-top: 10%; } }
  .page.home .explore header {
    padding: 5% 0; }
    .page.home .explore header h1 {
      margin: 0;
      text-align: center;
      font-size: 2.625em; }
  @media screen and (max-width: 767px) {
    .page.home .explore .explore-options {
      float: left;
      display: block;
      margin-right: 2.4332%;
      width: 100%;
      margin-left: 0%; }
      .page.home .explore .explore-options:last-child {
        margin-right: 0; } }
  .page.home .explore .explore-options ul {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 100%;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 50px; }
    .page.home .explore .explore-options ul:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .page.home .explore .explore-options ul {
        padding-bottom: 0; } }
  .page.home .explore .explore-options li {
    display: block;
    margin-bottom: 10px;
    height: 300px;
    position: relative;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 100%; }
    .page.home .explore .explore-options li:last-child {
      margin-right: 0; }
    .page.home .explore .explore-options li:last-child {
      margin-bottom: 0; }
  .page.home .explore .explore-options .details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 26px 30px 22px; }
    .page.home .explore .explore-options .details .container {
      position: relative; }
    .page.home .explore .explore-options .details .option-title {
      display: inline-block;
      color: white;
      float: left;
      display: block;
      margin-right: 2.4332%;
      width: 65.8556%; }
      .page.home .explore .explore-options .details .option-title:last-child {
        margin-right: 0; }
    .page.home .explore .explore-options .details h2 {
      font-family: "proxima-nova-alt", sans-serif;
      font-size: 1.25em;
      margin: 0;
      margin-bottom: 10px; }
    .page.home .explore .explore-options .details p {
      float: left;
      display: block;
      margin-right: 2.4332%;
      width: 65.8556%;
      margin: 0;
      line-height: 1.3; }
      .page.home .explore .explore-options .details p:last-child {
        margin-right: 0; }
    .page.home .explore .explore-options .details .button {
      border: 2px solid rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      box-shadow: inset 0 1px 0 0 #98c998;
      color: #333333;
      display: inline-block;
      font-size: inherit;
      font-weight: bold;
      background-color: #5cb85c;
      background-image: -webkit-linear-gradient(#5cb85c, #39a339);
      background-image: linear-gradient(#5cb85c, #39a339);
      padding: 7px 18px;
      text-decoration: none;
      text-shadow: 0 1px 0 #60c960;
      background-clip: padding-box;
      padding: 10px 20px;
      color: white;
      position: absolute;
      right: 0;
      bottom: 0;
      margin-top: -20px; }
      .page.home .explore .explore-options .details .button:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 #75b875;
        cursor: pointer;
        background-color: #51a951;
        background-image: -webkit-linear-gradient(#51a951, #369736);
        background-image: linear-gradient(#51a951, #369736); }
      .page.home .explore .explore-options .details .button:active:not(:disabled), .page.home .explore .explore-options .details .button:focus:not(:disabled) {
        border: 2px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 8px 4px #338a33, inset 0 0 8px 4px #338a33; }
      .page.home .explore .explore-options .details .button:disabled {
        opacity: 0.5;
        cursor: not-allowed; }

.page.home .recent-activity {
  float: left;
  display: block;
  margin-right: 2.4332%;
  width: 100%;
  margin-bottom: 40px; }
  .page.home .recent-activity:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .page.home .recent-activity.recent-posts {
      margin-top: 10%; } }
  .page.home .recent-activity header h1 {
    font-size: 2.625em;
    margin: 0;
    padding: 5% 0;
    text-align: center; }
  .page.home .recent-activity .article-excerpts {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%; }
    .page.home .recent-activity .article-excerpts:after {
      content: "";
      display: table;
      clear: both; }
    .page.home .recent-activity .article-excerpts .blog-post {
      margin-top: 0; }
    .page.home .recent-activity .article-excerpts li {
      float: left;
      display: block;
      margin-right: 2.4332%;
      width: 100%;
      float: left;
      margin-bottom: 40px; }
      .page.home .recent-activity .article-excerpts li:last-child {
        margin-right: 0; }
      .page.home .recent-activity .article-excerpts li:last-child {
        margin-bottom: 0; }
      @media screen and (min-width: 940px) {
        .page.home .recent-activity .article-excerpts li {
          float: left;
          display: block;
          margin-right: 2.4332%;
          width: 48.7834%; }
          .page.home .recent-activity .article-excerpts li:last-child {
            margin-right: 0; }
          .page.home .recent-activity .article-excerpts li:nth-child(2n) {
            margin-right: 0; }
          .page.home .recent-activity .article-excerpts li:nth-child(2n+1) {
            clear: left; } }
  .page.home .recent-activity .blog-post .title-wrapper a {
    padding: 0; }
  .page.home .recent-activity .blog-post.product-ushahidi .tags a {
    color: #8a1f03; }
    .page.home .recent-activity .blog-post.product-ushahidi .tags a:hover {
      color: #711902; }
  .page.home .recent-activity .blog-post.product-crowdmap .tags a {
    color: #CF9A38; }
    .page.home .recent-activity .blog-post.product-crowdmap .tags a:hover {
      color: #bf8c2e; }
  .page.home .recent-activity .blog-post.product-swiftriver .tags a {
    color: #40B1D6; }
    .page.home .recent-activity .blog-post.product-swiftriver .tags a:hover {
      color: #2da8d0; }
  .page.home .recent-activity .blog-post.product-crisisnet .tags a {
    color: #333334; }
    .page.home .recent-activity .blog-post.product-crisisnet .tags a:hover {
      color: #262627; }
  .page.home .recent-activity .blog-post.product-ping .tags a {
    color: #598FC9; }
    .page.home .recent-activity .blog-post.product-ping .tags a:hover {
      color: #4682c3; }
  .page.home .recent-activity .blog-post.product-smssync .tags a {
    color: #11872B; }
    .page.home .recent-activity .blog-post.product-smssync .tags a:hover {
      color: #0e7024; }
  .page.home .recent-activity .blog-post.product-brck .tags a {
    color: #E3BF2D; }
    .page.home .recent-activity .blog-post.product-brck .tags a:hover {
      color: #dab41d; }
  .page.home .recent-activity .blog-post.product-making-all-voices-count .tags a {
    color: #B065B5; }
    .page.home .recent-activity .blog-post.product-making-all-voices-count .tags a:hover {
      color: #a754ad; }
  .page.home .recent-activity .blog-post.product-mavc .tags a {
    color: #B065B5; }
    .page.home .recent-activity .blog-post.product-mavc .tags a:hover {
      color: #a754ad; }
  .page.home .recent-activity .blog-post.product-resilience-network-initiative .tags a {
    color: #805540; }
    .page.home .recent-activity .blog-post.product-resilience-network-initiative .tags a:hover {
      color: #6f4a38; }
  .page.home .recent-activity .blog-post.product-rni .tags a {
    color: #805540; }
    .page.home .recent-activity .blog-post.product-rni .tags a:hover {
      color: #6f4a38; }
  .page.home .recent-activity .blog-post .post-meta {
    text-align: left; }
    .page.home .recent-activity .blog-post .post-meta .tags {
      float: right; }
      .page.home .recent-activity .blog-post .post-meta .tags li {
        width: 100%; }
        .page.home .recent-activity .blog-post .post-meta .tags li a {
          background-color: transparent;
          font-size: 1em;
          padding: 6px 0; }

.page.home .videos {
  border-top: 1px solid #e5e3da;
  background-color: #8a1f03;
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .page.home .videos {
      padding-top: 10%; } }
  @media screen and (min-width: 768px) {
    .page.home .videos .container {
      padding: 0 20px; } }
  .page.home .videos header h1 {
    padding: 5% 0;
    margin: 0;
    text-align: center;
    font-size: 3em;
    color: white; }
  .page.home .videos .active-video {
    position: relative;
    padding-bottom: 54.25%;
    /* 16:9 */
    padding-top: 25px;
    margin-bottom: 5%;
    height: 0; }
    .page.home .videos .active-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .page.home .videos .video-gallery ul {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0; }
    .page.home .videos .video-gallery ul:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 767px) {
      .page.home .videos .video-gallery ul {
        width: 85%; } }
  .page.home .videos .video-gallery li {
    float: left;
    display: block;
    margin-right: 2.93412%;
    width: 17.6527%;
    opacity: 0.3; }
    .page.home .videos .video-gallery li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .page.home .videos .video-gallery li {
        float: left;
        display: block;
        margin-right: 2.4332%;
        width: 48.7834%;
        padding: 6px; }
        .page.home .videos .video-gallery li:last-child {
          margin-right: 0; }
        .page.home .videos .video-gallery li:nth-child(even) {
          margin-right: 0;
          padding-right: 0; }
        .page.home .videos .video-gallery li:nth-child(odd) {
          padding-left: 0; }
        .page.home .videos .video-gallery li:nth-child(odd):last-child {
          margin-left: 25.6083%; } }
    .page.home .videos .video-gallery li:hover {
      opacity: 0.7; }
    .page.home .videos .video-gallery li.active {
      opacity: 1; }
  .page.home .videos .video-gallery a {
    display: block;
    position: relative; }
    .page.home .videos .video-gallery a:before {
      font-family: "ushahidi";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -moz-osx-font-smoothing: grayscale;
      content: "p";
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      color: white;
      font-size: 24px; }
  .page.home .videos .video-gallery .video-thumbnail {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto; }

.blog .search-form {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 0 10px; }
  .blog .search-form:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .blog .search-form {
      max-width: 94%;
      margin: 20px auto; }
      .blog .search-form [class^="icon-"] {
        display: none; } }
  .blog .search-form .select-wrapper {
    width: 50%;
    float: left; }
  .blog .search-form .search-text {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 48.7834%; }
    .blog .search-form .search-text:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .blog .search-form .search-text {
        float: left;
        display: block;
        margin-right: 2.4332%;
        width: 100%;
        margin-bottom: 8px; }
        .blog .search-form .search-text:last-child {
          margin-right: 0; } }
    .blog .search-form .search-text input[name="s"] {
      float: left;
      display: block;
      margin-right: 2.4332%;
      width: 74.3917%;
      font-size: 16px;
      float: left; }
      .blog .search-form .search-text input[name="s"]:last-child {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .blog .search-form .search-text input[name="s"] {
          font-size: 12px; } }
    .blog .search-form .search-text [type="submit"] {
      float: left;
      display: block;
      margin-right: 2.4332%;
      width: 23.1751%; }
      .blog .search-form .search-text [type="submit"]:last-child {
        margin-right: 0; }
  .blog .search-form .search-filter-select-wrapper {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 74.3917%;
    float: left; }
    .blog .search-form .search-filter-select-wrapper:last-child {
      margin-right: 0; }
  .blog .search-form .search-filter {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 48.7834%; }
    .blog .search-form .search-filter:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .blog .search-form .search-filter {
        float: left;
        display: block;
        margin-right: 2.4332%;
        width: 100%; }
        .blog .search-form .search-filter:last-child {
          margin-right: 0; }
        .blog .search-form .search-filter select {
          padding-right: 25px; } }
    .blog .search-form .search-filter [type="submit"] {
      float: left;
      display: block;
      margin-right: 2.4332%;
      width: 23.1751%; }
      .blog .search-form .search-filter [type="submit"]:last-child {
        margin-right: 0; }

.empty-posts {
  margin-top: 100px; }

.blog-post {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px; }
  .blog-post:after {
    content: "";
    display: table;
    clear: both; }
  .blog-post .content-wrapper {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 100%;
    background-color: white; }
    .blog-post .content-wrapper:last-child {
      margin-right: 0; }
  .blog-post.with-sidebar .content-wrapper {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 74.3917%; }
    .blog-post.with-sidebar .content-wrapper:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .blog-post.with-sidebar .content-wrapper {
        float: left;
        display: block;
        margin-right: 2.4332%;
        width: 100%; }
        .blog-post.with-sidebar .content-wrapper:last-child {
          margin-right: 0; } }
  .blog-post .title-wrapper {
    position: relative;
    background-color: black;
    padding: 45px 0; }
    @media screen and (max-width: 767px) {
      .blog-post .title-wrapper {
        padding: 30px 0; } }
    .blog-post .title-wrapper .title {
      margin: 0;
      font-family: "proxima-nova-alt", sans-serif;
      font-weight: bold;
      color: white;
      font-size: 1.5625em;
      text-align: center;
      padding: 0 15px; }
  .blog-post .content-body {
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .blog-post .content-body {
        padding: 20px; } }
    .blog-post .content-body p {
      margin-bottom: 35px; }
      .blog-post .content-body p:first-child {
        margin-top: 0; }
      @media screen and (max-width: 767px) {
        .blog-post .content-body p {
          margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .blog-post {
      margin-top: 30px; } }
  .blog-post .title-wrapper {
    background-color: black; }
  .blog-post.post-excerpt .title-wrapper {
    background-color: rgba(0, 0, 0, 0.75); }
  .blog-post.product-ushahidi .tags a {
    background-color: #8a1f03; }
    .blog-post.product-ushahidi .tags a:hover {
      background-color: #711902; }
  .blog-post.product-ushahidi .title-wrapper {
    background-color: #8a1f03; }
  .blog-post.product-ushahidi.post-excerpt .title-wrapper {
    background-color: rgba(138, 31, 3, 0.8); }
  .blog-post.product-crowdmap .tags a {
    background-color: #CF9A38; }
    .blog-post.product-crowdmap .tags a:hover {
      background-color: #bf8c2e; }
  .blog-post.product-crowdmap .title-wrapper {
    background-color: #CF9A38; }
  .blog-post.product-crowdmap.post-excerpt .title-wrapper {
    background-color: rgba(207, 154, 56, 0.8); }
  .blog-post.product-swiftriver .tags a {
    background-color: #40B1D6; }
    .blog-post.product-swiftriver .tags a:hover {
      background-color: #2da8d0; }
  .blog-post.product-swiftriver .title-wrapper {
    background-color: #40B1D6; }
  .blog-post.product-swiftriver.post-excerpt .title-wrapper {
    background-color: rgba(64, 177, 214, 0.8); }
  .blog-post.product-crisisnet .tags a {
    background-color: #333334; }
    .blog-post.product-crisisnet .tags a:hover {
      background-color: #262627; }
  .blog-post.product-crisisnet .title-wrapper {
    background-color: #333334; }
  .blog-post.product-crisisnet.post-excerpt .title-wrapper {
    background-color: rgba(51, 51, 52, 0.8); }
  .blog-post.product-ping .tags a {
    background-color: #598FC9; }
    .blog-post.product-ping .tags a:hover {
      background-color: #4682c3; }
  .blog-post.product-ping .title-wrapper {
    background-color: #598FC9; }
  .blog-post.product-ping.post-excerpt .title-wrapper {
    background-color: rgba(89, 143, 201, 0.8); }
  .blog-post.product-smssync .tags a {
    background-color: #11872B; }
    .blog-post.product-smssync .tags a:hover {
      background-color: #0e7024; }
  .blog-post.product-smssync .title-wrapper {
    background-color: #11872B; }
  .blog-post.product-smssync.post-excerpt .title-wrapper {
    background-color: rgba(17, 135, 43, 0.8); }
  .blog-post.product-brck .tags a {
    background-color: #E3BF2D; }
    .blog-post.product-brck .tags a:hover {
      background-color: #dab41d; }
  .blog-post.product-brck .title-wrapper {
    background-color: #E3BF2D; }
  .blog-post.product-brck.post-excerpt .title-wrapper {
    background-color: rgba(227, 191, 45, 0.8); }
  .blog-post.product-making-all-voices-count .tags a {
    background-color: #B065B5; }
    .blog-post.product-making-all-voices-count .tags a:hover {
      background-color: #a754ad; }
  .blog-post.product-making-all-voices-count .title-wrapper {
    background-color: #B065B5; }
  .blog-post.product-making-all-voices-count.post-excerpt .title-wrapper {
    background-color: rgba(176, 101, 181, 0.8); }
  .blog-post.product-mavc .tags a {
    background-color: #B065B5; }
    .blog-post.product-mavc .tags a:hover {
      background-color: #a754ad; }
  .blog-post.product-mavc .title-wrapper {
    background-color: #B065B5; }
  .blog-post.product-mavc.post-excerpt .title-wrapper {
    background-color: rgba(176, 101, 181, 0.8); }
  .blog-post.product-resilience-network-initiative .tags a {
    background-color: #805540; }
    .blog-post.product-resilience-network-initiative .tags a:hover {
      background-color: #6f4a38; }
  .blog-post.product-resilience-network-initiative .title-wrapper {
    background-color: #805540; }
  .blog-post.product-resilience-network-initiative.post-excerpt .title-wrapper {
    background-color: rgba(128, 85, 64, 0.8); }
  .blog-post.product-rni .tags a {
    background-color: #805540; }
    .blog-post.product-rni .tags a:hover {
      background-color: #6f4a38; }
  .blog-post.product-rni .title-wrapper {
    background-color: #805540; }
  .blog-post.product-rni.post-excerpt .title-wrapper {
    background-color: rgba(128, 85, 64, 0.8); }
  .blog-post .tags {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: inline-block; }
    .blog-post .tags a {
      display: block;
      padding: 10px 12px;
      color: white;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 0.75em; }
  .blog-post .title-wrapper {
    position: relative;
    padding: 0; }
    .blog-post .title-wrapper a {
      display: block;
      padding: 45px 0; }
      @media screen and (max-width: 767px) {
        .blog-post .title-wrapper a {
          padding-top: 25px;
          padding-bottom: 25px; } }
  .blog-post .post-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .blog-post .post-meta,
  .blog-post .content-body {
    background-color: white; }
  .blog-post .post-meta {
    padding: 18px 30px;
    overflow-y: hidden;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.875em; }
    @media screen and (max-width: 767px) {
      .blog-post .post-meta {
        text-align: center; } }
  .blog-post .post-author,
  .blog-post .share-options a {
    opacity: 0.65;
    line-height: 1.875; }
    .blog-post .post-author:hover,
    .blog-post .share-options a:hover {
      opacity: 1; }
  .blog-post .post-author {
    float: left;
    color: #000; }
    @media screen and (max-width: 767px) {
      .blog-post .post-author {
        float: none; } }
    .blog-post .post-author .avatar,
    .blog-post .post-author .author-name,
    .blog-post .post-author .post-date {
      display: inline-block;
      vertical-align: middle; }
    .blog-post .post-author .avatar {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      margin-right: 6px; }
  .blog-post .share-options {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    float: right; }
    @media screen and (max-width: 767px) {
      .blog-post .share-options {
        display: none; } }
    .blog-post .share-options a {
      color: #000; }
    .blog-post .share-options li {
      margin-left: 34px;
      display: inline-block; }
      .blog-post .share-options li,
      .blog-post .share-options li [class^="icon-"] {
        vertical-align: middle; }
  .blog-post .content-body {
    padding: 22px 30px 30px; }
    @media screen and (max-width: 767px) {
      .blog-post .content-body {
        padding: 20px; } }
    .blog-post .content-body img {
      width: 100%;
      height: auto; }
      .blog-post .content-body img.nofill {
        max-width: 100%;
        width: auto;
        height: auto; }
  .blog-post .post-actions {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .blog-post .post-actions {
        margin-top: 20px; } }

.single .post-comments {
  background-color: #fafafa;
  padding: 35px 30px; }
  @media screen and (max-width: 767px) {
    .single .post-comments {
      max-width: 94%;
      margin: 0 auto;
      padding: 20px; } }
  .single .post-comments textarea {
    width: 100%; }
  .single .post-comments #submit {
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 #08c408;
    color: white;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    background-color: green;
    background-image: -webkit-linear-gradient(green, #004800);
    background-image: linear-gradient(green, #004800);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 #002400;
    background-clip: padding-box; }
    .single .post-comments #submit:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 #059405;
      cursor: pointer;
      background-color: #026402;
      background-image: -webkit-linear-gradient(#026402, #003900);
      background-image: linear-gradient(#026402, #003900); }
    .single .post-comments #submit:active:not(:disabled), .single .post-comments #submit:focus:not(:disabled) {
      border: 2px solid rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 8px 4px #002900, inset 0 0 8px 4px #002900; }
    .single .post-comments #submit:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .single .post-comments .comment-count {
    font-family: "bebas_neue_light", sans-serif;
    font-weight: bold;
    display: block;
    margin: 0;
    margin-bottom: 35px;
    text-align: center;
    font-size: 1.9375em; }

.products-brief {
  position: relative;
  clear: both; }
  .products-brief.lead .product {
    padding: 150px 0 85px; }
    @media screen and (max-width: 767px) {
      .products-brief.lead .product {
        padding: 100px 6% 40px; } }
    .products-brief.lead .product .product-logo {
      max-width: 230px;
      height: auto; }
  .products-brief .products {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .products-brief .product {
    padding-top: 140px;
    display: none;
    text-align: center;
    position: relative;
    color: white; }
    .products-brief .product.product-ushahidi {
      background-color: rgba(138, 31, 3, 0.9); }
    .products-brief .product.product-brck .product-description {
      color: black; }
    .products-brief .product.product-crowdmap {
      background-color: rgba(207, 154, 56, 0.9); }
    .products-brief .product.product-brck .product-description {
      color: black; }
    .products-brief .product.product-swiftriver {
      background-color: rgba(64, 177, 214, 0.9); }
    .products-brief .product.product-brck .product-description {
      color: black; }
    .products-brief .product.product-crisisnet {
      background-color: rgba(51, 51, 52, 0.9); }
    .products-brief .product.product-brck .product-description {
      color: black; }
    .products-brief .product.product-ping {
      background-color: rgba(89, 143, 201, 0.9); }
    .products-brief .product.product-brck .product-description {
      color: black; }
    .products-brief .product.product-smssync {
      background-color: rgba(17, 135, 43, 0.9); }
    .products-brief .product.product-brck .product-description {
      color: black; }
    .products-brief .product.product-brck {
      background-color: rgba(227, 191, 45, 0.9); }
    .products-brief .product.product-brck .product-description {
      color: black; }
    .products-brief .product.product-making-all-voices-count {
      background-color: rgba(176, 101, 181, 0.9); }
    .products-brief .product.product-brck .product-description {
      color: black; }
    .products-brief .product.product-mavc {
      background-color: rgba(176, 101, 181, 0.9); }
    .products-brief .product.product-brck .product-description {
      color: black; }
    .products-brief .product.product-resilience-network-initiative {
      background-color: rgba(128, 85, 64, 0.9); }
    .products-brief .product.product-brck .product-description {
      color: black; }
    .products-brief .product.product-rni {
      background-color: rgba(128, 85, 64, 0.9); }
    .products-brief .product.product-brck .product-description {
      color: black; }
    @media screen and (max-width: 767px) {
      .products-brief .product {
        padding-top: 120px; } }
    .products-brief .product h1 {
      margin: 0; }
    .products-brief .product.active {
      display: block; }
    .products-brief .product .product-background {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: -1;
      background-size: cover;
      background-position: center; }
    .products-brief .product .product-logo {
      display: block;
      margin: 0 auto;
      max-width: 300px; }
      @media screen and (max-width: 767px) {
        .products-brief .product .product-logo {
          max-width: 85%; } }
    .products-brief .product .product-name {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .products-brief .product .product-lead {
      font-size: 1.25em;
      line-height: 1.65;
      max-width: 500px;
      margin: 16px auto 0; }
    .products-brief .product .lead-actions {
      margin-top: 65px; }
      .products-brief .product .lead-actions .button {
        border: 2px solid rgba(0, 0, 0, 0.05);
        border-radius: 4px;
        box-shadow: inset 0 1px 0 0 white;
        color: #333333;
        display: inline-block;
        font-size: inherit;
        font-weight: bold;
        background-color: #fff;
        background-image: -webkit-linear-gradient(#fff, #e3e3e3);
        background-image: linear-gradient(#fff, #e3e3e3);
        padding: 7px 18px;
        text-decoration: none;
        text-shadow: 0 1px 0 white;
        background-clip: padding-box;
        border: 2px solid rgba(0, 0, 0, 0.05);
        border-radius: 4px;
        box-shadow: inset 0 1px 0 0 white;
        color: #333333;
        display: inline-block;
        font-size: inherit;
        font-weight: bold;
        background-color: #fff;
        background-image: -webkit-linear-gradient(#fff, #e5e0e0);
        background-image: linear-gradient(#fff, #e5e0e0);
        padding: 7px 18px;
        text-decoration: none;
        text-shadow: 0 1px 0 white;
        background-clip: padding-box;
        padding: 20px 50px; }
        .products-brief .product .lead-actions .button:hover:not(:disabled) {
          box-shadow: inset 0 1px 0 0 white;
          cursor: pointer;
          background-color: #f2f2f2;
          background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
          background-image: linear-gradient(#f2f2f2, #dbdbdb); }
        .products-brief .product .lead-actions .button:active:not(:disabled), .products-brief .product .lead-actions .button:focus:not(:disabled) {
          border: 2px solid rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4; }
        .products-brief .product .lead-actions .button:hover:not(:disabled) {
          box-shadow: inset 0 1px 0 0 white;
          cursor: pointer;
          background-color: #f2f2f2;
          background-image: -webkit-linear-gradient(#f2f2f2, #ded8d8);
          background-image: linear-gradient(#f2f2f2, #ded8d8); }
        .products-brief .product .lead-actions .button:active:not(:disabled), .products-brief .product .lead-actions .button:focus:not(:disabled) {
          border: 2px solid rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 8px 4px #d7d1d1, inset 0 0 8px 4px #d7d1d1; }
        .products-brief .product .lead-actions .button:disabled {
          opacity: 0.5;
          cursor: not-allowed; }
        @media screen and (max-width: 767px) {
          .products-brief .product .lead-actions .button {
            padding: 15px 20px; } }
      @media screen and (max-width: 767px) {
        .products-brief .product .lead-actions {
          margin-top: 35px; } }
    .products-brief .product .product-details {
      max-width: 940px;
      margin: 0 auto; }
      .products-brief .product .product-details .product-description,
      .products-brief .product .product-details .product-updates {
        padding: 20px 0;
        margin-top: 10px;
        font-size: 1.3125em;
        line-height: 1.90476; }
        @media screen and (max-width: 767px) {
          .products-brief .product .product-details .product-description,
          .products-brief .product .product-details .product-updates {
            padding: 20px 6%; } }

.products-navigation {
  position: absolute;
  top: 0;
  left: 50%;
  width: 940px;
  margin-left: -470px;
  z-index: 10; }
  .products-navigation ul {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0;
    position: relative; }
    .products-navigation ul:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 767px) {
      .products-navigation ul {
        width: 96%;
        margin: 2% auto 0;
        max-height: 58px;
        padding-top: 58px;
        overflow: hidden; }
        .products-navigation ul.expanded {
          -webkit-transition: .4s max-height;
                  transition: .4s max-height; }
          .products-navigation ul.expanded li.active:after {
            content: "u"; } }
    @media screen and (min-width: 768px) {
      .products-navigation ul {
        max-width: 780px; } }
    @media screen and (min-width: 940px) {
      .products-navigation ul {
        max-width: 940px; } }
  .products-navigation li {
    display: inline-block;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.25); }
    .products-navigation li:hover {
      color: white; }
      .products-navigation li:hover.product-ushahidi, .products-navigation li:hover.product-ushahidi:before {
        background-color: #8a1f03; }
      .products-navigation li:hover.product-crowdmap, .products-navigation li:hover.product-crowdmap:before {
        background-color: #CF9A38; }
      .products-navigation li:hover.product-swiftriver, .products-navigation li:hover.product-swiftriver:before {
        background-color: #40B1D6; }
      .products-navigation li:hover.product-crisisnet, .products-navigation li:hover.product-crisisnet:before {
        background-color: #333334; }
      .products-navigation li:hover.product-ping, .products-navigation li:hover.product-ping:before {
        background-color: #598FC9; }
      .products-navigation li:hover.product-smssync, .products-navigation li:hover.product-smssync:before {
        background-color: #11872B; }
      .products-navigation li:hover.product-brck, .products-navigation li:hover.product-brck:before {
        background-color: #E3BF2D; }
      .products-navigation li:hover.product-making-all-voices-count, .products-navigation li:hover.product-making-all-voices-count:before {
        background-color: #B065B5; }
      .products-navigation li:hover.product-mavc, .products-navigation li:hover.product-mavc:before {
        background-color: #B065B5; }
      .products-navigation li:hover.product-resilience-network-initiative, .products-navigation li:hover.product-resilience-network-initiative:before {
        background-color: #805540; }
      .products-navigation li:hover.product-rni, .products-navigation li:hover.product-rni:before {
        background-color: #805540; }
    .products-navigation li:first-child {
      border-left-width: 0; }
    .products-navigation li.active.product-ushahidi, .products-navigation li.active.product-ushahidi:before {
      background-color: #8a1f03; }
    .products-navigation li.active.product-crowdmap, .products-navigation li.active.product-crowdmap:before {
      background-color: #CF9A38; }
    .products-navigation li.active.product-swiftriver, .products-navigation li.active.product-swiftriver:before {
      background-color: #40B1D6; }
    .products-navigation li.active.product-crisisnet, .products-navigation li.active.product-crisisnet:before {
      background-color: #333334; }
    .products-navigation li.active.product-ping, .products-navigation li.active.product-ping:before {
      background-color: #598FC9; }
    .products-navigation li.active.product-smssync, .products-navigation li.active.product-smssync:before {
      background-color: #11872B; }
    .products-navigation li.active.product-brck, .products-navigation li.active.product-brck:before {
      background-color: #E3BF2D; }
    .products-navigation li.active.product-making-all-voices-count, .products-navigation li.active.product-making-all-voices-count:before {
      background-color: #B065B5; }
    .products-navigation li.active.product-mavc, .products-navigation li.active.product-mavc:before {
      background-color: #B065B5; }
    .products-navigation li.active.product-resilience-network-initiative, .products-navigation li.active.product-resilience-network-initiative:before {
      background-color: #805540; }
    .products-navigation li.active.product-rni, .products-navigation li.active.product-rni:before {
      background-color: #805540; }
    .products-navigation li.active:before {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      width: 100%;
      height: 4px; }
    .products-navigation li.active, .products-navigation li.active + li {
      border-left-width: 0; }
    .products-navigation li.active .product-navigation-link {
      color: white; }
    @media screen and (max-width: 767px) {
      .products-navigation li.active {
        position: absolute;
        top: 0;
        left: 0; }
        .products-navigation li.active:before {
          display: none; }
        .products-navigation li.active:after {
          position: absolute;
          right: 12px;
          top: 50%;
          font-family: "ushahidi";
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          speak: none;
          line-height: 1;
          -moz-osx-font-smoothing: grayscale;
          content: "d";
          font-size: 24px;
          margin-top: -12px;
          color: white; } }
    @media screen and (max-width: 767px) {
      .products-navigation li {
        width: 100% !important;
        font-size: 13.2px;
        background-color: #f8f6ed; } }
  .products-navigation .product-navigation-link {
    font-family: "proxima-nova-alt", sans-serif;
    color: #0d0d0d;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.125em;
    font-weight: 300;
    letter-spacing: .01em;
    padding: 24px 0 21px; }
    .products-navigation .product-navigation-link:hover {
      color: white; }
    @media screen and (max-width: 767px) {
      .products-navigation .product-navigation-link {
        padding: 16px 0; } }
  @media screen and (max-width: 767px) {
    .products-navigation {
      width: 100%;
      margin-left: 0;
      left: auto; } }

.single-product .product-features {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  clear: both;
  padding-bottom: 58px; }
  .single-product .product-features:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .single-product .product-features {
      padding-bottom: 5%; } }
  .single-product .product-features .features {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
    .single-product .product-features .features:after {
      content: "";
      display: table;
      clear: both; }
  .single-product .product-features .feature {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 48.7834%; }
    .single-product .product-features .feature:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .single-product .product-features .feature {
        float: left;
        display: block;
        margin-right: 2.4332%;
        width: 100%; }
        .single-product .product-features .feature:last-child {
          margin-right: 0; } }
    .single-product .product-features .feature:nth-child(even) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .single-product .product-features .feature:last-child {
        margin-bottom: 0; } }
    .single-product .product-features .feature.with-icon .description {
      float: left;
      display: block;
      margin-right: 2.93412%;
      width: 79.41318%; }
      .single-product .product-features .feature.with-icon .description:last-child {
        margin-right: 0; }
      .single-product .product-features .feature.with-icon .description h2, .single-product .product-features .feature.with-icon .description h3, .single-product .product-features .feature.with-icon .description h4 {
        font-weight: bold;
        margin-bottom: 0; }

.single-product .product-stats {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 58px 0; }
  @media screen and (max-width: 767px) {
    .single-product .product-stats {
      padding: 5% 0; } }
  .single-product .product-stats .stats {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0; }
    .single-product .product-stats .stats:after {
      content: "";
      display: table;
      clear: both; }
    .single-product .product-stats .stats li {
      display: inline-block;
      padding: 26px 0;
      border-left: 1px solid rgba(255, 255, 255, 0.25);
      text-align: center;
      font-size: 16px;
      background-color: rgba(255, 255, 255, 0.1); }
      .single-product .product-stats .stats li:first-child {
        border-left-width: 0; }
      @media screen and (max-width: 767px) {
        .single-product .product-stats .stats li {
          display: block;
          width: 85% !important;
          margin: 0 auto 4px;
          border-left-width: 0; } }
    .single-product .product-stats .stats .count,
    .single-product .product-stats .stats .label {
      font-family: "bebas_neue", sans-serif;
      display: block;
      line-height: 1;
      font-weight: normal; }
    .single-product .product-stats .stats .count {
      font-size: 3.375em;
      margin-bottom: 8px; }
      @media screen and (max-width: 767px) {
        .single-product .product-stats .stats .count {
          font-size: 2.875em;
          margin-bottom: 4px; } }
    .single-product .product-stats .stats .label {
      font-size: 1.125em;
      opacity: 0.5; }

.initiatives-brief {
  position: relative;
  clear: both; }
  .initiatives-brief.lead .initiative {
    padding: 150px 0 85px; }
    @media screen and (max-width: 767px) {
      .initiatives-brief.lead .initiative {
        padding: 100px 6% 40px; } }
    .initiatives-brief.lead .initiative .initiative-logo {
      max-width: 230px;
      height: auto; }
  .initiatives-brief .initiatives {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .initiatives-brief .initiative {
    padding-top: 140px;
    display: none;
    text-align: center;
    position: relative;
    color: white; }
    .initiatives-brief .initiative.initiative-ushahidi {
      background-color: rgba(138, 31, 3, 0.9); }
    .initiatives-brief .initiative.initiative-crowdmap {
      background-color: rgba(207, 154, 56, 0.9); }
    .initiatives-brief .initiative.initiative-swiftriver {
      background-color: rgba(64, 177, 214, 0.9); }
    .initiatives-brief .initiative.initiative-crisisnet {
      background-color: rgba(51, 51, 52, 0.9); }
    .initiatives-brief .initiative.initiative-ping {
      background-color: rgba(89, 143, 201, 0.9); }
    .initiatives-brief .initiative.initiative-smssync {
      background-color: rgba(17, 135, 43, 0.9); }
    .initiatives-brief .initiative.initiative-brck {
      background-color: rgba(227, 191, 45, 0.9); }
    .initiatives-brief .initiative.initiative-making-all-voices-count {
      background-color: rgba(176, 101, 181, 0.9); }
    .initiatives-brief .initiative.initiative-mavc {
      background-color: rgba(176, 101, 181, 0.9); }
    .initiatives-brief .initiative.initiative-resilience-network-initiative {
      background-color: rgba(128, 85, 64, 0.9); }
    .initiatives-brief .initiative.initiative-rni {
      background-color: rgba(128, 85, 64, 0.9); }
    @media screen and (max-width: 767px) {
      .initiatives-brief .initiative {
        padding-top: 120px; } }
    .initiatives-brief .initiative h1 {
      margin: 0; }
    .initiatives-brief .initiative.active {
      display: block; }
    .initiatives-brief .initiative .initiative-background {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: -1;
      background-size: cover;
      background-position: center; }
    .initiatives-brief .initiative .initiative-logo {
      display: block;
      margin: 0 auto;
      max-width: 300px; }
      @media screen and (max-width: 767px) {
        .initiatives-brief .initiative .initiative-logo {
          max-width: 85%; } }
    .initiatives-brief .initiative .initiative-name {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .initiatives-brief .initiative .initiative-lead {
      font-size: 1.25em;
      line-height: 1.65;
      max-width: 500px;
      margin: 16px auto 0; }
    .initiatives-brief .initiative .lead-actions {
      margin-top: 65px; }
      @media screen and (max-width: 767px) {
        .initiatives-brief .initiative .lead-actions {
          margin-top: 35px; } }
      .initiatives-brief .initiative .lead-actions .icon-caret-right {
        font-size: 14px;
        top: 3px;
        margin-top: -2px;
        margin-right: 4px; }
      .initiatives-brief .initiative .lead-actions .button {
        padding-left: 65px;
        padding-right: 65px; }
    .initiatives-brief .initiative .initiative-details {
      max-width: 940px;
      margin: 0 auto; }
      .initiatives-brief .initiative .initiative-details .initiative-description,
      .initiatives-brief .initiative .initiative-details .initiative-updates {
        padding: 44px 0;
        margin-top: 10px;
        font-size: 1.3125em;
        line-height: 1.90476; }
        @media screen and (max-width: 767px) {
          .initiatives-brief .initiative .initiative-details .initiative-description,
          .initiatives-brief .initiative .initiative-details .initiative-updates {
            margin-top: 60px;
            padding: 20px 6%; } }

.initiatives-navigation {
  position: absolute;
  top: 0;
  left: 50%;
  width: 940px;
  margin-left: -470px;
  z-index: 10; }
  .initiatives-navigation ul {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0;
    position: relative; }
    .initiatives-navigation ul:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 767px) {
      .initiatives-navigation ul {
        width: 96%;
        margin: 2% auto 0;
        max-height: 58px;
        padding-top: 58px;
        overflow: hidden; }
        .initiatives-navigation ul.expanded {
          -webkit-transition: 1s max-height;
                  transition: 1s max-height; }
          .initiatives-navigation ul.expanded li.active:after {
            content: "u"; } }
  .initiatives-navigation li {
    display: inline-block;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.25); }
    .initiatives-navigation li:hover {
      background-color: rgba(255, 255, 255, 0.4); }
    .initiatives-navigation li:first-child {
      border-left-width: 0; }
    .initiatives-navigation li.active.initiative-ushahidi, .initiatives-navigation li.active.initiative-ushahidi:before {
      background-color: #8a1f03; }
    .initiatives-navigation li.active.initiative-crowdmap, .initiatives-navigation li.active.initiative-crowdmap:before {
      background-color: #CF9A38; }
    .initiatives-navigation li.active.initiative-swiftriver, .initiatives-navigation li.active.initiative-swiftriver:before {
      background-color: #40B1D6; }
    .initiatives-navigation li.active.initiative-crisisnet, .initiatives-navigation li.active.initiative-crisisnet:before {
      background-color: #333334; }
    .initiatives-navigation li.active.initiative-ping, .initiatives-navigation li.active.initiative-ping:before {
      background-color: #598FC9; }
    .initiatives-navigation li.active.initiative-smssync, .initiatives-navigation li.active.initiative-smssync:before {
      background-color: #11872B; }
    .initiatives-navigation li.active.initiative-brck, .initiatives-navigation li.active.initiative-brck:before {
      background-color: #E3BF2D; }
    .initiatives-navigation li.active.initiative-making-all-voices-count, .initiatives-navigation li.active.initiative-making-all-voices-count:before {
      background-color: #B065B5; }
    .initiatives-navigation li.active.initiative-mavc, .initiatives-navigation li.active.initiative-mavc:before {
      background-color: #B065B5; }
    .initiatives-navigation li.active.initiative-resilience-network-initiative, .initiatives-navigation li.active.initiative-resilience-network-initiative:before {
      background-color: #805540; }
    .initiatives-navigation li.active.initiative-rni, .initiatives-navigation li.active.initiative-rni:before {
      background-color: #805540; }
    .initiatives-navigation li.active:before {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      width: 100%;
      height: 4px; }
    .initiatives-navigation li.active, .initiatives-navigation li.active + li {
      border-left-width: 0; }
    .initiatives-navigation li.active .initiative-navigation-link {
      color: white; }
    @media screen and (max-width: 767px) {
      .initiatives-navigation li.active {
        position: absolute;
        top: 0;
        left: 0; }
        .initiatives-navigation li.active:before {
          display: none; }
        .initiatives-navigation li.active:after {
          position: absolute;
          right: 12px;
          top: 50%;
          font-family: "ushahidi";
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          speak: none;
          line-height: 1;
          -moz-osx-font-smoothing: grayscale;
          content: "d";
          font-size: 24px;
          margin-top: -12px;
          color: white; } }
    @media screen and (max-width: 767px) {
      .initiatives-navigation li {
        width: 100% !important;
        font-size: 13.2px;
        background-color: #f8f6ed; } }
  .initiatives-navigation .initiative-navigation-link {
    font-family: "bebas_neue", sans-serif;
    color: #000;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.5em;
    padding: 24px 0; }
    @media screen and (max-width: 767px) {
      .initiatives-navigation .initiative-navigation-link {
        padding: 16px 0; } }
  @media screen and (max-width: 767px) {
    .initiatives-navigation {
      width: 100%;
      margin-left: 0;
      left: auto; } }

.page-template-template-contribute-php .page-content {
  margin-top: 0;
  max-width: none; }
.page-template-template-contribute-php .contribute-content-wrapper {
  position: relative;
  padding: 150px 0 265px; }
  .page-template-template-contribute-php .contribute-content-wrapper.contribute-ushahidi {
    background-color: rgba(138, 31, 3, 0.9); }
  .page-template-template-contribute-php .contribute-content-wrapper.contribute-crowdmap {
    background-color: rgba(207, 154, 56, 0.9); }
  .page-template-template-contribute-php .contribute-content-wrapper.contribute-swiftriver {
    background-color: rgba(64, 177, 214, 0.9); }
  .page-template-template-contribute-php .contribute-content-wrapper.contribute-crisisnet {
    background-color: rgba(51, 51, 52, 0.9); }
  .page-template-template-contribute-php .contribute-content-wrapper.contribute-ping {
    background-color: rgba(89, 143, 201, 0.9); }
  .page-template-template-contribute-php .contribute-content-wrapper.contribute-smssync {
    background-color: rgba(17, 135, 43, 0.9); }
  .page-template-template-contribute-php .contribute-content-wrapper.contribute-brck {
    background-color: rgba(227, 191, 45, 0.9); }
  .page-template-template-contribute-php .contribute-content-wrapper.contribute-making-all-voices-count {
    background-color: rgba(176, 101, 181, 0.9); }
  .page-template-template-contribute-php .contribute-content-wrapper.contribute-mavc {
    background-color: rgba(176, 101, 181, 0.9); }
  .page-template-template-contribute-php .contribute-content-wrapper.contribute-resilience-network-initiative {
    background-color: rgba(128, 85, 64, 0.9); }
  .page-template-template-contribute-php .contribute-content-wrapper.contribute-rni {
    background-color: rgba(128, 85, 64, 0.9); }
  @media screen and (max-width: 767px) {
    .page-template-template-contribute-php .contribute-content-wrapper {
      padding: 58px 0; } }
.page-template-template-contribute-php .page-footer {
  margin-top: 0; }

.page-template-template-contribute-php .contribute-roles {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  color: white; }
  .page-template-template-contribute-php .contribute-roles:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .page-template-template-contribute-php .contribute-roles {
      max-width: 94%;
      margin: 4% auto 0; } }
  .page-template-template-contribute-php .contribute-roles .roles {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 21.04107%; }
    .page-template-template-contribute-php .contribute-roles .roles:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .page-template-template-contribute-php .contribute-roles .roles {
        float: left;
        display: block;
        margin-right: 2.4332%;
        width: 100%;
        margin-bottom: 15px; }
        .page-template-template-contribute-php .contribute-roles .roles:last-child {
          margin-right: 0; } }
    .page-template-template-contribute-php .contribute-roles .roles ul {
      list-style-type: none;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      @media screen and (max-width: 767px) {
        .page-template-template-contribute-php .contribute-roles .roles ul {
          font-size: 0; } }
    .page-template-template-contribute-php .contribute-roles .roles li {
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      padding: 22px 28px;
      cursor: pointer; }
      .page-template-template-contribute-php .contribute-roles .roles li:first-child {
        border-top-width: 0; }
      .page-template-template-contribute-php .contribute-roles .roles li:hover, .page-template-template-contribute-php .contribute-roles .roles li.active {
        background-color: rgba(255, 255, 255, 0.1); }
      @media screen and (max-width: 767px) {
        .page-template-template-contribute-php .contribute-roles .roles li {
          border-top-width: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.4);
          display: inline-block;
          width: 33.3333%;
          padding: 10px 0;
          text-align: center; }
          .page-template-template-contribute-php .contribute-roles .roles li [class^="icon-"] {
            font-size: 30px; } }
  .page-template-template-contribute-php .contribute-roles .role-tabs {
    float: left;
    display: block;
    margin-right: 2.4332%;
    width: 72.25767%;
    margin-left: 4.26805%; }
    .page-template-template-contribute-php .contribute-roles .role-tabs:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .page-template-template-contribute-php .contribute-roles .role-tabs {
        float: left;
        display: block;
        margin-right: 2.4332%;
        width: 100%;
        margin-left: 0%; }
        .page-template-template-contribute-php .contribute-roles .role-tabs:last-child {
          margin-right: 0; } }
  .page-template-template-contribute-php .contribute-roles .role {
    display: none; }
    .page-template-template-contribute-php .contribute-roles .role.active {
      display: block; }
    .page-template-template-contribute-php .contribute-roles .role h1,
    .page-template-template-contribute-php .contribute-roles .role h2,
    .page-template-template-contribute-php .contribute-roles .role h3 {
      font-family: "proxima-nova-alt", sans-serif;
      font-weight: bold; }
      .page-template-template-contribute-php .contribute-roles .role h1:first-child,
      .page-template-template-contribute-php .contribute-roles .role h2:first-child,
      .page-template-template-contribute-php .contribute-roles .role h3:first-child {
        margin-top: 0; }
    .page-template-template-contribute-php .contribute-roles .role h2 {
      font-size: 1.75em; }
    .page-template-template-contribute-php .contribute-roles .role p {
      font-size: 1.125em;
      line-height: 1.875; }
    .page-template-template-contribute-php .contribute-roles .role a {
      border: 2px solid rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      box-shadow: inset 0 1px 0 0 white;
      color: #333333;
      display: inline-block;
      font-size: inherit;
      font-weight: bold;
      background-color: white;
      background-image: -webkit-linear-gradient(white, #e3e3e3);
      background-image: linear-gradient(white, #e3e3e3);
      padding: 7px 18px;
      text-decoration: none;
      text-shadow: 0 1px 0 white;
      background-clip: padding-box;
      border: 2px solid rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      box-shadow: inset 0 1px 0 0 white;
      color: #333333;
      display: inline-block;
      font-size: inherit;
      font-weight: bold;
      background-color: white;
      background-image: -webkit-linear-gradient(white, #e5e0e0);
      background-image: linear-gradient(white, #e5e0e0);
      padding: 7px 18px;
      text-decoration: none;
      text-shadow: 0 1px 0 white;
      background-clip: padding-box; }
      .page-template-template-contribute-php .contribute-roles .role a:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 white;
        cursor: pointer;
        background-color: #f2f2f2;
        background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
        background-image: linear-gradient(#f2f2f2, #dbdbdb); }
      .page-template-template-contribute-php .contribute-roles .role a:active:not(:disabled), .page-template-template-contribute-php .contribute-roles .role a:focus:not(:disabled) {
        border: 2px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4; }
      .page-template-template-contribute-php .contribute-roles .role a:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 white;
        cursor: pointer;
        background-color: #f2f2f2;
        background-image: -webkit-linear-gradient(#f2f2f2, #ded8d8);
        background-image: linear-gradient(#f2f2f2, #ded8d8); }
      .page-template-template-contribute-php .contribute-roles .role a:active:not(:disabled), .page-template-template-contribute-php .contribute-roles .role a:focus:not(:disabled) {
        border: 2px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 8px 4px #d7d1d1, inset 0 0 8px 4px #d7d1d1; }
      .page-template-template-contribute-php .contribute-roles .role a:disabled {
        opacity: 0.5;
        cursor: not-allowed; }
      .page-template-template-contribute-php .contribute-roles .role a:before {
        font-family: "ushahidi";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        speak: none;
        line-height: 1;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: relative;
        top: 2px;
        margin-top: -1px;
        margin-right: 4px;
        content: "R"; }
      .page-template-template-contribute-php .contribute-roles .role a:only-child {
        margin-top: 35px; }
      @media screen and (max-width: 767px) {
        .page-template-template-contribute-php .contribute-roles .role a:only-child {
          margin-top: 15px; } }

.page.services .page-content {
  margin-top: 0;
  max-width: none; }
.page.services .padded-header h1,
.page.services .padded-header h2 {
  margin: 0;
  padding: 5% 0;
  font-size: 3.5em;
  text-align: center;
  font-weight: bold; }

.solutions {
  text-align: center; }
  .solutions p {
    font-weight: 300; }

.solutions-header {
  color: white;
  background: #191d1e url(../img/texture-solutions1.gif) no-repeat;
  background-size: cover;
  padding-top: 135px;
  padding-bottom: 120px;
  margin-top: 1.75em; }
  .solutions-header .solutions-page-title {
    font-weight: 300;
    font-size: 55px;
    line-height: 1em;
    margin: 0;
    margin-bottom: 18px; }
    @media screen and (min-width: 540px) {
      .solutions-header .solutions-page-title {
        font-size: 75px; } }
  .solutions-header p {
    font-size: 20px;
    line-height: 1.25em;
    margin: 0 0 2.5em; }

.solutions-nav:after {
  content: "";
  display: table;
  clear: both; }
.solutions-nav ul {
  padding: 0; }
.solutions-nav li {
  display: inline-block;
  list-style-type: none; }
  .solutions-nav li.left {
    float: left;
    text-align: left; }
  .solutions-nav li.right {
    float: right;
    text-align: right; }

.solutions-section {
  padding-top: 60px;
  padding-bottom: 80px;
  padding-top: 90px;
  padding-bottom: 80px; }
  .solutions-section.bg-dark {
    color: white; }
  .solutions-section h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: "proxima-nova-alt", sans-serif;
    margin: 0; }
    @media screen and (min-width: 540px) {
      .solutions-section h2 + p {
        padding: 0 15%;
        margin-top: 6px;
        margin-bottom: 37px; } }
  .solutions-section p {
    line-height: 2em; }
  .solutions-section .solutions-cta {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px; }

.solutions-grid {
  padding-top: 45px; }
  .solutions-grid:after {
    content: "";
    display: table;
    clear: both; }

.solutions-item {
  text-align: left;
  margin-bottom: 30px; }
  .solutions-item:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 540px) {
    .solutions-item {
      float: left;
      width: 48.9361702%; }
      .solutions-item:nth-child(odd) {
        margin-right: 2.1276596%; } }
  @media screen and (min-width: 900px) {
    .solutions-item {
      width: 31.9148936%;
      margin-right: 2.1276596%; }
      .solutions-item:nth-child(3n) {
        margin-right: 0; } }
  .solutions-item [class*="icon-"],
  .solutions-item .solutions-item-illustration {
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    color: #7fa6b0;
    font-size: 40px;
    text-align: center;
    line-height: 95px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
    background-color: white; }
  .solutions-item .solutions-item-illustration {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    overflow: hidden; }
    .solutions-item .solutions-item-illustration img {
      width: 60px;
      margin: 10px; }
  .solutions-item .solutions-item-title {
    font-size: 14px;
    font-weight: 600;
    font-family: "proxima-nova-alt", sans-serif;
    text-align: left;
    padding-left: 100px;
    margin-bottom: 11px; }
  .solutions-item p {
    opacity: 0.7;
    font-size: 14px;
    padding-left: 100px;
    margin: 0; }

.solutions-cost {
  margin-bottom: 60px; }
  .solutions-cost:after {
    content: "";
    display: table;
    clear: both; }

.solutions-cost-choice {
  text-align: left;
  margin-bottom: 40px; }
  @media screen and (min-width: 540px) {
    .solutions-cost-choice {
      float: left;
      width: 25%;
      margin-bottom: 0; } }
  .solutions-cost-choice .solutions-cost-choice-summary,
  .solutions-cost-choice .solutions-cost-choice-total {
    padding: 10px; }
  .solutions-cost-choice .solutions-cost-choice-summary {
    line-height: 25px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (min-width: 540px) {
      .solutions-cost-choice .solutions-cost-choice-summary {
        min-height: 350px; } }
    .solutions-cost-choice .solutions-cost-choice-summary [class*="icon-"] {
      color: #e2e0d8;
      font-size: 60px;
      margin-top: 20px;
      margin-bottom: 16px;
      display: inline-block; }
    .solutions-cost-choice .solutions-cost-choice-summary .solutions-cost-choice-illustration {
      margin: 0 10px; }
      .solutions-cost-choice .solutions-cost-choice-summary .solutions-cost-choice-illustration img {
        width: 60%; }
      @media screen and (min-width: 540px) {
        .solutions-cost-choice .solutions-cost-choice-summary .solutions-cost-choice-illustration img {
          width: 80%;
          margin-top: 20px;
          margin-bottom: 10px; } }
    .solutions-cost-choice .solutions-cost-choice-summary .solutions-cost-title {
      font-size: 14px;
      font-weight: 600;
      font-family: "proxima-nova-alt", sans-serif;
      text-align: left; }
    .solutions-cost-choice .solutions-cost-choice-summary h3 {
      text-align: left; }
    .solutions-cost-choice .solutions-cost-choice-summary p {
      text-align: left;
      font-size: 14px;
      line-height: 25px; }
  .solutions-cost-choice .solutions-cost-choice-total {
    background-color: #f0eee6;
    padding: 20px;
    font-size: 14px;
    line-height: 25px; }
    @media screen and (min-width: 540px) {
      .solutions-cost-choice .solutions-cost-choice-total {
        min-height: 90px; } }
  .solutions-cost-choice:nth-child(2) .solutions-cost-choice-summary {
    background-color: #f2f2ea; }
  .solutions-cost-choice:nth-child(2) .solutions-cost-choice-total {
    background-color: #eaeae3; }
  .solutions-cost-choice:nth-child(3) .solutions-cost-choice-summary {
    background-color: #eceee7; }
  .solutions-cost-choice:nth-child(3) .solutions-cost-choice-total {
    background-color: #e5e7e0; }
  .solutions-cost-choice:nth-child(4) .solutions-cost-choice-summary {
    background-color: #e3e8e2; }
  .solutions-cost-choice:nth-child(4) .solutions-cost-choice-total {
    background-color: #dce1db; }

.solutions-spectrum {
  display: none; }
  @media screen and (min-width: 540px) {
    .solutions-spectrum {
      display: block;
      width: 94%;
      margin: auto;
      border-top: 3px solid #d5d3cc; }
      .solutions-spectrum .solutions-spectrum-left {
        position: relative;
        width: 40%;
        text-align: left;
        float: left; }
      .solutions-spectrum .solutions-spectrum-right {
        position: relative;
        float: right;
        text-align: right;
        width: 40%; }
      .solutions-spectrum ul {
        margin: 0;
        list-style-type: none;
        font-size: 13px;
        color: #555;
        padding-left: 0;
        padding-top: 40px;
        font-weight: 300; }
        .solutions-spectrum ul li {
          padding-top: 8px; }
      .solutions-spectrum .solutions-spectrum-arrow {
        width: 19px;
        height: 32px;
        display: block;
        background-size: 19px 32px;
        position: absolute;
        top: -17px; }
      .solutions-spectrum .solutions-spectrum-arrow-left {
        background-image: url("../img/solutions-cost-spectrum-arrow-left.png"); }
      .solutions-spectrum .solutions-spectrum-arrow-right {
        background-image: url("../img/solutions-cost-spectrum-arrow-right.png");
        right: 0; } }

.solutions-question {
  text-align: left;
  background-color: white;
  padding-top: 60px;
  padding-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px; }
  .solutions-question .solutions-question-illustration {
    display: block;
    width: 80%;
    margin: 0 auto; }
  @media screen and (min-width: 540px) {
    .solutions-question .solutions-question-block {
      width: 60%; }
    .solutions-question .solutions-question-illustration {
      float: right;
      width: 35%; } }
  .solutions-question .solutions-question-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "proxima-nova-alt", sans-serif; }
  .solutions-question p {
    line-height: 2em; }

.solutions-topic {
  text-align: left;
  margin-bottom: 20px;
  padding-top: 30px;
  font-size: 15px; }
  .solutions-topic:after {
    content: "";
    display: table;
    clear: both; }
  .solutions-topic .solutions-topic-title {
    font-size: 16px;
    font-weight: 600;
    font-family: "proxima-nova-alt", sans-serif;
    text-align: left; }
  @media screen and (min-width: 540px) {
    .solutions-topic .solutions-topic-summary {
      float: left;
      width: 50%; } }
  .solutions-topic .solutions-topic-summary p {
    margin-top: 9px;
    margin-bottom: 10px; }
  @media screen and (min-width: 540px) {
    .solutions-topic .solutions-topic-clients {
      text-align: right; }
      .solutions-topic .solutions-topic-clients a {
        padding: 20px;
        width: 75px;
        height: 75px; } }
  .solutions-topic .solutions-topic-clients a {
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    background-color: white;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 13px; }
    .solutions-topic .solutions-topic-clients a:hover {
      opacity: 0.75; }
    @media screen and (min-width: 900px) {
      .solutions-topic .solutions-topic-clients a {
        width: 120px;
        height: 120px; } }
    .solutions-topic .solutions-topic-clients a img {
      width: 100%; }

.solutions-study {
  margin-top: 20px; }
  @media screen and (min-width: 540px) {
    .solutions-study {
      float: left;
      width: 31.9148936%;
      margin-right: 2.1276596%; }
      .solutions-study:nth-child(3n) {
        margin-right: 0; } }
  .solutions-study img {
    max-width: 90%; }
  .solutions-study a {
    color: #fff; }
    .solutions-study a:hover {
      opacity: 0.75; }

.solutions-casestudy h1 {
  font-family: "proxima-nova-alt", sans-serif;
  margin-bottom: 0;
  margin-top: 50px; }

.solutions-casestudy-photo {
  max-width: 940px; }

.solutions-casestudy-story {
  text-align: left;
  -webkit-columns: 300px 2;
  -moz-columns: 300px 2;
  columns: 300px 2;
  padding-bottom: 3em; }
  .solutions-casestudy-story p {
    margin-top: 0; }
  .solutions-casestudy-story ul.checklist {
    padding-left: 0; }
    .solutions-casestudy-story ul.checklist li {
      line-height: 30px;
      position: relative;
      list-style-type: none;
      padding-left: 26px;
      margin: 0.5em 0; }
      .solutions-casestudy-story ul.checklist li:before {
        content: '\2713';
        position: absolute;
        display: inline-block;
        top: 6px;
        left: 0;
        width: 16px;
        height: 16px;
        color: white;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        background-color: #2e6e81; }

.solutions-datalist {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.03); }
  .solutions-datalist dl {
    margin-top: 30px;
    margin-bottom: 51px; }
  .solutions-datalist dt, .solutions-datalist dd, .solutions-datalist a {
    display: inline-block;
    padding: 1.5em;
    margin: 0; }
  .solutions-datalist dt {
    padding-right: 0; }
    .solutions-datalist dt:after {
      content: ":"; }
  .solutions-datalist dd {
    font-weight: bold;
    padding-left: 0; }
    .solutions-datalist dd:first-of-type {
      border-right: 1px solid rgba(0, 0, 0, 0.08); }
  .solutions-datalist a {
    float: right;
    font-weight: bold; }

.page.services .primary-service {
  padding: 5% 0; }
  .page.services .primary-service.service-custom-client-projects {
    background-color: #004d86;
    color: white; }
  .page.services .primary-service.service-ushahidi-vip {
    display: none;
    /* hide for now since it's blank and causes inconsistent spacing */
    background-color: #e0ded6; }
    .page.services .primary-service.service-ushahidi-vip .about-service p:last-child a:only-child {
      border: 2px solid rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      box-shadow: inset 0 1px 0 0 white;
      color: #333333;
      display: inline-block;
      font-size: inherit;
      font-weight: bold;
      background-color: white;
      background-image: -webkit-linear-gradient(white, #e3e3e3);
      background-image: linear-gradient(white, #e3e3e3);
      padding: 7px 18px;
      text-decoration: none;
      text-shadow: 0 1px 0 white;
      background-clip: padding-box;
      border: 2px solid rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      box-shadow: inset 0 1px 0 0 white;
      color: #333333;
      display: inline-block;
      font-size: inherit;
      font-weight: bold;
      background-color: white;
      background-image: -webkit-linear-gradient(white, #e5e0e0);
      background-image: linear-gradient(white, #e5e0e0);
      padding: 7px 18px;
      text-decoration: none;
      text-shadow: 0 1px 0 white;
      background-clip: padding-box; }
      .page.services .primary-service.service-ushahidi-vip .about-service p:last-child a:only-child:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 white;
        cursor: pointer;
        background-color: #f2f2f2;
        background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
        background-image: linear-gradient(#f2f2f2, #dbdbdb); }
      .page.services .primary-service.service-ushahidi-vip .about-service p:last-child a:only-child:active:not(:disabled), .page.services .primary-service.service-ushahidi-vip .about-service p:last-child a:only-child:focus:not(:disabled) {
        border: 2px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4; }
      .page.services .primary-service.service-ushahidi-vip .about-service p:last-child a:only-child:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 white;
        cursor: pointer;
        background-color: #f2f2f2;
        background-image: -webkit-linear-gradient(#f2f2f2, #ded8d8);
        background-image: linear-gradient(#f2f2f2, #ded8d8); }
      .page.services .primary-service.service-ushahidi-vip .about-service p:last-child a:only-child:active:not(:disabled), .page.services .primary-service.service-ushahidi-vip .about-service p:last-child a:only-child:focus:not(:disabled) {
        border: 2px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 8px 4px #d7d1d1, inset 0 0 8px 4px #d7d1d1; }
      .page.services .primary-service.service-ushahidi-vip .about-service p:last-child a:only-child:disabled {
        opacity: 0.5;
        cursor: not-allowed; }
    .page.services .primary-service.service-ushahidi-vip .about-service .highlight-list li {
      background-color: rgba(255, 255, 255, 0.2); }
  .page.services .primary-service .about-service {
    float: left;
    display: block;
    margin-right: 1.20198%;
    width: 40.96551%; }
    .page.services .primary-service .about-service:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .page.services .primary-service .about-service {
        float: left;
        display: block;
        margin-right: 2.4332%;
        width: 100%; }
        .page.services .primary-service .about-service:last-child {
          margin-right: 0; } }
    .page.services .primary-service .about-service h1 {
      font-family: "proxima-nova-alt", sans-serif;
      margin: 0;
      font-size: 1.75em;
      font-weight: bold;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .page.services .primary-service .about-service h1 {
          margin-bottom: 15px; } }
    .page.services .primary-service .about-service p:last-child {
      margin-bottom: 0; }
      .page.services .primary-service .about-service p:last-child a:only-child {
        border: 2px solid rgba(0, 0, 0, 0.05);
        border-radius: 4px;
        box-shadow: inset 0 1px 0 0 white;
        color: #333333;
        display: inline-block;
        font-size: inherit;
        font-weight: bold;
        background-color: white;
        background-image: -webkit-linear-gradient(white, #e3e3e3);
        background-image: linear-gradient(white, #e3e3e3);
        padding: 7px 18px;
        text-decoration: none;
        text-shadow: 0 1px 0 white;
        background-clip: padding-box;
        border: 2px solid rgba(0, 0, 0, 0.05);
        border-radius: 4px;
        box-shadow: inset 0 1px 0 0 white;
        color: #333333;
        display: inline-block;
        font-size: inherit;
        font-weight: bold;
        background-color: white;
        background-image: -webkit-linear-gradient(white, #e5e0e0);
        background-image: linear-gradient(white, #e5e0e0);
        padding: 7px 18px;
        text-decoration: none;
        text-shadow: 0 1px 0 white;
        background-clip: padding-box;
        margin-top: 44px; }
        .page.services .primary-service .about-service p:last-child a:only-child:hover:not(:disabled) {
          box-shadow: inset 0 1px 0 0 white;
          cursor: pointer;
          background-color: #f2f2f2;
          background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
          background-image: linear-gradient(#f2f2f2, #dbdbdb); }
        .page.services .primary-service .about-service p:last-child a:only-child:active:not(:disabled), .page.services .primary-service .about-service p:last-child a:only-child:focus:not(:disabled) {
          border: 2px solid rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4; }
        .page.services .primary-service .about-service p:last-child a:only-child:hover:not(:disabled) {
          box-shadow: inset 0 1px 0 0 white;
          cursor: pointer;
          background-color: #f2f2f2;
          background-image: -webkit-linear-gradient(#f2f2f2, #ded8d8);
          background-image: linear-gradient(#f2f2f2, #ded8d8); }
        .page.services .primary-service .about-service p:last-child a:only-child:active:not(:disabled), .page.services .primary-service .about-service p:last-child a:only-child:focus:not(:disabled) {
          border: 2px solid rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 8px 4px #d7d1d1, inset 0 0 8px 4px #d7d1d1; }
        .page.services .primary-service .about-service p:last-child a:only-child:disabled {
          opacity: 0.5;
          cursor: not-allowed; }
        .page.services .primary-service .about-service p:last-child a:only-child:before {
          font-family: "ushahidi";
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          speak: none;
          line-height: 1;
          -moz-osx-font-smoothing: grayscale;
          content: "R";
          display: inline-block;
          position: relative;
          top: 2px;
          margin-top: -1px;
          margin-right: 4px; }
        @media screen and (max-width: 767px) {
          .page.services .primary-service .about-service p:last-child a:only-child {
            margin-top: 15px;
            margin-bottom: 15px; } }
  .page.services .primary-service .service-highlights {
    float: left;
    display: block;
    margin-right: 1.20198%;
    width: 53.61576%;
    margin-left: 4.21675%; }
    .page.services .primary-service .service-highlights:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .page.services .primary-service .service-highlights {
        float: left;
        display: block;
        margin-right: 2.4332%;
        width: 100%;
        margin-left: 0%; }
        .page.services .primary-service .service-highlights:last-child {
          margin-right: 0; } }

.page.services .secondary-services .services-list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .page.services .secondary-services .services-list:after {
    content: "";
    display: table;
    clear: both; }
.page.services .secondary-services .secondary-service {
  float: left;
  display: block;
  margin-right: 2.4332%;
  width: 48.7834%;
  background-color: white;
  padding: 30px;
  position: relative;
  height: 275px;
  margin-bottom: 1.6888em;
  text-align: left; }
  .page.services .secondary-services .secondary-service:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .page.services .secondary-services .secondary-service {
      float: left;
      display: block;
      margin-right: 2.4332%;
      width: 100%;
      height: auto;
      padding: 0;
      padding-top: 30px; }
      .page.services .secondary-services .secondary-service:last-child {
        margin-right: 0; } }
  .page.services .secondary-services .secondary-service:nth-child(even) {
    margin-right: 0; }
  .page.services .secondary-services .secondary-service.service-crowdmap-api {
    background-color: #CF9A38; }
    .page.services .secondary-services .secondary-service.service-crowdmap-api .service-info {
      color: white;
      background-color: rgba(207, 154, 56, 0.9); }
    .page.services .secondary-services .secondary-service.service-crowdmap-api .button {
      border: 2px solid rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      box-shadow: inset 0 1px 0 0 white;
      color: #333333;
      display: inline-block;
      font-size: inherit;
      font-weight: bold;
      background-color: white;
      background-image: -webkit-linear-gradient(white, #e3e3e3);
      background-image: linear-gradient(white, #e3e3e3);
      padding: 7px 18px;
      text-decoration: none;
      text-shadow: 0 1px 0 white;
      background-clip: padding-box;
      border: 2px solid rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      box-shadow: inset 0 1px 0 0 white;
      color: #333333;
      display: inline-block;
      font-size: inherit;
      font-weight: bold;
      background-color: white;
      background-image: -webkit-linear-gradient(white, #e5e0e0);
      background-image: linear-gradient(white, #e5e0e0);
      padding: 7px 18px;
      text-decoration: none;
      text-shadow: 0 1px 0 white;
      background-clip: padding-box; }
      .page.services .secondary-services .secondary-service.service-crowdmap-api .button:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 white;
        cursor: pointer;
        background-color: #f2f2f2;
        background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
        background-image: linear-gradient(#f2f2f2, #dbdbdb); }
      .page.services .secondary-services .secondary-service.service-crowdmap-api .button:active:not(:disabled), .page.services .secondary-services .secondary-service.service-crowdmap-api .button:focus:not(:disabled) {
        border: 2px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4; }
      .page.services .secondary-services .secondary-service.service-crowdmap-api .button:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 white;
        cursor: pointer;
        background-color: #f2f2f2;
        background-image: -webkit-linear-gradient(#f2f2f2, #ded8d8);
        background-image: linear-gradient(#f2f2f2, #ded8d8); }
      .page.services .secondary-services .secondary-service.service-crowdmap-api .button:active:not(:disabled), .page.services .secondary-services .secondary-service.service-crowdmap-api .button:focus:not(:disabled) {
        border: 2px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 8px 4px #d7d1d1, inset 0 0 8px 4px #d7d1d1; }
      .page.services .secondary-services .secondary-service.service-crowdmap-api .button:disabled {
        opacity: 0.5;
        cursor: not-allowed; }
  .page.services .secondary-services .secondary-service .logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 75%; }
    @media screen and (max-width: 767px) {
      .page.services .secondary-services .secondary-service .logo {
        position: static; } }
  .page.services .secondary-services .secondary-service .service-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    padding: 30px;
    opacity: 0;
    -webkit-transition: 0.6s opacity;
            transition: 0.6s opacity;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000; }
    @media screen and (max-width: 767px) {
      .page.services .secondary-services .secondary-service .service-info {
        position: static;
        opacity: 1;
        padding-left: 0;
        padding-right: 0;
        max-width: 94%; } }
    .page.services .secondary-services .secondary-service .service-info h3 {
      margin: 0;
      font-family: "proxima-nova-alt", sans-serif;
      font-weight: bold;
      font-size: 1.5em; }
    .page.services .secondary-services .secondary-service .service-info p {
      line-height: 1.875; }
    .page.services .secondary-services .secondary-service .service-info .actions {
      position: absolute;
      bottom: 30px;
      left: 30px; }
      @media screen and (max-width: 767px) {
        .page.services .secondary-services .secondary-service .service-info .actions {
          position: static;
          margin-top: 15px; } }
  .page.services .secondary-services .secondary-service:hover .service-info {
    opacity: 1; }

.page.services .our-clients {
  margin-top: 6%;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .page.services .our-clients .clients-list-wrapper {
    background-color: rgba(255, 255, 255, 0.4); }
  .page.services .our-clients .clients-list {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
    .page.services .our-clients .clients-list:after {
      content: "";
      display: table;
      clear: both; }
  .page.services .our-clients .client {
    float: left;
    display: block;
    margin-right: 2.93412%;
    width: 17.6527%; }
    .page.services .our-clients .client:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .page.services .our-clients .client {
        float: left;
        display: block;
        margin-right: 2.4332%;
        width: 48.7834%; }
        .page.services .our-clients .client:last-child {
          margin-right: 0; }
        .page.services .our-clients .client:nth-child(even) {
          margin-right: 0; } }
    .page.services .our-clients .client a {
      display: block;
      height: 130px;
      position: relative; }
      .page.services .our-clients .client a:hover {
        background-color: rgba(255, 255, 255, 0.4); }
        .page.services .our-clients .client a:hover img {
          opacity: 1;
          -webkit-filter: grayscale(0);
                  filter: grayscale(0); }
    .page.services .our-clients .client img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      display: block;
      max-width: 70%;
      opacity: 0.5;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }

.page.services .testimonials .testimonials-list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }
  .page.services .testimonials .testimonials-list .testimonial {
    margin-top: 5%; }
    .page.services .testimonials .testimonials-list .testimonial:first-child {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      .page.services .testimonials .testimonials-list .testimonial {
        float: none;
        max-width: 94%;
        margin-left: auto;
        margin-right: auto; } }
    .page.services .testimonials .testimonials-list .testimonial blockquote {
      max-width: 940px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      margin-top: 0;
      margin-bottom: 0; }
      .page.services .testimonials .testimonials-list .testimonial blockquote:after {
        content: "";
        display: table;
        clear: both; }
    .page.services .testimonials .testimonials-list .testimonial .quote-wrapper {
      float: left;
      display: block;
      margin-right: 2.4332%;
      width: 74.3917%;
      position: relative;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 18px;
      padding: 25px 10%;
      font-family: "bebas_neue_light", sans-serif;
      font-weight: bold;
      font-weight: normal;
      font-style: italic;
      font-size: 1.875em;
      line-height: 1.5;
      text-align: center; }
      .page.services .testimonials .testimonials-list .testimonial .quote-wrapper:last-child {
        margin-right: 0; }
      .csstransforms .page.services .testimonials .testimonials-list .testimonial .quote-wrapper:before {
        content: "";
        position: absolute;
        top: 40px;
        right: -14px;
        display: block;
        width: 26px;
        height: 26px;
        background-color: #f8f6ed;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-left-width: 0;
        border-bottom-width: 0; }
      @media screen and (max-width: 767px) {
        .page.services .testimonials .testimonials-list .testimonial .quote-wrapper {
          float: left;
          display: block;
          margin-right: 2.4332%;
          width: 100%;
          margin-bottom: 30px; }
          .page.services .testimonials .testimonials-list .testimonial .quote-wrapper:last-child {
            margin-right: 0; }
          .csstransforms .page.services .testimonials .testimonials-list .testimonial .quote-wrapper:before {
            left: 50%;
            right: auto;
            top: auto;
            bottom: -14px;
            margin-left: -13px;
            border-top-width: 0;
            border-bottom-width: 1px; } }
      .page.services .testimonials .testimonials-list .testimonial .quote-wrapper p {
        line-height: 1.3;
        margin: 0; }
        .page.services .testimonials .testimonials-list .testimonial .quote-wrapper p:before {
          content: "“"; }
        .page.services .testimonials .testimonials-list .testimonial .quote-wrapper p:after {
          content: "”"; }
    .page.services .testimonials .testimonials-list .testimonial .author {
      float: left;
      display: block;
      margin-right: 2.4332%;
      width: 23.1751%;
      text-align: center;
      font-size: 0.875em; }
      .page.services .testimonials .testimonials-list .testimonial .author:last-child {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        .page.services .testimonials .testimonials-list .testimonial .author {
          float: left;
          display: block;
          margin-right: 2.4332%;
          width: 100%;
          max-width: 60%;
          margin-left: auto;
          float: none;
          font-size: 12px; }
          .page.services .testimonials .testimonials-list .testimonial .author:last-child {
            margin-right: 0; }
          .page.services .testimonials .testimonials-list .testimonial .author, .page.services .testimonials .testimonials-list .testimonial .author:last-child {
            margin-right: auto; } }
      .page.services .testimonials .testimonials-list .testimonial .author cite {
        font-style: normal;
        font-weight: lighter; }
      .page.services .testimonials .testimonials-list .testimonial .author .author-photo {
        display: block;
        margin: 8px auto 12px; }
      .page.services .testimonials .testimonials-list .testimonial .author .author-name {
        font-weight: bold; }
        .page.services .testimonials .testimonials-list .testimonial .author .author-name:after {
          content: ","; }
    .page.services .testimonials .testimonials-list .testimonial:nth-child(odd) .quote-wrapper {
      float: right;
      margin-right: 0;
      margin-left: 1.6888em; }
      .csstransforms .page.services .testimonials .testimonials-list .testimonial:nth-child(odd) .quote-wrapper:before {
        right: auto;
        left: -14px;
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-width: 1px;
        border-left-width: 1px; }
      @media screen and (max-width: 767px) {
        .csstransforms .page.services .testimonials .testimonials-list .testimonial:nth-child(odd) .quote-wrapper:before {
          left: 50%;
          border-left-width: 0;
          border-right-width: 1px; } }
    .page.services .testimonials .testimonials-list .testimonial:nth-child(odd) .author {
      position: absolute;
      left: 0;
      top: 0; }
      @media screen and (max-width: 767px) {
        .page.services .testimonials .testimonials-list .testimonial:nth-child(odd) .author {
          position: static; } }
    .page.services .testimonials .testimonials-list .testimonial .case-study {
      display: block;
      color: #000;
      margin-top: 16px;
      text-transform: uppercase;
      font-size: 0.8125em;
      font-weight: bold;
      vertical-align: top; }
      .page.services .testimonials .testimonials-list .testimonial .case-study:hover {
        color: #598FC9; }
      @media screen and (max-width: 767px) {
        .page.services .testimonials .testimonials-list .testimonial .case-study {
          font-size: 12px; } }
      .page.services .testimonials .testimonials-list .testimonial .case-study [class^="icon-"] {
        margin-right: 4px; }

.page[class*='-7'] .page-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto; }
  .page[class*='-7'] .page-content:after {
    content: "";
    display: table;
    clear: both; }
.page[class*='-7'] .one-half-wrapper {
  float: left;
  display: block;
  margin-right: 2.4332%;
  width: 100%;
  margin-top: 40px; }
  .page[class*='-7'] .one-half-wrapper:last-child {
    margin-right: 0; }
.page[class*='-7'] .one-half {
  width: 100%;
  margin-right: 5%; }
  @media screen and (min-width: 768px) {
    .page[class*='-7'] .one-half {
      width: 47.5%; }
      .page[class*='-7'] .one-half:last-child {
        margin-right: 0; } }
.page[class*='-7'] h2 {
  margin: 70px 0 40px 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .page[class*='-7'] h2 {
      margin: 70px 0; } }

.mission-page-content {
  float: left;
  display: block;
  margin-right: 2.4332%;
  width: 100%;
  background-color: white;
  padding: 0 30px;
  margin-top: 98px; }
  .mission-page-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .mission-page-content {
      margin-top: 123px; } }
  .mission .mission-page-content, .faq .mission-page-content, .partners .mission-page-content {
    background-color: white; }
    @media screen and (min-width: 940px) {
      .mission .mission-page-content, .faq .mission-page-content, .partners .mission-page-content {
        padding: 0 30px; } }

.mission-page-content {
  background-color: transparent; }
  @media screen and (min-width: 940px) {
    .mission-page-content {
      padding: 0; } }

.profile-card {
  background-color: white;
  margin-bottom: 70px;
  padding: 30px; }
  @media screen and (min-width: 940px) {
    .profile-card {
      position: relative;
      display: block;
      height: 0;
      min-height: 500px;
      padding: 0;
      overflow: hidden; } }
  .profile-card.expand {
    height: auto; }

.profile-image-wrapper {
  width: 200px;
  margin: auto; }
  @media screen and (min-width: 940px) {
    .profile-image-wrapper {
      width: auto;
      height: auto; } }

.profile-image {
  height: 200px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 30px; }
  @media screen and (min-width: 940px) {
    .profile-image {
      float: left;
      display: block;
      margin-right: 2.4332%;
      width: 40.2473%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin-bottom: 0;
      border-radius: 0;
      height: auto; }
      .profile-image:last-child {
        margin-right: 0; } }

h3 {
  text-align: center;
  margin: 0; }
  @media screen and (min-width: 940px) {
    h3 {
      text-align: left; } }

.profile-job-title {
  color: #666666;
  margin-top: 3px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.09em; }
  @media screen and (min-width: 940px) {
    .profile-job-title {
      margin: 3px 0 30px 0;
      font-size: 18px;
      text-align: left; } }

.profile-bio-wrapper {
  position: relative;
  height: 100%; }
  @media screen and (min-width: 940px) {
    .profile-bio-wrapper {
      float: right;
      margin-right: 4.2%;
      padding-top: 41px;
      width: 50.5834%;
      position: initial;
      right: 0;
      top: 0; } }
  @media screen and (min-width: 940px) {
    .profile-bio-wrapper .profile-bio {
      float: left;
      display: block;
      margin-right: 2.4332%;
      width: 100%; }
      .profile-bio-wrapper .profile-bio:last-child {
        margin-right: 0; } }
  .profile-bio-wrapper .profile-bio p:last-child {
    margin-bottom: 0; }
  .profile-bio-wrapper .profile-bio.expand {
    margin-bottom: 100px; }
  .profile-bio-wrapper .more {
    display: none;
    color: #598FC9; }
    @media screen and (min-width: 940px) {
      .profile-bio-wrapper .more {
        position: absolute;
        bottom: 0;
        display: block;
        width: 50.5834%;
        padding: 120px 0 40px 0;
        text-align: center;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 65%) repeat scroll 0% 0% transparent;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 65%) repeat scroll 0% 0% transparent; } }
    .profile-bio-wrapper .more span {
      font-weight: bold; }
    .profile-bio-wrapper .more.expand {
      padding: 70px 0 40px 0; }
    .profile-bio-wrapper .more:hover {
      cursor: pointer; }

.profile-card.override {
  height: auto;
  min-height: 0; }

.profile-bio-wrapper.override {
  width: 100%;
  margin: 0;
  padding: 30px; }
  .profile-bio-wrapper.override .more {
    display: none; }
    @media screen and (min-width: 940px) {
      .profile-bio-wrapper.override .more {
        display: none; } }

.mission-navigation {
  position: absolute;
  left: auto;
  width: 100%;
  margin-left: 0;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .mission-navigation {
      left: 50%;
      width: 940px;
      margin-left: -470px; } }
  .mission-navigation .mission-navigation-list {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    width: 100%;
    background-color: #fcfcf8;
    width: 96%;
    max-height: 58px;
    padding-top: 58px;
    overflow: hidden; }
    .mission-navigation .mission-navigation-list:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 768px) {
      .mission-navigation .mission-navigation-list {
        display: table;
        width: 100%;
        max-width: 780px;
        padding: 0; } }
    @media screen and (min-width: 940px) {
      .mission-navigation .mission-navigation-list {
        max-width: 940px; } }
    .mission-navigation .mission-navigation-list.expanded {
      -webkit-transition: .4s max-height;
              transition: .4s max-height; }
      .mission-navigation .mission-navigation-list.expanded li.active:after {
        content: "u"; }
        @media screen and (min-width: 768px) {
          .mission-navigation .mission-navigation-list.expanded li.active:after {
            content: ""; } }
  .mission-navigation .mission-navigation-list__item {
    display: table-cell;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .mission-navigation .mission-navigation-list__item {
        display: block;
        width: 100% !important;
        font-size: 13.2px;
        background-color: #f8f6ed; } }
    .mission-navigation .mission-navigation-list__item:hover {
      background: black; }
    .mission-navigation .mission-navigation-list__item.active {
      background: black; }
      @media screen and (max-width: 767px) {
        .mission-navigation .mission-navigation-list__item.active {
          position: absolute;
          top: 0;
          left: 0; }
          .mission-navigation .mission-navigation-list__item.active:before {
            display: none; }
          .mission-navigation .mission-navigation-list__item.active:after {
            position: absolute;
            right: 12px;
            top: 50%;
            font-family: "ushahidi";
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            speak: none;
            line-height: 1;
            -moz-osx-font-smoothing: grayscale;
            content: "d";
            font-size: 24px;
            margin-top: -12px;
            color: white; } }
      .mission-navigation .mission-navigation-list__item.active .mission-navigation-list__link {
        color: white; }
      .mission-navigation .mission-navigation-list__item.active:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        right: 0;
        width: 100%;
        height: 4px; }
    .mission-navigation .mission-navigation-list__item .mission-navigation-list__link {
      display: block;
      width: 100%;
      text-align: center;
      color: black;
      font-size: 1.125em;
      font-weight: 300;
      letter-spacing: .01em;
      padding: 19px; }
      @media screen and (min-width: 768px) {
        .mission-navigation .mission-navigation-list__item .mission-navigation-list__link {
          padding: 30px; } }
      .mission-navigation .mission-navigation-list__item .mission-navigation-list__link:hover {
        color: white; }
