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

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

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

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, 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 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.
 */
mark {
  background: #ff0;
  color: #000; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*
 * Symbolset
 * www.symbolset.com
 * Copyright © 2014 Oak Studios LLC
*/
@font-face {
  font-family: "SSKickstarter";
  src: url("../webfonts/ss-kickstarter.eot");
  src: url("../webfonts/ss-kickstarter.eot?#iefix") format("embedded-opentype"), url("../webfonts/ss-kickstarter.woff") format("woff"), url("../webfonts/ss-kickstarter.ttf") format("truetype"), url("../webfonts/ss-kickstarter.svg#SSKickstarter") format("svg");
  font-weight: 400;
  font-style: normal; }

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover .ss-icon {
  -ms-zoom: 1; }

.ss-icon, .ss-icon.ss-kickstarter,
.ss-icon:before, .ss-icon.ss-kickstarter:before,
.ss-icon.right:after, .ss-icon.ss-kickstarter.right:after {
  font-family: "SSKickstarter";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ss-icon.right:before,
.ss-icon.right:before {
  display: none;
  content: ''; }

.ss-search:before, .ss-search.right:after {
  content: '🔎'; }

.ss-link:before, .ss-link.right:after {
  content: '🔗'; }

.ss-unlink:before, .ss-unlink.right:after {
  content: ''; }

.ss-move:before, .ss-move.right:after {
  content: ''; }

.ss-write:before, .ss-write.right:after {
  content: '✎'; }

.ss-compose:before, .ss-compose.right:after {
  content: '📝'; }

.ss-lock:before, .ss-lock.right:after {
  content: '🔒'; }

.ss-tag:before, .ss-tag.right:after {
  content: ''; }

.ss-heart:before, .ss-heart.right:after {
  content: '♥'; }

.ss-star:before, .ss-star.right:after {
  content: '⋆'; }

.ss-reply:before, .ss-reply.right:after {
  content: '↩'; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-chat:before, .ss-chat.right:after {
  content: '💬'; }

.ss-user:before, .ss-user.right:after {
  content: '👤'; }

.ss-barchart:before, .ss-barchart.right:after {
  content: '📊'; }

.ss-globe:before, .ss-globe.right:after {
  content: '🌎'; }

.ss-location:before, .ss-location.right:after {
  content: ''; }

.ss-music:before, .ss-music.right:after {
  content: '♫'; }

.ss-volume:before, .ss-volume.right:after {
  content: '🔈'; }

.ss-highvolume:before, .ss-highvolume.right:after {
  content: '🔊'; }

.ss-picture:before, .ss-picture.right:after {
  content: '🌄'; }

.ss-video:before, .ss-video.right:after {
  content: '📹'; }

.ss-play:before, .ss-play.right:after {
  content: '▶'; }

.ss-pause:before, .ss-pause.right:after {
  content: ''; }

.ss-grid:before, .ss-grid.right:after {
  content: ''; }

.ss-rows:before, .ss-rows.right:after {
  content: ''; }

.ss-cell:before, .ss-cell.right:after {
  content: '📱'; }

.ss-download:before, .ss-download.right:after {
  content: ''; }

.ss-list:before, .ss-list.right:after {
  content: ''; }

.ss-action:before, .ss-action.right:after {
  content: ''; }

.ss-expand:before, .ss-expand.right:after {
  content: '⤢'; }

.ss-help:before, .ss-help.right:after {
  content: '❓'; }

.ss-info:before, .ss-info.right:after {
  content: 'ℹ'; }

.ss-alert:before, .ss-alert.right:after {
  content: '⚠'; }

.ss-plus:before, .ss-plus.right:after {
  content: '+'; }

.ss-check:before, .ss-check.right:after {
  content: '✓'; }

.ss-delete:before, .ss-delete.right:after {
  content: '␡'; }

.ss-clock:before, .ss-clock.right:after {
  content: '⏲'; }

.ss-calendar:before, .ss-calendar.right:after {
  content: '📅'; }

.ss-navigateup:before, .ss-navigateup.right:after {
  content: ''; }

.ss-navigateright:before, .ss-navigateright.right:after {
  content: '▻'; }

.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: ''; }

.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '◅'; }

.ss-directup:before, .ss-directup.right:after {
  content: '▴'; }

.ss-dropdown:before, .ss-dropdown.right:after {
  content: '▾'; }

.ss-backer:before, .ss-backer.right:after {
  content: ''; }

.ss-facebook:before, .ss-facebook.right:after {
  content: ''; }

.ss-twitter:before, .ss-twitter.right:after {
  content: ''; }

.ss-kickstarter:before, .ss-kickstarter.right:after {
  content: ''; }

.ss-rss:before, .ss-rss.right:after {
  content: ''; }

.list, .list-simple, .list-inline {
  list-style: none;
  padding-left: 0; }
  .list li, .list-simple li, .list-inline li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }

