/* stylelint-disable */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device 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 for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

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

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * 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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  width: 100%;
  border-radius: 3px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 56.84210rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .row .row {
    max-width: none;
    margin-left: -1.05263rem;
    margin-right: -1.05263rem; }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-left: 1.05263rem;
  padding-right: 1.05263rem;
  min-width: initial; }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.small-up-1 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 1.05263rem;
  padding-right: 1.05263rem; }


@media screen and (max-width: 560px) {
  .x-small-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

  .x-small-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

  .x-small-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

  .x-small-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

  .x-small-offset-1 {
  margin-left: 8.33333%; }

  .x-small-offset-0 {
    margin-left: 0;
  }
}

@media screen and (min-width: 40em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.05263rem;
    padding-right: 1.05263rem; } }

@media screen and (min-width: 640px) and (max-width: 767px) {
  .medium-small-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .medium-small-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

  .medium-small-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

  .medium-small-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .medium-small-offset-0 {
      margin-left: 0%;
  }

  .medium-small-offset-1 {
    margin-left: 8.33333%; }
}

@media screen and (min-width: 64em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.05263rem;
    padding-right: 1.05263rem; } }

@media screen and (min-width: 1180px) {
  .x-large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .x-large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .x-large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .x-large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.shrink {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.align-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.align-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.align-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.align-middle {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.align-stretch {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.small-order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }
@font-face{font-family:sst_icons;src:url(/c4d9b4eff24b8e82b186a2bb8683d850.eot);src:url(/c4d9b4eff24b8e82b186a2bb8683d850.eot?#iefix) format("embedded-opentype"),url(/d734bef573a367cbaf5e8484c6a2b2d7.woff) format("woff"),url(/cc85d67fa979901527fcf76d729fec7e.ttf) format("truetype"),url(/39fe8f4d00373b4a61d407cd1103bf08.svg#sst_icons) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:sst_icons;src:url(/39fe8f4d00373b4a61d407cd1103bf08.svg#sst_icons) format("svg")}}[data-icon]:before{content:attr(data-icon)}.icon-sst-buffer:before,.icon-sst-digg:before,.icon-sst-facebook:before,.icon-sst-linkedin:before,.icon-sst-reddit:before,.icon-sst-stumbleupon:before,.icon-sst-tumblr:before,.icon-sst-twitter:before,[data-icon]:before{display:inline-block;font-family:sst_icons;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.icon-sst-buffer:before{content:"\F108"}.icon-sst-digg:before{content:"\F109"}.icon-sst-facebook:before{content:"\F10F"}.icon-sst-linkedin:before{content:"\F10A"}.icon-sst-reddit:before{content:"\F10B"}.icon-sst-stumbleupon:before{content:"\F10C"}.icon-sst-tumblr:before{content:"\F10D"}.icon-sst-twitter:before{content:"\F10E"}
.share-selected-text-main-container{position:absolute;width:100%;opacity:0;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px);transition:.3s ease opacity,.3s ease transform,.3s ease top,.3s ease left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;z-index:99;pointer-events:none}.share-selected-text-main-container.active{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);z-index:999}.share-selected-text-main-container.active .share-selected-text-inner{pointer-events:auto}.share-selected-text-main-container .share-selected-text-inner{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#404658;height:100%;pointer-events:none;position:relative}.share-selected-text-main-container .share-selected-text-inner:after{content:'';position:absolute;bottom:-7px;left:0;right:0;margin:auto;width:0;height:0;border-style:solid;border-width:7px 7.5px 0;border-color:#404658 transparent transparent}.share-selected-text-main-container .share-selected-text-btn{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;font-weight:700;color:#fff;height:100%;margin:0;padding:0 20px;transition:.2s ease all}.share-selected-text-main-container .share-selected-text-btn:focus,.share-selected-text-main-container .share-selected-text-btn:hover{background:#4f566d}.rc-collapse {
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}
.rc-collapse-anim-active {
  transition: height 0.2s ease-out;
}
.rc-collapse > .rc-collapse-item {
  border-top: 1px solid #d9d9d9;
}
.rc-collapse > .rc-collapse-item:first-child {
  border-top: none;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header {
  height: 38px;
  line-height: 38px;
  text-indent: 16px;
  color: #666;
  cursor: pointer;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .arrow {
  display: inline-block;
  content: ' ';
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #666;
  vertical-align: middle;
  margin-right: 8px;
}
.rc-collapse > .rc-collapse-item-disabled > .rc-collapse-header {
  cursor: not-allowed;
  color: #999;
  background-color: #f3f3f3;
}
.rc-collapse-content {
  overflow: hidden;
  color: #666;
  padding: 0 16px;
  background-color: #fff;
}
.rc-collapse-content > .rc-collapse-content-box {
  margin-top: 16px;
  margin-bottom: 16px;
}
.rc-collapse-content-inactive {
  display: none;
}
.rc-collapse-item:last-child > .rc-collapse-content {
  border-radius: 0 0 3px 3px;
}
.rc-collapse > .rc-collapse-item-active > .rc-collapse-header .arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #666;
  margin-right: 6px;
}
/* View ports */
/* SCREENS */
/* COLORS */
/* THEME COLORS */
/* TRaffic light */
/* FONTS */
/* FONT COLORS */
/* Font sizes */
/* Modules sizes */
/* stylelint-disable declaration-block-no-duplicate-properties  */
* {
  box-sizing: border-box;
}
*::-moz-selection {
  background: rgba(81, 113, 136, .8);
  color: #fff;
}
*::selection {
  background: rgba(81, 113, 136, .8);
  color: #fff;
}
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
  font-size: 19px;
}
body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-overflow-scrolling: touch;
  -moz-osx-font-smoothing: grayscale;
}
body.no-scroll{
  overflow: hidden;
}
body.no-scroll .-home{
  overflow:hidden;
}
body.no-scroll .-home.l-header{
  z-index:1;
}
a {
  text-decoration: none;
}
ul, ol, li {
  list-style: none;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon.-oil-gas {
  width: 0.625em;
}
.icon.-facebook {
  width: 13px;
  height: 24px;
}
.icon.-twitter {
  width: 24px;
  height: 20px;
}
.icon.-vizzuality {
  width: 70px;
  height: 18px;
}
.icon.-blue {
  fill: #517188;
}
.rgi-logo {
  display:none!important;
}
@media(min-width: 40em){
  .rgi-logo {
    display: inline-block!important;
  }
}
.icon-logo {
  display: inline-block;
  width: 4.7368421052631575rem;
  height: 3.6842105263157894rem;
  fill: #fff;
}
@media(min-width: 64em){
  .icon-logo {
    width: 6.315789473684211rem;
  }
}
.icon-logo.\--large{
  width: 7.894736842105263rem;
  height: 3.6842105263157894rem;
}
@media(min-width: 64em){
  .icon-logo.\--large {
    width: 10.526315789473685rem;
  }
}
.icon-logo-img{
  width: 6.842105263157895rem;
  height: 3.6842105263157894rem;
  display:inline-block;
}
/* General rules for titles */
h1, h2, h3, h4, .title {
  font-family: 'Open Sans', sans-serif;
  color: #517188;
}
/* position rules */
h1.-center, h2.-center, h3.-center, h4.-center, .title.-center {
  text-align: center;
  width: 100%;
}
/* Color rules */
h1.-light, h2.-light, h3.-light, h4.-light, .title.-light {
  color: #fff;
}
h1.-highlight, h2.-highlight, h3.-highlight, h4.-highlight, .title.-highlight {
  color: #ff6e49;
}
/* Different titles rules */
h1, .-section-title {
  font-weight: 700;
  line-height: 1.33;
  font-family: 'Merriweather', serif;
}
h1 + p, .-section-title + p {
  margin-top: 0.5263157894736842rem;
}
h1 {
  font-size: 30px;
}
.-section-title {
  font-size: 45px;
}
h2, .-article-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
}
h2 + p, .-article-title + p {
  margin-top: 1.0526315789473684rem;
}
h3, .-module-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}
h4, .-block-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
/* Plain text rules */
h5, p, .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #517188;
}
h5.-intro, p.-intro, .text.-intro {
  font-size: 19px;
  line-height: 30px;
}
/* position rules */
h5.-center, p.-center, .text.-center {
  text-align: center;
  width: 100%;
}
h5.-right, p.-right, .text.-right {
  text-align: right;
  width: 100%;
}
h5.-label, p.-label, .text.-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
}
h5.-legend, p.-legend, .text.-legend {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14;
}
/* Size and format */
h5.-bold, p.-bold, .text.-bold {
  font-weight: 700;
}
h5.-score, p.-score, .text.-score {
  font-weight: 700;
  color: #517188;
}
/* Color rules */
h5.-light, p.-light, .text.-light {
  color: #fff;
}
h5.-highlight, p.-highlight, .text.-highlight {
  color: #ff6e49;
}
h5 + .btn, p + .btn, .text + .btn {
  margin-top: 1.0526315789473684rem;
}
h5 + h5, p + p, .text + .text {
  margin-top: 0.5263157894736842rem;
}
.figure.-big {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}
.-section {
  margin-bottom: 1.0526315789473684rem;
}
.media-title {
  color: #517188;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0;
}
.media-title.-bold, .media-title span {
  font-weight: 700;
}
.media-description {
  margin: 0;
  color: #517188;
}
.media-description.-bold, .media-description span {
  font-weight: 700;
}
.media-thumbnail {
  position: relative;
  width: 100%;
  height: 130px;
  background-color: grey;
}
.media-thumbnail + .media-title {
  margin-top: 5px;
}
.media-thumbnail:hover {
  background-color: rgba(24,186,229, .5);
}
.media-thumbnail:hover::after {
  content: "VIEW CONTENT";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
@media (min-width: 319px) and (max-width: 374px){
  .c-intro p{
    font-size: 16px;
  }
  p, .text {
    font-size: 14px;
    line-height: 24px;
  }
  p.-intro, .text.-intro {
    font-size: 19px;
    line-height: 30px;
  }
  /* position rules */
  p.-label, .text.-label {
    font-size: 12px;
  }
  p.-legend, .text.-legend {
    font-size: 12px;
  }
}
@media (min-width: 375px) and (max-width: 767px){
  h1{
    font-size: 22px;
  }
  p, .text {
    font-size: 14px;
    line-height: 24px;
  }
  p.-intro, .text.-intro {
    font-size: 19px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  h2, .-article-title {
    font-size: 25px;
    line-height: 0.7;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .c-intro{
    padding-bottom: 0;
  }
}
.btn {
  display: inline-block;
  padding: 0.7894736842105263rem 2.6315789473684212rem;
  color: #ff6e49;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: solid 1px;
  border-radius: 100px;
  outline: none;
  cursor: pointer;
}
.btn + .btn {
  margin-left: 0.5263157894736842rem;
}
.btn.-light {
  color: #fff;
}
.btn.-big {
  padding: 15px 80px;
}
.btn.-large {
  min-width: 320px;
}
.btn.-blue {
  background: #18bae5;
  color: #fff;
}
.btn.-white {
  background: #fff;
  color: #18bae5;
}
.buttons-wrapper {
  width: 100%;
  text-align: center;
}
/* Responsive for mobile */
@media (min-width: 319px) and (max-width: 767px){
  .btn {
    margin: 50px 0;
  }
  .btn.-large {
    min-width: 100%;
  }
}
.l-header {
  position: relative;
  height: 100px;
  width: 100%;
  background-color: #517188;
}
@media (min-width: 40em) {
  .l-header {
    height: 115px;
  }
}
.l-header.-fixed {
  position: fixed;
  top: 0;
  height: 100px;
  z-index: 4;
  background-color: #517188;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.l-header.-home {
  background: transparent;
  z-index: 2;
}
.l-header .header-container {
  position: relative;
  height: 100%;
}
.l-header .print-title {
  display: none;
}
.l-header .print-title .title {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}
.l-main {
  min-height: calc(100vh);
}
.l-main .relative {
  position:relative;
}
.l-main .scroll-button {
  position: fixed;
  bottom: 15px;
  right: 20px;
  background-color: #18bae5;
  width: 40px;
  height: 35px;
  border:none;
  outline:none;
}
.l-main .scroll-button:active, .l-main .scroll-button:focused{
  border:none;
  outline:none;
}
.l-main > .map-container {
  overflow: hidden;
  padding: 45px 0 20px;
  background-color: #517188;
}
.l-main > .map-container .c-row {
  padding: 0 0 40px;
}
.l-main.-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-main.-compare {
  min-height: auto;
}
.l-country-overview {
  padding: 1.5789473684210527rem 0 1.5789473684210527rem;
  position: relative;
}
.l-compare-cta {
  padding: 5.2631578947368425rem 0 4.473684210526316rem;
  background-image: url('/images/covers/bg-both.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 319px) and (max-width: 767px){
  .l-country-overview{
    padding: 0;
  }
  .l-main > .map-container {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .l-main .c-intro{
    padding-bottom: 25px;
  }
}
.l-content {
  padding-top: 2.6315789473684212rem;
}
.l-content .p-0{
  padding:0!important;
}
.l-content .justify-content-center{
  -webkit-box-pack:center!important;
      -ms-flex-pack:center!important;
          justify-content:center!important;
}
.l-content.-data-report {
  padding-top: 65px;
  padding-bottom: 2.6315789473684212rem;
}
.l-content.-data-report .row.-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.l-content.-about ul:not(.options) {
  padding: 1.0526315789473684rem 0 1.0526315789473684rem 2.1052631578947367rem;
  list-style: disc;
}
.l-content.-about li {
  list-style: disc;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.39;
  color: #517188;
}
.l-content.-about a {
  color: #517188;
  text-decoration: underline;
}
.l-content.-about a:hover {
  opacity: .7;
}
.l-content .media-subtitle{
  padding-left:0.5263157894736842rem;
}
.l-content .section-category{
  padding-left:0.5263157894736842rem;
  margin-top:1.3157894736842106rem;
}
.l-content .section-category .section-category-title{
  font-size:24px;
  font-weight:600;
  text-decoration:underline;
}
.l-content .section-category .section-category-media-files, .l-content .section-category .section-category-media-images{
  padding-left:0.5263157894736842rem
}
.l-content .section-category .c-images{
  margin-top:10px;
  margin-bottom:10px;
}
.l-content .downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  margin-top: 0.5263157894736842rem;
}
.l-content .downloads .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #517188;
  margin-bottom: 15px;
}
.l-content .downloads .download:hover {
  opacity: .6;
}
.l-content .downloads a{
  display:inline-block;
  width:auto;
}
.l-content .downloads .c-icon {
  margin-right: 10px;
}
.l-content h2 {
  text-transform: uppercase;
  margin-bottom: 2.1052631578947367rem;
}
.l-content a {
  display: block;
  width: 100%;
}
.l-content .media-item {
  margin-bottom: 10px;
}
.l-content.-media-center {
  margin: 0 0 50px;
}
.l-content.-media-center .section-name {
  font-family: 'Merriweather', serif;
  font-size: 32px;
  color: #517188;
  font-weight: 700;
  text-transform: none;
}
.l-content .data-ranking-list {
  position: relative;
}
.l-section {
  background-size: cover;
}
.l-section.-home-section .title {
  font-family: 'Merriweather', serif;
  font-size: 32px;
  font-weight: 700;
  color: #517188;
}
.l-section.-large {
  min-height: 30.526315789473685rem;
}
.l-section.-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-section.-spotlight {
  padding: 135px 0;
  background-image: url('/images/covers/bg-spotlight.png');
}
.l-section.-spotlight > .row {
  width: 100%;
}
.l-section.-spotlight > .row .country-spotlight {
  margin: 0 0 5px;
  font-size: 24px;
}
.l-section.-spotlight > .row .country-spotlight-title {
  font-family: 'Merriweather', serif;
  font-size: 32px;
  line-height: 1.25;
}
.l-section .c-card {
  margin: 1.5789473684210527rem 0;
}
@media screen and (min-width: 768px) {
  .l-section .c-card {
    margin: 3.1578947368421053rem 0;
  }
}
.l-section .btn {
  margin-top: 2.6315789473684212rem;
}
@media (min-width: 319px) and (max-width: 767px){
  .l-content.-data-report{
    padding-bottom: 0;
    padding-top: 0;
  }
  .l-content a{
    width: 200%;
    font-size: 9px;
  }
  .l-section.-spotlight{
    padding: 0;
    margin-bottom: -170px;
  }
  .-country{
    margin-top: -120px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .l-section.-home-section{
    padding: 40px;
  }
  .l-section.-home-section .title{
    line-height: 30px;
  }
}
/* Common */
.c-header {
  height: 100%;
}
.c-header .logo {
  position: relative;
  z-index: 1;
}
@media (min-width: 40em) {
  .c-header .align-logo-right {
    margin-left: auto;
  }
}
.c-header .main-nav {
  display: none;
}
@media (min-width: 40em) {
  .c-header .main-nav {
    display: inherit;
  }
}
.c-header .icons-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-header .icons-menu .menu-btn {
  cursor: pointer;
}
@media (min-width: 40em) {
  .c-header .icons-menu .menu-btn {
    display: none;
  }
}
.c-header .icons-menu .menu-btn:focus {
  outline: none;
}
.c-header .icons-menu .menu-btn .icon-hamburger {
  fill: #fff;
}
.c-intro {
  position: relative;
  padding-top: 40px;
  padding-bottom: 2.6315789473684212rem;
  background-color: #475b6c;
  background-size: cover;
}
.c-intro.-large {
  min-height: 36.8421052631579rem;
  height: 100%;
}
.c-intro.-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
  background-image: url('/images/covers/bg-home.png');
}
.c-intro.-home * {
  text-align: center;
}
.c-intro.-home .home-subtitle {
  line-height: 1.58;
}
.c-intro.-home .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-intro.-data {
  padding-bottom: 0;
}
.c-intro.-both .row.-separated, .c-intro.-country-profile .row.-separated {
  padding-top: 70px;
}
.c-intro.-about {
  background-color: #517188;
}
.c-intro .section {
  margin-bottom: 2.6315789473684212rem;
}
.c-intro p {
  font-size: 1rem;
}
.c-intro p.subtitle {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
}
/* Not such a generic rule */
.c-intro > p {
  margin: 0.5263157894736842rem 0;
}
.c-intro .c-select {
  margin-top: 2.6315789473684212rem;
}
.c-intro img {
  mix-blend-mode: screen;
}
/* Responsive for mobile */
@media (min-width: 319px) and (max-width: 374px){
  .c-header .icons-menu .menu-btn .icon-hamburger{
    margin-right: 40px;
  }
}
@media (min-width: 319px) and (max-width: 767px){
  .c-header .icons-menu .menu-btn .icon-hamburger{
    margin-right: 10px;
  }
  .c-intro.-large{
    min-height: 45rem;
    height: 0px;
    padding: 10px 0;
  }
  .c-intro.-home * {
    text-align: left;
  }
  .c-intro.-home .title{
    font-size: 25px;
    font-weight: 600;
    line-height: 1.38;
    text-align:center;
  }
  .c-intro.-home .text-video-wrapper{
    height:auto;
  }
  .c-intro.-home .home-subtitle {
    line-height: 1.63;
    font-size: 14px;
  }
  .c-intro p{
    font-size: 16px;
  }
  .l-section.-home-section .title, .l-section.-spotlight > .row .country-spotlight-title, h3, .-module-title{
    font-size: 22px;
  }
  .btn{
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .c-intro{
    padding-bottom: 0;
  }
}
.c-footer {
  padding: 25px 0 0;
  background: rgba(186,203,208, 0.05);
}
.c-footer .upper {
  padding: 0 0 30px;
}
.c-footer .upper .logo-slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-footer .upper .logo-slogan > .slogan {
  display: inline-block;
  margin: 30px 0 0;
  font-size: 13px;
  line-height: 1.54;
  color: #517188;
  font-style: italic;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
}
.c-footer .upper .logo-slogan img {
  display: block;
  max-height: 75px;
  width: auto;
  height: 100%;
}
.c-footer .upper .logo-wrapper {
  padding-left: 0;
}
.c-footer .upper .contact-info {
  font-size: 13px;
  line-height: 1.54;
  font-style: normal;
  color: #517188;
}
.c-footer .upper .contact-info > a {
  display: inline-block;
  font-size: 13px;
  line-height: 1.54;
  color: #517188;
}
.c-footer .upper .email-subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-footer .upper .email-subscription .subscription-title {
  font-size: 14px;
  font-weight: 600;
  color: #517188;
  text-transform: uppercase;
}
.c-footer .upper .email-subscription div#mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-footer .upper .email-subscription form {
  width: 100%;
  padding: 0 !important;
}
.c-footer .upper .email-subscription .clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 !important;
  padding: 0 !important;
}
.c-footer .upper .email-subscription #mce-error-response, .c-footer .upper .email-subscription #mce-success-response {
  max-width: 325px;
  position: relative;
  font-size: 12px;
  height: auto;
  margin: 0;
  padding: 0;
  top: auto !important;
  font-weight: 500;
  color: red;
}
.c-footer .upper .email-subscription #mce-error-response a, .c-footer .upper .email-subscription #mce-success-response a {
  color: #517188 !important;
  text-decoration: underline;
}
.c-footer .upper .email-subscription .subscription-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin: 14px 0 0;
  width: 100% !important;
  max-width: 375px;
}
.c-footer .upper .email-subscription .subscription-box input:focus {
  outline: none;
}
.c-footer .upper .email-subscription .subscription-box .subscribe-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 8px 5px !important;
  border: 1px solid #517188;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: #517188;
}
.c-footer .upper .email-subscription .subscription-box .subscribe-input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #517188;
  text-transform: uppercase;
}
.c-footer .upper .email-subscription .subscription-box .subscribe-input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #517188;
  text-transform: uppercase;
}
.c-footer .upper .email-subscription .subscription-box .subscribe-input::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #517188;
  text-transform: uppercase;
}
.c-footer .upper .email-subscription .subscription-box .mce_inline_error[for=mce-EMAIL] {
  display: none !important;
  position: absolute;
  bottom: -16px;
  font-size: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
}
.c-footer .upper .email-subscription .subscription-box .subscribe-button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 150px;
  padding: 0 15px !important;
  border-radius: 0 5px 5px 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #18bae5 !important;
  height: 100% !important;
  margin: 0 !important;
}
.c-footer .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0 0;
  border-top: 1px solid rgba(81,113,136, .7);
  margin-bottom: 30px;
}
.c-footer .lower .rights .cc {
  max-height: 25px;
  margin-bottom: 10px;
  width: auto;
  max-width: 80px;
}
.c-footer .lower .rights p {
  font-size: 13px;
  line-height: 22px;
}
.c-footer .lower .rights a {
  color: #517188;
  text-decoration: underline;
}
.c-footer .lower .rights a:hover {
  opacity: .7;
}
.c-footer .lower .social-authorship {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-footer .lower .social-authorship .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-footer .lower .social-authorship .social-list > .social-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer .lower .social-authorship .social-list > .social-item:not(:first-child) {
  margin: 0 0 0 30px;
}
.c-footer .lower .social-authorship .authorship {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #517188;
}
.c-footer .lower .social-authorship .authorship > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 0 5px;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-footer .logo-slogan{
    padding: 20px 0;
  }
  .c-footer .upper .logo-slogan img{
    display: block;
    max-height: none;
    width: 150px;
  }
  .c-footer .social-authorship{
    padding: 30px;
  }
}
@media (min-width: 640px) and (max-width: 767px){
  .c-footer .lower .social-authorship{
    display: table-row;
  }
}
.c-main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  width: 100%;
}
.c-main-nav.-footer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-main-nav.-footer > ul > li > a {
  font-size: 14px;
  color: #517188;
  text-transform: uppercase;
}
.c-main-nav .list-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-main-nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media(min-width: 40em){
  .c-main-nav .list {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 40em) {
  .c-main-nav .list .block-class {
    display: inline-block!important;
    width: -webkit-min-content!important;
    width: -moz-min-content!important;
    width: min-content!important;
    text-align: center!important;
    line-height: 20px!important;
  }
}
.c-main-nav .list .list-item {
  list-style: none;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.c-main-nav .list .list-item .no-wrap{
  white-space:nowrap;
}
.c-main-nav .list .list-item:first-of-type {
  padding-left: 0;
}
.c-main-nav .list .list-item:last-of-type {
  padding-right: 0;
}
.c-main-nav .list .list-item button:focus {
  outline: none;
}
.c-main-nav .list .list-item > a {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.c-main-nav .list .list-item > a.-current::after {
  content: "";
  position: absolute;
  display: block;
  left: 0%;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 640px) and (max-width: 991px){
  .c-main-nav .list .list-item > a.-current::after{
    max-width: 120px;
  }
}
.c-loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(255,255,255, 0.8);
}
.c-loading-spinner.-transparent {
  background-color: transparent;
}
.c-loading-spinner.-inner {
  position: absolute;
}
.c-loading-spinner > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  height: 60px;
  width: 60px;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}
.c-loading-spinner > svg > circle {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #ff6e49;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
.c-select .subscript {
  font-size: 10px;
  text-align:right;
  margin-right: 5px;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-select {
    margin-top: 20px !important;
  }
  .c-select .Select-menu-outer {
    position: inherit !important;
    top: 0 !important;
    width: 100%;
    height: 200px !important;
    max-height: 200px !important;
    border-bottom-right-radius: 0 !important;
  }
}
.c-select.Select-multi-wrapper .Select .Select-control .Select-multi-value-wrapper{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.c-select.Select-multi-wrapper .Select .Select-control .Select-multi-value-wrapper .Select-value, .c-select.Select-multi-wrapper .Select .Select-control .Select-multi-value-wrapper .Select-value-label{
  position:relative;
  left:0;
  bottom:0;
  top:0px;
  padding:0px!important;
}
.c-select.Select-multi-wrapper .Select .Select-control .Select-multi-value-wrapper ~ .Select-aria-only{
  position:absolute;
  bottom:-2px;
  font-size:10px;
  z-index:1000;
  display:none;
}
.c-select > .label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  color: #517188;
}
.c-select .wrapper .content {
  padding: 0.5263157894736842rem 2.1052631578947367rem 0 2.1052631578947367rem;
  border: 1px solid #517188;
  border-radius: 25px;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-select .wrapper .Select .Select-control {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.c-select .wrapper .Select .Select-menu-outer {
  background-color: rgba(0,0,0, 0.3);
}
.c-select .wrapper .Select .Select-option {
  color: #517188;
  opacity: 1;
}
.c-select .Select {
  position: relative;
  cursor: pointer;
}
.c-select .Select .Select-control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.3157894736842106rem;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #517188;
}
.c-select .Select .Select-control .Select-placeholder, .c-select .Select .Select-control .Select-value {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-select .Select .Select-control .Select-placeholder, .c-select .Select .Select-control .Select-placeholder .Select-value-label, .c-select .Select .Select-control .Select-value, .c-select .Select .Select-control .Select-value .Select-value-label {
  padding: 0 25px 0 0;
  color: #517188;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.c-select .Select .Select-control .Select-input {
  outline: none;
}
.c-select .Select .Select-control .Select-input > input {
  display: block;
  border: 0 none;
  color: #517188;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  cursor: default;
  background: none transparent;
  box-shadow: none;
  outline: none;
}
.c-select .Select .Select-arrow-zone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: calc(50% - 0.13157894736842105rem);
  right: 25px;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  cursor: pointer;
}
.c-select .Select .Select-arrow-zone > .Select-arrow {
  display: inline-block;
  height: 0.5263157894736842rem;
  width: 0.5263157894736842rem;
  border-color: #517188;
  border-width: 0 0 0.15789473684210525rem 0.15789473684210525rem;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-select .Select .Select-noresults {
  padding: 0.42105263157894735rem 1.3157894736842106rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #517188;
  text-transform: uppercase;
  cursor: default;
}
.c-select .Select .Select-menu-outer {
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 200px;
  background-color: #fff;
  border: 1px solid #517188;
  border-top: none;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  z-index: 3;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.c-select .Select .Select-option {
  color: rgba(81,113,136, 0.5);
  cursor: pointer;
  display: block;
  padding: 0.42105263157894735rem 1.3157894736842106rem;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.c-select .Select .Select-option.is-selected, .c-select .Select .Select-option.is-focused {
  color: #517188;
}
.c-select .Select.is-open .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.c-select .Select.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.c-select .Select.-country-selector + .label, .c-select .Select.-country-profile-year-selector + .label {
  color: rgba(255,255,255, 0.4);
}
.c-select .Select.-country-selector > .Select-control, .c-select .Select.-country-profile-year-selector > .Select-control {
  border: 1px solid rgba(255,255,255, 0.4);
}
.c-select .Select.-country-selector > .Select-control .Select-placeholder, .c-select .Select.-country-selector > .Select-control .Select-value-label, .c-select .Select.-country-profile-year-selector > .Select-control .Select-placeholder, .c-select .Select.-country-profile-year-selector > .Select-control .Select-value-label {
  color: rgba(255,255,255, 0.4);
  text-shadow: none;
}
.c-select .Select.-country-selector > .Select-control input, .c-select .Select.-country-profile-year-selector > .Select-control input {
  color: #fff;
}
.c-select .Select.-country-selector > .Select-control .Select-arrow, .c-select .Select.-country-profile-year-selector > .Select-control .Select-arrow {
  border-color: rgba(255,255,255, 0.4);
}
.c-select .Select.is-open .Select-arrow {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-select.-last {
  position: relative;
}
.c-select.-last::before {
  content: '';
  position: absolute;
  top: 1.5789473684210527rem;
  left: -1.0526315789473684rem;
  height: 2.6315789473684212rem;
  width: 0.05263157894736842rem;
  border-left: 0.05263157894736842rem solid #7b92a4;
}
.c-select.-next {
  position: relative;
}
.c-select.-next::before {
  content: '';
  position: absolute;
  top: 2.6315789473684212rem;
  left: -1.263157894736842rem;
  height: 0.5263157894736842rem;
  width: 0.5263157894736842rem;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 0.15789473684210525rem solid #517188;
  border-bottom: 0.15789473684210525rem solid #517188;
}
.c-select.-next.-disable {
  pointer-events: none;
}
.c-select.-next.-disable::before {
  opacity: .5;
}
.c-select.-next.-disable .Select-control, .c-select.-next.-disable .Select-arrow {
  border-color: rgba(81,113,136, 0.5);
}
.c-select.-next.-disable .Select .Select-control .Select-placeholder, .c-select.-next.-disable .Select .Select-control .Select-value-label {
  color: rgba(81,113,136, 0.5);
}
.c-select.-light > .label {
  color: #fff;
}
.c-select.-light .wrapper .content {
  border-color: #fff;
}
.c-select.-light .wrapper .content h2 {
  color: #fff;
}
.c-select.-light .Select .Select-control {
  border-color: #fff;
}
.c-select.-light .Select .Select-control .Select-placeholder, .c-select.-light .Select .Select-control .Select-placeholder .Select-value-label, .c-select.-light .Select .Select-control .Select-value, .c-select.-light .Select .Select-control .Select-value .Select-value-label {
  color: #fff;
}
.c-select.-light .Select .Select-control .Select-input > input {
  color: #fff;
}
.c-select.-light .Select .Select-arrow {
  border-color: #fff transparent transparent;
}
.c-select.-light .Select .Select-noresults {
  color: #fff;
}
.c-select.-light .Select .Select-menu-outer {
  border-color: #fff;
  background-color: rgba(0,0,0, 0.6);
}
.c-select.-light .Select .Select-option {
  color: rgba(255,255,255, 0.5);
}
.c-select.-light .Select .Select-option.is-selected {
  color: #fff;
}
.c-select.-light .Select .Select-option.is-focused {
  color: #fff;
  font-weight: 700;
}
.c-select.-globe {
  position: relative;
}
.c-select.-globe .wrapper {
  border-style: solid;
  border-width: 0.15789473684210525rem;
  border-radius: 1.4736842105263157rem;
  overflow: hidden;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-select.-globe .wrapper {
    min-height: 80px;
  }
}
.c-select.-globe .block {
  position: relative;
  transition: top .2s ease;
  top: 0;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-select.-globe .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-select.-globe .block.-up {
    top: 0 !important;
  }
}
.c-select.-globe .block.-up {
  top: -247px;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-select.-globe .block .Select {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  .c-select.-globe .block .Select.is-open {
    /*height: 220px;*/
  }
}
.c-select.-globe .block .Select .Select-control {
  border: 0;
}
.c-select.-globe .block .Select .Select-menu-outer {
  height: 240px;
  max-height: 240px;
  border-style: solid;
  border-width: 0.15789473684210525rem 0 0 0;
  background-color: transparent;
}
.c-select.-globe .block .Select .Select-menu-outer .Select-menu .Select-option {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 38px;
  font-weight: bold;
}
.c-select.-globe .block .Select .Select-menu-outer .Select-menu .Select-option:hover {
  opacity: .7;
}
.c-select.-globe .content {
  padding: 2.1052631578947367rem 3.6842105263157894rem 1.3157894736842106rem;
  border: 0;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-select.-globe .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
}
.c-select.-globe .content .scores {
  position: absolute;
  top: 0.7894736842105263rem;
  right: 1.0526315789473684rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.c-select.-globe .content .scores h2, .c-select.-globe .content .scores p {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.c-select.-globe .content .scores p {
  font-size: 14px;
  margin: 0;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-select.-color1 .-up .Select {
    border-right: 3px solid #53caec !important;
  }
}
.c-select.-color1 > .label {
  color: #53caec;
}
.c-select.-color1.-default .Select .Select-control .Select-value .Select-value-label {
  color: rgba(83,202,236, .5);
}
.c-select.-color1 .wrapper {
  height: auto;
  border-color: #53caec;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-select.-color1 .wrapper {
    min-height: 80px;
  }
}
.c-select.-color1 .wrapper h2 {
  color: #53caec;
}
.c-select.-color1 .Select .Select-control {
  border-color: #53caec;
}
.c-select.-color1 .Select .Select-control .Select-placeholder, .c-select.-color1 .Select .Select-control .Select-placeholder .Select-value-label, .c-select.-color1 .Select .Select-control .Select-value, .c-select.-color1 .Select .Select-control .Select-value .Select-value-label {
  color: #53caec;
}
.c-select.-color1 .Select .Select-control .Select-input > input {
  color: #53caec;
}
.c-select.-color1 .Select .Select-arrow {
  border-color: #53caec;
}
.c-select.-color1 .Select .Select-noresults {
  color: #53caec;
}
.c-select.-color1 .Select .Select-menu-outer {
  border-color: #53caec;
}
.c-select.-color1 .Select .Select-option {
  color: rgba(83,202,236, 1);
}
.c-select.-color1 .Select .Select-option.is-selected {
  color: #53caec;
}
.c-select.-color1 .Select .Select-option.is-focused {
  color: #53caec;
  font-weight: 700;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-select.-color2 .-up .Select {
    border-right: 3px solid #dd5069 !important;
  }
}
.c-select.-color2 > .label {
  color: #dd5069;
}
.c-select.-color2.-default .Select .Select-control .Select-value .Select-value-label {
  color: rgba(221,80,105, .5);
}
.c-select.-color2 .wrapper {
  border-color: #dd5069;
}
.c-select.-color2 .wrapper h2 {
  color: #dd5069;
}
.c-select.-color2 .Select .Select-control {
  border-color: #dd5069;
}
.c-select.-color2 .Select .Select-control .Select-placeholder, .c-select.-color2 .Select .Select-control .Select-placeholder .Select-value-label, .c-select.-color2 .Select .Select-control .Select-value, .c-select.-color2 .Select .Select-control .Select-value .Select-value-label {
  color: #dd5069;
}
.c-select.-color2 .Select .Select-control .Select-input > input {
  color: #dd5069;
}
.c-select.-color2 .Select .Select-arrow {
  border-color: #dd5069;
}
.c-select.-color2 .Select .Select-noresults {
  color: #dd5069;
}
.c-select.-color2 .Select .Select-menu-outer {
  border-color: #dd5069;
}
.c-select.-color2 .Select .Select-option {
  color: rgba(221,80,105, 1);
}
.c-select.-color2 .Select .Select-option.is-selected {
  color: #dd5069;
}
.c-select.-color2 .Select .Select-option.is-focused {
  color: #dd5069;
  font-weight: 700;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-select.-color3 .-up .Select {
    border-right: 3px solid #008037 !important;
  }
}
.c-select.-color3 > .label {
  color: #008037;
}
.c-select.-color3.-default .Select .Select-control .Select-value .Select-value-label {
  color: rgba(0,128,55, .5);
}
.c-select.-color3 .wrapper {
  border-color: #008037;
}
.c-select.-color3 .wrapper h2 {
  color: #008037;
}
.c-select.-color3 .Select .Select-control {
  border-color: #008037;
}
.c-select.-color3 .Select .Select-control .Select-placeholder, .c-select.-color3 .Select .Select-control .Select-placeholder .Select-value-label, .c-select.-color3 .Select .Select-control .Select-value, .c-select.-color3 .Select .Select-control .Select-value .Select-value-label {
  color: #008037;
}
.c-select.-color3 .Select .Select-control .Select-input > input {
  color: #008037;
}
.c-select.-color3 .Select .Select-arrow {
  border-color: #008037;
}
.c-select.-color3 .Select .Select-noresults {
  color: #008037;
}
.c-select.-color3 .Select .Select-menu-outer {
  border-color: #008037;
}
.c-select.-color3 .Select .Select-option {
  color: rgba(0,128,55, 1);
}
.c-select.-color3 .Select .Select-option.is-selected {
  color: #008037;
}
.c-select.-color3 .Select .Select-option.is-focused {
  color: #008037;
  font-weight: 700;
}
p + .c-select {
  width: 50%;
  margin-top: 1.0526315789473684rem;
}
@media (min-width: 319px) and (max-width: 767px){
  .select-compare .c-select.-globe .Select-menu-outer {
    height: 280px;
    max-height: 280px;
    border-style: solid;
    border-width: 0.15789473684210525rem 0 0 0;
    background-color: transparent;
  }
  .select-compare .c-select.-globe .Select-menu-outer .Select-menu .Select-option {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0px;
    font-weight: bold;
  }
  .select-compare .c-select.-globe .Select-menu-outer .Select-menu .Select-option:hover {
    opacity: .7;
  }
  .c-select .Select .Select-control .Select-input > input{
    font-size: 16px;
  }
  .c-select.-globe .content .scores{
    width: 22%;
  }
  .c-select.-globe .content .scores p{
    font-size: 10px;
  }
  .c-select.-globe .content .scores p, .c-select.-globe .content .scores h2{
    line-height: 1;
  }
  .Select-option{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .c-select.-globe .content .c-globe{
    display:none;
  }
  .select-compare .c-select .Select{
    width: 70%;
    margin-top: -50px;
  }
  .c-select.-next::before{
    content:none;
  }
  .c-select{
    padding-bottom: 15px;
  }
  .c-select.-color1 .wrapper{
    height: auto;
  }
  @media (min-width: 319px) and (max-width: 767px){
    .c-select.-color1 .wrapper {
      min-height: 80px;
    }
  }
  .c-select .Select .Select-control .Select-placeholder, .c-select .Select .Select-control .Select-placeholder .Select-value-label, .c-select .Select .Select-control .Select-value, .c-select .Select .Select-control .Select-value .Select-value-label{
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.2em;
  }
}
@media (min-width: 640px) and (max-width: 768px){
  .c-select .Select .Select-control .Select-placeholder, .c-select .Select .Select-control .Select-placeholder .Select-value-label, .c-select .Select .Select-control .Select-value, .c-select .Select .Select-control .Select-value .Select-value-label{
    font-size: 14px;
    line-height: 1.2em;
  }
  .Select-option{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .c-select .Select .Select-control .Select-placeholder, .c-select .Select .Select-control .Select-placeholder .Select-value-label, .c-select .Select .Select-control .Select-value, .c-select .Select .Select-control .Select-value .Select-value-label{
    font-size: 10px;
    letter-spacing: 0;
  }
  .c-select.-color1 .wrapper{
    height: auto;
  }
  .c-select.-globe .content .scores{
    right: 0.42632rem;
  }
  .c-chart{
    margin-top: 50px;
  }
  .Select-option{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.c-tabs.-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-tabs.-v-offset{
  margin-top:20px;
}
.c-tabs.-rect > .label, .c-tabs.-switcher > .label {
  display: block;
  margin-bottom: 0.3157894736842105rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  color: #fff;
}
.c-tabs.-rect .options, .c-tabs.-switcher .options {
  height: 2.6315789473684212rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0.21052631578947367rem 0.2631578947368421rem;
  border: solid 1px rgba(81,113,136, 0.6);
  border-radius: 30px;
}
.c-tabs.-rect .options > .option, .c-tabs.-switcher .options > .option {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.c-tabs.-rect .options > .option::before, .c-tabs.-switcher .options > .option::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 19px;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.c-tabs.-rect .options > .option.-active::before, .c-tabs.-switcher .options > .option.-active::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  transition: background-color ease-in-out .2;
  background-color: #18bae5;
}
.c-tabs.-rect .options > .option.-disabled,.c-tabs.-switcher .options > .option.-disabled{
  opacity:0.4;
  cursor: not-allowed;
}
.c-tabs.-rect .options > .option > .tab-name, .c-tabs.-switcher .options > .option > .tab-name {
  position: relative;
  color: #fff;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  height: 100%;
  z-index: 1;
}
.c-tabs.-rect .options > .option > .icon, .c-tabs.-switcher .options > .option > .icon {
  position: relative;
  fill: #fff;
  z-index: 1;
}
.c-tabs.-rect .options > .option > .icon + .tab-name, .c-tabs.-switcher .options > .option > .icon + .tab-name {
  margin: 0 0 0 5px;
}
p + .c-tabs.-rect, h2 + .c-tabs.-rect, p + .c-tabs.-switcher, h2 + .c-tabs.-switcher {
  margin-top: 2.6315789473684212rem;
}
.c-tabs.-rect .options {
  width: 100%;
  padding: 0;
  border: none;
}
.c-tabs.-rect .options > .option {
  width: 100%;
  /* background-color: rgba($c-bg-light, 0.25); */
  border:1px solid #517188;
  margin: 0 0.5263157894736842rem;
}
.c-tabs.-rect .options > .option:first-child {
  margin-left: 0;
}
.c-tabs.-rect .options > .option:last-child {
  margin-right: 0;
}
.c-tabs.-rect .options > .option > .tab-name {
  width: 100%;
  color: #fff;
}
.c-tabs.-rect .options > .option::before {
  border-radius: 0;
}
.c-tabs.-rect .options > .option.-active > .tab-name {
  /* color: $c-font-main; */
}
.c-tabs.-rect .options > .option.-active::before {
  /* background-color: $c-bg-light; */
}
@media (min-width: 319px) and (max-width: 639px){
  .c-tabs{
    display: none;
  }
}
@media (min-width: 640px) and (max-width: 767px){
  .c-tabs{
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .c-tabs.-rect .options > .option > .icon, .c-tabs.-switcher .options > .option > .icon{
    display:none;
  }
}
.c-viel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}
.c-data-list {
  margin-top: 2.6315789473684212rem;
  position: relative;
  padding-right: 115px;
}
@media (min-width: 319px) and (max-width: 768px) {
  .c-data-list {
    padding-right: 0;
  }
}
.c-data-list > .ranking-list {
  padding: 0;
  margin: 0;
}
.c-data-list > .ranking-list > .ranking-header, .c-data-list > .ranking-list > .ranking-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-data-list > .ranking-list .data-list-spacer {
  border-bottom: 1px solid rgba(81,113,136, 0.2);
  margin:5px 12px;
  width:100%;
}
.c-data-list > .ranking-list > .ranking-header {
  margin-bottom: 25px;
}
.c-data-list > .ranking-list > .ranking-header .ranking-header-title {
  font-size: NaNrem;
}
.c-data-list > .ranking-list > .ranking-header .ranking-header-title.-sortable {
  cursor: pointer;
}
.c-data-list > .ranking-list > .ranking-header .ranking-header-title.-score {
  position: relative;
}
.c-data-list > .ranking-list > .ranking-header .ranking-header-title.-score::after {
  content: '(#/100)';
  position: absolute;
  bottom: -18px;
  display: inline-block;
  font-size: 14px;
  color: rgba(71,91,108, 0.5);
}
.c-data-list > .ranking-list > .ranking-header .sort-arrows {
  position: relative;
  width: 1.0526315789473684rem;
  height: 1.0526315789473684rem;
  display: inline;
}
.c-data-list > .ranking-list > .ranking-header .sort-arrows.-asc::before {
  opacity: .3;
}
.c-data-list > .ranking-list > .ranking-header .sort-arrows.-desc::after {
  opacity: .3;
}
.c-data-list > .ranking-list > .ranking-header .sort-arrows::before, .c-data-list > .ranking-list > .ranking-header .sort-arrows::after {
  position: absolute;
  content: '';
  right: -15px;
  width: 0.3157894736842105rem;
  height: 0.3157894736842105rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-data-list > .ranking-list > .ranking-header .sort-arrows::before {
  top: 6px;
  border-top: 0.10526315789473684rem solid #517188;
  border-left: 0.10526315789473684rem solid #517188;
}
.c-data-list > .ranking-list > .ranking-header .sort-arrows::after {
  top: 11px;
  border-bottom: 0.10526315789473684rem solid #517188;
  border-right: 0.10526315789473684rem solid #517188;
}
.c-data-list > .ranking-list > .average-domain .label-range {
  position: relative;
}
.c-data-list > .ranking-list > .average-domain .label-range > .average, .c-data-list > .ranking-list > .average-domain .label-range > .min, .c-data-list > .ranking-list > .average-domain .label-range > .max {
  position: absolute;
  top: -5px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 1;
  color: #517188;
}
.c-data-list > .ranking-list > .ranking-item:not(:first-child) {
  margin-top: 5px;
}
.c-data-list > .ranking-list > .ranking-item .rank, .c-data-list > .ranking-list > .ranking-item .score {
  font-size: 14px;
  font-weight:600;
}
.c-data-list > .ranking-list > .ranking-item .rank {
  text-align: left;
}
.c-data-list > .ranking-list > .ranking-item .country-sector {
  font-size: 14px;
  line-height: 1.25;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-data-list > .ranking-list > .ranking-header .sort-arrows{
    display: none;
  }
  
}
.c-compare-overview-wrapper {
  margin: 1.0526315789473684rem 0;
  width: 100%;
}
.c-overview-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80%;
  margin: 0 auto;
}
.c-overview-wrapper .c-legend-overview {
  margin-top: 2.6315789473684212rem;
}
.c-score-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5789473684210527rem;
  text-align: center;
  padding: 0 1.0526315789473684rem;
}
.c-score-overview .score-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 7.894736842105263rem;
  height: 7.894736842105263rem;
  margin: 0 auto;
  margin-top: 0.2631578947368421rem;
}
.c-score-overview .score-graph .graph-background {
  width: 100%;
  height: 100%;
  background-image: url('/images/content-images/circles.svg');
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.4;
}
.c-score-overview .score-graph > .score {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-score-overview .score-graph > .score .value {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.10526315789473684rem;
}
.c-score-overview .score-graph > .score .value.-color1 {
  color: #53caec;
}
.c-score-overview .score-graph > .score .value.-color2 {
  color: #dd5069;
}
.c-score-overview .score-graph > .score .value.-color3 {
  color: #008037;
}
.c-score-overview .score-graph > .score .value:last-child {
  display: none;
}
.c-score-overview .score-graph > .graph {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-score-overview .score-graph > .graph > .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid #53caec;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-animation: circle 0.6s ease 0s;
          animation: circle 0.6s ease 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.c-score-overview .score-graph > .graph > .circle.-color2 {
  border-color: #dd5069;
  border-style: dashed;
}
.c-score-overview .score-graph > .graph > .circle.-color3 {
  border-color: #008037;
  border-style: dotted;
}
.c-score-overview .score-graph > .graph > .circle.-mining {
  border-color: #18bae5;
}
.c-score-overview .score-graph > .graph > .circle.-oil-gas {
  border-color: #18bae5;
}
.c-score-overview .score-graph > .graph > .circle:last-child {
  border-color: rgba(24,186,229, .5);
  border-style: solid;
  mix-blend-mode: multiply;
}
@-webkit-keyframes circle {
  from { -webkit-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0); }
  to { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); }
}
@keyframes circle {
  from { -webkit-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0); }
  to { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); }
}
.c-ranking-overview {
  margin-top: 0.5263157894736842rem;
  text-align: center;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-legend-overview {
    margin-top: 10px;
  }
}
.c-legend-overview .legend-item {
  display: inline-block;
  position: relative;
  padding-left: 1.0526315789473684rem;
  margin: 0 1.5789473684210527rem 0 0.3157894736842105rem;
  font-size: 14px;
}
.c-legend-overview .legend-item + .c-legend-overview .legend-item {
  margin-left: 1.5789473684210527rem;
}
.c-legend-overview .legend-item::before {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.7894736842105263rem;
  height: 0.7894736842105263rem;
  border-radius: 50%;
  background: 0.15789473684210525rem solid #fff;
}
.c-legend-overview .legend-item.-color1::before {
  background-color: #53caec;
}
.c-legend-overview .legend-item.-color2::before {
  background-color: #dd5069;
}
.c-legend-overview .legend-item.-color3::before {
  background-color: #008037;
}
.c-legend-overview .legend-item.-color4::before {
  background-color: #fff;
}
.c-legend-overview .legend-item.-mining::before {
  background-color: #18bae5;
}
.c-legend-overview .legend-item.-oil-gas::before {
  background-color: #18bae5;
}
.c-legend-overview .legend-item.-both::before {
  background-color: rgba(255,255,255, .3);
}
/* &:last-child::before {
      background-color: $white;
    } */
.c-legend-overview .legend-item.-color-good::before {
  background-color: #71e27c;
}
.c-legend-overview .legend-item.-color-satisfactory::before {
  background-color: #c0ee9f;
}
.c-legend-overview .legend-item.-color-partial::before {
  background-color: #fff08c;
}
.c-legend-overview .legend-item.-color-weak::before {
  background-color: #f98c42;
}
.c-legend-overview .legend-item.-color-failing::before {
  background-color: #a3282f;
}
.c-scores-bar {
  display: block;
  position: relative;
}
.c-scores-bar > .dot {
  position: absolute;
  width: 0.3157894736842105rem;
  height: 0.3157894736842105rem;
  background: #517188;
  border-radius: 50%;
  top: 0.5263157894736842rem;
  z-index: 2;
}
.c-scores-bar > .line {
  position: absolute;
  width: 0.05263157894736842rem;
  height: 0.8421052631578947rem;
  top: 0.10526315789473684rem;
  background: rgba(81,113,136, .5);
  z-index: 2;
}
.c-scores-bar > .bar {
  height: 10px;
  display: inline-block;
  background-color: #ff6e49;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: bar-loading 0.3s ease 0s;
          animation: bar-loading 0.3s ease 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* &:nth-child(2) {
      background-color: rgba($c-buttons-active, 0.4);
    }

    &:nth-child(3) {
      background-color: rgba($c-buttons-active, 0.3);
    }

    &:nth-child(4) {
      background-color: rgba($c-buttons-active, 0.2);
    } */
}
.c-scores-bar > .bar.-rest {
  background-color: rgba(81,113,136, 0);
}
@-webkit-keyframes bar-loading {
  from { -webkit-transform: scaleX(0); transform: scaleX(0); }
  to { -webkit-transform: scaleX(1); transform: scaleX(1); }
}
@keyframes bar-loading {
  from { -webkit-transform: scaleX(0); transform: scaleX(0); }
  to { -webkit-transform: scaleX(1); transform: scaleX(1); }
}
@media (min-width: 319px) and (max-width: 374px){
  .c-data-list > .ranking-list > .ranking-item .rank{
    padding: 0 20px;
  }
  .c-data-list > .ranking-list > .ranking-item .country-sector{
    font-size: 12px;
  }
  .c-data-list .column.-score-bar { display: none; }
  .c-data-list > .ranking-list > .ranking-item .score{
    font-weight: bold;
  }
  .c-data-list > .ranking-list > .ranking-header .ranking-header-title.-score::after{
    content: ''
  }
}
@media (min-width: 319px) and (max-width: 40em){
  .c-data-list > .ranking-list > .average-domain .label-range{
    display: none;
  }
  .c-data-list .column.-score-bar { display: none; }
  .c-scores-bar{
    display: none;
  }
}
.c-globe {
  display: block;
  width: 100%;
  position:relative;
}
.c-globe .globe-legend-wrapper {
  position:absolute;
  bottom:-45px;
  right:0;
}
.c-globe .bold {
  font-weight:bold;
}
.c-globe.-home {
  -webkit-transform: translate(-50px, 0);
      -ms-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.c-globe img {
  mix-blend-mode: screen;
}
.c-globe .water {
  fill: #ebf2f6;
  stroke: #517188;
  stroke-width: 1px;
  cursor: -webkit-grab;
  cursor: grab;
}
.c-globe .graticule {
  fill: none;
  stroke: #777;
  stroke-width: .5px;
  stroke-opacity: .5;
}
.c-globe.-transparent .water {
  fill: transparent;
}
.c-globe .land {
  fill: #fff;
  stroke: #517188;
  stroke-width: .5px;
  cursor: -webkit-grab;
  cursor: grab;
}
.c-globe .land.-hover {
  stroke-width: 2px;
  stroke: #475b6c;
}
.c-globe .land.-covered {
  cursor: pointer;
}
.c-globe .land.-failing {
  fill: #a3282f;
}
.c-globe .land.-weak {
  fill: #f98c42;
}
.c-globe .land.-partial {
  fill: #fff08c;
}
.c-globe .land.-satisfactory {
  fill: #c0ee9f;
}
.c-globe .land.-good {
  fill: #71e27c;
}
.c-globe .land.-no-data {
  fill: rgba(42,56,68, .4);
}
.c-globe .land.-failing-v1 {
  fill: #c2ddec;
}
.c-globe .land.-weak-v1 {
  fill: #c2ddec;
}
.c-globe .land.-partial-v1 {
  fill: #c2ddec;
}
.c-globe .land.-satisfactory-v1 {
  fill: #c2ddec;
}
.c-globe .land.-good-v1 {
  fill: #c2ddec;
}
.c-globe .land.-failing-rect {
  background-color: #a3282f;
}
.c-globe .land.-weak-rect {
  background-color: #f98c42;
}
.c-globe .land.-partial-rect {
  background-color: #fff08c;
}
.c-globe .land.-satisfactory-rect {
  background-color: #c0ee9f;
}
.c-globe .land.-good-rect {
  background-color: #71e27c;
}
.c-globe .land.-no-data {
  background-color: rgba(42,56,68, .4);
}
.c-globe .land.-failing-rect-v1 {
  background-color: #c2ddec;
}
.c-globe .land.-weak-rect-v1 {
  background-color: #67A9CF;
}
.c-globe .land.-partial-rect-v1 {
  background-color: #3690BF;
}
.c-globe .land.-satisfactory-rect-v1 {
  background-color: #006C59;
}
.c-globe .land.-good-rect-v1 {
  background-color: #035945;
}
.c-globe .land.-good-satisfactory {
  fill: url("#diagonal-good-satisfactory");
}
.c-globe .land.-good-partial {
  fill: url("#diagonal-good-partial");
}
.c-globe .land.-good-weak {
  fill: url("#diagonal-good-weak");
}
.c-globe .land.-good-failing {
  fill: url("#diagonal-good-failing");
}
.c-globe .land.-satisfactory-good {
  fill: url("#diagonal-satisfactory-good");
}
.c-globe .land.-satisfactory-partial {
  fill: url("#diagonal-satisfactory-partial");
}
.c-globe .land.-satisfactory-weak {
  fill: url("#diagonal-satisfactory-weak");
}
.c-globe .land.-satisfactory-failing {
  fill: url("#diagonal-satisfactory-failing");
}
.c-globe .land.-partial-good {
  fill: url("#diagonal-partial-good");
}
.c-globe .land.-partial-satisfactory {
  fill: url("#diagonal-partial-satisfactory");
}
.c-globe .land.-partial-weak {
  fill: url("#diagonal-partial-weak");
}
.c-globe .land.-partial-failing {
  fill: url("#diagonal-partial-failing");
}
.c-globe .land.-weak-good {
  fill: url("#diagonal-weak-good");
}
.c-globe .land.-weak-satisfactory {
  fill: url("#diagonal-weak-satisfactory");
}
.c-globe .land.-weak-weak {
  fill: url("#diagonal-weak-weak");
}
.c-globe .land.-weak-failing {
  fill: url("#diagonal-weak-failing");
}
.c-globe .land.-failing-good {
  fill: url("#diagonal-failing-good");
}
.c-globe .land.-failing-satisfactory {
  fill: url("#diagonal-failing-satisfactory");
}
.c-globe .land.-failing-partial {
  fill: url("#diagonal-failing-partial");
}
.c-globe .land.-failing-weak {
  fill: url("#diagonal-failing-weak");
}
.c-globe .land.-good-good {
  fill: url("#diagonal-equal-good");
}
.c-globe .land.-satisfactory-satisfactory {
  fill: url("#diagonal-equal-satisfactory");
}
.c-globe .land.-partial-partial {
  fill: url("#diagonal-equal-partial");
}
.c-globe .land.-weak-weak {
  fill: url("#diagonal-equal-weak");
}
.c-globe .focused {
  fill: #ff6e49;
}
.c-globe .tooltip {
  position: absolute;
  display: none;
  pointer-events: none;
}
.c-globe .tooltip .title {
  font-size: 0.9473684210526315rem;
  font-weight: 600;
  line-height: 1.67;
}
.c-globe .tooltip .score {
  padding: 5px 0;
  margin: 0;
}
.c-globe .tooltip .legend {
  display: block;
  font-size: 0.5789473684210527rem;
  color: rgba(0,0,0, 0.3);
}
.c-globe.-inactive {
  pointer-events: none;
}
.c-globe.-light .land {
  fill: #ebf2f6;
  fill-opacity: .1;
  stroke: #fff;
}
.c-globe.-light .land.-hover {
  fill: #fff;
  fill-opacity: 1;
}
.c-globe.-light .water {
  stroke: #fff;
  fill-opacity: .1;
}
.c-globe.-light .graticule {
  stroke: #fff;
  opacity: .3;
}
.c-globe.-thin * {
  stroke-width: .5px;
}
.c-globe.-thin .land {
  stroke-width: .7px;
}
.c-globe.-thin .graticule {
  opacity: .3;
}
.c-globe .land.-selected {
  fill: #fff;
  fill-opacity: 1;
}
.c-globe.color1 .land.-selected {
  fill: #53caec;
  fill-opacity: 1;
}
.c-globe.color2 .land.-selected {
  fill: #dd5069;
  fill-opacity: 1;
}
.c-globe.color3 .land.-selected {
  fill: #008037;
  fill-opacity: 1;
}
/* Responsive for mobile */
@media (min-width: 319px) and (max-width: 767px){
  .-home-section .c-globe{
    padding: 50px;
  }
}
.c-dropdown {
  background-color: rgba(229, 234, 237, 1);
  padding: 0.5263157894736842rem 0;
  text-align: center;
  z-index: 4;
}
.c-dropdown.-arrow::before {
  content: '';
  position: absolute;
  width: 0.5263157894736842rem;
  height: 0.5263157894736842rem;
  background-color: rgba(229, 234, 237, 1);
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  z-index: -1;
}
.c-dropdown.-top-center::before {
  top: -0.05263157894736842rem;
  left: 50%;
}
.c-dropdown.menu li {
  padding: 0.21052631578947367rem 1.5789473684210527rem;
}
.c-dropdown.menu li a {
  color: #517188;
  font-weight: 600;
}
.c-dropdown.menu li a:hover {
  opacity: .5;
}
.c-card > .image {
  display: block;
  margin-bottom: 1.0526315789473684rem;
}
.c-card > .image img {
  display: block;
  margin: 0 auto;
}
.c-card > .header {
  display: block;
  margin-bottom: 0.5263157894736842rem;
}
.rc-collapse {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  margin-left: 50px;
  max-width: 100%;
  margin-bottom: 20px;
}
.rc-collapse:last-child::before {
  display: none;
}
.rc-collapse > .rc-collapse-item {
  position: relative;
  border: 0;
  margin-bottom: 2.6315789473684212rem;
}
.rc-collapse > .rc-collapse-item:last-child {
  margin-bottom: 0;
}
.rc-collapse > .rc-collapse-item.questions-block .rc-collapse-content {
  padding-left: 4.7368421052631575rem;
}
.rc-collapse > .rc-collapse-item .answer .score {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #18bae5;
  line-height: 1.5;
  margin-right: 0.2631578947368421rem;
}
.rc-collapse > .rc-collapse-item .answer .info {
  display: inline-block;
  width: 0.8421052631578947rem;
  height: 0.8421052631578947rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.8421052631578947rem;
  font-size: 0.7368421052631579rem;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0,0,0, .2);
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .arrow {
  position: absolute;
  left: -12px;
  top: 10px;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 1px solid #fff;
  background-image: url("/images/icons/plus.svg");
  background-position: center;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-category h3 {
  font-size: 26px;
  line-height: 40px;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-category .c-report-score .score-item {
  font-size: 26px;
  line-height: 32px;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-category .country-rank, .rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-category .country-rank * {
  font-size: 16px;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-subcategory h3 {
  font-size: 18px;
  line-height: 40px;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-subcategory .c-report-score .score-item {
  font-size: 18px;
  line-height: 28px;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-subcategory .c-report-score .country-rank, .rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-subcategory .c-report-score .country-rank * {
  font-size: 14px;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-indicator h3 {
  font-size: 16px;
  line-height: 40px;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-indicator .c-report-score .score-item {
  font-size: 16px;
  line-height: 24px;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-indicator .c-report-score .country-rank, .rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-indicator .c-report-score .country-rank * {
  font-size: 13px;
}
.rc-collapse > .rc-collapse-item .rc-collapse-item > .rc-collapse-header {
  height: auto;
  font-size: 1.263157894736842rem;
  line-height: 1.67;
}
.rc-collapse > .rc-collapse-item.rc-collapse-item-active > .rc-collapse-header .arrow {
  background-image: url("/images/icons/minus.svg");
}
.rc-collapse > .rc-collapse-item.rc-collapse-item-disabled > .rc-collapse-header {
  background: transparent;
  cursor: default;
}
.rc-collapse > .rc-collapse-item.rc-collapse-item-disabled h3 {
  position: relative;
}
.rc-collapse > .rc-collapse-item.rc-collapse-item-disabled h3::before {
  content: '';
  display: block;
  position: absolute;
  left: -12px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #517188;
  background-color: #fff;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.rc-collapse > .rc-collapse-item .rc-collapse-item .rc-collapse-item.rc-collapse-item-disabled > .rc-collapse-header {
  background: transparent;
  cursor: default;
}
.rc-collapse > .rc-collapse-item .rc-collapse-item .rc-collapse-item.rc-collapse-item-disabled h3 {
  position: relative;
}
.rc-collapse > .rc-collapse-item .rc-collapse-item .rc-collapse-item.rc-collapse-item-disabled h3::before {
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #517188;
  background-color: #fff;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.rc-collapse-content {
  padding: 0;
  margin-top: 20px;
}
.rc-collapse-content > .rc-collapse-content-box {
  margin: 0;
}
.rc-collapse-content > .rc-collapse-content-box .report-question {
  position: relative;
  padding-bottom: 1.368421052631579rem;
  padding-left: 1.5789473684210527rem;
}
.rc-collapse-content > .rc-collapse-content-box .report-question:first-child {
  margin-top: 0.2631578947368421rem;
}
.rc-collapse-content > .rc-collapse-content-box .report-question:last-child::before {
  display: none;
}
.rc-collapse-content > .rc-collapse-content-box .report-question.compare .column.-questions {
  margin-left: 0;
}
.rc-collapse-content > .rc-collapse-content-box .column.-questions {
  margin-left: 5px;
}
.rc-collapse-content > .rc-collapse-content-box .question-text {
  position: relative;
  font-size: 15px;
}
.rc-collapse-content > .rc-collapse-content-box .question-text::before {
  content: '';
  display: block;
  position: absolute;
  left: -0.9473684210526315rem;
  top: 0.631578947368421rem;
  width: 0.47368421052631576rem;
  height: 0.47368421052631576rem;
  border-radius: 50%;
  border: 0.05263157894736842rem solid #fff;
  background-color: #517188;
}
.page-report.-compare .header {
  margin-top: 50px;
  margin-bottom: 0;
}
.page-report.-compare .static {
  margin-bottom: 30px;
}
.page-report .header {
  margin-bottom: 35px;
}
.page-report .header .legend-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.page-report .header .legend-dots > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  font-size: 12px;
  line-height: 30px;
  color: #517188;
}
.page-report .header .legend-dots > .item:last-child {
  margin-right: 0;
}
.page-report .header .legend-dots .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #18bae5;
  margin-right: 5px;
}
.page-report .header .legend-dots .icon.-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  border: 3px solid rgba(24,186,229, .3);
  background-color: transparent;
}
.page-report .header .legend-dots .icon.-current > span {
  width: 100%;
  height: 100%;
  margin-right: 0;
}
.page-report .header .legend-dots .icon.-others {
  background-color: rgba(81,113,136, .5);
}
.page-report .composite h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  text-transform: none;
}
@media (min-width: 319px) and (max-width: 767px){
  .rc-collapse > .rc-collapse-item > .rc-collapse-header{
    height: auto;
  }
  .rc-collapse > .rc-collapse-item .rc-collapse-item > .rc-collapse-header{
    /* height: 45px; */
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* margin-bottom: 20px; */
  }
  .rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-indicator h3{
    font-size: 12px;
  }
  .rc-collapse-content > .rc-collapse-content-box{
    /*padding-top: 20px;*/
  }
  .titleRank, .titleScore{
    font-size: 12px;
    color: #666363;
    font-weight: 100;
  }
  .rc-collapse-content{
    margin-top: 0;
  }
  .page-report.-compare .header{
    margin-top: 0;
  }
}
@media (min-width: 639px){
  .titleRank, .titleScore{
    display: none;
  }
}
@media (min-width: 640px) and (max-width: 991px){
  .rc-collapse > .rc-collapse-item{
    margin-bottom: 0.631579rem;
  }
  .rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-category h3{
    font-size: 22px;
  }
  .page-report.-compare .header{
    margin-top: 0;
  }
  .l-content.-data-report{
    padding-top: 20px;
  }
}
.c-data-report-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#question-1 .c-data-report-dots .category {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
#question-3 .c-data-report-dots .category {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
}
.c-data-report-dots .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-data-report-dots .category > .title {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.3;
  line-height: 1.6;
  color: #517188;
}
.c-data-report-dots .category > .countries {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.c-data-report-dots .category > .countries > span {
  display: block;
  position: relative;
  width: 7px;
  height: 7px;
  background-color: rgba(24,186,229, 0.3);
  border-radius: 7px;
  margin: 0.10526315789473684rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.c-data-report-dots .category > .countries > span.highlight::after {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  background-color: rgba(81,113,136, 0.4);
  width: 11px;
  height: 11px;
  border-radius: 11px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
  -webkit-animation: pulsate 2s ease-out infinite;
          animation: pulsate 2s ease-out infinite;
  opacity: 1;
}
.c-data-report-dots .category > .countries > span:hover {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  border: 1px solid #18bae5;
}
.c-data-report-dots .category > .countries > span:hover::after {
  display: none;
}
.c-data-report-dots .category.-current > .title {
  opacity: 1;
}
.c-data-report-dots .category.-current > .countries > span {
  background-color: #517188;
  opacity: 1;
}
@-webkit-keyframes pulsate {
  0% { -webkit-transform: scale(0.8, 0.8); transform: scale(0.8, 0.8); }
  50% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
  100% { -webkit-transform: scale(0.8, 0.8); transform: scale(0.8, 0.8); }
}
.c-scores-report {
  display: block;
}
.c-scores-report.-child {
  margin-left: 1.0526315789473684rem;
}
.c-scores-report .score {
  display: block;
  text-align: center;
  font-weight: bold;
}
.c-scores-report .score.-country1 {
  color: #53caec;
}
.c-scores-report .score.-country2 {
  color: #dd5069;
}
.c-scores-report .score.-country3 {
  color: #008037;
}
.c-report-score {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 5px;
}
.c-report-score .country-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  color: #18bae5;
  margin-top: 2.8947368421052633rem;
}
.c-report-score .country-name.-country1 {
  color: #53caec;
}
.c-report-score .country-name.-country2 {
  color: #dd5069;
}
.c-report-score .country-name.-country3 {
  color: #008037;
}
.c-report-score .country-name > .compare-literal {
  display: block;
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: rgba(81,113,136, .5);
  text-transform: none;
}
.c-report-score .country-score {
  width: 100%;
  font-size: 16px;
  line-height: 1.25;
  color: rgba(81,113,136, .5);
}
.c-report-score .country-score > .compare-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-indent: 0;
}
.c-report-score .country-score .score {
  color: #517188;
  line-height: 32px;
  font-weight: bold;
}
.c-report-score .country-score .score.-composite {
  font-size: 32px;
}
.c-report-score .country-score .score.-category {
  font-size: 26px;
}
.c-report-score .country-score .score.-subcategory {
  font-size: 18px;
}
.c-report-score .country-score .score.-indicator {
  font-size: 16px;
}
.c-report-score .country-score.-country1 .compare-score span {
  color: #53caec;
}
.c-report-score .country-score.-country2 .compare-score span {
  color: #dd5069;
}
.c-report-score .country-score.-country3 .compare-score span {
  color: #008037;
}
.c-report-score td {
  font-size: 16px;
  line-height: 1.25;
  color: rgba(81,113,136, .5);
  vertical-align: baseline;
}
.c-report-score td.ranking {
  width: 100px;
}
.c-report-score .country-rank {
  font-size: 16px;
  line-height: 1.25;
  color: rgba(81,113,136, .5);
}
.c-report-score.compare {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-report-score.compare .c-table{
  margin-top:0;
  width:100%;
}
.c-report-score.compare .c-table td {
  width: 33.33%;
  text-align:left;
  border-bottom: 1px solid rgba(81,113,136, .5)
}
.c-report-score.compare .country-name {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  text-align: center;
  font-weight:800;
}
.c-report-score.compare .-category-data{
  font-size:16px;
  font-weight:800;
  margin-top:10px;
}
.c-report-score.compare .-category-data.top-margin {
  margin-top:25px;
}
.c-report-score.compare .-subcategory-data{
  font-size:12px;
  font-weight:700;
}
.c-report-score.compare.view-1 .country-name {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
}
.c-report-score.compare.view-1 td {
  width: 50%;
}
.c-report-score.compare.view-2 .country-name {
  -ms-flex-preferred-size: 33.33;
      flex-basis: 33.33;
  text-align: center;
}
.c-report-score.compare.view-2 td {
  width: 33.33;
}
.c-report-score.compare.view-3 .country-name {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: center;
}
.c-report-score.compare.view-3 td {
  width: 25%;
}
.c-tabs.\--vertical li {
  display: block;
  margin-bottom: 20px;
}
.c-tabs.\--vertical li.-active button {
  color: #18bae5;
  border-bottom: 3px solid #18bae5;
}
.c-tabs.\--vertical button {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67;
  color: #517188;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  outline: none;
  text-align: left;
}
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.c-modal > .veil {
  height: 100%;
  background: rgba(0,0,0, .3);
}
.c-modal > .container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 750px;
  padding: 50px 72px 70px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
.c-modal .container > .modal-header {
  position: relative;
  width: 100%;
  min-height: 32px;
}
.c-modal .container .btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.c-modal .container .btn-close::before, .c-modal .container .btn-close::after {
  content: '';
  position: absolute;
  height: 22px;
  width: 3px;
  background-color: #517188;
}
.c-modal .container .btn-close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-modal .container .btn-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-modal .container > .content {
  overflow: auto;
  max-height: 370px;
  margin: 15px 0;
  padding: 0 32px 0 0;
}
.c-modal .container > .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 50px;
}
.c-modal .container > .modal-footer > .btn-accept {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 25px;
  border: 0;
  min-width: 120px;
  color: #fff;
  text-transform: uppercase;
  background-color: #61b329;
  cursor: pointer;
}
.c-modal .container > .modal-footer > .btn-accept:hover {
  background-color: darken(#61b329, 5%);
}
.c-modal .content .title {
  margin-bottom: 25px;
}
.c-modal .content .question-text {
  margin-bottom: 1.0526315789473684rem;
}
.c-modal .content .question-text.-name {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 4px;
}
.c-modal .content .question-text.-description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 26px;
}
.c-modal .content .answer li {
  margin-bottom: 25px;
}
.c-modal .content .answer .text {
  line-height: 25px;
}
.c-modal .content .text.-highlighted {
  font-weight: 700;
}
.c-modal .content .text.-highlighted .-score {
  font-weight: bold;
}
.c-modal .content .text.-score {
  color: #18bae5;
  margin-right: 6px;
  font-weight: normal;
}
.c-modal .content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*
   * Especific modal contents
   */
.c-modal .share .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.c-modal .share .media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #517188;
  border-radius: 50%;
  margin-right: 20px;
}
.c-modal .share .media a:hover {
  opacity: .5;
}
.c-modal .share .media a svg {
  fill: #517188;
}
.c-modal .share h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: bold;
}
.c-modal .share input {
  padding: 15px 14px;
  border: 1px solid #517188;
  border-radius: 5px;
  width: 100%;
  margin-right: 22px;
  color: #517188;
}
.c-modal .share .c-btn {
  font-weight: bold;
}
.c-modal .download .actions {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}
.c-modal .download .actions .c-btn {
  padding: 15px 60px;
  border-radius: 50px;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-modal > .container{
    width: 90%;
    padding: 50px 20px 70px;
    max-width: 350px;
  }
  .c-modal .content .actions{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-modal .content .actions button{
    margin-top: 10px;
  }
  .c-modal .share h5{
    margin-bottom: 10px;
  }
  .c-modal .share .media{
    margin-bottom: 20px;
  }
}
.c-widget-chart {
  margin: 0.5263157894736842rem 0.5263157894736842rem 2.1052631578947367rem 0.5263157894736842rem;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-widget-chart {
    margin: 0;
  }
}
.c-widget-chart .title {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.9473684210526315rem;
}
@media (min-width: 319px) and (max-width: 768px){
  .c-widget-chart svg{
    max-width: 200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*padding: 20px;*/
  }
}
@media (min-width: 640px) and (max-width: 991px){
  .c-widget-chart .title{
    font-size: 12px;
    width: 150px;
  }
  .c-legend-overview .legend-item{
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .c-widget-chart .title{
    margin-bottom: -50px;
  }
  .l-country-overview{
    padding: 0;
    padding-top: 20px;
  }
  .c-legend-overview .legend-item{
    font-size: 12px;
  }
}
.c-fixed-header {
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0;
  z-index: 3;
  display: none;
}
.c-fixed-header.-active {
  display: inherit;
  background-color: #fff;
}
.c-fixed-header .titles {
  padding-top: 1.3157894736842106rem;
  padding-bottom: 1.3157894736842106rem;
  background-color: #fff;
}
.c-fixed-header .country-name {
  margin: 0;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-fixed-header{
    background-color: #fff;
  }
}
.c-tools-bar {
  position: relative;
  padding-top: 12px;
  width: 100%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-tools-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-tools-bar li {
  opacity: .8;
  padding: 0 12px;
  border-right: 1px solid #fff;
}
.c-tools-bar li:last-child {
  margin: 0;
  border: 0;
}
.c-tools-bar button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-tools-bar button:focus {
  outline: none;
}
.c-tools-bar button .c-icon {
  margin-right: 12px;
  margin-top: 1px;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-tools-bar li{
    padding: 0;
    border-right: none;
  }
  .c-tools-bar li:last-child{
    display: none;
  }
}
.c-icon {
  width: 20px;
  height: 20px;
}
.c-icon.-small {
  width: 15px;
  height: 15px;
}
.c-icon.-light {
  fill: #fff;
}
.c-icon.-dark {
  fill: #517188;
}
.c-hoverinfo, .datamaps-hoverover {
  padding: 0;
  border-radius: 1px;
  background-color: #fff;
  box-shadow: 1px 1px 1px #ccc;
  font-size: 12px;
  width:180px;
}
.c-hoverinfo > .header, .datamaps-hoverover > .header {
  padding: 0 15px;
  background-color: rgba(229,234,237, 0.2);
}
.c-hoverinfo > .header > .title, .datamaps-hoverover > .header > .title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
.c-hoverinfo > .content, .datamaps-hoverover > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
}
.c-hoverinfo > .content .rank, .c-hoverinfo > .content .score, .c-hoverinfo > .content .max, .datamaps-hoverover > .content .rank, .datamaps-hoverover > .content .score, .datamaps-hoverover > .content .max {
  font-size: 0.631578947368421rem;
  line-height: 1.25;
  color: #517188;
}
.c-hoverinfo > .content .rank > .data, .c-hoverinfo > .content .score > .data, .c-hoverinfo > .content .max > .data, .datamaps-hoverover > .content .rank > .data, .datamaps-hoverover > .content .score > .data, .datamaps-hoverover > .content .max > .data {
  margin: 0 0 0 6px;
  font-size: 14px;
}
.c-hoverinfo > .content .score, .datamaps-hoverover > .content .score {
  margin:  0;
}
.c-hoverinfo > .content .max, .datamaps-hoverover > .content .max {
  margin: 0 0 0 -1px;
  color: rgba(81,113,136, 0.5);
}
.c-hoverinfo > .content .legend, .datamaps-hoverover > .content .legend {
  font-size: 0.631578947368421rem;
  color: rgba(0,0,0, 0.3);
  line-height: 1.25;
}
.c-hoverinfo > .content .legend.sector-legend,.datamaps-hoverover > .content .legend.sector-legend{
  text-align:center!important;
}
.c-hoverinfo > .content .legend.year-legend, .datamaps-hoverover > .content .legend.year-legend {
  margin-left:10px;
}
.c-hoverinfo > .content > .legend, .datamaps-hoverover > .content > .legend {
  display: block;
  font-size: 0.5789473684210527rem;
  color: rgba(0,0,0, 0.3);
}
.c-hoverinfo .sector-info-wrapper, .datamaps-hoverover .sector-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin:5px 0px;
}
.c-hoverinfo .sector-info-wrapper .sector-info,.datamaps-hoverover .sector-info-wrapper .sector-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding:0px 5px;
}
.c-hoverinfo.-dual-sector, .datamaps-hoverover.-dual-sector {
  width:300px;
}
.c-hoverinfo.-dual-sector > .content, .datamaps-hoverover.-dual-sector > .content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-hoverinfo.-dual-sector .sector-info-wrapper, .datamaps-hoverover.-dual-sector .sector-info-wrapper {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  padding: 0 8px;
}
.c-hoverinfo.-dual-sector > .content > .sector, .datamaps-hoverover.-dual-sector > .content > .sector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
}
.c-hoverinfo.-dual-sector > .content > .sector > .score, .c-hoverinfo.-dual-sector > .content > .sector > .rank, .datamaps-hoverover.-dual-sector > .content > .sector > .score, .datamaps-hoverover.-dual-sector > .content > .sector > .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-hoverinfo.-dual-sector > .content > .sector:last-child, .datamaps-hoverover.-dual-sector > .content > .sector:last-child {
  position: relative;
}
.c-hoverinfo.-dual-sector > .content > .sector:last-child::before, .datamaps-hoverover.-dual-sector > .content > .sector:last-child::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
  height: 80%;
  background-color: #e5eaed;
}
.c-d3-map {
  position: relative;
  width: 100%;
  height: 500px;
}
.c-d3-map .datamaps-subunit.-hover {
  stroke: #475b6c !important;
  stroke-width: 2 !important;
  cursor: pointer;
}
@media (min-width: 319px) and (max-width: 767px) {
  .c-d3-map, .c-legend-map{
    display: none;
  }
}
.c-row {
  padding-top: 38px;
  padding-bottom: 15px;
}
.share-selected-text-main-container {
  height: auto !important;
  -webkit-transform: translateY(20px) !important;
      -ms-transform: translateY(20px) !important;
          transform: translateY(20px) !important;
}
.c-share-tooltip.share-selected-text-inner {
  background-color: #fff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.4);
}
.c-share-tooltip.share-selected-text-inner::after {
  border-color: #fff transparent transparent;
}
.c-share-tooltip.-dark.share-selected-text-inner {
  background-color: #517188;
}
.c-share-tooltip.-dark.share-selected-text-inner::after {
  border-color: #517188 transparent transparent;
}
.c-share-tooltip.-dark .share-selected-text-btn {
  color: #fff;
}
.c-share-tooltip.-dark .share-selected-text-btn:hover {
  background-color: #517188;
}
.c-share-tooltip .share-selected-text-btn {
  padding: 3px 14px;
  color: #517188;
  width: 46px;
}
.c-share-tooltip .share-selected-text-btn:hover {
  background-color: #fff;
  opacity: .5;
}
.c-share-tooltip .share-selected-text-btn i {
  font-size: 20px;
}
.c-btn {
  text-transform: uppercase;
  padding: 15px 43px;
  border-radius: 5px;
}
.c-btn:focus {
  outline: none;
}
.c-btn.-filled {
  color: #fff;
}
.c-btn.-filled.-primary {
  background-color: #53caec;
}
.c-arc {
  position: relative;
}
.c-arc .rd3-chart-title {
  position: absolute;
  max-width: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
/* Traffic ligh colors */
.c-arc .arc .slice path.-failing {
  fill: #a3282f;
}
.c-arc .arc .slice path.-weak {
  fill: #f98c42;
}
.c-arc .arc .slice path.-partial {
  fill: #fff08c;
}
.c-arc .arc .slice path.-satisfactory {
  fill: #c0ee9f;
}
.c-arc .arc .slice path.-good {
  fill: #71e27c;
}
.c-arc .arc .slice path.-gap {
  fill: rgba(42,56,68, .3);
}
.c-arc .dot {
  stroke: rgba(0, 0, 0, .3);
}
.c-arc-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.c-arc-half .arc line.-center {
  stroke: #fff;
  stroke-width: .5px;
}
.c-arc-half .arc .-law + text, .c-arc-half .arc .-practice + text {
  fill: #517188;
}
.c-arc-half .arc .-law {
  fill: white;
}
.c-arc-half .arc .-practice {
  fill: #18bae5;
}
.c-arc-half .arc .-gap {
  fill: #364a59;
}
.c-arc-half .arc .-gap + text {
  fill: white;
}
.c-arc-half .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 42px;
}
.c-arc-half .legend .legend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.c-arc-half .legend .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  color: #fff;
}
.c-arc-half .legend .item:last-child {
  margin-right: 0;
}
.c-arc-half .legend .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
}
.c-arc-half .legend .icon.-law {
  background-color: #fff;
}
.c-arc-half .legend .icon.-practice {
  background-color: #18bae5;
}
.c-arc-half .legend .icon.-gap {
  background-color: #364a59;
}
.c-countries-rank {
  width: 100%;
  height: 100%;
  max-width: 275px;
}
.c-countries-rank .bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  height: 100%;
}
.c-countries-rank .bars .rank {
  font-size: 12px;
  line-height: 20px;
  font-weight: 100;
  color: rgba(255,255,255, .8);
}
.c-countries-rank .bar {
  border-top: 1px solid #a3282f;
  margin-bottom: 3px;
}
.c-countries-rank .bar.-current {
  position: relative;
  border-width: 6px;
}
.c-countries-rank .bar.-current::before {
  content: attr(data-rank);
  position: absolute;
  top: -20px;
  left: -50px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 100;
  color: #fff;
}
.c-countries-rank .bar.-bottom::before {
  left: -32px;
}
/* TRaffic ligh colors */
.c-countries-rank .bar.-failing {
  border-color: #a3282f;
}
.c-countries-rank .bar.-weak {
  border-color: #f98c42;
}
.c-countries-rank .bar.-partial {
  border-color: #fff08c;
}
.c-countries-rank .bar.-satisfactory {
  border-color: #c0ee9f;
}
.c-countries-rank .bar.-good {
  border-color: #71e27c;
}
.c-countries-rank .bar.-no-rank {
  border-color: rgba(255,255,255, .2);
}
.c-bars-dots .y.axis path, .c-bars-dots .y.axis line {
  fill: none;
  stroke: rgba(255, 255, 255, .4);
  stroke-dasharray: 2, 2;
}
.c-bars-dots .line {
  fill: none;
  stroke: blue;
  stroke-width: 2px;
}
.c-bars-dots .tick line {
  opacity: 0.2;
}
.c-bars-dots .x.axis .domain {
  fill: none;
  stroke-width: 1;
  shape-rendering: crispEdges;
}
.c-bars-dots .x.axis .x-label {
  font-size: 12px;
  fill: #fff;
}
.c-bars-dots .x.axis .x-label.-first {
  stroke: #fff;
}
.c-bars-dots .x.axis .x-label.-no-data {
  opacity: .3;
}
.c-bars-dots .y.axis > .tick:first-child line {
  stroke: rgba(255, 255, 255, .5);
  stroke-dasharray: 0;
}
.c-bars-dots .y.axis .tick text {
  font-size: 12px;
  fill: #fff;
}
/* Traffic ligh colors */
.c-bars-dots .bars .-failing {
  fill: #a3282f;
}
.c-bars-dots .bars .-weak {
  fill: #f98c42;
}
.c-bars-dots .bars .-partial {
  fill: #fff08c;
}
.c-bars-dots .bars .-satisfactory {
  fill: #c0ee9f;
}
.c-bars-dots .bars .-good {
  fill: #71e27c;
}
.c-bars-dots .bars .-no-data {
  fill: rgba(42,56,68, 0);
}
.c-bars-dots .dots .dot {
  fill: #fff;
  stroke: rgba(0, 0, 0, .3);
}
.c-bars-dots .dots .dot.-no-data {
  fill: rgba(255,255,255, 0);
  stroke: rgba(0, 0, 0, 0);
}
@media (min-width: 319px) and (max-width: 767px) {
  .c-bars-compare {
    overflow-x: auto;
  }
}
.c-bars-compare .y.axis .tick:first-child {
  display: none;
}
.c-bars-compare .y.axis .tick text.-no-data {
  opacity: .3;
}
.c-bars-compare .y.axis .domain {
  stroke: rgba(170,176,180, .4);
  stroke-width: 2px;
  stroke-dasharray: 2, 2;
}
.c-bars-compare .x.axis .domain {
  stroke: rgba(170,176,180, .4);
  fill: none;
  stroke-dasharray: 2, 2;
}
.c-bars-compare .z.axis .tick:first-child text {
  stroke: #fff;
}
.c-bars-compare .z.axis .tick text.-no-data {
  opacity: .3;
}
.c-bars-compare .tick text {
  fill: rgba(255,255,255, .6);
  font-size: 12px;
}
.c-bars-compare .tick text.title-item {
  fill: #fff;
  stroke: #fff;
  stroke-width: .7px;
  font-size: 12px;
  letter-spacing: 1px;
}
/* TRaffic ligh colors */
.c-bars-compare .bar.-failing {
  fill: #a3282f;
}
.c-bars-compare .bar.-weak {
  fill: #f98c42;
}
.c-bars-compare .bar.-partial {
  fill: #fff08c;
}
.c-bars-compare .bar.-satisfactory {
  fill: #c0ee9f;
}
.c-bars-compare .bar.-good {
  fill: #71e27c;
}
.c-bars-compare .bar.-no-data {
  fill: rgba(42,56,68, 0);
}
.c-graph-type {
  width: 100%;
}
.c-graph-type .graph-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.c-graph-type .c-table {
  margin-top: 0;
  margin-bottom: 45px;
}
.c-graph-type .legend {
  display: none;
  font-size: 14px;
  line-height: 30px;
  margin-left: 65px;
}
.c-graph-type .legend .legend-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.c-graph-type .legend .icon {
  display: inline-block;
  margin-right: 12px;
  width: 13px;
  height: 13px;
  margin-top: 1px;
  border: 1px dashed #666;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-graph-type .graph-item .c-stacked-bars{
    margin: 0;
  }
  .c-graph-type .graph-item svg{
    width: 100%;
    height: auto;
  }
  .c-graph-type .c-table{
    margin: 20px;
    padding: 10px;
  }
}
.c-bubbles .bubbles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-bubbles .y.axis line {
  fill: none;
  stroke: rgba(255, 255, 255, .4);
  stroke-dasharray: 2, 2;
}
.c-bubbles .y.axis path {
  fill: none;
  stroke: #fff;
}
.c-bubbles .tick line {
  opacity: 0.2;
}
.c-bubbles .tick line:first-child {
  opacity: 1;
}
.c-bubbles .x.axis .domain {
  fill: none;
  stroke-width: 1;
  shape-rendering: crispEdges;
}
.c-bubbles .x.axis .x-label, .c-bubbles .x.axis .y-label {
  font-size: 12px;
  fill: #fff;
}
.c-bubbles .x.axis .x-label.-first, .c-bubbles .x.axis .y-label.-first {
  stroke: #fff;
}
.c-bubbles .y.axis > .tick:first-child line {
  stroke: #fff;
  stroke-dasharray: 0;
}
.c-bubbles .y.axis .tick text {
  font-size: 12px;
  fill: #fff;
}
.c-bubbles .bubble {
  stroke: rgba(0, 0, 0, .1);
}
/* Traffic ligh colors */
.c-bubbles .bubble.-failing {
  fill: rgba(163,40,47, 1);
}
.c-bubbles .bubble.-weak {
  fill: rgba(249,140,66, 1);
}
.c-bubbles .bubble.-partial {
  fill: rgba(255,240,140, 1);
}
.c-bubbles .bubble.-satisfactory {
  fill: rgba(192,238,159, 1);
}
.c-bubbles .bubble.-good {
  fill: rgba(113,226,124, 1);
}
.c-bubbles .bubble.-no-data {
  fill: rgba(42,56,68, .4);
}
.c-bubbles .bubble.-current {
  stroke-width: 16px;
}
.c-bubbles .bubble.-current.-failing {
  stroke: rgba(163,40,47, .6);
}
.c-bubbles .bubble.-current.-weak {
  stroke: rgba(249,140,66, .6);
}
.c-bubbles .bubble.-current.-partial {
  stroke: rgba(255,240,140, .6);
}
.c-bubbles .bubble.-current.-satisfactory {
  stroke: rgba(192,238,159, .6);
}
.c-bubbles .bubble.-current.-good {
  stroke: rgba(113,226,124, .6);
}
.c-bubbles .bubble.-current.-no-data {
  stroke: rgba(42,56,68, .4);
}
.c-table {
  margin-top: 70px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 30px;
}
.c-table tr {
  border-bottom: 1px solid rgba(255,255,255, .1);
}
.c-table tr.table-title {
  border-bottom: 0;
}
.c-table tr.table-title th {
  text-align: left;
  color: rgba(255,255,255, .6);
  font-weight: normal;
}
.c-table th {
  text-align: center;
  padding: 5px;
  line-height: 1.2em;
}
.c-table td {
  padding: 5px 0;
  text-align: center;
  line-height: 1.2em;
}
/* text-align: right; */
.c-table .punctuation span {
  display: block;
  line-height: 1em;
}
.c-table tbody tr:last-child {
  border: 0;
}
.c-table .icon-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
}
.c-table .icon-cell .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
}
/* Shapes */
.c-table .icon-cell .icon.-up {
  border-bottom: 14px solid #517188;
  border-top: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom-color: #71e27c;
}
.c-table .icon-cell .icon.-no {
  border-radius: 50%;
  background-color: #fff08c;
}
.c-table .icon-cell .icon.-down {
  border-top: 14px solid #517188;
  border-bottom: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top-color: #a3282f;
}
.c-stacked-bars {
  margin-bottom: 10px;
}
.c-stacked-bars .y.axis path, .c-stacked-bars .y.axis line {
  fill: none;
  stroke: rgba(255, 255, 255, .4);
  stroke-dasharray: 2, 2;
}
.c-stacked-bars .line {
  fill: none;
  stroke: blue;
  stroke-width: 2px;
}
.c-stacked-bars .tick line {
  opacity: 0.2;
}
.c-stacked-bars .x.axis .domain {
  fill: none;
  stroke-width: 1;
  shape-rendering: crispEdges;
}
.c-stacked-bars .x.axis .x-label {
  font-size: 12px;
  fill: #fff;
}
.c-stacked-bars .x.axis .x-label.-first {
  stroke: #fff;
}
.c-stacked-bars .y.axis > .tick:first-child line {
  stroke: rgba(255, 255, 255, .5);
  stroke-dasharray: 0;
}
.c-stacked-bars .y.axis .tick text {
  font-size: 12px;
  fill: #fff;
}
.c-stacked-bars .layer.-value .-law {
  fill: #fff;
}
.c-stacked-bars .layer.-value .-practice {
  fill: #18bae5;
}
.c-stacked-bars .layer.-gap rect {
  fill: rgba(255,255,255, 0);
  stroke-dasharray: 4, 5;
  stroke: #fff;
}
.c-tooltip-graph {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 30px;
  background-color: rgba(42,56,68, .9);
  color: #fff;
}
.c-tooltip-graph span {
  display: inline-block;
}
.c-tooltip-graph .double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.c-tooltip-graph .double span {
  display: inline-block;
}
.c-tooltip-graph .double span:first-child {
  margin-right: 10px;
}
.c-tooltip-graph .double span:last-child {
  margin-left: 10px;
}
.c-download-module {
  background: #fff;
}
.c-download-module .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 50px 0;
}
.c-download-module .content h3 {
  font-family: 'Merriweather', serif;
}
.c-download-module .content .description {
  margin: 25px 0 0;
}
.c-download-module .content .download-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px 0 0;
}
.c-download-module .content a.download-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.c-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 50px;
}
.c-images.-media-images-row{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-flow:row;
          flex-flow:row;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.c-images .image-container {
  margin: 0 auto;
  margin-bottom: 30px;
}
.c-images .image-container.-media-image{
  margin:unset;
}
.c-images .image-container:last-child {
  margin-bottom: 0;
}
.c-images .image-wrapper{
  padding:3px 10px;
}
.c-images .image {
  max-width: 100%;
  margin-bottom: 20px;
}
.c-images .image:last-child {
  margin-bottom: 0;
}
.c-menu-mobile {
  position: fixed;
  top: 0;
  width: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(81,113,136, .3);
  transition: all .2s ease-out;
}
.c-menu-mobile .menu {
  background-color: #517188;
  box-shadow: -1px 1px 2px rgba(0,0,0, .2);
  padding: 50px 30px;
  margin-left: 40px;
  height: 100%;
  width: calc(100% - 40px);
}
.c-menu-mobile .menu .close-btn {
  position: absolute;
  display: none;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.c-menu-mobile .menu .close-btn:focus {
  outline: none;
}
.c-menu-mobile .menu .close-btn .icon-close {
  fill: #fff;
}
.c-menu-mobile.-active {
  width: 100%;
}
.c-menu-mobile.-active .close-btn {
  display: inherit;
}
.c-menu-mobile .c-main-nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-menu-mobile .c-main-nav .list-container {
  display: inline-block;
  overflow-y: auto;
  overflow-x: hidden;
}
.c-menu-mobile .c-main-nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
.c-menu-mobile .c-main-nav li {
  padding: 0;
  margin-bottom: 10px;
}
.c-menu-mobile .c-main-nav li > a {
  width: 100%;
  text-align: start;
}
.c-menu-mobile .c-main-nav li > a.-current::after {
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.c-menu-mobile .c-main-nav .list-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0;
}
.c-menu-mobile .c-main-nav .section-list {
  margin-left: 40px;
  margin-top: 10px;
}
.c-menu-mobile .c-main-nav .section-list .list-item a {
  font-size: 14px;
}
@media (min-width: 640px) and (max-width: 768px){
  .c-main-nav .list .list-item > a{
    font-size: 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px){
  .c-main-nav .list .list-item > a{
    font-size: 12px;
  }
}
.c-hover-select {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.c-hover-select .label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  color: #517188;
}
.c-hover-select .styled-checkbox {
  border-radius: 0.25rem;
  margin-right: 10px;
  cursor: pointer;
}
.c-hover-select .search-wrap {
  padding: 18px 8px 10px;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}
.c-hover-select .flag-wrapper {
  width: 40px;
  display: inline-block;
}
.c-hover-select .flag {
  height: 12px;
  width: auto;
  box-shadow: rgb(0 0 0 / 25%) 0px 1px 2px;
}
.c-hover-select .country-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-hover-select .search-input {
  width: 100%;
  padding: 8px 12px;
  font-size: 12px;
  background: rgb(243, 249, 250);
  border: 1px solid #d8e1e6;
  border-radius: 18px;
  transition: all 0.15s ease-in-out;
}
.c-hover-select .search-input:focus {
  outline: none;
  border-color: rgba(9, 215, 203, 0.5);
}
.c-hover-select .dropdown-icon {
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  transition: all 200ms ease-in-out;
}
.c-hover-select .dropdown-icon-isopen {
  border-color: transparent transparent rgba(255, 255, 255, 0.8);
  border-width: 0 5px 5px;
}
.c-hover-select .dropdown-icon-isclose {
  border-color: rgba(255, 255, 255, 0.8) transparent transparent;
  border-width: 5px 5px 0;
}
.c-hover-select .title {
  cursor: pointer;
  display: inline-block;
}
.c-hover-select .show-dropdown {
  visibility: visible !important;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1 !important;
}
.c-hover-select .dropdown-wrapper {
  position: relative;
}
.c-hover-select .dropdown-selected-wrapper {
  display: inline-block !important;
  color: rgb(255, 255, 255);
  font-weight: 700;
  cursor: default;
  background: transparent;
  text-decoration: none;
  padding: 8px 36px 8px 0;
  transition: 0.15s ease-in-out;
  white-space: nowrap;
}
.c-hover-select .dropdown-selected-wrapper .dropdown-selected-value {
  font-size: 14px;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
}
@media (min-width: 319px) and (max-width: 767px) {
  .c-hover-select .dropdown-selected-wrapper .dropdown-selected-value {
    font-size: 14px;
  }
}
.c-hover-select .dropdown-selected-wrapper:hover .title {
  color: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 480px) {
  .c-hover-select .dropdown-selected-wrapper {
    font-size: 21px;
  }
}
.c-hover-select .dropdown-list-wrapper {
  padding-top: 6px;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 14px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  transition: all 300ms ease-in-out;
  box-shadow: 0px 0px 1px 1px rgba(41, 41, 41, 0.25);
}
.c-hover-select .dropdown-list-wrapper .dropdown-list {
  max-height: 350px;
  overflow: auto;
  background-color: #fff;
  border-radius: 4px;
}
/* box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.15); */
.c-hover-select .dropdown-list-wrapper .dropdown-list::before {
  // content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 17px;
  left: 17px;
}
/* box-shadow: 0 8px 40px -8px rgba(0, 0, 0, 0.15); */
.c-hover-select .dropdown-list-wrapper .dropdown-list .dropdown-list-item {
  display: block;
  padding: 10px 20px;
  color: #333333;
  font-size: 12px !important;
  font-weight: 400;
  transition: all 0.2s ease-in;
  line-height: 1.4;
  cursor: pointer;
  margin: 0;
}
.c-hover-select .dropdown-list-wrapper .dropdown-list .dropdown-list-item:not(:last-child) {
  border-bottom: 1px solid #e4eaeb;
}
.c-hover-select .dropdown-list-wrapper .dropdown-list .dropdown-list-item:hover {
  color: #53caec;
  cursor: pointer;
}
.c-hover-select .dropdown-list-wrapper .dropdown-list .dropdown-list-item > a {
  color: rgb(51, 51, 51);
  font-size: 12px !important;
  white-space: nowrap;
}
.c-hover-select .dropdown-list-wrapper .dropdown-list .dropdown-list-item > a.active {
  color: #53caec;
}
.c-hover-select .dropdown-list-wrapper .dropdown-list .dropdown-list-item > a:hover {
  color: #53caec;
  cursor: pointer;
}
.c-hover-select .dropdown-list-wrapper .dropdown-list .dropdown-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.c-hover-select .dropdown-list-wrapper .dropdown-list.limit-height {
  max-height: 300px;
  overflow-y: auto;
}
.c-hover-select.country-select .dropdown-wrapper {
  width: 100%;
  display: inline-block;
  padding: 0px 10px;
}
.c-hover-select.country-select .dropdown-selected-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 25px;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid rgb(58, 66, 76);
  color: rgb(58, 66, 76);
}
.c-hover-select.country-select .dropdown-list-wrapper {
  width: 100%;
  box-shadow: none;
}
.c-hover-select.country-select .dropdown-list-wrapper .dropdown-list .dropdown-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-hover-select.country-select .dropdown-list-wrapper .dropdown-list .dropdown-list-item:hover {
  background: #53caec;
  cursor: pointer;
  color: rgb(51, 51, 51);
}
.c-hover-select.country-select .dropdown-icon-isopen {
  border-color: transparent transparent rgb(58, 66, 76);
}
.c-hover-select.country-select .dropdown-icon-isclose {
  border-color: rgb(58, 66, 76) transparent transparent;
}
.c-hover-select.country-select .globe {
  width: 21px;
  height: 21px;
}
.c-hover-select.group-select {
  width: 100%;
}
.c-hover-select.group-select.globe-multi-select .dropdown-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-hover-select.group-select .dropdown-wrapper {
  width: 100%;
  display: inline-block;
  padding: 0px 10px;
}
.c-hover-select.group-select .dropdown-wrapper .dropdown-selected-wrapper {
  color: #517188;
}
.c-hover-select.group-select .dropdown-wrapper .dropdown-icon-isopen {
  border-color: transparent transparent #517188;
}
.c-hover-select.group-select .dropdown-wrapper .dropdown-icon-isclose {
  border-color: #517188 transparent transparent;
}
.c-hover-select.group-select.map-multi-select .dropdown-wrapper .dropdown-selected-wrapper {
  color: rgb(58, 66, 76);
}
.c-hover-select.group-select.map-multi-select .dropdown-wrapper .dropdown-list-wrapper{
  box-shadow: none;
}
.c-hover-select.group-select.map-multi-select .dropdown-icon-isopen {
  border-color: transparent transparent rgb(58, 66, 76);
}
.c-hover-select.group-select.map-multi-select .dropdown-icon-isclose {
  border-color: rgb(58, 66, 76) transparent transparent;
}
.c-home-video-wrapper {
  position: relative;
  height: 410px;
  z-index: 0;
  cursor: pointer;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px;

  border-radius: 12px;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  overflow: hidden;
}
.c-home-video-wrapper .rgi-text-wrapper {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-home-video-wrapper .rgi-text-wrapper .rgi-text {
  color: #475b6c;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.c-home-video-wrapper .video-img-wrapper {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-size: cover;
  transition: all 0.2s ease-in;
  mix-blend-mode: unset;
}
.c-home-video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 67px;
  height: 67px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.75),
      rgba(255, 255, 255, 0.6)
    );
  transition: all 0.2s ease-in;
  box-shadow: 0 2px 10px rgba(18, 41, 46, 0.1);
}
.c-home-video-wrapper .play-button:after {
  content: '';
  border-bottom: 14px solid transparent;
  border-top: 14px solid transparent;
  border-left: 20px solid #0d2481;
  display: block;
  position: absolute;
  top: 50%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-home-video-wrapper .play-button:hover {
  box-shadow: 0 2px 10px rgba(18, 41, 46, 0.6);
}
@media (max-width: 991px) {
  .c-home-video-wrapper {
    max-width: 520px;
    margin: 15px auto;
  }
}
.c-home-video-wrapper .video-modal-container-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-home-video-wrapper .video-modal-container-wrapper .video-container {
  position: relative;
  width: 80%;
  height: 80%;
  max-width: 880px;
  max-height: 495px;
  outline: none;
}
.c-home-video-wrapper .video-modal-container-wrapper .video-container .video-wrapper {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c-home-video-wrapper .video-modal-container-wrapper .video-container video {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.c-home-video-wrapper .video-modal-container-wrapper .close {
  position: absolute;
  right: -32px;
  top: -32px;
  width: 32px;
  height: 32px;
  opacity: 0.8;
  cursor: pointer;
}
.c-home-video-wrapper .video-modal-container-wrapper .close:hover {
  opacity: 1;
}
.c-home-video-wrapper .video-modal-container-wrapper .close::before, .c-home-video-wrapper .video-modal-container-wrapper .close::after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.c-home-video-wrapper .video-modal-container-wrapper .close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-home-video-wrapper .video-modal-container-wrapper .close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-home-video-wrapper:hover .video-img-wrapper {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.c-home-video-wrapper:hover .play-button {
  box-shadow: 0 2px 10px rgba(18, 41, 46, 0.25);
}
.c-home-video-wrapper:hover .play-button:hover {
  box-shadow: 0 2px 10px rgba(18, 41, 46, 0.6);
}
.c-home-video-wrapper:hover .rgi-text-wrapper .rgi-text {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
/* Modals */
.c-video-content .video-title {
  font-size: 19px;
  margin-bottom: 6px;
  font-weight: bold;
}
.c-video-content iframe {
  width: 100%;
  max-height: 300px;
}
.c-image-content .image-title {
  font-size: 19px;
  margin-bottom: 6px;
  font-weight: bold;
}
.c-image-content .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.c-image-content img {
  max-height: 365px;
}
/* Country */
.c-country-comments {
  padding-left: 2.1052631578947367rem;
  border-left: 0.21052631578947367rem solid #18bae5;
}
.c-country-comments .title {
  margin-bottom: 2.1052631578947367rem;
}
.c-country-comments ul {
  margin-top: 1.0526315789473684rem;
  padding-left: 2.1052631578947367rem;
  list-style: disc;
  color: #517188;
}
.c-country-comments li {
  list-style: disc;
}
+ .c-country-comments li {
  margin-top: 1.0526315789473684rem;
}
.c-country-comments .fake-pie-chart, .c-country-comments .fake-bar-chart {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-top: 1.0526315789473684rem;
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}
.c-country-comments .fake-bar-chart {
  width: 60%;
}
.c-country-comments .btn {
  display: inline-block;
  margin-top: 1.0526315789473684rem;
}
.c-country-description {
  width: 100%;
  padding: 80px 0;
}
.c-country-description .subtitle {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.c-country-description .country-description-text ul, .c-country-description .country-description-text ol, .c-country-description .c-key-messages ul, .c-country-description .c-key-messages ol, .c-country-description ul, .c-country-description ol{
  padding-left:1.5789473684210527rem;
}
.c-country-description .country-description-text li,.c-country-description .c-key-messages li,.c-country-description li{
  padding:0.2631578947368421rem 0;
  line-height:1.5789473684210527rem;
  list-style:disc;
}
.c-country-description .country-description-text ol li,.c-country-description .c-key-messages ol li,.c-country-description ol li{
  list-style:decimal
}
.c-country-description .bar-chart-wrapper {
  float: right;
  width: 200px;
  height: 390px;
  margin: 10px 30px;
}
@media (min-width: 768px) and (max-width: 991px){
  .tablet-compare-chart{
    padding-top: 30px;
  }
}
.c-country-profile .country-general-info {
  position: relative;
  background-color: #517188;
}
.c-country-profile .country-general-info .bottom-border {
  border-bottom: 1px solid #475b6c
}
.c-country-profile .country-general-info .border-bottom-0{
  border-bottom: none;
}
.c-country-profile .country-general-info .country-table-description{
  margin-top:30px;
}
.c-country-profile .country-general-info article {
  width: 100%;
  padding: 60px 0;
  border-bottom: 1px solid #475b6c;
  color: #fff;
}
.c-country-profile .country-general-info article p {
  color: #fff;
  text-align: justify;
}
.c-country-profile .country-general-info article p a {
  color: #fff;
  text-decoration: underline;
}
.c-country-profile .subtitle {
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
}
.c-country-profile .punctuation-table {
  margin-top: 70px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 30px;
}
.c-country-profile .punctuation-table tr {
  border-bottom: 1px solid rgba(255,255,255, .1);
}
.c-country-profile .punctuation-table th {
  text-align: center;
}
.c-country-profile .punctuation-table td {
  padding: 5px 30px;
}
.c-country-profile .punctuation-table .punctuation {
  /* text-align: right; */
}
.c-country-profile .punctuation-table tbody tr:last-child {
  border: 0;
}
.c-country-profile .punctuation-table .icon-cell {
  padding-left: 0;
  padding-right: 0;
}
.c-country-profile .punctuation-table .icon-cell .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
}
/* Shapes */
.c-country-profile .punctuation-table .icon-cell .icon.-triangle {
  border-bottom: 14px solid #517188;
  border-top: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
/* Traffic ligh colors */
.c-country-profile .punctuation-table .icon-cell .icon.-triangle.-failing {
  border-bottom-color: #a3282f;
}
.c-country-profile .punctuation-table .icon-cell .icon.-triangle.-weak {
  border-bottom-color: #f98c42;
}
.c-country-profile .punctuation-table .icon-cell .icon.-triangle.-partial {
  border-bottom-color: #fff08c;
}
.c-country-profile .punctuation-table .icon-cell .icon.-triangle.-satisfactory {
  border-bottom-color: #c0ee9f;
}
.c-country-profile .punctuation-table .icon-cell .icon.-triangle.-good {
  border-bottom-color: #71e27c;
}
.c-country-profile .punctuation-table .icon-cell .icon.-dot {
  border-radius: 50%;
}
/* Traffic ligh colors */
.c-country-profile .punctuation-table .icon-cell .icon.-dot.-failing {
  background-color: #a3282f;
}
.c-country-profile .punctuation-table .icon-cell .icon.-dot.-weak {
  background-color: #f98c42;
}
.c-country-profile .punctuation-table .icon-cell .icon.-dot.-partial {
  background-color: #fff08c;
}
.c-country-profile .punctuation-table .icon-cell .icon.-dot.-satisfactory {
  background-color: #c0ee9f;
}
.c-country-profile .punctuation-table .icon-cell .icon.-dot.-good {
  background-color: #71e27c;
}
@media (min-width: 992px){
  .c-legend-traffic-mobile{
    display: none;
  }
}
@media (min-width: 319px) and (max-width: 767px){
  h1, h2{
    font-size: 22px;
  }
  h1{
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .l-content .-data-report h1{
    font-size: 22px;
  }
  .c-country-profile .country-general-info article{
    padding: 10px 0;
  }
  .c-report-score .country-score .score.-composite{
    font-size: 22px;
  }
  .page-report .composite h2{
    /* line-height: 10px; */
    margin-bottom: 0;
    font-size: 25px;
  }
  .c-intro .-country-profile .c-globe{
    display: none;
  }
  .c-intro.-both .row.-separated, .c-intro.-country-profile .row.-separated{
    padding-top: 20px;
  }
  .c-intro p.subtitle{
    font-size: 16px;
    line-height: 25px;
  }
  .-section-title{
    font-size: 30px;
  }
  .c-country-profile .country-general-info article p{
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .c-country-profile .subtitle{
    font-size: 16px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .c-report-score .country-score{
    margin-top: -10px;
  }
  .c-overall-charts .composite{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 50px;
  }
  .c-overall-charts .legend{
    padding: 20px 20px 0 20px;
  }
  .country-score .literal{
    display: none;
  }
  .c-overall-charts .chart-item .rank{
    padding: 20px;
    width: 30%;
  }
  .c-performance-highlights .charts-items .c-bars-dots svg{
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c-overall-charts .chart-item .rank .value
  .page-report .composite h2{
    line-height: 0;
  }
  .c-report-score td{
    padding: 0 10px 10px 10px;
  }
  .c-report-score td.ranking{
    width: 0;
  }
  .c-report-score .country-score .score.-category{
    font-size: 22px;
  }
  .-subcategory .titleScore{
    font-size: 12px;
    margin-left: -20px;
  }
  .rc-collapse{
    width: 100%;
    margin-left: 14px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-category h3{
    font-size: 16px;
  }
  .rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-subcategory h3{
    font-size: 14px;
  }
  .rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-category .country-rank, .rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-category .country-rank *{
    font-size: 12px;
  }
  .rc-collapse-content > .rc-collapse-content-box .question-text{
    font-size: 12px;
  }
  .rc-collapse > .rc-collapse-item{
    margin-bottom: 0;;
  }

  .options svg{
    display: none;
  }

  .page-report .header{
    margin-bottom: 20px;
  }

  /* Legend */

  .c-legend-traffic-mobile{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 45px;
    padding-bottom: 16px;
    background: #365e71;
    z-index:2000;
    text-align: center;
    box-shadow: -1px -3px 5px -3px rgba(0,0,0,1);
  }

  .c-legend-traffic-mobile button{
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
  }

  .c-legend-traffic-mobile .view-legend{
    color: white;
  }

  .c-legend-traffic-mobile .legend-icon{
    background-image: url("/images/icons/legend.svg");
    width: 20px;
    display: inline-block;
    height: 20px;
    margin-bottom: -5px;
  }

  .c-legend-traffic-mobile .title-legend{
    padding: 10px;
    font-size: 16px;
    padding-bottom: 10px;
    margin-right: 170px;
  }

  .c-legend-traffic-mobile .close-legend{
    color: #517188;
    float: right;
    font-weight: 600;
    font-size: 22px;
  }

  .c-legend-traffic-mobile .label{
    -webkit-box-orient: vertical;
    -ms-flex-flow: column wrap;
    font-size: 12px;
    line-height: 14px;
    width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-flow: column wrap;
    float: right;
    margin-right: 100px;
    padding-top: 15px;
  }

  .c-legend-traffic-mobile .-good, .c-legend-traffic-mobile .-satisfactory, .c-legend-traffic-mobile .-partial, .c-legend-traffic-mobile .-weak, .c-legend-traffic-mobile .-failing{
    font-weight: bold;
    display: inline-block;
    width: 8px;
    height: 48px;
  }

  .c-legend-traffic-mobile .-good{
    background-color: #71e27c;
  }

  .c-legend-traffic-mobile .-satisfactory{
    background-color: #c0ee9f;
  }

  .c-legend-traffic-mobile .-partial{
    background-color: #fff08c;
  }

  .c-legend-traffic-mobile .-weak{
    background-color: #f98c42;
  }

  .c-legend-traffic-mobile .-failing{
    background-color: #a3282f;
  }
}
@media (min-width: 600px) and (max-width: 750px){
  .c-report-score td {
    padding: 0 1% 10px 1%;
  }
}
/* Fix Iphone 5*/
@media (min-width: 319px) and (max-width: 374px){
  .c-report-score .country-score .score.-category{
    font-size: 14px;
  }
  .rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-subcategory h3{
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
  }
  .c-performance-highlights .charts-items .c-bars-dots{
    padding-bottom: 10px;
  }
}
@media (min-width: 640px) and (max-width: 767px){
  /* .rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-category h3, .rc-collapse > .rc-collapse-item > .rc-collapse-header .row.-subcategory h3{
    font-size: 12px;
  } */
  .rc-collapse > .rc-collapse-item{
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .page-report .header{
    margin-bottom: 5px;
  }
  .c-country-profile .subtitle{
    font-size: 16px;
  }
  .-section-title{
    font-size: 30px;
  }
  .c-intro p.subtitle{
    font-size:16px;
  }

  /* Legend */

  .c-legend-traffic-mobile{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 45px;
    padding-bottom: 16px;
    background: #365e71;
    z-index:2000;
    text-align: center;
    box-shadow: -1px -3px 5px -3px rgba(0,0,0,1);
  }

  .c-legend-traffic-mobile button{
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
  }

  .c-legend-traffic-mobile .view-legend{
    color: white;
  }

  .c-legend-traffic-mobile .legend-icon{
    background-image: url("/images/icons/legend.svg");
    width: 20px;
    display: inline-block;
    height: 20px;
    margin-bottom: -5px;
  }

  .c-legend-traffic-mobile .title-legend{
    padding: 10px;
    font-size: 16px;
    padding-bottom: 10px;
    margin-right: 170px;
  }

  .c-legend-traffic-mobile .close-legend{
    color: #517188;
    float: right;
    font-weight: 600;
    font-size: 22px;
  }

  .c-legend-traffic-mobile .label{
    -webkit-box-orient: vertical;
    -ms-flex-flow: column wrap;
    font-size: 12px;
    line-height: 14px;
    width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-flow: column wrap;
    float: right;
    margin-right: 100px;
    padding-top: 15px;
  }

  .c-legend-traffic-mobile .-good, .c-legend-traffic-mobile .-satisfactory, .c-legend-traffic-mobile .-partial, .c-legend-traffic-mobile .-weak, .c-legend-traffic-mobile .-failing{
    font-weight: bold;
    display: inline-block;
    width: 8px;
    height: 48px;
  }

  .c-legend-traffic-mobile .-good{
    background-color: #71e27c;
  }

  .c-legend-traffic-mobile .-satisfactory{
    background-color: #c0ee9f;
  }

  .c-legend-traffic-mobile .-partial{
    background-color: #fff08c;
  }

  .c-legend-traffic-mobile .-weak{
    background-color: #f98c42;
  }

  .c-legend-traffic-mobile .-failing{
    background-color: #a3282f;
  }
}
.c-key-messages {
    margin-top: 15px;
}
.c-key-messages p {
  color: #fff;
}
.c-recommendations p {
  color: #fff;
}
.c-recommendations ul, .c-recommendations ol{
  padding-left:1.5789473684210527rem;
}
.c-recommendations li{
  padding:0.2631578947368421rem 0;
  line-height:1.5789473684210527rem;
  list-style:disc;
}
.c-recommendations ol li{
  list-style:decimal
}
.c-sectors-comparition .compare-charts .charts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 0;
}
.c-sectors-comparition .bars-compare-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 145px);
  margin: 0 0 25px 30px;
}
.c-sectors-comparition .bars-compare-legend > .bars-compare-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.c-sectors-comparition .footnote {
  margin-top: 45px;
}
@media (min-width: 319px) and (max-width: 769px){
  .c-sectors-comparition {
    width: 100%;
  }
  .c-sectors-comparition .compare-charts{
    overflow: scroll;
  }
  .c-sectors-comparition svg{
    /*width: 100%;*/
    /*height: auto;*/
  }
}
.c-performance-highlights {
  width: 100%;
}
.c-performance-highlights .intro p {
  margin-bottom: 50px;
}
.c-performance-highlights .c-table {
  width: 100%;
  margin: auto;
}
.c-performance-highlights .c-table td, .c-performance-highlights .c-table tr {
  border-bottom: 0px;
}
.c-performance-highlights .c-table .row-item-label {
  padding: 5px 5px 5px 16px;
}
.c-performance-highlights .c-table .row-item-score {
  text-align: center;
  padding: 0px 10px 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-performance-highlights .c-table .row-item-score .score-item {
  padding-bottom: 0px;
  text-align: center;
  padding: 0px 8px;
  width:43px;
}
.c-performance-highlights .c-table .category-data-wrapper {
  background: #fff;
}
.c-performance-highlights .c-table .category-data-wrapper .category-data.row-item-score {
  padding:0px 16px 0px 0px;
}
.c-performance-highlights .c-table .category-data-wrapper .category-data.row-item-score .score-item{
  padding-left: 8px;
  text-align:center;
}
.c-performance-highlights .c-table .category-data-wrapper .category-data, .c-performance-highlights .c-table .category-data-wrapper .category-data .score-item {
  font-weight: 800;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-transform:Capitalize;
}
.c-performance-highlights .c-table .subcomponent-data-wrapper .subcomponent-data {
  font-weight: 600;
  padding: 0px 16px 0px 3px;
}
.c-performance-highlights .c-table .subcomponent-data-wrapper .subcomponent-data .score-item {
  height: 100%;
  line-height: 35px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-performance-highlights .c-table .-label {
  text-align: left;
}
.c-performance-highlights .charts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 0;
  /*.c-bars-dots {
      margin-left: -25px;
    }*/
}
@media (min-width: 319px) and (max-width: 767px) {
  .c-performance-highlights .charts-items {
    /*flex-flow: inherit;*/
    /*overflow: scroll;*/
  }
  .c-performance-highlights .c-performance-highlights .intro p {
    margin-bottom: 0;
  }
}
.c-performance-highlights .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 30px;
}
.c-performance-highlights .legend .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 6px;
}
.c-overall-charts {
  background-color: #517188;
  color: #fff;
  padding-top: 65px;
  padding-bottom: 45px;
  width: 100%;
}
.c-overall-charts .title {
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-overall-charts .title{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
  }
}
.c-overall-charts .c-overall-charts .chart-item .name{
  font-size: 14px;
}
.c-overall-charts .c-overall-charts .chart-item .rank .value{
  font-size: 25px;
}
.c-overall-charts .charts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-overall-charts .composite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-overall-charts .composite .rank {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  color: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 100;
}
.c-overall-charts .composite .rank span {
  display: inline-block;
}
.c-overall-charts .composite .rank .value {
  display: inline-block;
  margin-right: 8px;
  font-size: 42px;
  line-height: 60px;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-overall-charts .composite .rank .value{
    font-size: 30px;
  }
}
.c-overall-charts .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-overall-charts .chart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  border-top: 1px solid #475b6c;
  padding-top: 25px;
}
.c-overall-charts .chart-item:first-child {
  padding: 0;
  border: 0;
}
.c-overall-charts .chart-item:last-child {
  margin: 0;
}
.c-overall-charts .chart-item .chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-overall-charts .chart-item .name {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
}
.c-overall-charts .chart-item .c-arc {
  margin-right: 40px;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-overall-charts .chart-item .c-arc {
    margin-right: 20px;
  }
}
/* Rank */
.c-overall-charts .chart-item .rank {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 100;
}
.c-overall-charts .chart-item .rank .value {
  display: inline-block;
  margin-right: 12px;
  font-size: 42px;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-overall-charts .chart-item .rank .value {
    display: inline-block;
    margin-right: 12px;
    font-size: 32px;
  }
}
.c-overall-charts .legend {
  font-size: 14px;
  line-height: 30px;
}
.c-overall-charts .legend p {
  color: #fff;
}
.c-overall-charts .legend .icon {
  display: inline-block;
  margin-right: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.c-special-institutions {
  width: 100%;
}
.c-special-institutions .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-special-institutions . th {
  font-weight: bold;
  text-align: left;
}
.c-special-institutions . th span {
  display: inline-block;
}
.c-special-institutions . td, .c-special-institutions . th {
  padding: 5px 10px;
  line-height: 22px;
}
@media (min-width: 319px) and (max-width: 767px){
  .-compare{
    padding-bottom: 0;
  }
  .c-special-institutions .table{
    display: block;
  }
  .c-special-institutions .c-table{
    margin-top: 0;
  }
  .c-special-institutions table.c-table, .c-special-institutions .c-table thead, .c-special-institutions .c-table tbody, .c-special-institutions .c-table th, .c-special-institutions .c-table td, .c-special-institutions .c-table tr {
    display: block;
  }
  .c-special-institutions .c-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .c-special-institutions .c-table tr {
    border: 1px solid #ccc;
  }
  .c-special-institutions .c-table td {
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 50%;
    text-align:left;
    padding-right: 50px;
  }
  .c-special-institutions .c-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .c-special-institutions .c-table td:nth-of-type(1):before {
    content: "Enterprise:";
  }
  .c-special-institutions .c-table td:nth-of-type(2):before {
    content: "State:";
  }
  .c-special-institutions .c-table td:nth-of-type(3):before {
    content: "Revenue:";
  }
  .c-special-institutions .c-table td:nth-of-type(4):before {
    content: "Score:";
  }
  .c-special-institutions .c-table td:nth-of-type(5):before {
    content: "(SOEs):";
  }
  .c-special-institutions .c-table td:nth-of-type(6):before {
    content: "(Oil&Gas):";
  }
}
.c-legend-map {
  max-width: 345px;
  margin: 0 auto;
}
.c-legend-map > .legend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-legend-map > .legend-list > .legend-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-legend-map > .legend-list > .legend-item > .tier-color {
  display: inline-block;
  width: 100%;
  height: 8px;
}
.c-legend-map > .legend-list > .legend-item > .tier-color.-good {
  background-color: #71e27c;
}
.c-legend-map > .legend-list > .legend-item > .tier-color.-satisfactory {
  background-color: #c0ee9f;
}
.c-legend-map > .legend-list > .legend-item > .tier-color.-partial {
  background-color: #fff08c;
}
.c-legend-map > .legend-list > .legend-item > .tier-color.-weak {
  background-color: #f98c42;
}
.c-legend-map > .legend-list > .legend-item > .tier-color.-failing {
  background-color: #a3282f;
}
.c-legend-map > .legend-list > .legend-item > .tier-color.-no-data {
  background-color: rgba(42,56,68, .4);
}
.c-legend-map > .legend-list > .legend-item > .tier-color.-good-v1 {
  background-color: #c2ddec;
}
.c-legend-map > .legend-list > .legend-item > .tier-color.-satisfactory-v1 {
  background-color: #c2ddec;
}
.c-legend-map > .legend-list > .legend-item > .tier-color.-partial-v1 {
  background-color: #c2ddec;
}
.c-legend-map > .legend-list > .legend-item > .tier-color.-weak-v1 {
  background-color: #c2ddec;
}
.c-legend-map > .legend-list > .legend-item > .tier-color.-failing-v1 {
  background-color: #c2ddec;
}
.c-legend-map > .legend-list > .legend-item > .tier-value, .c-legend-map > .legend-list > .legend-item > .tier-description {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.c-legend-map > .legend-value-definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}
.c-legend-map.-globe-legend {
  width:100%;
  margin-left:10px ;
}
.c-legend-map.-globe-legend .legend-value-definition {
  color:#53caec!important;
}
.c-legend-map.-globe-legend .tier-value, .c-legend-map.-globe-legend .tier-description {
  color: #008037!important;
}
.c-legend-traffic {
  position: absolute;
  top: 60px;
  right: 0;
  padding: 15px 10px 25px;
  background-color: rgba(71,91,108, .3);
}
.c-legend-traffic .title {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
.c-legend-traffic.-light {
  background-color: transparent;
  border: 1px solid #517188;
  border-right: 0;
}
.c-legend-traffic.-light .title, .c-legend-traffic.-light .label {
  color: #517188;
}
.c-legend-traffic .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-legend-traffic .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}
.c-legend-traffic .label span {
  display: inline-block;
}
.c-legend-traffic .color {
  display: inline-block;
  width: 8px;
  height: 48px;
  margin-right: 10px;
}
/* Traffic ligh colors */
.c-legend-traffic .color.-failing {
  background-color: #a3282f;
}
.c-legend-traffic .color.-weak {
  background-color: #f98c42;
}
.c-legend-traffic .color.-partial {
  background-color: #fff08c;
}
.c-legend-traffic .color.-satisfactory {
  background-color: #c0ee9f;
}
.c-legend-traffic .color.-good {
  background-color: #71e27c;
}
.c-legend-traffic .color.-failing-v1 {
  background-color: #c2ddec;
}
.c-legend-traffic .color.-weak-v1 {
  background-color: #c2ddec;
}
.c-legend-traffic .color.-partial-v1 {
  background-color: #c2ddec;
}
.c-legend-traffic .color.-satisfactory-v1 {
  background-color: #c2ddec;
}
.c-legend-traffic .color.-good-v1 {
  background-color: #c2ddec;
}
.c-legend-traffic .color.-no-data {
  background-color: rgba(42,56,68, .4);
}
@media (min-width: 319px) and (max-width: 992px){
  .c-legend-traffic {
    display: none;
  }
}
/* Media Center */
.c-media-press-releases > .releases-list > .releases-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-right: 5px;
  cursor: pointer;
}
.c-media-press-releases > .releases-list > .releases-item:hover {
  opacity: .7;
}
.c-media-press-releases > .releases-list > .releases-item .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-media-press-releases > .releases-list > .releases-item svg {
  margin-right: 7px;
  fill: #517188;
}
.c-media-press-releases > .releases-list > .releases-item > .release, .c-media-press-releases > .releases-list > .releases-item > .release-language {
  font-size: 14px;
  color: #517188;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.c-media-press-releases > .releases-list > .releases-item > .release {
  width: auto;
  display: inline;
  font-weight: 700;
}
.c-media-press-releases > .releases-list > .releases-item > .release + .release-language {
  margin: 0 0 0 8px;
}
.c-media-press-releases > .releases-list > .releases-item > .release-language {
  font-weight: 300;
}
.c-media-coverage > .coverage-list > .coverage-item:not(:first-child) {
  margin: 20px 0 0;
}
.c-media-coverage > .coverage-list > .coverage-item > .coverage, .c-media-coverage > .coverage-list > .coverage-item > .coverage-date {
  font-size: 14px;
  color: #517188;
  text-transform: uppercase;
}
.c-media-coverage > .coverage-list > .coverage-item > .coverage {
  line-height: 1.57;
  font-weight: 700;
  cursor: pointer;
}
.c-media-coverage > .coverage-list > .coverage-item > .coverage:hover {
  opacity: .7;
}
.c-media-coverage > .coverage-list > .coverage-item > .coverage-date {
  font-weight: 300;
  letter-spacing: .4px;
}
.c-media-contact .intro-text {
  display: inline-block;
  margin: 0 0 15px;
  font-size: 14px;
  color: #517188;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.c-media-contact > address {
  position: relative;
  padding: 0 0 35px;
  margin: 0 0 35px;
}
.c-media-contact > address::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 21px;
  height: 1px;
  background: #969696;
}
.c-media-contact > address * {
  font-size: 16px;
  color: #517188;
  font-weight: 600;
  font-style: normal;
  line-height: 1.88;
}
.c-media-contact a {
  font-size: 16px;
  color: #517188;
  font-weight: 600;
}
.c-media-contact .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 0;
  margin: 35px 0 0;
  border-top: 1px solid #969696;
}
.c-media-contact .social-list > .social-item > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-media-contact .social-list > .social-item > a > .link-literal {
  margin: 0 0 0 10px;
  font-size: 14px;
  color: #517188;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.c-media-contact .social-list > .social-item + .social-item {
  margin: 0 0 0 45px;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-intro{
    padding-top: 15px;
    padding-bottom: 1.631579rem;
  }
  .l-content.-about a{
    display: inline;
    font-size: 14px;
  }
  .c-media-contact .social-list > .social-item > a > .link-literal{
    display: none;
  }
  .c-media-coverage > .coverage-list > .coverage-item > .coverage{
    width: 90%;
  }
  .l-content .downloads{
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.c-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px 10px 30px 10px;
}
.c-thumbnail .thumbnail {
  width: 100%;
  min-height: 130px;
  background-color: #517188;
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-thumbnail .thumbnail:hover .hover-viel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-thumbnail .info {
  width: 100%;
}
.c-thumbnail .title {
  font-size: 14px;
  line-height: 14px;
  color: #517188;
  text-transform:capitalize;
  font-weight: bold;
  margin-bottom: 6px;
}
.c-thumbnail .date {
  color: #517188;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 6px;
}
.c-thumbnail .description {
  color: #517188;
  font-size: 14px;
  line-height: 14px;
}
.c-thumbnail .hover-viel {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 130px;
  background-color: rgba(0,0,0, .3);
}
.c-thumbnail .hover-viel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 22px 7px;
}
.c-thumbnail .hover-viel .main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.c-thumbnail .hover-viel .main-title svg {
  margin-right: 5px;
  fill: #fff;
}
@media print {
  @page {
    size: A4 portrait;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    margin-top: 18mm;
    margin-bottom: 18mm;
  }

  body {
    width: 210mm !important;
    margin-top: -5mm !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  .no-print {
    display: none !important;
  }

  p, h1, h2, h3, h4, .text, .title, .subtitle, .page-report .header .legend-dots > .item, .-light {
    color: black !important;
    line-height: 1.6em !important;
  }

  p a, h1 a, h2 a, h3 a, h4 a, .text a, .title a, .subtitle a, .page-report .header .legend-dots > .item a, .-light a {
    color: black !important;
    text-decoration: none !important;
  }

  .l-header {
    height: auto;
    padding: 20px 0;
    background-color: transparent;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
  }

  .l-header svg.icon-logo {
    fill: #517188;
    margin-bottom: -10px !important;
  }

  .l-header .c-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .l-header .c-header > .column {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    padding: 0 !important;
  }

  .l-header .c-header .print-title {
    display: inherit !important;
  }

  .l-header .c-header .print-title .title {
    color: #517188 !important;
  }

  .title, .subtitle {
    line-height: 1.2em !important;
  }

  .row {
    position: relative;
  }

  .table {
    display: block !important;
    position: relative;
    overflow: initial !important;
  }

  table, svg {
    display: block;
    position: relative;
    page-break-inside: avoid !important;
    page-break-before: always !important;
    -webkit-column-break-before: always !important;
            break-before: always !important;
  }

  .country-general-info h2.title, .country-general-info h2.subtitle {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .c-overall-charts {
    page-break-inside: avoid !important;
    page-break-before: always !important;
    -webkit-column-break-before: always !important;
            break-before: always !important;
  }

  .c-overall-charts .charts {
    display: inline-block;
  }

  .c-overall-charts .charts .composite, .c-overall-charts .charts .categories {
    page-break-inside: avoid !important;
    page-break-before: avoid !important;
    -webkit-column-break-before: avoid !important;
            break-before: avoid !important;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }

  .c-overall-charts .charts .c-arc {
    page-break-inside: avoid !important;
    page-break-before: avoid !important;
    -webkit-column-break-before: avoid !important;
            break-before: avoid !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .c-overall-charts .charts .c-arc .rank {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-left: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .c-overall-charts .charts .chart-item {
    page-break-inside: avoid !important;
    page-break-before: avoid !important;
    -webkit-column-break-before: avoid !important;
            break-before: avoid !important;
  }

  .row.-separated {
    padding: 0 !important;
  }

  article {
    padding: 20px 0 !important;
  }

  .c-intro {
    padding: 0;
    background-color: transparent;
  }

  .c-intro .column {
    padding: 0 !important;
  }

  .c-intro .-section-title {
    font-size: 38px;
  }

  .c-intro .intro-title {
    max-width: 100% !important;
  }

  .c-country-profile .country-general-info, .c-overall-charts {
    background-color: transparent;
  }

  /* rank chart */
  .c-countries-rank .bar.-current::before {
    font-size: 12px;
    line-height: 12px;
    top: -9px;
    left: -28px;
    color: black !important;
    font-weight: 700;
  }

  .c-countries-rank .bars .rank {
    color: black !important;
  }

  /* Overall charts */
  .c-overall-charts .composite .rank, .c-overall-charts .chart-item .name {
    color: black !important;
  }

  .c-overall-charts .legend .icon, .c-overall-charts .average {
    background-color: #666 !important;
  }

  .c-arc .dot {
    fill: #666;
  }

  /* Performance highlights */
  .c-performance-highlights .charts {}
  .c-performance-highlights .charts-items{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    overflow: hidden;
    padding-left: 60px;
  }
  .c-performance-highlights .c-bars-dots {
    margin-left: -20px !important;
  }
  .c-performance-highlights .graphs {
    page-break-inside: avoid !important;
    page-break-before: always !important;
    -webkit-column-break-before: always !important;
            break-before: always !important;
  }

  .best-sample { background-color: #666; }

  .c-bars-dots text {
    fill: black !important;
  }
  .c-bars-dots .score-value {
    fill: #fff !important;
  }

  .c-bars-dots .x.axis .x-label.-no-data {
    fill: #666 !important;
  }

  .c-bars-dots .dots .dot {
    fill: #666 !important;
  }

  .c-bars-dots .dots .dot.-no-data {
    display: none;
  }

  .c-performance-highlights .legend .icon {
    background-color: #666 !important;
  }

  .c-bars-dots .y.axis line {
    stroke: #666 !important;
  }

  .c-bars-dots .x.axis .x-label.-first {
    stroke: black !important;
  }

  .c-bars-dots .tick line {
    opacity: 1;
  }

  /* table */
  .c-table {
    color: black !important;
    margin-top: 20px;
  }
  .c-table tr {
    border-bottom: #666;
  }

  /* compare */
  .c-sectors-comparition .subtitle {
    margin-top: 30px;
  }

  .c-sectors-comparition .compare-charts {
    display: inline-block;
    page-break-inside: avoid !important;
    page-break-before: always !important;
    -webkit-column-break-before: always !important;
            break-before: always !important;
  }

  .c-sectors-comparition .compare-charts .c-bars-compare {
    page-break-inside: avoid !important;
    page-break-before: avoid !important;
    -webkit-column-break-before: avoid !important;
            break-before: avoid !important;
  }

  .bars-compare-legend {
    margin: 0 !important;
    margin-bottom: 30px !important;
  }

  .c-sectors-comparition .bars-compare-legend > .bars-compare-item {
    color: black !important;
  }

  .c-bars-compare .z.axis .tick:first-child text {
    stroke: black !important;
  }

  .c-bars-compare .tick text {
    fill: black !important;
  }

  .c-bars-compare .tick text.title-item {
    fill: black !important;
    stroke: black !important;
  }

  .c-bars-compare .y.axis .tick text.-no-data {
    fill: #666 !important;
  }

  .c-bars-compare .x.axis .domain, .c-bars-compare .y.axis .domain {
    stroke: #666;
    stroke-width: 1px;
  }

  .rc-collapse > .rc-collapse-item.rc-collapse-item-active > .rc-collapse-header .arrow {
    display: none;
  }

  /* Optional graph */
  .c-graph-type .legend {
    display: inherit;
    margin-bottom: 9px;
  }
  .c-graph-type .graph {
    page-break-inside: avoid !important;
    page-break-before: always !important;
    -webkit-column-break-before: always !important;
            break-before: always !important;
  }
  .c-graph-type .graph .c-stacked-bars {
    margin-bottom: 0;
  }
  .c-graph-type .graph .graph-item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }

  .c-stacked-bars .x.axis .x-label, .c-stacked-bars .y.axis .y-label {
    fill: #666;
  }

  .c-stacked-bars .y.axis .tick text {
    fill: black;
  }

  .c-stacked-bars .y.axis > .tick line, .c-stacked-bars .x.axis > .tick line {
    stroke: #666 !important;
  }

  .c-stacked-bars .layer.-gap rect {
    stroke: #666;
    stroke-dasharray: 2, 3;
  }

  .c-stacked-bars .layer.-value .-law {
    fill: #aaa;
  }

  /* Report */
  .c-report-score .country-score .score {
    color: black !important;
  }

  .rc-collapse > .rc-collapse-item > .rc-collapse-header .arrow {
    display: none;
  }

  /* grid */
  .row {
    max-width: 190mm;
    display: block;
    overflow: hidden;
  }

  .column {
    float: left;
  }

  .print-12 {
    max-width: 100%;
  }

  .print-11 {
    max-width: 91.66667%;
  }

  .print-8 {
    max-width: 66.66667%;
  }

  .print-7 {
    max-width: 58.33333%;
  }

  .print-6 {
    max-width: 50%;
  }

  .print-5 {
    max-width: 41.66667%;
  }

  .print-4 {
    max-width: 33.33333%;
  }

  .print-3 {
    max-width: 25%;
  }

  .print-offset-1 {
    margin-left: 8.33333%;
  }

  .print-offset-3 {
    margin-left: 25%;
  }

  .print-offset-6 {
    margin-left: 50%;
  }

  .print-offset-9 {
    margin-left: 75%;
  }
}
.compare-graphs .compare-chart-wrapper-floated {
  float: right;
  width: 45%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 5px 30px;
  min-width:440px;
}
@media (min-width: 319px) and (max-width: 767px){
  .c-country-profile .country-general-info{
    padding: 0px 0px 0px 20px;
  }

  .c-countries-rank{
    margin: 0 40px;
    width: 70%;
  }

  .compare-charts .charts-items {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 992px){
  .compare-graphs > .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .compare-charts{
    margin-left: 8.33333%;
  }
}

/*# sourceMappingURL=styles.css.map*/