article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Consolas, "Lucida Console", "Liberation Mono", "Courier New", monospace, sans-serif;
  font-size: 1em; }

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

audio,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button::-moz-focusring,
[type='button']::-moz-focusring,
[type='reset']::-moz-focusring,
[type='submit']::-moz-focusring {
  outline: 1px dotted ButtonText; }

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

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

template,
[hidden] {
  display: none; }

abbr,
blockquote,
code,
kbd,
q,
samp,
tt,
var {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

[tabindex='-1']:focus {
  outline: none !important; }

/* stylelint-disable-next-line selector-no-vendor-prefix */
::-moz-selection {
  background: #003367;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #003367;
  color: #fff;
  text-shadow: none; }

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

@media print {
  * {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  @page {
    margin: 2cm; } }

html {
  box-sizing: border-box;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 106.25%;
  line-height: 1.45;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  background-color: #fff;
  color: #323a45;
  margin: 0;
  padding: 0;
  word-wrap: break-word; }
  body.has-open-mobile-menu {
    overflow: hidden;
    -webkit-overflow-scrolling: touch; }

@media print {
  nav {
    display: none; } }

summary {
  display: list-item; }

iframe {
  border: 0; }
  @media print {
    iframe {
      display: none; } }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: 700;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: 1.45;
  margin: 0 0 0.9411764706rem;
  text-rendering: optimizeLegibility; }
  @media print {
    h1, h2, h3, h4, h5, h6 {
      orphans: 3;
      page-break-after: avoid;
      widows: 3; }
      h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
        display: inline-block; } }
  * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 1em; }

h1 {
  color: #323a45;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 2.8235294118rem;
  font-weight: 700;
  line-height: 1.1; }
  @media (max-width: 40em) {
    h1 {
      font-size: 1.8823529412rem; } }

h2 {
  color: #003367;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 2.3529411765rem;
  font-weight: 700;
  line-height: 1.1; }
  @media (max-width: 40em) {
    h2 {
      font-size: 1.6470588235rem; } }

h3 {
  color: #003367;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.8823529412rem;
  font-weight: 700;
  line-height: 1.1; }
  @media (max-width: 40em) {
    h3 {
      font-size: 1.4117647059rem; } }

h4 {
  color: #003367;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.4117647059rem;
  font-weight: 700;
  line-height: 1.45; }
  @media (max-width: 40em) {
    h4 {
      font-size: 1.2941176471rem; } }

h5 {
  color: #003367;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.1764705882rem;
  font-weight: 700;
  line-height: 1.45; }

h6 {
  color: #003367;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.7;
  text-transform: uppercase; }

h1 + h1,
h2 + h1,
h3 + h1,
h4 + h1,
h5 + h1,
h6 + h1, h1 +
h2,
h2 +
h2,
h3 +
h2,
h4 +
h2,
h5 +
h2,
h6 +
h2, h1 +
h3,
h2 +
h3,
h3 +
h3,
h4 +
h3,
h5 +
h3,
h6 +
h3, h1 +
h4,
h2 +
h4,
h3 +
h4,
h4 +
h4,
h5 +
h4,
h6 +
h4, h1 +
h5,
h2 +
h5,
h3 +
h5,
h4 +
h5,
h5 +
h5,
h6 +
h5, h1 +
h6,
h2 +
h6,
h3 +
h6,
h4 +
h6,
h5 +
h6,
h6 +
h6 {
  margin-top: 0; }

p {
  margin: 0 0 0.9411764706rem; }
  @media print {
    p {
      orphans: 3;
      widows: 3; } }