.list-simple li {
  margin-bottom: 10px; }

.list-ui {
  list-style: none;
  padding-left: 0; }
  .list-ui li {
    margin-left: 0; }

.list-ordered {
  list-style-position: inside; }
  .list-ordered li {
    margin-left: 0; }

.list-inline li {
  display: inline; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 10px; }

p, dl, ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

.blockquote {
  margin: 0; }

.mega {
  font-size: 20rem;
  font-weight: 100; }

.h1 {
  font-size: 48px; }

.h2 {
  font-size: 32px;
  line-height: 1.25; }

.h3 {
  font-size: 22px; }

.h4 {
  font-size: 16px; }

.h5 {
  font-size: 14px; }

.h6 {
  font-size: 12px; }

.bold {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

.center {
  text-align: center; }

.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.icon-nudge-down {
  position: relative;
  top: 0.1em; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.display-inline {
  display: inline; }

.hide,
.display-none {
  display: none; }

.no-wrap {
  white-space: nowrap; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.clip {
  overflow: hidden; }

.clearfix {
  overflow: hidden;
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.full-width {
  width: 100%; }

.half-width {
  width: 50%; }

.fit {
  max-width: 100%; }

.full-height {
  height: 100%; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.rounded {
  border-radius: 6px; }

.rounded-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.rounded-bottom {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.circle {
  border-radius: 50%; }

.opacity-0 {
  opacity: 0; }

.no-margin {
  margin: 0; }

.mb0 {
  margin-bottom: 0; }

.m1 {
  margin: 10px; }

.mt1 {
  margin-top: 10px; }

.mr1 {
  margin-right: 10px; }

.mb1 {
  margin-bottom: 10px; }

.ml1 {
  margin-left: 10px; }

.m2 {
  margin: 20px; }

.mt2 {
  margin-top: 20px; }

.mr2 {
  margin-right: 20px; }

.mb2 {
  margin-bottom: 20px; }

.ml2 {
  margin-left: 20px; }

.m3 {
  margin: 30px; }

.mt3 {
  margin-top: 30px; }

.mr3 {
  margin-right: 30px; }

.mb3 {
  margin-bottom: 30px; }

.ml3 {
  margin-left: 30px; }

.m4 {
  margin: 40px; }

.mt4 {
  margin-top: 40px; }

.mr4 {
  margin-right: 40px; }

.mb4 {
  margin-bottom: 40px; }

.ml4 {
  margin-left: 40px; }

.m6 {
  margin: 60px; }

.mt6 {
  margin-top: 60px; }

.mr6 {
  margin-right: 60px; }

.mb6 {
  margin-bottom: 60px; }

.ml6 {
  margin-left: 60px; }

.p1 {
  padding: 10px; }

.py1 {
  padding-top: 10px;
  padding-bottom: 10px; }

.px1 {
  padding-right: 10px;
  padding-left: 10px; }

.p2 {
  padding: 20px; }

.py2 {
  padding-top: 20px;
  padding-bottom: 20px; }

.px2 {
  padding-right: 20px;
  padding-left: 20px; }

.p3 {
  padding: 30px; }

.py3 {
  padding-top: 30px;
  padding-bottom: 30px; }

.px3 {
  padding-left: 30px;
  padding-right: 30px; }

.p4 {
  padding: 40px; }

.py4 {
  padding-top: 40px;
  padding-bottom: 40px; }

.px4 {
  padding-left: 40px;
  padding-right: 40px; }

.p6 {
  padding: 60px; }

.py6 {
  padding-top: 60px;
  padding-bottom: 60px; }

.px6 {
  padding-right: 60px;
  padding-left: 60px; }

.py8 {
  padding-top: 80px;
  padding-bottom: 80px; }

.pt10 {
  padding-top: 100px; }

.py12 {
  padding-top: 120px;
  padding-bottom: 120px; }

.py-big {
  padding-top: 160px;
  padding-bottom: 160px; }

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }

.grid {
  float: left;
  margin-left: 5%; }
  .grid:first-child {
    margin-left: 0; }

.grid--alpha {
  margin-left: 0; }

.table-grid {
  display: table;
  table-layout: fixed;
  width: 105%;
  margin-left: -5%; }

.cell {
  display: table-cell;
  padding-left: 5%;
  vertical-align: middle; }

.cell-pre-1 {
  padding-left: 13.75%; }

.cell-post-1 {
  padding-right: 8.75%; }

.grid-1 {
  width: 3.75%; }

.grid-pre-1 {
  margin-left: 13.75%; }
  .grid-pre-1:first-child {
    margin-left: 8.75%; }

.grid-post-1 {
  margin-right: 8.75%; }

.grid-2 {
  width: 12.5%; }

.grid-pre-2 {
  margin-left: 22.5%; }
  .grid-pre-2:first-child {
    margin-left: 17.5%; }

.grid-post-2 {
  margin-right: 17.5%; }

.grid-3 {
  width: 21.25%; }

.grid-pre-3 {
  margin-left: 31.25%; }
  .grid-pre-3:first-child {
    margin-left: 26.25%; }

.grid-post-3 {
  margin-right: 26.25%; }

.grid-4 {
  width: 30.0%; }

.grid-pre-4 {
  margin-left: 40.0%; }
  .grid-pre-4:first-child {
    margin-left: 35.0%; }

.grid-post-4 {
  margin-right: 35.0%; }

.grid-5 {
  width: 38.75%; }

.grid-pre-5 {
  margin-left: 48.75%; }
  .grid-pre-5:first-child {
    margin-left: 43.75%; }

.grid-post-5 {
  margin-right: 43.75%; }

.grid-6 {
  width: 47.5%; }

.grid-pre-6 {
  margin-left: 57.5%; }
  .grid-pre-6:first-child {
    margin-left: 52.5%; }

.grid-post-6 {
  margin-right: 52.5%; }

.grid-7 {
  width: 56.25%; }

.grid-pre-7 {
  margin-left: 66.25%; }
  .grid-pre-7:first-child {
    margin-left: 61.25%; }

.grid-post-7 {
  margin-right: 61.25%; }

.grid-8 {
  width: 65.0%; }

.grid-pre-8 {
  margin-left: 75.0%; }
  .grid-pre-8:first-child {
    margin-left: 70.0%; }

.grid-post-8 {
  margin-right: 70.0%; }

.grid-9 {
  width: 73.75%; }

.grid-pre-9 {
  margin-left: 83.75%; }
  .grid-pre-9:first-child {
    margin-left: 78.75%; }

.grid-post-9 {
  margin-right: 78.75%; }

.grid-10 {
  width: 82.5%; }

.grid-pre-10 {
  margin-left: 92.5%; }
  .grid-pre-10:first-child {
    margin-left: 87.5%; }

.grid-post-10 {
  margin-right: 87.5%; }

.grid-11 {
  width: 91.25%; }

.grid-pre-11 {
  margin-left: 101.25%; }
  .grid-pre-11:first-child {
    margin-left: 96.25%; }

.grid-post-11 {
  margin-right: 96.25%; }

.grid-12 {
  width: 100%; }

.grid-pre-12 {
  margin-left: 110%; }
  .grid-pre-12:first-child {
    margin-left: 105%; }

.grid-post-12 {
  margin-right: 105%; }

.absolute-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.absolute-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.t0 {
  top: 0; }

.r0 {
  right: 0; }

.b0 {
  bottom: 0; }

.l0 {
  left: 0; }

.table {
  display: table;
  width: 100%; }

.table-fixed {
  table-layout: fixed; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.button,
a.facebook_login {
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  padding: 12px 18px 14px;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-font-smoothing: antialiased; }
  .button .ss-icon,
  a.facebook_login .ss-icon {
    font-size: 12px;
    margin-right: 5px; }
  .button:disabled,
  a.facebook_login:disabled {
    cursor: default; }

.button_icon .ss-icon {
  margin-right: 0; }

.button_small {
  font-size: 12px;
  line-height: 12px;
  padding: 6px 10px;
  border-radius: 3px; }
  .button_small .ss-icon {
    font-size: 10px; }

.button_big {
  font-size: 16px;
  line-height: 16px;
  padding: 19px 23px 21px; }
  .button_big .ss-icon {
    font-size: 14px; }

.button_block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block; }

.button_icon_resize {
  padding-left: 1.8em;
  position: relative; }
  .button_icon_resize .ss-icon {
    position: absolute;
    top: 0.7em;
    left: 0.7em; }
  .button_icon_resize:hover .ss-icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

.button_icon_circle {
  border-radius: 50%;
  line-height: 15px;
  padding: 3px 6px; }
  .button_icon_circle .ss-icon {
    margin-right: 0;
    vertical-align: -2px; }

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0; }

a {
  color: #00a1ff;
  text-decoration: none; }
  a:hover {
    color: #0081cc; }

.bg-cover {
  background-size: cover; }

.bg-center {
  background-position: center center; }

.bg-top {
  background-position: center top; }

.bg-bottom {
  background-position: center bottom; }

.bg-top-right {
  background-position: right top; }

.bg-no-repeat {
  background-repeat: no-repeat; }

.no-background {
  background-color: transparent;
  background-image: none; }

.button_green {
  color: white;
  background-color: #2cdd73; }
  .button_green:hover {
    color: white;
    background-color: #1eb85c; }

.button_blue {
  color: white;
  background-color: #00a1ff; }
  .button_blue:hover {
    color: white;
    background-color: #0081cc; }

.button_red {
  color: white;
  background-color: #ec645a; }
  .button_red:hover {
    color: white;
    background-color: #e7392c; }

.button_dark {
  color: white;
  background-color: #0f2104; }
  .button_dark:hover {
    color: white;
    background-color: #2cdd73; }

.button_light {
  color: #0f2104;
  background: #f0f4f7; }
  .button_light:hover {
    color: #0f2104;
    background: #d9dadd; }

.button_grey {
  color: white;
  background-color: #838587; }
  .button_grey:hover {
    color: white;
    background-color: #6a6c6d; }

.button_facebook {
  color: white;
  background-color: #00a1ff; }
  .button_facebook:hover {
    color: white;
    background-color: #0f2104; }

.button_twitter {
  color: white;
  background-color: #00a1ff; }
  .button_twitter:hover {
    color: white;
    background-color: #0f2104; }

.button_clear {
  color: #838587;
  background-color: white;
  border-color: #d9dadd; }
  .button_clear:hover {
    color: #0f2104;
    background-color: white;
    border-color: #838587; }

.button.disabled,
.button_disabled {
  color: white;
  background-color: #d9dadd;
  cursor: default; }
  .button.disabled:hover,
  .button_disabled:hover {
    color: white;
    background-color: #d9dadd; }

.button_action {
  color: #838587;
  background-color: #f0f4f7;
  border-color: #d9dadd; }
  .button_action:hover {
    color: #0f2104;
    background-color: #f0f4f7;
    border-color: #d9dadd; }
  .button_action.on {
    color: white;
    background-color: #2cdd73;
    border-color: #2cdd73; }
    .button_action.on:hover {
      background-color: #1eb85c;
      border-color: #1eb85c; }

.button_action_text {
  color: #838587;
  background-color: transparent; }
  .button_action_text:hover {
    color: #0f2104; }
  .button_action_text.on {
    color: #2cdd73; }
    .button_action_text.on:hover {
      color: #1eb85c; }

.button_blue_light {
  color: #00a1ff;
  background-color: #d2f4ff; }
  .button_blue_light:hover {
    color: white;
    background-color: #00a1ff; }

.button_transparent {
  color: #0f2104;
  background-color: rgba(217, 218, 221, 0.8); }
  .button_transparent:hover {
    color: white;
    background-color: #2cdd73; }

.button_icon_red_hover:hover .ss-icon {
  color: #ec645a; }

.button_icon_white {
  color: white; }
  .button_icon_white:hover {
    color: #2cdd73; }

.facebook_login_wrap {
  background: #f0f4f7;
  border-radius: 3px;
  color: #d9dadd;
  font-weight: normal;
  text-align: center; }
  .facebook_login_wrap a.facebook_login,
  .facebook_login_wrap .button_facebook {
    display: block;
    color: white !important;
    background-color: #00a1ff; }
    .facebook_login_wrap a.facebook_login:hover,
    .facebook_login_wrap .button_facebook:hover {
      color: white;
      background-color: #0087d6; }
  .facebook_login_wrap.small a.facebook_login {
    border-radius: 3px;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 10px;
    background-image: none; }
  .facebook_login_wrap.medium a.facebook_login,
  .facebook_login_wrap.medium .button_facebook, .facebook_login_wrap.big a.facebook_login,
  .facebook_login_wrap.big .button_facebook {
    background-image: image_url("compass/pledges/thanks/facebook.png");
    background-repeat: no-repeat;
    padding-left: 60px; }
  .facebook_login_wrap.big a.facebook_login {
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    padding: 19px 23px 21px 60px;
    background-position: 30px 50%; }
  .facebook_login_wrap.medium a.facebook_login {
    background-position: 20px 50%;
    padding-left: 40px; }

.green {
  color: #2cdd73; }

.bg-green {
  background-color: #2cdd73; }

.green-light {
  color: #dff8e1; }

.bg-green-light {
  background-color: #dff8e1; }

.green-dark {
  color: #0f2104; }

.bg-green-dark {
  background-color: #0f2104; }

.grey-light {
  color: #f0f4f7; }

.bg-grey-light {
  background-color: #f0f4f7; }

.bg-grey-light-50 {
  background-color: rgba(240, 244, 247, 0.5); }

.grey {
  color: #d9dadd; }

.bg-grey {
  background-color: #d9dadd; }

.grey-dark {
  color: #838587; }

.bg-grey-dark {
  background-color: #838587; }

.white {
  color: white; }

.bg-white {
  background-color: white; }

.bg-white-95 {
  background-color: rgba(255, 255, 255, 0.95); }

.blue-light {
  color: #d2f4ff; }

.blue {
  color: #00a1ff; }

.blue-dark {
  color: #071245; }

.bg-blue-light {
  background-color: #d2f4ff; }

.bg-blue {
  background-color: #00a1ff; }

.bg-blue-dark {
  background-color: #071245; }

.color-facebook {
  color: #00a1ff; }

.color-twitter {
  color: #00a1ff; }

.red {
  color: #ec645a; }

.red-light {
  color: #feedec; }

.bg-red {
  background-color: #ec645a; }

.yellow {
  color: #f6fa88; }

.bg-yellow {
  background-color: #f6fa88; }

.bg-black-05 {
  background-color: rgba(0, 0, 0, 0.05); }

.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4); }

.bg-black {
  background-color: black; }

.pink {
  color: #ff9fd6; }

.white_link,
a.white_link {
  color: white;
  text-decoration: underline; }
  .white_link:hover,
  a.white_link:hover {
    color: #00a1ff; }

.link-grey-dark {
  color: #838587; }
  .link-grey-dark:hover {
    color: #0f2104; }

.link-grey {
  color: #d9dadd; }
  .link-grey:hover {
    color: #838587; }

svg {
  max-height: 100%; }

.fill-green {
  fill: #2cdd73; }

.fill-green-light {
  fill: #dff8e1; }

.fill-white {
  fill: white; }

.stroke-grey {
  stroke: #d9dadd; }

.tooltip {
  position: absolute;
  font-size: 1rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px; }

.svg-map {
  display: block; }
  .svg-map, .svg-map g {
    width: 100%; }
  .svg-map .country {
    fill: #00a1ff;
    stroke: rgba(210, 244, 255, 0.2);
    stroke-width: 2; }
  .svg-map .highlight {
    fill: #2cdd73; }

#maptitle, #maptitle2 {
  font-size: 22px; }

.force_gpu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#d3-world-map {
  cursor: pointer; }

html, body, .h100 {
  height: 100%; }

.avatar {
  top: -40px; }

#people-left,
#people-right {
  top: -10%; }

#people-left {
  left: -300px; }

#people-right {
  right: -300px; }

.people-headline {
  padding-top: 3px;
  padding-bottom: 3px; }

.people-container {
  min-width: 1400px;
  width: 100%;
  left: 50%;
  margin-left: -50%; }

.border {
  border-width: 1px;
  border-style: solid;
  border-color: #d9dadd; }

.border-top {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d9dadd; }

.border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d9dadd; }

.border-left {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d9dadd; }

.border-right {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d9dadd; }

.border-thick {
  border-width: 5px; }

.border-yellow {
  border-color: #f6fa88; }

.border-blue {
  border-color: #00a1ff; }

.border-blue-light {
  border-color: #d2f4ff; }

.border-red {
  border-color: #ec645a; }

.border-green {
  border-color: #2cdd73; }

.border-green-light {
  border-color: #dff8e1; }
