@charset "UTF-8";
@font-face {
  font-family: 'Plantin MT Std';
  font-weight: 700;
  src: url("../fonts/plantin-mt-std/plantin-mt-std-bold.eot");
  src: url("../fonts/plantin-mt-std/plantin-mt-std-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/plantin-mt-std/plantin-mt-std-bold.woff2") format("woff2"), url("../fonts/plantin-mt-std/plantin-mt-std-bold.woff") format("woff"), url("../fonts/plantin-mt-std/plantin-mt-std-bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Plantin MT Std';
  font-weight: 600;
  src: url("../fonts/plantin-mt-std/plantin-mt-std-medium.eot");
  src: url("../fonts/plantin-mt-std/plantin-mt-std-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/plantin-mt-std/plantin-mt-std-medium.woff2") format("woff2"), url("../fonts/plantin-mt-std/plantin-mt-std-medium.woff") format("woff"), url("../fonts/plantin-mt-std/plantin-mt-std-medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Plantin MT Std';
  font-weight: 400;
  src: url("../fonts/plantin-mt-std/plantin-mt-std-regular.eot");
  src: url("../fonts/plantin-mt-std/plantin-mt-std-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/plantin-mt-std/plantin-mt-std-regular.woff2") format("woff2"), url("../fonts/plantin-mt-std/plantin-mt-std-regular.woff") format("woff"), url("../fonts/plantin-mt-std/plantin-mt-std-regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Plantin MT Std';
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/plantin-mt-std/plantin-mt-std-italic.eot");
  src: url("../fonts/plantin-mt-std/plantin-mt-std-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/plantin-mt-std/plantin-mt-std-italic.woff2") format("woff2"), url("../fonts/plantin-mt-std/plantin-mt-std-italic.woff") format("woff"), url("../fonts/plantin-mt-std/plantin-mt-std-italic.ttf") format("opentype"); }

html,
body,
input,
textarea {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6875;
  color: #333; }

body.dark {
  color: #fff; }

h1 {
  font-family: 'Plantin MT Std';
  font-size: 4.209em;
  font-weight: 600;
  line-height: 1.277em;
  margin: 0; }

.page-title {
  display: inline-block;
  position: relative;
  margin: 0 0 30px; }
  .page-title.overwrite-1 {
    position: absolute;
    z-index: 1; }
  .page-title.overwrite-2 .line::before {
    border-color: #fff;
    top: 2.312em; }
  .page-title.overwrite-2 img {
    width: 10.1875em; }
  .page-title span {
    display: block; }
  .page-title .line {
    display: inline-block;
    position: relative; }
    .page-title .line::before {
      content: '';
      position: absolute;
      height: 0;
      border-top: 1px solid #333;
      top: .657em;
      width: 1000px;
      right: 100%;
      margin-right: .237em; }
  .page-title.post-title {
    line-height: 1.084em; }

h2 {
  font-family: 'Plantin MT Std';
  font-size: 2.369em;
  font-weight: 600; }
  h2.large {
    font-size: 3.157em; }

h3 {
  font-family: 'Plantin MT Std';
  font-size: 1.777em;
  font-weight: 600;
  line-height: 1.40687;
  margin: 1em 0; }

h4 {
  font-family: 'Plantin MT Std';
  font-size: 1.333em;
  font-weight: 600;
  color: #333;
  line-height: 1.47619; }
  h4.index-title {
    font-family: 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em; }

main h3:first-child {
  margin-top: 0; }

main p {
  margin: 1.666em 0; }
  main p:first-child {
    margin-top: 0; }
  main p:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 1279px) {
  html,
  body {
    font-size: 15px; } }

@media screen and (max-width: 1023px) {
  html,
  body {
    font-size: 14px; } }

@media screen and (max-width: 799px) {
  h1.post-title {
    font-size: 3.157em; } }

@media screen and (max-width: 749px) {
  .page-title.overwrite-1 {
    position: relative;
    padding-left: 35px; }
  .page-title .line::after {
    content: '';
    position: absolute;
    height: 0;
    border-top: 1px solid #333;
    top: .657em;
    width: 1000px;
    left: 100%;
    margin-left: .371em; } }

@media screen and (max-width: 649px) {
  .page-title.overwrite-1 {
    padding-left: 25px; } }

@media screen and (max-width: 532px) {
  .page-title.overwrite-1 {
    padding-left: 0; } }

@media screen and (max-width: 499px) {
  h1 {
    font-size: 3.157em; } }

@media screen and (max-width: 414px) {
  h1.post-title {
    font-size: 2.369em;
    line-height: 1.277em; } }

* {
  box-sizing: border-box; }

html,
body {
  max-width: 100%; }

body {
  position: relative;
  margin: 0;
  overflow-x: hidden; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-width: 0; }

.group::after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  height: 0; }

strong {
  font-weight: bold; }

input,
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type='checkbox'] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  width: auto; }

html,
body {
  height: 100%;
  background-color: #f4f4f4; }
  html.dark,
  body.dark {
    background-color: #333; }

html.overflow {
  overflow: hidden; }

body {
  min-width: 320px; }

section {
  position: relative;
  overflow: hidden; }
  section.short-top {
    padding-top: 5em; }
  section.top {
    padding-top: 10em; }
  section.bottom {
    padding-bottom: 8em; }

.wider {
  padding: 0 50px; }

.wide {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 50px; }

.content {
  max-width: 1226px;
  margin: 0 auto;
  padding: 0 50px; }

.middle {
  max-width: 1042px;
  padding: 0 50px;
  margin: 0 auto; }

.narrow {
  max-width: 782px;
  margin: 0 auto; }

.very-narrow {
  width: 615px;
  max-width: calc(100% - 18.5em);
  margin-left: auto; }

.wrapper {
  position: relative; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.container {
  margin: 0 -1em -1em; }
  .container.wide-margins {
    margin: 0 -3em -5em; }

.container-wide {
  margin: 0 -.75em -4em; }

.country-container {
  margin: 0 -3px; }

main.with-sidebar {
  margin-left: 200px;
  margin-top: -.843em; }

main.layout-1 {
  padding-right: 80px; }

aside.blog {
  position: absolute;
  width: 200px;
  top: .843em;
  left: 0; }

.col-2 {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 50%;
  padding: 0 1em 1em; }
  .col-2.wide-margins {
    padding: 0 3em 5em; }

.col-3 {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 33.33333%;
  padding: 0 2em 4em; }

.col-7 {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 14.28571%;
  padding: 0 3px 6px; }

@media screen and (max-width: 1799px) {
  .col-7 {
    width: 16.66667%; } }

@media screen and (max-width: 1599px) {
  .col-7 {
    width: 20%; } }

@media screen and (max-width: 1279px) {
  .col-7 {
    width: 25%; } }

@media screen and (max-width: 1169px) {
  main.layout-1 {
    padding-right: 0; }
  .wider,
  .wide,
  .content,
  .middle {
    padding: 0 40px; } }

@media screen and (max-width: 990px) {
  section.short-top {
    padding-top: 2em; }
  .narrow {
    max-width: 80%; }
  .col-2 {
    width: 100%; }
    .col-2.wide-margins {
      width: 50%; }
  .col-3 {
    width: 50%; } }

@media screen and (max-width: 899px) {
  section.top {
    padding-top: 6em; }
  section.bottom {
    padding-bottom: 6em; }
  .middle.overwrite {
    padding: 0 20px; }
  .very-narrow {
    max-width: calc(100% - 16.5em); }
  .col-7 {
    width: 33.33333%; } }

@media screen and (max-width: 849px) {
  .wider,
  .wide,
  .content,
  .middle {
    padding: 0 30px; }
  .middle.overwrite {
    padding: 0; }
  .container.wide-margins {
    margin-left: -2em;
    margin-right: -2em; }
  .col-2.wide-margins {
    padding-right: 2em;
    padding-left: 2em; } }

@media screen and (max-width: 799px) {
  aside.blog {
    display: none; }
  main.with-sidebar {
    margin-left: 0; } }

@media screen and (max-width: 749px) {
  section.top {
    padding-top: 2em; }
  .narrow {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px; }
  .very-narrow {
    max-width: 100%;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px; } }

@media screen and (max-width: 699px) {
  .container.wide-margins {
    margin-left: -1em;
    margin-right: -1em; }
  .col-2.wide-margins {
    padding-right: 1em;
    padding-left: 1em; } }

@media screen and (max-width: 649px) {
  .narrow,
  .very-narrow {
    padding-left: 25px;
    padding-right: 25px; }
  .col-2.wide-margins {
    width: 100%; }
  .col-3 {
    width: 100%; } }

@media screen and (max-width: 532px) {
  .narrow,
  .very-narrow {
    padding-left: 0;
    padding-right: 0; }
  .country-container {
    margin: 0 -2px -4px; }
  .col-7 {
    padding: 0 2px 4px; } }

@media screen and (max-width: 499px) {
  .container-wide {
    margin-left: -30px;
    margin-right: -30px; } }

@media screen and (max-width: 449px) {
  section.bottom {
    padding-bottom: 4em; }
  .wider,
  .wide,
  .content,
  .middle {
    padding: 0 20px; }
  .container-wide {
    margin-left: -20px;
    margin-right: -20px; } }

@media screen and (max-width: 359px) {
  .wider,
  .wide,
  .content,
  .middle {
    padding: 0 15px; }
  .container-wide {
    margin-left: -15px;
    margin-right: -15px; } }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.button {
  position: relative;
  display: inline-block;
  padding: 10px 58px 10px 35px;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: .08em;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  cursor: pointer; }
  .button .arrow {
    width: 8px;
    height: 14px;
    -webkit-mask-image: url("../img/arrow-small.svg");
            mask-image: url("../img/arrow-small.svg");
    background-color: #333;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: .2s ease;
    transition: .2s ease; }
  .button:hover {
    color: #939393; }
    .button:hover .arrow {
      background-color: #939393 !important; }

section#ccc {
  overflow: visible; }

.field {
  display: block;
  text-align: right;
  margin-bottom: 2em; }
  .field input,
  .field textarea {
    vertical-align: top;
    border: 1px solid #333;
    background: transparent;
    outline: none;
    width: 70%;
    padding: 8px;
    margin: 0; }
  .field textarea {
    resize: none; }
  .field .label {
    margin-right: 1.5em;
    font-size: 12px;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: .08em; }
    .field .label__select {
      position: relative;
      display: block;
      margin-bottom: 0.5rem;
      line-height: 30px; }
      .field .label__select::before {
        content: '';
        position: absolute;
        top: 0;
        left: -40px;
        height: 30px;
        width: 8px; }
      .field .label__select.blue::before {
        background-color: #9bb8d3; }
      .field .label__select.teal::before {
        background-color: #5ab7b1; }
      .field .label__select.orange::before {
        background-color: #f9b500; }
  .field.is-error input,
  .field.is-error textarea {
    border-color: #f00; }
  .field .field__error {
    display: block;
    font-size: 12px;
    color: #f00; }
  .field.checkbox, .field.radio {
    line-height: 20px;
    width: 70%;
    margin-left: auto;
    text-align: left;
    margin-bottom: 1em; }
    .field.checkbox.disabled, .field.radio.disabled {
      opacity: .5; }
    .field.checkbox .label, .field.radio .label {
      line-height: 20px;
      vertical-align: top;
      text-transform: none;
      margin-right: 0;
      letter-spacing: normal;
      display: inline-block;
      width: calc(100% - 28px);
      float: left; }
      .field.checkbox .label a, .field.radio .label a {
        text-decoration: underline; }
    .field.checkbox.is-error label,
    .field.checkbox.is-error .label, .field.radio.is-error label,
    .field.radio.is-error .label {
      color: #f00;
      border-color: #f00; }

.squaredFour {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  float: left; }
  .squaredFour label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 1px solid #333;
    margin: 0; }
    .squaredFour label::after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 3px;
      border: 3px solid #333;
      border-top: 0;
      border-right: 0;
      background: transparent;
      opacity: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .squaredFour input[type='checkbox'], .squaredFour input[type='radio'] {
    visibility: hidden; }
    .squaredFour input[type='checkbox']:checked + label::after, .squaredFour input[type='radio']:checked + label::after {
      opacity: 1; }
  .squaredFour input:hover + label::after {
    opacity: .5; }

.category-filters .squaredFour label {
  border-color: #fff; }
  .category-filters .squaredFour label::after {
    border-color: #fff; }

.disabled .squaredFour input:hover + label::after {
  opacity: 0; }

.is_mobile .squaredFour input:hover + label::after {
  opacity: 0; }

@media screen and (max-width: 1169px) {
  .field input,
  .field textarea {
    width: 65%; }
  .field.checkbox, .field.radio {
    width: 65%; }
  .field .label {
    margin-right: 1em; }
    .field .label__select::before {
      left: -30px; } }

@media screen and (max-width: 899px) {
  .field .label__select::before {
    left: -20px; } }

@media screen and (max-width: 799px) {
  .field .label__select::before {
    left: -30px; } }

@media screen and (max-width: 499px) {
  .field {
    text-align: left; }
    .field .label {
      margin-right: 0;
      line-height: 30px; }
    .field input,
    .field textarea {
      width: 100%; }
    .field.checkbox, .field.radio {
      width: 100%; } }

img.alignleft {
  float: left;
  max-width: 50%;
  padding-right: .666em;
  margin-right: .666em;
  margin-top: 5px;
  margin-bottom: 5px; }

img.alignright {
  float: right;
  max-width: 50%;
  padding-left: .666em;
  margin-left: .666em;
  margin-top: 5px;
  margin-bottom: 5px; }

@media screen and (max-width: 699px) {
  img.alignleft, img.alignright {
    float: none;
    max-width: 100%;
    padding: 0;
    margin: 0; } }

.icon {
  display: inline-block;
  vertical-align: top; }
  .icon__back {
    width: 0.5rem;
    height: 0.875rem; }
    .icon__back::before {
      position: absolute;
      top: 50%;
      left: 0;
      content: '';
      width: 0.625rem;
      height: 1px;
      background-color: #fff;
      -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
              transform: translate3d(0, -50%, 0) rotate(-45deg);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
    .icon__back::after {
      position: absolute;
      top: 50%;
      left: 0;
      content: '';
      width: 0.625rem;
      height: 1px;
      background-color: #fff;
      -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
              transform: translate3d(0, -50%, 0) rotate(45deg);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }

.search {
  position: relative;
  text-align: right; }
  .search input {
    border: 1px solid #fff;
    background: transparent;
    width: 17em;
    color: #fff;
    padding: 11px;
    margin-right: 3em;
    font-size: 1em; }
  .search button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3em;
    border: 1px solid #fff;
    border-left: 0;
    background: transparent;
    cursor: pointer;
    font-size: 1em;
    color: #fff; }
    .search button::before {
      font-size: 1.25em;
      font-family: 'FontAwesome';
      content: '\f002'; }

.filter-toggle {
  position: relative;
  width: 100%;
  margin-left: auto;
  cursor: pointer;
  display: block;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #fff;
  border-top: 0;
  line-height: 20px;
  padding: 1em; }

.category-filters {
  position: relative;
  margin-bottom: 3em;
  width: 20em;
  margin-left: auto;
  z-index: 1; }

.categories {
  display: none;
  position: absolute;
  width: 100%;
  padding: 0 0 1.5em;
  border: 1px solid #fff;
  border-top: 0;
  background-color: #333; }
  .categories .checkbox {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 0 1.5em;
    padding: 0 2em; }
    .categories .checkbox .label {
      letter-spacing: .08em;
      text-transform: uppercase;
      font-size: 1em; }
    .categories .checkbox:last-child {
      margin: 0; }
  .categories .parent {
    border-top: 1px solid #fff;
    padding-top: 1.5em; }
    .categories .parent .squaredFour {
      top: 1.5em; }
    .categories .parent:first-child {
      border: 0; }
  .categories .squaredFour {
    margin: 0;
    position: absolute;
    right: 2em;
    top: 0; }

form {
  position: relative;
  z-index: 2; }

@media screen and (max-width: 532px) {
  .search input {
    width: calc(100% - 3em); }
  .category-filters {
    width: 100%; } }

.select-field {
  position: relative; }
  .select-field.active .select {
    display: block; }
  .select-field.active .country-selected {
    background-color: #333;
    border-color: #333; }
    .select-field.active .country-selected::before, .select-field.active .country-selected::after {
      background-color: #333; }

.country-select,
.select {
  display: none;
  position: absolute;
  z-index: 5;
  background-color: #333;
  color: #fff;
  max-height: 215px;
  overflow-x: hidden;
  overflow-y: scroll; }
  .country-select::-webkit-scrollbar,
  .select::-webkit-scrollbar {
    width: 11px;
    height: 47px; }
  .country-select::-webkit-scrollbar-track,
  .select::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.04); }
  .country-select::-webkit-scrollbar-thumb,
  .select::-webkit-scrollbar-thumb {
    background-color: rgba(243, 244, 242, 0.38); }
  .country-select span,
  .select span {
    display: block;
    padding: 10px 20px;
    color: rgba(243, 244, 242, 0.38);
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer; }
    .country-select span:hover,
    .select span:hover {
      background-color: rgba(243, 244, 242, 0.13);
      color: #fff; }

.country-select {
  min-width: 200px; }

.country-selected {
  position: relative;
  display: block;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 12px;
  line-height: 23px;
  padding: 11px 20px; }
  .country-selected:hover {
    background-color: #d7d7d7; }
  .country-selected::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    right: 20px;
    background-color: #fff; }
  .country-selected::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    bottom: 20px;
    background-color: #fff; }

.select {
  width: 100%;
  top: 46px;
  max-height: 200px; }
  .select span {
    font-size: 12px; }

.has-cookie .country-select {
  margin-top: -30px; }

@media screen and (max-width: 649px) {
  .has-cookie .country-select {
    margin-top: -54px; } }

.link-popup {
  position: absolute;
  width: 375px;
  display: none;
  background-color: #282828;
  color: #fff;
  padding: 1em;
  z-index: 1; }
  .link-popup p {
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: .08em; }
  .link-popup .input-wrapper {
    padding: 8px 10px;
    border: 1px solid #e5e5e5; }
  .link-popup input {
    width: 100%;
    font-size: 12px;
    background: #d7d7d7;
    border: 0;
    padding: 0 5px;
    cursor: pointer; }
  .link-popup .close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 22px;
    height: 22px;
    border: 1px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    cursor: pointer; }
    .link-popup .close::before {
      content: '';
      position: absolute;
      width: 1px;
      bottom: 7px;
      background-color: #fff;
      right: -1px;
      top: -1px;
      -webkit-transition: .2s ease;
      transition: .2s ease; }
    .link-popup .close::after {
      content: '';
      position: absolute;
      height: 1px;
      right: 5px;
      background-color: #fff;
      left: -1px;
      bottom: -1px;
      -webkit-transition: .2s ease;
      transition: .2s ease; }
    .link-popup .close .bar {
      position: absolute;
      width: 14px;
      height: 1px;
      background-color: #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      left: 3px;
      top: 9px; }
      .link-popup .close .bar:last-child {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.has-cookie .link-popup {
  margin-top: -30px; }

@media screen and (max-width: 1279px) {
  .link-popup {
    width: 300px; } }

@media screen and (max-width: 649px) {
  .has-cookie .link-popup {
    margin-top: -54px; } }

.post {
  position: relative;
  border-bottom: 1px solid #333;
  padding: 0 2em 3em;
  overflow: hidden; }
  .post::before, .post::after {
    content: '';
    position: absolute;
    top: .843em;
    bottom: 0;
    width: 1px;
    background-color: #333; }
  .post::before {
    left: 0; }
  .post::after {
    right: 0; }
  .post header {
    position: relative;
    padding-top: 4em;
    margin-bottom: 3em; }
  .post figure {
    margin: 2.5em 0; }
  .post time {
    position: absolute;
    top: 0; }
  .post .hidden {
    display: none; }
  .post.dark {
    border-color: #fff; }

.center {
  text-align: center; }

.blog {
  border-right: 0; }
  .blog .author {
    padding: 2em 2em 1em 1em;
    border: 1px solid #333;
    border-right: 0; }
  .blog .author-name {
    display: block;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: .08em; }
  .blog .author-bio {
    font-family: 'Plantin MT Std';
    font-size: 12px; }
  .blog .share {
    padding: 1em 2em 1em 1em;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333; }
    .blog .share a {
      font-size: 1.5em;
      margin-right: 1em; }
      .blog .share a:hover {
        color: #939393; }
    .blog .share .link {
      font-size: 1.5em;
      margin-right: 1em;
      cursor: pointer; }
      .blog .share .link:hover {
        color: #939393; }
      .blog .share .link::before {
        font-family: 'FontAwesome';
        content: '\f0c1'; }
  .blog .share-text {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 1em; }
  .blog.dark {
    border-color: #fff; }
    .blog.dark .author,
    .blog.dark .share {
      border-color: #fff; }
  .blog.button {
    text-align: center;
    padding: 10px 30px;
    font-size: .75em;
    margin-top: 60px; }

time {
  position: relative; }

.time::before {
  content: '';
  position: absolute;
  height: 0;
  top: .843em;
  border-top: 1px solid #333;
  width: 1000px;
  right: 100%;
  margin-right: .75em; }

.time::after {
  content: '';
  position: absolute;
  height: 0;
  top: .843em;
  border-top: 1px solid #333;
  width: 1000px;
  left: 100%;
  margin-left: .75em; }

.post-navigation {
  text-transform: uppercase;
  letter-spacing: .08em;
  border: 1px solid #333;
  border-top: 0; }
  .post-navigation .previous-link,
  .post-navigation .next-link {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0;
    text-align: center;
    width: 30%;
    cursor: pointer; }
  .post-navigation .next-link {
    border-left: 1px solid #333;
    float: right; }
  .post-navigation a:hover {
    color: #939393; }
  .post-navigation > a {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0;
    text-align: center;
    border-right: 1px solid #333;
    float: left;
    width: 40%;
    border-left: 0; }
  .post-navigation .icon {
    display: inline-block;
    background-color: #333;
    width: 16px;
    height: 16px;
    -webkit-mask-size: contain;
            mask-size: contain;
    position: relative;
    top: 2px; }
    .post-navigation .icon.prev {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-mask-image: url("../img/arrow-move.svg");
              mask-image: url("../img/arrow-move.svg");
      margin-right: 15px; }
    .post-navigation .icon.next {
      -webkit-transform: rotate(315deg);
              transform: rotate(315deg);
      -webkit-mask-image: url("../img/arrow-move.svg");
              mask-image: url("../img/arrow-move.svg");
      margin-left: 15px; }
  .post-navigation.dark {
    border-color: #fff; }
    .post-navigation.dark > a,
    .post-navigation.dark .previous-link,
    .post-navigation.dark .next-link {
      border-color: #fff; }
    .post-navigation.dark .icon {
      background-color: #fff; }

.container-wide {
  position: relative; }
  .container-wide.initialised .col-3 {
    position: absolute; }

.blog-post,
.featured-post {
  position: relative;
  -webkit-transition: opacity 1000ms ease-out, 250ms ease-in-out;
  transition: opacity 1000ms ease-out, 250ms ease-in-out;
  background-color: transparent;
  cursor: pointer; }
  .blog-post.fade-in,
  .featured-post.fade-in {
    opacity: 0; }
  .blog-post header,
  .featured-post header {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    margin: 0; }
  .blog-post .published-date,
  .featured-post .published-date {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 0.85714em 2.28571em 0.57143em;
    font-weight: 700; }
  .blog-post h3,
  .featured-post h3 {
    padding: 0.80895em 1.12549em;
    margin: 0; }
  .blog-post h2,
  .featured-post h2 {
    padding: 0 0.84424em 0.6068em;
    margin: 0;
    line-height: 1.37189; }
  .blog-post figure,
  .featured-post figure {
    position: relative;
    margin: 0 -1.25em;
    opacity: .7;
    -webkit-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out; }
  .blog-post img,
  .featured-post img {
    width: 100%; }
  .blog-post::before,
  .featured-post::before {
    content: '';
    background-color: #333;
    width: 1px;
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0; }
  .blog-post::after,
  .featured-post::after {
    content: '';
    background-color: #333;
    height: 1px;
    position: absolute;
    left: 20px;
    top: 0;
    right: 0; }
  .blog-post:hover,
  .featured-post:hover {
    background-color: #333;
    color: #fff; }
    .blog-post:hover figure,
    .featured-post:hover figure {
      opacity: 1; }
    .blog-post:hover header,
    .featured-post:hover header {
      border-bottom: 1px solid #fff; }
    .blog-post:hover .share-text,
    .featured-post:hover .share-text {
      border-right: 1px solid #fff; }

.featured-post {
  width: 570px;
  max-width: calc(100% - 350px - 5.875em);
  margin-left: 3em;
  margin-right: 1.875em; }
  .featured-post header {
    padding-top: 2em; }
  .featured-post figure {
    margin: 0 -1.875em; }

.snippet {
  float: left;
  max-width: 350px; }
  .snippet.snippet-1 {
    margin-top: 12em; }

.share a[href*='facebook.com']::before {
  font-family: 'FontAwesome';
  content: '\f09a'; }

.share a[href*='twitter.com']::before {
  font-family: 'FontAwesome';
  content: '\f099'; }

.blog-post .share,
.featured-post .share,
.digital-post .share,
.featured-digital-post .share {
  position: relative;
  overflow: hidden; }
  .blog-post .share .share-text,
  .featured-post .share .share-text,
  .digital-post .share .share-text,
  .featured-digital-post .share .share-text {
    padding: .857em 2.28571em;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #333;
    text-transform: uppercase;
    font-size: .875em;
    text-align: center;
    font-weight: 700; }
  .blog-post .share a,
  .featured-post .share a,
  .digital-post .share a,
  .featured-digital-post .share a {
    margin-top: .5em;
    font-size: 1.5em;
    margin-right: 1em;
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
    .blog-post .share a:first-of-type,
    .featured-post .share a:first-of-type,
    .digital-post .share a:first-of-type,
    .featured-digital-post .share a:first-of-type {
      margin-left: 1em; }
  .blog-post .share .link,
  .featured-post .share .link,
  .digital-post .share .link,
  .featured-digital-post .share .link {
    margin-top: .5em;
    font-size: 1.5em;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
    .blog-post .share .link::before,
    .featured-post .share .link::before,
    .digital-post .share .link::before,
    .featured-digital-post .share .link::before {
      font-family: 'FontAwesome';
      content: '\f0c1'; }
  .blog-post .share::before,
  .featured-post .share::before,
  .digital-post .share::before,
  .featured-digital-post .share::before {
    content: '';
    position: absolute;
    background-color: #333;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 1.25em; }
  .blog-post .share::after,
  .featured-post .share::after,
  .digital-post .share::after,
  .featured-digital-post .share::after {
    content: '';
    height: 1px;
    background-color: #333;
    right: 1.25em;
    position: absolute;
    left: 0;
    bottom: 0; }

.digital-post .share .share-text,
.featured-digital-post .share .share-text {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff; }

.digital-post .share::before, .digital-post .share::after,
.featured-digital-post .share::before,
.featured-digital-post .share::after {
  background-color: #fff; }

@media screen and (max-width: 899px) {
  .snippet {
    width: 300px; }
  .featured-post {
    max-width: calc(100% - 300px - 5.875em); } }

@media screen and (max-width: 799px) {
  .post .hidden {
    display: block;
    border: 1px solid #333;
    margin-bottom: 2.5em; }
    .post .hidden .author,
    .post .hidden .share {
      border: 0;
      padding: 1.5em; }
    .post .hidden .author {
      border-bottom: 1px solid #333; }
  .post.dark .hidden,
  .post.dark .author {
    border-color: #fff; } }

@media screen and (max-width: 749px) {
  .snippet {
    width: 100%;
    max-width: 600px;
    padding-left: 35px;
    float: none; }
    .snippet.snippet-1 {
      margin: 0 0 3em; }
  .featured-post {
    width: auto;
    margin-left: 1.875em;
    margin-right: 1.875em; } }

@media screen and (max-width: 649px) {
  .snippet {
    padding-left: 25px; }
  .post-navigation > a {
    width: 100%;
    border-right: 0;
    border-top: 1px solid #333; }
  .post-navigation .previous-link,
  .post-navigation .next-link {
    width: 50%; } }

@media screen and (max-width: 599px) {
  .post {
    margin: 0 -30px;
    overflow: visible;
    padding-left: 30px;
    padding-right: 30px;
    border: 0; }
    .post::before, .post::after {
      display: none; }
  .post-navigation {
    border-top: 1px solid #333; } }

@media screen and (max-width: 532px) {
  .snippet {
    padding-left: 0; }
  .post figure {
    margin-left: -30px;
    margin-right: -30px; } }

@media screen and (max-width: 499px) {
  .featured-post {
    margin-left: 0;
    margin-right: 0; }
  .blog-post figure,
  .featured-post figure {
    margin: 0 -30px; } }

@media screen and (max-width: 449px) {
  .post figure {
    margin-left: -20px;
    margin-right: -20px; }
  .blog-post figure,
  .featured-post figure {
    margin: 0 -20px; } }

@media screen and (max-width: 359px) {
  .post figure {
    margin-left: -15px;
    margin-right: -15px; }
  .blog-post figure,
  .featured-post figure {
    margin: 0 -15px; } }

.countries {
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out; }
  .countries .col-7 {
    -webkit-transition: 500ms;
    transition: 500ms; }

.country-panel {
  -webkit-transition: 500ms linear;
  transition: 500ms linear; }

.country-summary {
  opacity: 0; }

@media screen and (min-width: 850px) {
  .slide-in .country-panel:nth-child(1):nth-last-child(2) {
    width: 100%; }
  .slide-in .country-panel:nth-child(1):nth-last-child(3), .slide-in .country-panel:nth-child(2):nth-last-child(2) {
    width: 50%; }
  .slide-in .country-panel:nth-child(2):nth-last-child(1), .slide-in .country-panel:nth-child(3):nth-last-child(1) {
    width: 0;
    padding-left: 0;
    padding-right: 0; }
  .slide-out-1 .country-panel:nth-child(1):nth-last-child(2), .slide-out-1 .country-panel:nth-child(2):nth-last-child(1) {
    width: 100%; }
  .slide-out-1 .country-panel:nth-child(1):nth-last-child(3), .slide-out-1 .country-panel:nth-child(2):nth-last-child(2), .slide-out-1 .country-panel:nth-child(3):nth-last-child(1) {
    width: 50%; }
  .slide-out-1 .country-panel.out {
    width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .slide-out-1 .country-panel .overview-score {
    min-width: 380px !important; }
  .slide-out-2 .country-panel:nth-child(1):nth-last-child(2), .slide-out-2 .country-panel:nth-child(2):nth-last-child(1), .slide-out-2 .country-panel:nth-child(1):nth-last-child(3), .slide-out-2 .country-panel:nth-child(2):nth-last-child(2), .slide-out-2 .country-panel:nth-child(3):nth-last-child(1) {
    width: 100%;
    padding-left: 120px;
    padding-right: 120px; }
  .slide-out-2 .country-panel.out {
    width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .slide-out-2 .country-panel .overview-score {
    min-width: 380px !important; } }

.animate-in {
  opacity: 0;
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out; }
  .animate-in.animate-long {
    -webkit-transition: -webkit-transform 600ms ease-out;
    transition: -webkit-transform 600ms ease-out;
    transition: transform 600ms ease-out;
    transition: transform 600ms ease-out, -webkit-transform 600ms ease-out; }

.animated {
  opacity: 1;
  display: block;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out; }
  .animated.animate-long {
    -webkit-transition: -webkit-transform 600ms ease-out;
    transition: -webkit-transform 600ms ease-out;
    transition: transform 600ms ease-out;
    transition: transform 600ms ease-out, -webkit-transform 600ms ease-out; }

.same-template .compare {
  display: block; }
  .same-template .compare.fade .overview-lines,
  .same-template .compare.fade .overview-score,
  .same-template .compare.fade .years {
    opacity: 1; }

.same-template .country-summary {
  opacity: 1; }

.same-template .ranking {
  display: block; }

.country-panel:nth-child(1):nth-last-child(2) .animate-in, .country-panel:nth-child(2):nth-last-child(1) .animate-in, .country-panel:nth-child(1):nth-last-child(3) .animate-in, .country-panel:nth-child(2):nth-last-child(2) .animate-in, .country-panel:nth-child(3):nth-last-child(1) .animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

@media screen and (max-width: 849px) {
  .country-panel.out {
    width: 100% !important;
    height: 0 !important;
    padding: inherit !important; } }

.countries {
  padding: 0 10px;
  margin: 0 -2em;
  min-height: 1000px; }

.column {
  display: inline-block;
  vertical-align: top;
  float: left;
  border-right: 1px solid #fff;
  border-left: 1px solid #cfcfcf;
  padding: 0 2em; }
  .column:first-child {
    border-left: 0; }
  .column:last-child {
    border-right: 0; }
  .column:nth-child(1):nth-last-child(1) {
    width: 100%; }
  .column:nth-child(1):nth-last-child(2), .column:nth-child(2):nth-last-child(1) {
    width: 50%; }
    .column:nth-child(1):nth-last-child(2) .col-7, .column:nth-child(2):nth-last-child(1) .col-7 {
      width: 33.33333%; }
  .column:nth-child(1):nth-last-child(3), .column:nth-child(2):nth-last-child(2), .column:nth-child(3):nth-last-child(1) {
    width: 33.33333%; }
    .column:nth-child(1):nth-last-child(3) .col-7, .column:nth-child(2):nth-last-child(2) .col-7, .column:nth-child(3):nth-last-child(1) .col-7 {
      width: 50%; }

.has-filter .countries {
  padding-left: 265px; }
  .has-filter .countries .col-7 {
    width: 16.66667%; }

.has-filter .column:nth-child(1):nth-last-child(2) .col-7, .has-filter .column:nth-child(2):nth-last-child(1) .col-7 {
  width: 50%; }

.country {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  color: #888b8d;
  text-align: right;
  width: 100%;
  padding: 1.3em;
  cursor: pointer;
  -webkit-transition: -webkit-transform 400ms ease-in;
  transition: -webkit-transform 400ms ease-in;
  transition: transform 400ms ease-in;
  transition: transform 400ms ease-in, -webkit-transform 400ms ease-in;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
  .country.fade {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0); }
  .country .wrapper {
    padding: 1.3em 1.5em; }
  .country .lines {
    border-top-color: #e9e9e9;
    border-left-color: #e9e9e9; }
    .country .lines::before, .country .lines::after {
      background-color: #e9e9e9; }
  .country .number {
    display: block;
    font-family: 'Plantin MT Std';
    font-size: 5.61em;
    line-height: .74;
    font-weight: 700;
    margin-right: -.09em;
    margin-bottom: 10px;
    opacity: .2; }
  .country h3 {
    position: relative;
    font-family: 'Montserrat', Arial, sans-serif;
    margin: 0;
    line-height: 1.14286;
    height: 2.28571em;
    width: 100%; }
    .country h3 span {
      position: absolute;
      bottom: 0;
      right: 0; }
  .country .score {
    font-weight: 700;
    border-left: 1px solid #d7d7d7;
    padding-left: .625em;
    margin-left: .625em; }
  .country p {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: .08em; }

@media screen and (max-width: 1799px) {
  .has-filter .countries .col-7 {
    width: 20%; }
  .has-filter .column:nth-child(1):nth-last-child(3) .col-7, .has-filter .column:nth-child(2):nth-last-child(2) .col-7, .has-filter .column:nth-child(3):nth-last-child(1) .col-7 {
    width: 100%; } }

@media screen and (max-width: 1599px) {
  .column:nth-child(1):nth-last-child(2) .col-7, .column:nth-child(2):nth-last-child(1) .col-7 {
    width: 50%; }
  .column:nth-child(1):nth-last-child(3) .col-7, .column:nth-child(2):nth-last-child(2) .col-7, .column:nth-child(3):nth-last-child(1) .col-7 {
    width: 100%; }
  .has-filter .countries .col-7 {
    width: 25%; } }

@media screen and (max-width: 1279px) {
  .has-filter .countries .col-7 {
    width: 33.33333%; }
  .countries {
    margin: 0 -.5em; }
  .column {
    padding: 0 .5em; }
  .country {
    font-size: 14px; }
    .country p {
      font-size: inherit; } }

@media screen and (max-width: 1169px) {
  .has-filter .countries {
    padding-left: 240px; }
  .has-filter .column:nth-child(1):nth-last-child(2) .col-7, .has-filter .column:nth-child(2):nth-last-child(1) .col-7 {
    width: 100%; } }

@media screen and (max-width: 949px) {
  .country {
    font-size: 13px; } }

@media screen and (max-width: 899px) {
  .country {
    font-size: 12px; }
    .country .wrapper {
      padding: 1.3em; } }

@media screen and (max-width: 767px) {
  .column:nth-child(1):nth-last-child(2) .col-7, .column:nth-child(2):nth-last-child(1) .col-7 {
    width: 100%; } }

@media screen and (max-width: 649px) {
  .countries {
    margin: 0 -5px; }
  .column {
    padding: 0 5px; }
  .showing-results-for {
    font-size: 12px; } }

@media screen and (max-width: 599px) {
  .country {
    padding: 1em;
    font-size: 11px; }
    .country .wrapper {
      padding: 1em; }
  .column:nth-child(1):nth-last-child(2) .col-7, .column:nth-child(2):nth-last-child(1) .col-7 {
    width: 100%; } }

@media screen and (max-width: 532px) {
  .countries {
    padding: 0 5px;
    margin: 0 -3px; }
  .country {
    padding: .8em;
    font-size: 10px; }
    .country .wrapper {
      padding: .8em; }
    .country .number {
      margin-bottom: 5px; }
  .column {
    padding: 0 3px; } }

@media screen and (max-width: 449px) {
  .country {
    font-size: 9px; }
    .country p {
      font-size: 10px; } }

@media screen and (max-width: 399px) {
  .country {
    font-size: 8px; } }

@media screen and (max-width: 374px) {
  .country {
    font-size: 7px; }
    .country p {
      font-size: 9px; } }

.compare {
  display: none; }
  .compare.fade .overview-lines,
  .compare.fade .overview-score,
  .compare.fade .years {
    opacity: 0; }

.country .icon {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  width: 1.25em;
  height: 1.25em;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat; }

.country.down::before {
  background-color: #66435a; }

.country.down .icon {
  -webkit-mask-image: url("../img/arrow-move.svg");
          mask-image: url("../img/arrow-move.svg");
  background-color: #66435a; }

.country.up::before {
  background-color: #5cb8b2; }

.country.up .icon {
  -webkit-mask-image: url("../img/arrow-move.svg");
          mask-image: url("../img/arrow-move.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #5cb8b2; }

.country.new::before {
  background-color: #f9b500; }

.country.new .icon {
  -webkit-mask-image: url("../img/plus.svg");
          mask-image: url("../img/plus.svg");
  background-color: #f9b500; }

.country.no::before {
  background-color: #a1b9d1; }

.country.no .icon {
  -webkit-mask-image: url("../img/minus.svg");
          mask-image: url("../img/minus.svg");
  background-color: #a1b9d1; }

.country.reentry::before {
  background-color: #021c57; }

.country.reentry .icon {
  -webkit-mask-image: url("../img/re-entry.svg");
          mask-image: url("../img/re-entry.svg");
  background-color: #021c57; }

.country::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background-color: #5b6770;
  -webkit-transition: 250ms ease-out;
  transition: 250ms ease-out; }

.country:hover {
  color: #fff; }
  .country:hover::before {
    height: 100%; }

.country.up:hover .icon, .country.down:hover .icon, .country.new:hover .icon, .country.no:hover .icon, .countryreentry:hover .icon {
  background-color: #fff; }

.compare {
  position: relative;
  height: 485px;
  overflow: hidden; }

.country-panel {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 485px;
  display: inline-block;
  vertical-align: top;
  float: left;
  background-color: #5b6770;
  overflow: hidden;
  width: 100%; }
  .country-panel .background-number {
    font-size: 17.713em;
    line-height: 218px;
    opacity: .75;
    color: #2d363e;
    margin-right: -20px; }
  .country-panel h1 {
    position: relative;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 2.369em;
    margin: -2.61em 0 .178em;
    height: 2.554em; }
    .country-panel h1 span {
      position: absolute;
      right: 0;
      bottom: 0; }
  .country-panel .score-text {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0;
    padding-right: 13px; }
    .country-panel .score-text p {
      margin: 0;
      display: inline-block; }
  .country-panel .score-num {
    display: inline-block;
    font-size: 2.312em;
    line-height: 1.216em;
    vertical-align: middle;
    font-weight: 700;
    border-left: 1px solid #fff; }
    .country-panel .score-num p {
      display: inline-block;
      margin: 0;
      padding-left: 15px; }
  .country-panel .score-year {
    display: block;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase; }
  .country-panel:nth-child(1):nth-last-child(1) {
    width: 100%; }
    .country-panel:nth-child(1):nth-last-child(1) .years {
      display: block; }
    .country-panel:nth-child(1):nth-last-child(1) .analysis,
    .country-panel:nth-child(1):nth-last-child(1) .remove-country {
      display: none; }
    .country-panel:nth-child(1):nth-last-child(1) .overview-score {
      right: 70px; }
  .country-panel:nth-child(1):nth-last-child(2), .country-panel:nth-child(2):nth-last-child(1) {
    width: 50%; }
    .country-panel:nth-child(1):nth-last-child(2) .years,
    .country-panel:nth-child(1):nth-last-child(2) .remove-country, .country-panel:nth-child(2):nth-last-child(1) .years,
    .country-panel:nth-child(2):nth-last-child(1) .remove-country {
      display: none; }
    .country-panel:nth-child(1):nth-last-child(2) .compare-country, .country-panel:nth-child(2):nth-last-child(1) .compare-country {
      display: inline-block; }
  .country-panel:nth-child(1):nth-last-child(3), .country-panel:nth-child(2):nth-last-child(2), .country-panel:nth-child(3):nth-last-child(1) {
    width: 33.33333%; }
    .country-panel:nth-child(1):nth-last-child(3) .years,
    .country-panel:nth-child(1):nth-last-child(3) .remove-country, .country-panel:nth-child(2):nth-last-child(2) .years,
    .country-panel:nth-child(2):nth-last-child(2) .remove-country, .country-panel:nth-child(3):nth-last-child(1) .years,
    .country-panel:nth-child(3):nth-last-child(1) .remove-country {
      display: none; }
    .country-panel:nth-child(1):nth-last-child(3) .compare-country, .country-panel:nth-child(2):nth-last-child(2) .compare-country, .country-panel:nth-child(3):nth-last-child(1) .compare-country {
      display: inline-block; }
    .country-panel:nth-child(1):nth-last-child(3) .overview-score, .country-panel:nth-child(2):nth-last-child(2) .overview-score, .country-panel:nth-child(3):nth-last-child(1) .overview-score {
      min-width: 340px; }
  .country-panel .years {
    position: absolute;
    top: 262px;
    left: 120px;
    border: 1px solid #fff;
    letter-spacing: .08em;
    text-transform: uppercase; }
    .country-panel .years span {
      display: block;
      padding: 4px 18px; }
    .country-panel .years a {
      position: relative;
      display: inline-block;
      border-right: 1px solid #fff;
      float: left; }
      .country-panel .years a:hover {
        background-color: #d7d7d7; }
      .country-panel .years a.active::after {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -5px;
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 7px solid #fff; }
      .country-panel .years a:last-child {
        border: 0; }
        .country-panel .years a:last-child span {
          padding: 4px 12px; }
  .country-panel.up {
    background-color: #5cb8b2; }
    .country-panel.up .background-number {
      color: #27857c; }
  .country-panel.down {
    background-color: #66435a; }
    .country-panel.down .background-number {
      color: #493543; }
  .country-panel.new {
    background-color: #f9b500; }
    .country-panel.new .background-number {
      color: #ba8a21; }
  .country-panel.no {
    background-color: #a1b9d1; }
    .country-panel.no .background-number {
      color: #7796b5; }
  .country-panel.reentry {
    background-color: #021c57; }
    .country-panel.reentry .background-number {
      color: #041636; }
  .country-panel .button {
    padding: .75em 1.25em;
    font-size: 14px;
    line-height: 2;
    border: 1px solid #fff;
    float: right;
    margin-left: .5em; }
    .country-panel .button:hover {
      background-color: #d7d7d7;
      color: #fff; }
    .country-panel .button.compare-country {
      padding-right: 44px; }
      .country-panel .button.compare-country.active {
        background: #333;
        border-color: #333;
        border-bottom-color: #7b7c7b; }
        .country-panel .button.compare-country.active::before {
          display: none; }
      .country-panel .button.compare-country::before {
        content: '';
        position: absolute;
        top: 20px;
        right: 24px;
        height: 10px;
        width: 2px;
        background-color: #fff; }
      .country-panel .button.compare-country::after {
        content: '';
        position: absolute;
        right: 20px;
        top: 24px;
        width: 10px;
        height: 2px;
        background-color: #fff; }
    .country-panel .button.analysis {
      margin-left: 0; }

.overview-lines {
  position: absolute;
  top: 40px;
  bottom: 40px;
  right: 40px;
  left: 85px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff; }
  .overview-lines::before {
    content: '';
    position: absolute;
    border-left: 1px solid #fff;
    top: 45px;
    bottom: 0;
    left: -45px; }
  .overview-lines::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -64px;
    border-top: 1px solid #fff;
    width: 64px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0; }
  .overview-lines .bottom-line {
    position: absolute;
    bottom: 0;
    right: 0;
    left: -45px;
    height: 1px;
    background-color: #fff; }

.overview-score {
  position: absolute;
  top: 70px;
  right: 70px;
  bottom: 60px;
  text-align: right;
  min-width: 380px; }
  .overview-score .button-container {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }

.ranking {
  background-color: #5b6770;
  color: #fff;
  padding: 3em 0;
  display: none; }
  .ranking.fade {
    opacity: 0; }

.stat {
  display: inline-block;
  vertical-align: top;
  float: left;
  position: relative;
  width: 14.28571%; }

.country-codes {
  position: absolute;
  right: 100%; }
  .country-codes span {
    display: block;
    line-height: 65px;
    margin-bottom: 21px; }

.stat-icon {
  display: block;
  height: 3.75em; }
  .stat-icon img {
    margin: 0 auto;
    max-width: 3.125em;
    max-height: 2.75em; }

.stat-title {
  display: block;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .875em;
  text-align: center;
  margin: 0 0 1.5em; }

.stat-score {
  display: block;
  border-radius: 50%;
  font-size: 1.777em;
  font-weight: 700;
  line-height: 2.286em;
  width: 2.286em;
  text-align: center;
  margin: .738em auto 0;
  border: 1px solid #fff; }
  .stat-score.no {
    background-color: #a1b9d1;
    border-color: transparent; }
  .stat-score.up {
    background-color: #5cb8b2;
    border-color: transparent; }
  .stat-score.down {
    background: #66435a;
    border-color: transparent; }
  .stat-score.new {
    background-color: #f9b500;
    border-color: transparent; }
  .stat-score.reentry {
    background-color: #021c57;
    border-color: transparent; }

.country-summary {
  padding-top: 6em;
  padding-bottom: 8em;
  display: none; }
  .country-summary.active {
    display: block; }
  .country-summary .key {
    position: absolute;
    top: 2em;
    left: 0;
    width: 230px;
    font-family: 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    border: 1px solid #2c373e;
    border-right: 0;
    padding: 2.5em 2em; }
    .country-summary .key ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .country-summary .key li {
      margin-bottom: 2em;
      cursor: pointer; }
      .country-summary .key li:hover {
        font-weight: 700; }
      .country-summary .key li:last-child {
        margin-bottom: 0; }
      .country-summary .key li::before {
        display: none; }
  .country-summary .summaries {
    margin-left: 230px;
    border-bottom: 1px solid #2c373e; }
    .country-summary .summaries h2 {
      display: inline-block;
      position: relative;
      margin: .5em 0 0; }
      .country-summary .summaries h2:first-child {
        margin-top: 0; }
      .country-summary .summaries h2::before {
        content: '';
        position: absolute;
        height: 0;
        border-top: 1px solid #2c373e;
        top: .844em;
        width: 1000px;
        right: 100%;
        margin-right: 10px; }
      .country-summary .summaries h2::after {
        content: '';
        position: absolute;
        height: 0;
        border-top: 1px solid #2c373e;
        top: .844em;
        width: 2000px;
        left: 100%;
        margin-left: 10px; }
  .country-summary .summary-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 3em 3em; }
    .country-summary .summary-wrapper::before {
      content: '';
      position: absolute;
      top: 2em;
      bottom: 0;
      left: 0;
      width: 1px;
      background-color: #2c373e; }
    .country-summary .summary-wrapper::after {
      content: '';
      position: absolute;
      top: 2em;
      bottom: 0;
      right: 0;
      width: 1px;
      background-color: #2c373e; }

.country-container {
  position: relative; }
  .country-container.initialised .col-7 {
    position: absolute; }

.remove-country {
  display: none; }
  .remove-country::after {
    display: none;
    content: '';
    position: absolute;
    right: 20px;
    top: 25px;
    width: 10px;
    height: 2px;
    background-color: #fff; }

@media screen and (max-width: 1366px) {
  .compare {
    font-size: 15px; }
  .overview-lines {
    right: 30px;
    left: 75px; }
  .overview-score {
    right: 60px; } }

@media screen and (max-width: 1279px) {
  .country-panel:nth-child(1):nth-last-child(3) .overview-score, .country-panel:nth-child(2):nth-last-child(2) .overview-score, .country-panel:nth-child(3):nth-last-child(1) .overview-score {
    min-width: 15em; }
  .country-panel .years {
    left: 80px; }
  .country-panel .background-number {
    font-size: 13.288em; }
  .stats {
    padding-left: 30px;
    padding-right: 30px; }
  .remove-country {
    width: calc(3.5em + 2px);
    height: calc(3.5em + 2px); }
    .remove-country .hide {
      display: none; }
    .remove-country::after {
      display: block; } }

@media screen and (max-width: 1023px) {
  .overview-lines {
    right: 20px;
    left: 65px;
    top: 30px;
    bottom: 30px; }
  .overview-score {
    top: 60px;
    right: 50px !important; } }

@media screen and (max-width: 990px) {
  .compare-country {
    width: calc(3.5em + 2px);
    height: calc(3.5em + 2px);
    padding-right: 1.25em !important; }
    .compare-country .hide {
      display: none; }
  .country-panel .years {
    left: 50px;
    width: 26.66667em;
    text-align: center; }
    .country-panel .years span {
      padding-left: 0;
      padding-right: 0; }
    .country-panel .years a {
      width: 20%;
      border-bottom: 1px solid #fff; }
      .country-panel .years a:first-child:nth-last-child(5),
      .country-panel .years a:first-child:nth-last-child(5) ~ a {
        width: 25%; }
      .country-panel .years a:first-child:nth-last-child(4),
      .country-panel .years a:first-child:nth-last-child(4) ~ a {
        width: 33.33333%; }
      .country-panel .years a:first-child:nth-last-child(3),
      .country-panel .years a:first-child:nth-last-child(3) ~ a {
        width: 50%; }
      .country-panel .years a:nth-last-child(2) {
        border-right: 0; }
      .country-panel .years a.compare-years {
        width: 100% !important; }
  .stats {
    padding-left: 0;
    padding-right: 0; }
  .stat {
    width: 100%;
    margin-bottom: 2em;
    text-align: center; }
    .stat:last-child {
      margin: 0; }
  .stat-info {
    display: inline-block;
    vertical-align: middle;
    width: 7.5em;
    margin-right: 1.5em; }
  .stat-title {
    margin: 0; }
  .stat-score {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .5em; }
  .country-codes {
    display: none; } }

@media screen and (max-width: 899px) {
  .compare {
    font-size: 14px; }
  .has-filter .countries {
    padding-left: 210px; }
    .has-filter .countries .col-7 {
      width: 50%; }
  .country .icon {
    top: 1.3em !important;
    left: 1.3em !important; } }

@media screen and (max-width: 849px) {
  .compare {
    height: 400px;
    -webkit-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out; }
    .compare.x2 {
      height: 800px; }
    .compare.x3 {
      height: 1200px; }
  .country-panel {
    width: 100% !important;
    height: 400px; }
    .country-panel .years {
      top: 200px; }
    .country-panel .background-number {
      line-height: 190px; }
  .overview-score {
    top: 25px;
    bottom: 50px;
    left: 70px; } }

@media screen and (max-width: 799px) {
  .has-filter .countries .col-7 {
    width: 33.33333%; }
  .country-summary .key {
    display: none; }
  .country-summary .summaries {
    margin-left: 0; } }

@media screen and (max-width: 749px) and (min-width: 650px) {
  .country-panel .years {
    top: 190px;
    max-width: 254px; } }

@media screen and (max-width: 649px) {
  .compare {
    height: 410px; }
    .compare.x2 {
      height: 680px; }
    .compare.x3 {
      height: 1020px; }
  .country-panel {
    height: 410px; }
    .country-panel .years {
      top: auto;
      bottom: 40px;
      right: 50px;
      left: auto;
      font-size: 12px; }
    .country-panel .background-number {
      font-size: 9.969em;
      line-height: 1.14em;
      margin-right: -10px; }
    .country-panel .button {
      font-size: 12px; }
      .country-panel .button::before {
        top: 16px !important;
        right: 20px !important; }
      .country-panel .button::after {
        top: 20px !important;
        right: 16px !important; }
    .country-panel:nth-child(1):nth-last-child(2), .country-panel:nth-child(2):nth-last-child(1), .country-panel:nth-child(1):nth-last-child(3), .country-panel:nth-child(2):nth-last-child(2), .country-panel:nth-child(3):nth-last-child(1) {
      height: 340px; }
      .country-panel:nth-child(1):nth-last-child(2) .overview-score, .country-panel:nth-child(2):nth-last-child(1) .overview-score, .country-panel:nth-child(1):nth-last-child(3) .overview-score, .country-panel:nth-child(2):nth-last-child(2) .overview-score, .country-panel:nth-child(3):nth-last-child(1) .overview-score {
        bottom: 40px; }
  .overview-lines {
    top: 20px;
    bottom: 20px; }
  .overview-score {
    top: 10px;
    bottom: 115px;
    left: 40px;
    min-width: 0; } }

@media screen and (max-width: 599px) {
  .country .icon {
    top: 1em !important;
    left: 1em !important; }
  .country-summary {
    padding-top: 4em;
    padding-bottom: 6em; }
    .country-summary .summary-wrapper {
      padding: 0 2em 2em; }
    .country-summary .summaries h2 {
      margin: 0; } }

@media screen and (max-width: 532px) {
  .country-summary .summary-wrapper {
    overflow: visible;
    padding: 0; }
    .country-summary .summary-wrapper::before, .country-summary .summary-wrapper::after {
      display: none; }
  .country-summary .summaries {
    border: 0; }
    .country-summary .summaries h2 {
      font-size: 1.777em; } }

@media screen and (max-width: 479px) {
  .compare {
    height: 385px;
    font-size: 12px; }
    .compare.x2 {
      height: 620px; }
    .compare.x3 {
      height: 930px; }
  .country-panel {
    height: 385px; }
    .country-panel .years {
      max-width: 254px; }
    .country-panel:nth-child(1):nth-last-child(2), .country-panel:nth-child(2):nth-last-child(1), .country-panel:nth-child(1):nth-last-child(3), .country-panel:nth-child(2):nth-last-child(2), .country-panel:nth-child(3):nth-last-child(1) {
      height: 310px; }
  .overview-score {
    bottom: 115px; }
  .ranking {
    font-size: 12px; } }

@media screen and (max-width: 449px) {
  .country-summary {
    padding-bottom: 4em; } }

@media screen and (max-width: 414px) {
  .overview-score {
    right: 40px !important; }
  .country-panel .years {
    right: 40px; } }

@media screen and (max-width: 374px) {
  .stat-score {
    margin: 0;
    margin-right: .5em; }
  .stat-info {
    margin-right: .5em; } }

@media screen and (max-width: 359px) {
  .overview-lines {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 60px; }
  .overview-score {
    right: 35px !important; }
  .country-panel .years {
    right: 35px; } }

.dark.post::before, .dark.post::after {
  background-color: #fff; }

.dark time {
  position: relative; }

.dark .time::before {
  top: 50%;
  border-top: 1px solid #fff;
  margin-right: .75em; }

.dark .time::after {
  display: none; }

.category {
  position: absolute;
  top: 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .08em; }
  .category::before {
    content: '';
    position: absolute;
    height: 0;
    top: .843em;
    border-top: 1px solid #fff;
    width: 1000px;
    right: 100%;
    margin-right: 1em; }
  .category::after {
    content: '';
    position: absolute;
    height: 0;
    top: .843em;
    border-top: 1px solid #fff;
    width: 1000px;
    left: 100%;
    margin-left: 1em; }

.digital-post,
.featured-digital-post {
  position: relative;
  padding-top: 8em;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  cursor: pointer; }
  .digital-post.fade-in,
  .featured-digital-post.fade-in {
    opacity: 0; }
  .digital-post header,
  .featured-digital-post header {
    margin: 0; }
  .digital-post figure,
  .featured-digital-post figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    opacity: .24;
    -webkit-transition: opacity .6s;
    transition: opacity .6s; }
    .digital-post figure img,
    .featured-digital-post figure img {
      width: 100%; }
  .digital-post .layer,
  .featured-digital-post .layer {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 3em 2em 1.5em;
    max-width: 330px;
    -webkit-transition: .6s;
    transition: .6s; }
    .digital-post .layer::before,
    .featured-digital-post .layer::before {
      content: '';
      position: absolute;
      top: 2.343em;
      left: 0;
      bottom: 0;
      width: 1px;
      background-color: #fff; }
    .digital-post .layer::after,
    .featured-digital-post .layer::after {
      content: '';
      position: absolute;
      top: 2.343em;
      right: 0;
      bottom: 0;
      width: 1px;
      background-color: #fff; }
    .digital-post .layer:first-child,
    .featured-digital-post .layer:first-child {
      margin-top: -7.5em; }
  .digital-post .share,
  .featured-digital-post .share {
    max-width: 330px;
    -webkit-transition: .6s;
    transition: .6s; }
  .digital-post .category,
  .featured-digital-post .category {
    top: 1.5em; }
  .digital-post .published-date,
  .featured-digital-post .published-date {
    color: #e5e5e5;
    font-family: 'Plantin MT Std'; }
  .digital-post.index-0 figure,
  .featured-digital-post.index-0 figure {
    padding-right: 20px; }
  .digital-post.index-0 .layer,
  .featured-digital-post.index-0 .layer {
    margin-left: auto; }
  .digital-post.index-0 .share,
  .featured-digital-post.index-0 .share {
    margin-left: auto;
    margin-right: 0; }
  .digital-post.index-1 figure,
  .featured-digital-post.index-1 figure {
    padding-left: 20px; }
  .digital-post.index-1 .layer,
  .featured-digital-post.index-1 .layer {
    margin-right: auto; }
  .digital-post.index-1 .share,
  .featured-digital-post.index-1 .share {
    margin-right: auto;
    margin-left: 0; }
  .digital-post:hover figure,
  .featured-digital-post:hover figure {
    opacity: 1; }
  .digital-post:hover .layer,
  .featured-digital-post:hover .layer {
    background: #252525; }
    .digital-post:hover .layer::before, .digital-post:hover .layer::after,
    .featured-digital-post:hover .layer::before,
    .featured-digital-post:hover .layer::after {
      opacity: 0; }
  .digital-post:hover .category::before, .digital-post:hover .category::after,
  .featured-digital-post:hover .category::before,
  .featured-digital-post:hover .category::after {
    opacity: 0; }
  .digital-post:hover .share,
  .featured-digital-post:hover .share {
    background: #252525; }
    .digital-post:hover .share::after, .digital-post:hover .share::before,
    .featured-digital-post:hover .share::after,
    .featured-digital-post:hover .share::before {
      background-color: #252525; }
    .digital-post:hover .share .share-text,
    .featured-digital-post:hover .share .share-text {
      border-left-color: #252525; }

.not-found {
  padding-top: 0;
  float: right;
  width: 665px;
  max-width: calc(100% - 350px);
  padding-left: 3em; }

.featured-digital-post {
  padding-top: 0;
  float: right;
  width: 640px;
  max-width: calc(100% - 350px);
  padding-left: 3em; }
  .featured-digital-post figure {
    position: static; }
  .featured-digital-post .layer {
    margin: -8em 0 0;
    max-width: 100%; }
    .featured-digital-post .layer:first-child {
      margin-top: -1em; }
  .featured-digital-post .share {
    margin: 0;
    max-width: 100%; }

.container {
  position: relative; }
  .container.initialised .col-2 {
    position: absolute; }

.snippet-2 {
  color: #e5e5e5;
  margin-top: 90px; }
  .snippet-2 h1 {
    line-height: 1.12;
    color: #d2d7db; }
  .snippet-2 h3 {
    margin: 1.333em 0 .75em; }
  .snippet-2 button {
    border: 1px solid #fff;
    color: #fff;
    background: 0;
    padding: 1em;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Montserrat', Arial, sans-serif; }
    .snippet-2 button:hover {
      background-color: #000;
      border: 1px solid #000; }

.digital.button {
  text-align: center;
  padding: 10px 30px;
  font-size: .75em;
  margin-top: 60px; }

.digital.lines {
  border-top-color: #fff;
  border-left-color: #fff; }
  .digital.lines::before, .digital.lines::after {
    background-color: #fff; }

@media screen and (max-width: 990px) {
  .digital-post .layer,
  .digital-post .share {
    max-width: calc(100% - 30px); }
  .featured-digital-post .layer {
    margin-top: -6em; } }

@media screen and (max-width: 899px) {
  .featured-digital-post {
    max-width: calc(100% - 300px); } }

@media screen and (max-width: 749px) {
  .snippet-2 {
    margin: 0 0 3em; }
  .featured-digital-post {
    padding-left: 0;
    width: auto;
    max-width: none; } }

@media screen and (max-width: 649px) {
  .digital-post {
    padding-top: 0; }
    .digital-post figure {
      position: static;
      padding: 0 !important; }
    .digital-post .layer {
      margin: -6em 1em 0 !important;
      max-width: 100%; }
      .digital-post .layer:first-child {
        margin-top: 0 !important; }
    .digital-post .share {
      max-width: 100%;
      margin: 0 1em !important; } }

@media screen and (max-width: 499px) {
  .featured-digital-post,
  .digital-post {
    margin-left: -30px;
    margin-right: -30px; }
    .featured-digital-post .layer,
    .featured-digital-post .share,
    .digital-post .layer,
    .digital-post .share {
      margin-left: 30px !important;
      margin-right: 30px !important; } }

@media screen and (max-width: 449px) {
  .featured-digital-post,
  .digital-post {
    margin-left: -20px;
    margin-right: -20px; }
    .featured-digital-post .layer,
    .featured-digital-post .share,
    .digital-post .layer,
    .digital-post .share {
      margin-left: 20px !important;
      margin-right: 20px !important; } }

@media screen and (max-width: 359px) {
  .featured-digital-post,
  .digital-post {
    margin-left: -15px;
    margin-right: -15px; }
    .featured-digital-post .layer,
    .featured-digital-post .share,
    .digital-post .layer,
    .digital-post .share {
      margin-left: 15px !important;
      margin-right: 15px !important; } }

.find-out {
  max-width: 435px;
  margin-left: auto; }
  .find-out h3 {
    margin-top: 2em;
    position: relative; }
    .find-out h3::before {
      content: '';
      position: absolute;
      height: 0;
      border-top: 1px solid #333;
      top: 0.66826em;
      width: 1000px;
      right: 100%;
      margin-right: 1.125em; }
  .find-out button {
    border: 1px solid #333;
    background: 0;
    display: block;
    padding: 17px 3em;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    font-family: 'Montserrat', Arial, sans-serif; }
    .find-out button::after {
      content: '+';
      display: inline-block;
      vertical-align: top;
      padding-left: 10px;
      font-size: 1.5em;
      line-height: 15px; }
    .find-out button:hover {
      color: #939393; }

.contact-form,
.sign-up {
  position: relative;
  padding: 0 2em 4em 2.5em;
  overflow: hidden; }
  .contact-form .error,
  .sign-up .error {
    color: #f00; }
  .contact-form .success,
  .sign-up .success {
    color: #03c37c; }
  .contact-form h3,
  .sign-up h3 {
    display: inline-block;
    position: relative; }
    .contact-form h3::before,
    .sign-up h3::before {
      content: '';
      position: absolute;
      height: 0;
      border-top: 1px solid #333;
      top: 0.70343em;
      width: 1000px;
      right: 100%;
      margin-right: 5px; }
    .contact-form h3::after,
    .sign-up h3::after {
      content: '';
      position: absolute;
      height: 0;
      border-top: 1px solid #333;
      top: 0.70343em;
      width: 1000px;
      left: 100%;
      margin-left: .5em; }
  .contact-form form,
  .sign-up form {
    margin-top: 2em; }
  .contact-form button,
  .sign-up button {
    border: 1px solid #333;
    background: 0;
    display: block;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    font-size: 12px;
    float: right;
    width: 70%;
    text-transform: uppercase;
    letter-spacing: .08em;
    cursor: pointer;
    padding: 17px 11px;
    margin-top: .5em;
    outline: none; }
    .contact-form button::after,
    .sign-up button::after {
      content: '+';
      display: inline-block;
      vertical-align: top;
      padding-left: 10px;
      font-size: 1.5em;
      line-height: 13px; }
    .contact-form button:hover,
    .sign-up button:hover {
      color: #939393; }
  .contact-form input,
  .contact-form textarea,
  .sign-up input,
  .sign-up textarea {
    padding: 11px;
    font-size: 12px; }
  .contact-form .success,
  .contact-form .error,
  .sign-up .success,
  .sign-up .error {
    margin-top: 0; }

.contact-form {
  margin-top: -1.25em; }
  .contact-form::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.25em;
    bottom: 0;
    width: 1px;
    background-color: #333; }
  .contact-form::after {
    content: '';
    position: absolute;
    right: 0;
    top: 1.25em;
    bottom: 0;
    width: 1px;
    background-color: #333; }

.field__recaptcha {
  margin-left: auto;
  width: 70%;
  margin-top: 1em;
  margin-bottom: 1em; }

.sign-up {
  border-bottom: 1px solid #333; }
  .sign-up::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #333; }
  .sign-up::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #333; }

@media screen and (max-width: 1169px) {
  .contact-form,
  .sign-up {
    padding-left: 2em; }
    .contact-form button,
    .sign-up button {
      width: 65%; }
    .contact-form .hide,
    .sign-up .hide {
      display: none; }
  .field__recaptcha {
    width: 65%; } }

@media screen and (max-width: 990px) {
  .find-out {
    max-width: 80%;
    margin: 0 auto 2em; }
  .contact-form,
  .sign-up {
    max-width: 80%;
    margin: 0 auto; } }

@media screen and (max-width: 749px) {
  .find-out {
    max-width: 100%;
    padding: 0 35px; }
  .contact-form,
  .sign-up {
    max-width: 100%;
    margin: 0 35px; } }

@media screen and (max-width: 649px) {
  .find-out {
    padding: 0 25px; }
  .contact-form,
  .sign-up {
    margin: 0 25px; }
  .field__recaptcha {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    margin-bottom: 0; } }

@media screen and (max-width: 532px) {
  .find-out {
    padding: 0; }
  .contact-form,
  .sign-up {
    margin: 0; } }

@media screen and (max-width: 499px) {
  .contact-form,
  .sign-up {
    padding: 0 1.5em 2.5em; }
    .contact-form form,
    .sign-up form {
      margin-top: 0; }
    .contact-form button,
    .sign-up button {
      width: 100%; }
  .field__recaptcha {
    width: 100%; } }

@media screen and (max-width: 414px) {
  .sign-up h3::after {
    display: none; } }

footer {
  position: relative;
  background: #fff;
  padding: 1.5em 0; }
  footer.dark {
    background: #333;
    text-align: center; }
    footer.dark .menu {
      color: #fff;
      border: 0;
      margin: 0 auto;
      width: 633px; }
      footer.dark .menu ul {
        margin-left: 0; }
      footer.dark .menu a:hover {
        color: #d7d7d7; }
  footer .logo {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  footer .logo-1 {
    margin-right: 30px; }
  footer .logo-2 {
    margin-right: 15px; }
    footer .logo-2 img {
      margin-top: 24px; }
  footer .menu {
    border-left: 1px solid #d7d7d7;
    font-size: 13px;
    font-weight: 400;
    color: #5b6770;
    min-width: 50%; }
    footer .menu ul {
      margin: 21px 0 22px 8%;
      padding: 0;
      list-style-type: none; }
    footer .menu li {
      display: inline-block;
      vertical-align: middle; }
      footer .menu li a:hover {
        color: #939393; }

@media screen and (max-width: 990px) {
  footer {
    text-align: center;
    padding: 0; }
    footer .flex {
      display: block; }
    footer .logo {
      display: block;
      padding: 2em 0 1em;
      margin: 0; }
      footer .logo img {
        display: inline-block;
        vertical-align: top;
        margin: 0; }
    footer .logo-2 {
      border-top: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea;
      padding: 1.5em 0 1em;
      margin-top: 1em; }
    footer .menu {
      max-width: 600px;
      margin: 0 auto;
      padding: 2em 0;
      border: 0; }
      footer .menu ul {
        margin: 0;
        border: 0; }
      footer .menu .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

@media screen and (max-width: 699px) {
  footer .menu {
    max-width: 100%; }
    footer .menu .flex {
      display: block; }
    footer .menu li {
      display: block;
      margin-bottom: 1em; }
      footer .menu li:last-child {
        margin: 0; } }

.showing-results-for span {
  text-transform: capitalize;
  display: inline-block;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.28);
  padding: .5em 1.25em;
  margin-top: 1em; }

.filter-bar {
  position: relative;
  background: #fff;
  letter-spacing: .08em; }

.explore {
  display: inline-block;
  text-transform: uppercase;
  background-color: #5b6770;
  color: #fff;
  padding: 13px 50px 14px;
  cursor: pointer;
  margin-left: -50px;
  font-size: .8125em;
  width: 255px;
  border-bottom: 1px solid #4c585f; }
  .explore .icon {
    position: absolute;
    top: 14px;
    width: 20px;
    height: 17px;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    padding: 0;
    margin-left: 20px; }

.is_home .explore::before {
  content: 'Explore Results'; }

.move-filters {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 14px;
  line-height: 20px; }

.filter-group {
  display: inline-block;
  vertical-align: top;
  float: left;
  padding-left: 30px;
  text-transform: uppercase;
  font-size: .75em;
  color: #5b6770;
  margin-bottom: 10px; }

.filter-square {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 13px; }
  .filter-square.lime {
    background-color: #5cb8b2; }
  .filter-square.maroon {
    background-color: #66435a; }
  .filter-square.blue {
    background-color: #9bb8d3; }
  .filter-square.yellow {
    background-color: #f9b500; }
  .filter-square.navy {
    background-color: #00205b; }
  .filter-square .icon {
    position: absolute;
    top: 5px;
    width: 10px;
    height: 10px;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    margin-left: 5px; }

.filters {
  display: none; }
  .filters .disabled {
    opacity: .1; }
    .filters .disabled label::after {
      display: none; }
    .filters .disabled + .label {
      opacity: .1; }

@media screen and (max-width: 1169px) {
  .explore {
    margin-left: -40px;
    padding-left: 40px;
    width: 230px; }
  .filter-group {
    padding-left: 15px; }
  .filter-square {
    margin-right: 6px; } }

@media screen and (max-width: 990px) {
  .has-filter .move-filters {
    padding-left: 230px; }
  .move-filters {
    width: 100%;
    -webkit-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out; }
    .move-filters.overwrite {
      padding-left: 0 !important;
      margin-right: 0 !important; }
  .filter-group {
    width: 33.33333%;
    padding-left: 0; }
  .explore {
    display: block;
    width: auto;
    text-align: center;
    margin-right: -40px; } }

@media screen and (max-width: 899px) {
  .has-filter .move-filters {
    padding-left: 152px;
    margin-right: -30px; } }

@media screen and (max-width: 799px) {
  .has-filter .countries {
    padding-left: 10px; }
  .has-filter .move-filters {
    padding-left: 0;
    margin-right: 0; }
  .has-filter .is_home .explore::before {
    content: 'Back to Results'; }
  .has-filter .is_home .explore .icon {
    -webkit-mask-image: url("../img/back-icon.svg");
            mask-image: url("../img/back-icon.svg"); } }

@media screen and (max-width: 749px) {
  .filter-group {
    width: 50%; } }

@media screen and (max-width: 532px) {
  .has-filter .countries {
    padding-left: 5px; } }

.explore .back {
  -webkit-mask-image: url("../img/back-icon.svg");
          mask-image: url("../img/back-icon.svg");
  background-color: #fff; }

.is_home .explore .icon {
  -webkit-mask-image: url("../img/filter-icon.svg");
          mask-image: url("../img/filter-icon.svg");
  background-color: #fff; }

.filter-square .icon {
  background-color: #fff; }

.filter-square .upward {
  -webkit-mask-image: url("../img/arrow-move.svg");
          mask-image: url("../img/arrow-move.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.filter-square .downward {
  -webkit-mask-image: url("../img/arrow-move.svg");
          mask-image: url("../img/arrow-move.svg"); }

.filter-square .no-mover {
  -webkit-mask-image: url("../img/minus.svg");
          mask-image: url("../img/minus.svg"); }

.filter-square .new-entry {
  -webkit-mask-image: url("../img/plus.svg");
          mask-image: url("../img/plus.svg"); }

.filter-square .re-entry {
  -webkit-mask-image: url("../img/re-entry.svg");
          mask-image: url("../img/re-entry.svg"); }

.has-filter .filters {
  left: 0; }

.filters {
  margin-top: 49px;
  position: absolute;
  left: -255px;
  width: 255px;
  top: 0;
  border-bottom: 1px solid #67727b;
  background-color: #5b6770;
  z-index: 1;
  padding: 0 40px;
  color: #fff;
  display: block !important;
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out; }
  .filters form {
    padding-top: 4em;
    padding-bottom: 2em; }
  .filters .field {
    text-align: left; }
    .filters .field.overwrite-2 {
      margin: 0; }
  .filters .filter-box {
    position: relative;
    padding: 6px 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff; }
    .filters .filter-box::before {
      content: '';
      background-color: #fff;
      width: 1px;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 15px; }
    .filters .filter-box::after {
      content: '';
      height: 1px;
      background-color: #fff;
      right: 15px;
      position: absolute;
      left: 0;
      bottom: 0; }
  .filters .checkbox,
  .filters .radio {
    margin: 0;
    width: auto;
    margin-bottom: 0;
    padding: 6px 0 6px 20px; }
    .filters .checkbox .squaredFour label,
    .filters .radio .squaredFour label {
      border-color: #fff; }
      .filters .checkbox .squaredFour label::after,
      .filters .radio .squaredFour label::after {
        border-color: #fff; }
    .filters .checkbox .label,
    .filters .radio .label {
      line-height: 18px;
      margin: 2px 0 0;
      vertical-align: top;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: .08em; }
  .filters .radio:last-child {
    padding-top: 12px;
    margin-top: 6px;
    border-top: 1px solid #fff; }
  .filters select {
    display: none; }
  .filters input,
  .filters button {
    background: none;
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    cursor: pointer; }
  .filters input {
    border: 1px solid #fff;
    border-radius: 17px;
    padding: 6px 35px;
    margin: 30px 0 0; }
    .filters input:hover {
      background-color: #d7d7d7; }
  .filters button {
    border: 0;
    padding: 2px;
    text-transform: uppercase;
    margin-top: 30px;
    line-height: 30px;
    float: right;
    letter-spacing: .08em; }
    .filters button:hover {
      color: #939393; }
  .filters hr {
    border-top: 1px solid #4c585f;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    z-index: 2;
    border-bottom: 1px solid #67727b;
    margin-top: -1px; }

@media screen and (max-width: 1169px) {
  .filters {
    left: -230px;
    width: 230px;
    padding: 0 30px;
    margin-top: 47px; } }

@media screen and (max-width: 990px) {
  .filter-group {
    padding-left: 10px; } }

@media screen and (max-width: 899px) {
  .filters {
    left: -200px;
    width: 200px;
    padding-left: 20px;
    padding-right: 15px; } }

@media screen and (max-width: 799px) {
  .filters {
    width: 100%;
    left: -100%;
    padding-left: 30px;
    padding-right: 30px; } }

.has-splash .splash {
  display: block; }

.splash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #333;
  z-index: 100;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center top;
  display: none; }
  .splash .above-fold {
    height: 100%; }
    .splash .above-fold .content,
    .splash .above-fold .wrapper {
      height: 100%; }
  .splash .below-fold {
    padding-bottom: 8em; }
  .splash .content {
    max-width: 725px;
    margin: 0 auto; }
  .splash h4 {
    color: inherit; }
  .splash .lines {
    border-top-color: #fff;
    border-left-color: #fff; }
    .splash .lines::before, .splash .lines::after {
      background-color: #fff; }
  .splash .button {
    margin-top: 3em; }
    .splash .button .arrow {
      background-color: #fff; }
  .splash .top-line {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -27px;
    top: 50%;
    margin-top: 91px;
    width: 54px; }
    .splash .top-line::before {
      position: absolute;
      bottom: 54px;
      content: '';
      top: 0;
      width: 1px;
      background-color: #fff; }
    .splash .top-line .button {
      position: absolute;
      bottom: 0;
      width: 54px;
      height: 54px;
      padding: 0;
      display: block;
      margin: 0; }
      .splash .top-line .button .arrow {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
  .splash .right-line {
    position: relative;
    display: inline-block; }
    .splash .right-line::after {
      position: absolute;
      bottom: 25px;
      content: '';
      width: 1000px;
      left: 100%;
      height: 1px;
      background-color: #fff; }

.welcome {
  position: absolute;
  width: 100%;
  height: 183px;
  top: 50%;
  margin-top: -92px;
  border-bottom: 1px solid #fff;
  overflow: hidden; }
  .welcome::before, .welcome::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: 1.25em;
    width: 1px;
    background-color: #fff; }
  .welcome::after {
    left: auto;
    right: 0; }
  .welcome h3 {
    display: inline-block;
    position: relative;
    margin: 0; }
    .welcome h3::before {
      content: '';
      position: absolute;
      height: 0;
      border-top: 1px solid #fff;
      top: 0.70343em;
      width: 1000px;
      right: 100%;
      margin-right: 2.5em; }
    .welcome h3::after {
      content: '';
      position: absolute;
      height: 0;
      border-top: 1px solid #fff;
      top: 0.70343em;
      width: 2000px;
      left: 100%;
      margin-left: 2.5em; }

@media screen and (max-width: 899px) {
  .welcome {
    height: 170px; }
  .splash .top-line {
    margin-top: 77px; } }

@media screen and (max-width: 699px) {
  .welcome {
    height: 161px; }
  .splash .top-line {
    margin-top: 68px; } }

@media screen and (max-width: 599px) {
  .welcome {
    height: 140px; }
    .welcome::before, .welcome::after {
      top: .937em; }
    .welcome h3 {
      font-size: 1.333em; }
      .welcome h3::before {
        margin-right: 1.5em; }
      .welcome h3::after {
        margin-left: 1.5em; }
  .splash .top-line {
    margin-top: 48px;
    width: 44px;
    margin-left: -22px; }
    .splash .top-line::before {
      bottom: 44px; }
    .splash .top-line .button {
      width: 44px;
      height: 44px; }
    .splash .top-line .arrow {
      right: 18px; } }

@media screen and (max-width: 414px) {
  .welcome {
    height: 130px; }
  .splash .top-line {
    margin-top: 38px; } }

@media screen and (max-width: 359px) {
  .welcome {
    height: 120px; }
  .splash .top-line {
    margin-top: 28px; } }

.soft-power-logo {
  display: block;
  width: 563px;
  height: 39px;
  -webkit-mask-image: url("../img/soft-power-logo.svg");
          mask-image: url("../img/soft-power-logo.svg");
  background-color: #fff;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin: 49px auto 0; }

@media screen and (max-width: 899px) {
  .soft-power-logo {
    width: 450px;
    height: 31px; } }

@media screen and (max-width: 699px) {
  .soft-power-logo {
    width: 400px;
    height: 28px;
    margin-top: 44px; } }

@media screen and (max-width: 599px) {
  .soft-power-logo {
    width: 320px;
    height: 22px;
    margin-top: 40px; } }

@media screen and (max-width: 414px) {
  .soft-power-logo {
    width: 276px;
    height: 19px;
    margin-top: 36px; } }

@media screen and (max-width: 359px) {
  .soft-power-logo {
    width: 260px;
    height: 17px;
    margin-top: 34px; } }

.menu-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #66435a;
  border: 0;
  color: #fff;
  font-weight: 300;
  padding: 1em;
  overflow: auto; }
  .menu-popup .background {
    background-color: #e6766d !important; }
  .menu-popup .wider {
    height: 100%; }
  .menu-popup .wrapper {
    height: 100%; }
  .menu-popup ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }

.main-navigation {
  position: absolute;
  top: 50%;
  text-align: left;
  margin-top: -14em; }
  .main-navigation ul {
    font-size: 1.333em;
    counter-reset: navigation; }
  .main-navigation li {
    display: block;
    position: relative;
    margin-bottom: 3em; }
    .main-navigation li:last-child {
      margin-bottom: 0; }
    .main-navigation li::before {
      font-style: italic;
      position: absolute;
      left: -9px;
      top: -10px;
      font-size: .656em;
      counter-increment: navigation;
      content: "0" counter(navigation); }
    .main-navigation li.active:hover a {
      display: inline-block;
      vertical-align: top; }
      .main-navigation li.active:hover a::before {
        bottom: 0;
        -webkit-transition: 250ms linear;
        transition: 250ms linear; }
      .main-navigation li.active:hover a::after {
        right: 0;
        -webkit-transition: 250ms linear;
        transition: 250ms linear; }
      .main-navigation li.active:hover a .line-1 {
        bottom: 0;
        -webkit-transition: 250ms linear 250ms;
        transition: 250ms linear 250ms; }
      .main-navigation li.active:hover a .line-2 {
        right: 0;
        -webkit-transition: 250ms linear 250ms;
        transition: 250ms linear 250ms; }
  .main-navigation a {
    position: relative;
    display: inline-block;
    padding: 3px 15px; }
    .main-navigation a::before {
      content: '';
      position: absolute;
      width: 1px;
      top: 15px;
      bottom: calc(100% - 15px);
      background-color: #fff;
      left: -1px;
      -webkit-transition: 250ms linear 250ms;
      transition: 250ms linear 250ms; }
    .main-navigation a::after {
      content: '';
      position: absolute;
      height: 1px;
      left: 17px;
      right: calc(100% - 17px);
      background-color: #fff;
      top: -1px;
      -webkit-transition: 250ms linear 250ms;
      transition: 250ms linear 250ms; }
    .main-navigation a .line-1 {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 100%;
      width: 1px;
      background-color: #fff;
      -webkit-transition: 250ms linear;
      transition: 250ms linear; }
    .main-navigation a .line-2 {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 100%;
      height: 1px;
      background-color: #fff;
      -webkit-transition: 250ms linear;
      transition: 250ms linear; }

.secondary-navigation {
  position: absolute;
  right: 0;
  bottom: 1em; }
  .secondary-navigation li {
    margin: 0 0 1.5em; }
  .secondary-navigation .menu-links {
    margin-top: 2.5em; }
  .secondary-navigation .portland,
  .secondary-navigation .facebook {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 15px; }
  .secondary-navigation .portland img {
    width: 101px;
    height: 20px;
    margin: 11px 25px; }
  .secondary-navigation .facebook {
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-right: 0; }
    .secondary-navigation .facebook::before {
      content: '\f09a';
      display: block;
      font-family: 'FontAwesome';
      color: #fff;
      font-size: 20px; }

.background-number {
  font-family: 'Plantin MT Std';
  color: rgba(41, 18, 32, 0.3);
  font-size: 31.475em;
  line-height: .77;
  display: block;
  font-weight: 600; }

.nav-bar.active {
  color: #fff; }
  .nav-bar.active .menu .bar {
    background-color: #fff; }
  .nav-bar.active nav li::after {
    background-color: #fff; }
  .nav-bar.active .lines {
    border-top-color: #fff;
    border-left-color: #fff; }
    .nav-bar.active .lines::before, .nav-bar.active .lines::after {
      background-color: #fff; }

@media screen and (max-width: 649px) {
  .background-number {
    font-size: 25em; } }

@media screen and (max-width: 599px) {
  .menu-popup .background-number {
    position: absolute;
    right: 0;
    font-size: 18em; }
  .main-navigation {
    padding-top: 60px;
    position: static;
    margin-top: 0; }
    .main-navigation li {
      margin-bottom: 2em; }
  .secondary-navigation {
    text-align: left;
    right: auto;
    left: 0; }
    .secondary-navigation .portland {
      margin-left: 0; } }

@media screen and (max-height: 800px) and (max-width: 599px) {
  .secondary-navigation li {
    margin: 0 0 1em; }
  .secondary-navigation .menu-links {
    margin-top: 1.5em; } }

@media screen and (max-height: 700px) and (max-width: 599px) {
  .main-navigation li {
    margin-bottom: 1.5em; } }

@media screen and (max-height: 650px) and (max-width: 599px) {
  .menu-popup {
    font-size: 13px;
    padding: .5em; } }

@media screen and (max-height: 600px) and (max-width: 599px) {
  .secondary-navigation {
    position: static;
    margin-top: 3em;
    padding-bottom: 2em; } }

@media screen and (max-width: 359px) {
  .menu-popup {
    font-size: 13px;
    padding: .5em; } }

.nav-bar {
  position: relative;
  z-index: 10;
  padding: 2em 0;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .08em; }
  .nav-bar .logo {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-top: 1.25em; }
    .nav-bar .logo:hover {
      opacity: .5;
      cursor: pointer; }
  .nav-bar nav {
    display: inline-block;
    vertical-align: top;
    z-index: 10; }
    .nav-bar nav.dark {
      color: #fff; }
      .nav-bar nav.dark li::after {
        background-color: #fff; }
    .nav-bar nav ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
    .nav-bar nav li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      line-height: 24px;
      float: left;
      margin-right: 1px; }
      .nav-bar nav li::after {
        content: '';
        width: 1px;
        position: absolute;
        top: 13px;
        bottom: 13px;
        right: -2px;
        background-color: #333; }
      .nav-bar nav li:last-child {
        margin-right: 0; }
        .nav-bar nav li:last-child::after {
          display: none; }
    .nav-bar nav a {
      display: block;
      padding: 13px 23px;
      -webkit-transition: .2s ease;
      transition: .2s ease; }
  .nav-bar .menu {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding: 10px 23px;
    line-height: 30px;
    margin-left: 12px;
    cursor: pointer;
    z-index: 10; }
    .nav-bar .menu:hover .bar:nth-child(2) {
      height: .75em; }
    .nav-bar .menu:hover .bar:nth-child(3) {
      height: .5em; }
    .nav-bar .menu.dark {
      color: #fff; }
      .nav-bar .menu.dark .bar {
        background-color: #fff; }
  .nav-bar .bars {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    margin-left: 3px; }
    .nav-bar .bars.closed {
      margin-left: 6px; }
      .nav-bar .bars.closed .bar {
        margin: 0;
        height: 16px !important; }
        .nav-bar .bars.closed .bar:first-child {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          margin-right: -13px; }
        .nav-bar .bars.closed .bar:nth-child(2) {
          visibility: hidden;
          opacity: 0; }
        .nav-bar .bars.closed .bar:last-child {
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg); }
  .nav-bar .bar {
    display: inline-block;
    vertical-align: top;
    background-color: #333;
    height: 16px;
    width: 1px;
    margin: 0;
    margin-left: 3px;
    -webkit-transition: .2s ease;
    transition: .2s ease; }

@media screen and (max-width: 1080px) {
  .nav-bar {
    font-size: 14px; } }

@media screen and (max-width: 1023px) {
  .nav-bar .logo {
    max-width: 200px; }
  .dark .nav-bar .logo {
    max-width: 275px; } }

@media screen and (max-width: 990px) {
  .nav-bar .menu {
    float: none;
    margin-bottom: 1em; }
  .nav-bar nav {
    display: block;
    text-align: center;
    z-index: 0; }
    .nav-bar nav li {
      width: 50%;
      margin-right: 0; } }

@media screen and (max-width: 599px) {
  .nav-bar nav {
    margin-top: 1em; }
    .nav-bar nav a {
      padding: 10px 2.5em; } }

@media screen and (max-width: 532px) {
  .nav-bar nav a {
    padding: 10px 1.5em; } }

@media screen and (max-width: 499px) {
  .nav-bar .menu {
    padding: 8px 16px; }
    .nav-bar .menu > span:first-child {
      display: none; }
    .nav-bar .menu .bars {
      margin-left: 0;
      width: 20px; }
      .nav-bar .menu .bars .bar:first-child {
        margin-left: 0; }
      .nav-bar .menu .bars.closed .bar:nth-child(3) {
        margin-right: 10px; } }

@media screen and (max-width: 449px) {
  .nav-bar {
    padding: 1em 0; }
    .nav-bar nav {
      margin-top: 0; } }

@media screen and (max-width: 399px) {
  .nav-bar nav {
    font-size: 12px; }
    .nav-bar nav li {
      line-height: 18px; }
    .nav-bar nav a {
      padding: 10px 1em; }
  .dark .nav-bar .logo {
    max-width: 255px; } }

@media screen and (max-width: 374px) {
  .dark .nav-bar .logo {
    max-width: 233px; }
  .nav-bar .menu {
    padding: 6px 11px; } }

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-size: 70px;
  background-color: #eee;
  height: 100%; }
  .background.dark {
    background-color: #333; }
    .background.dark .gradient {
      background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.99) 99%, #333333 100%);
      background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.99) 99%, #333333 100%); }
  .background .gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0.99) 99%, whitesmoke 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0.99) 99%, whitesmoke 100%); }

.lines {
  position: relative;
  border: 1px solid transparent;
  border-top-color: #333;
  border-left-color: #333; }
  .lines::before {
    content: '';
    position: absolute;
    width: 1px;
    bottom: 16px;
    background-color: #333;
    right: -1px;
    top: -1px;
    -webkit-transition: .2s ease;
    transition: .2s ease; }
  .lines::after {
    content: '';
    position: absolute;
    height: 1px;
    right: 10px;
    background-color: #333;
    left: -1px;
    bottom: -1px;
    -webkit-transition: .2s ease;
    transition: .2s ease; }
  .lines:hover::before {
    bottom: -1px; }
  .lines:hover::after {
    right: -1px; }
  .lines.dark {
    border-top-color: #fff;
    border-left-color: #fff; }
    .lines.dark::before, .lines.dark::after {
      background-color: #fff; }

main ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  main ul li {
    margin-bottom: .5em; }
    main ul li::before {
      content: '—';
      margin-right: .5em; }

main p:last-child {
  margin-bottom: 0; }

main header {
  margin-bottom: 5em; }
  main header .image,
  main header .featured-post {
    position: relative;
    margin-top: -8em;
    float: right; }
  main header .image {
    background: #f3f3f3;
    width: 750px;
    max-width: calc(100% - 18.5em); }

@media screen and (max-width: 990px) {
  main header .image,
  main header .featured-post {
    margin-top: -6em; } }

@media screen and (max-width: 899px) {
  main header .image,
  main header .featured-post {
    margin-top: -4em; }
  main header .image {
    max-width: calc(100% - 16.5em); } }

@media screen and (max-width: 749px) {
  main header {
    margin-bottom: 3em; }
    main header .image,
    main header .featured-post {
      margin-top: 0;
      float: none;
      max-width: 100%; } }

@media screen and (max-width: 532px) {
  main header .image {
    margin-left: -30px;
    margin-right: -30px;
    max-width: none;
    width: auto; } }

@media screen and (max-width: 449px) {
  main header .image {
    margin-left: -20px;
    margin-right: -20px; } }

@media screen and (max-width: 449px) {
  main header .image {
    margin-left: -15px;
    margin-right: -15px; } }

.background {
  background-image: url("../img/isometric-bg.svg"); }
  .background.dark {
    background-image: url("../img/isometric-bg-dark.svg"); }
  .background.dark-menu {
    background-image: url("../img/isometric-bg-menu.svg"); }

.page-index {
  position: absolute;
  top: 12.5em; }
  .page-index p {
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 .751em; }
  .page-index .page-title {
    font-weight: 700; }
  .page-index ul {
    font-family: 'Plantin MT Std'; }
  .page-index li {
    cursor: pointer;
    font-size: 12px; }
    .page-index li:hover {
      color: #939393; }
    .page-index li::before {
      content: '-'; }

@media screen and (max-width: 749px) {
  .page-index {
    position: static;
    top: 0;
    margin: 2em auto 0;
    font-size: 16px;
    padding: 0 35px; }
    .page-index li {
      font-size: 14px; } }

@media screen and (max-width: 649px) {
  .page-index {
    padding: 0 25px; } }

@media screen and (max-width: 532px) {
  .page-index {
    padding: 0; } }

.very-narrow {
  margin-top: -3em; }
  .very-narrow h1 {
    position: relative;
    display: inline-block; }
    .very-narrow h1::before {
      content: '';
      position: absolute;
      height: 0;
      border-top: 1px solid #333;
      top: .638em;
      width: 1000px;
      right: 100%;
      margin-right: .445em; }
    .very-narrow h1::after {
      content: '';
      position: absolute;
      height: 0;
      border-top: 1px solid #333;
      top: .638em;
      width: 2000px;
      left: 100%;
      margin-left: .445em; }
  .very-narrow blockquote {
    float: left;
    font-family: 'Plantin MT Std';
    font-size: 2.06em;
    color: #ab989d;
    font-style: italic;
    text-align: right;
    width: 295px;
    margin: 2.5em 35px;
    margin-left: -70px; }
  .very-narrow ol {
    margin: 4em 0 3em;
    list-style-type: none;
    padding-left: 0;
    counter-reset: section; }
    .very-narrow ol li {
      position: relative;
      padding: 1.5em 0 1.5em 1.5em; }
      .very-narrow ol li:last-child {
        padding-bottom: 0; }
      .very-narrow ol li::before {
        counter-increment: section;
        content: counter(section);
        position: absolute;
        left: -.606em;
        top: 0;
        font-family: 'Plantin MT Std';
        font-size: 2.06em;
        color: #ab989d;
        font-style: italic; }
  .very-narrow table {
    border-collapse: collapse;
    margin-left: -30px; }
    .very-narrow table tr {
      border: 1px solid #333; }
      .very-narrow table tr:nth-child(1) td:nth-child(1) {
        -webkit-mask-image: url("../img/digital.svg");
                mask-image: url("../img/digital.svg"); }
      .very-narrow table tr:nth-child(2) td:nth-child(1) {
        -webkit-mask-image: url("../img/culture.svg");
                mask-image: url("../img/culture.svg"); }
      .very-narrow table tr:nth-child(3) td:nth-child(1) {
        -webkit-mask-image: url("../img/enterprise.svg");
                mask-image: url("../img/enterprise.svg"); }
      .very-narrow table tr:nth-child(4) td:nth-child(1) {
        -webkit-mask-image: url("../img/education.svg");
                mask-image: url("../img/education.svg"); }
      .very-narrow table tr:nth-child(5) td:nth-child(1) {
        -webkit-mask-image: url("../img/engagement.svg");
                mask-image: url("../img/engagement.svg"); }
      .very-narrow table tr:nth-child(6) td:nth-child(1) {
        -webkit-mask-image: url("../img/government.svg");
                mask-image: url("../img/government.svg"); }
    .very-narrow table td {
      padding: 10px 10px; }
      .very-narrow table td:nth-child(1) {
        background-color: #333;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: 50%;
        mask-position: 50%;
        padding: 0;
        width: 35px;
        height: 35px;
        position: absolute;
        margin: 20px 15px; }
      .very-narrow table td:nth-child(2) {
        font-size: 12px;
        color: #5b6770;
        text-transform: uppercase;
        font-weight: 700;
        padding-left: 70px; }
  .very-narrow .map {
    margin: 3em 0 3em -55px; }
  .very-narrow .sub-indices {
    margin-bottom: 3em; }
    .very-narrow .sub-indices:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 899px) {
  .very-narrow blockquote {
    float: none;
    width: 12em;
    max-width: 100%;
    text-align: left;
    padding-left: 1em;
    margin: 1em 0; } }

@media screen and (max-width: 749px) {
  .very-narrow {
    margin: 0 auto;
    margin-top: 0; }
    .very-narrow table,
    .very-narrow .map {
      margin-left: 0; }
    .very-narrow ol {
      margin: 3em 0; } }

@media screen and (max-width: 599px) {
  .very-narrow table td {
    display: block;
    padding: 10px 15px 20px; }
    .very-narrow table td:nth-child(1) {
      margin: 10px 15px; }
    .very-narrow table td:nth-child(2) {
      padding-top: 20px;
      padding-bottom: 10px; } }

@media screen and (max-width: 532px) {
  .very-narrow ol li {
    padding-left: 2.5em; }
    .very-narrow ol li::before {
      left: 0; }
  .very-narrow .map {
    margin-left: -30px;
    margin-right: -30px; } }

@media screen and (max-width: 449px) {
  .very-narrow .map {
    margin-left: -20px;
    margin-right: -20px; }
  .very-narrow ol {
    margin: 2em 0 3em; }
    .very-narrow ol li {
      padding: 1em 0 1em 1.5em; }
      .very-narrow ol li::before {
        font-size: 1.333em; }
  .very-narrow blockquote {
    font-size: 1.777em;
    padding-left: 0; } }

@media screen and (max-width: 359px) {
  .very-narrow .map {
    margin-left: -15px;
    margin-right: -15px; } }

.download {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #5b6770;
  border: 0;
  color: #fff;
  font-weight: 300;
  padding: 0 1em;
  z-index: 10;
  overflow: auto; }
  .download__pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/isometric-bg-menu.svg");
    opacity: .25;
    background-size: 70px; }
  .download .wider {
    height: 100%; }
  .download__wrapper {
    position: relative;
    height: 100%; }
  .download__main {
    font-size: 1.333em;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
    .download__main ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
    .download__main li + li {
      margin-top: 2.85714em; }
    .download__main span {
      display: block; }
    .download__main-title {
      letter-spacing: 0.09905em; }
    .download__main-submenu {
      display: inline-block;
      vertical-align: top;
      font-family: 'Plantin MT Std';
      font-size: 0.7619em;
      font-style: italic; }
      .download__main-submenu li {
        display: inline-block;
        vertical-align: top;
        float: left; }
        .download__main-submenu li + li {
          margin-top: 0 !important; }
      .download__main-submenu + .download__main-submenu {
        margin-left: 2em; }
    .download__main-lang {
      font-family: 'Montserrat', Arial, sans-serif;
      font-size: 0.875em;
      line-height: 1.5625em;
      margin-right: 1.07143em;
      font-style: normal; }
    .download__main-link {
      position: relative;
      padding-right: 0.75em;
      margin-right: 0.5em; }
      .download__main-link::after {
        content: '';
        position: absolute;
        right: 0;
        top: 2px;
        height: 1.0625em;
        width: 1px;
        background-color: #fff; }
  .download__secondary {
    position: absolute;
    right: 0;
    bottom: 2em;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: .08em; }
    .download__secondary ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
    .download__secondary li {
      margin: 0 0 1.5em; }
  .download__links {
    margin-top: 2.5em; }
    .download__links .portland,
    .download__links .facebook {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      border: 1px solid #fff;
      margin: 0 15px; }
    .download__links .portland img {
      width: 101px;
      height: 20px;
      margin: 11px 25px; }
    .download__links .facebook {
      width: 44px;
      height: 44px;
      line-height: 44px;
      margin-right: 0; }
      .download__links .facebook::before {
        content: '\f09a';
        display: block;
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 20px; }
  .download__back {
    font-family: 'Montserrat', Arial, sans-serif;
    display: inline-block;
    vertical-align: top;
    padding: 10px 45px 10px 23px;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    letter-spacing: .08em;
    text-transform: uppercase;
    float: right;
    margin-top: 2em;
    margin-right: -1em;
    -webkit-transition: 200ms ease;
    transition: 200ms ease; }
    .download__back:hover i::before, .download__back:hover i::after {
      background-color: #b6b5b5; }
    .download__back.lines {
      border-top-color: #fff;
      border-left-color: #fff; }
      .download__back.lines::before, .download__back.lines::after {
        background-color: #fff; }
    .download__back i {
      position: absolute;
      top: 50%;
      right: 23px;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0); }
      .download__back i::before, .download__back i::after {
        -webkit-transition: 200ms ease;
        transition: 200ms ease; }
  .download a:hover {
    color: #b6b5b5; }

@media screen and (max-width: 1080px) {
  .download {
    font-size: 14px; } }

@media screen and (max-width: 599px) {
  .download__main {
    padding-top: 60px;
    position: static;
    top: 0;
    -webkit-transform: none;
            transform: none; }
    .download__main li + li {
      margin-top: 2em; }
    .download__main-submenu {
      display: block;
      margin-top: 0.625rem !important; }
      .download__main-submenu + .download__main-submenu {
        margin-left: 0; }
  .download__secondary {
    text-align: left;
    right: auto;
    left: 0; }
  .download__links .portland {
    margin-left: 0; } }

@media screen and (max-height: 800px) and (max-width: 599px) {
  .download__secondary li {
    margin: 0 0 1em; }
  .download__links {
    margin-top: 1.5em; } }

@media screen and (max-height: 750px) and (max-width: 599px) {
  .download__main li + li {
    margin-top: 1.5em; } }

@media screen and (max-height: 700px) and (max-width: 599px) {
  .download__secondary {
    position: static;
    margin-top: 3em;
    padding-bottom: 2em; } }

@media screen and (max-height: 650px) and (max-width: 599px) {
  .download {
    padding: .5em; } }

@media screen and (max-width: 499px) {
  .download__back {
    height: 48px;
    width: 48px;
    padding: 0; }
    .download__back i {
      right: 50%;
      -webkit-transform: translate3d(50%, -50%, 0);
              transform: translate3d(50%, -50%, 0); }
    .download__back span {
      display: none; } }

@media screen and (max-width: 449px) {
  .download__back {
    margin-top: 1em; } }

@media screen and (max-width: 374px) {
  .download__back {
    height: 44px;
    width: 44px; } }