a {
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: transparent;
  color: #0075b2;
  -webkit-text-decoration-skip: objects;
  transition-duration: 200ms;
  transition-property: background-color, border-color, color, outline-color;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }
  a:focus {
    outline-color: #0075b2; }
  a:visited {
    color: #002a54; }
  a:hover, a:focus {
    color: #002a54; }
  a:active {
    color: #002a54; }
  @media print {
    a, a:visited {
      text-decoration: none; }
    a[href]::after {
      content: " <" attr(href) ">";
      font-family: "Roboto", Arial, sans-serif;
      font-size: 10pt;
      font-weight: normal;
      text-transform: lowercase; }
    a[href^='javascript:']::after, a[href^='mailto:']::after, a[href^='tel:']::after, a[href^='#']::after, a[href*='?']::after {
      content: ''; } }

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

abbr:hover {
  cursor: help; }

@media print {
  abbr[title]::after {
    content: " (" attr(title) ")"; } }

cite {
  color: #5b616b;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.7058823529rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.1; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #323a45; }

small {
  font-size: 75%; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

blockquote {
  color: #0075b2;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.4117647059rem;
  font-weight: 400;
  line-height: 1.45;
  line-height: 1.33;
  margin: 0 0 2.3529411765rem; }
  * + blockquote {
    margin-top: 2.3529411765rem; }
  blockquote p {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }
    blockquote p::before {
      content: '\201C'; }
    blockquote p::after {
      content: '\201D'; }
  blockquote cite {
    display: block;
    font-size: 0.8235294118rem;
    font-weight: normal;
    margin-top: 0.9411764706rem;
    text-align: right; }
    blockquote cite em {
      border-left: 1px solid #aeb0b5;
      font-weight: 400;
      margin-left: 0.2352941176rem;
      padding-left: 0.4705882353rem; }
  blockquote :last-child {
    margin-bottom: 0; }
  @media print {
    blockquote {
      page-break-inside: avoid; } }

pre {
  margin: 0 0 0.9411764706rem;
  overflow: auto; }
  @media print {
    pre {
      page-break-inside: avoid; } }

hr {
  border: 1px solid #aeb0b5;
  box-sizing: content-box;
  height: 0;
  margin: 1.4117647059rem 0;
  padding-bottom: -1px; }

ul {
  list-style-image: url("/wp-content/themes/gesso/images/bullet.svg");
  margin: 0 0 0.9411764706rem;
  padding: 0 0 0 1.4117647059rem;
  /* stylelint-disable */
  /* stylelint-enable */ }
  [dir='rtl'] ul {
    padding: 0 1.4117647059rem 0 0; }
  ul ul {
    list-style-image: url("/wp-content/themes/gesso/images/ellipse.svg");
    margin-top: 0.4705882353rem; }
    ul ul ul {
      list-style-image: url("/wp-content/themes/gesso/images/square.svg"); }
      ul ul ul ul {
        list-style-image: url("/wp-content/themes/gesso/images/line.svg"); }

ol {
  margin: 0 0 0.9411764706rem;
  padding: 0 0 0 1.4117647059rem; }
  [dir='rtl'] ol {
    padding: 0 1.4117647059rem 0 0; }
  ol ol,
  ol ul {
    margin-top: 0.4705882353rem; }

li {
  margin-bottom: 0.9411764706rem; }
  li:last-child {
    margin-bottom: 0; }
  @media print {
    li {
      page-break-inside: avoid; } }

dd {
  margin-bottom: 0.9411764706rem;
  padding-left: 1.4117647059rem; }
  dt + dd {
    margin-top: 0; }

dl {
  margin-bottom: 0.9411764706rem; }

caption {
  color: #003367;
  font-size: 1.1764705882rem;
  font-weight: bold;
  margin-bottom: 0.9411764706rem;
  text-align: left; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0.9411764706rem;
  min-width: 100%; }

td {
  padding: 0.9411764706rem 1.4117647059rem; }

tr:nth-child(odd) td {
  background-color: #f1faff; }

tfoot td,
tfoot th {
  background-color: #fff;
  color: #003367; }

th {
  background-color: #f1faff;
  padding: 0.9411764706rem;
  text-align: left; }

thead td,
thead th {
  background-color: #fff;
  color: #003367; }

@media print {
  thead {
    display: table-header-group; } }

@media print {
  tr {
    page-break-inside: avoid; } }

button {
  overflow: visible; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input {
  line-height: normal; }

legend {
  border: 0;
  box-sizing: border-box;
  color: inherit;
  display: table;
  margin: 0;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

optgroup {
  font-weight: 700; }

textarea {
  overflow: auto; }

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

canvas {
  display: inline-block; }

figure {
  margin: 0 0 0.9411764706rem; }

figcaption {
  caption-side: bottom;
  color: #5b616b;
  font-size: 0.7058823529rem;
  padding: 0.9411764706rem 0; }

img {
  border: 0;
  font-style: italic;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }
  @media print {
    img {
      max-width: 100% !important;
      page-break-inside: avoid; } }

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

.breadcrumb__title, .readmore-link__accessibility-description {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.l-constrain {
  margin-left: auto;
  margin-right: auto;
  max-width: 84.7058823529rem;
  padding-left: 1.4117647059rem;
  padding-right: 1.4117647059rem; }
  @media (min-width: 90.625em) {
    .l-constrain {
      padding-left: 0.5882352941rem;
      padding-right: 0.5882352941rem; } }
  .l-constrain .l-constrain {
    padding-left: 0;
    padding-right: 0; }

.l-constrain--right-aligned {
  margin-left: auto;
  margin-right: auto;
  max-width: 84.7058823529rem;
  padding-left: 1.4117647059rem;
  padding-right: 1.4117647059rem; }
  @media (min-width: 90.625em) {
    .l-constrain--right-aligned {
      padding-left: 0.5882352941rem;
      padding-right: 0.5882352941rem; } }
  .l-constrain--right-aligned .l-constrain--right-aligned {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 64em) {
    .l-constrain--right-aligned {
      margin-left: calc((100% - 1440px) / 2);
      margin-right: 0;
      max-width: none;
      padding-right: 0; } }

.l-constrain--large {
  max-width: 129.411764706rem; }

.l-constrain--left {
  max-width: 700px; }

.l-constrain--no-padding {
  padding-left: 0;
  padding-right: 0; }

.l-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-bottom: 3.7647058824rem;
  padding-top: 3.7647058824rem; }

.l-section.dark-blue {
  background-color: #003367; }

.l-footer {
  background-color: #002a54;
  clear: both;
  padding-bottom: 1.4117647059rem;
  padding-top: 3.2941176471rem; }
  @media (min-width: 40em) {
    .l-footer {
      padding: 1.4117647059rem 0;
      padding-top: 3.7647058824rem; } }

.footer__content {
  color: #fff; }
  @media (min-width: 40em) {
    .footer__content {
      display: flex;
      margin-bottom: 5.6470588235rem; } }
  @media (min-width: 64em) {
    .footer__content {
      padding: 0 7.0588235294rem; } }
  .footer__content a {
    color: #fff; }

.footer__content-left {
  border-bottom: 1px solid #0075b2; }
  @media (min-width: 40em) {
    .footer__content-left {
      border-bottom: 0;
      border-right: 1px solid #0075b2;
      flex: 1;
      padding-right: 4.7058823529rem; } }

@media (min-width: 40em) {
  .footer__content-left-menus {
    display: flex; } }

.footer__content-right {
  padding-top: 2.8235294118rem; }
  @media (min-width: 40em) {
    .footer__content-right {
      padding-left: 3.7647058824rem;
      padding-top: 0; } }

.footer__content-company-info {
  padding-bottom: 2.3529411765rem; }
  .footer__content-company-info .footer__content-company-name {
    font-size: 0.8235294118rem; }
  .footer__content-company-info address {
    font-size: 0.7058823529rem;
    font-style: normal;
    padding-top: 0.7058823529rem; }
    @media (min-width: 40em) {
      .footer__content-company-info address {
        padding-top: 0; } }
  .footer__content-company-info .menu--footer {
    line-height: 12px;
    padding-top: 0.4705882353rem; }
  .footer__content-company-info .menu__item {
    display: inline-block; }
  .footer__content-company-info .menu__link {
    font-size: 0.7058823529rem; }
  @media (min-width: 40em) {
    .footer__content-company-info {
      display: flex; } }

.footer-company__logo {
  flex: 1; }

.footer__content-company-address {
  flex: 2; }

@media (min-width: 40em) {
  .footer__content-company-address {
    margin-left: 1.8823529412rem; } }

.footer__content-logo {
  padding-bottom: 1.8823529412rem; }

.footer-company__logo-label {
  margin-bottom: 1.4117647059rem; }

.footer-download__menu {
  padding-bottom: 2.8235294118rem; }
  @media (min-width: 40em) {
    .footer-download__menu {
      flex: 1; } }
  .footer-download__menu .footer-download__menu-label {
    font-size: 1rem;
    font-weight: bold; }
  .footer-download__menu .menu__link {
    font-size: 0.8235294118rem;
    text-decoration: none; }
  .footer-download__menu .menu--footer {
    padding-top: 0.9411764706rem; }
  .footer-download__menu .menu__item-divider {
    margin-right: 0.8235294118rem;
    padding-right: 0.9411764706rem; }

.footer__menu {
  padding-bottom: 2.8235294118rem; }
  @media (min-width: 40em) {
    .footer__menu {
      flex: 1;
      margin-left: 5.6470588235rem; } }
  .footer__menu .menu__item {
    display: block;
    margin-bottom: 0.9411764706rem; }
  .footer__menu .menu__link {
    font-size: 0.8235294118rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-decoration: none; }

.footer__eiu-qualifier-text {
  font-size: 10px; }

.l-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5882352941rem;
  margin-right: -0.5882352941rem; }
  .l-grid > * {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 1.1764705882rem;
    margin-left: 0.5882352941rem;
    margin-right: 0.5882352941rem;
    width: calc(100% - 1.1764705882rem);
    min-width: 0rem; }
  @supports (display: grid) {
    .l-grid {
      margin-left: 0;
      margin-right: 0;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 1.1764705882rem;
      display: grid; }
      .l-grid > * {
        margin: 0;
        min-width: 0;
        width: 100%; } }

.l-grid--2col div:first-of-type {
  margin-bottom: 20px; }

@media (min-width: 37.5em) {
  .l-grid--2col {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5882352941rem;
    margin-right: -0.5882352941rem; }
    .l-grid--2col > * {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 1.1764705882rem;
      margin-left: 0.5882352941rem;
      margin-right: 0.5882352941rem;
      width: calc(100% - 1.1764705882rem);
      min-width: 0rem; }
    @supports (display: grid) {
      .l-grid--2col {
        margin-left: 0;
        margin-right: 0;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1.1764705882rem;
        display: grid; }
        .l-grid--2col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } }
    .l-grid--2col > * {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 1.1764705882rem;
      margin-left: 0.5882352941rem;
      margin-right: 0.5882352941rem;
      width: calc(50% - 1.1764705882rem);
      min-width: 16.1764705882rem; }
    @supports (display: grid) {
      .l-grid--2col {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.1764705882rem; }
        .l-grid--2col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } }
    .l-grid--2col div:first-of-type {
      margin-bottom: 0; } }

.l-grid--3col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5882352941rem;
  margin-right: -0.5882352941rem; }
  .l-grid--3col > * {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 1.1764705882rem;
    margin-left: 0.5882352941rem;
    margin-right: 0.5882352941rem;
    width: calc(100% - 1.1764705882rem);
    min-width: 0rem; }
  @supports (display: grid) {
    .l-grid--3col {
      margin-left: 0;
      margin-right: 0;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 1.1764705882rem;
      display: grid; }
      .l-grid--3col > * {
        margin: 0;
        min-width: 0;
        width: 100%; } }
  @media (min-width: 47.5em) {
    .l-grid--3col > * {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 1.1764705882rem;
      margin-left: 0.5882352941rem;
      margin-right: 0.5882352941rem;
      width: calc(33.3333333333% - 1.1764705882rem);
      min-width: 16.1764705882rem; }
    @supports (display: grid) {
      .l-grid--3col {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1.1764705882rem; }
        .l-grid--3col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }

.l-grid--4col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5882352941rem;
  margin-right: -0.5882352941rem; }
  .l-grid--4col > * {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 1.1764705882rem;
    margin-left: 0.5882352941rem;
    margin-right: 0.5882352941rem;
    width: calc(100% - 1.1764705882rem);
    min-width: 0rem; }
  @supports (display: grid) {
    .l-grid--4col {
      margin-left: 0;
      margin-right: 0;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 1.1764705882rem;
      display: grid; }
      .l-grid--4col > * {
        margin: 0;
        min-width: 0;
        width: 100%; } }
  @media (min-width: 37.5em) and (max-width: 50em) {
    .l-grid--4col > * {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 1.1764705882rem;
      margin-left: 0.5882352941rem;
      margin-right: 0.5882352941rem;
      width: calc(50% - 1.1764705882rem);
      min-width: 16.1764705882rem; }
    @supports (display: grid) {
      .l-grid--4col {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.1764705882rem; }
        .l-grid--4col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }
  @media (min-width: 50.0625em) {
    .l-grid--4col > * {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 1.1764705882rem;
      margin-left: 0.5882352941rem;
      margin-right: 0.5882352941rem;
      width: calc(25% - 1.1764705882rem);
      min-width: 0rem; }
    @supports (display: grid) {
      .l-grid--4col {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1.1764705882rem; }
        .l-grid--4col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }

.l-grid--6col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5882352941rem;
  margin-right: -0.5882352941rem; }
  .l-grid--6col > * {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 1.1764705882rem;
    margin-left: 0.5882352941rem;
    margin-right: 0.5882352941rem;
    width: calc(100% - 1.1764705882rem);
    min-width: 0rem; }
  @supports (display: grid) {
    .l-grid--6col {
      margin-left: 0;
      margin-right: 0;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 1.1764705882rem;
      display: grid; }
      .l-grid--6col > * {
        margin: 0;
        min-width: 0;
        width: 100%; } }
  @media (min-width: 37.5em) and (max-width: 62.4375em) {
    .l-grid--6col > * {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 1.1764705882rem;
      margin-left: 0.5882352941rem;
      margin-right: 0.5882352941rem;
      width: calc(33.3333333333% - 1.1764705882rem);
      min-width: 0rem; }
    @supports (display: grid) {
      .l-grid--6col {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1.1764705882rem; }
        .l-grid--6col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }
  @media (min-width: 62.5em) {
    .l-grid--6col > * {
      flex-basis: auto;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 1.1764705882rem;
      margin-left: 0.5882352941rem;
      margin-right: 0.5882352941rem;
      width: calc(16.6666666667% - 1.1764705882rem);
      min-width: 0rem; }
    @supports (display: grid) {
      .l-grid--6col {
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 1.1764705882rem; }
        .l-grid--6col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }

.l-header {
  background-color: #fff; }
  @media (min-width: 75em) {
    .l-header {
      box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
      position: relative;
      transform: skew(-40deg);
      width: 1022px;
      z-index: 999; } }

.header__content {
  display: flex;
  position: relative; }
  @media (min-width: 75em) {
    .header__content {
      margin-right: 1.4117647059rem;
      transform: skew(40deg); } }

@media (min-width: 75em) {
  .home .l-header,
  .single-country .l-header {
    position: absolute;
    transform: none;
    z-index: 2; } }

.home .header__content,
.single-country .header__content {
  position: initial; }
  @media (min-width: 64em) {
    .home .header__content,
    .single-country .header__content {
      transform: none; } }
  @media (min-width: 75em) {
    .home .header__content::after,
    .single-country .header__content::after {
      background: #fff;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transform: skew(-40deg, 0deg);
      transform-origin: bottom left;
      width: 100%;
      z-index: -1; } }

.l-media {
  display: flex;
  flex-direction: column; }
  @media (min-width: 40em) {
    .l-media {
      flex-direction: row; } }

.l-media__object {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0.9411764706rem 0 0; }

.l-media__content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1; }

.l-media--column {
  flex-direction: column; }

.l-media--reversed > .l-media__object {
  margin: 0 0 0 0.9411764706rem;
  order: 1; }

.l-section {
  padding-bottom: 2.3529411765rem; }

.l-section.no-bottom-padding {
  padding-bottom: 0; }

@media (min-width: 56.25em) {
  .l-sidebar {
    display: flex;
    flex-wrap: wrap; }
    .l-sidebar > * {
      flex-basis: calc(100% - 300px - 1.8823529412rem);
      flex-grow: 1;
      flex-shrink: 1;
      margin-right: 0.9411764706rem; }
      .l-sidebar > *:last-child {
        margin-right: 0; }
    .l-sidebar .l-sidebar__full {
      flex-basis: 100%;
      flex-grow: 1;
      flex-shrink: 1;
      margin-right: 0; }
    .l-sidebar .l-sidebar__sidebar {
      flex-basis: 300px;
      flex-grow: 1;
      flex-shrink: 0; }
    @supports (display: grid) {
      .l-sidebar {
        display: grid;
        grid-gap: 0.9411764706rem;
        grid-template-columns: 300px 1fr; }
        .l-sidebar .l-sidebar__full {
          grid-column: span 2; } } }

@media (min-width: 56.25em) {
  .l-sidebar--multi-2 > * {
    flex-basis: calc( 100% - 600px - 2.8235294118rem);
    flex-grow: 1;
    flex-shrink: 1; }
  @supports (display: grid) {
    .l-sidebar--multi-2 {
      grid-template-columns: 300px 1fr 300px; }
      .l-sidebar--multi-2 .l-sidebar__full {
        grid-column: span 3; } } }

.l-site-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 2200px; }

.aligncenter {
  display: block;
  margin-bottom: 0.9411764706rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.alignleft {
  float: none;
  margin: 0;
  max-width: 100%; }
  @media (min-width: 43.75em) {
    .alignleft {
      float: left;
      margin-bottom: 0.9411764706rem;
      margin-right: 0.9411764706rem; } }

.alignright {
  float: none;
  margin: 0;
  max-width: 100%; }
  @media (min-width: 43.75em) {
    .alignright {
      float: right;
      margin-bottom: 0.9411764706rem;
      margin-left: 0.9411764706rem; } }

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

.facetwp-dropdown {
  border: 1px solid #60c9ff;
  color: #003367;
  padding: 0.4705882353rem;
  text-transform: capitalize; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.sticky {
  display: block; }

.wp-block-embed iframe {
  width: 100%; }

.wp-caption {
  max-width: 100%; }
  .wp-caption .wp-caption-text {
    max-width: 100%; }

.wp-block-pullquote cite {
  color: #5b616b;
  font-size: 0.8235294118rem; }

.article {
  margin-top: 3.7647058824rem; }

.article__footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0.9411764706rem; }

.article-main {
  overflow: hidden;
  position: relative; }
  .article-main::before {
    border-left: 456px solid transparent;
    border-top: 456px solid #e3f5ff;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1; }
    @media (min-width: 55em) {
      .article-main::before {
        border-left: 8390px solid transparent;
        border-top: 839px solid #e3f5ff; } }
    @media (min-width: 64em) {
      .article-main::before {
        border-left: 939px solid transparent;
        border-top: 939px solid #e3f5ff; } }
    @media (min-width: 75em) {
      .article-main::before {
        border-left: 1139px solid transparent;
        border-top: 1139px solid #e3f5ff; } }

.article-main__content {
  padding-top: 2.8235294118rem;
  position: relative;
  z-index: 3; }

.breadcrumb {
  background-color: #fff;
  color: #5b616b;
  font-size: 1.4117647059rem;
  margin: 1.8823529412rem 0;
  max-width: 866px;
  padding-bottom: 2.3529411765rem; }
  .breadcrumb::after {
    clear: both;
    content: "";
    display: table; }

.breadcrumb__list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0; }
  .breadcrumb__list li {
    padding-left: 0; }
  .breadcrumb__list > li {
    display: inline; }

.breadcrumb__item {
  margin-right: 0.75em; }
  .breadcrumb__item::after {
    color: #60c9ff;
    content: '/';
    margin-left: 0.75em; }
  .breadcrumb__item:last-child::after {
    content: '';
    margin-left: 0; }

@media (max-width: 40em) {
  .breadcrumb__list .breadcrumb__item {
    display: none; }
    .breadcrumb__list .breadcrumb__item:nth-last-child(2) {
      display: block; }
      .breadcrumb__list .breadcrumb__item:nth-last-child(2)::after {
        display: none; }
      .breadcrumb__list .breadcrumb__item:nth-last-child(2)::before {
        color: #60c9ff;
        content: '<';
        margin-right: 0.75em; } }

.breadcrumb__link {
  color: #aeb0b5;
  text-decoration: none; }
  .breadcrumb__link:visited {
    color: #aeb0b5; }
  .breadcrumb__link:hover, .breadcrumb__link:focus {
    color: #5b616b; }
  .breadcrumb__link:active {
    color: #5b616b; }

.button,
.submit {
  background-color: #003367;
  border: 1px solid #003367;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.8235294118rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1.45;
  padding: 0.7058823529rem 2.8235294118rem;
  text-align: center;
  text-decoration: none;
  transition: background 200ms cubic-bezier(0.4, 0, 1, 1);
  vertical-align: top;
  white-space: normal;
  margin-bottom: 0.4705882353rem;
  position: relative; }
  .button:visited,
  .submit:visited {
    color: #fff; }
  .button:hover, .button:focus,
  .submit:hover,
  .submit:focus {
    background-color: #fe581c;
    border-color: #fe581c;
    color: #fff; }
  .button:active,
  .submit:active {
    background-color: #e73e01;
    color: #fff; }
  .button[disabled],
  .submit[disabled] {
    background-color: #f1faff;
    border: 0;
    color: #aeb0b5;
    cursor: default;
    pointer-events: none; }
    .button[disabled]::after,
    .submit[disabled]::after {
      display: none; }
  .button::after,
  .submit::after {
    border-bottom: 18px solid #fe581c;
    border-left: 20px solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    width: 0; }
  @media (min-width: 40em) {
    .button + .button,
    .submit + .button, .button +
    .submit,
    .submit +
    .submit {
      margin-left: 0.4705882353rem; } }
  [dir='rtl'] .button + .button, [dir='rtl']
  .submit + .button, [dir='rtl'] .button +
  .submit, [dir='rtl']
  .submit +
  .submit {
    margin-left: 0;
    margin-right: 0.4705882353rem; }

.button--danger {
  background-color: #e31c3d;
  color: #fff; }
  .button--danger:hover, .button--danger:focus {
    background-color: #cd2026;
    color: #fff; }
  .button--danger:active {
    background-color: #981b1e;
    color: #fff; }

.button--secondary {
  background-color: #fff;
  border: 1px solid #002a54;
  border-radius: 0;
  color: #003367;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.8235294118rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1.45;
  padding: 0.7058823529rem 2.8235294118rem;
  text-align: center;
  text-decoration: none;
  transition: background 200ms cubic-bezier(0.4, 0, 1, 1);
  vertical-align: top;
  white-space: normal;
  border: 2px solid #002a54;
  position: relative; }
  .button--secondary:visited {
    color: #003367; }
  .button--secondary:hover, .button--secondary:focus {
    background-color: #002a54;
    border-color: #fff;
    color: #fff; }
  .button--secondary:active {
    background-color: #005987;
    color: #fff; }
  .button--secondary[disabled] {
    background-color: #f1faff;
    border: 0;
    color: #aeb0b5;
    cursor: default;
    pointer-events: none; }
    .button--secondary[disabled]::after {
      display: none; }
  .button--secondary::after {
    border-bottom: 18px solid #fe581c;
    border-left: 20px solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    width: 0; }

.button--large {
  font-size: 1rem;
  padding: 0.9411764706rem 2.3529411765rem;
  position: relative; }
  .button--large::after {
    border-bottom: 25px solid #fe581c;
    border-left: 25px solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    width: 0; }

.button--small {
  font-size: 0.7058823529rem;
  padding: 0.2352941176rem 0.4705882353rem; }

.captioned-image {
  display: table; }

.captioned-image__caption {
  caption-side: bottom;
  color: #5b616b;
  display: table-caption;
  font-size: 0.7058823529rem;
  padding: 0.9411764706rem 0; }

.captioned-image--center-aligned {
  margin-left: auto;
  margin-right: auto; }

.captioned-image--left-aligned {
  float: left;
  margin-right: 1.4117647059rem; }

.captioned-image--right-aligned {
  float: right;
  margin-left: 1.4117647059rem; }

.wp-block-image figcaption {
  caption-side: bottom;
  color: #5b616b;
  font-size: 0.7058823529rem;
  padding: 0.9411764706rem 0; }

.card {
  background-color: #fff;
  border: 1px solid #60c9ff;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1); }
  .card:hover .card__link, .card:focus-within .card__link {
    height: 64px;
    width: 64px; }
    .card:hover .card__link::after, .card:focus-within .card__link::after {
      border-bottom: 64px solid #fe581c;
      border-left: 64px solid transparent; }
  .card.card--shadow {
    box-shadow: 0 0 8px 0 rgba(0, 51, 103, 0.3); }

.card__eyebrow {
  color: #0075b2;
  font-size: 0.8235294118rem;
  padding-bottom: 2.8235294118rem;
  text-transform: uppercase; }
  .card__eyebrow.in-media {
    background-color: #0075b2;
    color: #fff;
    left: 16px;
    padding: 0.2352941176rem;
    position: absolute;
    top: 16px; }

.card__title {
  font-size: 1.1764705882rem;
  margin: 0;
  margin-top: 8px; }
  @media (min-width: 40em) {
    .card__title {
      font-size: 1.4117647059rem; } }
  .card__title a {
    color: #003367;
    text-decoration: none; }
    .card__title a:visited {
      color: #003367; }
    .card__title a:hover, .card__title a:focus {
      color: #003367; }
    .card__title a:active {
      color: #003367; }
    .card__title a:hover {
      text-decoration: underline; }

.card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 2.3529411765rem;
  padding-bottom: 0.4705882353rem;
  padding-top: 1.4117647059rem; }

.card__header {
  margin-bottom: 1.4117647059rem; }

.card__date {
  color: #5b616b;
  font-size: 0.7058823529rem;
  margin-bottom: 0.9411764706rem; }

.card__content {
  margin-bottom: 1.4117647059rem; }

.card__media {
  order: -1; }
  .card__media a {
    display: block;
    height: 100%;
    width: 100%; }
  .card__media img {
    width: 100%; }

.card__footer {
  margin-top: auto; }

.card__tags {
  color: #005987;
  font-size: 0.8235294118rem;
  font-weight: bold;
  margin-bottom: 0.9411764706rem; }

.card__readmore {
  text-align: right; }

.card__link {
  bottom: 8px;
  height: 24px;
  position: absolute;
  right: 8px;
  text-align: center;
  width: 24px; }
  .card__link a {
    display: block; }
  .card__link img {
    bottom: 8px;
    position: absolute;
    right: 8px;
    z-index: 2; }
  .card__link::after {
    border-bottom: 24px solid #fe581c;
    border-left: 24px solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    width: 0; }

.card--feature .card__media {
  flex-grow: 1; }

@media (min-width: 64em) {
  .card--feature {
    flex-direction: row; }
    .card--feature .card__title {
      font-size: 1.8823529412rem; }
    .card--feature .card__body {
      max-width: 600px;
      padding: 2.3529411765rem 2vw; }
    .card--feature .card__media {
      order: initial; } }

.card__subtitle {
  color: #003367;
  font-size: 1.1764705882rem;
  font-weight: bold;
  margin-bottom: 2.3529411765rem; }

.card--top-stories .card__readmore {
  text-align: left; }

.country-cards__label {
  color: #0075b2;
  margin-bottom: 1.1764705882rem; }
  @media (min-width: 40em) {
    .country-cards__label {
      color: #60c9ff; } }

.country-cards__wrapper {
  position: relative; }

.country-cards {
  overflow: hidden;
  padding: 1.4117647059rem;
  top: -400px; }
  @media (min-width: 48em) {
    .country-cards {
      position: absolute;
      width: 100%; } }
  @media (min-width: 64em) {
    .country-cards {
      padding-left: 7.0588235294rem;
      padding-right: 7.0588235294rem; } }
  @media (min-width: 90.625em) {
    .country-cards {
      padding: 1.4117647059rem;
      right: 47px;
      top: -350px;
      width: auto; } }
  @media (min-width: 90.625em) {
    .country-cards::after {
      border-bottom: 361px solid #e3f5ff;
      border-left: 361px solid transparent;
      bottom: 25px;
      content: '';
      height: 0;
      position: absolute;
      right: 0;
      width: 0;
      z-index: 2; } }

.country-cards__content {
  position: relative;
  z-index: 3; }
  @media (min-width: 48em) {
    .country-cards__content {
      display: flex; } }
  @media (min-width: 90.625em) {
    .country-cards__content {
      display: flex;
      padding-bottom: 5.6470588235rem;
      padding-right: 4.7058823529rem; } }
  .country-cards__content .card {
    flex: 1 0 0;
    margin-bottom: 0.4705882353rem; }
    @media (min-width: 48em) {
      .country-cards__content .card {
        margin-bottom: 0;
        max-width: 50%; }
        .country-cards__content .card:first-of-type {
          margin-right: 0.4705882353rem; } }
    @media (min-width: 64em) and (max-width: 90.625em) {
      .country-cards__content .card {
        max-width: 50%; } }
    @media (min-width: 90.625em) {
      .country-cards__content .card {
        max-width: 100%;
        width: 246px; } }
  .country-cards__content .card-title {
    font-size: 1.1764705882rem; }
  .country-cards__content .score-label,
  .country-cards__content .rank-label {
    color: #5b616b;
    font-size: 0.7058823529rem; }
  .country-cards__content .score {
    color: #002a54;
    font-size: 3.7647058824rem;
    font-weight: bold; }
  .country-cards__content .rank-0 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(0% - 21px);
    width: 21px; }
  .country-cards__content .rank-1 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(1% - 21px);
    width: 21px; }
  .country-cards__content .rank-2 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(2% - 21px);
    width: 21px; }
  .country-cards__content .rank-3 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(3% - 21px);
    width: 21px; }
  .country-cards__content .rank-4 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(4% - 21px);
    width: 21px; }
  .country-cards__content .rank-5 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(5% - 21px);
    width: 21px; }
  .country-cards__content .rank-6 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(6% - 21px);
    width: 21px; }
  .country-cards__content .rank-7 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(7% - 21px);
    width: 21px; }
  .country-cards__content .rank-8 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(8% - 21px);
    width: 21px; }
  .country-cards__content .rank-9 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(9% - 21px);
    width: 21px; }
  .country-cards__content .rank-10 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(10% - 21px);
    width: 21px; }
  .country-cards__content .rank-11 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(11% - 21px);
    width: 21px; }
  .country-cards__content .rank-12 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(12% - 21px);
    width: 21px; }
  .country-cards__content .rank-13 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(13% - 21px);
    width: 21px; }
  .country-cards__content .rank-14 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(14% - 21px);
    width: 21px; }
  .country-cards__content .rank-15 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(15% - 21px);
    width: 21px; }
  .country-cards__content .rank-16 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(16% - 21px);
    width: 21px; }
  .country-cards__content .rank-17 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(17% - 21px);
    width: 21px; }
  .country-cards__content .rank-18 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(18% - 21px);
    width: 21px; }
  .country-cards__content .rank-19 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(19% - 21px);
    width: 21px; }
  .country-cards__content .rank-20 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(20% - 21px);
    width: 21px; }
  .country-cards__content .rank-21 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(21% - 21px);
    width: 21px; }
  .country-cards__content .rank-22 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(22% - 21px);
    width: 21px; }
  .country-cards__content .rank-23 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(23% - 21px);
    width: 21px; }
  .country-cards__content .rank-24 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(24% - 21px);
    width: 21px; }
  .country-cards__content .rank-25 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(25% - 21px);
    width: 21px; }
  .country-cards__content .rank-26 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(26% - 21px);
    width: 21px; }
  .country-cards__content .rank-27 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(27% - 21px);
    width: 21px; }
  .country-cards__content .rank-28 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(28% - 21px);
    width: 21px; }
  .country-cards__content .rank-29 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(29% - 21px);
    width: 21px; }
  .country-cards__content .rank-30 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(30% - 21px);
    width: 21px; }
  .country-cards__content .rank-31 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(31% - 21px);
    width: 21px; }
  .country-cards__content .rank-32 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(32% - 21px);
    width: 21px; }
  .country-cards__content .rank-33 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(33% - 21px);
    width: 21px; }
  .country-cards__content .rank-34 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(34% - 21px);
    width: 21px; }
  .country-cards__content .rank-35 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(35% - 21px);
    width: 21px; }
  .country-cards__content .rank-36 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(36% - 21px);
    width: 21px; }
  .country-cards__content .rank-37 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(37% - 21px);
    width: 21px; }
  .country-cards__content .rank-38 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(38% - 21px);
    width: 21px; }
  .country-cards__content .rank-39 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(39% - 21px);
    width: 21px; }
  .country-cards__content .rank-40 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(40% - 21px);
    width: 21px; }
  .country-cards__content .rank-41 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(41% - 21px);
    width: 21px; }
  .country-cards__content .rank-42 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(42% - 21px);
    width: 21px; }
  .country-cards__content .rank-43 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(43% - 21px);
    width: 21px; }
  .country-cards__content .rank-44 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(44% - 21px);
    width: 21px; }
  .country-cards__content .rank-45 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(45% - 21px);
    width: 21px; }
  .country-cards__content .rank-46 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(46% - 21px);
    width: 21px; }
  .country-cards__content .rank-47 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(47% - 21px);
    width: 21px; }
  .country-cards__content .rank-48 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(48% - 21px);
    width: 21px; }
  .country-cards__content .rank-49 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(49% - 21px);
    width: 21px; }
  .country-cards__content .rank-50 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(50% - 21px);
    width: 21px; }
  .country-cards__content .rank-51 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(51% - 21px);
    width: 21px; }
  .country-cards__content .rank-52 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(52% - 21px);
    width: 21px; }
  .country-cards__content .rank-53 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(53% - 21px);
    width: 21px; }
  .country-cards__content .rank-54 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(54% - 21px);
    width: 21px; }
  .country-cards__content .rank-55 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(55% - 21px);
    width: 21px; }
  .country-cards__content .rank-56 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(56% - 21px);
    width: 21px; }
  .country-cards__content .rank-57 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(57% - 21px);
    width: 21px; }
  .country-cards__content .rank-58 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(58% - 21px);
    width: 21px; }
  .country-cards__content .rank-59 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(59% - 21px);
    width: 21px; }
  .country-cards__content .rank-60 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(60% - 21px);
    width: 21px; }
  .country-cards__content .rank-61 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(61% - 21px);
    width: 21px; }
  .country-cards__content .rank-62 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(62% - 21px);
    width: 21px; }
  .country-cards__content .rank-63 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(63% - 21px);
    width: 21px; }
  .country-cards__content .rank-64 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(64% - 21px);
    width: 21px; }
  .country-cards__content .rank-65 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(65% - 21px);
    width: 21px; }
  .country-cards__content .rank-66 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(66% - 21px);
    width: 21px; }
  .country-cards__content .rank-67 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(67% - 21px);
    width: 21px; }
  .country-cards__content .rank-68 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(68% - 21px);
    width: 21px; }
  .country-cards__content .rank-69 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(69% - 21px);
    width: 21px; }
  .country-cards__content .rank-70 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(70% - 21px);
    width: 21px; }
  .country-cards__content .rank-71 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(71% - 21px);
    width: 21px; }
  .country-cards__content .rank-72 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(72% - 21px);
    width: 21px; }
  .country-cards__content .rank-73 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(73% - 21px);
    width: 21px; }
  .country-cards__content .rank-74 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(74% - 21px);
    width: 21px; }
  .country-cards__content .rank-75 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(75% - 21px);
    width: 21px; }
  .country-cards__content .rank-76 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(76% - 21px);
    width: 21px; }
  .country-cards__content .rank-77 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(77% - 21px);
    width: 21px; }
  .country-cards__content .rank-78 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(78% - 21px);
    width: 21px; }
  .country-cards__content .rank-79 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(79% - 21px);
    width: 21px; }
  .country-cards__content .rank-80 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(80% - 21px);
    width: 21px; }
  .country-cards__content .rank-81 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(81% - 21px);
    width: 21px; }
  .country-cards__content .rank-82 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(82% - 21px);
    width: 21px; }
  .country-cards__content .rank-83 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(83% - 21px);
    width: 21px; }
  .country-cards__content .rank-84 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(84% - 21px);
    width: 21px; }
  .country-cards__content .rank-85 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(85% - 21px);
    width: 21px; }
  .country-cards__content .rank-86 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(86% - 21px);
    width: 21px; }
  .country-cards__content .rank-87 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(87% - 21px);
    width: 21px; }
  .country-cards__content .rank-88 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(88% - 21px);
    width: 21px; }
  .country-cards__content .rank-89 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(89% - 21px);
    width: 21px; }
  .country-cards__content .rank-90 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(90% - 21px);
    width: 21px; }
  .country-cards__content .rank-91 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(91% - 21px);
    width: 21px; }
  .country-cards__content .rank-92 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(92% - 21px);
    width: 21px; }
  .country-cards__content .rank-93 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(93% - 21px);
    width: 21px; }
  .country-cards__content .rank-94 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(94% - 21px);
    width: 21px; }
  .country-cards__content .rank-95 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(95% - 21px);
    width: 21px; }
  .country-cards__content .rank-96 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(96% - 21px);
    width: 21px; }
  .country-cards__content .rank-97 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(97% - 21px);
    width: 21px; }
  .country-cards__content .rank-98 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(98% - 21px);
    width: 21px; }
  .country-cards__content .rank-99 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(99% - 21px);
    width: 21px; }
  .country-cards__content .rank-100 {
    border-bottom: 18px solid #fe581c;
    border-left: 21px solid transparent;
    height: 18px;
    margin-left: calc(100% - 21px);
    width: 21px; }
  .country-cards__content .rank-line {
    background-color: #0075b2;
    height: 3px;
    margin-top: 0.0588235294rem;
    width: 100%; }
  .country-cards__content .rank-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.9411764706rem; }
  .country-cards__content .rank-value {
    color: #003367;
    font-size: 2.3529411765rem;
    font-weight: bold; }
  .country-cards__content .rank-wrapper {
    margin-bottom: 0.4705882353rem; }
  .country-cards__content .rank-after {
    color: #003367;
    font-weight: bold; }
  .country-cards__content .change-over-time__content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.7058823529rem; }
  .country-cards__content .change-over-time-widget {
    align-items: center;
    border: 1px solid #60c9ff;
    display: flex;
    margin-bottom: 0.4705882353rem;
    margin-right: 0.4705882353rem;
    padding: 0.4705882353rem 0.7058823529rem;
    width: 144px; }
    @media (min-width: 40em) {
      .country-cards__content .change-over-time-widget {
        width: 129px; } }
    @media (min-width: 64em) {
      .country-cards__content .change-over-time-widget {
        width: 144px; } }
  .country-cards__content .change-over-time__score {
    align-items: center;
    color: #003367;
    display: flex;
    font-size: 1.4117647059rem;
    margin-right: 0.2352941176rem; }
  .country-cards__content .change-over-time__year {
    color: #5b616b;
    font-size: 0.7058823529rem; }

