@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  button:hover,
  input[type="submit"]:hover {
    background-color: #2c5999;
    color: white; }
  button:disabled,
  input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none; }
  a:hover {
    color: #2c5999; }
  a:active, a:focus {
    color: #2c5999;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

/* REPORT */
/* ABOUT */
/* BLOG */
/* CONTACT */
/* DATA */
/* ERROR */
/* LEFT BAR */
aside.left-bar {
  padding: 0; }
  aside.left-bar h1 {
    background-color: #fff; }
    @media (max-width: 37em) {
      aside.left-bar h1 {
        padding-left: 0.2em; } }
  aside.left-bar nav {
    background-color: #fff;
    padding: 0; }
    @media (min-width: 37em) {
      aside.left-bar nav {
        padding: 0.5em 0.2em; } }
    @media (max-width: 37em) {
      aside.left-bar nav {
        margin-bottom: 1em; } }
  aside.left-bar .bar {
    height: 1.5em;
    background-image: -webkit-linear-gradient( top , #fff, rgba(255, 255, 255, 0.5));
    background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.5)); }
  aside.left-bar li > ul {
    display: none; }
  @media (max-width: 37em) {
    aside.left-bar .tags {
      width: 100%; }
      aside.left-bar .tags li {
        width: 100%; }
      aside.left-bar .tags a {
        width: 100%; } }

@media (max-width: 37em) {
  aside.left-bar.fixed {
    width: 100%; }
    aside.left-bar.fixed nav {
      width: 100%; }
    aside.left-bar.fixed:not(.opened) li:not(.active) {
      display: none; } }

@media (max-width: 64em) {
  section.right-content {
    padding: 0 0.5em; } }
@media (min-width: 64em) {
  aside.left-bar {
    width: 30%;
    float: left;
    padding: 0; }
    aside.left-bar h1 {
      font-size: 2em;
      text-align: left;
      margin-bottom: 0.5em;
      background-color: transparent; }
    aside.left-bar nav {
      padding: 0;
      background-color: transparent; }
    aside.left-bar .bar {
      display: none; }

  aside.left-bar > div {
    margin-right: 1em; }

  section.right-content {
    margin-left: 32%; }

  section.right-content article:first-child h2:first-child, section.right-content h2:first-child {
    margin-top: 0; } }
@media (min-width: 66em) {
  aside.left-bar {
    width: 18em;
    float: left; }

  section.right-content {
    margin-left: 19em;
    margin-bottom: 30em; } }
/* FIXED */
@media (min-width: 64em) {
  .absolute {
    position: absolute; } }
.fixed {
  position: fixed;
  top: 0;
  z-index: 4000; }
  .fixed h1 {
    display: none; }

@media (min-width: 64em) {
  .fixed {
    top: 1em; }
    .fixed h1 {
      display: block; } }
/* TAGS */
ul.tags {
  padding: 0;
  list-style: none;
  overflow: hidden; }
  ul.tags li {
    float: left;
    margin-right: 0.1em;
    margin-bottom: 0.1em; }
    ul.tags li a {
      display: inline-block;
      background-color: #e0272a;
      font-weight: 600;
      color: #000;
      padding: 0.3em 0.5em;
      border: 0.35em solid #fff;
      border-radius: 0.6em;
      font-size: 0.9em; }
  @media (max-width: 37em) {
    ul.tags li:nth-child(1) {
      z-index: 29; }
    ul.tags li:nth-child(2) {
      z-index: 28; }
    ul.tags li:nth-child(3) {
      z-index: 27; }
    ul.tags li:nth-child(4) {
      z-index: 26; }
    ul.tags li:nth-child(5) {
      z-index: 25; }
    ul.tags li:nth-child(6) {
      z-index: 24; }
    ul.tags li:nth-child(7) {
      z-index: 23; }
    ul.tags li:nth-child(8) {
      z-index: 22; }
    ul.tags li:nth-child(9) {
      z-index: 21; }
    ul.tags li:nth-child(10) {
      z-index: 20; }
    ul.tags li:nth-child(11) {
      z-index: 19; }
    ul.tags li:nth-child(12) {
      z-index: 18; }
    ul.tags li:nth-child(13) {
      z-index: 17; }
    ul.tags li:nth-child(14) {
      z-index: 16; }
    ul.tags li:nth-child(15) {
      z-index: 15; }
    ul.tags li:nth-child(16) {
      z-index: 14; }
    ul.tags li:nth-child(17) {
      z-index: 13; }
    ul.tags li:nth-child(18) {
      z-index: 12; }
    ul.tags li:nth-child(19) {
      z-index: 11; }
    ul.tags li:nth-child(20) {
      z-index: 10; }
    ul.tags li:nth-child(21) {
      z-index: 9; }
    ul.tags li:nth-child(22) {
      z-index: 8; }
    ul.tags li:nth-child(23) {
      z-index: 7; }
    ul.tags li:nth-child(24) {
      z-index: 6; }
    ul.tags li:nth-child(25) {
      z-index: 5; }
    ul.tags li:nth-child(26) {
      z-index: 4; }
    ul.tags li:nth-child(27) {
      z-index: 3; }
    ul.tags li:nth-child(28) {
      z-index: 2; }
    ul.tags li:nth-child(29) {
      z-index: 1; } }
  ul.tags li.active a {
    color: #111;
    border-bottom: 0.35em solid #555; }

article ul.tags {
  font-size: 0.8em; }

@media (max-width: 37em) {
  .left-bar ul.tags li {
    margin-top: -0.5em;
    position: relative;
    box-shadow: 0 7px 15px -7px #333; } }
.left-bar ul.tags li a {
  border-radius: 0 0 0.6em 0.6em;
  border: none; }
  @media (min-width: 37em) {
    .left-bar ul.tags li a {
      border: 0.35em solid #fff;
      border-radius: 0.6em; } }
  @media (max-width: 37em) {
    .left-bar ul.tags li a {
      padding-top: 1em; } }

@media (max-width: 37em) {
  .left-bar.opened li.active a {
    padding: 1.5em 0.5em 0.8em 0.5em; } }
/* ARTICLE */
.right-content article, article.entry-article, .articles article {
  font-family: "Merriweather", serif;
  text-align: left; }
  .right-content article:after, article.entry-article:after, .articles article:after {
    content: "";
    display: table;
    clear: both; }
  .right-content article img:not([alt]), article.entry-article img:not([alt]), .articles article img:not([alt]) {
    width: 100%;
    margin-bottom: 0.5em; }
  .right-content article .chapter, article.entry-article .chapter, .articles article .chapter {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0;
    padding: 0.2em 0 0 0;
    text-align: left;
    text-transform: uppercase;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: red;
    color: #000;
    text-align: center; }
  .right-content article h1, article.entry-article h1, .articles article h1 {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: .5em;
    margin-top: 0;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .right-content article h1, article.entry-article h1, .articles article h1 {
        font-size: 2.6em; } }
  .right-content article h2, article.entry-article h2, .articles article h2 {
    font-family: "Merriweather", serif;
    font-style: italic;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: .9em; }
    @media screen and (min-width: 40em) {
      .right-content article h2, article.entry-article h2, .articles article h2 {
        font-size: 1.2em; } }
  .right-content article h2:before, article.entry-article h2:before, .articles article h2:before {
    content: "\25CF";
    color: red;
    font-size: 1.3em;
    margin-right: 0.2em;
    font-style: normal; }
  .right-content article h3:before, article.entry-article h3:before, .articles article h3:before {
    content: "□ ";
    color: red;
    font-size: 1.1em;
    font-style: normal; }
  .right-content article h4:before, article.entry-article h4:before, .articles article h4:before {
    content: "‣ ";
    color: red;
    font-size: 1.2em;
    font-style: normal; }
  .right-content article code, article.entry-article code, .articles article code {
    white-space: nowrap;
    font-family: monaco;
    background: #F7F7F7;
    border: 1px solid #E0E0E0;
    border-radius: 4.5px;
    padding: .1em .4em;
    font-size: .75em;
    font-style: normal; }
  .right-content article h3, article.entry-article h3, .articles article h3 {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 1em; }
  .right-content article time, article.entry-article time, .articles article time {
    color: rgba(51, 51, 51, 0.4);
    font-family: "Merriweather Sans", sans-serif;
    font-style: italic;
    font-size: 1em;
    margin-bottom: .3em; }
  .right-content article > p, article.entry-article > p, .articles article > p {
    font-family: "Merriweather", serif;
    line-height: 1.6em;
    font-size: 1em;
    margin-bottom: 1.5em; }
    .right-content article > p span, article.entry-article > p span, .articles article > p span {
      font-family: "Merriweather Sans", sans-serif;
      font-weight: 700; }
  .right-content article a.read-more, article.entry-article a.read-more, .articles article a.read-more {
    display: inline-block;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 700;
    font-size: .8em;
    text-transform: uppercase;
    margin-left: .2em;
    position: relative;
    cursor: pointer; }
    .right-content article a.read-more span, article.entry-article a.read-more span, .articles article a.read-more span {
      font-family: "Merriweather Sans", sans-serif;
      font-style: normal;
      font-size: 1.5em; }
  .right-content article hr, article.entry-article hr, .articles article hr {
    width: 3em; }
  .right-content article span.by-author, article.entry-article span.by-author, .articles article span.by-author {
    display: block;
    font-family: "Merriweather", serif;
    font-style: italic;
    text-align: right; }
  .right-content article iframe, article.entry-article iframe, .articles article iframe {
    width: 100%;
    height: 25em;
    margin-top: 1em;
    margin-bottom: 1em; }
  .right-content article ul, .right-content article ol, article.entry-article ul, article.entry-article ol, .articles article ul, .articles article ol {
    text-align: left;
    list-style-position: inside; }
  .right-content article ol li, article.entry-article ol li, .articles article ol li {
    margin-bottom: 1em; }
  .right-content article ul:not(.tags), article.entry-article ul:not(.tags), .articles article ul:not(.tags) {
    padding-left: 1.5em; }
    .right-content article ul:not(.tags) li, article.entry-article ul:not(.tags) li, .articles article ul:not(.tags) li {
      list-style: circle;
      margin-bottom: 0.5em; }

header.site-header {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 80em; }
  header.site-header:after {
    content: "";
    display: table;
    clear: both; }

header.site-header .logo {
  margin: 1.5em 0 0 0;
  display: inline-block;
  float: left;
  max-width: 100%;
  box-sizing: border-box; }
  @media (max-width: 64em) {
    header.site-header .logo {
      margin-left: 0.5em;
      margin-right: 0.5em; } }

header.site-header .top {
  background-color: white;
  padding: 0 0 0.3em 0;
  margin-bottom: 0;
  overflow: auto; }

header.site-header .bottom {
  overflow: hidden;
  box-shadow: 0 0.3em 0.3em -0.3em #111;
  font-family: arial; }
  header.site-header .bottom div {
    height: 1.6em;
    width: 25%;
    padding-top: 0.1em;
    float: left;
    background-color: #ccc;
    background-image: url(../images/world-header-1.png);
    background-size: cover;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    position: relative; }
    header.site-header .bottom div strong {
      font-weight: 900; }
    header.site-header .bottom div section {
      position: absolute;
      right: 0;
      width: 400%;
      text-align: right;
      padding-right: 0.5em; }
  header.site-header .bottom div:nth-child(1) {
    background-color: #f93845;
    border-right: 0.1em solid #94040e;
    color: #94040e;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3), 0px -1px 0px rgba(222, 7, 21, 0.7); }
  header.site-header .bottom div:nth-child(2) {
    background-color: #0096af;
    border-right: 0.1em solid #007386;
    box-shadow: inset 0.5em 0 0.8em -0.5em #f81020;
    background-image: url(../images/world-header-2.png);
    color: #006272;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3), 0px -1px 0px rgba(0, 84, 98, 0.7); }
  header.site-header .bottom div:nth-child(3) {
    background-color: #89ba00;
    border-right: 0.1em solid #638700;
    box-shadow: inset 0.5em 0 0.8em -0.5em #003f49;
    background-image: url(../images/world-header-3.png);
    color: #5c7d00;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3), 0px -1px 0px rgba(81, 110, 0, 0.7); }
  header.site-header .bottom div:nth-child(4) {
    background-color: #3EA38A;
    box-shadow: inset 0.5em 0 0.8em -0.5em #3e5400;
    background-image: url(../images/world-header-4.png);
    color: #14342c;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3), 0px -1px 0px rgba(41, 108, 91, 0.7); }
    header.site-header .bottom div:nth-child(4) a {
      color: #14342c; }
      header.site-header .bottom div:nth-child(4) a strong {
        text-transform: uppercase; }

header.site-header nav {
  overflow: auto;
  clear: right;
  padding: 1em 0.5em 1em 0;
  box-sizing: border-box; }
  @media (min-width: 40em) {
    header.site-header nav {
      width: intrinsic;
      float: right; } }
  header.site-header nav div {
    overflow: hidden; }
    @media (min-width: 40em) {
      header.site-header nav div {
        width: intrinsic; } }

@media (min-width: 40em) {
  header.site-header nav {
    padding: 1em 0 1em 1em; } }
header.site-header nav ul {
  padding: 0;
  margin: 1em 0 0 0;
  overflow: hidden; }

@media (min-width: 64em) {
  header.site-header nav ul {
    float: right;
    margin-top: 0.2em; } }
header.site-header nav li {
  float: left;
  list-style: none;
  padding: 0.2em 0 0 0;
  margin: 0;
  width: 50%;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 1.1em; }

@media (min-width: 64em) {
  header.site-header nav li {
    float: left;
    list-style: none;
    padding: 1em 0 0 1em;
    margin-left: 0.5em;
    margin-bottom: 0.4em;
    width: auto; } }
header.site-header nav li a {
  padding-bottom: 0.3em;
  display: block;
  border-bottom: 0.5em solid transparent;
  text-decoration: none; }

header.site-header nav li a:hover {
  text-decoration: underline; }

@media (min-width: 64em) {
  header.site-header nav li a {
    display: inline-block; } }
header.site-header nav li.current-menu-item a {
  border-bottom: 0.5em solid #e0272a; }

header.site-header nav li a {
  color: #111;
  font-weight: 400;
  text-transform: lowercase; }

/* BY */
.by {
  padding: 0.5em 0;
  margin: 0;
  text-align: right;
  font-weight: 300;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 80em; }
  .by:after {
    content: "";
    display: table;
    clear: both; }

.by img {
  vertical-align: middle;
  margin-left: 0.3em; }

/* DONATE */
p.donate {
  font-family: "Merriweather Sans", sans-serif !important;
  float: right;
  background-color: #e0272a;
  margin: 0;
  text-transform: uppercase; }

p.donate:hover {
  background-color: #8d1416; }

p.donate a {
  display: inline-block;
  padding: 0.2em 0.5em;
  color: #fff;
  font-weight: 400;
  text-decoration: none; }

p.donate a:hover {
  text-decoration: underline; }

/* READ MORE */
a.read-more {
  font-size: .7em;
  font-weight: 400;
  text-transform: uppercase; }
  a.read-more span {
    font-size: 1.3em;
    line-height: 0; }

/* TRANSLATOR */
div.translator {
  float: right;
  margin: 0.1em 1em 0 0; }
  div.translator > label {
    float: left;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.7em;
    text-transform: lowercase;
    color: #555; }
  div.translator > div {
    float: right; }
  div.translator div {
    font-size: 1em; }
  div.translator a:hover {
    text-decoration: none; }
  div.translator img.goog-te-gadget-icon {
    display: none; }
  div.translator .goog-te-gadget {
    font-family: Raleway, sans-serif !important; }
  div.translator div.goog-te-gadget-simple {
    background-color: transparent;
    border: none; }
  div.translator .goog-te-menu-value span:first-child {
    color: #111;
    text-transform: lowercase; }
  div.translator .goog-te-menu-value span:nth-child(3) {
    display: none; }
  div.translator .goog-te-menu-value span:last-child {
    color: #111 !important;
    font-size: 0.8em; }

div.goog-te-menu2 {
  min-height: 12em !important; }

.footer {
  background-color: #222;
  background-image: url(../images/world-light-small.png);
  background-size: cover;
  padding: 3em 1.618em;
  width: 100%;
  margin-top: 3em; }
  .footer .footer-logo {
    text-align: center;
    margin-bottom: 2em; }
  .footer .footer-links {
    margin-bottom: 1.5em; }
    .footer .footer-links:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 40em) {
      .footer .footer-links {
        margin-left: 25.58941%; } }
  .footer ul {
    margin-bottom: 3em; }
    @media screen and (min-width: 40em) {
      .footer ul {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .footer ul:last-child {
          margin-right: 0; }
        .footer ul:nth-child(3n) {
          margin-right: 0; }
        .footer ul:nth-child(3n+1) {
          clear: left; }
        .footer ul:after {
          content: "";
          display: table;
          clear: both; } }
  .footer li {
    text-align: left;
    width: 70%;
    margin: 0 auto; }
    @media screen and (min-width: 40em) {
      .footer li {
        text-align: left; } }
  .footer li a {
    color: rgba(255, 255, 255, 0.4); }
    .footer li a:hover {
      color: white; }
  .footer li h3 {
    color: white;
    font-size: 0.9em;
    font-weight: 800;
    margin-bottom: .4em;
    text-transform: uppercase; }
  .footer hr {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto 1.5em;
    width: 18em; }
  .footer p {
    color: rgba(255, 255, 255, 0.4);
    font-size: .9em;
    line-height: 1.5em;
    margin: auto;
    text-align: center; }
    .footer p a {
      color: white;
      text-decoration: underline; }
  .footer i {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-top: 0.4em;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    color: #222;
    margin: 0.5em 0.3em 0.2em 0; }
  .footer i[class~="fa-envelope"] {
    padding-top: 0.33em; }

@media (min-width: 64em) {
  .footer {
    background-image: url(../images/world-light.png); } }
/* ILLUSTRATIONS */
div.illustrations {
  position: relative;
  background-color: #4ca3a3 !important; }
  @media (min-width: 60em) {
    div.illustrations {
      background-color: transparent !important; } }
  div.illustrations article:nth-child(3) header {
    background-color: #31659a; }
    @media (min-width: 67em) {
      div.illustrations article:nth-child(3) header {
        background-color: transparent; } }
  div.illustrations article {
    display: none;
    width: 100%; }
    div.illustrations article img {
      width: 100%;
      height: 100%; }
    div.illustrations article header {
      position: absolute;
      left: 60%;
      top: 2.2em;
      width: 40%;
      color: white !important;
      font-size: 0.9em; }
      @media (min-width: 50em) {
        div.illustrations article header {
          top: 20%; } }
      @media (min-width: 67em) {
        div.illustrations article header {
          top: 30%; } }
      @media (min-width: 60em) {
        div.illustrations article header {
          font-size: 1.1em; } }
      div.illustrations article header h1 {
        color: #febd4d !important;
        font-size: 1.4em !important;
        width: 80%;
        margin: 0 !important;
        text-align: left !important; }
        @media (min-width: 50em) {
          div.illustrations article header h1 {
            font-size: 1.6em !important; } }
        @media (min-width: 60em) {
          div.illustrations article header h1 {
            font-size: 2em !important; } }
        div.illustrations article header h1 strong {
          font-size: 1em;
          font-weight: normal; }
          @media (min-width: 50em) {
            div.illustrations article header h1 strong {
              font-size: 1.2em; } }
          @media (min-width: 67em) {
            div.illustrations article header h1 strong {
              font-size: 1.5em; } }
      div.illustrations article header h2 {
        font-size: 1.4em !important;
        width: 80%;
        margin: 0 !important;
        text-align: left !important; }
        @media (min-width: 50em) {
          div.illustrations article header h2 {
            font-size: 1.6em !important; } }
        @media (min-width: 60em) {
          div.illustrations article header h2 {
            font-size: 2em !important; } }
        div.illustrations article header h2 strong {
          font-size: 1em; }
          @media (min-width: 50em) {
            div.illustrations article header h2 strong {
              font-size: 1.6em !important; } }
          @media (min-width: 67em) {
            div.illustrations article header h2 strong {
              font-size: 2.3em !important; } }
      div.illustrations article header ol {
        overflow: hidden;
        padding: 0;
        margin-top: 1em; }
        div.illustrations article header ol li {
          float: left;
          width: 40%;
          text-align: left; }
      div.illustrations article header p {
        text-align: left !important;
        color: white !important;
        width: 80%;
        margin: 1em 0 0 0 !important; }
        @media (min-width: 60em) {
          div.illustrations article header p {
            margin: 1em 0 0.1em 0 !important; } }
  div.illustrations article:first-of-type {
    display: block; }
  div.illustrations aside.illustration-buttons {
    width: 100%;
    text-align: center;
    overflow: hidden; }
    @media (min-width: 60em) {
      div.illustrations aside.illustration-buttons {
        padding-top: 3em;
        padding-right: 1em;
        width: 10%;
        height: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right; } }
    div.illustrations aside.illustration-buttons a.circle {
      display: inline-block;
      margin-left: 0.5em;
      margin-right: 0.5em;
      margin-bottom: 0.2em;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      text-decoration: none;
      font-size: 2em;
      width: 1.8em;
      height: 1.8em;
      padding-top: 0.1em;
      border-radius: 50%;
      background-color: rgba(20, 20, 20, 0.4);
      color: #ddd;
      text-align: center;
      border: 1px solid #666; }
      @media (min-width: 60em) {
        div.illustrations aside.illustration-buttons a.circle {
          margin: 0.2em 0 0.5em 0; } }
      @media (min-width: 67em) {
        div.illustrations aside.illustration-buttons a.circle {
          font-size: 2.6em; } }
    div.illustrations aside.illustration-buttons a.selected {
      background-color: #febd4d;
      color: #444;
      box-shadow: none;
      border: 1px solid transparent; }

/* ACCORDION */
div.accordion {
  overflow: hidden;
  height: 36em;
  margin-top: -1.8em;
  font-family: 'Raleway', sans-serif;
  position: relative;
  background-color: #3EA38A; }
  @media (min-width: 64em) {
    div.accordion {
      height: 32em; } }
  div.accordion #tab3 .extra {
    overflow: hidden; }
    div.accordion #tab3 .extra footer {
      background-color: #0096af; }
  div.accordion #tab4 .extra {
    padding-right: 0 !important; }
    div.accordion #tab4 .extra footer {
      background-color: #f93845; }
    div.accordion #tab4 .extra #ATA {
      fill: transparent; }
    @media (min-width: 64em) {
      div.accordion #tab4 .extra footer {
        background-color: transparent; } }
  div.accordion #tab1 aside {
    background-color: #3EA38A; }
  @media (min-width: 64em) {
    div.accordion #tab1 aside {
      background-color: transparent; } }
  div.accordion article {
    background-color: #ccc;
    width: 100%;
    height: 70%;
    float: left;
    position: absolute;
    right: 0;
    overflow: hidden;
    transition-property: right, bottom;
    transition-duration: 0.5s;
    cursor: pointer; }
    @media (min-width: 64em) {
      div.accordion article {
        width: 70%;
        height: 100%;
        top: 0; } }
    div.accordion article section.extra {
      position: absolute;
      width: 100%;
      height: 90%;
      top: 0;
      left: 0;
      text-align: left;
      padding-right: 2em; }
      @media (min-width: 64em) {
        div.accordion article section.extra {
          position: relative;
          top: auto;
          left: auto;
          width: 85.7%;
          /* 90% of 70% is 85.7% */
          height: 100%;
          float: left;
          padding-right: 0; } }
      div.accordion article section.extra .visor {
        display: none; }
      div.accordion article section.extra .extra-container {
        width: 100%;
        height: 100%; }
      div.accordion article section.extra .extra-container-padding {
        padding-top: 1em;
        padding-left: 2em; }
      div.accordion article section.extra .signature {
        display: none; }
      div.accordion article section.extra .infographic-circles {
        padding-top: 1.5em;
        overflow: hidden; }
        div.accordion article section.extra .infographic-circles .circle {
          text-align: center; }
        div.accordion article section.extra .infographic-circles > div {
          float: left;
          margin-right: 0.5em; }
        div.accordion article section.extra .infographic-circles .model {
          display: none; }
        div.accordion article section.extra .infographic-circles p {
          margin: 0 0 0.3em 0;
          font-size: 0.5em;
          min-width: 2.3em; }
        @media (min-width: 64em) {
          div.accordion article section.extra .infographic-circles p {
            font-size: 0.7em; } }
        @media (min-width: 80em) {
          div.accordion article section.extra .infographic-circles p {
            font-size: 1em; } }
      div.accordion article section.extra #map {
        padding-top: 1em; }
        @media (min-width: 64em) {
          div.accordion article section.extra #map {
            padding-top: 0; } }
        div.accordion article section.extra #map .land-group {
          transition-property: opacity;
          transition-delay: 0.1s;
          transition-duration: 0.8s; }
      div.accordion article section.extra .infographic-percentage p {
        overflow: hidden;
        margin-bottom: 1em; }
      div.accordion article section.extra .infographic-percentage img {
        width: 4%;
        margin-right: 0%;
        float: left;
        opacity: 0.3;
        transition-property: opacity;
        transition-delay: 0.5s;
        transition-duration: 0.8s; }
      @media (min-width: 70em) {
        div.accordion article section.extra .infographic-percentage img {
          width: 3%;
          margin-right: 1%; } }
      div.accordion article section.extra .infographic-percentage .infographic-icon {
        display: none; }
      div.accordion article section.extra h2 {
        margin-bottom: 0.2em;
        font-size: 0.8em; }
      @media (min-width: 64em) {
        div.accordion article section.extra h2 {
          font-size: 1.8em; } }
      div.accordion article section.extra p {
        margin-top: 1em;
        margin-bottom: 1.55em; }
        div.accordion article section.extra p i {
          margin-right: 0.1em; }
      div.accordion article section.extra footer {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        padding-left: 2em;
        padding-bottom: 1em; }
        div.accordion article section.extra footer a {
          color: white;
          font-size: 0.9em; }
    div.accordion article aside {
      position: absolute;
      width: 100%;
      height: 12%;
      padding-top: 2%;
      bottom: 0;
      z-index: 100; }
      @media (min-width: 64em) {
        div.accordion article aside {
          position: relative;
          width: 14.3%;
          /* 10% of 70% is 14.3% */
          height: 100%;
          float: right;
          bottom: auto;
          padding-left: 1em;
          padding-top: 0;
          z-index: auto; } }
      div.accordion article aside header {
        float: left;
        margin-top: -0.2em; }
        @media (min-width: 64em) {
          div.accordion article aside header {
            margin-top: 0; } }
        div.accordion article aside header h1 {
          float: left;
          padding-left: 0.5em; }
        div.accordion article aside header h2 {
          float: left;
          padding-top: 0.4em;
          margin-left: 0.8em; }
        @media (min-width: 64em) {
          div.accordion article aside header {
            width: 100%;
            float: none; }
            div.accordion article aside header h1 {
              float: none;
              padding-left: 0; }
            div.accordion article aside header h2 {
              float: none;
              padding-top: 0;
              margin-left: 0; } }
      div.accordion article aside > footer {
        text-align: center;
        position: relative;
        width: 15%;
        float: right;
        padding-bottom: 1.5em; }
        div.accordion article aside > footer i {
          font-size: 1.5em; }
        @media (min-width: 64em) {
          div.accordion article aside > footer {
            width: 100%;
            position: absolute;
            right: 0;
            bottom: 0;
            float: none; }
            div.accordion article aside > footer i {
              font-size: 3em; } }
    div.accordion article h1 {
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1.5em;
      font-weight: 500;
      margin-bottom: 0;
      color: white;
      padding-left: 0; }
    @media (min-width: 60em) {
      div.accordion article h1 {
        font-size: 2.3em;
        padding-left: 0; } }
    @media (min-width: 80em) {
      div.accordion article h1 {
        font-size: 3em; } }
    @media (min-width: 110em) {
      div.accordion article h1 {
        font-size: 4.5em; } }
    div.accordion article h2 {
      text-align: left;
      font-size: 1em;
      padding-left: 0.2em; }
    @media (min-width: 60em) {
      div.accordion article h2 {
        font-size: 0.7em; } }
    @media (min-width: 80em) {
      div.accordion article h2 {
        font-size: 1em; } }
  div.accordion article:nth-child(1) {
    background-color: #3EA38A;
    box-shadow: 0 0.5em 0.2em -0.1em #307e6b;
    bottom: 0%; }
    @media (min-width: 64em) {
      div.accordion article:nth-child(1) {
        box-shadow: 0.5em 0 0.2em -0.1em #307e6b;
        bottom: auto;
        right: 0; } }
    div.accordion article:nth-child(1) i {
      color: #307e6b; }
    div.accordion article:nth-child(1) footer i {
      color: #2a6f5e; }
    div.accordion article:nth-child(1) .extra strong {
      color: #22594b; }
  div.accordion article:nth-child(2) {
    background-color: #89ba00;
    box-shadow: 0 0.5em 0.2em -0.1em #307e6b;
    bottom: 10%; }
    @media (min-width: 64em) {
      div.accordion article:nth-child(2) {
        box-shadow: 0.5em 0 0.2em -0.1em #307e6b;
        bottom: auto;
        right: 70%; } }
    div.accordion article:nth-child(2) i {
      color: #638700; }
    div.accordion article:nth-child(2) footer i {
      color: #547300; }
    div.accordion article:nth-child(2) .extra strong {
      color: #3e5400; }
  div.accordion article:nth-child(3) {
    background-color: #0096af;
    box-shadow: 0 0.5em 0.2em -0.1em #638700;
    bottom: 20%; }
    @media (min-width: 64em) {
      div.accordion article:nth-child(3) {
        box-shadow: 0.5em 0 0.2em -0.1em #638700;
        bottom: auto;
        right: 80%; } }
    div.accordion article:nth-child(3) i {
      color: #006a7c; }
    div.accordion article:nth-child(3) footer i {
      color: #005968; }
    div.accordion article:nth-child(3) .extra strong {
      color: #003f49; }
  div.accordion article:nth-child(4) {
    background-color: #f93845;
    box-shadow: 0 0.5em 0.2em -0.1em #006a7c;
    bottom: 30%; }
    @media (min-width: 64em) {
      div.accordion article:nth-child(4) {
        box-shadow: 0.5em 0 0.2em -0.1em #006a7c;
        bottom: auto;
        right: 90%; } }
    div.accordion article:nth-child(4) i {
      color: #f70718; }
    div.accordion article:nth-child(4) footer i {
      color: #94040e; }
    div.accordion article:nth-child(4) .extra strong {
      color: #c50613; }
  div.accordion article:nth-child(4) .extra strong {
    color: #310105; }

/* BROWSER HAPPY */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* GRID */
.grid-items:after {
  content: "";
  display: table;
  clear: both; }
.grid-items .grid-item {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 11em;
  background: #6b83a6;
  width: 100%;
  overflow: hidden;
  float: left;
  padding: 2em 1em;
  border-top: 0;
  border-bottom: 1em solid white;
  border-left: 0.5em solid white;
  border-right: 0.5em solid white;
  text-align: center;
  cursor: pointer; }
  @media screen and (min-width: 53.75em) {
    .grid-items .grid-item {
      width: 33.33333%; } }
  .grid-items .grid-item:nth-child(1) {
    background-color: #47caaa; }
    .grid-items .grid-item:nth-child(1):hover {
      background-color: #32ac8e;
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover; }
  .grid-items .grid-item:nth-child(2) {
    background-color: #a9ca47; }
    .grid-items .grid-item:nth-child(2):hover {
      background-color: #8dac32;
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover; }
  .grid-items .grid-item:nth-child(3) {
    background-color: #4CA4A4; }
    .grid-items .grid-item:nth-child(3):hover {
      background-color: #3c8181;
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover; }
  .grid-items .grid-item:nth-child(4) {
    background-color: transparent; }
    .grid-items .grid-item:nth-child(4):hover {
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover; }
  .grid-items .grid-item:nth-child(5) {
    background-color: #31A782; }
    .grid-items .grid-item:nth-child(5):hover {
      background-color: #258063;
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover; }
  .grid-items .grid-item:nth-child(6) {
    background-color: #919279; }
    .grid-items .grid-item:nth-child(6):hover {
      background-color: #767761;
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover; }
  .grid-items .grid-item:nth-child(7) {
    background-color: #BDCC97; }
    .grid-items .grid-item:nth-child(7):hover {
      background-color: #a7bb75;
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover; }
.grid-items a.grid-item:hover {
  text-decoration: none; }
.grid-items .read-more {
  color: #222 !important;
  font-size: 0.8em; }
.grid-items .grid-item i {
  display: block;
  margin: auto;
  margin-bottom: 0.3em;
  color: white; }
.grid-items .grid-item h1 {
  color: #222;
  font-size: 1.5em;
  margin-bottom: .4em;
  text-align: center; }
.grid-items .grid-item p {
  margin: auto;
  color: #222; }
  @media screen and (min-width: 40em) {
    .grid-items .grid-item p {
      max-width: 95%; } }
@media screen and (min-width: 53.75em) {
  .grid-items .grid-item-big {
    width: 66.66667%; } }
@media screen and (min-width: 40em) {
  .grid-items .grid-item-big p {
    max-width: 90%; } }
.grid-items .grid-item-full {
  width: 100%;
  height: auto;
  padding: 0; }
.grid-items .grid-item-taller {
  height: 28em; }
.grid-items .grid-item-image {
  background: url(/images/lake-transparent.png);
  background-color: #6b83a6;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover; }
.grid-items .tweet {
  padding-top: 0.8em;
  padding-bottom: 0.2em;
  background-color: #DEE3C1 !important;
  text-align: left;
  height: 14em; }
  .grid-items .tweet a {
    color: #3763A0; }
  .grid-items .tweet header a {
    color: black; }
  .grid-items .tweet header img {
    float: left;
    width: 4em;
    border-radius: 50%;
    margin-right: 2em; }
  .grid-items .tweet header i {
    float: left;
    margin-right: 0.4em;
    color: #919279; }
  .grid-items .tweet header .name {
    font-weight: bold;
    display: block; }
  .grid-items .tweet header .account {
    color: #555;
    display: block; }
  .grid-items .tweet p.content {
    clear: both;
    margin: 1em 0 0 0;
    color: #333; }
.grid-items .tweet:hover {
  background-color: #cbd39e !important; }
.grid-items .news {
  padding-top: 0.8em;
  padding-bottom: 0.2em;
  text-align: left;
  position: relative;
  height: 14em; }
  .grid-items .news header {
    color: #111;
    font-weight: bold; }
  .grid-items .news p.content {
    margin: 1em 0; }
  .grid-items .news iframe, .grid-items .news img {
    display: none; }
  .grid-items .news .read-more {
    color: #0096af;
    background-color: rgba(107, 131, 166, 0.7);
    font-size: 1em;
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    padding: 1em;
    text-transform: uppercase; }
    .grid-items .news .read-more a {
      color: #333; }
  .grid-items .news a:hover {
    color: white; }
.grid-items .news:nth-of-type(1) {
  background-color: #B4C63F; }
  .grid-items .news:nth-of-type(1) .read-more {
    background-color: rgba(180, 198, 63, 0.8); }
.grid-items .news:nth-of-type(3) {
  background-color: #77D4B7; }
  .grid-items .news:nth-of-type(3) .read-more {
    background-color: rgba(119, 212, 183, 0.8); }
.grid-items .news:nth-of-type(5) {
  background-color: #88BE4A; }
  .grid-items .news:nth-of-type(5) .read-more {
    background-color: rgba(136, 190, 74, 0.8); }

.news-header {
  margin-bottom: 1.8em !important; }

.ranking-bars {
  height: 10em; }

.ranking-bars g > text {
  writing-mode: tb;
  glyph-orientation-vertical: 0;
  text-anchor: start !important;
  dominant-baseline: auto !important; }

.ranking-bars g > text:nth-of-type(odd) {
  fill: #333 !important; }

.ranking-bars g > text:first-of-type {
  fill: transparent !important; }

/* NEWSLETTER BAR */
div.follow-box {
  background-color: white !important;
  padding: 0 !important; }
  div.follow-box button {
    background-color: #4076C2; }
  div.follow-box div.sign-up {
    background-color: #919279;
    padding: 1em;
    margin-bottom: 1em;
    height: 19em; }
    div.follow-box div.sign-up p {
      margin: 0; }
    div.follow-box div.sign-up label {
      font-size: 0.8em;
      font-weight: normal; }
  div.follow-box div.links {
    background-color: #DEE3C1;
    padding: 2em 1em; }
    div.follow-box div.links ul {
      display: inline-block;
      overflow: hidden;
      width: 80%;
      margin-top: 0.2em; }
    div.follow-box div.links li {
      float: left;
      width: 33.33%;
      text-align: center; }
      div.follow-box div.links li i {
        color: #919279 !important; }
    div.follow-box div.links li:first-child {
      text-align: left; }
    div.follow-box div.links li:last-child {
      text-align: right; }

.newsletter-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0; }
  .newsletter-bar input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block; }
  .newsletter-bar div.newsletter-and-submit {
    position: relative;
    margin: 1em auto 0 auto;
    width: 90%; }
    .newsletter-bar div.newsletter-and-submit input[type=email] {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      width: 100%;
      padding: .5em .8em;
      font-size: .9em;
      font-style: italic;
      border-radius: 3px;
      margin: 0; }
      .newsletter-bar div.newsletter-and-submit input[type=email].mce_inline_error {
        background-color: white !important; }
    .newsletter-bar div.newsletter-and-submit button[type=submit] {
      position: absolute;
      top: 0em;
      right: 0em;
      bottom: 0em;
      left: 0em;
      left: auto;
      margin: 0;
      outline: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding: 5px 10px; }
  .newsletter-bar .mce_inline_error {
    background-color: transparent !important;
    color: black !important; }
  .newsletter-bar .response {
    margin-top: 0.5em;
    color: #333;
    font-size: 0.9em; }

/* RANKING */
table.ranking {
  font-size: 0.8em;
  color: black;
  table-layout: auto; }
  table.ranking img.flag {
    float: left;
    vertical-align: middle; }
  table.ranking p.country-name {
    margin: 0;
    display: inline-block;
    max-width: none;
    width: 80%;
    color: black; }
  table.ranking tr.country-row {
    display: none; }
  table.ranking tr.country-row:nth-child(1),
  table.ranking tr.country-row:nth-child(2),
  table.ranking tr.country-row:nth-child(3),
  table.ranking tr.country-row:nth-child(4),
  table.ranking tr.country-row:nth-child(5) {
    display: table-row; }
  table.ranking td {
    min-width: 15%;
    padding: 0.8em 0;
    border-bottom: none;
    border-top: 0.1em solid #555; }
  table.ranking td:first-child {
    width: 35%; }
  table.ranking td:nth-child(2) {
    width: 10%; }
  table.ranking td:nth-child(n+3) {
    font-family: Roboto, sans-serif; }
  table.ranking th {
    font-size: 0.7em;
    vertical-align: middle;
    border-bottom: 0.2em solid #ddd;
    color: black;
    text-align: center; }

/* LINE BEHIND TEXT */
.line-behind-text {
  border-bottom: 0.2em solid #CACACA;
  text-align: center;
  margin: 0 0.5em 1.5em 0.5em;
  clear: both; }
  .line-behind-text h1, .line-behind-text h2, .line-behind-text h3, .line-behind-text h4, .line-behind-text h5, .line-behind-text h6, .line-behind-text span {
    display: block;
    margin-bottom: 0em;
    background: white;
    color: #333;
    display: inline-block;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: 500;
    padding: 0 0.5em;
    position: relative;
    text-transform: uppercase;
    top: 0.9em; }

/* SIDEBAR TAGS */
ul.report-tags li:nth-child(1) a {
  background-color: #f93845; }
ul.report-tags li.active:nth-child(1) a {
  border-color: #f93845;
  border-bottom-color: #cf0614; }
ul.report-tags li:nth-child(2) a {
  background-color: #ff761c; }
ul.report-tags li.active:nth-child(2) a {
  border-color: #ff761c;
  border-bottom-color: #bf4c00; }
ul.report-tags li:nth-child(3) a {
  background-color: #AE5693; }
ul.report-tags li.active:nth-child(3) a {
  border-color: #AE5693;
  border-bottom-color: #723660; }
ul.report-tags li:nth-child(4) a {
  background-color: #89ba00; }
ul.report-tags li.active:nth-child(4) a {
  border-color: #89ba00;
  border-bottom-color: #455e00; }
ul.report-tags li:nth-child(5) a {
  background-color: #0096af; }
ul.report-tags li.active:nth-child(5) a {
  border-color: #0096af;
  border-bottom-color: #004753; }
ul.report-tags li:nth-child(6) a {
  background-color: #B18904; }
ul.report-tags li.active:nth-child(6) a {
  border-color: #B18904;
  border-bottom-color: #574402; }
ul.report-tags li:nth-child(7) a {
  background-color: #febd4d; }
ul.report-tags li.active:nth-child(7) a {
  border-color: #febd4d;
  border-bottom-color: #ee9701; }
ul.report-tags li:nth-child(8) a {
  background-color: #31659a; }
ul.report-tags li.active:nth-child(8) a {
  border-color: #31659a;
  border-bottom-color: #1b3754; }
ul.report-tags li:nth-child(9) a {
  background-color: #379A81; }
ul.report-tags li.active:nth-child(9) a {
  border-color: #379A81;
  border-bottom-color: #1f5648; }

/* ARTICLES */
section.report-articles {
  /* BOX */
  /* TABLE OF CONTENTS */
  /* Surveillance G8 table */
  /* Online And Offline Freedom table */ }
  section.report-articles ul.tags a {
    color: #0f0f0f; }
  section.report-articles img {
    height: initial !important; }
  section.report-articles section.box {
    padding: 1em;
    font-size: 0.9em;
    margin: 1em 0; }
    section.report-articles section.box h3:before {
      content: none; }
  section.report-articles nav.report-table-contents {
    margin: 1em 0 2em 0; }
    section.report-articles nav.report-table-contents h2 {
      text-align: left;
      margin: 1em 0 0.5em 0; }
    section.report-articles nav.report-table-contents > ul > li {
      margin: 0.3em 0; }
    section.report-articles nav.report-table-contents li ul {
      margin-left: 1em; }
  section.report-articles table.surveillance-g8 {
    width: 100%; }
    section.report-articles table.surveillance-g8 caption {
      margin-bottom: 1em;
      color: #222; }
    section.report-articles table.surveillance-g8 tr th {
      width: 20%;
      font-weight: 400;
      font-size: 0.6em;
      text-align: right;
      padding-right: 1em;
      color: #222; }
      @media (min-width: 37em) {
        section.report-articles table.surveillance-g8 tr th {
          width: 40%;
          font-size: 0.9em; } }
      section.report-articles table.surveillance-g8 tr th p {
        margin: 0.3em 0 0 0; }
    section.report-articles table.surveillance-g8 td {
      text-align: center;
      font-size: 0.6em;
      padding: 1.5em 0;
      border: 1px solid white; }
      @media (min-width: 37em) {
        section.report-articles table.surveillance-g8 td {
          font-size: 0.9em; } }
    section.report-articles table.surveillance-g8 .red {
      background-color: #c93e53; }
    section.report-articles table.surveillance-g8 .green {
      background-color: #b1c70d; }
    section.report-articles table.surveillance-g8 .yellow {
      background-color: #fece00; }
    section.report-articles table.surveillance-g8 .orange {
      background-color: #f39000; }
  section.report-articles table.online-offline-freedom {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    margin-bottom: 2em; }
    section.report-articles table.online-offline-freedom caption {
      margin-bottom: 1em;
      color: #222; }
    section.report-articles table.online-offline-freedom th {
      font-weight: 400;
      border: none;
      text-align: center;
      color: #688A08; }
    section.report-articles table.online-offline-freedom td {
      border-top: 1px solid #bbb;
      border-bottom: 1px solid #bbb; }
    section.report-articles table.online-offline-freedom ul {
      width: 50%;
      margin: 0.5em auto;
      padding: 0;
      color: #393B0B; }
      section.report-articles table.online-offline-freedom ul li {
        list-style-type: none !important; }
    section.report-articles table.online-offline-freedom tbody tr th {
      text-align: right;
      padding-right: 1em;
      width: 15%;
      color: #088A08; }
    section.report-articles table.online-offline-freedom .blue {
      color: #0096af; }
      section.report-articles table.online-offline-freedom .blue li {
        text-align: right; }
  section.report-articles article:nth-of-type(1) {
    /* BOX */ }
    section.report-articles article:nth-of-type(1) .chapter {
      background-color: #f93845; }
    section.report-articles article:nth-of-type(1) h2:before, section.report-articles article:nth-of-type(1) h3:before, section.report-articles article:nth-of-type(1) h4:before {
      color: #f93845; }
    section.report-articles article:nth-of-type(1) ul.tags li a {
      background-color: rgba(249, 56, 69, 0.7); }
    section.report-articles article:nth-of-type(1) section.box {
      background-color: rgba(249, 56, 69, 0.3); }
  section.report-articles article:nth-of-type(2) {
    /* BOX */ }
    section.report-articles article:nth-of-type(2) .chapter {
      background-color: #ff761c; }
    section.report-articles article:nth-of-type(2) h2:before, section.report-articles article:nth-of-type(2) h3:before, section.report-articles article:nth-of-type(2) h4:before {
      color: #ff761c; }
    section.report-articles article:nth-of-type(2) ul.tags li a {
      background-color: rgba(255, 118, 28, 0.7); }
    section.report-articles article:nth-of-type(2) section.box {
      background-color: rgba(255, 118, 28, 0.3); }
  section.report-articles article:nth-of-type(3) {
    /* BOX */ }
    section.report-articles article:nth-of-type(3) .chapter {
      background-color: #AE5693; }
    section.report-articles article:nth-of-type(3) h2:before, section.report-articles article:nth-of-type(3) h3:before, section.report-articles article:nth-of-type(3) h4:before {
      color: #AE5693; }
    section.report-articles article:nth-of-type(3) ul.tags li a {
      background-color: rgba(174, 86, 147, 0.7); }
    section.report-articles article:nth-of-type(3) section.box {
      background-color: rgba(174, 86, 147, 0.3); }
  section.report-articles article:nth-of-type(4) {
    /* BOX */ }
    section.report-articles article:nth-of-type(4) .chapter {
      background-color: #89ba00; }
    section.report-articles article:nth-of-type(4) h2:before, section.report-articles article:nth-of-type(4) h3:before, section.report-articles article:nth-of-type(4) h4:before {
      color: #89ba00; }
    section.report-articles article:nth-of-type(4) ul.tags li a {
      background-color: rgba(137, 186, 0, 0.7); }
    section.report-articles article:nth-of-type(4) section.box {
      background-color: rgba(137, 186, 0, 0.3); }
  section.report-articles article:nth-of-type(5) {
    /* BOX */ }
    section.report-articles article:nth-of-type(5) .chapter {
      background-color: #0096af; }
    section.report-articles article:nth-of-type(5) h2:before, section.report-articles article:nth-of-type(5) h3:before, section.report-articles article:nth-of-type(5) h4:before {
      color: #0096af; }
    section.report-articles article:nth-of-type(5) ul.tags li a {
      background-color: rgba(0, 150, 175, 0.7); }
    section.report-articles article:nth-of-type(5) section.box {
      background-color: rgba(0, 150, 175, 0.3); }
  section.report-articles article:nth-of-type(6) {
    /* BOX */ }
    section.report-articles article:nth-of-type(6) .chapter {
      background-color: #B18904; }
    section.report-articles article:nth-of-type(6) h2:before, section.report-articles article:nth-of-type(6) h3:before, section.report-articles article:nth-of-type(6) h4:before {
      color: #B18904; }
    section.report-articles article:nth-of-type(6) ul.tags li a {
      background-color: rgba(177, 137, 4, 0.7); }
    section.report-articles article:nth-of-type(6) section.box {
      background-color: rgba(177, 137, 4, 0.3); }
  section.report-articles article:nth-of-type(7) {
    /* BOX */ }
    section.report-articles article:nth-of-type(7) .chapter {
      background-color: #febd4d; }
    section.report-articles article:nth-of-type(7) h2:before, section.report-articles article:nth-of-type(7) h3:before, section.report-articles article:nth-of-type(7) h4:before {
      color: #febd4d; }
    section.report-articles article:nth-of-type(7) ul.tags li a {
      background-color: rgba(254, 189, 77, 0.7); }
    section.report-articles article:nth-of-type(7) section.box {
      background-color: rgba(254, 189, 77, 0.3); }
  section.report-articles article:nth-of-type(8) {
    /* BOX */ }
    section.report-articles article:nth-of-type(8) .chapter {
      background-color: #31659a; }
    section.report-articles article:nth-of-type(8) h2:before, section.report-articles article:nth-of-type(8) h3:before, section.report-articles article:nth-of-type(8) h4:before {
      color: #31659a; }
    section.report-articles article:nth-of-type(8) ul.tags li a {
      background-color: rgba(49, 101, 154, 0.7); }
    section.report-articles article:nth-of-type(8) section.box {
      background-color: rgba(49, 101, 154, 0.3); }
  section.report-articles article:nth-of-type(9) {
    /* BOX */ }
    section.report-articles article:nth-of-type(9) .chapter {
      background-color: #379A81; }
    section.report-articles article:nth-of-type(9) h2:before, section.report-articles article:nth-of-type(9) h3:before, section.report-articles article:nth-of-type(9) h4:before {
      color: #379A81; }
    section.report-articles article:nth-of-type(9) ul.tags li a {
      background-color: rgba(55, 154, 129, 0.7); }
    section.report-articles article:nth-of-type(9) section.box {
      background-color: rgba(55, 154, 129, 0.3); }

/* VISUALISATIONS */
section.hidden-visualisations {
  display: none; }

/* Ranking table */
section.ranking-table {
  display: none; }
  section.ranking-table table.report-ranking {
    font-size: 0.9em;
    table-layout: auto; }
    section.ranking-table table.report-ranking .flag {
      float: right;
      border: 1px solid #ccc; }
    section.ranking-table table.report-ranking th {
      background-color: #c93e53;
      font-weight: 400;
      color: white;
      text-align: center;
      border: 1px solid white; }
    section.ranking-table table.report-ranking td[data-title="Rank"], section.ranking-table table.report-ranking td[data-title="Score"] {
      text-align: center;
      background-color: #b1c70d;
      width: 10%;
      border: none;
      font-family: Roboto, sans-serif; }
    section.ranking-table table.report-ranking td[data-title="Country"] {
      padding: 1em;
      vertical-align: middle; }
    section.ranking-table table.report-ranking tr:nth-child(n+11) {
      display: none; }
    section.ranking-table table.report-ranking.opened tr:nth-child(n+11) {
      display: table-row; }

/* SIDEBAR TAGS */
ul.about-tags li:nth-child(1) a {
  background-color: #f93845; }
ul.about-tags li.active:nth-child(1) a {
  border-color: #f93845;
  border-bottom-color: #de0715; }
ul.about-tags li:nth-child(2) a {
  background-color: #0096af; }
ul.about-tags li.active:nth-child(2) a {
  border-color: #0096af;
  border-bottom-color: #005462; }
ul.about-tags li:nth-child(3) a {
  background-color: #89ba00; }
ul.about-tags li.active:nth-child(3) a {
  border-color: #89ba00;
  border-bottom-color: #516e00; }
ul.about-tags li:nth-child(4) a {
  background-color: #AE5693; }
ul.about-tags li.active:nth-child(4) a {
  border-color: #AE5693;
  border-bottom-color: #7c3b68; }
ul.about-tags li:nth-child(5) a {
  background-color: #ff761c; }
ul.about-tags li.active:nth-child(5) a {
  border-color: #ff761c;
  border-bottom-color: #cf5200; }
ul.about-tags li:nth-child(6) a {
  background-color: #B18904; }
ul.about-tags li.active:nth-child(6) a {
  border-color: #B18904;
  border-bottom-color: #664f02; }
ul.about-tags li:nth-child(7) a {
  background-color: #4CA4A4; }
ul.about-tags li.active:nth-child(7) a {
  border-color: #4CA4A4;
  border-bottom-color: #347070; }

/* ARTICLES */
section.about-articles h2 {
  text-align: left; }
section.about-articles ul {
  margin: 1em 0; }
section.about-articles ul.images {
  padding: 0;
  overflow: hidden;
  margin-bottom: 2em; }
  section.about-articles ul.images li {
    float: left;
    width: 33%;
    text-align: center; }
    section.about-articles ul.images li div {
      line-height: 15em; }
    section.about-articles ul.images li img {
      width: 90%;
      height: auto;
      vertical-align: middle; }
section.about-articles iframe {
  height: 18em; }
  @media (min-width: 40em) {
    section.about-articles iframe {
      height: 28em; } }
  @media (min-width: 64em) {
    section.about-articles iframe {
      height: 34em; } }
section.about-articles ul.tags {
  margin-bottom: 0.5em; }
  section.about-articles ul.tags a {
    color: #0f0f0f;
    font-family: Raleway, sans-serif; }
section.about-articles article:nth-of-type(1) .chapter {
  background-color: #f93845; }
section.about-articles article:nth-of-type(1) h2:before, section.about-articles article:nth-of-type(1) h3:before, section.about-articles article:nth-of-type(1) h4:before, section.about-articles article:nth-of-type(1) h5:before {
  color: #f93845; }
section.about-articles article:nth-of-type(1) ul.tags li a {
  background-color: #fa606a; }
section.about-articles article:nth-of-type(2) .chapter {
  background-color: #0096af; }
section.about-articles article:nth-of-type(2) h2:before, section.about-articles article:nth-of-type(2) h3:before, section.about-articles article:nth-of-type(2) h4:before, section.about-articles article:nth-of-type(2) h5:before {
  color: #0096af; }
section.about-articles article:nth-of-type(2) ul.tags li a {
  background-color: #00cff2; }
section.about-articles article:nth-of-type(3) .chapter {
  background-color: #89ba00; }
section.about-articles article:nth-of-type(3) h2:before, section.about-articles article:nth-of-type(3) h3:before, section.about-articles article:nth-of-type(3) h4:before, section.about-articles article:nth-of-type(3) h5:before {
  color: #89ba00; }
section.about-articles article:nth-of-type(3) ul.tags li a {
  background-color: #b9fb00; }
section.about-articles article:nth-of-type(4) .chapter {
  background-color: #AE5693; }
section.about-articles article:nth-of-type(4) h2:before, section.about-articles article:nth-of-type(4) h3:before, section.about-articles article:nth-of-type(4) h4:before, section.about-articles article:nth-of-type(4) h5:before {
  color: #AE5693; }
section.about-articles article:nth-of-type(4) ul.tags li a {
  background-color: #be78a9; }
section.about-articles article:nth-of-type(5) .chapter {
  background-color: #ff761c; }
section.about-articles article:nth-of-type(5) h2:before, section.about-articles article:nth-of-type(5) h3:before, section.about-articles article:nth-of-type(5) h4:before, section.about-articles article:nth-of-type(5) h5:before {
  color: #ff761c; }
section.about-articles article:nth-of-type(5) ul.tags li a {
  background-color: #ff9149; }
section.about-articles article:nth-of-type(6) .chapter {
  background-color: #B18904; }
section.about-articles article:nth-of-type(6) h2:before, section.about-articles article:nth-of-type(6) h3:before, section.about-articles article:nth-of-type(6) h4:before, section.about-articles article:nth-of-type(6) h5:before {
  color: #B18904; }
section.about-articles article:nth-of-type(6) ul.tags li a {
  background-color: #f1bb05; }
section.about-articles article:nth-of-type(7) .chapter {
  background-color: #4CA4A4; }
section.about-articles article:nth-of-type(7) h2:before, section.about-articles article:nth-of-type(7) h3:before, section.about-articles article:nth-of-type(7) h4:before, section.about-articles article:nth-of-type(7) h5:before {
  color: #4CA4A4; }
section.about-articles article:nth-of-type(7) ul.tags li a {
  background-color: #6bbbbb; }

/* READ MORE */
.element-hidden {
  display: none; }

.element-shown {
  display: block; }

/* SIDEBAR TAGS */
.sidebar-title:nth-child(2) {
  display: none; }

ul {
  overflow: hidden; }

li.cat-item {
  float: left;
  margin-right: 0.2em;
  font-size: 1em; }

.cat-links {
  color: transparent;
  text-align: right; }

.cat-links a, li.cat-item a {
  display: inline-block;
  background-color: #379A81;
  padding: 0.1em 0.3em;
  color: white;
  border-radius: 0.2em;
  margin-bottom: 0.6em; }

/* Gallery */
.cat-links a[href$="/gallery/"], li.cat-item a[href$="/gallery/"] {
  background-color: #f93845; }

/* In the press */
.cat-links a[href$="/in-the-press/"], li.cat-item a[href$="/in-the-press/"] {
  background-color: #0096af; }

/* Latest news */
.cat-links a[href$="/latest-news/"], li.cat-item a[href$="/latest-news/"] {
  background-color: #89ba00; }

/* News media */
.cat-links a[href$="/blog/"], li.cat-item a[href$="/blog/"] {
  background-color: #AE5693; }

/* ARTICLES */
section.blog-articles article, section.articles article {
  margin-bottom: 2.5em;
  padding-bottom: 0.5em;
  border-bottom: 0.1em solid #ccc; }
section.blog-articles h1, section.articles h1 {
  font-size: 2.2em; }
  section.blog-articles h1 a, section.articles h1 a {
    color: #333;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 1em;
    font-weight: 700; }
section.blog-articles ul.tags a, section.articles ul.tags a {
  color: #0f0f0f; }
section.blog-articles .cat-links a, section.articles .cat-links a {
  font-size: 0.8em; }
section.blog-articles .entry-meta, section.articles .entry-meta {
  margin-bottom: 1em; }
section.blog-articles .entry-date, section.articles .entry-date {
  margin-right: 0.5em; }
section.blog-articles figure, section.articles figure {
  margin: 0;
  width: 100% !important; }
  section.blog-articles figure img, section.articles figure img {
    width: 100%;
    height: auto; }

/* GALLERY */
div.hslice {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-right: 0 !important;
  overflow: hidden; }
  div.hslice:after {
    content: "";
    display: table;
    clear: both; }
  div.hslice a {
    display: inline-block;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    width: 33.33%;
    margin: 0;
    float: left;
    line-height: 0.7em; }
    div.hslice a:last-child {
      margin-right: 0; }
    div.hslice a img {
      width: 100%; }

aside.left-bar .line-behind-text {
  margin-left: 0;
  margin-right: 0; }
  aside.left-bar .line-behind-text span {
    font-size: 0.8em; }

.view-all-photos {
  margin-right: 1em; }

.entry-content .gallery img {
  width: auto !important; }

div.half {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-top: 2em; }
  div.half:last-child {
    margin-right: 0; }

div.half:nth-of-type(2) {
  background-color: #DADBC1;
  padding: 1em; }

form select {
  width: 100%;
  margin-left: 0.1em;
  margin-right: 0.1em; }
form input[type=submit] {
  background-color: #379A81; }
form input[type=submit]:hover {
  background-color: #1c4f42; }

div.box {
  padding: 1em;
  background-color: #a9ca47;
  margin-bottom: 2em;
  overflow: hidden; }
  div.box h1 {
    margin-bottom: 0;
    color: #333; }

div.box:nth-of-type(2) {
  background-color: #5FBEBE; }

div.box:nth-of-type(3) {
  margin-bottom: 0;
  background-color: transparent; }

div.box-follow {
  text-align: center;
  padding-top: 1em; }
  div.box-follow a {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
    display: inline-block;
    padding: 2em 0 1.5em 0;
    color: #222; }
    div.box-follow a:last-child {
      margin-right: 0; }
  div.box-follow i {
    margin-bottom: 0.2em;
    color: white; }
  div.box-follow a:nth-child(1) {
    background-color: #4CA4A4; }
  div.box-follow a:nth-child(1):hover {
    background-color: #2c5e5e;
    color: white; }
  div.box-follow a:nth-child(2) {
    background-color: #8cc24c; }
  div.box-follow a:nth-child(2):hover {
    background-color: #587d2b;
    color: white; }
  div.box-follow a:nth-child(3) {
    background-color: #919279; }
  div.box-follow a:nth-child(3):hover {
    background-color: #5a5b4a;
    color: white; }

.data-right-content {
  min-height: 60em;
  margin-top: 0.3em;
  position: relative; }
  @media (max-width: 64em) {
    .data-right-content {
      padding: 0 0.5em; } }

/* TABS */
.first-section {
  background-color: white;
  padding-top: 0em;
  z-index: -1; }

.first-section .fixed {
  top: 1em; }

.tab.absolute {
  position: absolute;
  left: 0; }

.tab {
  width: 100%;
  margin-top: -0.5em; }
  .tab > header {
    box-sizing: border-box;
    position: relative;
    min-height: 2.5em; }
    .tab > header div {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 70%;
      max-width: 12em;
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      margin-left: 0.5em;
      margin-bottom: -1px;
      padding: 0.4em  1em 0.6em 1em;
      border-radius: 3px 3px 0 0;
      box-shadow: 0 -5px 5px -5px #333;
      z-index: 1000; }
      .tab > header div h2 {
        margin: 0;
        text-align: center;
        font-size: 1.1em; }
      .tab > header div i {
        margin-right: 0.5em;
        position: absolute;
        font-size: 1.4em; }
  .tab > .tab-content {
    border-top: 1px solid #666;
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-shadow: 0px 3px 3px #888, 0px -3px 3px #aaa;
    z-index: 0; }

.indicator-header div {
  background-color: #f93845;
  border-top: 2px solid #c50613 !important;
  border-left: 2px solid #c50613 !important;
  color: #310105 !important; }
  .indicator-header div i {
    color: #94040e; }

.country-header {
  margin-left: 15% !important; }
  .country-header div {
    background-color: #89ba00;
    border-top: 2px solid #638700 !important;
    border-left: 2px solid #638700 !important;
    color: #2b3a00 !important; }
    .country-header div i {
      color: #3e5400; }

/* COLLAPSABLE */
.collapsable {
  background-color: white;
  padding: 0 0 0.5em 0;
  position: relative;
  overflow-y: hidden; }
  .collapsable .collapsable {
    padding: 0.5em 0 0 0;
    margin: 0.5em 0 0 0;
    border: none;
    border-top: 0.1em solid #eee;
    box-shadow: none; }
  .collapsable .collapsable:first-child {
    border: none;
    margin: 0 0 0.5em 0;
    padding: 0; }
  .collapsable section {
    padding: 0 0.5em; }
  .collapsable section.info label {
    color: #888;
    font-weight: 500;
    text-align: left;
    font-style: italic; }
  .collapsable section.info h2 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    font-size: 1em;
    font-weight: 300;
    font-style: normal;
    margin-top: 0.2em;
    text-align: justify !important;
    padding: 0 !important; }
  .collapsable .icons {
    font-size: 0.8em;
    line-height: 1.25;
    padding-top: 0.1em;
    float: left;
    color: #555; }
    .collapsable .icons span.name {
      font-size: 0.8em; }
    .collapsable .icons span.value {
      color: #006a7c; }
      .collapsable .icons span.value a {
        color: #006a7c; }
    .collapsable .icons i {
      margin-left: 1em;
      line-height: 0.6em; }
    .collapsable .icons i:first-child {
      margin-left: 0; }
  .collapsable span.full-details {
    float: right;
    margin-right: 1em;
    margin-top: -0.1em;
    font-size: 0.8em;
    color: #555;
    text-transform: lowercase; }
  .collapsable .hierarchy2 {
    overflow: hidden;
    float: left;
    font-size: 0.8em;
    max-width: 95%; }
    .collapsable .hierarchy2 li {
      float: left;
      max-width: 25%; }
      .collapsable .hierarchy2 li a {
        display: block;
        position: relative;
        float: left;
        border-radius: 0.2em;
        padding: 0.2em 0.4em;
        background-color: #ccc;
        color: #333;
        height: 3.6em;
        overflow: hidden; }
        .collapsable .hierarchy2 li a span {
          display: block;
          font-size: 0.8em; }
        .collapsable .hierarchy2 li a span.type {
          font-size: 0.7em;
          text-transform: lowercase;
          width: 100%;
          text-align: center; }
      .collapsable .hierarchy2 li a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid #a5630d;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2; }
      .collapsable .hierarchy2 li i {
        margin: 1.5em 0.5em 0 0.4em;
        float: left; }
    .collapsable .hierarchy2 .index a {
      display: table-cell;
      vertical-align: middle; }
    .collapsable .hierarchy2 .subindex, .collapsable .hierarchy2 .component, .collapsable .hierarchy2 .indicator {
      display: none; }
    .collapsable .hierarchy2 li.subindex[data-subindex="UNIVERSAL_ACCESS"] a {
      background-color: rgba(249, 56, 69, 0.8); }
    .collapsable .hierarchy2 li.component[data-subindex="UNIVERSAL_ACCESS"] a {
      background-color: rgba(249, 56, 69, 0.5); }
    .collapsable .hierarchy2 li.indicator[data-subindex="UNIVERSAL_ACCESS"] a {
      background-color: rgba(249, 56, 69, 0.3); }
    .collapsable .hierarchy2 li.subindex[data-subindex="FREEDOM_AND_OPENNESS"] a {
      background-color: rgba(0, 150, 175, 0.8); }
    .collapsable .hierarchy2 li.component[data-subindex="FREEDOM_AND_OPENNESS"] a {
      background-color: rgba(0, 150, 175, 0.5); }
    .collapsable .hierarchy2 li.indicator[data-subindex="FREEDOM_AND_OPENNESS"] a {
      background-color: rgba(0, 150, 175, 0.3); }
    .collapsable .hierarchy2 li.subindex[data-subindex="RELEVANT_CONTENT_AND_USE"] a {
      background-color: rgba(137, 186, 0, 0.8); }
    .collapsable .hierarchy2 li.component[data-subindex="RELEVANT_CONTENT_AND_USE"] a {
      background-color: rgba(137, 186, 0, 0.5); }
    .collapsable .hierarchy2 li.indicator[data-subindex="RELEVANT_CONTENT_AND_USE"] a {
      background-color: rgba(137, 186, 0, 0.3); }
    .collapsable .hierarchy2 li.subindex[data-subindex="EMPOWERMENT"] a {
      background-color: rgba(254, 189, 77, 0.8); }
    .collapsable .hierarchy2 li.component[data-subindex="EMPOWERMENT"] a {
      background-color: rgba(254, 189, 77, 0.5); }
    .collapsable .hierarchy2 li.indicator[data-subindex="EMPOWERMENT"] a {
      background-color: rgba(254, 189, 77, 0.3); }
  .collapsable .hierarchy {
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif; }
    .collapsable .hierarchy li {
      float: left;
      max-width: 50%; }
    .collapsable .hierarchy li a {
      color: #333;
      text-decoration: none;
      padding: 0.2em 0.2em 0.2em 3em;
      background-color: #ccc;
      position: relative;
      display: block;
      float: left;
      width: 100%;
      height: 3em;
      font-size: 0.7em; }
    .collapsable .hierarchy li a:hover {
      background-color: #bbb; }
    .collapsable .hierarchy li a span {
      display: block;
      font-size: 0.9em;
      height: 1.2em;
      overflow: hidden;
      width: 100%;
      text-align: center; }
    .collapsable .hierarchy li a span.name {
      text-transform: capitalize; }
    .collapsable .hierarchy li a span.type {
      font-size: 0.8em;
      margin-bottom: 0.2em;
      text-transform: lowercase; }
    .collapsable .hierarchy li a:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-bottom: 50px solid transparent;
      border-left: 30px solid #ccc;
      position: absolute;
      top: 50%;
      margin-top: -50px;
      left: 100%;
      z-index: 2; }
    .collapsable .hierarchy li a:hover:after {
      border-left-color: #bbb; }
    .collapsable .hierarchy li a:before {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-bottom: 50px solid transparent;
      border-left: 30px solid white;
      position: absolute;
      top: 50%;
      margin-top: -50px;
      margin-left: 0;
      left: 100%;
      z-index: 1; }
    .collapsable .hierarchy li:first-child a {
      padding-left: 10px; }
      .collapsable .hierarchy li:first-child a span.type {
        text-transform: capitalize; }
    .collapsable .hierarchy li:first-child a span.type {
      font-size: 1em;
      margin-top: 0.7em; }
    .collapsable .hierarchy li:last-child a:after {
      border: 0; }
    .collapsable .hierarchy .subindex, .collapsable .hierarchy .component, .collapsable .hierarchy .indicator {
      display: none; }
    .collapsable .hierarchy .index {
      width: 50%; }
      @media (min-width: 64em) {
        .collapsable .hierarchy .index {
          width: 10%; } }
    .collapsable .hierarchy .subindex, .collapsable .hierarchy .component {
      width: 50%; }
      @media (min-width: 64em) {
        .collapsable .hierarchy .subindex, .collapsable .hierarchy .component {
          width: 20%; } }
    @media (max-width: 64em) {
      .collapsable .hierarchy li a:before, .collapsable .hierarchy li a:after {
        display: none;
        border: none; } }
    .collapsable .hierarchy .indicator {
      width: 50%;
      z-index: 2;
      position: relative; }
      @media (min-width: 64em) {
        .collapsable .hierarchy .indicator {
          width: 100%; } }
    .collapsable .hierarchy li[data-subindex="UNIVERSAL_ACCESS"] a:hover {
      background-color: #f93845 !important; }
    .collapsable .hierarchy li[data-subindex="UNIVERSAL_ACCESS"] a:hover:after {
      border-left-color: #f93845 !important; }
    .collapsable .hierarchy li.subindex[data-subindex="UNIVERSAL_ACCESS"] a {
      background-color: rgba(249, 56, 69, 0.8); }
    .collapsable .hierarchy li.subindex[data-subindex="UNIVERSAL_ACCESS"] a:after {
      border-left-color: rgba(249, 56, 69, 0.8); }
    .collapsable .hierarchy li.component[data-subindex="UNIVERSAL_ACCESS"] a {
      background-color: rgba(249, 56, 69, 0.5); }
    .collapsable .hierarchy li.component[data-subindex="UNIVERSAL_ACCESS"] a:after {
      border-left-color: rgba(249, 56, 69, 0.5); }
    .collapsable .hierarchy li.indicator[data-subindex="UNIVERSAL_ACCESS"] a {
      background-color: rgba(249, 56, 69, 0.3); }
    .collapsable .hierarchy li[data-subindex="FREEDOM_AND_OPENNESS"] a:hover {
      background-color: #0096af !important; }
    .collapsable .hierarchy li[data-subindex="FREEDOM_AND_OPENNESS"] a:hover:after {
      border-left-color: #0096af !important; }
    .collapsable .hierarchy li.subindex[data-subindex="FREEDOM_AND_OPENNESS"] a {
      background-color: rgba(0, 150, 175, 0.8); }
    .collapsable .hierarchy li.subindex[data-subindex="FREEDOM_AND_OPENNESS"] a:after {
      border-left-color: rgba(0, 150, 175, 0.8); }
    .collapsable .hierarchy li.component[data-subindex="FREEDOM_AND_OPENNESS"] a {
      background-color: rgba(0, 150, 175, 0.5); }
    .collapsable .hierarchy li.component[data-subindex="FREEDOM_AND_OPENNESS"] a:after {
      border-left-color: rgba(0, 150, 175, 0.5); }
    .collapsable .hierarchy li.indicator[data-subindex="FREEDOM_AND_OPENNESS"] a {
      background-color: rgba(0, 150, 175, 0.3); }
    .collapsable .hierarchy li[data-subindex="RELEVANT_CONTENT_AND_USE"] a:hover {
      background-color: #89ba00 !important; }
    .collapsable .hierarchy li[data-subindex="RELEVANT_CONTENT_AND_USE"] a:hover:after {
      border-left-color: #89ba00 !important; }
    .collapsable .hierarchy li.subindex[data-subindex="RELEVANT_CONTENT_AND_USE"] a {
      background-color: rgba(137, 186, 0, 0.8); }
    .collapsable .hierarchy li.subindex[data-subindex="RELEVANT_CONTENT_AND_USE"] a:after {
      border-left-color: rgba(137, 186, 0, 0.8); }
    .collapsable .hierarchy li.component[data-subindex="RELEVANT_CONTENT_AND_USE"] a {
      background-color: rgba(137, 186, 0, 0.5); }
    .collapsable .hierarchy li.component[data-subindex="RELEVANT_CONTENT_AND_USE"] a:after {
      border-left-color: rgba(137, 186, 0, 0.5); }
    .collapsable .hierarchy li.indicator[data-subindex="RELEVANT_CONTENT_AND_USE"] a {
      background-color: rgba(137, 186, 0, 0.3); }
    .collapsable .hierarchy li[data-subindex="EMPOWERMENT"] a:hover {
      background-color: #febd4d !important; }
    .collapsable .hierarchy li[data-subindex="EMPOWERMENT"] a:hover:after {
      border-left-color: #febd4d !important; }
    .collapsable .hierarchy li.subindex[data-subindex="EMPOWERMENT"] a {
      background-color: rgba(254, 189, 77, 0.8); }
    .collapsable .hierarchy li.subindex[data-subindex="EMPOWERMENT"] a:after {
      border-left-color: rgba(254, 189, 77, 0.8); }
    .collapsable .hierarchy li.component[data-subindex="EMPOWERMENT"] a {
      background-color: rgba(254, 189, 77, 0.5); }
    .collapsable .hierarchy li.component[data-subindex="EMPOWERMENT"] a:after {
      border-left-color: rgba(254, 189, 77, 0.5); }
    .collapsable .hierarchy li.indicator[data-subindex="EMPOWERMENT"] a {
      background-color: rgba(254, 189, 77, 0.3); }
  .collapsable header.collapsable-header {
    font-size: 1.2em;
    margin: 0 !important;
    overflow: hidden;
    padding: 0.2em  0.5em; }
    .collapsable header.collapsable-header h2 {
      float: left;
      text-align: left;
      font-size: 1em;
      margin: 0 !important;
      color: #555; }
    .collapsable header.collapsable-header .button {
      float: right;
      color: #64A5BF;
      cursor: pointer; }

.collapsable-no-margin {
  padding-bottom: 0; }

.collapsable.collapsed > header .button {
  color: #888; }
.collapsable.collapsed > section {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  visibility: hidden; }

.notifications {
  background-color: #FDEBB1;
  padding: 0.5em;
  margin: 0.5em 0 0 0;
  display: none;
  border-top: 0.1em solid #fcde7f; }
  .notifications header i {
    color: #dca906; }
  .notifications header h2 {
    color: #473702;
    margin: 0;
    font-size: 0.9em;
    text-align: left; }

.primary-info {
  display: none !important;
  background-color: #CEECF5;
  padding: 0.5em;
  margin: 0.5em 0 0 0;
  display: none;
  border-top: 0.1em solid #a4dcec; }
  .primary-info header i {
    margin-right: 1em;
    color: #2aa7cd; }
  .primary-info header h2 {
    color: #10404e;
    margin: 0;
    font-size: 1.1em;
    text-align: left; }

.accordion-tabs-minimal {
  margin-top: 0.5em; }
  .accordion-tabs-minimal:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 40em) {
    .accordion-tabs-minimal li.tab-header-and-content {
      display: inline; } }
  .accordion-tabs-minimal a.tab-link {
    background-color: #eee;
    border: 1px solid #DDD;
    border-bottom: 0;
    border-bottom-color: #ccc;
    color: #333;
    display: block;
    font-weight: 400;
    padding: 0.5em 0.5em;
    box-shadow: 2px 0 2px -5px #111;
    min-width: 15%; }
    @media screen and (min-width: 40em) {
      .accordion-tabs-minimal a.tab-link {
        display: inline-block;
        border-top: 0; } }
    .accordion-tabs-minimal a.tab-link:hover {
      color: #477DCA; }
    .accordion-tabs-minimal a.tab-link:focus {
      outline: none; }
    .accordion-tabs-minimal a.tab-link.is-active {
      border-bottom: 0;
      background-color: white; }
      @media screen and (min-width: 40em) {
        .accordion-tabs-minimal a.tab-link.is-active {
          border: 1px solid #DDD;
          border-bottom-color: white;
          margin-bottom: -1px; } }
    .accordion-tabs-minimal a.tab-link .flag {
      width: 1.5em;
      height: 1.5em;
      border: 0.1em solid #ccc;
      padding: 0;
      margin-right: 0.5em;
      vertical-align: middle; }
    .accordion-tabs-minimal a.tab-link span {
      font-size: 0.8em; }
  .accordion-tabs-minimal .tab-content {
    display: none;
    padding: 1.5em 1.618em;
    width: 100%; }
    @media screen and (min-width: 40em) {
      .accordion-tabs-minimal .tab-content {
        border-top: 1px solid #DDD;
        float: left; } }
  .accordion-tabs-minimal .tab-content.is-open {
    display: block; }

.indicator-list table {
  font-size: 0.8em;
  table-layout: auto;
  /* Universal Access */
  /* Freedom & Openness */
  /* Relevant Content & Use */
  /* Empowerment */ }
  .indicator-list table tbody {
    cursor: pointer;
    background-color: #ccc; }
  .indicator-list table tbody:hover {
    background-color: #bbb; }
  .indicator-list table tbody[data-subindex="UNIVERSAL_ACCESS"] {
    background-color: rgba(249, 56, 69, 0.6); }
  .indicator-list table tbody[data-subindex="UNIVERSAL_ACCESS"][data-type="Component"] {
    background-color: rgba(249, 56, 69, 0.4); }
  .indicator-list table tbody[data-subindex="UNIVERSAL_ACCESS"][data-type="Primary"],
  .indicator-list table tbody[data-subindex="UNIVERSAL_ACCESS"][data-type="Secondary"] {
    background-color: rgba(249, 56, 69, 0.2);
    border-bottom: 0.1em solid #fa6a73; }
  .indicator-list table tbody[data-subindex="UNIVERSAL_ACCESS"]:hover {
    background-color: rgba(249, 56, 69, 0.8); }
  .indicator-list table tbody[data-subindex="FREEDOM_AND_OPENNESS"] {
    background-color: rgba(0, 150, 175, 0.6); }
  .indicator-list table tbody[data-subindex="FREEDOM_AND_OPENNESS"][data-type="Component"] {
    background-color: rgba(0, 150, 175, 0.4); }
  .indicator-list table tbody[data-subindex="FREEDOM_AND_OPENNESS"][data-type="Primary"],
  .indicator-list table tbody[data-subindex="FREEDOM_AND_OPENNESS"][data-type="Secondary"] {
    background-color: rgba(0, 150, 175, 0.2);
    border-bottom: 0.1em solid #00c2e2; }
  .indicator-list table tbody[data-subindex="FREEDOM_AND_OPENNESS"]:hover {
    background-color: rgba(0, 150, 175, 0.8); }
  .indicator-list table tbody[data-subindex="RELEVANT_CONTENT_AND_USE"] {
    background-color: rgba(137, 186, 0, 0.6); }
  .indicator-list table tbody[data-subindex="RELEVANT_CONTENT_AND_USE"][data-type="Component"] {
    background-color: rgba(137, 186, 0, 0.4); }
  .indicator-list table tbody[data-subindex="RELEVANT_CONTENT_AND_USE"][data-type="Primary"],
  .indicator-list table tbody[data-subindex="RELEVANT_CONTENT_AND_USE"][data-type="Secondary"] {
    background-color: rgba(137, 186, 0, 0.2);
    border-bottom: 0.1em solid #638700; }
  .indicator-list table tbody[data-subindex="RELEVANT_CONTENT_AND_USE"]:hover {
    background-color: rgba(137, 186, 0, 0.8); }
  .indicator-list table tbody[data-subindex="EMPOWERMENT"] {
    background-color: rgba(254, 189, 77, 0.6); }
  .indicator-list table tbody[data-subindex="EMPOWERMENT"][data-type="Component"] {
    background-color: rgba(254, 189, 77, 0.4); }
  .indicator-list table tbody[data-subindex="EMPOWERMENT"][data-type="Primary"],
  .indicator-list table tbody[data-subindex="EMPOWERMENT"][data-type="Secondary"] {
    background-color: rgba(254, 189, 77, 0.2);
    border-bottom: 0.1em solid #feaa1a; }
  .indicator-list table tbody[data-subindex="EMPOWERMENT"]:hover {
    background-color: rgba(254, 189, 77, 0.8); }
  .indicator-list table tbody.last {
    border: none !important; }
  .indicator-list table th {
    font-weight: 400; }
  .indicator-list table td {
    border: none;
    padding: 0.4em 0.3em;
    vertical-align: middle; }
  .indicator-list table td[data-title="Indicator"] {
    width: 50%;
    font-weight: 600; }
  .indicator-list table td[data-title="Description"] {
    color: #333; }
  .indicator-list table td[data-title="Weight"] {
    text-align: center; }
  .indicator-list table td[data-title="Publish"] {
    text-align: center; }

/* SIGNATURE */
.signature {
  display: none; }

.visor {
  color: #222 !important; }

.data-container {
  position: relative; }
  .data-container .help {
    float: right;
    text-align: center;
    color: #64A5BF;
    cursor: pointer;
    font-size: 0.8em; }
  .data-container h1 {
    margin-bottom: 0.2em !important;
    font-size: 2em; }
  .data-container div.first-section > div > h2 {
    margin: 0 0 1.5em 0.2em;
    color: #444;
    text-align: left;
    font-size: 1.1em; }
  .data-container section > h2 {
    text-align: left;
    margin: 0 0 1em 0 !important;
    font-size: 1.1em;
    padding: 0 0.3em !important; }
  .data-container .downloads, .data-container .view-tutorial {
    text-align: right;
    float: right;
    clear: both;
    padding-top: 0.5em;
    margin: 0; }
  @media (max-width: 64em) {
    .data-container .view-tutorial {
      display: none; } }
  .data-container .indicator-selector {
    height: 2.6em;
    background: url(../images/select_arrow.png) no-repeat right white;
    border: 0.1em solid white; }
    .data-container .indicator-selector select {
      width: 100%;
      background: transparent;
      padding: 0.2em 2em 0.2em 0.5em;
      line-height: 1;
      border: 0.1em solid #aaa;
      border-radius: 0;
      height: 2.5em;
      -webkit-appearance: none;
      color: #333; }

/* SELECT-BOX */
.select-bar section {
  margin-top: 1em; }

.select-bar .fixed {
  top: 1em !important;
  padding-top: 0;
  height: 100%;
  overflow-y: hidden; }
  .select-bar .fixed div.select-box {
    position: absolute;
    width: 100%;
    transition-property: top;
    transition-duration: 0.3s; }

div.select-box {
  margin: 0 0 0.2em 0 !important;
  padding: 0;
  background-color: white;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0.4em 0.2em -0.2em #777;
  border-radius: 0 0 0.3em 0.3em;
  overflow: hidden; }
  div.select-box > div {
    padding: 0.5em 0.5em 0.8em 0.5em; }
  div.select-box header {
    overflow: hidden; }
  div.select-box h2 {
    margin-bottom: 1em !important;
    text-align: center;
    font-size: 1.4em; }
  div.select-box.third-box h2 {
    margin-bottom: 0 !important; }
  div.select-box p.select-help {
    color: #0096af;
    margin-bottom: 0;
    font-size: 0.9em;
    text-align: center;
    line-height: 2em; }
  div.select-box div.circle-number {
    width: 1.6em;
    height: 1.6em;
    font-size: 1.8em;
    margin: 0 auto 0.5em auto !important;
    background-color: #f93845;
    color: white;
    text-align: center;
    border-radius: 50%; }
  div.select-box .bottom {
    margin: 0;
    font-size: 1.3em;
    padding: 0.1em;
    color: #333;
    text-align: center;
    border-bottom: 0.1em solid #888; }

div.select-box.first-box {
  z-index: 3; }
  div.select-box.first-box .bottom {
    background-color: #f93845;
    color: #94040e;
    border-bottom-color: #c50613; }
  div.select-box.first-box div.circle-number {
    background-color: #f93845; }

div.select-box.second-box {
  z-index: 2; }
  div.select-box.second-box .bottom {
    background-color: #0096af;
    color: #005462;
    border-bottom-color: #006a7c; }
  div.select-box.second-box div.circle-number {
    background-color: #0096af; }

div.select-box.third-box {
  z-index: 1;
  margin: 0 !important; }
  div.select-box.third-box .bottom {
    background-color: #89ba00;
    color: #3e5400;
    border-bottom-color: #638700; }
  div.select-box.third-box div.circle-number {
    background-color: #89ba00; }

div.first-box {
  margin-top: 0 !important; }

/* TIMELINE */
div.timeline div.line a.circle {
  width: 1.5em;
  height: 1.5em;
  border: none;
  background-color: #ccc; }
div.timeline div.line a.circle.disabled {
  background-color: #eee;
  background-image: url(../images/cross.png);
  background-size: cover;
  border: 1px solid #ccc; }
div.timeline div.line a.circle.disabled:hover {
  background-color: #eee !important; }
div.timeline div.elements .disabled a {
  text-decoration: none;
  color: #666; }
div.timeline div.line:before {
  border: none; }
div.timeline div.line a.circle:hover, div.timeline div.selected a.circle {
  background-color: #006a7c !important; }
div.timeline div.element a {
  color: #333 !important;
  font-size: 0.9em; }

/* BOXES */
.data-box header {
  overflow: hidden;
  margin-bottom: 0; }

div.middle-section {
  background-color: white;
  margin: 1em 0; }
  div.middle-section section {
    padding: 0 !important; }
    div.middle-section section > div:first-child {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0.5em;
      clear: both; }
      div.middle-section section > div:first-child:after {
        content: "";
        display: table;
        clear: both; }
  div.middle-section div {
    padding: 0; }
  div.middle-section div.box-mini {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    background-color: #ccc;
    color: white;
    padding: 0.5em 0.5em 0.1em 0.5em;
    text-align: center;
    height: 7.5em; }
    div.middle-section div.box-mini:last-child {
      margin-right: 0; }
    @media (max-width: 64em) {
      div.middle-section div.box-mini {
        margin-bottom: 0.5em; }
        div.middle-section div.box-mini:nth-child(3) {
          margin-right: 0; } }
    @media (min-width: 64em) {
      div.middle-section div.box-mini {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        div.middle-section div.box-mini:last-child {
          margin-right: 0; } }
    div.middle-section div.box-mini p {
      margin: 0.2em 0 0 0; }
    div.middle-section div.box-mini p:first-child {
      font-size: 0.8em; }
    div.middle-section div.box-mini.regional-higher p:first-child {
      font-size: 0.7em; }
    div.middle-section div.box-mini .left {
      float: left;
      margin-top: 0.3em;
      font-weight: 300;
      color: #0096af; }
    div.middle-section div.box-mini .right {
      float: right;
      margin-top: 0.3em;
      font-weight: 300;
      color: #0096af; }
    div.middle-section div.box-mini .left.active, div.middle-section div.box-mini .right.active {
      color: #006a7c;
      cursor: pointer; }
    div.middle-section div.box-mini .value {
      font-size: 1.5em;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      margin: 0 0 0.2em 0;
      display: table-cell;
      vertical-align: middle;
      width: 10%;
      height: 2.1em;
      color: white; }
      @media (min-width: 48em) {
        div.middle-section div.box-mini .value {
          font-size: 2.3em; } }
    div.middle-section div.box-mini .higher-lower {
      font-size: 1.1em;
      height: 2.7em;
      line-height: 1.2em; }
      @media (min-width: 37em) {
        div.middle-section div.box-mini .higher-lower {
          font-size: 1.3em; } }
    div.middle-section div.box-mini .indicator {
      font-size: 1em;
      height: 2.4em;
      height: 4.5em;
      width: 10%;
      overflow: hidden;
      display: table-cell;
      vertical-align: middle; }
  div.middle-section div.box-mini:nth-child(3), div.middle-section div.box-mini:nth-child(4) {
    cursor: pointer; }
  div.middle-section div.box-mini:nth-child(1) {
    background-color: rgba(249, 56, 69, 0.9); }
  div.middle-section div.box-mini:nth-child(2) {
    background-color: rgba(0, 150, 175, 0.9); }
  div.middle-section div.box-mini:nth-child(3) {
    background-color: rgba(0, 84, 117, 0.9); }
  div.middle-section div.box-mini:nth-child(4) {
    background-color: rgba(146, 197, 80, 0.9); }
  div.middle-section div.box-mini:nth-child(5) {
    background-color: rgba(147, 148, 127, 0.9); }
  div.middle-section div.box-mini:nth-child(6) {
    background-color: rgba(92, 93, 69, 0.9); }

div.country-box {
  padding: 0.5em; }
  div.country-box .tabs {
    width: 100%;
    float: none; }
    div.country-box .tabs li {
      width: 100%;
      text-align: left; }
  div.country-box .selector ul {
    font-size: 0.85em; }
    div.country-box .selector ul a {
      color: #222; }
    div.country-box .selector ul li.selected a {
      color: #111; }
      div.country-box .selector ul li.selected a div.circle {
        background-color: #638700 !important;
        color: white; }
    div.country-box .selector ul li {
      margin-bottom: 0.3em;
      vertical-align: middle; }
      div.country-box .selector ul li ul {
        padding-left: 3em;
        margin-top: 0.3em; }
      div.country-box .selector ul li div.title {
        margin-top: 0; }
      div.country-box .selector ul li .hidden-plusOrMinus {
        display: none; }
      div.country-box .selector ul li .plusOrMinus {
        font-size: 1.5em;
        line-height: 1em;
        font-weight: 300;
        margin-right: 0.4em; }
    div.country-box .selector ul div.circle {
      width: 1.3em;
      height: 1.3em;
      border: none;
      background-color: #ccc;
      padding-top: 0;
      line-height: 1.2em; }

/* MAP */
div.map {
  clear: both;
  height: 21em;
  position: relative; }
  @media (min-width: 48em) {
    div.map {
      height: 24em; } }
  @media (min-width: 54em) {
    div.map {
      height: 29em; } }
  @media (min-width: 64em) {
    div.map {
      height: 33em; } }
  div.map > div {
    height: 20em;
    clear: both; }
    @media (min-width: 48em) {
      div.map > div {
        height: 23em; } }
    @media (min-width: 54em) {
      div.map > div {
        height: 28em; } }
    @media (min-width: 64em) {
      div.map > div {
        height: 32em; } }
  div.map .colour-legend {
    width: 50%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0; }
    @media (min-width: 37em) {
      div.map .colour-legend {
        width: 20%; } }
    div.map .colour-legend div {
      height: 0.6em;
      margin: 0.4em 4% 0 4%;
      background-color: #E5E066;
      background-image: -webkit-linear-gradient(right, #E5E066, #83C04C, #1B7A65, #1B4E5A, #005475);
      background-image: linear-gradient(to left,#E5E066, #83C04C, #1B7A65, #1B4E5A, #005475);
      float: left;
      width: 52%; }
    div.map .colour-legend span {
      font-size: 0.9em;
      display: block;
      width: 20%; }
    div.map .colour-legend span:first-child {
      float: left; }
    div.map .colour-legend span:nth-child(2) {
      float: right; }
  div.map .buttons {
    display: none; }
  div.map .visor {
    background-color: transparent;
    padding: 0 1em 0.5em 1em;
    min-height: 3.4em;
    z-index: 1000;
    bottom: -0.8em; }
    div.map .visor .value {
      float: right;
      height: 100%;
      margin-top: 0.5em; }
    div.map .visor .country {
      overflow: hidden;
      height: 100%; }
      div.map .visor .country .ranking {
        float: left;
        margin-right: 1em;
        margin-top: 0.5em;
        height: 100%; }
      div.map .visor .country .flag {
        float: left;
        margin-right: 1em;
        height: 100%; }
        div.map .visor .country .flag img {
          border: 0.1em solid #ccc;
          border-radius: 50%;
          margin-top: 0.65em; }
      div.map .visor .country p {
        margin: 0;
        text-align: center; }
      div.map .visor .country p.continent {
        font-size: 0.7em;
        color: #555; }
  div.map .wrapper {
    height: 27em; }
  div.map .legend {
    height: 5em;
    padding: 0 2.5em; }
    div.map .legend ul {
      overflow: hidden; }
      div.map .legend ul li {
        float: left;
        width: 33.33%;
        padding: 0.2em 0; }
    div.map .legend .circle {
      width: 1em;
      height: 1em;
      border-radius: 50%;
      float: left;
      margin-top: 0.2em;
      margin-right: 0.5em; }

/* BARS */
div.bars {
  height: 10em; }
  div.bars text.item-name {
    writing-mode: tb;
    glyph-orientation-vertical: 0;
    text-anchor: start !important;
    color: #666 !important;
    -moz-transform: rotate(90deg) translate(2px, -10px);
    -moz-transform-origin: top left; }
    @media (max-width: 37em) {
      div.bars text.item-name {
        display: none; } }
  div.bars text.item-name:nth-child(3n+1) {
    fill: #333 !important; }
  div.bars text.item-name:nth-child(3n) {
    fill: #777 !important; }
  div.bars text.item-name:nth-child(3n-1) {
    fill: #006a7c !important; }

/* TABS */
nav.tabs ul {
  overflow: visible;
  box-sizing: content-box;
  list-style-type: none;
  padding-bottom: 2.2em;
  border-bottom: 1px solid #ccc;
  margin: 0 0 0.5em 0; }
  nav.tabs ul li {
    float: right;
    background-color: #fff;
    margin: 0 0.5em 0 0.2em;
    box-sizing: border-box; }
    @media (max-width: 37em) {
      nav.tabs ul li {
        width: 40%; } }
  nav.tabs ul li.selected {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-radius: 0.3em;
    background-color: #fff;
    height: 2.3em; }
    nav.tabs ul li.selected a {
      color: #333; }
  nav.tabs ul a {
    float: left;
    display: block;
    color: #555;
    background: #fff;
    text-decoration: none;
    padding: 0.3em 0;
    box-sizing: border-box; }
    @media (max-width: 37em) {
      nav.tabs ul a {
        width: 100%;
        text-align: center; } }
    @media (min-width: 37em) {
      nav.tabs ul a {
        padding: 0.4em 4em 0.3em 4em; } }
  nav.tabs ul a:hover {
    background: #fff; }

.charts-view > div:nth-child(2) {
  display: none; }

table.full-ranking {
  table-layout: auto;
  color: black;
  font-family: Arial, sans-serif; }
  table.full-ranking th {
    text-align: center;
    font-weight: normal;
    border-bottom-color: #cccccc; }
  table.full-ranking img {
    vertical-align: middle;
    margin-right: 1em; }
  table.full-ranking img.flag {
    border: 0.1em solid #ccc;
    margin-left: 1em; }
  @media (min-width: 37em) {
    table.full-ranking img.flag {
      margin-left: 0; } }
  table.full-ranking td.big-number {
    font-size: 2em;
    line-height: 1em;
    padding: 0;
    color: #888;
    padding-right: 0.2em;
    text-align: center !important; }
    @media (min-width: 37em) {
      table.full-ranking td.big-number {
        font-size: 4em; } }
    @media (min-width: 48em) {
      table.full-ranking td.big-number {
        font-size: 6em;
        min-width: 1.5em;
        text-align: right !important; } }
    @media (min-width: 64em) {
      table.full-ranking td.big-number {
        font-size: 11em; } }
  table.full-ranking tr {
    cursor: pointer; }
  table.full-ranking .circle {
    width: 2em;
    height: 2em;
    background-color: #666;
    color: white;
    padding-top: 0.2em;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto; }
  table.full-ranking > thead {
    display: none; }
  table.full-ranking > tbody {
    border-bottom: 0.1em solid #aaa; }
    table.full-ranking > tbody th {
      font-size: 0.7em;
      border-bottom-color: #b3b3b3; }
    table.full-ranking > tbody tbody {
      text-align: center; }
  table.full-ranking > tbody:hover {
    background-color: #cccccc; }
    table.full-ranking > tbody:hover .big-number {
      color: #999999; }
  table.full-ranking tbody:last-child {
    border: none; }
  table.full-ranking td {
    padding-left: 0.4em;
    padding-right: 0.4em;
    border: none; }
  table.full-ranking td[data-title="Rank"] {
    padding-bottom: 1em; }
  @media (min-width: 37em) {
    table.full-ranking td[data-title="Rank"] {
      padding-bottom: 0; } }
  table.full-ranking td[data-title="Continent"] {
    color: #555;
    font-size: 0.9em;
    padding: 1em 0; }
  table.full-ranking td[data-title="Value"] div {
    background-color: #ccc;
    text-align: center;
    width: 5em;
    height: 5em;
    padding-top: 0.5em;
    border-radius: 50%;
    color: #000;
    margin: 0 auto; }
    table.full-ranking td[data-title="Value"] div p {
      margin: 0 0 0.5em 0;
      font-size: 0.8em;
      color: #333; }
  @media (min-width: 37em) {
    table.full-ranking td[data-title="Country"] {
      width: 45%; }
    table.full-ranking td[data-title="Continent"] {
      width: 25%;
      text-align: center;
      padding: 0; }
    table.full-ranking td[data-title="Value"] {
      width: 15%;
      text-align: right; }
      table.full-ranking td[data-title="Value"] div {
        margin: 0; } }
  table.full-ranking td[data-title="Tendency"] {
    width: 15%; }
    table.full-ranking td[data-title="Tendency"] div {
      height: 2.5em; }
      table.full-ranking td[data-title="Tendency"] div .wesCountry-body .signature {
        display: none; }

/* COUNTRY SECTION */
.country-section {
  overflow: hidden; }
  .country-section .tab-content {
    padding-bottom: 0; }
  .country-section p.continent {
    font-size: 0.9em;
    color: #555; }
  .country-section div.country-map {
    float: right;
    width: 45%;
    height: 10em; }
    @media (min-width: 37em) {
      .country-section div.country-map {
        height: 15em; } }
    .country-section div.country-map .visor {
      display: none; }
    .country-section div.country-map .ATA {
      display: none; }
  .country-section div.value {
    float: right;
    margin-right: 1em;
    width: 4em;
    height: 4em;
    text-align: center;
    border-radius: 50%;
    background-color: #0096af;
    color: white;
    font-weight: 500; }
    .country-section div.value p {
      font-size: 0.8em;
      margin: 0.6em 0 0 0; }
  .country-section div.ranking {
    background-color: #f93845; }
  @media (min-width: 37em) {
    .country-section div.table-wrapper {
      float: left;
      width: 55%; } }
  .country-section table {
    text-align: center; }
    .country-section table tbody, .country-section table td {
      border: none; }
    .country-section table td[data-title="Web Index Rank"] {
      font-size: 2em;
      line-height: 1em;
      color: #666; }
    .country-section table th {
      font-size: 0.5em;
      text-align: center; }
    .country-section table .chart {
      height: 4.5em; }

.region-name strong {
  font-size: 1.2em;
  color: #1B4E5A;
  font-weight: 500; }

/* TUTORIAL */
.tutorial {
  position: absolute;
  z-index: 3000;
  width: 100%;
  top: 0;
  left: 0;
  display: none; }
  .tutorial .close {
    color: #333;
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: 1.5em;
    z-index: 6000; }
    .tutorial .close span {
      display: inline-block;
      margin-top: 0.2em; }
  .tutorial header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 1em;
    text-align: center;
    font-size: 1em;
    color: #333;
    background-color: rgba(255, 255, 255, 0.5); }
    .tutorial header h2 {
      margin: 0 0 0.2em 0;
      font-size: 3em; }
    .tutorial header h3 {
      font-weight: 400;
      font-size: 1.3em;
      margin-bottom: 0.5em;
      color: #777; }
    .tutorial header h4 {
      font-size: 2.5em;
      margin-top: 0.2em; }
      .tutorial header h4 p {
        margin: 0;
        line-height: 0.5em; }
    .tutorial header p {
      font-size: 1.5em;
      max-width: 55em;
      text-align: center;
      margin: 0 auto; }
      .tutorial header p .tutorial-close {
        font-size: 0.4em;
        margin: 0; }
      .tutorial header p .left {
        float: left; }
      .tutorial header p .right {
        float: right; }
      .tutorial header p i {
        display: block; }
      .tutorial header p a.left, .tutorial header p a.right {
        color: #333; }
        .tutorial header p a.left i, .tutorial header p a.right i {
          line-height: 0.6em; }
        .tutorial header p a.left span, .tutorial header p a.right span {
          font-size: 0.7em; }
        .tutorial header p a.left:hover, .tutorial header p a.right:hover {
          color: #0096af;
          text-decoration: none !important; }
      .tutorial header p a[status="inactive"] {
        color: #ddd; }
        .tutorial header p a[status="inactive"]:hover {
          color: #ddd;
          cursor: default; }
      .tutorial header p span.large-text {
        font-size: 2em;
        line-height: 0.5em;
        margin-right: 0.5em;
        margin-top: 0.2em;
        display: inline-block;
        font-family: "Roboto", sans-serif; }

.tutorial-back {
  overflow: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2500; }

.tutorial-element {
  position: relative !important;
  z-index: 4000 !important; }

.bouncing-arrow-left {
  color: #0096af;
  animation: bounce-left 1s infinite; }

@keyframes bounce-left {
  0% {
    margin-left: 5px; }
  25%, 75% {
    margin-left: 15px; }
  50% {
    margin-left: 20px; }
  100% {
    margin-left: 0; } }
.bouncing-arrow-down {
  color: #0096af;
  animation: bounce-down 1s infinite; }

@keyframes bounce-down {
  0% {
    margin-top: 5px; }
  25%, 75% {
    margin-top: 15px; }
  50% {
    margin-top: 20px; }
  100% {
    margin-top: 0; } }
div.water {
  width: 100%;
  min-height: 4em;
  background-color: #317F7F;
  background-repeat: repeat-x;
  background-image: url(../images/error_water.png); }

div.error-links {
  background-color: #317F7F;
  color: white;
  padding-top: 1em;
  padding-bottom: 3em; }
  div.error-links p {
    font-size: 1.4em;
    margin-top: 1em; }
    div.error-links p a {
      color: white;
      text-decoration: underline; }
    div.error-links p a:hover {
      color: #222; }

div.lighthouse {
  text-align: center;
  margin-bottom: -4em;
  position: relative; }
  div.lighthouse h1 {
    text-align: center;
    margin-top: 1.2em; }
  div.lighthouse img {
    max-width: 90%; }
  div.lighthouse img.clouds {
    position: absolute;
    z-index: -1;
    top: 20%;
    left: 10%; }
  div.lighthouse img.clouds-right {
    right: 10%;
    left: auto; }

.error-search-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 1em; }
  .error-search-bar input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block; }
  .error-search-bar div.search-and-submit {
    position: relative; }
    .error-search-bar div.search-and-submit label span {
      display: none; }
    .error-search-bar div.search-and-submit input[type=search] {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      width: 100%;
      padding: .8em .8em;
      font-size: 1.1em;
      font-style: italic;
      border-radius: 3px;
      margin: 0; }
    .error-search-bar div.search-and-submit [type=submit] {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      outline: none;
      margin: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding: 5px 10px;
      background-color: #71cb3a; }

div.error-footer {
  background-color: #317F7F; }
  div.error-footer .footer {
    background-image: none;
    background-color: transparent;
    margin-top: 0; }
    div.error-footer .footer li a {
      color: white; }
    div.error-footer .footer i {
      color: #317F7F; }
    div.error-footer .footer p {
      color: white; }
      div.error-footer .footer p a {
        color: white;
        text-decoration: underline; }
      div.error-footer .footer p a:hover {
        color: #222; }

p.open {
  text-align: right; }

.report-articles iframe {
  min-height: 35em;
  border: none; }

div.visualisation {
  position: relative; }
  div.visualisation .esc {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 1.5em;
    font-style: italic;
    display: none; }
  div.visualisation div.expand {
    position: absolute;
    top: 2em;
    right: 1em;
    font-size: 1.2em;
    width: 1.6em;
    height: 1.6em;
    padding-top: 0.1em;
    background-color: #fff;
    color: #336699;
    border-radius: 50%;
    text-align: center; }
    div.visualisation div.expand a {
      text-decoration: none; }
  div.visualisation section.copy {
    background-color: white; }
    div.visualisation section.copy p {
      margin: 0;
      font-size: 0.8em;
      color: #444; }
    div.visualisation section.copy textarea {
      margin: 0 0 1em 0;
      height: 2.5em;
      border: 1px solid #B7C8D9;
      font-size: 1em;
      font-weight: 300;
      color: #555;
      background-color: #fff; }

div.maximised {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  div.maximised .esc {
    display: block;
    transition-property: opacity;
    transition-duration: 1.5s; }
  div.maximised div.expand {
    top: 1em; }
  div.maximised iframe {
    height: 100%;
    margin: 0; }

body.noscroll {
  position: fixed !important;
  overflow-y: scroll !important;
  width: 100% !important; }

.wesCountry-tooltip {
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  font-family: "Roboto", sans-serif; }

.wesCountry-tooltip img {
  float: left;
  width: 2.5em;
  height: 2.5em;
  margin-top: 0.3em;
  margin-right: 1em;
  border: 0.1em solid #ccc; }

.wesCountry-tooltip .tooltip-header {
  overflow: auto;
  padding-bottom: 0.5em;
  border-bottom: 0.1em solid #aaa;
  margin-bottom: 0.5em; }

.wesCountry-tooltip .tooltip-header .title {
  padding: 0 2.8em; }

.wesCountry-tooltip .tooltip-header .title .countryName {
  font-weight: 600;
  white-space: nowrap; }

.wesCountry-tooltip .tooltip-header .title .continentName {
  color: #555;
  text-transform: uppercase;
  white-space: nowrap; }

.wesCountry-tooltip p {
  margin: 0;
  text-align: center; }

.wesCountry-tooltip .tooltip-body {
  min-width: 18em; }

.wesCountry-tooltip p.time {
  float: right;
  padding: 0.7em 0.2em;
  min-width: 2.8em;
  background-color: #ccc;
  color: #111;
  font-size: 0.95em;
  border-radius: 50%; }

.wesCountry-tooltip p.ranking {
  float: left;
  text-align: center;
  min-width: 2.8em;
  padding: 0.7em 0.2em;
  background-color: #333;
  color: #fff;
  font-size: 0.95em;
  border-radius: 50%; }

.wesCountry-tooltip p.value {
  font-size: 1.2em;
  padding-top: 0.4em; }

@media all and (max-width: 37em) {
  table.adaptative {
    border: 0;
    padding-bottom: 0;
    display: block;
    width: 100%; }
    table.adaptative caption {
      display: block; }
    table.adaptative thead {
      display: none;
      visibility: hidden; }
    table.adaptative tbody, table.adaptative tr, table.adaptative th, table.adaptative td {
      border: 0;
      display: block;
      padding: 0;
      text-align: left;
      white-space: normal; }
    table.adaptative tr {
      margin-bottom: 2em; }
    table.adaptative th[data-title]:before, table.adaptative td[data-title]:before {
      content: attr(data-title) ":\a";
      /* white-space: pre; */
      font-weight: 700; }
    table.adaptative th:not([data-title]) {
      font-weight: 700; }
    table.adaptative td:empty {
      display: none; } }
body {
  font-family: Raleway, sans-serif;
  color: #111;
  background-color: white;
  margin: 0;
  position: inherit !important;
  top: 0 !important; }

.goog-te-banner-frame {
  display: none !important; }

.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
  margin-top: 2em;
  height: 100%;
  overflow: hidden; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

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

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

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

.clear {
  clear: both; }

h1 {
  margin: 0 0 0.3em 0;
  font-size: 3em;
  letter-spacing: 0.05em;
  font-family: 'Raleway', sans-serif;
  text-align: left;
  font-weight: 400; }

h2 {
  margin: 0 0 1.5em 0;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center; }

a {
  color: #4177C3; }

a:hover {
  text-decoration: underline; }

ol {
  list-style: decimal !important;
  list-style-position: inside !important; }

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