@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 *  Font Awesome 4.3.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/font-awesome/fontawesome-webfont.eot");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa, .button--twitter:before, .button--facebook:before, .button--linkedin:before, .button--google:before, .button--github:before, .country__status:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* 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, .pull-left.button--twitter:before, .pull-left.button--facebook:before, .pull-left.button--linkedin:before, .pull-left.button--google:before, .pull-left.button--github:before, .pull-left.country__status:after {
  margin-right: .3em; }
.fa.pull-right, .pull-right.button--twitter:before, .pull-right.button--facebook:before, .pull-right.button--linkedin:before, .pull-right.button--google:before, .pull-right.button--github:before, .pull-right.country__status:after {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-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); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.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-remove:before,
.fa-close:before,
.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,
.fa-bar-chart: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-f:before,
.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,
.fa-gratipay: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: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-buoy: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-genderless:before,
.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: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

html {
  height: 100%; }

body {
  color: #282C2E;
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, serif;
  font-size: 1.125em;
  line-height: 1.5em;
  height: 100%;
  min-height: 100%;
  background-color: #E9F1F5; }

.app {
  height: 100%; }

@media (min-width: 48em) {
  body {
    padding-top: 1em; }

  .app {
    height: auto; }

  .app-header, .app-content {
    max-width: 700px;
    margin: 0 auto; } }
@media (min-width: 48em) and (min-height: 640px) {
  body {
    padding-top: 2em; } }
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  max-width: 960px; }

.row {
  margin-left: -2em;
  margin-right: -2em; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .mysoc-footer .col-sm-1, .mysoc-footer .col-sm-2, .mysoc-footer .col-sm-3, .mysoc-footer .col-sm-4, .mysoc-footer .col-sm-5, .mysoc-footer .col-sm-6, .mysoc-footer .col-sm-7, .mysoc-footer .col-sm-8, .mysoc-footer .col-sm-9, .mysoc-footer .col-sm-10, .mysoc-footer .col-sm-11, .mysoc-footer .col-sm-12 {
  padding-left: 2em;
  padding-right: 2em;
  min-height: 1px; }

@media (min-width: 48em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; } }
h1 {
  font-size: 2em;
  line-height: 1.1em; }

h2 {
  line-height: 1.2em; }