@media (min-width: 64em) {
  .archive__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal; } }

.archive__content .card {
  flex: 0 32%;
  margin-bottom: 18px;
  margin-right: 18px; }

.top-stories-cards__grid {
  flex-wrap: nowrap; }

@media (min-width: 40em) {
  .footer__copyright {
    display: flex;
    padding-top: 4.7058823529rem; } }

@media (min-width: 64em) {
  .footer__copyright {
    padding: 0 7.0588235294rem; } }

.footer__copyright .menu__link {
  color: #e3f5ff;
  font-size: 0.7058823529rem;
  margin-right: 0.9411764706rem; }

.copyright {
  color: #e3f5ff;
  font-size: 0.7058823529rem;
  margin-top: 0.3529411765rem; }
  @media (min-width: 40em) {
    .copyright {
      margin-right: 0.7058823529rem; } }

.country-downloads {
  font-size: 0.8235294118rem;
  margin-top: 1.4117647059rem; }
  @media (min-width: 48em) {
    .country-downloads {
      margin-top: 11rem; } }
  @media (min-width: 90.625em) {
    .country-downloads {
      margin-bottom: 11.7647058824rem;
      margin-top: 1.4117647059rem; } }
  .country-downloads .country-downloads__label {
    font-weight: bold;
    margin-bottom: 0.9411764706rem; }
  .country-downloads .menu__item {
    line-height: 1em;
    margin-bottom: 0.9411764706rem; }
  .country-downloads .menu__link {
    box-shadow: inset 0 -9px 0 0 #dff;
    color: #323a45;
    text-decoration: none; }

.subindicator-page .country-downloads {
  margin-bottom: 4em; }

.date {
  color: #5b616b;
  font-size: 1rem; }

details.details {
  margin: 0 0 1.4117647059rem; }
  .js details.details:not([open]) > .details__content {
    display: none; }