a {
  color: #308ACF; }
  a:hover, a:focus {
    text-decoration: none; }
  a:active {
    color: #2b7cba; }

.page-title {
  text-align: center;
  margin-top: 2em; }
  .page-title:first-child {
    margin-top: 0; }

.list-heading {
  font-size: 1.1em;
  color: #5A6266; }

.unstyled-list, .home-primary__leaderboard ul, .login-buttons, .person-cards > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.inline-list {
  margin-bottom: 0;
  margin-left: -0.5em; }
  .inline-list li {
    display: inline-block;
    margin-left: 0.5em; }

.button {
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  padding: 0.7em 1em;
  color: #308ACF;
  text-decoration: none;
  text-align: center; }
  .button:hover, .button:active, .button:focus {
    color: #2b7cba; }

.button--small {
  padding: 0.2em 0.5em;
  font-size: 0.9em; }

.button--link {
  text-decoration: underline;
  font-weight: inherit; }

.button--primary {
  color: #FFFFFF;
  background-color: #308ACF; }
  .button--primary:hover, .button--primary:active, .button--primary:focus {
    color: #FFFFFF;
    background-color: #2b7cba; }

.button--secondary {
  color: #FFFFFF;
  background-color: #0BBD83; }
  .button--secondary:hover, .button--secondary:active, .button--secondary:focus {
    color: #FFFFFF;
    background-color: #0aa572; }

.button--tertiary {
  color: #FFFFFF;
  background-color: #E67E22; }
  .button--tertiary:hover, .button--tertiary:active, .button--tertiary:focus {
    color: #FFFFFF;
    background-color: #d67118; }

.button--disabled {
  color: #c0ced3;
  background: transparent;
  cursor: default !important; }
  .button--disabled:hover, .button--disabled:active, .button--disabled:focus {
    color: #c0ced3;
    background: transparent; }

.button__social-icon, .button--twitter:before, .button--facebook:before, .button--linkedin:before, .button--google:before, .button--github:before {
  font-size: 1.2em;
  margin: -0.2em 0.7em -0.2em 0;
  padding: 0.2em 0.7em 0.2em 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  vertical-align: -0.1em; }

.button--twitter {
  color: #FFFFFF;
  background-color: #55acee; }
  .button--twitter:hover, .button--twitter:active, .button--twitter:focus {
    color: #FFFFFF;
    background-color: #3ea1ec; }
  .button--twitter:before {
    content: ""; }

.button--facebook {
  color: #FFFFFF;
  background-color: #3b5998; }
  .button--facebook:hover, .button--facebook:active, .button--facebook:focus {
    color: #FFFFFF;
    background-color: #344e86; }
  .button--facebook:before {
    content: ""; }

.button--linkedin {
  color: #FFFFFF;
  background-color: #0077b5; }
  .button--linkedin:hover, .button--linkedin:active, .button--linkedin:focus {
    color: #FFFFFF;
    background-color: #00669c; }
  .button--linkedin:before {
    content: "";
    padding-top: 0.15em;
    padding-bottom: 0.25em;
    vertical-align: -0.05em; }

.button--google {
  color: #FFFFFF;
  background-color: #dd4b39; }
  .button--google:hover, .button--google:active, .button--google:focus {
    color: #FFFFFF;
    background-color: #d73925; }
  .button--google:before {
    content: "";
    padding-top: 0.25em;
    padding-bottom: 0.15em;
    vertical-align: -0.15em; }

.button--github {
  color: #FFFFFF;
  background-color: #666666; }
  .button--github:hover, .button--github:active, .button--github:focus {
    color: #FFFFFF;
    background-color: #595959; }
  .button--github:before {
    content: ""; }

.list__item {
  display: block;
  padding: 1em;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none; }
  .list__item > :first-child {
    margin-top: 0; }
  .list__item > :last-child {
    margin-bottom: 0; }
  .list__item + .list__item {
    margin-top: 1em; }
  .list__item:hover, .list__item:focus {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -1px;
    outline: none; }
  .list__item:active {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    position: relative;
    top: 1px; }
  .list__item h3 {
    margin-bottom: 0.8em; }
  .list__item p {
    margin-top: 0;
    color: #849196; }
  .list__item h3 + p {
    margin-top: -0.5em; }

.list__item--disabled, .country--completed,
.country--completed-by-user {
  background-color: #f8fbfc;
  color: #B1C2C9;
  box-shadow: none;
  border: 1px solid #dbe8ef;
  cursor: default; }
  .list__item--disabled:hover, .country--completed:hover,
  .country--completed-by-user:hover, .list__item--disabled:focus, .country--completed:focus,
  .country--completed-by-user:focus, .list__item--disabled:active, .country--completed:active,
  .country--completed-by-user:active {
    box-shadow: none;
    position: static;
    color: #B1C2C9; }
  .list__item--disabled p, .country--completed p,
  .country--completed-by-user p {
    color: inherit; }
  .list__item--disabled .progress-bar, .country--completed .progress-bar,
  .country--completed-by-user .progress-bar {
    background-color: #e2edf2; }
    .list__item--disabled .progress-bar > *, .country--completed .progress-bar > *,
    .country--completed-by-user .progress-bar > * {
      background-color: #B1C2C9; }

.progress-bar {
  background-color: #E9F1F5;
  height: 0.5em;
  border-radius: 0.5em; }
  .progress-bar > * {
    background-color: #0BBD83;
    height: 0.5em;
    float: left;
    position: relative; }
  .progress-bar > :first-child {
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em; }
  .progress-bar > :last-child {
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em; }
  .progress-bar > :first-child:last-child {
    min-width: 0.5em; }

.progress-bar--unhealthy > * {
  background-color: #ECAB1E; }

.progress-bar--dangerous > * {
  background-color: #D71520; }

.progress-bar__empty {
  background-color: transparent; }

.progress-bar--gendered .progress-bar__males {
  background-color: #E67E22;
  float: left; }
.progress-bar--gendered .progress-bar__females {
  background-color: #0BBD83;
  float: right; }
.progress-bar--gendered .progress-bar__others-dont-knows {
  background-color: #B1C2C9; }

.progress-bar--labelled {
  margin-bottom: 1.5em; }

.progress-bar__label {
  position: absolute;
  top: 1em;
  left: 0;
  white-space: nowrap;
  font-size: 0.88889em;
  font-weight: bold;
  color: #B1C2C9; }
  .progress-bar__males .progress-bar__label {
    color: #E67E22; }
  .progress-bar__females .progress-bar__label {
    color: #0BBD83;
    left: auto;
    right: 0; }

.fa--space-after {
  margin-right: 0.5em; }

.fa--space-before {
  margin-left: 0.5em; }

.static-text-section {
  margin-bottom: 2em;
  background: #fff;
  padding: 1.5em; }
  .static-text-section > :first-child {
    margin-top: 0; }
  .static-text-section > :last-child {
    margin-bottom: 0; }
  @media (min-width: 48em) {
    .static-text-section {
      padding: 2em; } }

.app-header {
  text-align: center;
  padding: 0.5em;
  background-color: #FFFFFF;
  position: relative;
  border-bottom: 1px solid #dbe8ef; }
  .app-header > * {
    line-height: 1.1em;
    font-size: 1em;
    margin: 0; }
  @media (min-width: 48em) {
    .app-header {
      background-color: #E9F1F5;
      border-bottom: 1px solid #CFDDE3;
      padding: 0 0 1em 0; } }

.app-header__back,
.app-header__undo {
  position: absolute;
  text-decoration: none;
  font-size: 0.9em;
  padding: 0.5em; }
  @media (min-width: 48em) {
    .app-header__back,
    .app-header__undo {
      font-size: 1em; } }

.app-header__back {
  left: 0;
  top: 0; }
  @media (min-width: 48em) {
    .app-header__back {
      top: -0.5em; } }
  .app-header__back .fa, .app-header__back .button--twitter:before, .app-header__back .button--facebook:before, .app-header__back .button--linkedin:before, .app-header__back .button--google:before, .app-header__back .button--github:before, .app-header__back .country__status:after {
    vertical-align: middle; }

.app-header__undo {
  cursor: pointer;
  right: 2px;
  top: 2px; }
  @media (min-width: 48em) {
    .app-header__undo {
      right: 0;
      top: -0.5em; } }

.mysoc-footer .row:before, .mysoc-footer .row:after {
  content: " ";
  display: table; }
.mysoc-footer .row:after {
  clear: both; }

.mysoc-footer {
  text-align: left; }
  .mysoc-footer .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 800px; }
  .mysoc-footer .row {
    margin-left: -1em;
    margin-right: -1em; }
  .mysoc-footer .col-sm-1, .mysoc-footer .col-sm-2, .mysoc-footer .col-sm-3, .mysoc-footer .col-sm-4, .mysoc-footer .col-sm-5, .mysoc-footer .col-sm-6, .mysoc-footer .col-sm-7, .mysoc-footer .col-sm-8, .mysoc-footer .col-sm-9, .mysoc-footer .col-sm-10, .mysoc-footer .col-sm-11, .mysoc-footer .col-sm-12 {
    padding-left: 1em;
    padding-right: 1em;
    min-height: 1px; }
  .mysoc-footer .col-sm-1, .mysoc-footer .col-sm-2, .mysoc-footer .col-sm-3, .mysoc-footer .col-sm-4, .mysoc-footer .col-sm-5, .mysoc-footer .col-sm-6, .mysoc-footer .col-sm-7, .mysoc-footer .col-sm-8, .mysoc-footer .col-sm-9, .mysoc-footer .col-sm-10, .mysoc-footer .col-sm-11, .mysoc-footer .col-sm-12 {
    float: left; }
  .mysoc-footer .col-sm-1 {
    width: 8.33333%; }
  .mysoc-footer .col-sm-2 {
    width: 16.66667%; }
  .mysoc-footer .col-sm-3 {
    width: 25%; }
  .mysoc-footer .col-sm-4 {
    width: 33.33333%; }
  .mysoc-footer .col-sm-5 {
    width: 41.66667%; }
  .mysoc-footer .col-sm-6 {
    width: 50%; }
  .mysoc-footer .col-sm-7 {
    width: 58.33333%; }
  .mysoc-footer .col-sm-8 {
    width: 66.66667%; }
  .mysoc-footer .col-sm-9 {
    width: 75%; }
  .mysoc-footer .col-sm-10 {
    width: 83.33333%; }
  .mysoc-footer .col-sm-11 {
    width: 91.66667%; }
  .mysoc-footer .col-sm-12 {
    width: 100%; }

.mysoc-footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
  padding: 2em 0;
  font-size: .833333333em;
  line-height: 1.5em;
  border-top: none; }
  @media (min-height: 700px) {
    .mysoc-footer {
      padding: 3em 0; } }
  @media (min-height: 900px) {
    .mysoc-footer {
      padding: 4em 0; } }
  .mysoc-footer *, .mysoc-footer *:before, .mysoc-footer *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit; }
  .mysoc-footer a {
    color: #0BBD83; }
    .mysoc-footer a:hover, .mysoc-footer a:focus {
      color: #088d62; }

.mysoc-footer__divider {
  border-top: 1px solid #E2DFD9;
  margin: 2em 0; }
  @media (min-height: 900px) {
    .mysoc-footer__divider {
      margin: 3em 0; } }

.mysoc-footer__site-name {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  color: #333; }

.mysoc-footer__links {
  font-size: 1em;
  line-height: 1.2em; }
  @media (min-width: 768px) {
    .mysoc-footer__links {
      overflow: auto;
      margin: 0 -1em;
      padding-top: 2.25em; } }
  .mysoc-footer__links ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .mysoc-footer__links ul {
        float: left;
        width: 50%;
        padding: 0 1em; } }
  .mysoc-footer__links li {
    margin: 0 0 0.5em 0; }
  .mysoc-footer__links a {
    display: block; }

.mysoc-footer__donate {
  background-color: #F3F1EB;
  color: #333;
  padding: 1.5em;
  border-radius: 0.3em;
  margin-top: 1em; }
  @media (min-width: 768px) {
    .mysoc-footer__donate {
      margin-top: 0; } }
  .mysoc-footer__donate p {
    margin-top: 0; }

.mysoc-footer__donate__button {
  display: inline-block;
  background-color: #0BBD83;
  color: #fff !important;
  padding: 0.5em 1em;
  border-radius: 0.3em;
  font-weight: bold;
  text-decoration: none; }
  .mysoc-footer__donate__button:hover, .mysoc-footer__donate__button:focus {
    text-decoration: none;
    background-color: #0aa572;
    color: #fff !important; }

.mysoc-footer__orgs {
  overflow: auto;
  margin: 0 -1em; }

.mysoc-footer__org {
  float: left;
  padding: 0 1em; }

.mysoc-footer__org__logo {
  display: block;
  margin-top: 0.5em;
  height: 0;
  overflow: hidden;
  padding-top: 32px; }

.mysoc-footer__org__logo--mysociety {
  width: 152px;
  background: transparent url("../img/logo-mysociety.png") 0 0 no-repeat;
  background-size: 152px 32px;
  background-image: url("../img/logo-mysociety.svg"), none; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .mysoc-footer__org__logo--mysociety {
      background-image: url("../img/logo-mysociety@2x.png"); } }

.mysoc-footer__legal {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #6C6B68; }

.mysoc-footer__badges {
  margin: 0 -4px;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .mysoc-footer__badges {
      text-align: right; } }
  .mysoc-footer__badges li {
    margin: 0 4px;
    display: inline-block; }

.mysoc-footer__badge {
  display: inline-block;
  width: 32px;
  height: 0;
  padding-top: 32px;
  overflow: hidden;
  border-radius: 100%; }

.mysoc-footer__badge--github {
  background: transparent url("../img/icon-github.png") 0 0 no-repeat;
  background-size: 32px 32px;
  background-image: url("../img/icon-github.svg"), none; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .mysoc-footer__badge--github {
      background-image: url("../img/icon-github@2x.png"); } }

.mysoc-footer__badge--twitter {
  background: transparent url("../img/icon-twitter.png") 0 0 no-repeat;
  background-size: 32px 32px;
  background-image: url("../img/icon-twitter.svg"), none; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .mysoc-footer__badge--twitter {
      background-image: url("../img/icon-twitter@2x.png"); } }

.mysoc-footer__badge--facebook {
  background: transparent url("../img/icon-facebook.png") 0 0 no-repeat;
  background-size: 32px 32px;
  background-image: url("../img/icon-facebook.svg"), none; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .mysoc-footer__badge--facebook {
      background-image: url("../img/icon-facebook@2x.png"); } }

.app-content {
  background-color: #E9F1F5;
  padding: 1em; }
  @media (min-width: 25em) {
    .app-content {
      padding: 1.5em; } }
  @media (min-width: 48em) {
    .app-content {
      padding: 1.5em 0; } }

.home-page {
  padding-top: 0; }
  .home-page .app-header {
    max-width: none;
    padding: 0.5em;
    background-color: #FFFFFF;
    border-bottom: none; }
  .home-page .app-content {
    max-width: none;
    padding: 0;
    text-align: center; }
  .home-page .container {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 1em; }

.home-hero {
  background: #f5a361; }
  .home-hero .container {
    background: transparent url(/img/parliament.jpg) 50% 6% no-repeat;
    background-size: 110%;
    max-width: 800px;
    margin: 0 auto;
    padding: 1.5em 0; }
    @media (min-width: 25em) {
      .home-hero .container {
        background-size: cover;
        padding-bottom: 1.5em; } }
  .home-hero h1 {
    color: #FFFFFF;
    margin: 2em 0 0 0;
    line-height: 1em;
    text-shadow: 0 1px 10px #733f11; }
    @media (min-width: 25em) {
      .home-hero h1 {
        margin-top: 2.5em; } }

.home-context .container,
.home-primary .container,
.home-secondary .container {
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 25em; }
  @media (min-height: 600px) {
    .home-context .container,
    .home-primary .container,
    .home-secondary .container {
      padding-top: 1.5em;
      padding-bottom: 1.5em; } }
  @media (min-height: 800px) {
    .home-context .container,
    .home-primary .container,
    .home-secondary .container {
      padding-top: 2em;
      padding-bottom: 2em; } }

.home-context {
  background-color: #FFFFFF; }
  .home-context .container > :first-child {
    margin-top: 0; }
  .home-context .container > :last-child {
    margin-bottom: 0; }

.home-primary {
  color: #FFFFFF;
  background-color: #0BBD83; }
  .home-primary a {
    color: inherit; }
  .home-primary .button--primary {
    color: #0BBD83;
    background-color: #FFFFFF; }
    .home-primary .button--primary:hover, .home-primary .button--primary:active, .home-primary .button--primary:focus {
      color: #0BBD83;
      background-color: #f2f2f2; }
  .home-primary .played-before {
    font-size: 0.9em; }

.home-secondary {
  color: #FFFFFF;
  background-color: #E67E22; }
  .home-secondary .container > :first-child {
    margin-top: 0; }
  .home-secondary .container > :last-child {
    margin-bottom: 0; }
  .home-secondary a {
    color: inherit; }
  .home-secondary .button--primary {
    color: #E67E22;
    background-color: #FFFFFF; }
    .home-secondary .button--primary:hover, .home-secondary .button--primary:active, .home-secondary .button--primary:focus {
      color: #E67E22;
      background-color: #f2f2f2; }

.home-primary__leaderboard:before, .home-primary__leaderboard:after {
  content: " ";
  display: table; }
.home-primary__leaderboard:after {
  clear: both; }
.home-primary__leaderboard h3 {
  border-bottom: 1px solid #54d1a8;
  padding-bottom: 0.5em;
  margin-bottom: 0.7em;
  line-height: 1em; }
.home-primary__leaderboard ul {
  text-align: left;
  float: left;
  width: 45%;
  max-width: 9em; }
.home-primary__leaderboard li {
  font-size: 0.9em; }
.home-primary__leaderboard ul + ul {
  float: right; }

.home-primary__screenshot {
  margin-bottom: -1em;
  margin-top: 2em; }
  .home-primary__screenshot img {
    vertical-align: middle; }
  @media (min-height: 600px) {
    .home-primary__screenshot {
      margin-bottom: -1.5em; } }
  @media (min-height: 800px) {
    .home-primary__screenshot {
      margin-bottom: -2em; } }

@media (min-width: 48em) {
  .home-primary .container {
    max-width: 736px;
    position: relative; }

  .home-primary__text {
    padding-left: 340px; }

  .home-primary__leaderboard ul {
    min-height: 7em; }

  .home-primary__screenshot {
    position: absolute;
    bottom: 0;
    left: 1em;
    margin-bottom: 0; } }
.screenshot-wrapper {
  background: transparent url(/img/iphone.gif) 0 0 no-repeat;
  padding: 70px 24px 0 24px;
  margin: 0 auto;
  width: 280px; }
  .screenshot-wrapper img {
    width: 232px;
    height: 330px; }

.leaderboard-score {
  color: #85dec1;
  float: right; }

.home-attribution {
  color: #9baab0;
  font-size: 0.8em;
  margin: 2em 1em; }
  .home-attribution a {
    color: inherit;
    text-decoration: underline; }

.login-page p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-left: auto;
  margin-right: auto;
  max-width: 30em; }

.login-buttons {
  max-width: 20em;
  margin: 1.5em auto 2em; }
  @media (min-height: 700px) {
    .login-buttons {
      margin-top: 2.5em;
      margin-bottom: 3em; } }
  .login-buttons .button {
    display: block; }
  .login-buttons li + li {
    margin-top: 1em; }

.app-messages {
  position: absolute;
  z-index: 10;
  width: 16em;
  top: 0;
  left: 50%;
  margin-left: -8em;
  transform: translate(0, -120%);
  -webkit-transition: transform 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: transform 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: transform 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .app-messages.slide-in {
    transform: translate(0, 0); }

.alert {
  padding: 0.7em 1em;
  margin-top: 1em;
  background: #FFF9C6;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0.3em 0.3em 0 rgba(0, 0, 0, 0.05); }

.alert--danger {
  background: #FF858C;
  color: #5f181c; }

.terms__encouragement {
  text-align: center; }

.country {
  line-height: 1.2em; }
  .country h3 {
    margin-bottom: 0.5em; }
    @media (min-width: 25em) {
      .country h3 {
        float: left; } }

.country__status {
  display: block;
  font-style: inherit;
  margin-bottom: 0.8em; }
  @media (min-width: 25em) {
    .country__status {
      float: right; } }
  .country__status:after {
    content: "";
    margin-left: 0.5em; }

.country--completed-by-user .country__status {
  color: #D0BA00; }
  .country--completed-by-user .country__status:after {
    content: ""; }

.country--completed .country__status:after {
  content: ""; }

.country__progress {
  clear: both;
  margin: 0 -1em;
  padding: 1em 1em 0 1em;
  border-top: 1px solid #E9F1F5; }

.country__progress__intro {
  font-size: 0.88889em;
  line-height: 1.2em; }

.filter-countries {
  margin: 2em 0;
  padding: 1em;
  background-color: #E67E22;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative; }
  .filter-countries label {
    display: block;
    margin-bottom: 0.5em;
    color: inherit; }
  .filter-countries input {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: transparent;
    color: inherit;
    border: none;
    outline: none;
    font-size: 1.5em;
    line-height: 1em;
    padding: 0.2em 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 1px;
    padding-left: 1.3em; }
    .filter-countries input:focus {
      border-bottom: 2px solid #fff;
      margin-bottom: 0; }
  .filter-countries:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    position: absolute;
    bottom: 1.3em;
    left: 0.8em;
    font-size: 1.3em; }

body.person-page {
  overflow: hidden; }

.person-page .progress-bar {
  margin: 0 auto 0.8em auto;
  max-width: 16em;
  background-color: #dbe8ef;
  box-shadow: inset 0 0 0 1px #cddfe8; }
  @media (min-width: 25em) {
    .person-page .progress-bar {
      max-width: 18em;
      margin-bottom: 1em; } }

.person-cards {
  position: relative;
  height: 10em;
  text-align: center; }
  @media (min-height: 460px) {
    .person-cards {
      height: 11em; } }
  @media (min-height: 500px) {
    .person-cards {
      height: 12em; } }
  @media (min-height: 540px) {
    .person-cards {
      height: 14em; } }
  @media (min-height: 600px) {
    .person-cards {
      height: 15em; } }

.person-card {
  background-color: #FFFFFF;
  padding: 1em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: 16em;
  margin-left: -8em;
  height: 10em;
  line-height: 1.2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (min-height: 460px) {
    .person-card {
      height: 11em; } }
  @media (min-height: 500px) {
    .person-card {
      height: 12em; } }
  @media (min-height: 540px) {
    .person-card {
      height: 14em; } }
  @media (min-height: 600px) {
    .person-card {
      height: 15em; } }
  @media (min-width: 25em) {
    .person-card {
      width: 18em;
      margin-left: -9em; } }
  .person-card:first-child {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: drag; }
    .person-card:first-child:hover, .person-card:first-child:focus {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      -webkit-transform: translate(0, -1px);
      -ms-transform: translate(0, -1px);
      -moz-transform: translate(0, -1px);
      -o-transform: translate(0, -1px);
      transform: translate(0, -1px); }
    .person-card:first-child.grabbing {
      cursor: -webkit-grabbing;
      cursor: -moz-grabbing;
      cursor: grabbing;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
  .person-card + .person-card {
    z-index: 1;
    font-size: 0.95em;
    top: 1.2em;
    background-color: #f7f7f7; }
  .person-card.animating + .person-card {
    z-index: 2;
    font-size: 1em;
    top: 0;
    background-color: #FFFFFF; }
  .person-card > * {
    margin: 0; }

.person-card--green,
.person-card--orange,
.person-card--grey,
.person-card--blue {
  color: #fff; }
  .person-card--green .person-card--advice__hint,
  .person-card--orange .person-card--advice__hint,
  .person-card--grey .person-card--advice__hint,
  .person-card--blue .person-card--advice__hint {
    color: rgba(255, 255, 255, 0.8); }

.person-card--green,
.person-card.animating + .person-card--green {
  background-color: #0BBD83; }
  .person-card + .person-card--green, .person-card +
  .person-card.animating + .person-card--green {
    background-color: #0aaf79; }

.person-card--orange,
.person-card.animating + .person-card--orange {
  background-color: #ECAB1E; }
  .person-card + .person-card--orange, .person-card +
  .person-card.animating + .person-card--orange {
    background-color: #e7a414; }

.person-card--grey,
.person-card.animating + .person-card--grey {
  background-color: #849196; }
  .person-card + .person-card--grey, .person-card +
  .person-card.animating + .person-card--grey {
    background-color: #7c8a8f; }

.person-card--blue,
.person-card.animating + .person-card--blue {
  background-color: #308ACF; }
  .person-card + .person-card--blue, .person-card +
  .person-card.animating + .person-card--blue {
    background-color: #2d82c3; }

.person__picture {
  border-radius: 100%;
  height: 3em;
  width: 3em; }
  @media (min-height: 460px) {
    .person__picture {
      height: 3.5em;
      width: 3.5em; } }
  @media (min-height: 500px) {
    .person__picture {
      height: 4em;
      width: 4em; } }
  @media (min-height: 540px) {
    .person__picture {
      height: 4.5em;
      width: 4.5em; } }
  @media (min-height: 600px) {
    .person__picture {
      height: 5em;
      width: 5em; } }
  .person__picture + .person__name {
    margin-top: 0.4em; }

.person__name {
  font-size: 1.5em;
  width: 100%;
  word-wrap: break-word; }
  @media (min-height: 600px) {
    .person__name {
      font-size: 1.8em; } }

.person__party {
  color: #849196;
  margin-top: 0.2em;
  font-size: 0.9em; }
  @media (min-height: 600px) {
    .person__party {
      font-size: 1em; } }

.person__decision {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0; }

.person__decision--male {
  background-color: rgba(230, 126, 34, 0.3); }

.person__decision--female {
  background-color: rgba(11, 189, 131, 0.3); }

.person__decision--dontknow {
  background-color: rgba(177, 194, 201, 0.3); }

.person-card--advice h2, .person-card--advice p,
.level-complete h2,
.level-complete p {
  margin-top: 0.5em; }
.person-card--advice > :first-child,
.level-complete > :first-child {
  margin-top: 0; }
@media (max-height: 459px) {
  .person-card--advice h2,
  .level-complete h2 {
    font-size: 1.3em; }
  .person-card--advice p,
  .level-complete p {
    font-size: 0.9em; } }

.person-card--advice__hint {
  font-size: 0.9em;
  color: #c2c8cb;
  margin-top: 0.5em; }

.level-complete {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 16em;
  margin-left: -8em;
  padding: 1em;
  line-height: 1.2em; }
  .level-complete > * {
    margin: 0; }
  .level-complete .button {
    margin-top: 0.5em; }
  @media (min-width: 25em) {
    .level-complete {
      width: 16em;
      margin-left: -8em; } }

.level-complete--hidden {
  display: none; }

.controls {
  position: absolute;
  bottom: 0.5em;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (min-height: 500px) {
    .controls {
      bottom: 1em; } }
  @media (min-width: 48em) {
    .controls {
      position: relative;
      height: 12em;
      bottom: 0; } }

.controls__male,
.controls__female,
.controls__other,
.controls__skip {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  left: 50%;
  cursor: pointer; }
  .controls__male:hover, .controls__male:focus,
  .controls__female:hover,
  .controls__female:focus,
  .controls__other:hover,
  .controls__other:focus,
  .controls__skip:hover,
  .controls__skip:focus {
    color: #FFFFFF; }
  .controls__male .js-click-animation,
  .controls__female .js-click-animation,
  .controls__other .js-click-animation,
  .controls__skip .js-click-animation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: inherit;
    background-color: inherit;
    opacity: 0.3;
    display: none; }

.controls__male,
.controls__female {
  font-size: 0.9em;
  width: 5.5em;
  line-height: 5.5em;
  border-radius: 5.5em;
  background-color: #E67E22;
  bottom: 1em;
  margin-left: -8.5em; }
  .controls__male:hover, .controls__male:focus,
  .controls__female:hover,
  .controls__female:focus {
    background-color: #d67118; }

.controls__female {
  background-color: #0BBD83;
  margin-left: 3em; }
  .controls__female:hover, .controls__female:focus {
    background-color: #0aa572; }

.controls__skip {
  font-size: 0.9em;
  width: 5em;
  height: 5em;
  border-radius: 5em;
  padding: 1.4em 0.5em 2em;
  background-color: #B1C2C9;
  line-height: 1.125em;
  bottom: 3.2em;
  margin-left: -2.5em; }
  .controls__skip:hover, .controls__skip:focus {
    background-color: #a2b6bf; }

.controls__other {
  font-size: 0.7em;
  width: 5em;
  line-height: 3em;
  border-radius: 3em;
  background-color: #bccbd2;
  bottom: 0;
  margin-left: -2.5em; }
  .controls__other:hover, .controls__other:focus {
    background-color: #adbfc8; }
  .controls__other:active {
    margin-bottom: -0.3em; }

.controls__google {
  position: absolute;
  bottom: 9em;
  left: 0;
  right: 0;
  font-size: 0.9em;
  color: #849196;
  text-shadow: 0 1px 10px #E9F1F5, 0 1px 10px #E9F1F5; }
  @media (min-height: 600px), (min-width: 48em) {
    .controls__google {
      bottom: 10em; } }
  .controls__google a {
    margin-left: 0.5em;
    text-decoration: none; }
    .controls__google a:hover, .controls__google a:focus {
      text-decoration: underline; }
  .controls__google .fa, .controls__google .button--twitter:before, .controls__google .button--facebook:before, .controls__google .button--linkedin:before, .controls__google .button--google:before, .controls__google .button--github:before, .controls__google .country__status:after {
    margin-right: 0.3em; }

.trophy {
  position: relative; }
  .trophy img {
    width: auto;
    height: 120px; }
    @media (min-height: 460px) {
      .trophy img {
        height: 180px; } }
    @media (min-height: 550px) {
      .trophy img {
        height: 240px; } }

.trophy__flash {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100%;
  display: none; }

body.page {
  padding-top: 0; }

.page-header {
  text-align: center;
  padding: 0.5em 0;
  background-color: #FFFFFF;
  position: relative; }
  @media (min-width: 48em) {
    .page-header {
      padding: 1em 0; } }
  .page-header .container {
    position: relative; }
  .page-header a, .page-header h1 {
    line-height: 1.1em;
    font-size: 1em;
    margin: 0; }

.page-header__back {
  position: absolute;
  text-decoration: none;
  font-size: 0.9em;
  padding: 0.5em;
  left: 0;
  top: -0.5em; }
  @media (min-width: 48em) {
    .page-header__back {
      font-size: 1em;
      left: 0.5em; } }
  .page-header__back .fa, .page-header__back .button--twitter:before, .page-header__back .button--facebook:before, .page-header__back .button--linkedin:before, .page-header__back .button--google:before, .page-header__back .button--github:before, .page-header__back .country__status:after {
    vertical-align: middle; }

.page-section {
  padding: 1em 0; }
  @media (min-width: 48em) and (min-height: 700px) {
    .page-section {
      padding: 2em 0; } }
  .page-section .container > :first-child {
    margin-top: 0; }
  .page-section .container > :last-child {
    margin-bottom: 0; }

.page-section--white {
  background-color: #FFFFFF; }
  .page-section--white + .page-section--white {
    border-top: 1px solid #E9F1F5; }

.page-section--blue {
  background-color: #E9F1F5; }

.report-actions {
  text-align: center; }
  .report-actions .button {
    background: #fff; }
  .report-actions .button + .button {
    margin-left: 1em; }

.report-legislatures .list__item {
  margin-top: 1em; }

.report-list--child {
  padding-left: 2em;
  font-size: 0.9em;
  margin-bottom: 2em; }
  .report-list--child .progress-bar,
  .report-list--child .progress-bar > * {
    height: 0.4em; }

.report-list--hidden {
  display: none; }

.report {
  padding-bottom: 1px;
  margin-bottom: 1em; }
  .report .progress-bar {
    clear: both; }

.report__title {
  float: left;
  margin: 0;
  font-size: 0.9em;
  padding-bottom: 0.55556em;
  font-weight: normal; }

.report__action {
  float: right;
  margin: 0;
  font-size: 0.8em;
  padding-bottom: 0.625em;
  cursor: pointer; }

.report-blank-slate {
  padding: 1.5em;
  font-size: 0.8em;
  line-height: 1.4em;
  background-color: #E9F1F5;
  color: #849196;
  border-radius: 5px; }
  .report-blank-slate > :first-child {
    margin-top: 0; }
  .report-blank-slate > :last-child {
    margin-bottom: 0; }