.details__summary {
  background-image: url("../images/plus.svg");
  background-color: #e3f5ff;
  background-position: right 1.4117647059rem center;
  background-repeat: no-repeat;
  background-size: 0.7647058824rem;
  cursor: pointer;
  display: block;
  font-weight: 700;
  line-height: 1;
  outline: 0;
  padding: 0.8823529412rem 3.2352941176rem 0.8823529412rem 1.4117647059rem;
  transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1); }
  [dir='rtl'] .details__summary {
    background-position: left 1.4117647059rem center;
    padding-left: 3.2352941176rem;
    padding-right: 1.4117647059rem; }
  [open] > .details__summary {
    background-image: url("../images/minus.svg"); }
  .details__summary:hover {
    background-color: #003367; }
  .details__summary:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .details__summary::-webkit-details-marker {
    display: none; }
  .details__summary::before {
    display: none; }

.details__fallback-link {
  color: inherit !important;
  display: block;
  outline: 0;
  text-decoration: none; }

.details__content {
  background: #fff;
  border: 3px solid #e3f5ff;
  border-top: 0;
  padding: 1.4117647059rem; }
  .details__content > :last-child {
    margin-bottom: 0; }

.details__description {
  color: #002a54;
  font-size: 1rem;
  margin-bottom: 0.9411764706rem; }

.donate-block {
  background-color: #fff;
  padding: 1.4117647059rem; }
  @media (min-width: 64em) {
    .donate-block {
      padding: 5.6470588235rem; } }

.donate-block__button {
  padding-top: 1.4117647059rem; }

.donate-and-subscribe {
  padding-bottom: 1.4117647059rem;
  padding-top: 1.4117647059rem; }

.fieldset {
  margin-bottom: 2.8617647059rem;
  padding: 0;
  position: relative;
  top: 1.45rem; }

.fieldset__legend {
  box-sizing: content-box;
  display: block;
  left: -1px;
  position: absolute;
  text-indent: 0;
  top: -1.45rem;
  width: 100%; }
  [dir='rtl'] .fieldset__legend {
    left: auto;
    right: -1px; }

.fieldset__legend-text {
  display: block; }

.fieldset__legend-link {
  display: block; }

.fieldset__description {
  color: #5b616b;
  font-size: 1rem; }
  .fieldset__description > :last-child {
    margin-bottom: 0; }

.fieldset--default {
  background: #fff;
  border: 1px solid #60c9ff;
  margin: 0.9411764706rem 0 1.6470588235rem;
  padding: 0 0.9411764706rem; }
  .fieldset--default .fieldset__legend {
    background: #60c9ff;
    border: 1px solid #60c9ff;
    border-bottom: 0;
    color: #212121;
    height: 2em;
    line-height: 2;
    padding: 0;
    text-shadow: 0 1px 0 #fff; }
  .fieldset--default .fieldset__legend-text {
    padding-left: 1em; }
    [dir='rtl'] .fieldset--default .fieldset__legend-text {
      padding-left: 0;
      padding-right: 1em; }
  .fieldset--default .fieldset__content {
    padding: 1.4117647059rem 0 0.9411764706rem; }
  .fieldset--default .fieldset__description {
    font-style: italic;
    margin: 0.9411764706rem 0 0; }

.fieldset--checkboxes {
  margin-bottom: 1.4117647059rem; }

.fieldset--radios {
  margin-bottom: 1.4117647059rem; }

.form-item {
  margin: 0 0 1.4117647059rem; }

.form-item__label {
  display: block; }
  .is-disabled > .form-item__label {
    opacity: 0.35; }

.form-item__fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.form-item__description {
  color: #5b616b;
  font-size: 1rem; }
  .form-item__description > :last-child {
    margin-bottom: 0; }

.form-item__required-marker::before {
  content: '*'; }


.form-item__color,
.form-item__date,
.form-item__email,
.form-item__month,
.form-item__number,
.form-item__password,
.form-item__search,
.form-item__select,
.form-item__tel,
.form-item__text,
.form-item__textarea,
.form-item__time,
.form-item__url,
.form-item__week,
.salesforce_w2l_lead .text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f7f7f7;
  border: 1px solid #60c9ff;
  border-radius: 0;
  display: inline-block;
  font-size: 1rem;
  height: 2.7058823529rem;
  line-height: 1.2941176471;
  margin: 0.2352941176rem 0;
  max-width: 100%;
  padding: 0.9411764706em 0.4117647059em;
  transition-duration: 200ms;
  transition-property: background-color, border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  
  .form-item__color:focus,
  .form-item__date:focus,
  .form-item__email:focus,
  .form-item__month:focus,
  .form-item__number:focus,
  .form-item__password:focus,
  .form-item__search:focus,
  .form-item__select:focus,
  .form-item__tel:focus,
  .form-item__text:focus,
  .form-item__textarea:focus,
  .form-item__time:focus,
  .form-item__url:focus,
  .form-item__week:focus,
  .salesforce_w2l_lead .text:focus {
    outline: 2px solid transparent;
    outline-offset: 2px; }
    
    .form-item__color:focus:focus,
    .form-item__date:focus:focus,
    .form-item__email:focus:focus,
    .form-item__month:focus:focus,
    .form-item__number:focus:focus,
    .form-item__password:focus:focus,
    .form-item__search:focus:focus,
    .form-item__select:focus:focus,
    .form-item__tel:focus:focus,
    .form-item__text:focus:focus,
    .form-item__textarea:focus:focus,
    .form-item__time:focus:focus,
    .form-item__url:focus:focus,
    .form-item__week:focus:focus,
    .salesforce_w2l_lead .text:focus:focus {
      outline-color: #0075b2; }
  
  .form-item__color:hover,
  .form-item__color:focus,
  .form-item__date:hover,
  .form-item__date:focus,
  .form-item__email:hover,
  .form-item__email:focus,
  .form-item__month:hover,
  .form-item__month:focus,
  .form-item__number:hover,
  .form-item__number:focus,
  .form-item__password:hover,
  .form-item__password:focus,
  .form-item__search:hover,
  .form-item__search:focus,
  .form-item__select:hover,
  .form-item__select:focus,
  .form-item__tel:hover,
  .form-item__tel:focus,
  .form-item__text:hover,
  .form-item__text:focus,
  .form-item__textarea:hover,
  .form-item__textarea:focus,
  .form-item__time:hover,
  .form-item__time:focus,
  .form-item__url:hover,
  .form-item__url:focus,
  .form-item__week:hover,
  .form-item__week:focus,
  .salesforce_w2l_lead .text:hover,
  .salesforce_w2l_lead .text:focus {
    background-color: #fff;
    border: 1px solid #5b616b; }
  
  .form-item__color:disabled,
  .form-item__date:disabled,
  .form-item__email:disabled,
  .form-item__month:disabled,
  .form-item__number:disabled,
  .form-item__password:disabled,
  .form-item__search:disabled,
  .form-item__select:disabled,
  .form-item__tel:disabled,
  .form-item__text:disabled,
  .form-item__textarea:disabled,
  .form-item__time:disabled,
  .form-item__url:disabled,
  .form-item__week:disabled,
  .salesforce_w2l_lead .text:disabled {
    cursor: default;
    opacity: 0.35; }
    
    .form-item__color:disabled:hover,
    .form-item__color:disabled:focus,
    .form-item__date:disabled:hover,
    .form-item__date:disabled:focus,
    .form-item__email:disabled:hover,
    .form-item__email:disabled:focus,
    .form-item__month:disabled:hover,
    .form-item__month:disabled:focus,
    .form-item__number:disabled:hover,
    .form-item__number:disabled:focus,
    .form-item__password:disabled:hover,
    .form-item__password:disabled:focus,
    .form-item__search:disabled:hover,
    .form-item__search:disabled:focus,
    .form-item__select:disabled:hover,
    .form-item__select:disabled:focus,
    .form-item__tel:disabled:hover,
    .form-item__tel:disabled:focus,
    .form-item__text:disabled:hover,
    .form-item__text:disabled:focus,
    .form-item__textarea:disabled:hover,
    .form-item__textarea:disabled:focus,
    .form-item__time:disabled:hover,
    .form-item__time:disabled:focus,
    .form-item__url:disabled:hover,
    .form-item__url:disabled:focus,
    .form-item__week:disabled:hover,
    .form-item__week:disabled:focus,
    .salesforce_w2l_lead .text:disabled:hover,
    .salesforce_w2l_lead .text:disabled:focus {
      background-color: #f7f7f7;
      border: 1px solid #60c9ff; }
  .is-full-width >
  .form-item__color, .is-full-width >
  .form-item__date, .is-full-width >
  .form-item__email, .is-full-width >
  .form-item__month, .is-full-width >
  .form-item__number, .is-full-width >
  .form-item__password, .is-full-width >
  .form-item__search, .is-full-width >
  .form-item__select, .is-full-width >
  .form-item__tel, .is-full-width >
  .form-item__text, .is-full-width >
  .form-item__textarea, .is-full-width >
  .form-item__time, .is-full-width >
  .form-item__url, .is-full-width >
  .form-item__week, .is-full-width >
  .salesforce_w2l_lead .text {
    width: 100%; }

.form-item__textarea {
  height: auto; }

.form-item--checkbox {
  margin-bottom: 8px; }

.form-item--checkbox.has-visible-label-after .form-item__checkbox {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important; }
  .form-item--checkbox.has-visible-label-after .form-item__checkbox + .form-item__label {
    cursor: pointer;
    display: block; }
    .form-item--checkbox.has-visible-label-after .form-item__checkbox + .form-item__label::before {
      outline: 2px solid transparent;
      outline-offset: 2px;
      background: #fff;
      border: 1px solid #5b616b;
      content: '\a0';
      display: inline-block;
      height: 1.1764705882rem;
      line-height: 1.1764705882rem;
      margin-right: 0.6em;
      text-indent: 0.15em;
      transition-duration: 200ms;
      transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      vertical-align: middle;
      width: 1.1764705882rem; }
      .form-item--checkbox.has-visible-label-after .form-item__checkbox + .form-item__label::before:focus {
        outline-color: #0075b2; }
  .form-item--checkbox.has-visible-label-after .form-item__checkbox:checked + .form-item__label::before {
    background-image: url("../images/correct.svg");
    background-color: #003367;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.1764705882rem; }
  .form-item--checkbox.has-visible-label-after .form-item__checkbox:focus + .form-item__label::before {
    outline-color: #0075b2; }
  .form-item--checkbox.has-visible-label-after .form-item__checkbox:disabled + .form-item__label {
    cursor: default;
    opacity: 0.35; }
    .form-item--checkbox.has-visible-label-after .form-item__checkbox:disabled + .form-item__label::before {
      cursor: not-allowed; }

.form-item--checkboxes {
  margin-bottom: 0.2352941176rem;
  margin-top: 0.2352941176rem; }

.form-item--radio {
  margin-bottom: 8px; }
  .form-item--radio .form-item__radio {
    outline: 2px solid transparent;
    outline-offset: 2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border: 1px solid #5b616b;
    border-radius: 50%;
    box-shadow: 0 0 0 2px transparent;
    cursor: pointer;
    height: 18px;
    margin-right: 3px;
    outline: none;
    position: relative;
    top: 2px;
    transition-duration: 200ms;
    transition-property: background-color, border-color, border-radius;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 18px; }
    .form-item--radio .form-item__radio:focus {
      outline-color: #0075b2; }
    .form-item--radio .form-item__radio:checked {
      background-color: #003367;
      border: 2px solid #fff;
      box-shadow: 0 0 0 2px #003367; }
    .form-item--radio .form-item__radio:disabled {
      cursor: default;
      opacity: 0.35; }
    .form-item--radio .form-item__radio + .form-item__label {
      cursor: pointer;
      display: inline; }
    .form-item--radio .form-item__radio:disabled + .form-item__label {
      cursor: default;
      opacity: 0.35; }

.form-item--radios {
  margin-bottom: 0;
  margin-top: 0.2352941176rem; }

.form-item--range .form-item__range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  height: 2.5882352941rem;
  margin: 0.2em 0;
  padding: 0; }
  .form-item--range .form-item__range::-moz-focus-outer {
    border: 0; }
  .form-item--range .form-item__range:focus {
    box-shadow: none;
    outline: 0; }
    .form-item--range .form-item__range:focus::-moz-range-thumb {
      outline-color: #0075b2; }
    .form-item--range .form-item__range:focus::-ms-thumb {
      outline-color: #0075b2; }
    .form-item--range .form-item__range:focus::-webkit-slider-thumb {
      outline-color: #0075b2; }
  .form-item--range .form-item__range:disabled {
    cursor: default;
    opacity: 0.35; }
  .form-item--range .form-item__range::-moz-range-thumb {
    outline: 2px solid transparent;
    outline-offset: 2px;
    background: #5b616b;
    border: 1px solid #0075b2;
    border-radius: 0;
    cursor: pointer;
    height: 2.5882352941rem;
    outline: 0;
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 1.2941176471rem; }
    .form-item--range .form-item__range::-moz-range-thumb:focus {
      outline-color: #0075b2; }
  .form-item--range .form-item__range::-moz-range-track {
    background: #aeb0b5;
    border: 1px solid #5b616b;
    cursor: pointer;
    display: block;
    height: 0.5882352941rem;
    margin: 0;
    outline: 0;
    width: 100%; }
  .form-item--range .form-item__range::-ms-thumb {
    outline: 2px solid transparent;
    outline-offset: 2px;
    background: #5b616b;
    border: 1px solid #0075b2;
    border-radius: 0;
    cursor: pointer;
    height: 2.5882352941rem;
    outline: 0;
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 1.2941176471rem;
    margin-top: 0 !important; }
    .form-item--range .form-item__range::-ms-thumb:focus {
      outline-color: #0075b2; }
  .form-item--range .form-item__range::-ms-track {
    background: #aeb0b5;
    border: 1px solid #5b616b;
    cursor: pointer;
    display: block;
    height: 0.5882352941rem;
    margin: 0;
    outline: 0;
    width: 100%;
    background: transparent;
    border: 0;
    color: transparent; }
  .form-item--range .form-item__range::-ms-fill-lower, .form-item--range .form-item__range::-ms-fill-upper {
    background: #aeb0b5;
    border: 1px solid #5b616b; }
  .form-item--range .form-item__range::-webkit-slider-thumb {
    outline: 2px solid transparent;
    outline-offset: 2px;
    background: #5b616b;
    border: 1px solid #0075b2;
    border-radius: 0;
    cursor: pointer;
    height: 2.5882352941rem;
    outline: 0;
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 1.2941176471rem;
    -webkit-appearance: none;
    margin-top: -1.0588235294rem; }
    .form-item--range .form-item__range::-webkit-slider-thumb:focus {
      outline-color: #0075b2; }
  .form-item--range .form-item__range::-webkit-slider-runnable-track {
    background: #aeb0b5;
    border: 1px solid #5b616b;
    cursor: pointer;
    display: block;
    height: 0.5882352941rem;
    margin: 0;
    outline: 0;
    width: 100%; }

.form-item--range.is-full-width > .form-item__range {
  width: 100%; }

.form-item--select .form-item__select {
  background-image: url("../images/select-arrows.svg");
  background-position: right 0.5882352941rem center;
  background-repeat: no-repeat;
  background-size: 1.1764705882rem;
  padding-right: 2.3529411765rem; }
  [dir='rtl'] .form-item--select .form-item__select {
    background-position: left 0.5882352941rem center;
    padding-left: 2.3529411765rem;
    padding-right: 0; }
  .form-item--select .form-item__select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .form-item--select .form-item__select::-ms-expand {
    display: none; }

.gallery__item-caption {
  max-width: 100%; }

.hero-bg-image-country {
  background-position: 75% 50%;
  background-size: cover;
  min-height: 300px;
  padding: 1.4117647059rem;
  width: 100%; }
  @media (min-width: 48em) {
    .hero-bg-image-country {
      padding-bottom: 29.4117647059rem;
      padding-top: 7.0588235294rem; } }
  @media (min-width: 55em) {
    .hero-bg-image-country {
      background-position: 50% 50%;
      padding: 7.0588235294rem;
      padding-bottom: 22.0588235294rem;
      padding-top: 1.1764705882rem; } }
  @media (min-width: 75em) {
    .hero-bg-image-country {
      padding-top: 7.0588235294rem; } }
  @media (min-width: 90.625em) {
    .hero-bg-image-country {
      padding-bottom: 7.0588235294rem; } }

.hero-bg-image-country__svg {
  display: none; }
  @media (min-width: 55em) {
    .hero-bg-image-country__svg {
      display: block;
      height: 250px;
      margin-right: 2.3529411765rem;
      margin-top: 1.4117647059rem;
      width: 250px; } }

.hero-bg-image-country__content {
  color: #fff;
  display: flex; }

.hero-bg-image-country__summary {
  margin-top: 1.4117647059rem; }
  @media (min-width: 64em) {
    .hero-bg-image-country__summary {
      max-width: 384px; } }

.country-name__label {
  margin-bottom: 0.9411764706rem; }

.country-name__subheader {
  margin-bottom: 0.9411764706rem; }

.country-name {
  color: #fff;
  font-size: 3.7647058824rem;
  margin-top: 0; }

.hero-bg-image__container {
  position: relative; }
  .hero-bg-image__container .hero-bg-image__credits {
    color: #323a45;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 12px;
    position: relative;
    text-align: right;
    z-index: 20; }

.hero-bg-image {
  background-position: 75% 50%;
  background-size: cover;
  min-height: 300px;
  padding: 0;
  width: 100%; }
  @media (min-width: 55em) {
    .hero-bg-image {
      background-position: 50% 50%; } }
  .hero-bg-image.has-overlay {
    position: relative;
    z-index: -1; }
    .hero-bg-image.has-overlay::after {
      background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
      bottom: 0;
      content: '';
      display: none;
      left: 0;
      max-width: 900px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
      @media (min-width: 55em) {
        .hero-bg-image.has-overlay::after {
          display: block; } }
    .hero-bg-image.has-overlay .hero-bg-image__content {
      position: relative;
      z-index: 2; }

.hero-video {
  width: 100%; }

@media (min-width: 64em) {
  .hero-content__container {
    bottom: 40px;
    left: 1.4117647059rem;
    position: absolute; } }

@media (min-width: 90.625em) {
  .hero-content__container {
    bottom: 111px;
    left: 50%;
    margin-left: -700px;
    position: absolute;
    width: 1440px; } }

.hero-bg-image__content {
  padding: 1.4117647059rem;
  width: 100%; }
  @media (min-width: 64em) {
    .hero-bg-image__content {
      max-width: 471px;
      padding: 0;
      padding-top: 1.4117647059rem;
      position: relative; } }

.hero-bg-image__title {
  color: #323a45;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 4.2352941176rem;
  font-weight: 700;
  line-height: 1.1;
  color: #002a54;
  font-size: 2.3529411765rem;
  margin-bottom: 1.4117647059rem; }
  @media (min-width: 90.625em) {
    .hero-bg-image__title {
      font-size: 3.7647058824rem;
      margin-bottom: 2.3529411765rem; } }

.hero-bg-image__summary {
  color: #323a45;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.4117647059rem;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
  margin-bottom: 2.3529411765rem;
  max-width: 329px; }
  @media (max-width: 55em) {
    .hero-bg-image__summary {
      font-size: 1rem;
      margin-bottom: 1.4117647059rem; } }

.hero-bg-image--left {
  text-align: left; }
  @media (min-width: 55em) {
    .hero-bg-image--left {
      padding-left: 10%;
      padding-right: 35%; } }

.hero-bg-image--right {
  text-align: left; }
  @media (min-width: 55em) {
    .hero-bg-image--right {
      padding-left: 35%;
      padding-right: 10%; } }

.hero-featured-image {
  margin-bottom: 3.7647058824rem; }
  .hero-featured-image img {
    width: 100%; }

@media (min-width: 64em) {
  .hero-inline-image {
    color: #fff;
    position: relative;
    text-align: center; }
    .hero-inline-image.has-overlay::after {
      background: rgba(0, 0, 0, 0.5);
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    .hero-inline-image.has-overlay .hero-inline-image__content {
      z-index: 2; } }

.hero-inline-image__media {
  display: block;
  line-height: 0;
  margin-bottom: 1.4117647059rem; }
  @media (min-width: 64em) {
    .hero-inline-image__media {
      margin-bottom: 0; } }
  .hero-inline-image__media img,
  .hero-inline-image__media picture {
    width: 100%; }

@media (min-width: 64em) {
  .hero-inline-image__content {
    bottom: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 15%;
    position: absolute;
    right: 15%;
    top: 5%; } }

.hero-inline-image__title {
  color: #323a45;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 4.2352941176rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.4117647059rem; }
  @media (min-width: 64em) {
    .hero-inline-image__title {
      color: #fff;
      margin-bottom: 2.3529411765rem; } }
  @media (max-width: 64em) {
    .hero-inline-image__title {
      font-size: 2.8235294118rem; } }

.hero-inline-image__summary {
  color: #323a45;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.4117647059rem;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 1.4117647059rem; }
  @media (min-width: 64em) {
    .hero-inline-image__summary {
      color: #fff;
      margin-bottom: 2.3529411765rem; } }

@media (min-width: 64em) {
  .hero-inline-image--left .hero-inline-image__content {
    align-items: flex-start;
    left: 10%;
    right: 35%; } }

@media (min-width: 64em) {
  .hero-inline-image--right .hero-inline-image__content {
    align-items: flex-start;
    left: 35%;
    right: 10%; } }

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  top: -2px;
  transition: none;
  vertical-align: middle;
  width: 1em; }
  .icon * {
    transition: none; }
  .icon.is-spaced-before {
    margin-left: 0.25em; }
  .icon.is-spaced-after {
    margin-right: 0.25em; }

.insights {
  overflow: hidden;
  position: relative; }
  .insights::before {
    border-right: 456px solid transparent;
    border-top: 456px solid #f1faff;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2; }
    @media (min-width: 55em) {
      .insights::before {
        border-right: 900px solid transparent;
        border-top: 900px solid #f1faff; } }
    @media (min-width: 64em) {
      .insights::before {
        border-right: 1280px solid transparent;
        border-top: 1280px solid #f1faff; } }
    @media (min-width: 75em) {
      .insights::before {
        border-right: 1800px solid transparent;
        border-top: 1440px solid #f1faff; } }

.insights__content {
  position: relative;
  z-index: 3; }
  @media (min-width: 75em) {
    .insights__content {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
      padding: 5.6470588235rem 2.3529411765rem; } }

@media (min-width: 64em) {
  .insights-cards__grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 818px;
    padding: 0; } }

.insights-cards__grid .card {
  display: none;
  margin-bottom: 0.4705882353rem; }
  .insights-cards__grid .card:nth-child(1), .insights-cards__grid .card:nth-child(2) {
    display: block; }
  @media (min-width: 75em) {
    .insights-cards__grid .card {
      display: block;
      max-width: 49%; }
      .insights-cards__grid .card:nth-child(odd) {
        margin-right: 0.4705882353rem; } }
  @media (min-width: 90.625em) {
    .insights-cards__grid .card {
      width: 405px; } }
  .insights-cards__grid .card.card-0, .insights-cards__grid .card.card-1 {
    display: block; }

.insights-cta {
  margin-bottom: 2.8235294118rem;
  padding-top: 5.6470588235rem;
  width: 100%; }
  @media (min-width: 75em) {
    .insights-cta {
      margin-left: 3.7647058824rem;
      max-width: 367px; } }

.insights-cta__summary {
  color: #5b616b;
  font-size: 1.4117647059rem; }

.list--border {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .list--border li {
    padding-left: 0; }
  .list--border > li {
    border-bottom: 1px solid #aeb0b5;
    padding: 0.25rem; }

.list--clean {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .list--clean li {
    padding-left: 0; }
    .list--clean li::before {
      display: none; }

.list--column {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .list--column li {
    padding-left: 0; }
  .list--column > li {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
    display: table;
    margin-bottom: 0;
    padding-bottom: 0.25em; }
  @media (min-width: 31.25em) {
    .list--column {
      -moz-column-count: 2;
           column-count: 2;
      -moz-column-gap: 2em;
           column-gap: 2em; } }

.list--inline {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .list--inline li {
    padding-left: 0; }
  .list--inline > li {
    display: inline; }

.list--pipeline {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .list--pipeline::after {
    clear: both;
    content: "";
    display: table; }
  .list--pipeline > li {
    border-right: 1px solid #aeb0b5;
    display: block;
    float: left;
    margin-right: 0.75em;
    padding-left: 0;
    padding-right: 0.75em; }
    [dir='rtl'] .list--pipeline > li {
      border-left: 1px solid #aeb0b5;
      border-right: 0;
      float: right;
      margin-left: 0.75em;
      margin-right: 0;
      padding-left: 0.75em;
      padding-right: 0; }
    .list--pipeline > li.is-active {
      font-weight: 700; }
    .list--pipeline > li:last-child {
      border-right: 0;
      margin-right: 0;
      padding-right: 0; }
      [dir='rtl'] .list--pipeline > li:last-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none; }
  .menu li {
    padding-left: 0; }
    .menu li::before {
      display: none; }
  @media print {
    .menu {
      display: none; } }

.menu__item {
  margin-bottom: 0; }

.menu--account {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .menu--account::after {
    clear: both;
    content: "";
    display: table; }
  .menu--account > li {
    border-right: 1px solid #aeb0b5;
    display: block;
    float: left;
    margin-right: 0.75em;
    padding-left: 0;
    padding-right: 0.75em; }
    [dir='rtl'] .menu--account > li {
      border-left: 1px solid #aeb0b5;
      border-right: 0;
      float: right;
      margin-left: 0.75em;
      margin-right: 0;
      padding-left: 0.75em;
      padding-right: 0; }
    .menu--account > li.is-active {
      font-weight: 700; }
    .menu--account > li:last-child {
      border-right: 0;
      margin-right: 0;
      padding-right: 0; }
      [dir='rtl'] .menu--account > li:last-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }
  .menu--account .menu__link {
    font-size: 0.7058823529rem; }

.menu--footer {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .menu--footer li {
    padding-left: 0; }
  .menu--footer > li {
    display: inline; }
  .menu--footer .menu__link {
    color: #fff; }
    .menu--footer .menu__link:hover {
      color: #fe581c;
      text-decoration: none; }

.menu__item-divider {
  border-right: 2px solid #0075b2;
  margin-right: 0.4705882353rem;
  padding-right: 0.7058823529rem; }

.menu--main {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  align-self: flex-end; }
  .menu--main li {
    padding-left: 0; }
  .menu--main > li {
    display: inline; }
  .menu--main .menu__link.has-subnav {
    position: relative; }
  .menu--main > .menu__item {
    display: inline-block;
    padding-bottom: 0.9411764706rem !important;
    position: relative;
    vertical-align: bottom !important; }
    .menu--main > .menu__item > .menu__link {
      color: #002a54;
      display: inline-block;
      font-size: 0.8235294118rem;
      font-weight: 400;
      letter-spacing: 0.5px;
      margin-right: 24px;
      padding: 0;
      position: relative;
      text-decoration: none;
      text-transform: capitalize; }
      .menu--main > .menu__item > .menu__link:hover {
        background-color: #60c9ff; }
      .menu--main > .menu__item > .menu__link.has-subnav {
        padding-right: 25px; }
      .menu--main > .menu__item > .menu__link.has-subnav::after {
        height: 16px;
        overflow: hidden;
        width: 16px;
        background-image: url("../images/menu-arrow-down.svg");
        background-repeat: no-repeat;
        background-size: 12px 8px;
        content: '';
        display: block;
        position: absolute;
        right: 5px;
        top: 64%;
        transform: translateY(-40%); }
        .menu--main > .menu__item > .menu__link.has-subnav::after::before {
          content: '';
          display: block;
          height: 150%;
          width: 0; }
  .menu--main .menu__subnav {
    background-color: #002a54;
    display: none;
    left: 0;
    margin: 0.4705882353rem 0 0;
    padding: 0;
    position: absolute;
    top: 0; }
    .menu--main .menu__subnav .menu__link {
      color: #fff;
      display: block;
      line-height: 1.1;
      padding: 0.9411764706rem 1.4117647059rem;
      position: relative;
      text-decoration: none;
      width: 11.7647058824rem; }
      .menu--main .menu__subnav .menu__link:visited {
        color: #fff; }
      .menu--main .menu__subnav .menu__link:hover, .menu--main .menu__subnav .menu__link:focus {
        color: #fff; }
      .menu--main .menu__subnav .menu__link:active {
        color: #fff; }
      .menu--main .menu__subnav .menu__link:hover, .menu--main .menu__subnav .menu__link:focus {
        background-color: #005987; }
      .menu--main .menu__subnav .menu__link.has-subnav::after {
        height: 16px;
        overflow: hidden;
        width: 16px;
        background-image: url("../images/menu-arrow-right.svg");
        background-size: 16px 16px;
        content: '';
        display: block;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%); }
        .menu--main .menu__subnav .menu__link.has-subnav::after::before {
          content: '';
          display: block;
          height: 150%;
          width: 0; }
    .menu--main .menu__subnav .menu__subnav {
      margin: 0; }

/* stylelint-disable */
#mega-menu-wrap-primary {
  align-self: flex-end;
  background: #fff;
  position: initial; }
  #mega-menu-wrap-primary .mega-menu-toggle {
    display: none; }
  #mega-menu-wrap-primary #mega-menu-primary {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    position: initial; }
    #mega-menu-wrap-primary #mega-menu-primary li {
      padding-left: 0; }
    #mega-menu-wrap-primary #mega-menu-primary > li {
      display: inline; }
    #mega-menu-wrap-primary #mega-menu-primary .menu__link.has-subnav {
      position: relative; }
    #mega-menu-wrap-primary #mega-menu-primary > .menu__item {
      display: inline-block;
      margin-right: 1.4117647059rem !important;
      position: relative; }
      #mega-menu-wrap-primary #mega-menu-primary > .menu__item > .menu__link {
        color: #002a54 !important;
        display: inline-block;
        font-size: 0.8235294118rem;
        font-weight: 400;
        height: auto !important;
        letter-spacing: 0.5px;
        line-height: initial !important;
        padding: 0 !important;
        position: relative;
        text-transform: capitalize !important; }
        #mega-menu-wrap-primary #mega-menu-primary > .menu__item > .menu__link:hover {
          background-color: #60c9ff !important; }
        #mega-menu-wrap-primary #mega-menu-primary > .menu__item > .menu__link.has-subnav {
          padding-right: 25px; }
        #mega-menu-wrap-primary #mega-menu-primary > .menu__item > .menu__link.has-subnav::after {
          height: 16px;
          overflow: hidden;
          width: 16px;
          background-image: url("../images/menu-arrow-down.svg");
          background-repeat: no-repeat;
          background-size: 12px 8px;
          content: '';
          display: block;
          position: absolute;
          right: 5px;
          top: 64%;
          transform: translateY(-40%); }
          #mega-menu-wrap-primary #mega-menu-primary > .menu__item > .menu__link.has-subnav::after::before {
            content: '';
            display: block;
            height: 150%;
            width: 0; }
    #mega-menu-wrap-primary #mega-menu-primary > .mega-menu-item-has-children {
      margin-right: 1.8823529412rem !important; }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
      background-color: #60c9ff !important; }
  #mega-menu-wrap-primary .mega-indicator {
    left: 0.2352941176rem !important;
    margin-right: 0.2352941176rem; }
    #mega-menu-wrap-primary .mega-indicator::after {
      background-image: url("../images/menu-arrow-down.svg") !important;
      background-repeat: no-repeat !important;
      background-size: 12px 8px !important;
      content: '' !important;
      display: block;
      height: 16px !important;
      margin-left: 0 !important;
      position: absolute !important;
      right: 5px;
      top: 30% !important;
      transform: translateY(-40%);
      width: 16px !important; }
  #mega-menu-wrap-primary .mega-current-menu-item > a.mega-menu-link {
    background-color: #fff !important; }

.mega-sub-menu {
  background-color: #002a54 !important;
  color: #fff !important;
  top: 104px !important;
  z-index: -1 !important; }
  .mega-sub-menu .country-selector {
    font-size: 11px;
    margin-bottom: 5px; }
  .mega-sub-menu .menu__search-widget__label {
    color: #fff !important;
    font-size: 1.1764705882rem;
    font-weight: bold;
    margin-right: 1.4117647059rem; }
  .mega-sub-menu .menu__search-widget__instructions {
    display: none;
    color: #fff !important;
    font-size: 0.7058823529rem;
    text-align: left; }
    .mega-sub-menu .menu__search-widget__instructions a {
      color: #fe581c !important; }
  @media (min-width: 48em) {
    .mega-sub-menu .country-selector {
      font-size: inherit; }
    .mega-sub-menu .menu-search {
      display: flex;
      justify-content: center;
      margin-bottom: 1.4117647059rem;
      padding-top: 3.2941176471rem; }
    .mega-sub-menu .menu__search-widget__instructions {
      display: none;
      font-size: 1rem;
      text-align: center; }
    .mega-sub-menu .react--grand-unified-search {
      margin: 0; } }
  .mega-sub-menu .button {
    border: 3px solid #fff;
    padding-bottom: 10px;
    padding-top: 10px; }

/* stylelint-enable */
.menu--submenu {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .menu--submenu::after {
    clear: both;
    content: "";
    display: table; }
  .menu--submenu > li {
    border-right: 1px solid #aeb0b5;
    display: block;
    float: left;
    margin-right: 0.75em;
    padding-left: 0;
    padding-right: 0.75em; }
    [dir='rtl'] .menu--submenu > li {
      border-left: 1px solid #aeb0b5;
      border-right: 0;
      float: right;
      margin-left: 0.75em;
      margin-right: 0;
      padding-left: 0.75em;
      padding-right: 0; }
    .menu--submenu > li.is-active {
      font-weight: 700; }
    .menu--submenu > li:last-child {
      border-right: 0;
      margin-right: 0;
      padding-right: 0; }
      [dir='rtl'] .menu--submenu > li:last-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }

.message {
  background-color: #e3f5ff;
  border: 1px solid #aeb0b5;
  color: #323a45;
  margin-bottom: 0.9411764706rem;
  overflow: hidden;
  padding: 0.9411764706rem;
  position: relative;
  word-wrap: break-word; }
  .message::before {
    background-repeat: no-repeat;
    background-size: 3.0588235294em;
    bottom: -0.5em;
    content: '';
    display: block;
    height: 3.0588235294em;
    position: absolute;
    right: -0.5em;
    transform: rotate(-20deg);
    width: 3.0588235294em; }
    @media print {
      .message::before {
        display: none !important; } }
  .message a {
    color: #5b616b;
    font-weight: 600;
    text-decoration: underline; }

.message__content > *:last-child {
  margin-bottom: 0; }

.message--status {
  background-color: #e7f4e4;
  border-color: #94bfa2; }
  .message--status::before {
    background-image: url("../images/messages-status.svg"); }

.message--error {
  background-color: #f9dede;
  border-color: #e59393; }
  .message--error::before {
    background-image: url("../images/messages-error.svg"); }
  .message--error .message__item em:first-child {
    font-style: normal;
    font-weight: 700; }

.message--warning {
  background-color: #fff1d2;
  border-color: #fad980; }
  .message--warning::before {
    background-image: url("../images/messages-warning.svg"); }

.mobile-menu-button {
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #002a54;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
  font-size: 0.9411764706rem;
  font-weight: 700;
  margin: 0;
  padding: 0 16px;
  position: absolute;
  right: 24px;
  text-decoration: none;
  top: 24px; }
  .mobile-menu-button:focus {
    outline-color: #0075b2; }

.mobile-menu-button--close {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20width%3D%2222%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m21.9%202.2-2.2-2.2-8.8%208.8-8.8-8.8-2.2%202.2%208.8%208.8-8.8%208.8%202.2%202.2%208.8-8.8%208.8%208.8%202.2-2.2-8.8-8.8z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E');
  background-position: right;
  background-repeat: no-repeat;
  background-size: 14px; }
  .mobile-menu-button--close .mobile-menu-button__icon {
    color: #fff;
    padding-right: 0.9411764706rem;
    text-transform: uppercase; }

.mobile-menu-button--menu .mobile-menu-button__icon {
  text-transform: uppercase; }

.mobile-menu {
  background-color: #e3f5ff;
  background-color: #002a54;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 75%;
  z-index: 999999; }

.mobile-menu__menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 5.6470588235rem 0 0; }
  .mobile-menu__menu li {
    padding-left: 0; }
    .mobile-menu__menu li::before {
      display: none; }

.mobile-menu__item {
  margin: 0;
  padding: 0;
  position: relative; }

.mobile-menu__link {
  background-color: transparent;
  border: 0;
  color: #fff;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
  font-size: 1.1764705882rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  padding: 0.7352941176rem 0.9411764706rem;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  width: auto;
  z-index: 3; }
  .mobile-menu__link:hover, .mobile-menu__link:focus, .mobile-menu__link:active, .mobile-menu__link.is-active {
    color: #60c9ff; }
  .mobile-menu__link:visited {
    color: #fff; }
  .mobile-menu__link.has-subnav {
    margin-right: 44px; }

.mobile-menu__subnav-arrow {
  outline: 2px solid transparent;
  outline-offset: 2px;
  height: 54px;
  overflow: hidden;
  width: 44px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2212px%22%20height%3D%228px%22%20viewBox%3D%220%200%2012%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2052.3%20(67297)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3ETriangle%20Copy%208%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Header-%2F-%401440%22%20transform%3D%22translate(-322.000000%2C%20-33.000000)%22%20fill%3D%22%23FE581C%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Triangle-Copy-8%22%20transform%3D%22translate(328.000000%2C%2037.000000)%20scale(1%2C%20-1)%20translate(-328.000000%2C%20-37.000000)%20%22%20points%3D%22328%2033%20334%2041%20322%2041%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-attachment: initial;
  background-color: initial;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  outline-offset: 0;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: top;
  z-index: 2; }
  .mobile-menu__subnav-arrow:focus {
    outline-color: #0075b2; }
  .mobile-menu__subnav-arrow::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }
  [dir='rtl'] .mobile-menu__subnav-arrow {
    left: 0;
    right: auto; }
  .mobile-menu__subnav-arrow[aria-expanded='true'] {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20width%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m2.3%2012%207.5-7.5%207.5%207.5%202.3-2.3-9.7-9.7-9.7%209.7%202.3%202.3z%22%20fill%3D%22%238e8e8e%22%2F%3E%3C%2Fsvg%3E'); }

.mobile-menu__subnav {
  background-color: #f1faff;
  background-color: rgba(241, 250, 255, 0.98);
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }
  .mobile-menu__subnav .mobile-menu__link {
    color: #5b616b;
    padding-left: 24px; }
    .mobile-menu__subnav .mobile-menu__link:hover, .mobile-menu__subnav .mobile-menu__link:focus, .mobile-menu__subnav .mobile-menu__link:active {
      color: #323a45; }

.page-title {
  color: #003367;
  margin-bottom: 2.3529411765rem; }

.pager__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
  margin: 1.4117647059rem 0;
  padding: 0;
  text-align: center; }
  .pager__items li {
    padding-left: 0; }
    .pager__items li::before {
      display: none; }

.pager__item {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top; }
  .pager__item:not([class*='pager__item--']) {
    display: none; }
    @media (min-width: 37.5em) {
      .pager__item:not([class*='pager__item--']) {
        display: inline-block; } }

.pager__item--current.pager__item, .pager__link {
  background-color: transparent;
  color: #002a54;
  min-width: 2.3529411765rem;
  padding: 0.4705882353em;
  transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1), background-color 375ms cubic-bezier(0.0, 0, 0.2, 1); }
  .pager__item--current.pager__item:focus, .pager__link:focus {
    outline: 1px dotted #323a45; }

.pager__item--current.pager__item {
  background-color: #003367;
  color: #fff; }

.pager__link {
  display: inline-block;
  text-decoration: none; }
  .pager__link:visited {
    color: #002a54; }
  .pager__link:hover, .pager__link:focus {
    background-color: #003367;
    color: #fff; }
  .pager__link:active {
    background-color: #005987;
    color: #fff; }

.pager__link--previous,
.pager__link--next {
  background-color: transparent;
  color: #002a54;
  position: relative; }
  .pager__link--previous:hover, .pager__link--previous:focus,
  .pager__link--next:hover,
  .pager__link--next:focus {
    background-color: transparent;
    color: #002a54; }
    .pager__link--previous:hover .pager__link-icon g, .pager__link--previous:focus .pager__link-icon g,
    .pager__link--next:hover .pager__link-icon g,
    .pager__link--next:focus .pager__link-icon g {
      fill: #003367; }
  .pager__link--previous:visited,
  .pager__link--next:visited {
    color: #002a54; }

.pager__item--previous {
  margin-right: 2.3529411765rem; }
  .pager__item--previous .pager__link {
    padding-left: 32px; }

.pager__item--next {
  margin-left: 2.3529411765rem; }
  .pager__item--next .pager__link {
    padding-right: 32px; }

.pager__link-icon {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
  width: 24px; }
  .pager__link-icon g {
    fill: #002a54; }
  .pager__item--next .pager__link-icon {
    left: auto;
    right: 0;
    transform: translateY(-48%) rotate(180deg); }

.progress {
  position: relative; }

.progress__track {
  background-color: #003367;
  border: 1px solid #323a45;
  border-radius: 0.1764705882rem;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  height: 1rem;
  margin: 0.2352941176rem 0;
  max-width: 100%;
  min-width: 6em;
  overflow: hidden; }

.progress__bar {
  background-color: #003367;
  border-radius: 0.1764705882rem;
  height: 1rem;
  transition-duration: 0.5s;
  transition-property: width;
  transition-timing-function: ease-out;
  width: 3%; }

.progress__description,
.progress__percentage {
  color: #002a54;
  font-size: 0.7058823529rem;
  overflow: hidden; }

.progress__description {
  float: left; }
  [dir='rtl'] .progress__description {
    float: right; }

.progress__percentage {
  float: right; }
  [dir='rtl'] .progress__percentage {
    float: left; }

.readmore-link {
  font-weight: bold;
  text-decoration: none; }
  .readmore-link:hover path, .readmore-link:focus path {
    fill: #002a54; }

.readmore-link__icon {
  display: inline-block;
  position: relative;
  top: 8px; }
  .readmore-link__icon path {
    fill: #fe581c; }

.related-content {
  margin-top: 5.6470588235rem; }

.related-content__content {
  margin-top: 2.8235294118rem; }
  @media (min-width: 64em) {
    .related-content__content {
      display: flex; } }
  .related-content__content .card {
    flex: 1;
    flex-basis: 100%;
    margin-bottom: 0.4705882353rem; }
    @media (min-width: 64em) {
      .related-content__content .card {
        margin-right: 0.4705882353rem; } }
    .related-content__content .card:last-of-type {
      margin-right: 0; }

.report-cta {
  background-color: #f1faff;
  overflow: hidden;
  padding-top: 3.7647058824rem;
  position: relative; }
  @media (min-width: 55em) and (max-width: 64em) {
    .report-cta {
      padding-top: 3.2941176471rem; } }
  @media (min-width: 75em) {
    .report-cta {
      padding-top: 7.0588235294rem; } }
  .report-cta::after {
    border-bottom: 320px solid #e3f5ff;
    border-left: 359px solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 2; }
    @media (min-width: 64em) {
      .report-cta::after {
        border-bottom: 657px solid #e3f5ff;
        border-left: 657px solid transparent; } }
    @media (min-width: 75em) {
      .report-cta::after {
        border-bottom: 857px solid #e3f5ff;
        border-left: 857px solid transparent; } }
  @media (min-width: 75em) {
    .report-cta .report-cta__constrain {
      padding-left: 3.7647058824rem;
      padding-right: 3.7647058824rem; } }

.report-cta__content {
  position: relative;
  width: 100%;
  z-index: 3; }
  @media (min-width: 64em) {
    .report-cta__content {
      float: left;
      max-width: 500px; } }
  @media (min-width: 90.625em) {
    .report-cta__content {
      max-width: 700px; } }

@media (min-width: 40em) {
  .report-cta__buttons {
    align-items: center;
    display: flex; } }

.report-cta__buttons .button {
  min-width: 208px; }

.report-cta__image {
  bottom: 0;
  position: relative;
  text-align: center;
  z-index: 3; }
  @media (min-width: 64em) {
    .report-cta__image {
      float: right;
      right: 5.6470588235rem; } }
  .report-cta__image img {
    max-height: 300px;
    padding-top: 2.3529411765rem; }
    @media (min-width: 64em) {
      .report-cta__image img {
        max-height: 400px;
        padding-top: 0; } }
    @media (min-width: 75em) {
      .report-cta__image img {
        max-height: 491px;
        max-width: 500px; } }

.siderail-image__content {
  display: table; }

.siderail-image__caption {
  caption-side: bottom;
  color: #5b616b;
  display: table-caption;
  font-size: 0.7058823529rem;
  padding: 0.9411764706rem 0; }

.site-logo {
  background-color: #fff;
  display: block;
  margin-right: 2.8235294118rem;
  padding: 0.9411764706rem 0;
  padding-left: 1.4117647059rem; }

.site-logo__image {
  background-image: url("/wp-content/themes/gesso/images/nti-nulear-security-index-rgb-mobile-stacked.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 35px;
  min-width: 175px;
  text-indent: -9999em; }
  @media (min-width: 55em) {
    .site-logo__image {
      background-image: url("/wp-content/themes/gesso/images/nti-nulear-security-index-rgb.svg");
      height: 72px;
      min-width: 262px; } }

.site-name {
  display: inline-block;
  margin-bottom: 0.9411764706rem; }

.skiplinks {
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 9999; }

.skiplinks__link,
.skiplinks__link:visited,
.skiplinks__link:focus {
  background-color: #002a54;
  border: 2px solid #60c9ff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  outline: 0;
  padding: 0.4705882353rem;
  text-align: center;
  text-decoration: none; }

/* stylelint-disable-next-line selector-max-id */
#main:focus {
  outline: 0; }

.subscribe-block {
  background-color: #f1faff;
  overflow: hidden;
  padding: 1.4117647059rem;
  position: relative; }
  @media (min-width: 64em) {
    .subscribe-block {
      padding: 5.6470588235rem; } }
  .subscribe-block::after {
    border-bottom: 478px solid #e3f5ff;
    border-left: 421px solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 2; }

.subscribe-block__content {
  position: relative;
  z-index: 3; }

.w2llead {
  padding-top: 0.4705882353rem; }
  .w2llead .text {
    max-width: 100%; }
  @media (min-width: 40em) {
    .w2llead .text {
      margin: 0;
      margin-bottom: 1.4117647059rem; } }
  @media (min-width: 55em) {
    .w2llead .text {
      margin-bottom: 1.4117647059rem;
      max-width: 350px;
      width: 50%; } }

.tabs::after {
  clear: both;
  content: "";
  display: table; }

.tabs__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  .tabs__items li {
    padding-left: 0; }
    .tabs__items li::before {
      display: none; }
  @media (min-width: 40em) {
    .tabs__items {
      flex-direction: row; } }
  @media print {
    .tabs__items {
      display: none; } }

.tabs__item:first-child .tabs__link {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0; }

.tabs__item:last-child .tabs__link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.tabs__link {
  background-color: #e3f5ff;
  border: 1px solid #003367;
  border-radius: 0;
  color: #002a54;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.8235294118rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1.45;
  padding: 0.7058823529rem 2.8235294118rem;
  text-align: center;
  text-decoration: none;
  transition: background 200ms cubic-bezier(0.4, 0, 1, 1);
  vertical-align: top;
  white-space: normal;
  border-left: 1px solid #aeb0b5;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0.4705882353rem 0.9411764706rem; }
  .tabs__link:visited {
    color: #002a54; }
  .tabs__link:hover, .tabs__link:focus {
    background-color: #002a54;
    border-color: #fff;
    color: #002a54; }
  .tabs__link:active {
    background-color: #e3f5ff;
    color: #aeb0b5; }
  .tabs__link[disabled] {
    background-color: 0;
    border: 0;
    color: #aeb0b5;
    cursor: default;
    pointer-events: none; }
    .tabs__link[disabled]::after {
      display: none; }
  .tabs__link:focus {
    background-color: #003367; }
  .tabs__link:visited, .tabs__link:hover {
    color: #002a54; }
  .tabs__link:active {
    background-color: #002a54;
    color: #fff; }
  .tabs__link.is-active {
    background-color: #002a54;
    color: #fff; }
    .tabs__link.is-active:hover {
      color: #fff; }

.tag-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block; }
  .tag-list li {
    padding-left: 0; }
    .tag-list li::before {
      display: none; }

.tag-list__item {
  display: inline;
  margin-bottom: 0.4705882353rem;
  margin-right: 0.2352941176rem;
  position: relative; }

.tag-list__item::after {
  content: ', ';
  position: absolute;
  right: -1px; }

.tag-list__item:last-child::after {
  content: ''; }

.tag {
  color: #005987;
  color: #005987;
  display: inline-block;
  font-size: 0.8235294118rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 1, 1); }
  .tag:visited {
    color: #005987; }
  .tag:hover, .tag:focus {
    color: #005987; }
  .tag:active {
    color: #005987; }
  .tag:hover, .tag:focus {
    outline: 0; }
  .tag:visited {
    color: #005987; }

.top-stories {
  position: relative; }
  .top-stories::after {
    border-bottom: 100vw solid #f1faff;
    border-left: 100vw solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    position: absolute;
    right: -24px;
    width: 0;
    z-index: 2; }
    @media (min-width: 55em) {
      .top-stories::after {
        border-bottom: 1120px solid #f1faff;
        border-left: 1120px solid transparent; } }
    @media (min-width: 64em) {
      .top-stories::after {
        border-bottom: 1120px solid #f1faff;
        border-left: 1120px solid transparent; } }
    @media (min-width: 90.625em) {
      .top-stories::after {
        border-bottom: 1120px solid #f1faff;
        border-left: 1120px solid transparent;
        right: calc(-100vw / 2 + 1420px / 2); } }

.top-stories__content {
  padding-bottom: 5.6470588235rem;
  padding-top: 3.2941176471rem;
  position: relative;
  z-index: 3; }

.top-stories__button {
  margin-top: 1.1764705882rem; }

.top-stories__cta {
  margin-bottom: 3.7647058824rem;
  max-width: 625px; }

.country-image-container {
  max-width: 250px; }
  .country-image-container svg {
    width: inherit; }

.react--grand-unified-search {
  margin: 0 auto;
  max-width: 35.5882352941rem; }
  @media (min-width: 48em) {
    .react--grand-unified-search {
      display: flex;
      margin-bottom: 5.6470588235rem; }
      .react--grand-unified-search .country-selector {
        width: 390px; } }
  .react--grand-unified-search .country-selector {
    margin-right: 0.4705882353rem; }
    .react--grand-unified-search .country-selector .css-yk16xz-control {
      height: 46px; }
    .react--grand-unified-search .country-selector .css-1hwfws3 {
      height: 46px; }

.css-26l3qy-menu {
  position: relative;
  z-index: 5 !important; }

.results-info {
  text-align: center; }
  .results-info h2 {
    font-size: 2.8235294118rem; }

.detailed-score {
  margin-bottom: 5.6470588235rem; }
  .detailed-score__content {
    display: flex;
    justify-content: space-around; }
    .detailed-score__content .inner {
      position: relative;
      width: 100%; }
    .detailed-score__content .data-container {
      display: flex;
      margin: 0 auto;
      position: relative; }
  .detailed-score .inner > .go-back-go-back-go-back {
    color: #fff !important;
    height: 45px;
    left: 8px;
    position: absolute;
    top: 122px;
    z-index: 10; }
  .detailed-score .left-hand-container {
    flex-grow: 1;
    padding-top: 0.25em;
    position: relative;
    z-index: 100; }
  .detailed-score .item-container {
    position: relative; }
    @media (min-width: 40em) {
      .detailed-score .item-container {
        display: flex; } }
    .detailed-score .item-container .info-text {
      align-self: center; }
    .detailed-score .item-container .info-text__popup {
      background-color: #f1faff;
      border: 1px solid #60c9ff;
      box-shadow: 0 0 8px 0 rgba(0, 51, 103, 0.3);
      color: #5b616b;
      padding: 2.8235294118rem;
      position: absolute;
      transform: translateX(-50%);
      width: 300px;
      z-index: 2; }
  .detailed-score li {
    display: flex;
    flex-flow: column;
    min-height: 135px;
    width: 350px; }
    .detailed-score li * {
      display: flex;
      flex-flow: row;
      justify-content: flex-end;
      width: 100%; }
  .detailed-score .vertical-listing {
    display: flex;
    flex-flow: column;
    list-style-type: none;
    margin-top: 60px; }
    .detailed-score .vertical-listing--has-meta {
      padding-top: 125px; }
    .detailed-score .vertical-listing .info-text__clicker {
      margin-left: 0.5rem;
      position: relative;
      top: 3px; }
    .detailed-score .vertical-listing .item-container {
      flex-direction: column; }
  .detailed-score .vertical-listing__label {
    color: #003367;
    font-size: 1.1764705882rem;
    font-weight: bold;
    text-align: right;
    text-transform: capitalize; }
  .detailed-score .comparator-container {
    align-items: center;
    display: flex;
    justify-content: center; }
    .detailed-score .comparator-container .country-selector {
      margin-right: 0.9411764706rem; }
  .detailed-score .comparator-label {
    color: #003367;
    font-size: 0.8235294118rem;
    margin-right: 0.9411764706rem; }
  .detailed-score .country-selector {
    display: inline-block;
    width: 250px; }

.country-page-table {
  position: relative;
  width: 100%; }
  .country-page-table td {
    padding: 4.1176470588rem 0.9411764706rem; }
  .country-page-table tr {
    border-bottom: 1px solid #60c9ff; }
  .country-page-table tr:nth-child(odd) td {
    background-color: #fff; }
  .country-page-table thead td,
  .country-page-table thead th {
    background-color: #fff;
    color: #5b616b;
    font-size: 12px;
    font-weight: normal; }
  .country-page-table li {
    position: relative; }
  .country-page-table .vertical-listing {
    justify-content: space-around;
    margin-bottom: 0;
    margin-top: 0; }
  .country-page-table .table-list-container {
    display: flex;
    flex-flow: column;
    flex-grow: 1; }
  .country-page-table .item-container {
    flex-flow: column;
    padding: 15px 0;
    top: 0; }
    @media (min-width: gesso-breakpoing(tablet)) {
      .country-page-table .item-container {
        position: absolute;
        transform: translateY(-50%); } }

.axis-label {
  font-size: 0.66rem;
  width: 100%; }
  .axis-label__text {
    padding-right: 159px;
    position: relative;
    text-align: center;
    top: 1rem;
    width: inherit; }

.go-back-go-back-go-back,
.vertical-listing__select-indicator,
.vertical-listing__activate-modal,
.vertical-listing__go-back,
.vertical-listing__select-subindicator {
  color: #5b616b;
  font-size: 0.8235294118rem;
  margin-top: 0.4705882353rem;
  text-decoration: none; }

.parent-series-container .go-back-go-back-go-back {
  background: transparent;
  border: unset;
  cursor: pointer;
  text-align: right;
  width: 100%; }

.push-down-push-down-push-down {
  position: absolute;
  right: 753px;
  top: 164px; }

.item-container {
  display: flex;
  position: relative; }
  .item-container .info-text {
    align-self: center; }
  .item-container .info-text__popup {
    background-color: #f1faff;
    border: 1px solid #60c9ff;
    box-shadow: 0 0 8px 0 rgba(0, 51, 103, 0.3);
    color: #5b616b;
    font-weight: normal;
    padding: 2.8235294118rem;
    position: absolute;
    text-align: left;
    transform: translateX(-50%);
    width: 300px;
    z-index: 200; }

.info-text {
  float: right;
  margin-top: 2px;
  padding-left: 6px; }
  .info-text .info-text__clicker {
    cursor: pointer;
    display: inline-block; }
  .info-text .info-text__popup::before {
    background-color: transparent;
    content: ' ';
    height: 16px;
    left: 0;
    position: absolute;
    top: -16px;
    width: 100%; }
  .info-text svg {
    fill: #999;
    height: auto;
    width: 16px; }

.country-table {
  position: relative;
  width: 100%; }
  .country-table th {
    background-color: transparent !important;
    cursor: pointer;
    top: 0;
    z-index: 2; }
  .country-table td {
    padding: 0.9411764706rem 0.9411764706rem; }
  .country-table tr {
    border-bottom: 1px solid #60c9ff; }
  .country-table tr:nth-child(odd) td {
    background-color: #fff; }
  .country-table thead td,
  .country-table thead th {
    background-color: #fff;
    color: #5b616b;
    font-size: 12px;
    font-weight: normal; }
  .country-table .table-column::after {
    background-image: url("/wp-content/themes/gesso/images/table-sort-icon.svg");
    content: '';
    height: 11px;
    margin-left: 3px;
    margin-top: 3px;
    position: absolute;
    width: 5px; }
  .country-table .country-table__rank {
    color: #003367; }
    .country-table .country-table__rank .is-tie-text {
      color: #5b616b;
      display: inline;
      font-size: 12px;
      font-weight: normal;
      margin-left: 0.2352941176rem;
      vertical-align: middle; }
  .country-table .country-table__image {
    display: none; }
    @media (min-width: 75em) {
      .country-table .country-table__image {
        display: block; } }
  .country-table .country-image-container {
    max-width: 51px; }
  .country-table .country-table__name {
    color: #003367; }
  .country-table th.country-table__first-score,
  .country-table th.country-table__previous-score {
    text-align: center; }
  .country-table td.country-table__score {
    color: #003367;
    font-size: 1.8823529412rem;
    font-weight: bold; }
  .country-table td.country-table__more-link a {
    font-size: 0.8235294118rem;
    text-decoration: none; }
  .country-table td.country-table__more-link::after {
    background-image: url("/wp-content/themes/gesso/images/icon-arrow-orange.svg");
    content: '';
    height: 12px;
    margin-left: 3px;
    margin-top: 6px;
    position: absolute;
    width: 12px; }

.f1-tile-map {
  margin-left: auto;
  margin-right: auto;
  width: 78%; }
  .f1-tile-map svg {
    width: 100%; }
  .f1-tile-map .Map > g {
    fill: #f1f1f1 !important; }
  .f1-tile-map .Country {
    cursor: pointer;
    fill: #dedede;
    stroke: #003367;
    transition: fill 0.25s; }
    .f1-tile-map .Country text {
      fill: #5b616b;
      stroke: none; }
    .f1-tile-map .Country--0 {
      fill: #e3f5ff; }
      .f1-tile-map .Country--0:hover {
        fill: white; }
    .f1-tile-map .Country--20 {
      fill: #60c9ff; }
      .f1-tile-map .Country--20:hover {
        fill: white; }
    .f1-tile-map .Country--40 {
      fill: #0075b2; }
      .f1-tile-map .Country--40 text {
        fill: rgba(255, 255, 255, 0.75); }
      .f1-tile-map .Country--40:hover {
        fill: #7fd3ff; }
    .f1-tile-map .Country--60 {
      fill: #005987; }
      .f1-tile-map .Country--60 text {
        fill: rgba(255, 255, 255, 0.75); }
      .f1-tile-map .Country--60:hover {
        fill: #54c5ff; }
    .f1-tile-map .Country--80 {
      fill: #002a54; }
      .f1-tile-map .Country--80 text {
        fill: rgba(255, 255, 255, 0.75); }
      .f1-tile-map .Country--80:hover {
        fill: #2190ff; }
    .f1-tile-map .Country--disabled {
      cursor: default; }
      .f1-tile-map .Country--disabled rect {
        fill: #e5e5e7;
        stroke-width: 0 !important; }

.split-layout-tab--split .f1-tile-map {
  width: 100%; }
  .split-layout-tab--split .f1-tile-map svg {
    width: 100%; }

.year-selector {
  flex: 1;
  max-width: 102px;
  position: relative;
  z-index: 99; }

.css-yk16xz-control {
  border: 1px solid #60c9ff !important;
  border-radius: unset !important; }

.css-26l3qy-menu {
  background-color: #002a54 !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
  padding-top: 1.4117647059rem; }
  .css-26l3qy-menu .css-yt9ioa-option {
    color: #fff !important; }
    .css-26l3qy-menu .css-yt9ioa-option:hover {
      background-color: #003367 !important;
      color: #60c9ff !important; }

.modal-backdrop {
  display: flex;
  flex-flow: column;
  height: 100vh;
  justify-content: space-around;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10000; }
  .modal-backdrop .modal-container {
    align-self: center;
    background-color: #f1faff;
    border: 1px solid #60c9ff;
    box-shadow: 0 0 8px 0 rgba(0, 51, 103, 0.3);
    max-width: 800px;
    padding: 2.8235294118rem;
    position: relative; }
    .modal-backdrop .modal-container .modal-close-text {
      background-color: #003367;
      color: #fff;
      height: 25px;
      padding-left: 10px;
      padding-right: 3px;
      position: relative;
      right: 64px;
      top: 25px; }
    .modal-backdrop .modal-container .modal-close {
      cursor: pointer;
      margin: 0.5rem;
      position: absolute;
      right: 0;
      top: 0; }
    @media (min-width: 64em) {
      .modal-backdrop .modal-container {
        width: 800px; } }
  .modal-backdrop .popup-labels {
    margin-bottom: 1.8823529412rem; }
  .modal-backdrop .category-section {
    color: #003367;
    font-size: 1.4117647059rem;
    font-weight: bold; }
  .modal-backdrop .indicator-section {
    color: #003367;
    font-size: 1.1764705882rem;
    font-weight: 700;
    line-height: 1.45; }
  .modal-backdrop .stats-section {
    display: flex;
    margin-bottom: 2.3529411765rem; }
  .modal-backdrop .stats-section__score,
  .modal-backdrop .stats-section__rank {
    margin-right: 3.7647058824rem; }
  .modal-backdrop .score__label,
  .modal-backdrop .rank__label {
    color: #5b616b;
    font-size: 0.7058823529rem; }
  .modal-backdrop .score__score {
    color: #002a54;
    font-size: 3.7647058824rem; }
  .modal-backdrop .rank__score {
    color: #003367;
    display: inline-block;
    font-size: 2.3529411765rem;
    font-weight: bold;
    margin-right: 0.2352941176rem;
    margin-top: 1.4705882353rem; }
  .modal-backdrop .rank__of-text,
  .modal-backdrop .rank__is-tie {
    color: #003367;
    display: inline-block;
    font-weight: bold;
    padding-right: 3px; }
  .modal-backdrop .rank__content {
    display: flex;
    margin-top: 2.0588235294rem; }
  .modal-backdrop .change-over-time {
    background-color: #fff;
    border: solid 1px #60c9ff;
    margin-right: 0.4705882353rem;
    padding: 0.2352941176rem 0.4705882353rem; }
    @media (min-width: 64em) {
      .modal-backdrop .change-over-time {
        min-width: 155px; } }
    .modal-backdrop .change-over-time .change-over-time__score {
      font-size: 1.4117647059rem; }
    .modal-backdrop .change-over-time .change-over-time__year {
      font-size: 0.7058823529rem;
      padding-right: 3px; }
    .modal-backdrop .change-over-time.icond-trend--flat, .modal-backdrop .change-over-time.icon-trend--positive {
      border: solid 1px #19a79f; }
      .modal-backdrop .change-over-time.icond-trend--flat .change-over-time__score,
      .modal-backdrop .change-over-time.icond-trend--flat .change-over-time__year, .modal-backdrop .change-over-time.icon-trend--positive .change-over-time__score,
      .modal-backdrop .change-over-time.icon-trend--positive .change-over-time__year {
        color: #157f76; }
    .modal-backdrop .change-over-time.icon-trend--negative {
      border: solid 1px #f01790; }
      .modal-backdrop .change-over-time.icon-trend--negative .change-over-time__score,
      .modal-backdrop .change-over-time.icon-trend--negative .change-over-time__year {
        color: #910060; }
  .modal-backdrop .modal-close-icon {
    background-color: #003367;
    fill: #fff; }
  .modal-backdrop .stats-section__series-description {
    font-size: 0.8235294118rem;
    margin-bottom: 2.8235294118rem; }
  .modal-backdrop .link-to-detail-page-section a {
    font-size: 0.8235294118rem;
    text-decoration: none; }
    .modal-backdrop .link-to-detail-page-section a:hover {
      text-decoration: underline; }
    .modal-backdrop .link-to-detail-page-section a::after {
      background-image: url("/wp-content/themes/gesso/images/icon-arrow-orange.svg");
      background-repeat: no-repeat;
      content: '';
      display: inline-block;
      height: 12px;
      margin-left: 0.2352941176rem;
      width: 12px; }

.model-selector {
  border-bottom: 1px solid #60c9ff;
  display: flex;
  justify-content: center;
  margin-bottom: 2.8235294118rem;
  margin-top: 2.3529411765rem;
  position: relative; }
  .model-selector__item {
    background-color: #fff;
    border: unset;
    border-bottom: transparent 3px solid;
    color: #003367;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 1rem;
    transition: border 0.25s; }
    .model-selector__item:hover, .model-selector__item:focus {
      border-bottom: 3px solid #e73e01;
      outline: none; }
    .model-selector__item--active {
      border-bottom: 3px solid #fe581c; }
  .model-selector .model-label {
    margin-top: 15px;
    padding-right: 15px; }

.rad-view .rad-view__category {
  color: #003367;
  font-size: 1.4117647059rem;
  font-weight: bold;
  margin-bottom: 0.7058823529rem; }

.rad-view .indicators {
  margin-bottom: 0.7058823529rem; }

.rad-view .indicator {
  color: #003367;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.1764705882rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.4705882353rem; }
  .rad-view .indicator a {
    margin-left: 0.4705882353rem; }

.sub-indicators {
  margin-bottom: 1.4117647059rem; }
  .sub-indicators .sub-indicators__boolean-row--question {
    width: 60%; }
  .sub-indicators .sub-indicators__boolean-row--yes,
  .sub-indicators .sub-indicators__boolean-row--no {
    text-align: center;
    width: 10%; }
  .sub-indicators .sub-indicators__boolean-row--button {
    width: 20%; }
  .sub-indicators .sub-indicators__likert-row--question {
    width: 30%; }
  .sub-indicators .sub-indicators__likert-row--scale-item {
    text-align: center;
    width: 10%; }
  .sub-indicators .sub-indicators__likert-row--button {
    text-align: center;
    width: 20%; }
  .sub-indicators .sub-indicators__likert-row--value,
  .sub-indicators .sub-indicators__boolean-row--value {
    text-align: center; }
  .sub-indicators tr:nth-child(odd) td {
    background-color: #fff; }

.modal-header {
  font-weight: bold;
  margin-bottom: 0.7058823529rem; }

.subindicator-text {
  margin-bottom: 0.7058823529rem; }

.stats-container {
  display: flex;
  justify-content: center; }
  .stats-container .stat-box {
    margin-right: 0.7058823529rem; }
  .stats-container .stat-label {
    font-weight: bold;
    text-transform: uppercase; }
  .stats-container .stat-value {
    font-size: 1.4117647059rem; }

.radio-group {
  display: flex;
  justify-content: center;
  margin-bottom: 4.7058823529rem;
  position: relative; }
  .radio-group label {
    align-items: center;
    display: flex;
    font-size: 0.8235294118rem; }
    .radio-group label:first-of-type {
      margin-right: 2.3529411765rem; }
    .radio-group label::before {
      height: 16px;
      overflow: hidden;
      width: 16px;
      background-image: url("../images/radio-unselected.svg");
      content: '';
      height: 20px;
      margin-right: 0.2352941176rem;
      width: 20px; }
      .radio-group label::before::before {
        content: '';
        display: block;
        height: 150%;
        width: 0; }
  .radio-group label.open::before {
    background-image: url("../images/radio-selected.svg"); }
  .radio-group input {
    display: none;
    height: 24px;
    margin-right: 0.2352941176rem;
    width: 24px; }

.scenario-results-info {
  margin: 0 auto;
  max-width: 700px;
  text-align: left; }

.scenario-model-selector {
  margin: 0 auto;
  margin-bottom: 3.2941176471rem;
  max-width: 840px; }

.scenario-open-close {
  color: #0075b2;
  font-size: 0.8235294118rem;
  position: relative;
  text-decoration: none; }
  .scenario-open-close:visited {
    color: #0075b2; }
  .scenario-open-close::after {
    height: 16px;
    overflow: hidden;
    width: 16px;
    background-image: url("../images/menu-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 12px 8px;
    content: '';
    display: block;
    position: absolute;
    right: -18px;
    top: 5px; }
    .scenario-open-close::after::before {
      content: '';
      display: block;
      height: 150%;
      width: 0; }
  .scenario-open-close.open::after {
    top: -3px;
    transform: rotate(180deg); }

.model-tab {
  margin: 0 auto;
  max-width: 840px; }

.scenario {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2.8235294118rem; }
  .scenario .change-over-time-widget {
    align-items: center;
    display: flex; }
  .scenario .change-over-time__score {
    font-size: 2.8235294118rem; }

.scenario__content {
  flex-basis: 85%;
  max-width: 700px; }

.scenario__label {
  font-size: 11px;
  margin: 0 auto;
  max-width: 840px;
  padding-bottom: 20px;
  padding-right: 12px;
  text-align: right; }

.scenario-full-hidden {
  background-color: #f1faff;
  display: none;
  margin-top: 0.9411764706rem;
  padding: 2.8235294118rem; }
  .scenario-full-hidden h4 {
    color: #003367;
    font-size: 1rem; }

.enumerated-items {
  counter-reset: item;
  font-size: 0.8235294118rem;
  margin: 0 0 1.5em;
  padding: 0; }
  .enumerated-items li {
    counter-increment: item;
    display: flex;
    justify-content: space-between;
    list-style-type: none; }
    .enumerated-items li::before {
      content: counter(item);
      display: inline-block;
      font-weight: bold;
      padding-right: 0.5em;
      text-align: left;
      width: 1em; }

.subindicator-explanatory-text {
  width: 90%; }

.box-checked {
  background-image: url("/wp-content/themes/gesso/images/checked-box.svg");
  height: 18px;
  margin-top: 1px;
  width: 18px; }

.box-unchecked {
  background-image: url("/wp-content/themes/gesso/images/uncheck-box.svg");
  height: 18px;
  margin-top: 1px;
  width: 18px; }

.selectors-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 605px; }

.series-selector {
  display: inline-block;
  flex: 1;
  margin-right: 0.9411764706rem;
  max-width: 487px;
  position: relative;
  width: 100%;
  z-index: 100; }
  .series-selector::after {
    height: 16px;
    overflow: hidden;
    width: 16px;
    background-image: url("../images/menu-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 12px 8px;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 64%;
    transform: translateY(-40%); }
    .series-selector::after::before {
      content: '';
      display: block;
      height: 150%;
      width: 0; }
  .series-selector input {
    border: 1px solid #60c9ff;
    color: #003367;
    padding: 0.4705882353rem 1.4117647059rem;
    text-transform: capitalize;
    width: 100%;
    z-index: 101; }
  .series-selector .series-label--active {
    font-weight: bold; }
  .series-selector .dropdown-list {
    background-color: #002a54;
    border: 1px solid #60c9ff;
    border-top: 0;
    bottom: 0;
    height: 350px;
    overflow: auto;
    padding-top: 1.4117647059rem;
    position: absolute;
    transform: translateY(100%);
    white-space: nowrap;
    width: 100%; }
    .series-selector .dropdown-list .top-level {
      display: block;
      max-height: 350px; }
  .series-selector ul {
    list-style-type: none; }
  .series-selector li {
    cursor: pointer;
    margin-bottom: 0; }
    .series-selector li button {
      background-color: transparent;
      border: unset;
      color: #fff;
      cursor: pointer;
      padding: 0;
      padding-bottom: 0.4705882353rem;
      padding-top: 0.4705882353rem;
      text-align: left;
      width: 100%; }
      .series-selector li button:hover {
        background-color: #003367;
        color: #60c9ff; }

.series-selector-container {
  width: 100%; }

.css-19bqh2r path {
  fill: #fe581c; }

.css-tlfecz-indicatorContainer:last-of-type .css-19bqh2r,
.css-1gtu0rj-indicatorContainer:last-of-type .css-19bqh2r {
  height: 16px;
  overflow: hidden;
  width: 16px;
  background-image: url("../images/menu-arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 8px; }
  .css-tlfecz-indicatorContainer:last-of-type .css-19bqh2r::before,
  .css-1gtu0rj-indicatorContainer:last-of-type .css-19bqh2r::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }
  .css-tlfecz-indicatorContainer:last-of-type .css-19bqh2r path,
  .css-1gtu0rj-indicatorContainer:last-of-type .css-19bqh2r path {
    display: none !important; }

.series-selector-label {
  font-size: 13px;
  margin: 0 auto 3px;
  width: 95%; }
  @media (min-width: 60em) {
    .series-selector-label {
      width: 50%; } }
  @media (min-width: 90em) {
    .series-selector-label {
      width: 32vw; } }

.split-layout {
  box-shadow: 0 0 8px 0 rgba(0, 51, 103, 0.3);
  height: 50vh;
  margin: 0 auto;
  margin-bottom: 4.2352941176rem;
  margin-top: 4.2352941176rem;
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media (min-width: 40em) {
    .split-layout {
      width: 720px; } }
  @media (min-width: 55em) {
    .split-layout {
      width: 835px; } }
  @media (min-width: 64em) {
    .split-layout {
      height: 600px;
      width: 977px; } }
  @media (min-width: 75em) {
    .split-layout {
      width: 1153px; } }
  @media (min-width: 90.625em) {
    .split-layout {
      width: 1420px; } }
  .split-layout .legend-scale {
    align-self: flex-end;
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    width: 240px; }
    .split-layout .legend-scale tbody {
      float: right;
      margin-right: 15%; }
  .split-layout .left-pane .legend-scale {
    position: relative; }
  .split-layout .tab-label {
    text-transform: capitalize;
    transform: rotate(90deg);
    white-space: nowrap; }
    .split-layout .tab-label::after {
      background-image: url("/wp-content/themes/gesso/images/plus-open-icon.svg");
      background-repeat: no-repeat;
      bottom: 7px;
      content: '';
      display: block;
      height: 11px;
      position: absolute;
      right: -30px;
      width: 12px; }
  .split-layout .split-layout-tab--table {
    z-index: 10; }
  .split-layout .split-layout-tab--split {
    z-index: 20; }
    .split-layout .split-layout-tab--split .country-table__image,
    .split-layout .split-layout-tab--split .country-table__first-score {
      display: none; }
  .split-layout .hide-table-item {
    display: none; }
  .split-layout .split-layout-tab--map {
    z-index: 30; }
  .split-layout .split-layout-tab--visible::before {
    border-bottom: 12px solid transparent;
    border-left: 16px solid transparent;
    border-right: 16px solid #00a2f4;
    border-top: 12px solid transparent;
    content: '';
    display: none;
    position: absolute;
    right: 24px;
    top: 10px;
    z-index: 2; }
    @media (min-width: 48em) {
      .split-layout .split-layout-tab--visible::before {
        display: block; } }
  .split-layout .split-layout-tab--visible .split-layout-tab__handle {
    background-color: #00a2f4; }
  .split-layout .split-layout-tab--visible .tab-label {
    color: #003367; }
    .split-layout .split-layout-tab--visible .tab-label::after {
      background-image: url("/wp-content/themes/gesso/images/minus-close-icon.svg");
      background-repeat: no-repeat;
      bottom: 7px;
      content: '';
      display: block;
      height: 11px;
      position: absolute;
      right: -30px;
      width: 12px; }
  .split-layout .split-layout-tab {
    display: inline-block;
    height: inherit;
    position: relative;
    transition: transform 0.5s;
    width: 25px; }
    .split-layout .split-layout-tab--open {
      transform: translateX(calc(300px)); }
      @media (min-width: 40em) {
        .split-layout .split-layout-tab--open {
          transform: translateX(calc(720px - 75px)); } }
      @media (min-width: 55em) {
        .split-layout .split-layout-tab--open {
          transform: translateX(calc(835px - 75px)); } }
      @media (min-width: 64em) {
        .split-layout .split-layout-tab--open {
          transform: translateX(902px); } }
      @media (min-width: 75em) {
        .split-layout .split-layout-tab--open {
          transform: translateX(1078px); } }
      @media (min-width: 90.625em) {
        .split-layout .split-layout-tab--open {
          transform: translateX(1345px); } }
    .split-layout .split-layout-tab__content {
      background-color: #fff;
      height: inherit;
      padding-right: 25px;
      position: absolute;
      right: 0;
      top: 0;
      width: calc(300px); }
      @media (min-width: 40em) {
        .split-layout .split-layout-tab__content {
          width: calc(720px - 75px); } }
      .split-layout .split-layout-tab__content include breakpoint(gesso-breakpoint(tablet-lg)) {
        width: calc(835px - 75px); }
      @media (min-width: 64em) {
        .split-layout .split-layout-tab__content {
          width: calc(977px - 75px); } }
      @media (min-width: 75em) {
        .split-layout .split-layout-tab__content {
          width: calc(1153px - 75px); } }
      @media (min-width: 90.625em) {
        .split-layout .split-layout-tab__content {
          width: calc(1420px - 75px); } }
    .split-layout .split-layout-tab__handle {
      background-color: #006599;
      color: #fff;
      cursor: pointer;
      height: 100%;
      left: 0;
      padding-top: 0.5rem;
      position: absolute;
      top: 0;
      width: 25px;
      z-index: 1; }
  .split-layout .split-layout-tab__content {
    display: flex;
    height: inherit;
    overflow: auto;
    padding-bottom: 1.1764705882rem;
    padding-top: 2.3529411765rem; }
  .split-layout .right-pane {
    border-left: 1px solid #003367;
    flex-grow: 1;
    margin-left: 1.4117647059rem;
    overflow: auto;
    padding: 0 1.4117647059rem; }
  .split-layout .left-pane {
    align-self: center;
    width: 50%; }
    .split-layout .left-pane svg {
      height: auto; }
  .split-layout .split-layout-tab--map {
    display: none; }
    @media (min-width: 48em) {
      .split-layout .split-layout-tab--map {
        display: inline-block; } }
    .split-layout .split-layout-tab--map .split-layout-tab__handle {
      border-right: 2px solid #fff; }
    .split-layout .split-layout-tab--map .split-layout-tab__content {
      padding: 0; }
  .split-layout .split-layout-tab--split {
    display: none; }
    @media (min-width: 48em) {
      .split-layout .split-layout-tab--split {
        display: inline-block; } }
    .split-layout .split-layout-tab--split .split-layout-tab__handle {
      border-right: 2px solid #fff; }
  .split-layout .split-layout-tab--table .split-layout-tab__handle {
    display: none; }
    @media (min-width: 48em) {
      .split-layout .split-layout-tab--table .split-layout-tab__handle {
        display: block; } }

.subindicator-page {
  font-size: 70%; }
  @media (min-width: 48em) {
    .subindicator-page {
      font-size: 100%; } }
  .subindicator-page .assesment-question {
    color: #0075b2;
    font-weight: bold; }
  .subindicator-page .assesment-question-text {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0.9411764706rem; }
    @media (min-width: 48em) {
      .subindicator-page .assesment-question-text {
        font-size: 1.4117647059rem; } }
  .subindicator-page .lead-in-section {
    margin-bottom: 5.6470588235rem; }
  .subindicator-page .subindicator-values-table {
    margin-top: 1.8823529412rem; }
  .subindicator-page .table-row {
    display: flex;
    padding: 1.4705882353rem; }
    .subindicator-page .table-row.active {
      background-color: #fff;
      border: solid 1px #60c9ff;
      box-shadow: 0 0 8px 0 rgba(0, 51, 103, 0.3); }
      .subindicator-page .table-row.active .column-value__score {
        color: #003367;
        font-size: 1.1764705882rem;
        font-weight: bold; }
        @media (min-width: 48em) {
          .subindicator-page .table-row.active .column-value__score {
            font-size: 1.8823529412rem; } }
      .subindicator-page .table-row.active .column-value__description {
        color: #003367;
        font-size: 0.7058823529rem;
        font-weight: bold; }
        @media (min-width: 48em) {
          .subindicator-page .table-row.active .column-value__description {
            font-size: 1.1764705882rem; } }
  .subindicator-page .table-heading {
    color: #5b616b;
    font-size: 9px; }
    .subindicator-page .table-heading .column-header__description {
      text-align: center; }
      @media (min-width: 48em) {
        .subindicator-page .table-heading .column-header__description {
          text-align: left; } }
    @media (min-width: 48em) {
      .subindicator-page .table-heading {
        font-size: 0.7058823529rem; } }
  .subindicator-page .column-1 {
    align-self: center;
    display: none;
    margin-right: 4.2352941176rem;
    width: 100px; }
    .subindicator-page .column-1 img {
      height: 22px;
      width: 22px; }
    @media (min-width: 48em) {
      .subindicator-page .column-1 {
        display: inherit; } }
  .subindicator-page .column-value__score {
    color: #005987;
    font-weight: bold;
    width: 130px; }
  .subindicator-page .column-value__description {
    color: #005987;
    width: 579px; }
  .subindicator-page .column-header__description {
    width: 579px; }
  .subindicator-page .column-header__score {
    width: 130px; }
  .subindicator-page .column-header__rank {
    margin-right: 3.7647058824rem;
    width: 130px; }
  .subindicator-page .column-value__rank {
    color: #003367;
    font-weight: bold;
    margin-right: 3.7647058824rem;
    width: 130px; }
  .subindicator-page .subindicator-link {
    text-decoration: none; }
    .subindicator-page .subindicator-link:hover {
      text-decoration: underline; }
    .subindicator-page .subindicator-link::before {
      background-image: url("/wp-content/themes/gesso/images/dark-blue-arrow.svg");
      background-repeat: no-repeat;
      content: '';
      display: inline-block;
      height: 12px;
      margin-right: 0.7058823529rem;
      width: 12px; }

.change-over-time {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center; }

.change-over-time__score {
  margin-right: 0.2352941176rem; }

.icon-trend--positive > .icon-trend-0 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(45deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-1 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(44deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-2 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(43deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-3 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(42deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-4 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(41deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-5 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(40deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-6 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(39deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-7 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(38deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-8 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(37deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-9 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(36deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-10 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(35deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-11 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(34deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-12 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(33deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-13 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(32deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-14 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(31deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-15 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(30deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-16 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(29deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-17 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(28deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-18 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(27deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-19 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(26deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-20 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(25deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-21 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(24deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-22 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(23deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-23 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(22deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-24 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(21deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-25 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(20deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-26 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(19deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-27 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(18deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-28 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(17deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-29 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(16deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-30 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(15deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-31 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(14deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-32 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(13deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-33 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(12deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-34 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(11deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-35 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(10deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-36 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(9deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-37 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(8deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-38 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(7deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-39 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(6deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-40 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(5deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-41 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(4deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-42 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(3deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-43 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(2deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-44 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(1deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-45 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(0deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-46 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-1deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-47 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-2deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-48 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-3deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-49 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-4deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-50 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-5deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-51 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-6deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-52 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-7deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-53 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-8deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-54 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-9deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-55 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-10deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-56 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-11deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-57 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-12deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-58 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-13deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-59 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-14deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-60 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-15deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-61 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-16deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-62 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-17deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-63 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-18deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-64 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-19deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-65 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-20deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-66 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-21deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-67 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-22deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-68 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-23deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-69 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-24deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-70 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-25deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-71 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-26deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-72 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-27deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-73 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-28deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-74 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-29deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-75 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-30deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-76 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-31deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-77 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-32deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-78 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-33deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-79 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-34deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-80 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-35deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-81 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-36deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-82 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-37deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-83 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-38deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-84 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-39deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-85 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-40deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-86 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-41deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-87 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-42deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-88 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-43deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-89 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-44deg);
  width: 23px; }

.icon-trend--positive > .icon-trend-90 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-45deg);
  width: 23px; }

.icon-trend--positive .change-over-time__score {
  color: #157f76; }

.icon-trend--flat > .icon-trend-0 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(45deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-1 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(44deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-2 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(43deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-3 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(42deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-4 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(41deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-5 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(40deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-6 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(39deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-7 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(38deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-8 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(37deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-9 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(36deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-10 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(35deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-11 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(34deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-12 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(33deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-13 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(32deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-14 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(31deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-15 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(30deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-16 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(29deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-17 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(28deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-18 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(27deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-19 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(26deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-20 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(25deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-21 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(24deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-22 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(23deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-23 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(22deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-24 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(21deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-25 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(20deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-26 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(19deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-27 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(18deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-28 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(17deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-29 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(16deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-30 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(15deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-31 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(14deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-32 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(13deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-33 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(12deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-34 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(11deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-35 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(10deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-36 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(9deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-37 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(8deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-38 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(7deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-39 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(6deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-40 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(5deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-41 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(4deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-42 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(3deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-43 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(2deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-44 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(1deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-45 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(0deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-46 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-1deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-47 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-2deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-48 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-3deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-49 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-4deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-50 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-5deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-51 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-6deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-52 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-7deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-53 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-8deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-54 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-9deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-55 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-10deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-56 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-11deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-57 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-12deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-58 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-13deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-59 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-14deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-60 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-15deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-61 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-16deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-62 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-17deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-63 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-18deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-64 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-19deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-65 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-20deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-66 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-21deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-67 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-22deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-68 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-23deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-69 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-24deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-70 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-25deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-71 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-26deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-72 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-27deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-73 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-28deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-74 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-29deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-75 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-30deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-76 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-31deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-77 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-32deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-78 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-33deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-79 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-34deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-80 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-35deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-81 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-36deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-82 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-37deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-83 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-38deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-84 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-39deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-85 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-40deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-86 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-41deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-87 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-42deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-88 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-43deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-89 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-44deg);
  width: 23px; }

.icon-trend--flat > .icon-trend-90 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-green.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-45deg);
  width: 23px; }

.icon-trend--flat .change-over-time__score {
  color: #157f76; }

.icon-trend--negative > .icon-trend-0 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(45deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-1 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(44deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-2 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(43deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-3 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(42deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-4 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(41deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-5 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(40deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-6 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(39deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-7 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(38deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-8 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(37deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-9 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(36deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-10 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(35deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-11 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(34deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-12 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(33deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-13 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(32deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-14 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(31deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-15 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(30deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-16 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(29deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-17 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(28deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-18 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(27deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-19 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(26deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-20 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(25deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-21 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(24deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-22 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(23deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-23 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(22deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-24 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(21deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-25 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(20deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-26 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(19deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-27 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(18deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-28 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(17deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-29 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(16deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-30 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(15deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-31 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(14deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-32 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(13deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-33 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(12deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-34 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(11deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-35 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(10deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-36 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(9deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-37 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(8deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-38 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(7deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-39 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(6deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-40 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(5deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-41 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(4deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-42 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(3deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-43 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(2deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-44 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(1deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-45 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(0deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-46 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-1deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-47 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-2deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-48 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-3deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-49 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-4deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-50 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-5deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-51 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-6deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-52 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-7deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-53 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-8deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-54 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-9deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-55 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-10deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-56 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-11deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-57 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-12deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-58 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-13deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-59 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-14deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-60 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-15deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-61 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-16deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-62 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-17deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-63 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-18deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-64 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-19deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-65 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-20deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-66 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-21deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-67 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-22deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-68 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-23deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-69 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-24deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-70 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-25deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-71 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-26deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-72 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-27deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-73 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-28deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-74 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-29deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-75 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-30deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-76 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-31deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-77 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-32deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-78 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-33deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-79 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-34deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-80 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-35deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-81 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-36deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-82 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-37deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-83 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-38deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-84 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-39deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-85 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-40deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-86 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-41deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-87 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-42deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-88 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-43deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-89 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-44deg);
  width: 23px; }

.icon-trend--negative > .icon-trend-90 {
  background-image: url("/wp-content/themes/gesso/images/trend-icon-magenta.svg");
  background-repeat: no-repeat;
  height: 23px;
  margin-right: 0.2352941176rem;
  transform: rotate(-45deg);
  width: 23px; }

.icon-trend--negative .change-over-time__score {
  color: #910060; }

.icon-trend-max-score {
  background-image: url("/wp-content/themes/gesso/images/check-mark.svg");
  background-repeat: no-repeat;
  height: 27px;
  width: 35px; }

.scenario .change-over-time__content {
  flex: 0.5; }

.secondary-glyph {
  stroke-width: 0; }
  .secondary-glyph--0 {
    fill: #FFBDB3;
    stroke: #FF8159; }
  .secondary-glyph--20 {
    fill: #FF8159;
    stroke: #FF8159; }
  .secondary-glyph--40 {
    fill: #FE581C;
    stroke: #FE581C; }
  .secondary-glyph--60 {
    fill: #B32B00;
    stroke: #B32B00; }
  .secondary-glyph--80 {
    fill: #660E00;
    stroke: #660E00; }

.primary-glyph {
  stroke-width: 0; }
  .primary-glyph--0 {
    fill: #e3f5ff;
    stroke: #60c9ff; }
  .primary-glyph--20 {
    fill: #60c9ff;
    stroke: #60c9ff; }
  .primary-glyph--40 {
    fill: #0075b2;
    stroke: #0075b2; }
  .primary-glyph--60 {
    fill: #005987;
    stroke: #005987; }
  .primary-glyph--80 {
    fill: #002a54;
    stroke: #002a54; }

.tertiary-glyph {
  stroke-width: 0; }
  .tertiary-glyph--0 {
    fill: #FFBDB3;
    stroke: #FF8159; }
  .tertiary-glyph--20 {
    fill: #FF8159;
    stroke: #FF8159; }
  .tertiary-glyph--40 {
    fill: #FE581C;
    stroke: #FE581C; }
  .tertiary-glyph--60 {
    fill: #B32B00;
    stroke: #B32B00; }
  .tertiary-glyph--80 {
    fill: #660E00;
    stroke: #660E00; }

.glyph {
  stroke-width: 1px;
  transition: all 0.25s; }
  .glyph--clickable {
    cursor: pointer; }
    .glyph--clickable:hover {
      stroke-width: 5px; }
  .glyph--stat {
    fill: #fff;
    stroke: #aaa;
    stroke-width: 1; }

.details-legend {
  padding: 1rem;
  width: 12rem; }
  .details-legend .legend-key-row + .legend-key-row {
    margin-top: 0.25rem; }
  .details-legend .legend-key {
    padding-top: 1rem; }
  .details-legend .legend-key-row {
    display: flex;
    height: 40px;
    margin-bottom: 0.9411764706rem; }
    .details-legend .legend-key-row .legend-key-row__label {
      font-size: 0.8235294118rem;
      line-height: 1;
      padding-left: 1em; }
    .details-legend .legend-key-row * {
      align-items: center;
      display: inline-flex;
      flex-flow: column;
      justify-content: space-around; }
    .details-legend .legend-key-row .legend-key-row__glyph {
      width: 24px; }
  .details-legend .legend-title {
    color: #003367;
    font-weight: bold; }

.legend-scale {
  margin-top: 2rem;
  padding-left: 0.5rem; }
  .legend-scale td {
    border: unset; }
  .legend-scale .legend-scale-row--labels .row-label {
    color: #666;
    display: inline-block;
    font-size: 0.75em;
    transform: translateX(-50%);
    vertical-align: top; }
  .legend-scale .legend-scale-row--labels td {
    padding: 0; }
  .legend-scale .legend-tertiary--0 {
    background-color: #FFBDB3; }
  .legend-scale .legend-tertiary--20 {
    background-color: #FF8159; }
  .legend-scale .legend-tertiary--40 {
    background-color: #FE581C; }
  .legend-scale .legend-tertiary--60 {
    background-color: #B32B00; }
  .legend-scale .legend-tertiary--80 {
    background-color: #660E00; }
  .legend-scale .legend-secondary--0 {
    background-color: #FFBDB3; }
  .legend-scale .legend-secondary--20 {
    background-color: #FF8159; }
  .legend-scale .legend-secondary--40 {
    background-color: #FE581C; }
  .legend-scale .legend-secondary--60 {
    background-color: #B32B00; }
  .legend-scale .legend-secondary--80 {
    background-color: #660E00; }
  .legend-scale .legend-primary--0 {
    background-color: #e3f5ff; }
  .legend-scale .legend-primary--20 {
    background-color: #60c9ff; }
  .legend-scale .legend-primary--40 {
    background-color: #0075b2; }
  .legend-scale .legend-primary--60 {
    background-color: #005987; }
  .legend-scale .legend-primary--80 {
    background-color: #002a54; }

.how-the-index-works {
  margin-top: 2.3529411765rem;
  padding: 1rem; }
  .how-the-index-works a {
    font-size: 0.8235294118rem;
    text-decoration: none; }
    .how-the-index-works a::after {
      background-image: url("/wp-content/themes/gesso/images/icon-arrow-orange.svg");
      background-repeat: no-repeat;
      content: '';
      display: inline-block;
      height: 12px;
      margin-left: 0.2352941176rem;
      width: 12px; }
    .how-the-index-works a:hover {
      text-decoration: underline; }

.dashed-line {
  fill: none;
  stroke: #999;
  stroke-dasharray: 2;
  stroke-width: 1; }

.primary-line {
  stroke: #0075b2;
  stroke-width: 2; }

.secondary-line {
  stroke: #FE581C;
  stroke-width: 1; }

.tertiary-line {
  stroke: #FE581C;
  stroke-width: 1; }

.guide-line {
  stroke: #efefef;
  stroke-width: 1; }

.floating-text {
  font-family: sans-serif;
  font-size: 22px;
  font-weight: bold; }

.meta-rect {
  fill: #fafafa; }

@-webkit-keyframes slide-in {
  from {
    margin-left: -50%;
    opacity: 0; }
  to {
    margin-left: 0;
    opacity: 1; } }

@keyframes slide-in {
  from {
    margin-left: -50%;
    opacity: 0; }
  to {
    margin-left: 0;
    opacity: 1; } }

.parent-series-container {
  -webkit-animation: slide-in 0.66s;
          animation: slide-in 0.66s;
  border: thin solid #60c9ff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-flow: row;
  height: 96px;
  justify-content: space-between;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 48px;
  width: calc(100% - 200px); }
  .parent-series-container svg {
    transform: translateY(-28px); }

.parent-series-container::before {
  border-bottom: 96px solid #e3f5ff;
  border-right: 96px solid transparent;
  bottom: 0;
  content: ' ';
  height: 0;
  position: absolute;
  top: 0;
  width: 0; }

.clearfix::after {
  clear: both !important;
  content: "" !important;
  display: table !important; }

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important; }
  .visually-hidden.focusable:focus, .visually-hidden.focusable:active {
    clip: auto !important;
    height: auto !important;
    overflow: visible !important;
    position: static !important;
    width: auto !important; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

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