/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

input,
textarea {
  transition: all 0.1s ease-in-out;
}
input:focus,
textarea:focus {
  outline: 2px solid #252525;
}

body {
  font-size: 16px;
  font-family: "Yrsa", serif;
  line-height: 1.25;
  margin: 0;
  position: relative;
}
body .site-container {
  font-size: 0.8125rem;
  line-height: 1.38462;
}
@media (min-width: 480px) {
  body .site-container {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  body .site-container {
    font-size: 1.125rem;
    line-height: 1.22223;
  }
}
@media (min-width: 1200px) {
  body .site-container {
    font-size: 1.1875rem;
    line-height: 1.26316;
  }
}
body .site-inner {
  position: relative;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 2.375rem;
  line-height: 0.875;
  color: #6a6a6a;
  font-weight: 600;
  text-transform: none;
  margin: 0;
}
@media (min-width: 480px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.375rem;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  color: #6A6A6A;
  font-size: 2rem;
  line-height: 1.09375;
  margin: 0 0 1.0625rem;
}
@media (min-width: 480px) {
  h2 {
    font-size: 2.5rem;
    line-height: 0.83334;
    margin: 0 0 1.875rem;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
    margin: 0 0 2.25rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3.25rem;
    margin: 0 0 3.0625rem;
  }
}
@media (min-width: 1440px) {
  h2 {
    font-size: 3.75rem;
  }
}

h3 {
  color: #6A6A6A;
  font-size: 1.5rem;
  line-height: 1.166667;
  margin: 0 0 1.25rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.75rem;
    line-height: 1.42858;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 2.1875rem;
  }
}

h4, h5, h6 {
  color: #6A6A6A;
  font-size: 0.875rem;
  line-height: 1.04762;
  font-weight: 600;
  margin: 0 0 1.25rem;
}
@media (min-width: 480px) {
  h4, h5, h6 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  h4, h5, h6 {
    font-size: 1.3125rem;
  }
}

h5, h6 {
  color: #252525;
  text-transform: none;
}

h6 {
  color: #4C8C40;
}

a {
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  color: #252525;
}
a:hover {
  color: #4C8C40;
}

p {
  margin: 0 0 1.625rem;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 1.5rem;
  }
}
p:last-child {
  margin-bottom: 0;
}

ul {
  padding: 0 0 0 1.5rem;
}
@media (min-width: 480px) {
  ul {
    padding: 0 0 0 1.875rem;
  }
}
@media (min-width: 768px) {
  ul {
    padding: 0 0 0 2.5rem;
  }
}

ol {
  padding: 0 0 0 1.5rem;
}
@media (min-width: 480px) {
  ol {
    padding: 0 0 0 1.875rem;
  }
}
@media (min-width: 768px) {
  ol {
    padding: 0 0 0 2.5rem;
  }
}

hr {
  margin: 2.5rem 0 2.1875rem;
}

b,
strong {
  font-family: "Yrsa", serif;
}

.entry-header {
  margin: 0 0 2.5rem;
}

.xdebug-var-dump {
  text-align: left;
  background: white;
  padding: 10px;
  border: 5px solid blueviolet;
}

.content-sidebar-wrap,
.wrap {
  max-width: 1220px;
  padding: 0 18px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .content-sidebar-wrap,
.wrap {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .content-sidebar-wrap,
.wrap {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .content-sidebar-wrap,
.wrap {
    padding: 0 60px;
  }
}

.page-sections__container .team__container {
  padding: 0;
}
.team__container {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 480px) {
  .team__container {
    max-width: none;
  }
}
.team__current {
  padding: 1.4375rem;
  margin: 0 calc(-50vw + 50%);
  background: #efefef;
}
@media (min-width: 768px) {
  .team__current {
    padding: 2.5rem 1.875rem;
  }
}
@media (min-width: 1200px) {
  .team__current {
    padding: 2.5rem 3.5rem;
  }
}
@media (min-width: 1440px) {
  .team__current {
    padding: 2.5rem 12.375rem;
  }
}
.team__current-header {
  margin: 0 0 1.75rem;
}
@media (min-width: 1200px) {
  .team__current-header {
    margin: 0 0 2.5625rem;
  }
}
.team__current-title {
  margin: 0;
}
.team__current-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 0;
  /*        @media( min-width: $mobileL ) {
              padding: 0 2.5rem;
          }*/
}
@media (min-width: 768px) {
  .team__current-members {
    padding: 0;
  }
}
.team__key-contributors .team__current-member {
  border-bottom: 10px solid #252525;
}
.team__current-member {
  flex: 1 0 0px;
  min-width: 100%;
  max-width: 100%;
  border-bottom: 10px solid #316297;
}
@media (min-width: 480px) {
  .team__current-member {
    min-width: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media (min-width: 768px) {
  .team__current-member {
    min-width: calc(25% - 18px);
    max-width: calc(25% - 18px);
  }
}
.team__current-member:first-child {
  margin-top: 0;
  margin-left: 0;
}
.team__current-member:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .team__current-member:nth-child(2n+3) {
    margin-left: 0;
  }
  .team__current-member:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team__current-member:nth-child(3n+4) {
    margin-left: 0;
  }
  .team__current-member:nth-child(3n+3) {
    margin-right: 0;
  }
}
.team__current-inner {
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #6A6A6A;
  color: #6A6A6A;
  background: white;
  padding: 0.625rem 0.625rem 2.1875rem;
}
@media (min-width: 1440px) {
  .team__current-inner {
    padding: 1.0625rem 0.8125rem 2.375rem;
  }
}
.team__current-inner:hover {
  background: #f3f3f3;
  color: #6A6A6A;
}
.team__current-name {
  display: flex;
  align-items: center;
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  line-height: 1.214286;
  font-weight: 600;
  padding: 0 0.9375rem;
}
@media (min-width: 480px) {
  .team__current-name {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .team__current-name {
    font-size: 1.125rem;
    line-height: 1.04762;
    padding: 0 0.5rem;
  }
}
@media (min-width: 1200px) {
  .team__current-name {
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .team__current-name {
    font-size: 1.3125rem;
    padding: 0 1rem;
  }
}
.team__current-name:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.team__current-name span {
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 5px);
}
.team__current-member-title {
  display: block;
  font-size: 0.75rem;
  line-height: 1.16667;
  margin: 1.1875rem 0 0;
}
@media (min-width: 480px) {
  .team__current-member-title {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) {
  .team__current-member-title {
    font-size: 0.875rem;
    line-height: 1.214286;
    margin: 0.8125rem 0 0;
  }
}
.team__current-more {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 13px;
  left: 10px;
  right: 10px;
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .team__current-more {
    bottom: 15px;
  }
}
@media (min-width: 1440px) {
  .team__current-more {
    left: 50%;
    font-size: 0.9375rem;
    transform: translateX(-50%);
  }
}
.team__current-more i {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.0625rem;
}
.team__current-more i svg {
  display: block;
}
.team__assistants {
  color: #6A6A6A;
  margin: 3.3125rem 0 0;
}
@media (min-width: 480px) {
  .team__assistants {
    margin: 3.3125rem 1.875rem 0;
  }
}
@media (min-width: 768px) {
  .team__assistants {
    margin: 3.3125rem 3.75rem 0;
  }
}
@media (min-width: 1200px) {
  .team__assistants {
    margin: 3.625rem 7.5rem 0;
  }
}
@media (min-width: 1440px) {
  .team__assistants {
    margin: 4.1875rem 13.75rem 0;
  }
}
.team__assistants-header {
  margin: 0 0 2.25rem;
}
@media (min-width: 1200px) {
  .team__assistants-header {
    margin: 0 0 2.5rem;
  }
}
.team__assistants-title {
  margin: 0;
}
.team__assistants-members {
  font-family: "Barlow", sans-serif;
  line-height: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15ch, 1fr));
  grid-row-gap: 1rem;
  grid-column-gap: 0.5rem;
  align-items: center;
}
.team__assistants-member {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .team__assistants-member {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .team__assistants-member {
    font-size: 1.375rem;
  }
}
.team__partners {
  color: #6A6A6A;
  margin: 1.75rem 0 0;
}
@media (min-width: 480px) {
  .team__partners {
    margin: 2rem 1.875rem 0;
  }
}
@media (min-width: 768px) {
  .team__partners {
    margin: 2.5rem 3.75rem 0;
  }
}
@media (min-width: 1200px) {
  .team__partners {
    margin: 3.125rem 7.5rem 0;
  }
}
@media (min-width: 1440px) {
  .team__partners {
    margin: 4.25rem 12.875rem 0;
  }
}
.team__partners-header {
  margin: 0 0 0.5625rem;
}
@media (min-width: 768px) {
  .team__partners-header {
    margin: 0 0 0.875rem;
  }
}
.team__partners-title {
  margin: 0;
}
.team__partners-description {
  margin: 0 0 0.5625rem;
}
@media (min-width: 768px) {
  .team__partners-description {
    margin: 0 0 0.875rem;
  }
}
.team__partners-members {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  gap: 24px;
  padding: 0 0.25rem;
}
.team__partners-member {
  flex: 1 0 0px;
  min-width: 100%;
  max-width: 100%;
  font-size: 1.125rem;
  line-height: 1.22728;
  text-align: center;
  flex-basis: calc(50% - 12px);
  min-width: auto;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .team__partners-member {
    min-width: calc(33.3333333333% - 36px);
    max-width: calc(33.3333333333% - 36px);
    font-size: 1.25rem;
    padding: 0 0.625rem;
  }
}
@media (min-width: 1440px) {
  .team__partners-member {
    font-size: 1.375rem;
  }
}
.team__partners-member img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .team__partners-member img {
    max-height: 115px;
    width: auto;
  }
}

.fancybox-container .team__current-bio-container {
  font-family: "Yrsa", serif;
  font-size: 1rem;
  line-height: 1.26316;
  max-width: 90%;
  padding: 2.5rem 1.25rem;
}
@media (min-width: 480px) {
  .fancybox-container .team__current-bio-container {
    font-size: 1.0625rem;
    padding: 2.5rem 1.875rem;
  }
}
@media (min-width: 768px) {
  .fancybox-container .team__current-bio-container {
    font-size: 1.125rem;
    padding: 3.75rem 3.125rem;
  }
}
@media (min-width: 1200px) {
  .fancybox-container .team__current-bio-container {
    font-size: 1.1875rem;
    max-width: 808px;
    min-width: 808px;
    padding: 6.125rem 5.3125rem 6.125rem 5.1875rem;
  }
}
.fancybox-container .team__current-bio-header {
  margin: 0 0 1.25rem;
}
@media (min-width: 768px) {
  .fancybox-container .team__current-bio-header {
    margin: 0 0 1.75rem;
  }
}
.fancybox-container .team__current-bio-title {
  line-height: 1;
  margin: 0;
}
.fancybox-container .team__current-bio-position {
  margin: 0.5625rem 0 0;
}
.fancybox-container .team__current-bio-content {
  line-height: 1.473685;
  margin: 1.375rem 0 0;
}
@media (min-width: 768px) {
  .fancybox-container .team__current-bio-content {
    margin: 2rem 0 0;
  }
}

.methodology__container {
  position: relative;
  z-index: 1;
  background: hsl(0deg, 0%, 19%);
  color: #fff;
  text-align: center;
  padding: 2.75rem 0 3.3125rem;
  margin: 4.5rem 0 0;
}
@media (min-width: 768px) {
  .methodology__container {
    padding: 3.75rem 0 5rem;
  }
}
@media (min-width: 1200px) {
  .methodology__container {
    padding: 4.25rem 0 6.25rem;
  }
}
@media (min-width: 1440px) {
  .methodology__container {
    padding: 5.375rem 0 7.4375rem;
  }
}
.methodology__wrap {
  max-width: 1075px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
.methodology__main-header {
  margin: 0 0 1.0625rem;
}
@media (min-width: 768px) {
  .methodology__main-header {
    margin: 0 0 1.875rem;
  }
}
@media (min-width: 1200px) {
  .methodology__main-header {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1440px) {
  .methodology__main-header {
    margin: 0 0 2.3125rem;
  }
}
.methodology__main-title {
  color: #fff;
  margin: 0;
}
.methodology__main-sub-title {
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  line-height: 1.04762;
  font-weight: 600;
  margin: 1.125rem 0 0;
}
@media (min-width: 480px) {
  .methodology__main-sub-title {
    font-size: 1.125rem;
    margin: 0.9375rem 0 0;
  }
}
@media (min-width: 1200px) {
  .methodology__main-sub-title {
    font-size: 1.25rem;
    margin: 1.25rem 0 0;
  }
}
@media (min-width: 1440px) {
  .methodology__main-sub-title {
    font-size: 1.3125rem;
    margin: 1.5rem 0 0;
  }
}
.methodology__data-container {
  position: relative;
  z-index: 1;
  padding: 3.125rem 0 0;
  margin: 1.9375rem 0 0;
}
@media (min-width: 768px) {
  .methodology__data-container {
    padding: 3.75rem 0 0;
    margin: 5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .methodology__data-container {
    display: flex;
    padding: 4.875rem 0 0;
    margin: 6.1875rem 0 0;
  }
}
.methodology__data-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 808px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.methodology__data {
  flex: 1 0 0px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #fff;
  padding-top: 3.3125rem;
  margin: 2.6875rem 0 0;
}
@media (min-width: 480px) {
  .methodology__data {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .methodology__data {
    margin: 3.75rem 0 0;
  }
}
@media (min-width: 1200px) {
  .methodology__data {
    padding: 0 0 0 3rem;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .methodology__data {
    padding: 0 0 0 4.75rem;
  }
}
.methodology__data:before {
  position: absolute;
  top: 0;
  right: 3.125rem;
  left: 3.125rem;
  height: 1px;
  background: #fff;
}
@media (min-width: 480px) {
  .methodology__data:before {
    content: "";
  }
}
@media (min-width: 768px) {
  .methodology__data:before {
    right: 5rem;
    left: 5rem;
  }
}
@media (min-width: 1200px) {
  .methodology__data:before {
    top: 22px;
    bottom: 10px;
    left: 0;
    right: auto;
    width: 1px;
    height: auto;
  }
}
.methodology__data:first-child {
  border-top: none;
  padding-top: 0;
  padding-left: 0;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .methodology__data:first-child {
    padding-right: 3rem;
  }
}
@media (min-width: 1440px) {
  .methodology__data:first-child {
    padding-right: 4.75rem;
  }
}
.methodology__data:first-child:before {
  content: none;
}
.methodology__data--gbtr .methodology__data-type {
  background: #62B1DF;
}
.methodology__data-title {
  color: #fff;
  line-height: 1.1714286;
  padding: 0 1.25rem;
  margin: 0;
}
@media (min-width: 768px) {
  .methodology__data-title {
    padding: 0 3.125rem;
  }
}
.methodology__data-types {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 2.1875rem auto 0;
}
@media (min-width: 768px) {
  .methodology__data-types {
    margin: 2.3125rem auto 0;
  }
}
@media (min-width: 1200px) {
  .methodology__data-types {
    max-width: none;
    margin: 2.3125rem 0 0;
  }
}
.methodology__data-type {
  flex: 0 1 auto;
  background: #316297;
  border-radius: 42px 0 42px 0;
  width: 33.3333333333%;
  max-width: 163px;
  font-family: "Barlow", sans-serif;
  font-size: 2.375rem;
  line-height: 0.93334;
  font-weight: 600;
  padding: 1.6875rem 0.625rem 1.125rem;
  margin: 0 0 0 0.9375rem;
}
@media (min-width: 480px) {
  .methodology__data-type {
    font-size: 3.125rem;
    padding: 2.125rem 0.625rem 1.375rem;
  }
}
@media (min-width: 768px) {
  .methodology__data-type {
    font-size: 3.875rem;
    border-radius: 48px 0 48px 0;
  }
}
@media (min-width: 1440px) {
  .methodology__data-type {
    border-radius: 53px 0 53px 0;
    font-size: 4.6875rem;
    padding: 2.375rem 0.625rem 1.5625rem;
    margin: 0 0 0 1.3125rem;
  }
}
.methodology__data-type:first-child {
  margin-top: 0;
  margin-left: 0;
}
.methodology__data-type span {
  display: block;
  font-family: "Yrsa", serif;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 400;
  margin: 0.5625rem 0 0;
}
@media (min-width: 480px) {
  .methodology__data-type span {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .methodology__data-type span {
    font-size: 1.25rem;
  }
}
.methodology__data-description {
  position: relative;
  z-index: 1;
  border-top: 1px solid #FEFEFE;
  color: #fff;
  text-align: left;
  padding: 1.875rem 1.5625rem 0 0;
  margin: 1.75rem 0 0;
}
@media (min-width: 480px) {
  .methodology__data-description {
    padding: 2.5rem 1.5625rem 0 0;
  }
}
@media (min-width: 768px) {
  .methodology__data-description {
    padding: 3rem 1.5625rem 0 0;
  }
}
.methodology__data-description:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid #313131;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translateX(-50%);
}
.methodology__data-description:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transform: translateX(-50%);
}
.methodology__data-description h4, .methodology__data-description h5, .methodology__data-description h6 {
  color: #fff;
  margin: 0 0 0.625rem;
}
.methodology__data-description ol {
  margin: 0 0 0.6875rem;
}
.methodology__data-description ol:last-child {
  margin-bottom: 0;
}
.methodology__data-points {
  font-family: "Barlow", sans-serif;
  font-size: 6.375rem;
  line-height: 1;
  font-weight: 500;
  margin: 1.1875rem 0 0;
}
@media (min-width: 768px) {
  .methodology__data-points {
    font-size: 6.25rem;
    margin: 0.9375rem 0 0;
  }
}
@media (min-width: 1200px) {
  .methodology__data-points {
    font-size: 8.125rem;
  }
}
@media (min-width: 1440px) {
  .methodology__data-points {
    font-size: 10.625rem;
  }
}
.methodology__data-points span {
  display: block;
  font-family: "Yrsa", serif;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 400;
  margin: 1.0625rem 0 0;
}
@media (min-width: 480px) {
  .methodology__data-points span {
    font-size: 1.125rem;
    margin: 0.9375rem 0 0;
  }
}
@media (min-width: 768px) {
  .methodology__data-points span {
    font-size: 1.25rem;
    margin: 1.5rem 0 0;
  }
}
.methodology__classification {
  padding: 0;
  margin: 1.625rem 0 0;
}
@media (min-width: 768px) {
  .methodology__classification {
    margin: 3.125rem 0 0;
  }
}
@media (min-width: 1440px) {
  .methodology__classification {
    margin: 3.8125rem 0 0;
  }
}
.methodology__classification-header {
  border-top: 1px solid #fff;
  padding: 1.5rem 0 0;
  margin: 0 0 0.75rem;
}
@media (min-width: 768px) {
  .methodology__classification-header {
    padding: 2.5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .methodology__classification-header {
    padding: 3.75rem 0 0;
  }
}
@media (min-width: 1440px) {
  .methodology__classification-header {
    padding: 4rem 0 0;
  }
}
.methodology__classification-title {
  color: #fff;
  margin: 0;
}
.methodology__classification-types {
  border: 1px solid white;
  border-radius: 12px;
  justify-content: center;
  max-width: 500px;
  margin: 2.3125rem auto 0;
}
@media (min-width: 960px) {
  .methodology__classification-types {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: none;
  }
}
.methodology__classification-type {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  border-top: 1px solid white;
  padding: 12px;
}
@media (min-width: 960px) {
  .methodology__classification-type {
    border-left: 1px solid white;
    border-top: none;
  }
}
.methodology__classification-type:first-child {
  border-top: none;
}
@media (min-width: 1440px) {
  .methodology__classification-type:first-child {
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .methodology__classification-type:first-child {
    border-left: none;
  }
}
.methodology__classification-icon {
  flex: 0 0 32px;
  margin: 0 12px 0 0;
}
.methodology__classification-icon:before {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.methodology__classification-icon svg {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
@media (max-width: 479px) {
  .methodology__classification-icon svg {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .methodology__classification-icon svg {
    width: 100%;
  }
}
.methodology__classification-icon svg path {
  transition: fill 0.25s ease-in-out;
}
.methodology__classification-name {
  display: flex;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  padding: 0;
  text-align: left;
}
.methodology__classification-name:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.methodology__grading {
  margin: 2.75rem 0 0;
}
@media (min-width: 480px) {
  .methodology__grading {
    margin: 3.75rem 0 0;
  }
}
@media (min-width: 768px) {
  .methodology__grading {
    margin: 4.125rem 0 0;
  }
}
@media (min-width: 1200px) {
  .methodology__grading {
    margin: 4.625rem 0 0;
  }
}
.methodology__grading-header {
  border-top: 1px solid #fff;
  padding: 2.875rem 0 0;
  margin: 0 0 1.4375rem;
}
@media (min-width: 768px) {
  .methodology__grading-header {
    padding: 2.625rem 0 0;
  }
}
.methodology__grading-title {
  color: #fff;
  margin: 0;
}
.methodology__grading-content {
  margin: 0 1rem;
}
@media (min-width: 480px) {
  .methodology__grading-content {
    margin: 0 3.125rem;
  }
}
@media (min-width: 768px) {
  .methodology__grading-content {
    margin: 0 5rem;
  }
}
@media (min-width: 1200px) {
  .methodology__grading-content {
    margin: 0 5.75rem;
  }
}
@media (min-width: 1440px) {
  .methodology__grading-content {
    margin: 0 6.875rem;
  }
}
.methodology__grading-scale {
  margin: 2.1875rem 0 0;
}
@media (min-width: 768px) {
  .methodology__grading-scale {
    margin: 4.25rem 0 0;
  }
}
.methodology__ctas {
  margin: 2.3125rem 0 0;
}
@media (min-width: 768px) {
  .methodology__ctas {
    display: flex;
    margin: 3.125rem 0 0;
  }
}
@media (min-width: 1200px) {
  .methodology__ctas {
    padding: 0 6.25rem 0;
    margin: 5.6875rem 0 0;
  }
}
.methodology__cta {
  flex: 1 0 0px;
  margin: 0;
}
@media (min-width: 768px) {
  .methodology__cta {
    margin: 0 0.875rem 0 0;
  }
}
.methodology__cta:last-child {
  margin-top: 1.375rem;
}
@media (min-width: 768px) {
  .methodology__cta:last-child {
    margin: 0 0 0 0.875rem;
  }
}
.methodology__cta--results .methodology__cta-button {
  background: #316297;
  border-color: #316297;
}
.methodology__cta-button {
  display: block;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  padding: 0.75rem 1.25rem 0.6875rem;
}
.methodology__cta-button:hover {
  background: #fff;
  border-color: #fff;
  color: #316297;
}

.results__container {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 2.25rem 0 0;
}
@media (min-width: 768px) {
  .results__container {
    margin: 2.375rem 0 0;
  }
}
.results__header {
  padding: 0;
  margin: 0 0 1.25rem;
}
@media (min-width: 480px) {
  .results__header {
    padding: 0 3.125rem;
    margin: 0 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .results__header {
    padding: 0 6.25rem;
    margin: 0 0 1.75rem;
  }
}
@media (min-width: 1200px) {
  .results__header {
    padding: 0 8.5rem;
    margin: 0 0 2.0625rem;
  }
}
@media (min-width: 1440px) {
  .results__header {
    padding: 0 11.25rem;
  }
}
.results__title {
  margin: 0;
}
.results__content {
  color: #6A6A6A;
  padding: 0;
}
@media (min-width: 480px) {
  .results__content {
    padding: 0 3.125rem;
  }
}
@media (min-width: 768px) {
  .results__content {
    padding: 0 6.25rem;
  }
}
@media (min-width: 1200px) {
  .results__content {
    padding: 0 8.5rem;
  }
}
@media (min-width: 1440px) {
  .results__content {
    padding: 0 11.25rem;
  }
}
.results__score-header {
  margin: 0 1.875rem 2.125rem;
}
@media (min-width: 768px) {
  .results__score-header {
    margin: 0 0 1.75rem;
  }
}
.results__score-title {
  margin: 0;
}
@media (min-width: 768px) {
  .results__scores {
    display: flex;
  }
}
.results__single-score {
  flex: 1 0 0px;
  background-image: linear-gradient(180deg, #316297, #60A9CE);
  border-radius: 20px 20px 13px 13px;
  margin: 2.1875rem 0 0;
}
@media (min-width: 768px) {
  .results__single-score {
    margin: 0 0.3125rem;
  }
}
@media (min-width: 1200px) {
  .results__single-score {
    margin: 0 0.625rem;
  }
}
.results__single-score:first-child {
  margin-top: 0;
  margin-left: 0;
}
.results__single-score:last-child {
  margin-right: 0;
}
.results__single-score .results__improved-container h3, .results__single-score .results__improved-container h4, .results__single-score .results__improved-container h5, .results__single-score .results__improved-container h6 {
  color: #fff;
}
.results__score {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 13px;
  text-align: left;
}
.results__score-inner {
  display: flex;
  padding: 0.6875rem 0.6875rem 0.5625rem 0.875rem;
}
.results__score-selection-container {
  flex: 1 0 32.5%;
  padding: 0.5625rem 0 0.3125rem;
  margin: 0 0.25rem 0 0;
}
@media (min-width: 480px) {
  .results__score-selection-container {
    flex: 1 0 46%;
  }
}
@media (min-width: 768px) {
  .results__score-selection-container {
    margin: 0 0.375rem 0 0;
  }
}
@media (min-width: 1200px) {
  .results__score-selection-container {
    margin: 0 0.625rem 0 0;
  }
}
.results__score-selection-title {
  max-width: 260px;
  margin: 0 0 1.125rem;
}
@media (max-width: 480px) {
  .results__score-selection-title {
    font-size: 0.875rem;
    line-height: 1.214286;
  }
}
@media (min-width: 768px) {
  .results__score-selection-title {
    margin: 0 0 0.625rem;
  }
}
@media (min-width: 1200px) {
  .results__score-selection-title {
    margin: 0 0 0.8125rem;
  }
}
.results__score-result-container {
  flex: 1 0 0px;
  max-width: 100px;
  margin: 0 0 0 0.3125rem;
}
@media (min-width: 480px) {
  .results__score-result-container {
    max-width: none;
    margin: 0 0 0 0.625rem;
  }
}
@media (min-width: 768px) {
  .results__score-result-container {
    margin: 0 0 0 0.375rem;
  }
}
@media (min-width: 1200px) {
  .results__score-result-container {
    margin: 0 0 0 0.625rem;
  }
}
.results__score-result {
  display: none;
  background: #ccc;
  border-radius: 17px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 0.9375rem 0.625rem 1.0625rem;
}
@media (min-width: 480px) {
  .results__score-result {
    padding: 1.125rem 0.625rem 1.1875rem;
  }
}
@media (min-width: 768px) {
  .results__score-result {
    padding: 0.9375rem 0.625rem 1rem;
  }
}
@media (min-width: 1200px) {
  .results__score-result {
    padding: 1.125rem 0.625rem 1.1875rem;
  }
}
.results__score-result--A {
  display: block;
  background: #316297;
}
.results__score-result--B {
  display: block;
  background: #4C8C40;
}
.results__score-result--C {
  display: block;
  background: #F5B21F;
}
.results__score-result--D {
  display: block;
  background: #E87524;
}
.results__score-result--F {
  display: block;
  background: #D02030;
}
.results__score-result--F1 {
  display: block;
  background: rgb(216, 62, 72);
}
.results__score-result--F2 {
  display: block;
  background: rgb(224, 106, 117);
}
.results__score-result--F3 {
  display: block;
  background: rgb(232, 144, 152);
}
.results__score-result--F4 {
  display: block;
  background: rgb(239, 181, 186);
}
.results__score-result--F5 {
  display: block;
  background: rgb(247, 218, 221);
}
.results__score-result--none {
  display: block;
}
.results__score-result-letter {
  font-size: 2.1875rem;
  line-height: 1;
}
.results__score-result-score {
  font-size: 1.125rem;
  line-height: 1;
  margin: 0.1875rem 0 0;
}
.results__maps {
  margin: 3.125rem 0 0;
}
@media (min-width: 480px) {
  .results__maps {
    margin: 3.75rem 0 0;
  }
}
@media (min-width: 768px) {
  .results__maps {
    margin: 5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .results__maps {
    margin: 6.25rem 0 0;
  }
}
@media (min-width: 1440px) {
  .results__maps {
    margin: 8.75rem 0 0;
  }
}
.results__map-container {
  margin: 2.25rem 0 0;
}
@media (min-width: 768px) {
  .results__map-container {
    margin: 3.125rem 0 0;
  }
}
@media (min-width: 1200px) {
  .results__map-container {
    margin: 3.75rem 0 0;
  }
}
@media (min-width: 1440px) {
  .results__map-container {
    margin: 4.1875rem 0 0;
  }
}
.results__map-container:first-child {
  margin-top: 0;
}
.results__map-header {
  margin: 0 0 0.9375rem;
}
@media (min-width: 768px) {
  .results__map-header {
    margin: 0 0 1.25rem;
  }
}
@media (min-width: 1200px) {
  .results__map-header {
    margin: 0 0 1.3125rem;
  }
}
.results__map-title {
  margin: 0;
}
.results__map {
  position: relative;
  z-index: 1;
  padding-top: 160%;
}
@media (min-width: 480px) {
  .results__map {
    padding-top: 90%;
  }
}
@media (min-width: 768px) {
  .results__map {
    padding-top: 75%;
  }
}
@media (min-width: 1440px) {
  .results__map {
    padding-top: 0;
  }
}
@media (max-width: 1439px) {
  .results__map > div {
    position: absolute !important;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
  }
}
@media (max-width: 1439px) {
  .results__map > div iframe {
    position: absolute !important;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
  }
}
.results__improved-container {
  padding: 1.125rem 0.8125rem 1.75rem;
}
@media (min-width: 768px) {
  .results__improved-container {
    padding: 1.5rem 1.25rem 1.125rem;
  }
}
@media (min-width: 1200px) {
  .results__improved-container {
    padding: 1.5rem 3.8125rem 1.125rem 2.6875rem;
  }
}
@media (min-width: 1440px) {
  .results__improved-header {
    padding: 0 0 0 1.25rem;
  }
}
.results__improved-title {
  line-height: 1;
  margin: 0 0 0.4375rem;
}
@media (min-width: 480px) {
  .results__improved-title {
    margin: 0 0 0.5625rem;
  }
}
.results__improved-date {
  margin: 0;
}
@media (max-width: 480px) {
  .results__improved-date {
    font-size: 0.875rem;
  }
}
.results__improved-countries {
  text-align: left;
  margin: 0.8125rem 0 0;
}
@media (min-width: 480px) {
  .results__improved-countries {
    margin: 1.125rem 0 0;
  }
}
.results__improved-country {
  background: #fff;
  border: 1px solid #979797;
  border-radius: 13px;
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 600;
  padding: 0.75rem 1.25rem 0.625rem 0.8125rem;
  margin: 0.5625rem 0 0;
}
@media (min-width: 480px) {
  .results__improved-country {
    font-size: 1rem;
    padding: 0.4375rem 1.25rem 0.625rem 1.3125rem;
    margin: 0.4375rem 0 0;
  }
}
@media (min-width: 1200px) {
  .results__improved-country {
    font-size: 1.125rem;
  }
}
.results__improved-country:first-child {
  margin-top: 0;
}
.results__view-container {
  background: #316297;
  padding: 1.625rem 0 1.5rem;
  margin: 1.125rem 0 0;
}
@media (min-width: 768px) {
  .results__view-container {
    padding: 1.3125rem 0 1.4375rem;
    margin: 2.5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .results__view-container {
    margin: 4.5625rem 0 0;
  }
}
.results__view-button-container {
  max-width: 805px;
  margin: 0 auto;
}
.results__view-button {
  display: block;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  padding: 0.6875rem 1.25rem 0.75rem;
}
@media (min-width: 768px) {
  .results__view-button {
    font-size: 1.125rem;
    padding: 0.875rem 1.25rem;
  }
}
.results__view-button:hover {
  background: #fff;
  color: #316297;
}

.results-cta__container {
  background-color: #316297;
  color: #fff;
  text-align: center;
  padding-top: 1.625rem;
  padding-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .results-cta__container {
    padding-top: 1.4375rem;
    padding-bottom: 1.3125rem;
  }
}
.results-cta__button-container {
  max-width: 805px;
  margin: 0 auto;
}
.results-cta__button {
  display: block;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  padding-top: 0.6875rem;
  padding-bottom: 0.75rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {
  .results-cta__button {
    font-size: 1.125rem;
    padding-top: 0.75rem;
    padding-bottom: 1rem;
  }
}
.results-cta__button:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #316297;
}

.download__container {
  position: relative;
  z-index: 1;
  background: #F3F3F3;
  color: #6a6a6a;
  text-align: center;
  padding: 1.875rem 0 2.1875rem;
  margin: 0;
}
@media (min-width: 480px) {
  .download__container {
    padding: 2.5rem 0 3rem;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .download__container {
    padding: 3.125rem 0 3.75rem;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .download__container {
    padding: 3.625rem 0 5rem;
    margin: 0;
  }
}
.download__header {
  margin: 0 0 1.25rem;
}
@media (min-width: 768px) {
  .download__header {
    margin: 0 0 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .download__header {
    margin: 0 0 1.875rem;
  }
}
@media (min-width: 1440px) {
  .download__header {
    margin: 0 0 2.25rem;
  }
}
.download__title {
  margin: 0;
}
.download__form-description {
  margin: 0.9375rem 0 0;
}
@media (min-width: 480px) {
  .download__form-description {
    margin: 1.25rem 0 0;
  }
}
@media (min-width: 1200px) {
  .download__form-description {
    margin: 1.5625rem 0 0;
  }
}
@media (min-width: 1440px) {
  .download__form-description {
    margin: 1.875rem 0 0;
  }
}
.download__form {
  margin: 1.25rem 0 0;
}
@media (min-width: 768px) {
  .download__form {
    padding: 0 4.25rem;
    margin: 1.5625rem 0 0;
  }
}
@media (min-width: 1200px) {
  .download__form {
    padding: 0 8.75rem;
    margin: 1.875rem 0 0;
  }
}
@media (min-width: 1440px) {
  .download__form {
    padding: 0 12.9375rem 0 13rem;
    margin: 2.6875rem 0 0;
  }
}
.download__form .gform_wrapper .gform_footer .button {
  display: block;
  background: #316297;
  border: 2px solid #316297;
  width: 100%;
}
.download__form .gform_wrapper .gform_footer .button:hover, .download__form .gform_wrapper .gform_footer .button:focus, .download__form .gform_wrapper .gform_footer .button:active {
  background: #F3F3F3;
  border: 2px solid #316297;
  color: #316297;
}
.download__form .gform_wrapper .gform_footer .button:hover i svg path, .download__form .gform_wrapper .gform_footer .button:focus i svg path, .download__form .gform_wrapper .gform_footer .button:active i svg path {
  fill: #316297;
}
.download__form .gform_wrapper .gform_footer .button i {
  margin: 0 0 0 0.625rem;
  transform: rotate(90deg);
}

.contact__container {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 1.875rem 0 0;
}
@media (min-width: 480px) {
  .contact__container {
    margin: 2.5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .contact__container {
    margin: 3.1875rem 0 0;
  }
}
.contact__header {
  margin: 0 0 1.25rem;
}
@media (min-width: 768px) {
  .contact__header {
    margin: 0 0 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .contact__header {
    margin: 0 0 1.875rem;
  }
}
@media (min-width: 1440px) {
  .contact__header {
    margin: 0 0 2.3125rem;
  }
}
.contact__title {
  margin: 0;
}
@media (min-width: 768px) {
  .contact__form {
    padding: 0 4.25rem;
  }
}
@media (min-width: 1200px) {
  .contact__form {
    padding: 0 8.75rem;
  }
}
@media (min-width: 1440px) {
  .contact__form {
    padding: 0 12.9375rem 0 13rem;
  }
}

.annual_report__container .wrap {
  max-width: 1075px;
  padding: 0 40px;
  margin: 0 auto;
}
.annual_report__container .flex {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #6a6a6a;
}
.annual_report__container .flex .cover {
  flex: 0 0 290px;
}
@media screen and (max-width: 640px) {
  .annual_report__container .flex .cover {
    display: none;
  }
}
.annual_report__container .flex .cover img {
  display: block;
  border-radius: 6px;
}
.annual_report__container .flex .content .button-row {
  margin: 0 auto 24px;
}
.annual_report__container .flex .content .button-row .default-button {
  flex: 1 1 50%;
}
.annual_report__container .flex .content .button-row .default-button a {
  min-width: inherit;
  width: 100%;
  box-sizing: border-box;
}
.annual_report__container .flex .content .link {
  font-family: "Barlow", sans-serif;
  font-size: 19px;
  line-height: 24px;
  color: #316297;
  text-decoration: underline;
}

img {
  height: auto;
  max-width: 100%;
}

.button {
  display: inline-block;
  position: relative;
  background-color: #4C8C40;
  border: 2px solid #4C8C40;
  border-radius: 3px;
  min-width: 184px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.11112;
  font-weight: 600;
  text-transform: none;
  text-align: center;
  padding: 0.625rem 1.25rem;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 480px) {
  .button {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 768px) {
  .button {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .button {
    font-size: 1.125rem;
  }
}
.button.button--minimal {
  font-size: 0.75rem;
  padding: 0.3rem 0.75rem;
  min-width: unset;
}

.button:focus,
.button:hover,
.button:active {
  background: #fff;
  border: 2px solid #4C8C40;
  color: #4C8C40;
  text-decoration: none;
}

.default-button a {
  display: block;
  position: relative;
  background-color: transparent;
  border: 1px solid #316297;
  border-radius: 100px;
  color: #6a6a6a;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.11112;
  font-weight: 600;
  text-transform: none;
  text-align: center;
  padding: 0.625rem 1.875rem 0.75rem;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .default-button a {
    display: inline-block;
    min-width: 331px;
  }
}
.default-button a:hover, .default-button a:focus, .default-button a:active {
  background: #316297;
  border: 1px solid #316297;
  color: #fff;
  text-decoration: none;
}
.default-button.blue-button a {
  background: #316297;
  color: white;
}
.default-button.blue-button a:hover, .default-button.blue-button a:focus, .default-button.blue-button a:active {
  background: white;
  color: #316297;
}

.button-row {
  display: flex;
  gap: 1.75rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .button-row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .button-row .default-button {
    width: 100%;
  }
}

.button-row.wrap {
	flex-wrap: wrap;
}

.button-container + .button-container {
  margin-top: 1em;
}
.button-container a {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  background-color: #316297;
  border: 2px solid #316297;
  border-radius: 3px;
  min-width: 184px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.125rem;
  line-height: 1.11112;
  font-weight: 600;
  text-transform: none;
  text-align: center;
  padding: 0.75rem 1.25rem;
  transition: all 0.25s ease-in-out;
}
.button-container a:hover, .button-container a:focus, .button-container a:active {
  background: #fff;
  border: 2px solid #316297;
  color: #316297;
  text-decoration: none;
}

body .gform_wrapper {
  margin: 0;
}
body .gform_wrapper ul.gform_fields {
  display: flex;
  flex-wrap: wrap;
}
body .gform_wrapper ul.gform_fields li.gfield {
  position: relative;
  z-index: 1;
  vertical-align: top;
  padding-right: 0;
  padding-bottom: 1.25rem;
  margin: 0.9375rem 0 0;
}
@media (min-width: 480px) {
  body .gform_wrapper ul.gform_fields li.gfield {
    margin: 1.25rem 0 0;
  }
}
@media (min-width: 1200px) {
  body .gform_wrapper ul.gform_fields li.gfield {
    padding-bottom: 1.375rem;
  }
}
body .gform_wrapper ul.gform_fields li.gfield:first-child {
  margin-top: 0;
}
body .gform_wrapper ul.gform_fields li.gfield.hidden_label {
  padding-bottom: 0;
}
body .gform_wrapper ul.gform_fields li.gfield.gf_full {
  width: 100%;
}
body .gform_wrapper ul.gform_fields li.gfield.ignores--text-transform label {
  text-transform: unset !important;
}
body .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 480px) {
  body .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
    display: inline-block;
    width: 50%;
    padding-right: 0.625rem;
  }
}
@media (min-width: 1200px) {
  body .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
    padding-right: 0.75rem;
  }
}
body .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 480px) {
  body .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
    display: inline-block;
    width: 50%;
    padding-right: 0;
    padding-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  body .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
    padding-left: 0.75rem;
  }
}
@media (min-width: 480px) {
  body .gform_wrapper ul.gform_fields li.gfield.gf_right_half:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  body .gform_wrapper ul.gform_fields li.gfield.gf_right_half label.gfield_label {
    left: 19px;
  }
}
body .gform_wrapper ul.gform_fields li.gfield.gfield--width-full {
  width: 100%;
}
body .gform_wrapper ul.gform_fields li.gfield.gfield--width-full > .gfield_label {
  width: 100%;
}
body .gform_wrapper ul.gform_fields li.gfield label.gfield_label {
  position: absolute;
  bottom: 0;
  left: 7px;
  font-family: "Barlow", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 500;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  body .gform_wrapper ul.gform_fields li.gfield label.gfield_label {
    font-size: 1rem;
  }
}
body .gform_wrapper ul.gform_fields li.gfield.custom-file-upload {
  padding-bottom: 0;
}
body .gform_wrapper ul.gform_fields li.gfield.custom-file-upload label.gfield_label {
  display: none;
}
body .gform_wrapper ul.gform_fields li.gfield .ginput_container_fileupload {
  display: none;
}
body .gform_wrapper ul.gform_fields li.gfield .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin: 0 !important;
}
body .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper ul.gform_fields li.gfield textarea {
  background: transparent;
  border: 1px solid #979797;
  border-radius: 3px;
  min-height: auto;
  width: 100%;
  line-height: 1.25;
  padding: 0.375rem 0.4375rem 0.25rem;
}
body .gform_wrapper ul.gform_fields li.gfield textarea {
  display: block;
  height: 158px;
}
body .gform_wrapper ul.gform_fields li.gfield .ginput_container_select span {
  margin-bottom: 0;
}
body .gform_wrapper ul.gform_fields li.gfield .ginput_container_select .select2-container--default .select2-selection--single {
  height: 35px;
}
body .gform_wrapper ul.gform_fields li.gfield .ginput_container_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px;
}
body .gform_wrapper ul.gform_fields li.gfield .ginput_container_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}
body .gform_wrapper ul.gform_fields li.gfield.hidden_label input {
  margin-top: 0;
}
body .gform_wrapper ul.gform_fields li.gfield.hidden_label label {
  position: relative;
  top: 4px;
  left: 7px;
  font-family: "Barlow", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 500;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  body .gform_wrapper ul.gform_fields li.gfield.hidden_label label {
    font-size: 1rem;
  }
}
body .gform_wrapper.gform-theme--no-framework {
  display: flex;
  flex-wrap: wrap;
}
body .gform_wrapper.gform-theme--no-framework .gfield {
  position: relative;
  z-index: 1;
  vertical-align: top;
  padding-right: 0;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0;
}
body .gform_wrapper.gform-theme--no-framework .gfield.gfield--width-half {
  margin-top: 0;
}
body .gform_wrapper.gform-theme--no-framework .gfield.hidden_label {
  padding-bottom: 0;
}
body .gform_wrapper.gform-theme--no-framework .gfield.ignores--text-transform label {
  text-transform: unset !important;
}
body .gform_wrapper.gform-theme--no-framework .gfield.gfield--width-full {
  width: 100%;
}
body .gform_wrapper.gform-theme--no-framework .gfield.gfield--width-full > .gfield_label {
  width: 100%;
  text-align: left;
}
body .gform_wrapper.gform-theme--no-framework .gfield label.gfield_label {
  order: 2;
  text-align: left;
  margin-left: 7px;
  margin-top: 7px;
  font-family: "Barlow", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 500;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  body .gform_wrapper.gform-theme--no-framework .gfield label.gfield_label {
    font-size: 1rem;
  }
}
body .gform_wrapper.gform-theme--no-framework .gfield select {
  text-align: left;
}
body .gform_wrapper.gform-theme--no-framework .gfield .select2-selection__rendered {
  text-align: left;
}
body .gform_wrapper.gform-theme--no-framework .gfield .select2-container {
  width: 100% !important;
}
body .gform_wrapper.gform-theme--no-framework .gfield .ginput_container_consent gform-field-label--type-inline {
  display: inline !important;
}
body .gform_wrapper.gform-theme--no-framework .gfield.custom-file-upload {
  padding-bottom: 0;
}
body .gform_wrapper.gform-theme--no-framework .gfield.custom-file-upload label.gfield_label {
  display: none;
}
body .gform_wrapper.gform-theme--no-framework .gfield .ginput_container_fileupload {
  display: none;
}
body .gform_wrapper.gform-theme--no-framework .gfield .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin: 0 !important;
}
body .gform_wrapper.gform-theme--no-framework .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gform-theme--no-framework .gfield textarea {
  background: transparent;
  border: 1px solid #979797;
  border-radius: 3px;
  min-height: auto;
  width: 100%;
  line-height: 1.25;
  padding: 0.375rem 0.4375rem 0.25rem;
}
body .gform_wrapper.gform-theme--no-framework .gfield textarea {
  display: block;
  height: 158px;
}
body .gform_wrapper.gform-theme--no-framework .gfield .ginput_container_select span {
  margin-bottom: 0;
}
body .gform_wrapper.gform-theme--no-framework .gfield .ginput_container_select .select2-container--default .select2-selection--single {
  height: 35px;
}
body .gform_wrapper.gform-theme--no-framework .gfield .ginput_container_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px;
}
body .gform_wrapper.gform-theme--no-framework .gfield .ginput_container_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}
body .gform_wrapper.gform-theme--no-framework .gfield.hidden_label input {
  margin-top: 0;
}
body .gform_wrapper.gform-theme--no-framework .gfield.hidden_label label:not(.gfield_consent_label) {
  position: relative;
  top: 4px;
  left: 7px;
  font-family: "Barlow", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 500;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  body .gform_wrapper.gform-theme--no-framework .gfield.hidden_label label:not(.gfield_consent_label) {
    font-size: 1rem;
  }
}
body .gform_wrapper.gform-theme--no-framework .gfield .ginput_container.ginput_container_consent {
  text-align: left;
  display: flex;
  gap: 7px;
  align-items: flex-start;
}
body .gform_wrapper.gform-theme--no-framework .gfield .ginput_container.ginput_container_consent input {
  margin-top: 0.2em;
}
body .gform_wrapper.gform-theme--no-framework .gfield .ginput_container.ginput_container_consent label {
  font-family: "Barlow", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 500;
}
body .gform_wrapper .gform_footer {
  text-align: right;
  padding: 0;
  margin: 1.125rem 0 0;
}
@media (min-width: 768px) {
  body .gform_wrapper .gform_footer {
    margin: 1.6875rem 0 0;
  }
}
@media (max-width: 479px) {
  body .gform_wrapper .gform_footer {
    text-align: left;
  }
  body .gform_wrapper .gform_footer button[type=submit],
body .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    width: 100%;
  }
}
body .gform_wrapper .gform_footer button[type=submit],
body .gform_wrapper .gform_footer input[type=submit] {
  display: block;
  background-color: #316297;
  border-color: #316297;
  border-radius: 100px;
  width: 100%;
}
body .gform_wrapper .gform_footer button[type=submit] i,
body .gform_wrapper .gform_footer input[type=submit] i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.375rem;
}
body .gform_wrapper .gform_footer button[type=submit] i svg,
body .gform_wrapper .gform_footer input[type=submit] i svg {
  display: block;
}
body .gform_wrapper .gform_footer button[type=submit] i svg path,
body .gform_wrapper .gform_footer input[type=submit] i svg path {
  fill: #fff;
  transition: fill 0.25s ease-in-out;
}
body .gform_wrapper .gform_footer button[type=submit]:hover, body .gform_wrapper .gform_footer button[type=submit]:focus, body .gform_wrapper .gform_footer button[type=submit]:active,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer input[type=submit]:focus,
body .gform_wrapper .gform_footer input[type=submit]:active {
  background-color: #fff;
  border-color: #316297;
  color: #316297;
}
body .gform_wrapper .gform_footer button[type=submit]:hover i svg path, body .gform_wrapper .gform_footer button[type=submit]:focus i svg path, body .gform_wrapper .gform_footer button[type=submit]:active i svg path,
body .gform_wrapper .gform_footer input[type=submit]:hover i svg path,
body .gform_wrapper .gform_footer input[type=submit]:focus i svg path,
body .gform_wrapper .gform_footer input[type=submit]:active i svg path {
  fill: #316297;
}

.gf_custom_file_upload {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.gf_custom_file_upload .gf_custom_file_upload_button {
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  min-width: 184px;
  background: #316297;
  color: #fff;
  border: 2px solid #316297;
  border-radius: 3px;
  font-family: "Barlow", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
  padding: 0.375rem 1.25rem 0.5rem;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 480px) {
  .gf_custom_file_upload .gf_custom_file_upload_button {
    font-size: 1rem;
    padding: 0.5rem 1.25rem 0.625rem;
  }
}
@media (min-width: 768px) {
  .gf_custom_file_upload .gf_custom_file_upload_button {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .gf_custom_file_upload .gf_custom_file_upload_button {
    font-size: 1.125rem;
  }
}
.gf_custom_file_upload .gf_custom_file_upload_button:hover {
  background: transparent;
  border-color: #316297;
  color: #316297;
}
.gf_custom_file_upload .gf_custom_file_upload_button:hover:after {
  background: url(../images/icons/icon-arrow-blue.svg) no-repeat center;
}
.gf_custom_file_upload .gf_custom_file_upload_button:before {
  content: "Add Attachment";
  display: inline-block;
  font-weight: 600;
  text-transform: lowercase;
  vertical-align: middle;
}
.gf_custom_file_upload .gf_custom_file_upload_button:after {
  content: "";
  display: inline-block;
  background: url(../images/icons/icon-arrow-white.svg) no-repeat center;
  width: 10px;
  height: 11px;
  vertical-align: middle;
  margin-left: 0.5rem;
  transform: rotate(-90deg);
  transition: all 0.25s ease-in-out;
}
.gf_custom_file_upload .gf_custom_file_upload_path_text {
  display: block;
  font-size: 1rem;
  padding: 0 1.75rem 0 0;
  margin: 0.3125rem 0 0;
}
.gf_custom_file_upload .gf_custom_file_upload_path_control {
  display: none;
  position: absolute;
  bottom: 4px;
  right: 5px;
}
.gf_custom_file_upload .gf_custom_file_upload_path_control .remove_control {
  display: block;
  cursor: pointer;
  line-height: 1;
}
.gf_custom_file_upload .gf_custom_file_upload_path_control .remove_control svg {
  display: block;
  width: 18px;
  height: 18px;
}
.gf_custom_file_upload.file_selected .gf_custom_file_upload_path_control {
  display: block;
}

.select2-container--default {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.select2-container--default .select2-selection--single {
  height: 27px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 25px;
}

.social-icon-svg {
  max-width: 30px;
  max-height: 30px;
}

.comment-reply-title {
  font-size: 1.375rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.comment-respond {
  width: 609px;
  margin: 0 auto;
}

.comment-form {
  margin-top: 0;
  width: 100%;
}
.comment-form .form-submit {
  float: left;
}

.comment-author a,
.comment-author cite {
  font-size: 1rem;
  font-style: normal;
  color: #404041;
}

.comment-meta {
  color: #BBBDBF;
}

.comment-notes {
  margin-top: 0;
}

.reply a {
  text-transform: uppercase;
}

.comment {
  max-width: 915px;
  width: 100%;
  margin: 0 auto 15px;
  text-align: left;
  display: table;
  clear: both;
  list-style-type: none;
  position: relative;
  border-top: 1px solid #BBBDBF;
  padding-top: 20px;
}
.comment .children {
  display: table;
  width: 100%;
  padding-left: 111px;
}
.comment .children .comment:first-child {
  margin-top: 15px;
}
.comment .comment-reply-title {
  visibility: hidden;
  height: 0;
  margin: 0;
}
.comment #cancel-comment-reply-link {
  visibility: visible;
  position: absolute;
  top: 116px;
  left: 110px;
  background-color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}
.comment .comment-respond {
  float: left;
  clear: left;
}
.comment .logged-in-as {
  display: none;
}
.comment .form-submit {
  margin-top: 0;
}

.commentlist > .comment:first-child {
  border-top: 0;
}

.comment-avatar {
  float: left;
}

.comment-body {
  float: left;
  margin: 0 15px;
}

@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
a[href^="#"]:after,
.site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
.content-sidebar {
    width: 100%;
  }
  button,
input,
select,
textarea,
.breadcrumb,
.comment-edit-link,
.comment-form,
.comment-list .reply a,
.comment-reply-title,
.edit-link,
.entry-comments-link,
.entry-footer,
.genesis-box,
.header-widget-area,
.hidden-print,
.home-top,
.nav-primary,
.nav-secondary,
.post-edit-link,
.sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
h2,
h3,
h4,
h5,
h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
pre,
table {
    page-break-inside: avoid;
  }
  dl,
ol,
ul {
    page-break-before: avoid;
  }
}
.flag__container {
  display: flex;
}
.flag__stripe {
  flex: 1 0 0px;
  display: block;
  height: 4px;
}
.flag__stripe--red {
  background: #D02030;
}
.flag__stripe--orange {
  background: #E87524;
}
.flag__stripe--yellow {
  background: #F5B21F;
}
.flag__stripe--green {
  background: #4C8C40;
}
.flag__stripe--blue {
  background: #316297;
}

.quote__container {
  background: #f3f3f3;
}
.quote__content {
  color: #6A6A6A;
  font-size: 1.1875rem;
  line-height: 1.26316;
  font-weight: 300;
  text-align: center;
  padding: 2.875rem 0;
  margin: 0;
}
@media (min-width: 480px) {
  .quote__content {
    font-size: 1.5rem;
    line-height: 1.2286;
    padding: 3.75rem 0;
  }
}
@media (min-width: 768px) {
  .quote__content {
    font-size: 1.75rem;
    padding: 4.25rem 3.75rem;
  }
}
@media (min-width: 1200px) {
  .quote__content {
    font-size: 2rem;
    padding: 5rem 7.5rem;
  }
}
@media (min-width: 1440px) {
  .quote__content {
    font-size: 2.1875rem;
    padding: 6.625rem 12.8125rem 6.875rem;
  }
}
.quote__author {
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  line-height: 1.214286;
  font-weight: 600;
  padding: 0 1.875rem;
  margin: 1.25rem 0 0;
}
@media (min-width: 480px) {
  .quote__author {
    font-size: 1.125rem;
    padding: 0 1.875rem;
    margin: 1.25rem 0 0;
  }
}
@media (min-width: 768px) {
  .quote__author {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  .quote__author {
    font-size: 1.25rem;
    line-height: 1.0477;
    padding: 0 5rem;
  }
}
@media (min-width: 1440px) {
  .quote__author {
    font-size: 1.3125rem;
    padding: 0 6.875rem;
    margin: 1.3125rem 0 0;
  }
}

:root {
  --grade-f: #D02030;
  --grade-d: #E87524;
  --grade-c: #F5B21F;
  --grade-b: #4C8C40;
  --grade-a: #316297;
}

#world-map {
  overflow: hidden;
  position: relative;
}

#graph-tooltip.visible {
  display: block;
}

.country {
  stroke: #fff;
  stroke-linejoin: round;
  fill: #ccc;
}

path.line {
  fill: none;
  stroke: black;
}

circle.point {
  opacity: 0;
  pointer-events: none;
}

circle.point.visible {
  opacity: 1;
  pointer-events: all;
  stroke: #fff;
  stroke-width: 2px;
}

circle.point.active {
  fill: purple;
}

path.line {
  stroke-dasharray: 2px;
}

path.line.active {
  stroke-dasharray: none;
}

#world-map {
  overflow: hidden;
  position: relative;
}

.country {
  stroke: #fff;
  stroke-linejoin: round;
  fill: #ccc;
}

path.country {
  shape-rendering: geometricprecision;
  vector-effect: non-scaling-stroke;
}
path.country.active {
  stroke: black;
  stroke-width: 2px;
}
path.country:hover {
  opacity: 0.5;
}

.axis .domain {
  stroke: #C9C9C9;
}
.axis line {
  stroke: #C9C9C9;
}
.axis text {
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.11112;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .axis text {
    font-size: 1.125rem;
  }
}

text.axis-band-label {
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 600;
}

.grade-a {
  fill: #316297;
}

.grade-b {
  fill: #4C8C40;
}

.grade-c {
  fill: #F5B21F;
}

.grade-d {
  fill: #E87524;
}

.grade-f {
  fill: #D02030;
}

.grade-f1 {
  fill: rgb(216, 62, 72);
}

.grade-f2 {
  fill: rgb(224, 106, 117);
}

.grade-f3 {
  fill: rgb(232, 144, 152);
}

.grade-f4 {
  fill: rgb(239, 181, 186);
}

.grade-f5 {
  fill: rgb(247, 218, 221);
}

.usa-table__change-table {
  border: 1px solid #000;
  width: 100%;
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.usa-table__change-table td,
.usa-table__change-table th {
  padding: 5px;
}
.usa-table__change-table td:first-child,
.usa-table__change-table th:first-child {
  text-align: left;
}
.usa-table__change-table th {
  border-bottom: 1px solid #000;
}
.usa-table__change-table td:last-child {
  font-style: italic;
}
.usa-table__change-column {
  background-color: #D02030;
}
.usa-table__change-column--f {
  background-color: #D02030;
}
.usa-table__change-column--d {
  background-color: #E87524;
}
.usa-table__change-column--c {
  background-color: #F5B21F;
}
.usa-table__change-column--b {
  background-color: #4C8C40;
}
.usa-table__change-column--a {
  background-color: #316297;
}
.usa-table__homosexuality-table, .usa-table__hate-table, .usa-table__workplace-table {
  border: 1px solid #000;
  width: 100%;
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.usa-table__homosexuality-table thead tr:first-child th, .usa-table__hate-table thead tr:first-child th, .usa-table__workplace-table thead tr:first-child th {
  text-align: left;
  background-color: #eee;
}
.usa-table__homosexuality-table td,
.usa-table__homosexuality-table th, .usa-table__hate-table td,
.usa-table__hate-table th, .usa-table__workplace-table td,
.usa-table__workplace-table th {
  background-color: #4C8C40;
  text-align: center;
  padding: 5px;
}
.usa-table__homosexuality-table td:first-child,
.usa-table__homosexuality-table th:first-child, .usa-table__hate-table td:first-child,
.usa-table__hate-table th:first-child, .usa-table__workplace-table td:first-child,
.usa-table__workplace-table th:first-child {
  background-color: #D02030;
  border-right: 1px solid #000;
  width: 35%;
  min-width: 175px;
}
.usa-table__homosexuality-table th, .usa-table__hate-table th, .usa-table__workplace-table th {
  border-bottom: 1px solid #000;
}
.usa-table__marriage-table {
  border: 1px solid #000;
  width: 100%;
  max-width: 500px;
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.usa-table__marriage-table thead th {
  text-align: left;
  background-color: #eee;
}
.usa-table__marriage-table td,
.usa-table__marriage-table th {
  text-align: right;
  padding: 5px;
}
.usa-table__marriage-table td:first-child,
.usa-table__marriage-table th:first-child {
  text-align: left;
}
.usa-table__marriage-column--no {
  background-color: #D02030;
}
.usa-table__acceptance-table {
  border: 1px solid #000;
  width: 100%;
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.usa-table__acceptance-table thead tr:first-child th {
  text-align: center;
  background-color: #eee;
  border: none;
}
.usa-table__acceptance-table thead tr th:last-child {
  border-left: 1px solid #000;
}
.usa-table__acceptance-table td,
.usa-table__acceptance-table th {
  text-align: center;
  padding: 5px;
}
.usa-table__acceptance-table td:first-child,
.usa-table__acceptance-table th:first-child {
  text-align: left;
}
.usa-table__acceptance-table th {
  border-bottom: 1px solid #000;
}
.usa-table__acceptance-column--yes {
  background-color: #4C8C40;
}
.usa-table__acceptance-column--no {
  background-color: #D02030;
}

.grading-scale__grades {
  position: relative;
  z-index: 1;
  max-width: 300px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin: 0 auto;
  display: flex;
  max-width: none;
  margin: 0;
}
.grading-scale__grade {
  flex: 1 0 0px;
  width: 20%;
}
@media (min-width: 480px) {
  .grading-scale__grade {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .grading-scale__grade {
    min-width: auto;
    max-width: none;
  }
}
.grading-scale__grade:first-child {
  margin-top: 0;
}
.grading-scale__grade--none grading-scale__grade-letter {
  background: #ccc;
}
.grading-scale__grade--none grading-scale__grade-letter:after {
  border-left-color: #ccc;
}
.grading-scale__grade--f {
  z-index: 5;
}
.grading-scale__grade--f .grading-scale__grade-letter {
  background: #D02030;
}
.grading-scale__grade--f .grading-scale__grade-letter:after {
  border-left-color: #D02030;
}
.grading-scale__grade--d {
  z-index: 4;
}
.grading-scale__grade--d .grading-scale__grade-letter {
  background: #E87524;
}
.grading-scale__grade--d .grading-scale__grade-letter:after {
  border-left-color: #E87524;
}
.grading-scale__grade--c {
  z-index: 3;
}
.grading-scale__grade--c .grading-scale__grade-letter {
  background: #F5B21F;
}
.grading-scale__grade--c .grading-scale__grade-letter:after {
  border-left-color: #F5B21F;
}
.grading-scale__grade--b {
  z-index: 2;
}
.grading-scale__grade--b .grading-scale__grade-letter {
  background: #4C8C40;
}
.grading-scale__grade--b .grading-scale__grade-letter:after {
  border-left-color: #4C8C40;
}
.grading-scale__grade--a {
  z-index: 1;
}
.grading-scale__grade--a .grading-scale__grade-letter {
  background: #316297;
}
.grading-scale__grade--a .grading-scale__grade-letter:after {
  content: none;
}
.grading-scale__grade-letter {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.375rem 0.625rem 0.4375rem;
}
@media (min-width: 768px) {
  .grading-scale__grade-letter {
    font-size: 2.1875rem;
    padding: 2.3125rem 0.625rem 2.1875rem;
  }
}
.grading-scale__grade-letter:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #D02030;
  width: 0;
  height: 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .grading-scale__grade-letter:after {
    right: -19px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 19px solid #D02030;
  }
}
.grading-scale__grade-information {
  font-size: 0.6875rem;
  line-height: 1.363637;
  margin: 0.5625rem 0 0;
}
@media (min-width: 480px) {
  .grading-scale__grade-information {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .grading-scale__grade-information {
    font-size: 1rem;
    line-height: 1.11112;
    margin: 0.625rem 0 0;
  }
}
@media (min-width: 1200px) {
  .grading-scale__grade-information {
    font-size: 1.125rem;
  }
}

.social-media__container {
  list-style-type: none;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.social-media__single {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 0.375rem;
}
.social-media__single:first-child {
  margin-left: 0;
}
.social-media__icon {
  display: block;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 13px 0 13px 0;
  width: 41px;
  height: 41px;
  text-align: center;
}
.social-media__icon i {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social-media__icon svg {
  display: block;
  width: 20px;
  margin: 0 auto;
}
.social-media__icon svg > g {
  fill: #252525;
}
.social-media__icon--facebook:hover {
  background: #316297;
}
.social-media__icon--facebook svg {
  width: 11px;
}
.social-media__icon--twitter:hover {
  background: #62B1DF;
}
.backtotop__container {
  cursor: pointer;
  position: fixed;
  bottom: 74px;
  right: 0;
  z-index: 999;
  opacity: 0;
  background-color: #252525;
  border-radius: 17px 0 0 17px;
  padding: 1.375rem 1.5625rem 1.4375rem 1.25rem;
  transition: opacity 0.25s ease-in-out;
}
.backtotop__container--show {
  opacity: 1;
}
.backtotop__arrow {
  display: block;
  transform: rotate(-90deg);
}
.backtotop__arrow svg {
  display: block;
  width: 20px;
  height: 22px;
}

#scorecard {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  #scorecard {
    margin-top: 3rem;
  }
}
#scorecard * {
  min-height: 0;
  min-width: 0;
}
#scorecard.unauthorized {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  min-height: 210px;
  background: #f3f3f3;
  border-radius: 13px;
  text-align: center;
  padding: 2rem;
}
#scorecard.unauthorized p {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
#scorecard.unauthorized p a {
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
}
#scorecard.unauthorized a {
  font-family: "Barlow", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #316297;
  text-transform: lowercase;
}
#scorecard.authorized .scorecard__wrap {
  background: #F3F3F3;
  border-radius: 13px;
}
#scorecard.authorized .scorecard__wrap .scorecard__header {
  position: relative;
}
#scorecard.authorized .scorecard__wrap .scorecard__header__wrap {
  background: #313131;
  border-radius: 16px;
}
@media (min-width: 480px) {
  #scorecard.authorized .scorecard__wrap .scorecard__header__wrap {
    display: flex;
  }
}
#scorecard.authorized .scorecard__wrap .scorecard__header__tab {
  padding: 1rem;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
#scorecard.authorized .scorecard__wrap .scorecard__header__tab:first-of-type {
  border-bottom: 1px solid #979797;
}
@media (min-width: 480px) {
  #scorecard.authorized .scorecard__wrap .scorecard__header__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
  #scorecard.authorized .scorecard__wrap .scorecard__header__tab:first-of-type {
    border-right: 1px solid #979797;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  #scorecard.authorized .scorecard__wrap .scorecard__header__tab {
    font-size: 21px;
    min-height: 53px;
  }
}
#scorecard.authorized .scorecard__wrap .scorecard__header__tab span {
  max-width: 265px;
  width: 100%;
}
#scorecard.authorized .scorecard__wrap .scorecard__header__tab.active {
  color: white;
}
#scorecard.authorized .scorecard__wrap .scorecard__content {
  display: none;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend {
  font-family: "Barlow", sans-serif;
  border: 1px solid #979797;
  border-radius: 16px;
  padding: 4rem 1rem 1rem;
  margin: -3rem auto 0 auto;
}
@media (min-width: 480px) {
  #scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend {
    padding: 4rem 2.5rem 1rem;
  }
}
@media (min-width: 768px) {
  #scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend {
    display: flex;
    align-items: center;
  }
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__items {
  display: flex;
  margin: 0 auto 1rem auto;
  justify-content: center;
}
@media (min-width: 768px) {
  #scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__items {
    margin: 0 auto 0 0;
    justify-content: flex-start;
  }
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #6A6A6A;
  margin: 0 1rem 0 0;
}
@media (min-width: 480px) {
  #scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__item {
    font-size: 16px;
  }
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__item span {
  position: relative;
  overflow: hidden;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #979797;
  margin: 0 0.5rem 0 0;
}
@media (min-width: 480px) {
  #scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__item span {
    width: 15px;
    height: 15px;
  }
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__item.true span {
  background: #316297;
  border-color: #316297;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__item.false span {
  background: #D02030;
  border-color: #D02030;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__item:last-of-type {
  margin-right: 0;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__year-select {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__year-select {
    margin: 0 0 0 auto;
    justify-content: flex-end;
  }
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__year-select span.label {
  font-size: 14px;
  font-weight: 600;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__year-select span.select2-container--default {
  font-size: 14px;
  font-weight: 600;
  color: #6A6A6A;
  text-align: center;
  margin: 0 0 0 1rem;
}
@media (min-width: 480px) {
  #scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__year-select span.select2-container--default {
    font-size: 16px;
  }
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__year-select span.select2-container--default .select2-selection--single {
  background-color: transparent;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__year-select span.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__legend__year-select select {
  width: 100px;
}
#scorecard.authorized .scorecard__wrap .scorecard__content a.expand-all, #scorecard.authorized .scorecard__wrap .scorecard__content a.collapse-all {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #6a6a6a;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem 0.25rem;
  margin: 0.5rem auto 0.5rem 1rem;
  cursor: pointer;
}
#scorecard.authorized .scorecard__wrap .scorecard__content a.expand-all:hover, #scorecard.authorized .scorecard__wrap .scorecard__content a.collapse-all:hover {
  color: #4C8C40;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap {
  margin: 0 1rem 1rem 1rem;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-header {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #313131;
  background: #EAEAEA;
  border-radius: 13px;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
  cursor: pointer;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-header:before {
  content: "";
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  width: 0;
  margin: 0 1rem 0 0;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-header.closed:before {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-header h4, #scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-header h5, #scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-header h6 {
  margin: 0;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-header h4 .counter, #scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-header h5 .counter, #scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-header h6 .counter {
  margin: 0 1rem 0 0;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body {
  box-sizing: border-box;
  padding: 1rem 1rem 0 1rem;
}
@media (min-width: 480px) {
  #scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body {
    padding: 1rem 1.5rem 0 1.5rem;
  }
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body.closed {
  display: none;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row {
  display: flex;
  justify-content: stretch;
  align-content: stretch;
  border-bottom: 1px solid rgba(49, 49, 49, 0.2);
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row.row-header {
  border-bottom: none;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row.row-header .head {
  padding: 0 1rem 0 0;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row.row-header .data .data-cell {
  padding: 0.5rem 0;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .head {
  display: flex;
  align-items: center;
  flex: 1 1 calc(66% - 60px);
  padding: 0.5rem 1rem 0.5rem 0;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .head .slider-controls {
  display: flex;
  border: 1px solid #6A6A6A;
  border-radius: 3px;
  margin: 0 0 0 auto;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .head .slider-controls button {
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  border-radius: 3px;
  width: 30px;
  background: transparent;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .head .slider-controls button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border-style: solid;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .head .slider-controls button.prev {
  border-right: 1px solid #6A6A6A;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .head .slider-controls button.prev:before {
  border-color: transparent #888 transparent transparent;
  border-width: 4px 5px 4px 0;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .head .slider-controls button.next {
  border-left: 1px solid #6A6A6A;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .head .slider-controls button.next:before {
  border-color: transparent transparent transparent #888;
  border-width: 4px 0 4px 5px;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .head .slider-controls button.disabled {
  cursor: not-allowed;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .head .slider-controls button.disabled:before {
  opacity: 0.25;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .head .slider-controls button.disabled:active {
  background: transparent;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .head .slider-controls button:active {
  background: #252525;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .head .slider-controls .label {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #313131;
  align-self: center;
  padding: 0 0.5rem;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .data {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 600;
  flex: 0 1 33%;
}
@media (min-width: 480px) {
  #scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .data {
    font-size: 18px;
  }
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .data .slider {
  height: 100%;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .data .slick-list {
  overflow: hidden;
  height: 100%;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .data .slick-list .slick-track {
  display: table;
  height: 100%;
  min-width: 100%;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .data .data-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .data .data-cell:nth-of-type(odd) {
  background: #EAEAEA;
  color: inherit;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .data .data-cell .value {
  display: block;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .data .data-cell .value i {
  position: relative;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #979797;
  margin: 0 auto;
}
@media (min-width: 480px) {
  #scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .data .data-cell .value i {
    width: 15px;
    height: 15px;
  }
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .data .data-cell .value i.true {
  background: #316297;
  border-color: #316297;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .scorecard__dataset .section__wrap .section-body .row .data .data-cell .value i.false {
  background: #D02030;
  border-color: #D02030;
}
#scorecard.authorized .scorecard__wrap .scorecard__content.active {
  display: block;
}
#scorecard.authorized .scorecard__wrap .scorecard__content .download-scorecard {
  display: inline-block;
  margin: 0 1rem 1rem;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #6A6A6A;
  float: right;
}
#scorecard.authorized .scorecard__wrap .scorecard__content:before, #scorecard.authorized .scorecard__wrap .scorecard__content:after {
  content: "";
  display: table;
}
#scorecard.authorized .scorecard__wrap .scorecard__content:after {
  clear: both;
}

.site-header {
  position: relative;
  z-index: 100;
  background: #fff;
}

.header__inner {
  display: flex;
  align-items: center;
  font-family: "Barlow", sans-serif;
  padding: 0.875rem 0;
}
@media (min-width: 1200px) {
  .header__inner {
    padding: 1.125rem 0;
  }
}
.header__logo {
  flex: 1 0 0px;
  min-width: 140px;
  max-width: 140px;
  margin: -1.375rem 0 -1.375rem -0.375rem;
}
@media (min-width: 480px) {
  .header__logo {
    min-width: 165px;
    max-width: 165px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    min-width: 245px;
    max-width: 245px;
  }
}
.header__logo a {
  display: block;
}
.header__logo svg {
  display: block;
  width: 117px;
  height: 59px;
}
@media (min-width: 480px) {
  .header__logo svg {
    width: 150px;
    height: 75px;
  }
}
@media (min-width: 768px) {
  .header__logo svg {
    width: 245px;
    height: 138px;
  }
}
.header__mobile {
  display: block;
  flex: 1 0 0px;
  text-align: right;
}
@media (min-width: 1200px) {
  .header__mobile {
    display: none;
  }
}
.header__hamburger {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 28px;
  height: 22px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  margin: 0.4375rem 0 0;
}
@media (min-width: 480px) {
  .header__hamburger {
    width: 40px;
    height: 30px;
    margin-top: 0;
  }
}
.header__hamburger.open span:nth-child(1) {
  top: 0px;
  left: 3px;
  transform: rotate(45deg);
}
@media (min-width: 480px) {
  .header__hamburger.open span:nth-child(1) {
    top: -3px;
  }
}
.header__hamburger.open span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.header__hamburger.open span:nth-child(3) {
  top: 20px;
  left: 3px;
  transform: rotate(-45deg);
}
@media (min-width: 480px) {
  .header__hamburger.open span:nth-child(3) {
    top: 25px;
  }
}
.header__hamburger span {
  display: block;
  position: absolute;
  left: 0;
  background: #000;
  border-radius: 0;
  width: 100%;
  height: 4px;
  opacity: 1;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
@media (min-width: 480px) {
  .header__hamburger span {
    height: 6px;
  }
}
.header__hamburger span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.header__hamburger span:nth-child(2) {
  visibility: visible;
  opacity: 1;
  top: 9px;
  transform-origin: left center;
}
@media (min-width: 480px) {
  .header__hamburger span:nth-child(2) {
    top: 12px;
  }
}
.header__hamburger span:nth-child(3) {
  top: 18px;
  transform-origin: left center;
}
@media (min-width: 480px) {
  .header__hamburger span:nth-child(3) {
    top: 24px;
  }
}
.header__navigation {
  display: block;
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  right: 0;
  height: 0;
  background-color: #efefef;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}
@media (min-width: 480px) {
  .header__navigation {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .header__navigation {
    display: block;
    flex: 1 0 0px;
    position: relative;
    height: auto;
    background: transparent;
    font-size: 0.875rem;
    text-align: right;
    overflow: visible;
    padding: 0;
    margin: 0 0.125rem 0.0625rem 0;
  }
}
.header__navigation-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .header__navigation-inner {
    display: block;
  }
}
.header__navigation .nav-primary {
  order: 1;
}
@media (min-width: 1440px) {
  .header__navigation .nav-primary {
    margin-right: 0.125rem;
  }
}
@media (min-width: 1200px) {
  .header__navigation .nav-primary {
    order: 2;
  }
}
.header__navigation .menu {
  list-style-type: none;
  padding: 1.9375rem 40px 0;
  margin: 0;
}
@media (min-width: 480px) {
  .header__navigation .menu {
    padding: 1.9375rem 40px 0;
  }
}
@media (min-width: 768px) {
  .header__navigation .menu {
    padding: 1.875rem 40px 0;
  }
}
@media (min-width: 1200px) {
  .header__navigation .menu {
    padding: 0;
  }
}
.header__navigation .menu .sub-menu,
.header__navigation .menu .submenu {
  display: block;
  list-style-type: none;
  text-align: left;
  margin: 0;
  transition: height 0.25s ease-in-out;
}
@media (max-width: 1200px) {
  .header__navigation .menu .sub-menu,
.header__navigation .menu .submenu {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .header__navigation .menu .sub-menu,
.header__navigation .menu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    padding: 0;
    background: white;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.21);
    min-width: 235px;
  }
}
.header__navigation .menu .sub-menu li,
.header__navigation .menu .submenu li {
  position: relative;
  display: block;
}
.header__navigation .menu .sub-menu li:first-child,
.header__navigation .menu .submenu li:first-child {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .header__navigation .menu .sub-menu li:first-child,
.header__navigation .menu .submenu li:first-child {
    padding-top: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .header__navigation .menu .sub-menu li:last-child,
.header__navigation .menu .submenu li:last-child {
    padding-bottom: 0.875rem;
  }
}
.header__navigation .menu .sub-menu a,
.header__navigation .menu .submenu a {
  display: block;
  white-space: nowrap;
  opacity: 0.5;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  padding: 0.325rem 0;
}
@media (min-width: 1200px) {
  .header__navigation .menu .sub-menu a,
.header__navigation .menu .submenu a {
    opacity: 1;
    padding: 0.325rem 0.625rem;
  }
}
.header__navigation .menu .sub-menu a:hover,
.header__navigation .menu .submenu a:hover {
  color: #000;
  opacity: 1;
}
.header__navigation .menu > li {
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .header__navigation .menu > li {
    display: inline-block;
  }
}
.header__navigation .menu > li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.header__navigation .menu > li.current-menu-item > a:after {
  position: absolute;
  bottom: -11px;
  left: 21%;
  right: 21%;
  height: 1px;
  background-color: #979797;
}
@media (min-width: 1200px) {
  .header__navigation .menu > li.current-menu-item > a:after {
    content: "";
  }
}
.header__navigation .menu > li > a {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 22px;
  color: #252525;
  padding: 0.325rem 0;
}
@media (min-width: 1200px) {
  .header__navigation .menu > li > a span {
    padding: 0.3125rem 0.6125rem;
  }
}
.header__navigation .menu > li > a:after {
  position: absolute;
  top: 100%;
  left: 51%;
  right: 51%;
  height: 1px;
  background-color: #979797;
  transition: left 0.25s ease-in-out, right 0.25s ease-in-out;
}
@media (min-width: 1200px) {
  .header__navigation .menu > li > a:after {
    content: "";
  }
}
.header__navigation .menu > li > a:hover {
  color: #252525;
}
.header__navigation .menu > li > a:hover:after {
  left: 21%;
  right: 21%;
}
.header__navigation-login {
  order: 2;
}
.header__navigation-login ul {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  list-style: none;
  padding: 0 41px 1.8125rem;
}
@media (min-width: 1200px) {
  .header__navigation-login ul {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0 0 12px;
  }
}
.header__navigation-flag-bar {
  display: flex;
  order: 3;
}
@media (min-width: 1200px) {
  .header__navigation-flag-bar {
    display: none;
  }
}

#site-alert {
  background: #316297;
  padding: 1rem 0;
  font-size: 14px;
  position: fixed;
  top: -100%;
  transition: top 1s linear;
  left: 0;
  right: 0;
}
#site-alert.visible {
  top: 0;
  z-index: 100;
}
#site-alert .site-alert__container {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 64px;
}
#site-alert .alert__content {
  color: #fff;
  align-self: center;
}
#site-alert button {
  background: none;
  border: none;
  align-self: flex-start;
}
#site-alert button svg {
  width: 100%;
  max-width: clamp(24px, 36px, 5vw);
}
#site-alert button svg path {
  transition: fill 0.1s linear;
  fill: #fff;
}
#site-alert button:hover svg path {
  fill: #252525;
}

.hero__container {
  position: relative;
  z-index: 1;
  min-height: 264px;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.hero__image {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}
.hero__content-container {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.hero__content-inner {
  padding: 0 0.75rem;
}
@media (min-width: 1200px) {
  .hero__content-inner {
    padding: 0 5rem;
  }
}
.hero__title {
  color: #fff;
  margin: 0 0 1rem;
}
@media (min-width: 480px) {
  .hero__title {
    margin: 0 0 1.5rem;
  }
}
@media (min-width: 1440px) {
  .hero__title {
    margin: 0 0 2.875rem;
  }
}
.hero__content {
  font-size: 0.9375rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .hero__content {
    font-size: 1.25rem;
    padding: 0 1.25rem;
  }
}
@media (min-width: 1200px) {
  .hero__content {
    font-size: 1.375rem;
    line-height: 1.2273;
  }
}
@media (min-width: 1440px) {
  .hero__content {
    padding: 0 7.5rem;
  }
}
.hero__navigation-container {
  justify-content: center;
  margin: 2.5rem 0 0;
  gap: 20px;
  flex-wrap: wrap;
  display: flex;
}
@media (min-width: 1440px) {
  .hero__navigation-container {
    margin: 3.1875rem 0 0;
  }
}
.hero__single-navigation {
  flex: 0 1 auto;
  min-width: calc(20% - 20px);
  max-width: calc(20% - 20px);
}
@media (max-width: 768px) {
  .hero__single-navigation {
    min-width: unset;
    max-width: unset;
    flex-basis: calc(50% - 20px);
    max-width: 100%;
  }
}
.hero__navigation-link {
  display: block;
  font-family: "Barlow", sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  .hero__navigation-link {
    padding: 5% 0;
  }
  .hero__navigation-link:hover .hero__navigation-title {
    color: #316297;
  }
}
.hero__navigation-link:hover {
  color: #fff;
}
.hero__navigation-link:hover .hero__navigation-icon {
  background: #316297;
}
.hero__navigation-icon {
  display: block;
  border: 4px solid #fff;
  border-radius: 48px 0 48px 0;
  padding: 2.6875rem 0.625rem 2.8125rem;
  transition: background 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .hero__navigation-icon {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hero__navigation-icon {
    border-radius: 52px 0 52px 0;
  }
}
@media (min-width: 1440px) {
  .hero__navigation-icon {
    border-radius: 65px 0 65px 0;
  }
}
.hero__navigation-icon:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.hero__navigation-icon i {
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 5px);
  margin-left: -0.3125rem;
}
.hero__navigation-icon svg, .hero__navigation-icon img {
  display: block;
  margin: 0 auto;
  height: 96px;
  width: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero__navigation-icon svg, .hero__navigation-icon img {
    height: 70px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hero__navigation-icon svg, .hero__navigation-icon img {
    height: 80px;
  }
}
.hero__navigation-icon svg path, .hero__navigation-icon img path {
  transition: fill 0.25s ease-in-out;
}
.hero__navigation-title {
  transition: color 0.25s linear;
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0.875rem 0 0;
}
@media (max-width: 768px) {
  .hero__navigation-title {
    margin-top: 0;
  }
}

.featured-area__image {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}
.featured-area__container {
  position: relative;
  z-index: 1;
  background-color: #F3F3F3;
  min-height: 95px;
  text-align: center;
  padding: 2.625rem 0;
}
@media (min-width: 768px) {
  .featured-area__container {
    padding: 3.75rem 0 4rem;
  }
}
@media (min-width: 1200px) {
  .featured-area__container {
    padding: 4.25rem 0 4.75rem;
  }
}
@media (min-width: 1440px) {
  .featured-area__container {
    padding: 5.75rem 0 4.75rem;
  }
}
.featured-area__wrap {
  position: absolute;
  z-index: 1;
  top: 48%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.featured-area__title-container {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media (min-width: 768px) {
  .featured-area__title-container {
    padding-right: 0;
    padding-left: 0;
  }
}
.featured-area__title.white {
  color: white;
}
.featured-area__navigation {
  position: absolute;
  z-index: 5;
  bottom: 18px;
  left: 0;
  right: 0;
  font-family: "Barlow", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.11112;
  font-weight: 600;
}
@media (min-width: 768px) {
  .featured-area__navigation {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .featured-area__navigation {
    font-size: 1.125rem;
  }
}
.featured-area__navigation-item {
  display: inline-block;
  margin-left: 0.625rem;
}
.featured-area__navigation-item:first-child {
  margin-left: 0;
}
.featured-area__navigation-link {
  color: #6A6A6A;
}
.featured-area__navigation-link.white {
  color: white;
}

.site-inner .entry {
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .site-inner .entry {
    margin: 0 3.75rem;
  }
}
@media (min-width: 1200px) {
  .site-inner .entry {
    margin: 0 7.5rem;
  }
}
@media (min-width: 1440px) {
  .site-inner .entry {
    margin: 0 12.875rem;
  }
}
.site-inner .content {
  padding: 2.25rem 0 0;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .site-inner .content {
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .site-inner .content {
    padding: 4.1875rem 0 0;
  }
}

.page-sections__container--has-content {
  padding: 1.4375rem 0 0;
  margin: 0;
}
@media (min-width: 768px) {
  .page-sections__container--has-content {
    padding: 1.625rem 0 0;
  }
}
.page-sections__sections {
  padding: 0 0 2.25rem;
}
.page-sections__section {
  padding: 1.4375rem 0;
}
@media (min-width: 768px) {
  .page-sections__section {
    padding: 2.5rem 0;
  }
}
.page-sections__section:first-child {
  padding-top: 0;
  margin-top: 0;
}

.content-section__container {
  position: relative;
  text-align: center;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
}
.content-section__container.black-background {
  background: #252525;
  color: white;
}
.content-section__container.black-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #d02030;
  background: linear-gradient(to right, #d02030 0%, #d02030 20%, #e87524 20%, #e87524 40%, #f5b21f 40%, #f5b21f 60%, #4c8c40 60%, #4c8c40 80%, #316297 80%, #316297 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d02030", endColorstr="#316297",GradientType=1 );
}
.content-section__container.black-background h1, .content-section__container.black-background h2, .content-section__container.black-background h3, .content-section__container.black-background h4, .content-section__container.black-background h5, .content-section__container.black-background h6 {
  color: inherit;
}
.content-section__container.blue-background {
  background: #316297;
  color: white;
}
.content-section__container.blue-background h1, .content-section__container.blue-background h2, .content-section__container.blue-background h3, .content-section__container.blue-background h4, .content-section__container.blue-background h5, .content-section__container.blue-background h6 {
  color: inherit;
}
.content-section__container .wrap {
  margin-left: auto;
  margin-right: auto;
  /*            @media( min-width: $tablet ) {
                  margin-right: 3.75rem;
                  margin-left: 3.75rem;
              }

              @media( min-width: $laptop ) {
                  margin-right: 7.5rem;
                  margin-left: 7.5rem;
              }

              @media( min-width: $laptopL ) {
                  margin-right: 12.875rem;
                  margin-left: 12.875rem;
              }*/
}
.content-section__header {
  margin: 0 0 1.1875rem;
}
@media (min-width: 768px) {
  .content-section__header {
    margin: 0 0 2.5rem;
  }
}
.content-section__title {
  margin: 0;
}
.content-section__content {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media (min-width: 768px) {
  .content-section__content {
    padding-right: 0;
    padding-left: 0;
  }
}

.classification__header {
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .classification__header {
    margin-right: 3.75rem;
    margin-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .classification__header {
    margin-right: 7.5rem;
    margin-left: 7.5rem;
  }
}
@media (min-width: 1440px) {
  .classification__header {
    margin-right: 12.875rem;
    margin-left: 12.875rem;
  }
}
.classification__classifications {
  margin-top: 4.25rem;
}
@media (min-width: 768px) {
  .classification__classifications {
    margin: 3.875rem 3.125rem 0;
  }
}
@media (min-width: 1200px) {
  .classification__classifications {
    margin: 3.875rem 6.5rem 0;
  }
}
.classification__classification {
  text-align: center;
  margin: 3.25rem 0 0;
}
@media (min-width: 480px) {
  .classification__classification {
    display: flex;
    text-align: left;
    margin: 2.5rem 0 0;
  }
}
.classification__classification:first-child {
  margin-top: 0;
}
.classification__icon-container {
  flex: 1 0 0px;
  max-width: 115px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .classification__icon-container {
    max-width: 160px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .classification__icon-container {
    max-width: 183px;
  }
}
.classification__icon {
  display: block;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 38px 0 38px 0;
  padding: 1.4375rem 0.625rem 1.75rem;
  transition: background 0.25s ease-in-out;
}
@media (min-width: 480px) {
  .classification__icon {
    height: 70px;
  }
}
@media (min-width: 768px) {
  .classification__icon {
    border-radius: 48px 0 48px 0;
    padding: 1.875rem 0.625rem 2.25rem;
  }
}
@media (min-width: 1200px) {
  .classification__icon {
    height: 80px;
    border: 4px solid #fff;
    border-radius: 52px 0 52px 0;
    padding: 2.6875rem 0.625rem;
  }
}
@media (min-width: 1440px) {
  .classification__icon {
    height: 89px;
    border-radius: 65px 0 65px 0;
  }
}
.classification__icon:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.classification__icon i {
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 5px);
  margin-left: -0.3125rem;
}
.classification__icon svg {
  display: block;
  height: 56px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .classification__icon svg {
    height: 62px;
  }
}
@media (min-width: 768px) {
  .classification__icon svg {
    height: 75px;
  }
}
.classification__content-container {
  flex: 1 0 0px;
  margin-top: 1.5625rem;
}
@media (min-width: 480px) {
  .classification__content-container {
    border-left: 1px solid #fff;
    padding: 0 0 0 1.875rem;
    margin: 0 0 0 2.25rem;
  }
}
@media (min-width: 768px) {
  .classification__content-container {
    padding: 0 0 0 2.5rem;
    margin: 0 0 0 2.75rem;
  }
}
@media (min-width: 1200px) {
  .classification__content-container {
    padding: 0 0 0 3.8125rem;
    margin: 0 0 0 4.0625rem;
  }
}
@media (min-width: 1200px) {
  .classification__content-inner {
    padding: 0.8125rem 0 0;
  }
}
.classification__single-header {
  margin: 0 0 0.8125rem;
}
@media (min-width: 768px) {
  .classification__single-header {
    margin: 0 0 0.625rem;
  }
}
.classification__single-title {
  margin: 0;
}

.citations__container {
  font-family: "Barlow", sans-serif;
  padding-top: 1.5rem;
  margin-top: 1.25rem;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .citations__container {
    margin-right: 3.75rem;
    margin-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .citations__container {
    margin-right: 7.5rem;
    margin-left: 7.5rem;
  }
}
@media (min-width: 1440px) {
  .citations__container {
    margin-right: 12.9375rem;
    margin-left: 13.0625rem;
  }
}
@media (min-width: 1200px) {
  .citations__container:last-child {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1440px) {
  .citations__container:last-child {
    margin-bottom: 10rem;
  }
}
.citations__header {
  text-align: center;
  margin: 0 0 1.375rem;
}
.citations__title {
  margin: 0;
}
.citations__citation {
  border-bottom: 1px solid #C9C9C9;
  color: #6A6A6A;
  font-weight: 600;
  padding-bottom: 1.25rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .citations__citation {
    padding-bottom: 1.625rem;
    margin-bottom: 1rem;
  }
}
.citations__content {
  font-size: 0.875rem;
  line-height: 1.214286;
}
@media (min-width: 480px) {
  .citations__content {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .citations__content {
    font-size: 1rem;
    line-height: 1.1112;
  }
}
@media (min-width: 1200px) {
  .citations__content {
    font-size: 1.125rem;
  }
}
.citations__link {
  font-size: 0.75rem;
  line-height: 1.214286;
  margin-top: 0.625rem;
}
@media (min-width: 480px) {
  .citations__link {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) {
  .citations__link {
    font-size: 0.875rem;
    line-height: 1.1112;
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .citations__link {
    font-size: 0.9375rem;
  }
}
.citations__link a {
  color: #6A6A6A;
}
.citations__link a i {
  margin-left: 0.375rem;
}
.citations__access {
  font-size: 1.125rem;
  line-height: 1.1112;
  margin-top: 0.75rem;
}
.citations__media {
  position: relative;
  z-index: 1;
  padding-top: 56.4%;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .citations__media {
    margin-top: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .citations__media {
    height: 415px;
    padding-top: 0;
    margin-top: 3.625rem;
  }
}
.citations__media iframe {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-section__container {
  color: #757575;
  margin-top: 0.625rem;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .form-section__container {
    margin-top: 1.25rem;
    margin-right: 3.75rem;
    margin-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .form-section__container {
    margin-top: 2.4375rem;
    margin-right: 7.5rem;
    margin-left: 7.5rem;
  }
}
@media (min-width: 1440px) {
  .form-section__container {
    margin-right: 13.125rem;
    margin-left: 13rem;
  }
}
.form-section__header {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (min-width: 480px) {
  .form-section__header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .form-section__header {
    margin-bottom: 2.25rem;
  }
}
.form-section__title {
  margin: 0;
}
.form-section__content {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .form-section__content {
    margin-bottom: 1.6875rem;
  }
}
.form-section__form .gform_footer .button {
  display: block;
  background-color: #316297;
  border-color: #316297;
  border-radius: 100px;
  width: 100%;
}
.form-section__form .gform_footer .button:hover {
  background-color: #fff;
  border-color: #316297;
  color: #316297;
}
.form-section__form .gform_footer .button:hover i svg path {
  fill: #316297 !important;
}

.home .site-inner *,
.home .site-inner *:before,
.home .site-inner *:after {
  box-sizing: border-box;
}
.home .site-inner .content-sidebar-wrap {
  padding: 2.625rem 0 0;
}
@media (min-width: 480px) {
  .home .site-inner .content-sidebar-wrap {
    padding: 3.25rem 0 0;
  }
}
@media (min-width: 768px) {
  .home .site-inner .content-sidebar-wrap {
    padding: 3.75rem 0 0;
  }
}
@media (min-width: 1200px) {
  .home .site-inner .content-sidebar-wrap {
    padding: 4.75rem 0 0;
  }
}
@media (min-width: 1440px) {
  .home .site-inner .content-sidebar-wrap {
    padding: 5.375rem 0 0;
  }
}
.home .site-inner .entry {
  max-width: 1075px;
  padding: 0 40px !important;
  color: #6A6A6A;
  padding: 0;
  margin: 0 auto;
}
.home .site-inner .entry-content {
  border-bottom: 1px solid #6a6a6a;
  text-align: center;
  padding: 0 0 2.1875rem;
  margin: 0;
}
@media (min-width: 768px) {
  .home .site-inner .entry-content {
    padding: 0 0 2.5625rem;
  }
}
.home .site-inner .content {
  padding: 0 0.625rem;
}
@media (min-width: 480px) {
  .home .site-inner .content {
    padding: 0;
  }
}
.home .site-inner .results-charts__map-form {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}
.home .site-inner .results-charts__grade-scale {
  padding: 0;
}
.home .site-footer {
  margin: 0;
}

.page-template-template-methodology h2,
.page-template-template-methodology h3,
.page-template-template-methodology h4,
.page-template-template-methodology h5,
.page-template-template-methodology h6 {
  color: #fff;
}
.page-template-template-methodology .site-container {
  background: #313131;
}
.page-template-template-methodology .content-sidebar-wrap {
  color: #fff;
}
.page-template-template-methodology .site-footer {
  margin-top: 0;
}

.methodology-data__container {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 6.625rem 0 0;
  margin: 3.3125rem 0 0;
}
@media (min-width: 768px) {
  .methodology-data__container {
    padding: 4.875rem 0 0;
    margin: 5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .methodology-data__container {
    padding: 5.75rem 0 0;
    margin: 8rem 0 0;
  }
}
.methodology-data__navigation {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Barlow", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .methodology-data__navigation {
    display: flex;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .methodology-data__navigation {
    font-size: 1.125rem;
  }
}
.methodology-data__navigation-item {
  flex: 1 0 0px;
  background: #316297;
}
.methodology-data__navigation-item:nth-child(even) .methodology-data__navigation-button {
  background: #62B1DF;
}
.methodology-data__navigation-item:nth-child(even) .methodology-data__navigation-button:hover {
  background: #fff;
  color: #62B1DF;
}
.methodology-data__navigation-button {
  display: block;
  background: #316297;
  color: #fff;
  padding-top: 1.3125rem;
  padding-bottom: 1.1875rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {
  .methodology-data__navigation-button {
    padding-top: 1.875rem;
    padding-bottom: 2rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .methodology-data__navigation-button {
    padding-top: 2.25rem;
    padding-bottom: 2.375rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.methodology-data__navigation-button:hover {
  background: #fff;
  color: #316297;
}
.methodology-data__section {
  position: relative;
  z-index: 1;
  background-color: #313131;
  padding: 1.5625rem 0 3.125rem;
}
@media (min-width: 480px) {
  .methodology-data__section {
    padding: 2.5rem 0 3.125rem;
  }
}
@media (min-width: 768px) {
  .methodology-data__section {
    padding: 4.6875rem 0 6.5rem;
  }
}
@media (min-width: 1200px) {
  .methodology-data__section {
    padding: 4.6875rem 0 9.125rem;
  }
}
.methodology-data__section:nth-child(even) {
  background-color: #252525;
}
.methodology-data__section:nth-child(even) .methodology-data__data-count {
  background: #62B1DF;
}
.methodology-data__section:nth-child(even) .methodology-data__categories:before {
  border-top-color: #252525;
}
.methodology-data__section:last-child {
  padding-bottom: 7.125rem;
}
.methodology-data__header {
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .methodology-data__header {
    text-align: center;
    margin-right: 3.75rem;
    margin-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .methodology-data__header {
    margin-right: 7.5rem;
    margin-left: 7.5rem;
  }
}
@media (min-width: 1440px) {
  .methodology-data__header {
    margin-right: 12.875rem;
    margin-left: 12.875rem;
  }
}
.methodology-data__title {
  margin: 0 0 0.8125rem;
}
@media (min-width: 480px) {
  .methodology-data__title {
    margin: 0 0 1.875rem;
  }
}
@media (min-width: 768px) {
  .methodology-data__title {
    margin: 0 0 2.4375rem;
  }
}
.methodology-data__data-container {
  margin-top: 1.5625rem;
}
@media (min-width: 768px) {
  .methodology-data__data-container {
    display: flex;
    margin: 4.5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .methodology-data__data-container {
    margin: 5.8125rem 6.6875rem 0 6.4375rem;
  }
}
.methodology-data__data-count-container {
  flex: 1 0 20%;
}
@media (min-width: 1200px) {
  .methodology-data__data-count-container {
    flex: 1 0 12.2%;
  }
}
.methodology-data__data-counts {
  display: flex;
  text-align: center;
}
@media (min-width: 1440px) {
  .methodology-data__data-counts {
    padding-left: 0.25rem;
  }
}
.methodology-data__data-count {
  flex: 0 1 auto;
  background: #316297;
  border-radius: 34px 0 34px 0;
  width: 33.3333333333%;
  max-width: 140px;
  font-family: "Barlow", sans-serif;
  font-size: 2.375rem;
  line-height: 0.93334;
  font-weight: 600;
  padding: 1.6875rem 0.625rem 1.125rem;
  margin: 0 0 0 0.75rem;
}
@media (min-width: 480px) {
  .methodology-data__data-count {
    border-radius: 42px 0 42px 0;
    max-width: none;
    font-size: 3.125rem;
    padding: 2.125rem 0.625rem 1.375rem;
    margin: 0 0 0 0.9375rem;
  }
}
@media (min-width: 768px) {
  .methodology-data__data-count {
    max-width: 163px;
    font-size: 3.875rem;
    border-radius: 48px 0 48px 0;
    margin: 0 0 0 0.75rem;
  }
}
@media (min-width: 1200px) {
  .methodology-data__data-count {
    margin: 0 0 0 0.9375rem;
  }
}
@media (min-width: 1440px) {
  .methodology-data__data-count {
    border-radius: 53px 0 53px 0;
    font-size: 4.6875rem;
    padding: 2.375rem 0.625rem 1.5625rem;
    margin: 0 0 0 1.3125rem;
  }
}
.methodology-data__data-count:first-child {
  margin-top: 0;
  margin-left: 0;
}
.methodology-data__data-count span {
  display: block;
  font-family: "Yrsa", serif;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 400;
  margin: 0.5625rem 0 0;
}
@media (min-width: 480px) {
  .methodology-data__data-count span {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .methodology-data__data-count span {
    font-size: 1.25rem;
  }
}
.methodology-data__points-container {
  flex: 1 0 0px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .methodology-data__points-container {
    padding-left: 1.25rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .methodology-data__points-container {
    padding-left: 1.9375rem;
    margin-left: 2.125rem;
  }
}
.methodology-data__points-container:before {
  position: absolute;
  top: 21px;
  bottom: 21px;
  left: 0;
  width: 1px;
  background: #fff;
}
@media (min-width: 768px) {
  .methodology-data__points-container:before {
    content: "";
  }
}
.methodology-data__points {
  font-family: "Barlow", sans-serif;
  font-size: 6.375rem;
  line-height: 0.75;
  font-weight: 600;
  text-align: center;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .methodology-data__points {
    font-size: 4.6875rem;
    padding-top: 0.3125rem;
  }
}
@media (min-width: 1200px) {
  .methodology-data__points {
    font-size: 5.5rem;
    padding-top: 0.625rem;
  }
}
@media (min-width: 1440px) {
  .methodology-data__points {
    font-size: 8.5rem;
  }
}
.methodology-data__points span {
  display: block;
  font-family: "Yrsa", serif;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 400;
  margin: 1.875rem 0 0;
}
@media (min-width: 480px) {
  .methodology-data__points span {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .methodology-data__points span {
    font-size: 1.125rem;
    margin: 1.875rem 0 0;
  }
}
@media (min-width: 1200px) {
  .methodology-data__points span {
    font-size: 1.25rem;
    margin: 2.5rem 0 0;
  }
}
.methodology-data__categories {
  position: relative;
  z-index: 1;
  font-family: "Barlow", sans-serif;
  text-align: left;
  margin: 2.25rem 0 0;
}
@media (min-width: 768px) {
  .methodology-data__categories {
    border-top: 1px solid #fefefe;
    padding-top: 3.125rem;
    margin: 1.8125rem 0 0;
  }
}
@media (min-width: 1200px) {
  .methodology-data__categories {
    padding-top: 3.8125rem;
    margin: 1.8125rem 4.5rem 0;
  }
}
@media (min-width: 1440px) {
  .methodology-data__categories {
    margin: 1.8125rem 6.6875rem 0 6.4375rem;
  }
}
.methodology-data__categories:before {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 25.9%;
  width: 0;
  height: 0;
  border-top: 19px solid #313131;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .methodology-data__categories:before {
    content: "";
  }
}
.methodology-data__categories:after {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 25.9%;
  width: 0;
  height: 0;
  border-top: 22px solid #fff;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .methodology-data__categories:after {
    content: "";
  }
}
.methodology-data__category {
  margin-top: 1.5625rem;
}
@media (min-width: 768px) {
  .methodology-data__category {
    margin-top: 1.75rem;
  }
}
.methodology-data__category:first-child {
  margin-top: 0;
}
.methodology-data__category-header {
  background: #fff;
  border: 1px solid #fff;
  color: #252525;
  font-size: 0.875rem;
  line-height: 1.214286;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (min-width: 480px) {
  .methodology-data__category-header {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .methodology-data__category-header {
    font-size: 1.25rem;
    line-height: 1;
    padding-top: 0.9375rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .methodology-data__category-header {
    font-size: 1.3125rem;
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
    padding-left: 1.375rem;
    padding-right: 1.75rem;
  }
}
.methodology-data__category-number {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  width: 20px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .methodology-data__category-number {
    font-size: 1.3125rem;
    padding-top: 0;
  }
}
.methodology-data__category-name {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  padding-left: 1.875rem;
}
@media (min-width: 1200px) {
  .methodology-data__category-name {
    padding-left: 2.8125rem;
  }
}
.methodology-data__items-container {
  border: 1px solid #5F5F5F;
  padding-top: 0.5625rem;
  padding-bottom: 1.3125rem;
  padding-left: 1rem;
  padding-right: 0.75rem;
}
@media (min-width: 480px) {
  .methodology-data__items-container {
    padding-top: 0.9375rem;
    padding-bottom: 1.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 768px) {
  .methodology-data__items-container {
    padding-top: 1.375rem;
    padding-bottom: 1.5rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .methodology-data__items-container {
    padding-top: 1.625rem;
    padding-bottom: 1.75rem;
    padding-left: 3.875rem;
    padding-right: 3.875rem;
  }
}
.methodology-data__items {
  font-size: 0.8125rem;
  line-height: 2.23077;
  padding: 0 0 0 1.5625rem;
  margin: 0;
}
@media (min-width: 480px) {
  .methodology-data__items {
    font-size: 1rem;
    line-height: 2.045455;
  }
}
@media (min-width: 768px) {
  .methodology-data__items {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .methodology-data__items {
    font-size: 1.375rem;
  }
}

.grading__container {
  color: #fff;
  text-align: center;
  padding-top: 1.5625rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .grading__container {
    padding-top: 4.9375rem;
    padding-bottom: 6.1875rem;
  }
}
.grading__header {
  margin-bottom: 1.4375rem;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .grading__header {
    text-align: center;
    margin-bottom: 0.5rem;
    margin-right: 3.75rem;
    margin-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .grading__header {
    margin-right: 7.5rem;
    margin-left: 7.5rem;
  }
}
@media (min-width: 1440px) {
  .grading__header {
    margin-right: 12.875rem;
    margin-left: 12.875rem;
  }
}
.grading__title {
  margin: 0;
}
.grading__content {
  max-width: 310px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px) {
  .grading__content {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .grading__content {
    text-align: center;
    margin-right: 3.75rem;
    margin-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .grading__content {
    margin-right: 7.5rem;
    margin-left: 7.5rem;
  }
}
@media (min-width: 1440px) {
  .grading__content {
    margin-right: 12.875rem;
    margin-left: 12.875rem;
  }
}
.grading__scale {
  margin-top: 2.1875rem;
}
@media (min-width: 768px) {
  .grading__scale {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .grading__scale {
    padding-right: 6.5rem;
    padding-left: 6.5rem;
    margin-top: 3.125rem;
  }
}

.country-profiles .site-inner {
  position: relative;
  z-index: 1;
  background-color: #f3f3f3;
  background-image: url(../images/country-profile-background.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 43.1vh;
  min-height: 300px;
}
@media (min-width: 768px) {
  .country-profiles .site-inner {
    height: 70vh;
    min-height: 650px;
  }
}
@media (min-width: 1200px) {
  .country-profiles .site-inner {
    height: 75vh;
    min-height: 700px;
  }
}
@media (min-width: 1440px) {
  .country-profiles .site-inner {
    min-height: 794px;
  }
}
.country-profiles .site-inner .entry {
  max-width: 380px;
  margin: 0 auto;
}
.country-profiles .site-inner .content {
  max-width: 313px;
  padding-top: 0;
}
@media (min-width: 480px) {
  .country-profiles .site-inner .content {
    max-width: none;
  }
}
.country-profiles .content-sidebar-wrap {
  position: absolute;
  z-index: 1;
  top: 46.3%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .country-profiles .content-sidebar-wrap {
    top: 50%;
  }
}
.country-profiles .entry-header {
  margin-bottom: 0.1875rem;
}
@media (min-width: 480px) {
  .country-profiles .entry-header {
    margin-bottom: 0.3125rem;
  }
}
@media (min-width: 768px) {
  .country-profiles .entry-header {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .country-profiles .entry-header {
    margin-bottom: 1.75rem;
  }
}
.country-profiles h1 {
  font-size: 1.5rem;
  line-height: 1.42858;
}
@media (min-width: 768px) {
  .country-profiles h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .country-profiles h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1440px) {
  .country-profiles h1 {
    font-size: 2.1875rem;
  }
}
.country-profiles .site-footer {
  margin-top: 0;
}
.country-profiles__form-content {
  text-align: left;
}
.country-profiles__label {
  display: block;
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.75rem;
}
@media (min-width: 480px) {
  .country-profiles__label {
    font-size: 1rem;
    margin-bottom: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .country-profiles__label {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .country-profiles__label {
    font-size: 1.25rem;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .country-profiles__label {
    font-size: 1.3125rem;
  }
}
.country-profiles__select {
  display: block;
  width: 100%;
}
.country-profiles__submit {
  text-align: center;
  margin-top: 1rem;
}
@media (min-width: 480px) {
  .country-profiles__submit {
    margin-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .country-profiles__submit {
    margin-top: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .country-profiles__submit {
    margin-top: 2.125rem;
  }
}
.country-profiles__submit button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #6a6a6a;
  border-radius: 100px;
  color: #757575;
  box-shadow: none;
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  padding-top: 0.25rem;
  padding-bottom: 0.375rem;
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
  transition: all 0.25s ease-in-out;
}
.country-profiles__submit button:hover {
  background-color: #6a6a6a;
  color: #fff;
}

.citation-reference {
  vertical-align: super;
  font-size: 12px;
  color: blue;
  text-decoration: underline;
}

.single-gbgr_countries .site-inner .wrap {
  max-width: 1015px;
}
.single-gbgr_countries .site-inner .content-sidebar-wrap {
  margin-top: -9.4375rem;
}
@media (min-width: 768px) {
  .single-gbgr_countries .site-inner .content-sidebar-wrap {
    margin-top: -7.1875rem;
  }
}
.single-gbgr_countries .site-inner .content {
  max-width: 1015px;
  padding: 0;
  margin: 0 auto;
}

.country-anchor-links {
  padding: 2rem 0;
  background: #252525;
  text-align: center;
}
@media (max-width: 768px) {
  .country-anchor-links {
    padding: 0.5rem 0;
  }
}
.country-anchor-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.country-anchor-links ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .country-anchor-links ul li {
    display: block;
    margin: 0.5rem auto;
  }
}
.country-anchor-links ul li a {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: white;
  cursor: pointer;
}
@media (max-width: 768px) {
  .country-anchor-links ul li a {
    font-size: 14px;
  }
}

.country-top-container {
  background-color: #F3F3F3;
  padding-top: 1.25rem;
  padding-bottom: 10.4375rem;
}
@media (min-width: 768px) {
  .country-top-container {
    padding-top: 1.75rem;
    padding-bottom: 8.9375rem;
  }
}

.country-hero__container {
  border: 1px solid #979797;
  border-radius: 13px;
}
.country-hero__selection-container {
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
  padding-right: 0.5rem;
  padding-left: 1.6875rem;
}
@media (min-width: 768px) {
  .country-hero__selection-container {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-right: 1.6875rem;
  }
}
.country-hero__selection-label {
  display: inline-block;
  vertical-align: text-top;
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  line-height: 1.04766;
  font-weight: 600;
  margin-right: 0.875rem;
}
@media (min-width: 768px) {
  .country-hero__selection-label {
    font-size: 1.3125rem;
    margin-right: 0.25rem;
  }
}
.country-hero__selection-select {
  width: calc(100% - 115px);
}
@media (min-width: 768px) {
  .country-hero__selection-select {
    width: 310px;
  }
}
.country-hero__main-container {
  background-color: #fff;
  border-top: 1px solid #979797;
  border-radius: 13px;
}
@media (min-width: 768px) {
  .country-hero__main-container {
    display: flex;
  }
}
.country-hero__map-container {
  flex: 1 0 15%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .country-hero__map-container {
    flex: 1 0 29%;
  }
}
.country-hero__data-container {
  flex: 1 0 0px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-top: 1px solid #979797;
  border-radius: 13px;
  margin-top: -1.75rem;
}
@media (min-width: 768px) {
  .country-hero__data-container {
    border-top: none;
    border-left: 1px solid #979797;
    margin-top: 0;
    margin-left: -3.9375rem;
  }
}
.country-hero__map img {
  display: block;
  border-radius: 13px;
  width: 100%;
}

.country-data__information {
  border-bottom: 1px solid #979797;
  border-radius: 13px;
  text-align: center;
  padding-top: 1.75rem;
  padding-bottom: 0.6875rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
@media (min-width: 768px) {
  .country-data__information {
    padding-top: 3rem;
    padding-bottom: 2.1875rem;
  }
}
.country-data__flag img {
  border: 1px solid #979797;
  border-radius: 200px;
  max-width: 68px;
  max-height: 68px;
  padding: 0.5625rem;
}
.country-data__title {
  margin-top: 0.6875rem;
}
@media (min-width: 768px) {
  .country-data__title {
    margin-top: 1.0625rem;
  }
}
.country-data__title h1 {
  font-size: 2.1875rem;
  line-height: 1;
  margin: 0;
}
.country-data__year-container {
  margin-top: 1.5625rem;
}
@media (min-width: 768px) {
  .country-data__year-container {
    margin-top: 0.8125rem;
  }
}
.country-data__select {
  width: 89px;
}
@media (min-width: 480px) {
  .country-data__select {
    width: 186px;
  }
}
.country-data__results {
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
@media (min-width: 768px) {
  .country-data__results {
    padding-top: 1.875rem;
    padding-bottom: 0.625rem;
  }
}
.country-data__result {
  display: flex;
  background-color: #F3F3F3;
  border-radius: 17px;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .country-data__result {
    margin-top: 1.0625rem;
  }
}
.country-data__result:first-child {
  margin-top: 0;
}
.country-data__result-name {
  flex: 1 0 0px;
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 1.125rem;
  line-height: 1.11112;
  font-weight: 600;
  padding-left: 1.375rem;
}
@media (min-width: 768px) {
  .country-data__result-name {
    padding-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .country-data__result-name {
    font-size: 1.3125rem;
    line-height: 1.04766;
  }
}
.country-data__result-name:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.country-data__result-name span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 6px);
}
.country-data__result-score {
  flex: 1 0 0px;
  background: #ccc;
  border-radius: 17px;
  max-width: 81px;
  min-height: 56px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 0.9375rem 0.625rem 1.0625rem;
}
@media (min-width: 480px) {
  .country-data__result-score {
    max-width: 101px;
    padding: 1.125rem 0.625rem 1.1875rem;
  }
}
@media (min-width: 768px) {
  .country-data__result-score {
    max-width: 124px;
    padding: 0.9375rem 0.625rem 1rem;
  }
}
@media (min-width: 1200px) {
  .country-data__result-score {
    padding: 1.125rem 0.625rem 1.1875rem;
  }
}
.country-data__result-score--A {
  display: block;
  background: #316297;
}
.country-data__result-score--B {
  display: block;
  background: #4C8C40;
}
.country-data__result-score--C {
  display: block;
  background: #F5B21F;
}
.country-data__result-score--D {
  display: block;
  background: #E87524;
}
.country-data__result-score--F {
  display: block;
  background: #D02030;
}
.country-data__result-score--F1 {
  display: block;
  background: rgb(216, 62, 72);
}
.country-data__result-score--F2 {
  display: block;
  background: rgb(224, 106, 117);
}
.country-data__result-score--F3 {
  display: block;
  background: rgb(232, 144, 152);
}
.country-data__result-score--F4 {
  display: block;
  background: rgb(239, 181, 186);
}
.country-data__result-score--F5 {
  display: block;
  background: rgb(247, 218, 221);
}

.result-data__result-letter {
  display: block;
  font-size: 2.1875rem;
  line-height: 1;
}
.result-data__result-percent {
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0.1875rem 0 0;
}

.quick-facts__container {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .quick-facts__container {
    margin-top: 1.3125rem;
  }
}
.quick-facts__title {
  font-size: 1.5rem;
  line-height: 1.166667;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .quick-facts__title {
    font-size: 1.75rem;
    line-height: 1.42858;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .quick-facts__title {
    font-size: 2rem;
  }
}
@media (min-width: 1440px) {
  .quick-facts__title {
    font-size: 2.1875rem;
  }
}
.quick-facts__facts {
  flex-wrap: wrap;
  margin-top: 1.125rem;
}
@media (min-width: 768px) {
  .quick-facts__facts {
    display: flex;
    margin-top: 0.4375rem;
  }
}
.quick-facts__fact {
  flex: 1 0 0px;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 13px;
  color: #383838;
  font-family: "Barlow", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.38462;
  font-weight: 600;
  margin-top: 0.3125rem;
}
@media (min-width: 768px) {
  .quick-facts__fact {
    min-width: calc(50% - 12px);
    max-width: calc(50% - 12px);
    color: #6A6A6A;
    font-size: 1rem;
    line-height: 1.11112;
    margin-top: 0.25rem;
    margin-right: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .quick-facts__fact {
    min-width: calc(50% - 22px);
    max-width: calc(50% - 22px);
    font-size: 1.125rem;
    margin-right: 1.25rem;
  }
}
.quick-facts__fact:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .quick-facts__fact:nth-child(even) {
    margin-right: 0;
    margin-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .quick-facts__fact:nth-child(even) {
    margin-left: 1.25rem;
  }
}
@media (min-width: 768px) {
  .quick-facts__fact:nth-child(-n+2) {
    margin-top: 0;
  }
}
.quick-facts__inner {
  padding-top: 0.5625rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 768px) {
  .quick-facts__inner {
    padding-top: 0.375rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.quick-facts__name {
  display: inline-block;
}
.quick-facts__value {
  display: inline-block;
}

.country-results__container {
  background-color: #F3F3F3;
  border-radius: 13px;
}
.country-results__chart-container {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 13px;
  padding-top: 1.4375rem;
  padding-bottom: 1.1875rem;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}
@media (min-width: 768px) {
  .country-results__chart-container {
    padding-top: 2.75rem;
    padding-bottom: 1.875rem;
    padding-right: 1.4375rem;
    padding-left: 1.4375rem;
  }
}
@media (min-width: 1200px) {
  .country-results__chart-container {
    padding-top: 3.3125rem;
  }
}
@media (min-width: 768px) {
  .country-results__results {
    display: flex;
  }
}
.country-results__result {
  flex: 1 0 0px;
  margin-bottom: 2.875rem;
}
@media (min-width: 768px) {
  .country-results__result {
    padding-right: 0.625rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .country-results__result {
    padding-right: 1.25rem;
  }
}
.country-results__result:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .country-results__result:last-child {
    padding-right: 0;
    padding-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .country-results__result:last-child {
    padding-left: 1.25rem;
  }
}
.country-results__chart {
  margin-top: 1.4375rem;
}
@media (min-width: 768px) {
  .country-results__chart {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .country-results__chart {
    margin-top: 2.875rem;
  }
}
@media (min-width: 1200px) {
  .country-results__scores {
    display: flex;
  }
}
.country-results__single-score {
  flex: 1 0 0px;
  margin-bottom: 0.75rem;
}
@media (min-width: 1200px) {
  .country-results__single-score {
    margin-right: 0.4375rem;
    margin-bottom: 0;
  }
}
.country-results__single-score:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .country-results__single-score:last-child {
    margin-right: 0;
    margin-left: 0.4375rem;
  }
}
.country-results__score {
  display: flex;
  background-color: #F3F3F3;
  border-radius: 17px;
}
.country-results__score-label {
  flex: 1 0 0px;
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 1.125rem;
  line-height: 1.1112;
  font-weight: 600;
  padding-left: 1.375rem;
}
@media (min-width: 768px) {
  .country-results__score-label {
    padding-left: 0.625rem;
  }
}
.country-results__score-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.country-results__score-label .country-results__score-label-inner {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 6px);
}
.country-results__result-score {
  flex: 1 0 0px;
  background: #ccc;
  border-radius: 17px;
  max-width: 124px;
  min-height: 56px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 0.9375rem 0.625rem 1.0625rem;
}
@media (min-width: 480px) {
  .country-results__result-score {
    padding: 1.125rem 0.625rem 1.1875rem;
  }
}
@media (min-width: 768px) {
  .country-results__result-score {
    padding: 0.9375rem 0.625rem 1rem;
  }
}
@media (min-width: 1200px) {
  .country-results__result-score {
    padding: 1.125rem 0.625rem 1.1875rem;
  }
}
.country-results__result-score--A {
  display: block;
  background: #316297;
}
.country-results__result-score--B {
  display: block;
  background: #4C8C40;
}
.country-results__result-score--C {
  display: block;
  background: #F5B21F;
}
.country-results__result-score--D {
  display: block;
  background: #E87524;
}
.country-results__result-score--F {
  display: block;
  background: #D02030;
}
.country-results__result-score--F1 {
  display: block;
  background: rgb(216, 62, 72);
}
.country-results__result-score--F2 {
  display: block;
  background: rgb(224, 106, 117);
}
.country-results__result-score--F3 {
  display: block;
  background: rgb(232, 144, 152);
}
.country-results__result-score--F4 {
  display: block;
  background: rgb(239, 181, 186);
}
.country-results__result-score--F5 {
  display: block;
  background: rgb(247, 218, 221);
}
.country-results__line-chart-container {
  border: 1px solid #979797;
  border-radius: 13px;
  padding-top: 0.625rem;
  padding-bottom: 1.4375rem;
  padding-right: 0.3125rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .country-results__line-chart-container {
    padding-top: 1.3125rem;
    padding-bottom: 2.3125rem;
    padding-right: 1.0625rem;
    margin-top: 1.875rem;
  }
}
.country-results__line-chart-container svg > g {
  transform: translate(5px, 10px) !important;
}
@media (min-width: 600px) {
  .country-results__line-chart-container svg > g {
    transform: translate(15px, 10px) !important;
  }
}
.country-results__selectors {
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.11112;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 480px) {
  .country-results__selectors {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .country-results__selectors {
    font-size: 1.125rem;
  }
}
.country-results__selector {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin-left: 0.4375rem;
}
@media (min-width: 768px) {
  .country-results__selector {
    margin-left: 0.9375rem;
  }
}
.country-results__selector:first-child {
  margin-left: 0;
}
.country-results__selector input[type=checkbox],
.country-results__selector input[type=radio] {
  position: absolute;
  left: -9999px;
  display: inline-block;
  width: auto;
}
.country-results__selector input[type=checkbox]:not(:checked) + label:after,
.country-results__selector input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.country-results__selector input[type=checkbox]:checked + label:after,
.country-results__selector input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
.country-results__selector label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 1.125rem;
  margin: 0;
}
@media (min-width: 768px) {
  .country-results__selector label {
    padding-left: 1.5625rem;
  }
}
.country-results__selector label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #6a6a6a;
  border-radius: 100px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .country-results__selector label:before {
    width: 15px;
    height: 15px;
  }
}
.country-results__selector label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color: #6a6a6a;
  border-radius: 100px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .country-results__selector label:after {
    left: 3px;
    width: 11px;
    height: 11px;
  }
}
.country-results__header {
  text-align: center;
}
@media (min-width: 480px) {
  .country-results__header {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.country-results__title {
  line-height: 1.142858;
  margin: 0;
}
.country-results__methodology {
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  line-height: 1.214286;
  font-weight: 600;
  text-align: center;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media (min-width: 480px) {
  .country-results__methodology {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .country-results__methodology {
    font-size: 1.3125rem;
    line-height: 1.04762;
    padding-top: 1.0625rem;
    padding-bottom: 0.9375rem;
  }
}
.country-results__methodology a {
  color: #316297;
}

.country-region__container {
  display: none;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 13px;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .country-region__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
}
.country-region__image-container {
  flex: 1 0 10%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .country-region__image-container {
    border-radius: 13px;
    border-bottom: 1px solid #979797;
  }
}
@media (min-width: 1200px) {
  .country-region__image-container {
    border-bottom: none;
    border-radius: 0;
  }
}
.country-region__image img {
  display: block;
  border-radius: 13px 13px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .country-region__image img {
    border-radius: 13px;
  }
}
.country-region__name-container {
  flex: 1 0 0px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  border-radius: 13px;
  text-align: center;
  padding-top: 2.0625rem;
  padding-bottom: 2.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: -0.875rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .country-region__name-container {
    border-top: none;
    border-left: 1px solid #979797;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-left: -3.125rem;
  }
}
@media (min-width: 1200px) {
  .country-region__name-container {
    border-right: 1px solid #979797;
    border-bottom: none;
  }
}
.country-region__name-inner {
  padding: 0 5px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .country-region__name-inner {
    /*            position: absolute;
                z-index: 1;
                top: 44%;
                left: 42px;
                right: 47px;
                transform: translateY(-50%);*/
  }
}
.country-region__title {
  color: #383838;
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .country-region__title {
    color: #6A6A6A;
    font-size: 1.125rem;
  }
}
.country-region__region {
  color: #6A6A6A;
  font-size: 1.5rem;
  line-height: 1.16667;
  margin-top: 0.125rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .country-region__region {
    font-size: 2.1875rem;
    line-height: 0.9714286;
    margin-top: 0.375rem;
  }
}
.country-region__year-container {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .country-region__year-container {
    margin-top: 0.9375rem;
  }
}
.country-region__year-select {
  width: 89px;
}
@media (min-width: 768px) {
  .country-region__year-select {
    width: 100%;
  }
}
.country-region__results-container {
  flex: 1 0 13.4%;
  border-radius: 13px;
}
@media (min-width: 768px) {
  .country-region__results-container {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .country-region__results-container {
    min-width: auto;
    max-width: none;
  }
}
.country-region__results {
  padding-top: 1.625rem;
  padding-bottom: 1.1875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 768px) {
  .country-region__results {
    display: flex;
    padding-top: 0.9375rem;
    padding-bottom: 0.6875rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .country-region__results {
    display: block;
    padding-left: 2.1875rem;
    padding-right: 0.75rem;
  }
}
.country-region__result {
  display: flex;
  background-color: #F3F3F3;
  border-radius: 17px;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .country-region__result {
    flex: 1 0 0px;
    margin-top: 0;
    margin-left: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .country-region__result {
    margin-top: 1.0625rem;
    margin-left: 0;
  }
}
.country-region__result:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .country-region__result:first-child {
    margin-left: 0;
    margin-right: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .country-region__result:first-child {
    margin-right: 0;
  }
}
.country-region__result-name {
  flex: 1 0 0px;
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 1.125rem;
  line-height: 1.1112;
  font-weight: 600;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {
  .country-region__result-name {
    font-size: 1.3125rem;
    line-height: 1.04766;
    padding-left: 0.625rem;
  }
}
.country-region__result-name:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.country-region__result-name span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 5px);
}
.country-region__result-score {
  flex: 1 0 0px;
  background: #ccc;
  border-radius: 17px;
  max-width: 81px;
  min-height: 56px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 0.9375rem 0.625rem 1.0625rem;
}
@media (min-width: 480px) {
  .country-region__result-score {
    max-width: 101px;
    padding: 1.125rem 0.625rem 1.1875rem;
  }
}
@media (min-width: 768px) {
  .country-region__result-score {
    max-width: 124px;
    padding: 0.9375rem 0.625rem 1rem;
  }
}
@media (min-width: 1200px) {
  .country-region__result-score {
    padding: 1.125rem 0.625rem 1.1875rem;
  }
}
.country-region__result-score--A {
  display: block;
  background: #316297;
}
.country-region__result-score--B {
  display: block;
  background: #4C8C40;
}
.country-region__result-score--C {
  display: block;
  background: #F5B21F;
}
.country-region__result-score--D {
  display: block;
  background: #E87524;
}
.country-region__result-score--F {
  display: block;
  background: #D02030;
}
.country-region__result-score--F1 {
  display: block;
  background: rgb(216, 62, 72);
}
.country-region__result-score--F2 {
  display: block;
  background: rgb(224, 106, 117);
}
.country-region__result-score--F3 {
  display: block;
  background: rgb(232, 144, 152);
}
.country-region__result-score--F4 {
  display: block;
  background: rgb(239, 181, 186);
}
.country-region__result-score--F5 {
  display: block;
  background: rgb(247, 218, 221);
}

.country-content__container {
  border-top: 2px solid #C9C9C9;
  padding-top: 1.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1.375rem;
}
@media (min-width: 768px) {
  .country-content__container {
    border-top: 1px solid #C9C9C9;
    padding-top: 2.6875rem;
    padding-left: 0;
    padding-right: 0;
    margin-top: 2.75rem;
  }
}
.country-content__content--container {
  padding-top: 1.9375rem;
}
@media (min-width: 768px) {
  .country-content__content--container {
    padding-top: 2.375rem;
  }
}
.country-content__content--container:first-child {
  padding-top: 0;
}
.country-content__content--header {
  margin-bottom: 0.8125rem;
}
@media (min-width: 768px) {
  .country-content__content--header {
    margin-bottom: 1.4375rem;
  }
}
.country-content__content--title {
  margin: 0;
}
@media (min-width: 768px) {
  .country-content__content--content {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }
  .country-content__content--content:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 1200px) {
  .country-content__content--content {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
}
.country-content__content--content p {
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .country-content__content--content p {
    margin-bottom: 1.5rem;
  }
}
.country-content__reference--container {
  margin-top: -0.4375rem;
}
@media (min-width: 768px) {
  .country-content__reference--container {
    margin-top: 1rem;
  }
}
.country-content__reference--reference {
  border-top: 2px solid #C9C9C9;
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  padding-top: 1.1875rem;
  margin-top: 1.1875rem;
}
@media (min-width: 768px) {
  .country-content__reference--reference {
    border-top: 1px solid #C9C9C9;
    padding-top: 1.9375rem;
    padding-left: 0.25rem;
    padding-right: 1.25rem;
    margin-top: 1.9375rem;
  }
}
.country-content__reference--reference:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.country-content__reference--content {
  font-size: 0.875rem;
  line-height: 1.214286;
}
@media (min-width: 768px) {
  .country-content__reference--content {
    font-size: 1rem;
    line-height: 1.1112;
  }
}
@media (min-width: 1200px) {
  .country-content__reference--content {
    font-size: 1.125rem;
  }
}
.country-content__reference--link {
  font-size: 0.8125rem;
  margin-top: 0.6875rem;
}
@media (min-width: 768px) {
  .country-content__reference--link {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .country-content__reference--link {
    font-size: 0.9375rem;
  }
}
.country-content__reference--link a {
  color: #6A6A6A;
}
.country-content__reference--link a i {
  vertical-align: middle;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .country-content__reference--link a i {
    margin-left: 0.875rem;
  }
}
.country-content__report {
  border-radius: 10px;
  background: #f3f3f3;
  padding: 1.5em 0;
  margin: 2em 0;
}
.country-content__report .button {
  border-radius: 30px;
  border: 1px solid #316297;
  color: #316297;
  background: #fff;
  display: block;
  width: 50%;
  margin: 0 auto;
}
.country-content__report .button i {
  font-size: 14px;
}
.country-content__report .button:hover {
  background: #316297;
  color: #fff;
}

.page-template-template-results .featured-area__container {
  padding-bottom: 2.625rem;
}
@media (min-width: 768px) {
  .page-template-template-results .featured-area__container {
    padding-bottom: 4.75rem;
  }
}
.page-template-template-results .featured-area__wrap {
  top: 49%;
}
@media (min-width: 768px) {
  .page-template-template-results .featured-area__wrap {
    top: 48%;
  }
}
.page-template-template-results .site-inner .content {
  max-width: 330px;
  padding-top: 1.25rem;
}
@media (min-width: 480px) {
  .page-template-template-results .site-inner .content {
    max-width: none;
    padding-top: 2.25rem;
  }
}
@media (min-width: 768px) {
  .page-template-template-results .site-inner .content {
    padding-top: 3.4375rem;
  }
}
@media (min-width: 1440px) {
  .page-template-template-results .site-inner .entry {
    margin: 0 13.125rem;
  }
}
.page-template-template-results .site-footer {
  margin-top: 0;
}

.results-charts__container {
  display: none;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .results-charts__container {
    display: block;
  }
}
@media (min-width: 1200px) {
  .results-charts__container {
    margin-top: 4.375rem;
  }
}
.results-charts__tooltip {
  display: none;
  position: absolute;
  top: 50%;
  left: 50.7%;
  transform: translateY(-41%);
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 13px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  width: 330px;
  padding-top: 1.75rem;
  padding-bottom: 1.8125rem;
  padding-left: 1.9375rem;
  padding-right: 1.9375rem;
}
.results-charts__tooltip-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.results-charts__tooltip-region {
  font-size: 16px;
}
.results-charts__tooltip-name {
  flex: 0 1 auto;
  font-size: 1.3125rem;
  line-height: 1;
}
.results-charts__tooltip-flag {
  flex: 0 1 auto;
}
.results-charts__tooltip-flag img {
  display: block;
  max-width: 33px;
}
.results-charts__tooltip-score {
  display: flex;
  background-color: #f3f3f3;
  border-radius: 17px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.11112;
  margin-top: 0.5rem;
}
.results-charts__tooltip-score:first-child {
  margin-top: 0;
}
.results-charts__tooltip-score-title {
  flex: 1 0 15%;
  color: #6a6a6a;
  text-align: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.4375rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.results-charts__tooltip-single-score {
  flex: 1 0 0px;
  background: #D02030;
  border-radius: 17px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-align: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.4375rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.results-charts__tooltip-single-score--none {
  display: block;
  background: #ccc;
}
.results-charts__tooltip-single-score--none > .results-charts__tooltip-score-percent {
  width: auto;
}
.results-charts__tooltip-single-score--A {
  display: block;
  background: #316297;
}
.results-charts__tooltip-single-score--B {
  display: block;
  background: #4C8C40;
}
.results-charts__tooltip-single-score--C {
  display: block;
  background: #F5B21F;
}
.results-charts__tooltip-single-score--D {
  display: block;
  background: #E87524;
}
.results-charts__tooltip-single-score--F {
  display: block;
  background: #D02030;
}
.results-charts__tooltip-single-score--F1 {
  display: block;
  background: rgb(216, 62, 72);
}
.results-charts__tooltip-single-score--F2 {
  display: block;
  background: rgb(224, 106, 117);
}
.results-charts__tooltip-single-score--F3 {
  display: block;
  background: rgb(232, 144, 152);
}
.results-charts__tooltip-single-score--F4 {
  display: block;
  background: rgb(239, 181, 186);
}
.results-charts__tooltip-single-score--F5 {
  display: block;
  background: rgb(247, 218, 221);
}
.results-charts__tooltip-score-grade {
  display: inline-block;
  width: 35%;
  text-align: left;
}
.results-charts__tooltip-score-percent {
  display: inline-block;
  width: 35%;
  text-align: right;
}
.results-charts__tooltip-profile {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  margin-top: 0.9375rem;
}
.results-charts__tooltip-profile a {
  display: block;
  background-color: #fff;
  border: 1px solid #6A6A6A;
  border-radius: 100px;
  padding-top: 0.625rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.results-charts #world-map {
  border: 1px solid #6a6a6a;
  border-top: none;
  width: calc(100% - 2px);
}
.results-charts__grade-bar {
  margin-top: 1.875rem;
}
@media (min-width: 1200px) {
  .results-charts__grade-bar {
    margin-top: 2.9375rem;
  }
}
@media (min-width: 1200px) {
  .results-charts__grade-scale {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1440px) {
  .results-charts__grade-scale {
    padding-left: 4.6875rem;
    padding-right: 6.4375rem;
  }
}
.results-charts__grades {
  position: relative;
  z-index: 1;
  max-width: 300px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  max-width: none;
  margin: 0;
}
.results-charts__grade {
  flex: 1 0 0px;
  text-align: center;
}
@media (min-width: 480px) {
  .results-charts__grade {
    margin: 0 0 0 0.625rem;
  }
}
@media (min-width: 1440px) {
  .results-charts__grade {
    min-width: 94px;
    max-width: 94px;
    margin: 0 0 0 0.6875rem;
  }
}
.results-charts__grade:first-of-type {
  margin-left: 0;
}
.results-charts__grade.results-charts__grade--f {
  flex: 1 0 50.7%;
  max-width: none;
  min-width: auto;
  margin-top: 0;
}
@media (min-width: 1440px) {
  .results-charts__grade.results-charts__grade--f {
    flex: 1 0 0px;
    margin: 0 0 0 0.6875rem;
  }
}
.results-charts__grade--f {
  border-color: #D02030;
  z-index: 5;
}
.results-charts__grade--f .results-charts__grade-letter:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 57%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #D9D9D9;
  transform: translateY(-50%);
}
.results-charts__grade--f .results-charts__grade-letter:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 64px;
  background-color: #fff;
  transform: translateX(-50%);
}
.results-charts__grade--d {
  border-color: #E87524;
  z-index: 4;
}
.results-charts__grade--d .results-charts__grade-color {
  background-color: #E87524;
}
.results-charts__grade--c {
  border-color: #F5B21F;
  z-index: 3;
}
.results-charts__grade--c .results-charts__grade-color {
  background-color: #F5B21F;
}
.results-charts__grade--b {
  border-color: #4C8C40;
  z-index: 2;
}
.results-charts__grade--b .results-charts__grade-color {
  background-color: #4C8C40;
}
.results-charts__grade--a {
  border-color: #316297;
  z-index: 1;
}
.results-charts__grade--a .results-charts__grade-color {
  background-color: #316297;
}
.results-charts__grade-letter {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0 0 0.5rem;
}
@media (min-width: 1200px) {
  .results-charts__grade-letter {
    font-size: 1.375rem;
    margin: 0 0 0.875rem;
  }
}
.results-charts__grade-color {
  display: block;
  height: 18px;
  background-color: #D02030;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .results-charts__grade-color {
    margin-bottom: 0.875rem;
  }
}
.results-charts__grade-percent {
  color: #757575;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .results-charts__grade-percent {
    font-size: 0.9375rem;
  }
}
.results-charts__grade-percent-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.results-charts__grade-single-percent {
  flex: 1 0 0px;
  text-align: center;
  margin: 0 0 0 0.625rem;
}
@media (min-width: 1440px) {
  .results-charts__grade-single-percent {
    min-width: 94px;
    max-width: 94px;
    margin: 0 0 0 0.6875rem;
  }
}
.results-charts__grade-single-percent:first-child {
  margin-top: 0;
  margin-left: 0;
}
.results-charts__grade-single-percent--f .results-charts__grade-percent-bar {
  background-color: #D02030;
}
.results-charts__grade-single-percent--f2 .results-charts__grade-percent-bar {
  background-color: rgb(216, 62, 72);
}
.results-charts__grade-single-percent--f3 .results-charts__grade-percent-bar {
  background-color: rgb(224, 106, 117);
}
.results-charts__grade-single-percent--f4 .results-charts__grade-percent-bar {
  background-color: rgb(232, 144, 152);
}
.results-charts__grade-single-percent--f5 .results-charts__grade-percent-bar {
  background-color: rgb(239, 181, 186);
}
.results-charts__grade-single-percent--f6 .results-charts__grade-percent-bar {
  background-color: rgb(247, 218, 221);
}
.results-charts__grade-percent-bar {
  display: block;
  height: 18px;
  background-color: #D02030;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .results-charts__grade-percent-bar {
    margin-bottom: 0.875rem;
  }
}
.results-charts__grade-percent-score {
  color: #757575;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .results-charts__grade-percent-score {
    font-size: 0.9375rem;
  }
}
.results-charts__grade-information {
  font-size: 0.6875rem;
  line-height: 1.363637;
  margin: 0.5625rem 0 0;
}
@media (min-width: 480px) {
  .results-charts__grade-information {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .results-charts__grade-information {
    font-size: 1rem;
    line-height: 1.11112;
    margin: 0.625rem 0 0;
  }
}
@media (min-width: 1200px) {
  .results-charts__grade-information {
    font-size: 1.125rem;
  }
}
.results-charts__map-selection {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 1.875rem;
}
@media (min-width: 1200px) {
  .results-charts__map-selection {
    margin-top: 2.375rem;
  }
}
.results-charts__map-selection-wrap {
  background-color: #316297;
  color: #fff;
  font-family: "Barlow", sans-serif;
}
.results-charts__map-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.125rem;
  padding-bottom: 1.375rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
@media (min-width: 1200px) {
  .results-charts__map-form {
    padding-left: 6.4375rem;
    padding-right: 6.5rem;
  }
}
.results-charts__map-selectors {
  flex: 0 1 auto;
}
.results-charts__map-selector {
  display: block;
  margin-top: 0.3125rem;
}
@media (min-width: 1440px) {
  .results-charts__map-selector {
    display: inline-block;
    margin-top: 0;
    margin-left: 1.5625rem;
  }
}
.results-charts__map-selector:first-child {
  margin-top: 0;
  margin-left: 0;
}
.results-charts__map-selector input[type=checkbox],
.results-charts__map-selector input[type=radio] {
  position: absolute;
  left: -9999px;
  display: inline-block;
  width: auto;
}
.results-charts__map-selector input[type=checkbox]:not(:checked) + label:after,
.results-charts__map-selector input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.results-charts__map-selector input[type=checkbox]:checked + label:after,
.results-charts__map-selector input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
.results-charts__map-selector label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.0625rem;
  line-height: 1.1112;
  padding-left: 1.25rem;
  margin: 0;
}
@media (min-width: 1200px) {
  .results-charts__map-selector label {
    font-size: 1.125rem;
  }
}
.results-charts__map-selector label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  transform: translateY(-50%);
}
.results-charts__map-selector label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 100px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.results-charts__map-select {
  flex: 0 1 auto;
  padding-top: 0.1875rem;
}
.results-charts__map-select select {
  width: 186px;
}
.results-charts__map-select .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #fff;
}
.results-charts__map-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  text-align: center;
}
.results-charts__map-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

.result-lookup__container {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .result-lookup__container {
    margin-top: 2.375rem;
  }
}
.result-lookup__inner {
  background-color: #F3F3F3;
  border-radius: 13px;
}
@media (min-width: 1200px) {
  .result-lookup__inner {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media (min-width: 1440px) {
  .result-lookup__inner {
    margin-left: 6.4375rem;
    margin-right: 6.5rem;
  }
}
.result-lookup__country {
  font-family: "Barlow", sans-serif;
  padding-top: 0.9375rem;
  padding-bottom: 1.0625rem;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}
@media (min-width: 768px) {
  .result-lookup__country {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 1.6875rem;
    padding-right: 0.6875rem;
  }
}
.result-lookup__country-form {
  flex: 0 1 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .result-lookup__country-form {
    text-align: left;
  }
}
.result-lookup__country-form label {
  display: block;
  color: #6A6A6A;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.8125rem;
}
@media (min-width: 480px) {
  .result-lookup__country-form label {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .result-lookup__country-form label {
    display: inline-block;
    font-size: 1.3125rem;
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}
.result-lookup__country-form select {
  width: 310px;
  text-align: left;
}
.result-lookup__country-form .select2-container--default {
  text-align: left;
}
.result-lookup__profile-container {
  flex: 0 1 auto;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .result-lookup__profile-container {
    margin-top: 0;
  }
}
.result-lookup__profile-button {
  display: block;
  min-width: 218px;
  max-width: 218px;
  background: transparent;
  border: 1px solid #6A6A6A;
  border-radius: 100px;
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  padding-top: 0.25rem;
  padding-bottom: 0.375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
}
.result-lookup__profile-button:hover {
  background-color: #6A6A6A;
  color: #fff;
}
.result-lookup__charts {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 13px;
  padding-top: 1.5rem;
  padding-bottom: 1.1875rem;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
@media (min-width: 768px) {
  .result-lookup__charts {
    padding-top: 3.3125rem;
    padding-bottom: 1.875rem;
    padding-right: 1.4375rem;
    padding-left: 1.4375rem;
  }
}
@media (min-width: 1200px) {
  .result-lookup__charts {
    display: flex;
  }
}
.result-lookup__chart {
  flex: 1 0 0px;
}
@media (min-width: 1200px) {
  .result-lookup__chart {
    padding-right: 0.9375rem;
  }
}
@media (min-width: 1440px) {
  .result-lookup__chart {
    padding-right: 1.25rem;
  }
}
.result-lookup__chart:last-child {
  margin-top: 2.875rem;
}
@media (min-width: 1200px) {
  .result-lookup__chart:last-child {
    padding-right: 0;
    padding-left: 0.9375rem;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .result-lookup__chart:last-child {
    padding-left: 1.25rem;
  }
}
.result-lookup__header {
  text-align: center;
}
@media (min-width: 768px) {
  .result-lookup__header {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.result-lookup__title {
  line-height: 1.142858;
  margin: 0;
}
.result-lookup__scores {
  margin-top: 1.375rem;
}
@media (min-width: 600px) {
  .result-lookup__scores {
    display: flex;
  }
}
@media (min-width: 768px) {
  .result-lookup__scores {
    margin-top: 2.875rem;
  }
}
.result-lookup__single-score {
  flex: 1 0 0px;
}
@media (min-width: 600px) {
  .result-lookup__single-score {
    margin-right: 0.4375rem;
  }
}
.result-lookup__single-score:last-child {
  margin-top: 0.75rem;
}
@media (min-width: 600px) {
  .result-lookup__single-score:last-child {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0.4375rem;
  }
}
.result-lookup__score {
  display: flex;
  background-color: #F3F3F3;
  border-radius: 17px;
}
.result-lookup__score-label {
  flex: 1 0 0px;
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 1.125rem;
  line-height: 1.1112;
  font-weight: 600;
  padding-left: 1.125rem;
}
@media (min-width: 768px) {
  .result-lookup__score-label {
    padding-left: 0.625rem;
  }
}
.result-lookup__score-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.result-lookup__score-label .result-lookup__score-label-inner {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 5px);
}
.result-lookup__score-label .result-lookup__score-label-inner .region-name {
  word-break: break-word;
}
.result-lookup__result-score {
  flex: 1 0 0px;
  background: #D02030;
  border-radius: 17px;
  max-width: 124px;
  min-height: 56px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 0.9375rem 0.625rem 1.0625rem;
}
@media (min-width: 480px) {
  .result-lookup__result-score {
    padding: 1.125rem 0.625rem 1.1875rem;
  }
}
@media (min-width: 768px) {
  .result-lookup__result-score {
    padding: 0.9375rem 0.625rem 1rem;
  }
}
@media (min-width: 1200px) {
  .result-lookup__result-score {
    padding: 1.125rem 0.625rem 1.1875rem;
  }
}
.result-lookup__result-score--A {
  display: block;
  background: #316297;
}
.result-lookup__result-score--B {
  display: block;
  background: #4C8C40;
}
.result-lookup__result-score--C {
  display: block;
  background: #F5B21F;
}
.result-lookup__result-score--D {
  display: block;
  background: #E87524;
}
.result-lookup__result-score--F {
  display: block;
  background: #D02030;
}
.result-lookup__result-score--F1 {
  display: block;
  background: rgb(216, 62, 72);
}
.result-lookup__result-score--F2 {
  display: block;
  background: rgb(224, 106, 117);
}
.result-lookup__result-score--F3 {
  display: block;
  background: rgb(232, 144, 152);
}
.result-lookup__result-score--F4 {
  display: block;
  background: rgb(239, 181, 186);
}
.result-lookup__result-score--F5 {
  display: block;
  background: rgb(247, 218, 221);
}
.result-lookup__line-chart-container {
  border: 1px solid #979797;
  border-radius: 13px;
  padding-top: 0.625rem;
  padding-bottom: 1.4375rem;
  padding-right: 0.3125rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .result-lookup__line-chart-container {
    padding-top: 1.3125rem;
    padding-bottom: 2.3125rem;
    padding-right: 1.0625rem;
    margin-top: 1.875rem;
  }
}
.result-lookup__line-chart-container svg > g {
  transform: translate(5px, 10px) !important;
}
@media (min-width: 600px) {
  .result-lookup__line-chart-container svg > g {
    transform: translate(15px, 10px) !important;
  }
}
.result-lookup__selectors {
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.11112;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 480px) {
  .result-lookup__selectors {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .result-lookup__selectors {
    font-size: 1.125rem;
  }
}
.result-lookup__selector {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin-left: 0.4375rem;
}
@media (min-width: 768px) {
  .result-lookup__selector {
    margin-left: 0.9375rem;
  }
}
.result-lookup__selector:first-child {
  margin-left: 0;
}
.result-lookup__selector input[type=checkbox],
.result-lookup__selector input[type=radio] {
  position: absolute;
  left: -9999px;
  display: inline-block;
  width: auto;
}
.result-lookup__selector input[type=checkbox]:not(:checked) + label:after,
.result-lookup__selector input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.result-lookup__selector input[type=checkbox]:checked + label:after,
.result-lookup__selector input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
.result-lookup__selector label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 1.125rem;
  margin: 0;
}
@media (min-width: 768px) {
  .result-lookup__selector label {
    padding-left: 1.5625rem;
  }
}
.result-lookup__selector label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #6a6a6a;
  border-radius: 100px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .result-lookup__selector label:before {
    width: 15px;
    height: 15px;
  }
}
.result-lookup__selector label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color: #6a6a6a;
  border-radius: 100px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .result-lookup__selector label:after {
    left: 3px;
    width: 11px;
    height: 11px;
  }
}
.result-lookup__methodology {
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  line-height: 1.214286;
  font-weight: 600;
  text-align: center;
  padding-top: 1.375rem;
  padding-bottom: 1rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media (min-width: 480px) {
  .result-lookup__methodology {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .result-lookup__methodology {
    font-size: 1.3125rem;
    line-height: 1.04762;
    padding-top: 1.0625rem;
    padding-bottom: 0.9375rem;
  }
}
.result-lookup__methodology a {
  color: #316297;
}
.result-lookup__methodology-content {
  max-width: 210px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .result-lookup__methodology-content {
    max-width: none;
  }
}
.result-lookup__download-container {
  display: block;
  max-width: 96%;
  text-align: center;
  margin: 1.5rem auto 0;
}
@media (min-width: 480px) {
  .result-lookup__download-container {
    max-width: none;
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .result-lookup__download-container {
    margin-top: 2.5rem;
  }
}
.result-lookup__download {
  display: block;
  background-color: #fff;
  border: 1px solid #316297;
  border-radius: 100px;
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  padding-top: 0.625rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 480px) {
  .result-lookup__download {
    display: inline-block;
    min-width: 360px;
  }
}
.result-lookup__download:hover {
  background-color: #316297;
  color: #fff;
}

.fastest-improving__container {
  margin-top: 2.1875rem;
}
@media (min-width: 768px) {
  .fastest-improving__container {
    margin-top: 3.75rem;
  }
}
.fastest-improving__wrap {
  max-width: 1015px;
}
.fastest-improving__header {
  border-top: 1px solid #979797;
  text-align: center;
  padding-top: 2.3125rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .fastest-improving__header {
    padding-top: 3.25rem;
    margin-bottom: 1.4375rem;
  }
}
.fastest-improving__title {
  margin: 0;
}
.fastest-improving__country-container {
  border: 1px solid #979797;
  border-radius: 13px;
  margin-bottom: 24px;
}
.fastest-improving__country-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 0.375rem;
}
@media (min-width: 768px) {
  .fastest-improving__country-header {
    padding-top: 0.5rem;
    padding-bottom: 0.1875rem;
    padding-left: 1.4375rem;
    padding-right: 1.75rem;
  }
}
.fastest-improving__country-name h3 {
  margin: 0;
}
.fastest-improving__country-flag img {
  display: block;
  border-radius: 100px;
  width: 33px;
}
.fastest-improving__country-information {
  border-top: 1px solid #979797;
  border-radius: 13px;
  padding-top: 1.5625rem;
  padding-bottom: 1.4375rem;
  padding-left: 1rem;
  padding-right: 1.1875rem;
}
@media (min-width: 768px) {
  .fastest-improving__country-information {
    padding-top: 2.625rem;
    padding-bottom: 2.25rem;
    padding-left: 1.4375rem;
  }
}
.fastest-improving__current-container {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .fastest-improving__current-container {
    display: flex;
  }
}
.fastest-improving__current-year-container {
  flex: 1 0 0px;
  color: #6A6A6A;
}
@media (min-width: 768px) {
  .fastest-improving__current-year-container {
    max-width: 140px;
    text-align: center;
    padding-right: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .fastest-improving__current-year-container {
    max-width: 180px;
    padding-left: 0.6875rem;
  }
}
.fastest-improving__current-gbgr-container {
  flex: 1 0 0px;
  padding-top: 1.1875rem;
}
@media (min-width: 768px) {
  .fastest-improving__current-gbgr-container {
    padding-top: 0.3125rem;
    padding-right: 0.625rem;
    padding-left: 0.6875rem;
  }
}
.fastest-improving__current-gbtr-container {
  flex: 1 0 0px;
  padding-top: 0.8125rem;
}
@media (min-width: 768px) {
  .fastest-improving__current-gbtr-container {
    padding-top: 0.3125rem;
    padding-right: 0.625rem;
    padding-left: 0.6875rem;
  }
}
.fastest-improving__current-year-title {
  display: inline-block;
  vertical-align: middle;
  width: 78%;
  font-size: 1.5rem;
  line-height: 0.971429;
  text-align: left;
}
@media (min-width: 480px) {
  .fastest-improving__current-year-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .fastest-improving__current-year-title {
    display: block;
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .fastest-improving__current-year-title {
    font-size: 2.1875rem;
  }
}
.fastest-improving__current-year {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  font-size: 0.8125rem;
  line-height: 1.11112;
  text-align: right;
}
@media (min-width: 480px) {
  .fastest-improving__current-year {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .fastest-improving__current-year {
    display: block;
    font-size: 1.125rem;
    margin-top: 0.1875rem;
  }
}
.fastest-improving__current-result {
  overflow: hidden;
  border: 1px solid #979797;
  box-sizing: border-box;
  display: flex;
  background-color: #FFF;
  border-radius: 17px;
  margin-top: 1.0625rem;
}
.fastest-improving__current-result:first-child {
  margin-top: 0;
}
.fastest-improving__current-result-year {
  flex: 0 1 15%;
  align-self: center;
  text-align: center;
}
@media (min-width: 768px) {
  .fastest-improving__current-result-year {
    padding-top: 0.3125rem;
    padding-bottom: 0.4375rem;
    padding-left: 0.3125rem;
    padding-right: 0.1875rem;
  }
}
.fastest-improving__current-result-name {
  flex: 1 0 21%;
  color: #6A6A6A;
  background: #f3f3f3;
  border-radius: 17px 0px 0px 17px;
  font-family: "Barlow", sans-serif;
  font-size: 1.125rem;
  line-height: 1.11112;
  font-weight: 600;
  padding-left: 1.1875rem;
  padding-right: 0.625rem;
}
@media (min-width: 768px) {
  .fastest-improving__current-result-name {
    font-size: 1.125rem;
    line-height: 1.04766;
    padding-left: 0.625rem;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .fastest-improving__current-result-name {
    font-size: 1.3125rem;
  }
}
.fastest-improving__current-result-name:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.fastest-improving__current-result-name span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 7px);
}
.fastest-improving__current-result-score-wrap {
  background: #f3f3f3;
  flex: 1 0 0px;
}
.fastest-improving__current-result-score {
  width: 100%;
  box-sizing: border-box;
  background: #ccc;
  border-radius: 17px 0px 0px 17px;
  min-height: 56px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 0.9375rem 0.625rem 1.0625rem;
}
@media (min-width: 480px) {
  .fastest-improving__current-result-score {
    padding: 1.125rem 0.625rem 1.1875rem;
  }
}
@media (min-width: 768px) {
  .fastest-improving__current-result-score {
    padding: 0.9375rem 0.625rem 1rem;
  }
}
@media (min-width: 1200px) {
  .fastest-improving__current-result-score {
    padding: 1.125rem 0.625rem 1.1875rem;
  }
}
.fastest-improving__current-result-score--A {
  display: block;
  background: #316297;
}
.fastest-improving__current-result-score--B {
  display: block;
  background: #4C8C40;
}
.fastest-improving__current-result-score--C {
  display: block;
  background: #F5B21F;
}
.fastest-improving__current-result-score--D {
  display: block;
  background: #E87524;
}
.fastest-improving__current-result-score--F {
  display: block;
  background: #D02030;
}
.fastest-improving__current-result-score--F1 {
  display: block;
  background: rgb(216, 62, 72);
}
.fastest-improving__current-result-score--F2 {
  display: block;
  background: rgb(224, 106, 117);
}
.fastest-improving__current-result-score--F3 {
  display: block;
  background: rgb(232, 144, 152);
}
.fastest-improving__current-result-score--F4 {
  display: block;
  background: rgb(239, 181, 186);
}
.fastest-improving__current-result-score--F5 {
  display: block;
  background: rgb(247, 218, 221);
}
.fastest-improving__beginning-container {
  border-top: 1px solid #C9C9C9;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  padding-top: 0.875rem;
  margin-top: 1.25rem;
}
@media (min-width: 600px) {
  .fastest-improving__beginning-container {
    display: flex;
  }
}
.fastest-improving__beginning-year {
  flex: 1 0 0px;
  color: #6A6A6A;
  font-size: 1rem;
  line-height: 1.11112;
  margin-bottom: 1.1875rem;
}
@media (min-width: 600px) {
  .fastest-improving__beginning-year {
    max-width: 100px;
    font-size: 1.125rem;
    text-align: center;
    padding-left: 0.6875rem;
    padding-right: 0.625rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .fastest-improving__beginning-year {
    max-width: 180px;
  }
}
.fastest-improving__beginning-gbgr-container {
  flex: 1 0 0px;
}
@media (min-width: 600px) {
  .fastest-improving__beginning-gbgr-container {
    padding-right: 0.625rem;
    padding-left: 0.6875rem;
  }
}
.fastest-improving__beginning-gbtr-container {
  flex: 1 0 0px;
  padding-top: 0.8125rem;
}
@media (min-width: 600px) {
  .fastest-improving__beginning-gbtr-container {
    padding-top: 0;
    padding-right: 0.625rem;
    padding-left: 0.6875rem;
  }
}
.fastest-improving__beginning-result {
  display: flex;
  border: 1px solid #979797;
  box-sizing: border-box;
  border-radius: 17px;
  font-size: 1.125rem;
  line-height: 1.11112;
}
.fastest-improving__beginning-result-year {
  border-radius: 17px;
  background-color: #fff;
  padding: 0;
  flex: 0 1 15%;
  align-self: center;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 600px) {
  .fastest-improving__beginning-result-year {
    padding-top: 0.3125rem;
    padding-bottom: 0.4375rem;
    padding-left: 0.3125rem;
    font-size: 1.125rem;
  }
}
.fastest-improving__beginning-result-name {
  flex: 1 0 21%;
  background-color: #F3F3F3;
  color: #6A6A6A;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  padding-left: 1.1875rem;
  padding-right: 0.3125rem;
  border-radius: 17px 0px 0px 17px;
}
@media (min-width: 600px) {
  .fastest-improving__beginning-result-name {
    text-align: center;
    padding-top: 0.3125rem;
    padding-bottom: 0.4375rem;
    padding-left: 0.3125rem;
  }
}
.fastest-improving__beginning-result-score-wrap {
  flex: 1 0 0px;
  background: #f3f3f3;
  border-radius: 0px 17px 17px 0px;
  overflow: hidden;
}
.fastest-improving__beginning-result-score {
  box-sizing: border-box;
  background: #D02030;
  border-radius: 17px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-align: center;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media (min-width: 600px) {
  .fastest-improving__beginning-result-score {
    padding-top: 0.3125rem;
    padding-bottom: 0.4375rem;
  }
}
.fastest-improving__beginning-result-score--A {
  display: block;
  background: #316297;
}
.fastest-improving__beginning-result-score--B {
  display: block;
  background: #4C8C40;
}
.fastest-improving__beginning-result-score--C {
  display: block;
  background: #F5B21F;
}
.fastest-improving__beginning-result-score--D {
  display: block;
  background: #E87524;
}
.fastest-improving__beginning-result-score--F {
  display: block;
  background: #D02030;
}
.fastest-improving__beginning-result-score--F1 {
  display: block;
  background: rgb(216, 62, 72);
}
.fastest-improving__beginning-result-score--F2 {
  display: block;
  background: rgb(224, 106, 117);
}
.fastest-improving__beginning-result-score--F3 {
  display: block;
  background: rgb(232, 144, 152);
}
.fastest-improving__beginning-result-score--F4 {
  display: block;
  background: rgb(239, 181, 186);
}
.fastest-improving__beginning-result-score--F5 {
  display: block;
  background: rgb(247, 218, 221);
}
.fastest-improving__beginning-result-score-inner {
  display: flex;
}
.fastest-improving__beginning-result-score-inner span {
  flex: 1 0 0px;
}
.fastest-improving__beginning-result-letter {
  text-align: left;
  padding-left: 0.9375rem;
}
@media (min-width: 768px) {
  .fastest-improving__beginning-result-letter {
    padding-left: 1.25rem;
  }
}
.fastest-improving__beginning-result-percent {
  text-align: right;
  padding-right: 0.625rem;
}
@media (min-width: 768px) {
  .fastest-improving__beginning-result-percent {
    padding-right: 0.9375rem;
  }
}
.fastest-improving__profile-container {
  margin-top: 1.125rem;
}
@media (min-width: 768px) {
  .fastest-improving__profile-container {
    margin-top: 2rem;
    margin-left: 0.875rem;
    margin-right: 0.625rem;
  }
}
.fastest-improving__profile-link {
  display: block;
  border: 1px solid #979797;
  border-radius: 100px;
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  padding-top: 0.1875rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 480px) {
  .fastest-improving__profile-link {
    font-size: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.5625rem;
  }
}

.score-table__container {
  margin-top: 2.375rem;
}
@media (min-width: 768px) {
  .score-table__container {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .score-table__container {
    margin-top: 6.375rem;
  }
}
.score-table__wrap {
  max-width: 1015px;
}
.score-table__header {
  text-align: center;
  margin-bottom: 1.0625rem;
}
@media (min-width: 768px) {
  .score-table__header {
    margin-bottom: 1.75rem;
  }
}
.score-table__title {
  margin: 0;
}
.score-table__table-container {
  max-width: 315px;
  margin: 0 auto 2.5rem;
}
@media (min-width: 480px) {
  .score-table__table-container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .score-table__table-container {
    margin-bottom: 7.125rem;
  }
}
.score-table__table-container:last-child {
  margin-bottom: 0;
}
.score-table__table-header {
  text-align: center;
  margin-bottom: 1.6875rem;
}
@media (min-width: 768px) {
  .score-table__table-header {
    margin-bottom: 0.8125rem;
  }
}
.score-table__table-title {
  margin: 0;
}
.score-table__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .score-table__filters {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .score-table__filters {
    padding-left: 0.0625rem;
    padding-right: 0.1875rem;
  }
}
.score-table__filter {
  display: block;
  flex: 1 0 0px;
  min-width: calc(50% - 8px);
  max-width: calc(50% - 8px);
  padding-right: 0.5rem;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .score-table__filter {
    min-width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0.25rem;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .score-table__filter {
    padding-left: 1.25rem;
  }
}
.score-table__filter:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .score-table__filter:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0;
  }
}
.score-table__filter:nth-child(-n+2) {
  margin-top: 0;
}
.score-table__filter-button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #D02030;
  border-radius: 3px;
  color: #252525;
  width: 100%;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  transition: all 0.25s ease-in-out;
}
.score-table__filter-button:hover {
  color: #fff;
}
.score-table__filter-button--active.score-table__filter-button--A {
  background-color: #316297;
  color: #fff;
}
.score-table__filter-button--active.score-table__filter-button--B {
  background-color: #4C8C40;
  color: #fff;
}
.score-table__filter-button--active.score-table__filter-button--C {
  background-color: #F5B21F;
  color: #fff;
}
.score-table__filter-button--active.score-table__filter-button--D {
  background-color: #E87524;
  color: #fff;
}
.score-table__filter-button--active.score-table__filter-button--F {
  display: block;
  background: #D02030;
}
.score-table__filter-button--active.score-table__filter-button--F1 {
  display: block;
  background: rgb(216, 62, 72);
}
.score-table__filter-button--active.score-table__filter-button--F2 {
  display: block;
  background: rgb(224, 106, 117);
}
.score-table__filter-button--active.score-table__filter-button--F3 {
  display: block;
  background: rgb(232, 144, 152);
}
.score-table__filter-button--active.score-table__filter-button--F4 {
  display: block;
  background: rgb(239, 181, 186);
}
.score-table__filter-button--active.score-table__filter-button--F5 {
  display: block;
  background: rgb(247, 218, 221);
}
.score-table__filter-button--A {
  border-color: #316297;
}
.score-table__filter-button--A:hover {
  background-color: #316297;
}
.score-table__filter-button--B {
  border-color: #4C8C40;
}
.score-table__filter-button--B:hover {
  background-color: #4C8C40;
}
.score-table__filter-button--C {
  border-color: #F5B21F;
}
.score-table__filter-button--C:hover {
  background-color: #F5B21F;
}
.score-table__filter-button--D {
  border-color: #E87524;
}
.score-table__filter-button--D:hover {
  background-color: #E87524;
}
.score-table__filter-button--F {
  border-color: #D02030;
}
.score-table__filter-button--F:hover {
  background-color: #D02030;
}
.score-table__scores-container {
  padding-top: 1.625rem;
}
@media (min-width: 768px) {
  .score-table__scores-container {
    padding-top: 2.5rem;
  }
}
.score-table__grade-container {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .score-table__grade-container {
    margin-top: 1.875rem;
  }
}
.score-table__grade-container:first-child {
  margin-top: 0;
}
.score-table__grade-container--hide {
  display: none;
}
.score-table__grade-container--A .score-table__grade-title:before {
  background-color: #316297;
}
.score-table__grade-container--B .score-table__grade-title:before {
  background-color: #4C8C40;
}
.score-table__grade-container--C .score-table__grade-title:before {
  background-color: #F5B21F;
}
.score-table__grade-container--D .score-table__grade-title:before {
  background-color: #E87524;
}
.score-table__grade-container--F .score-table__grade-title:before {
  background-color: #D02030;
}
.score-table__grade-header {
  position: relative;
  z-index: 1;
}
@media (min-width: 480px) {
  .score-table__grade-header {
    padding-bottom: 0.625rem;
    padding-right: 9.375rem;
  }
}
@media (min-width: 1440px) {
  .score-table__grade-header {
    padding-bottom: 0;
  }
}
.score-table__grade-title {
  position: relative;
  z-index: 1;
  padding-left: 1rem;
  margin: 0;
}
@media (min-width: 768px) {
  .score-table__grade-title {
    padding-left: 2.375rem;
  }
}
.score-table__grade-title:before {
  content: "";
  position: absolute;
  top: 55%;
  left: -2px;
  background-color: #D02030;
  border-radius: 100px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .score-table__grade-title:before {
    width: 28px;
    height: 28px;
  }
}
.score-table__sort-container {
  max-width: 110px;
  padding-left: 1rem;
  margin-top: 0.5625rem;
}
@media (min-width: 480px) {
  .score-table__sort-container {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 3px;
    max-width: none;
    padding-left: 0;
    margin-top: 0;
  }
}
.score-table__sort-header {
  display: none;
  color: #757575;
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
  text-transform: lowercase;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .score-table__sort-header {
    display: block;
  }
}
@media (min-width: 1200px) {
  .score-table__sort-header {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1440px) {
  .score-table__sort-header {
    font-size: 1rem;
  }
}
.score-table__sort-buttons {
  display: flex;
}
.score-table__sort {
  flex: 1 0 0px;
  margin-left: 0.5rem;
}
.score-table__sort:first-child {
  margin-left: 0;
}
.score-table__sort-button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #6A6A6A;
  border-radius: 3px;
  color: #6A6A6A;
  width: 50px;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding-top: 0.25rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  transition: all 0.25s ease-in-out;
}
.score-table__sort-button:hover {
  background-color: #6A6A6A;
  color: #fff;
}
.score-table__sort-button--active {
  background-color: #6A6A6A;
  color: #fff;
}
.score-table__scores {
  padding-left: 1rem;
  padding-right: 1.75rem;
  margin-top: 1.1875rem;
}
@media (min-width: 480px) {
  .score-table__scores {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .score-table__scores {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 2.5625rem;
         column-gap: 2.5625rem;
    padding-left: 2.5rem;
    padding-right: 2rem;
    margin-top: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .score-table__scores {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (min-width: 1440px) {
  .score-table__scores {
    padding-left: 4.4375rem;
    padding-right: 3.1875rem;
  }
}
.score-table__score {
  display: flex;
  justify-content: space-between;
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media (min-width: 480px) {
  .score-table__score {
    font-size: 0.9375rem;
    line-height: 1.75;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .score-table__score {
    font-size: 1.25rem;
    margin-top: 0;
  }
}
.score-table__score-country {
  flex: 0 1 auto;
  display: block;
}
.score-table__score-percent {
  flex: 0 1 auto;
  display: block;
  min-width: 47px;
}

.result-download__container {
  background-color: #F3F3F3;
  color: #6A6A6A;
  padding-top: 2rem;
  padding-bottom: 2.0625rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .result-download__container {
    padding-top: 3.25rem;
    padding-bottom: 3.5rem;
    margin-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .result-download__container {
    padding-top: 5.5625rem;
    padding-bottom: 4.1875rem;
    margin-top: 7.5rem;
  }
}
.result-download__header {
  text-align: center;
  margin-bottom: 0.4375rem;
}
@media (min-width: 480px) {
  .result-download__header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .result-download__header {
    margin-bottom: 2.25rem;
  }
}
.result-download__top {
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .result-download__top {
    padding-bottom: 3.25rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .result-download__top {
    padding-bottom: 3.25rem;
    margin-left: 6.4375rem;
    margin-right: 6.4375rem;
  }
}
@media (min-width: 1440px) {
  .result-download__top {
    padding-left: 6.5625rem;
    padding-right: 6.6875rem;
  }
}
.result-download__title {
  margin: 0;
}
.result-download__description {
  text-align: center;
}
.result-download__form-container {
  margin-top: 0.625rem;
}
@media (min-width: 480px) {
  .result-download__form-container {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .result-download__form-container {
    margin-top: 2.6875rem;
  }
}
.result-download__citation-container {
  padding-top: 2.0125rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
@media (min-width: 768px) {
  .result-download__citation-container {
    padding-top: 2.3125rem;
    padding-left: 2.5rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .result-download__citation-container {
    padding-left: 6.4375rem;
    padding-right: 7rem;
  }
}
@media (min-width: 1440px) {
  .result-download__citation-container {
    padding-left: 12.875rem;
    padding-right: 13.125rem;
  }
}
.result-download__citation {
  font-size: 0.8125rem;
  line-height: 1.38462;
  margin-top: 0.5rem;
}
@media (min-width: 480px) {
  .result-download__citation {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .result-download__citation {
    font-size: 1rem;
    line-height: 1.125;
    margin-top: 0.625rem;
  }
}
.result-download__citation p {
  margin-bottom: 1.125rem;
}
.result-download__citation p:last-child {
  margin-bottom: 0;
}

.result-access__container {
  background-color: #313131;
  color: #fff;
  padding-top: 2.5625rem;
  padding-bottom: 2.375rem;
}
@media (min-width: 768px) {
  .result-access__container {
    padding-top: 3.625rem;
    padding-bottom: 2.9375rem;
  }
}
@media (min-width: 768px) {
  .result-access__inner {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .result-access__inner {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 1440px) {
  .result-access__inner {
    padding-left: 6.5625rem;
    padding-right: 6.6875rem;
  }
}
.result-access__header {
  text-align: center;
  margin-bottom: 1.4375rem;
}
@media (min-width: 768px) {
  .result-access__header {
    margin-bottom: 2.25rem;
  }
}
.result-access__title {
  color: #fff;
  margin: 0;
}
.result-access__description {
  text-align: center;
}
@media (min-width: 1200px) {
  .result-access__description {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.result-access__form-container {
  margin-top: 1.0625rem;
}
@media (min-width: 480px) {
  .result-access__form-container {
    margin-top: 1.625rem;
  }
}
@media (min-width: 768px) {
  .result-access__form-container {
    margin-top: 2.6875rem;
  }
}
@media (min-width: 1200px) {
  .result-access__form-container {
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
  }
}
.result-access__form-container .gform_wrapper div.validation_error {
  border-top-color: #E87524;
  border-bottom-color: #E87524;
  color: #E87524;
}
.result-access__form-container .gform_wrapper .validation_message {
  color: #E87524;
}
.result-access__form-container .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.result-access__form-container .gform_wrapper ul.gform_fields li.gfield textarea {
  background-color: #fff;
  color: #6a6a6a;
}
.result-access__form-container .gform_wrapper ul.gform_fields li.gfield.gfield_error {
  background-color: transparent;
  border-top-color: #E87524;
  border-bottom-color: #E87524;
  border-top: none;
  border-bottom: none;
}
.result-access__form-container .gform_wrapper ul.gform_fields li.gfield.gfield_error .gfield_label {
  color: #E87524;
}
.result-access__form-container .gform_wrapper .gform_footer button[type=submit],
.result-access__form-container .gform_wrapper .gform_footer input[type=submit] {
  background-color: transparent;
  border: 1px solid #fff;
}
.result-access__form-container .gform_wrapper .gform_footer button[type=submit]:hover,
.result-access__form-container .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #fff;
  border-color: #fff;
  color: #313131;
}
.result-access__form-container .gform_wrapper .gform_footer button[type=submit]:hover i svg path,
.result-access__form-container .gform_wrapper .gform_footer input[type=submit]:hover i svg path {
  fill: #313131;
}
.result-access__form-container a {
  color: #62B1DF;
}

.page-template-template-contact .site-inner .content {
  max-width: none;
  padding-top: 2.5rem;
}
@media (min-width: 480px) {
  .page-template-template-contact .site-inner .content {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .page-template-template-contact .site-inner .content {
    padding-top: 3.625rem;
  }
}
.page-template-template-contact .content-sidebar-wrap {
  margin-bottom: 3rem;
}
@media (min-width: 480px) {
  .page-template-template-contact .content-sidebar-wrap {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .page-template-template-contact .content-sidebar-wrap {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1440px) {
  .page-template-template-contact .content-sidebar-wrap {
    margin-bottom: 5.4375rem;
  }
}
.page-template-template-contact .entry-header {
  margin-bottom: 1.5rem;
}
@media (min-width: 480px) {
  .page-template-template-contact .entry-header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .page-template-template-contact .entry-header {
    margin-bottom: 2.25rem;
  }
}
.page-template-template-contact .entry-title {
  font-size: 1.875rem;
  line-height: 0.83334;
}
@media (min-width: 480px) {
  .page-template-template-contact .entry-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .page-template-template-contact .entry-title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-template-template-contact .entry-title {
    font-size: 3.25rem;
  }
}
@media (min-width: 1440px) {
  .page-template-template-contact .entry-title {
    font-size: 3.75rem;
  }
}
.page-template-template-contact .entry-content {
  color: #757575;
}
.page-template-template-contact .entry-content .gform_wrapper {
  margin-top: 2.25rem;
}
@media (min-width: 768px) {
  .page-template-template-contact .entry-content .gform_wrapper {
    margin-top: 2.6875rem;
  }
}
.page-template-template-contact .site-footer {
  margin-top: 0;
}

.request-access__container {
  background: #313131;
  color: #fff;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 480px) {
  .request-access__container {
    padding-top: 2.875rem;
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 768px) {
  .request-access__container {
    padding-top: 3.625rem;
    padding-bottom: 2.9375rem;
  }
}
.request-access__inner {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .request-access__inner {
    margin-right: 3.75rem;
    margin-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .request-access__inner {
    margin-right: 7.5rem;
    margin-left: 7.5rem;
  }
}
@media (min-width: 1440px) {
  .request-access__inner {
    margin-right: 11.875rem;
    margin-left: 11.875rem;
  }
}
.request-access__header {
  margin-bottom: 1.5rem;
}
@media (min-width: 480px) {
  .request-access__header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .request-access__header {
    margin-bottom: 2.25rem;
  }
}
.request-access__title {
  color: #fff;
  margin: 0;
}
@media (min-width: 1200px) {
  .request-access__description {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.request-access__form {
  margin-top: 1.25rem;
}
@media (min-width: 480px) {
  .request-access__form {
    margin-top: 1.875rem;
  }
}
@media (min-width: 768px) {
  .request-access__form {
    margin-top: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .request-access__form {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
    margin-top: 2.6875rem;
  }
}
.request-access__form a {
  color: #62B1DF;
}
.request-access__form a:hover {
  color: #fff;
}
.request-access__form .gform_wrapper .gform_fields .gfield.hidden_label input {
  margin-top: 0;
}
.request-access__form .gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.request-access__form .gform_wrapper .gform_fields .gfield textarea {
  background-color: #fff;
  color: #6A6A6A;
}
.request-access__form .gform_wrapper .gform_footer button[type=submit],
.request-access__form .gform_wrapper .gform_footer input[type=submit] {
  background-color: transparent;
  border-color: #fff;
}
.request-access__form .gform_wrapper .gform_footer button[type=submit]:hover,
.request-access__form .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #fff;
  border-color: #fff;
  color: #313131;
}
.request-access__form .gform_wrapper .gform_footer button[type=submit] i,
.request-access__form .gform_wrapper .gform_footer input[type=submit] i {
  display: none;
}

.page-template-template-thank-you .site-inner {
  position: relative;
  z-index: 1;
  height: 55vh;
}
.page-template-template-thank-you .site-inner .content {
  padding-top: 0;
}
.page-template-template-thank-you .content-sidebar-wrap {
  position: absolute;
  z-index: 1;
  top: 57%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.page-template-template-thank-you h1 {
  font-size: 1.875rem;
  line-height: 0.83334;
}
@media (min-width: 480px) {
  .page-template-template-thank-you h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .page-template-template-thank-you h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-template-template-thank-you h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 1440px) {
  .page-template-template-thank-you h1 {
    font-size: 3.75rem;
  }
}

.page-template-template-login .login-myaccount .wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.page-template-template-login .login-myaccount .wrap h1 {
  font-size: 35px;
  font-weight: 600;
  color: #313131;
  margin: 0 auto 4rem auto;
  text-align: center;
}
.page-template-template-login .login-myaccount ul.login-errors {
  padding: 0;
  list-style: none;
}
.page-template-template-login .login-myaccount ul.login-errors li {
  padding: 5px 5px 0px 5px;
  color: #fff;
  background: #d02030;
}
.page-template-template-login .login-myaccount.login {
  position: relative;
  z-index: 1;
  background-color: #f3f3f3;
  background-image: url(../images/country-profile-background.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 715px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.page-template-template-login .login-myaccount.login #loginform {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #6A6A6A;
  margin: 0 auto 16px auto;
}
@media (min-width: 480px) {
  .page-template-template-login .login-myaccount.login #loginform {
    grid-template-columns: 1fr 1fr;
  }
}
.page-template-template-login .login-myaccount.login #loginform p {
  margin: 0 auto;
  width: 100%;
}
.page-template-template-login .login-myaccount.login #loginform .login-username {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.page-template-template-login .login-myaccount.login #loginform .login-username input {
  order: 1;
  width: 100%;
  border: 1px solid #979797;
  border-radius: 3px;
  height: 35px;
  margin: 0 auto 0.5rem auto;
}
.page-template-template-login .login-myaccount.login #loginform .login-username label {
  order: 2;
  padding: 0 0 0 0.5rem;
}
.page-template-template-login .login-myaccount.login #loginform .login-password {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.page-template-template-login .login-myaccount.login #loginform .login-password input {
  order: 1;
  width: 100%;
  border: 1px solid #979797;
  border-radius: 3px;
  height: 35px;
  margin: 0 auto 0.5rem auto;
}
.page-template-template-login .login-myaccount.login #loginform .login-password label {
  order: 2;
  padding: 0 0 0 0.5rem;
}
.page-template-template-login .login-myaccount.login #loginform .login-remember {
  text-align: left;
}
@media (min-width: 480px) {
  .page-template-template-login .login-myaccount.login #loginform .login-remember {
    grid-column: 1/3;
  }
}
@media (min-width: 480px) {
  .page-template-template-login .login-myaccount.login #loginform .login-submit {
    grid-column: 1/3;
  }
}
.page-template-template-login .login-myaccount.login #loginform .login-submit input {
  background: #316297;
  border-color: #316297;
  border-radius: 24px;
  font-size: 18px;
  color: white;
  width: 100%;
}
.page-template-template-login .login-myaccount.login #loginform .login-submit input:active, .page-template-template-login .login-myaccount.login #loginform .login-submit input:focus, .page-template-template-login .login-myaccount.login #loginform .login-submit input:hover {
  background: white;
  color: #316297;
}
.page-template-template-login .login-myaccount.login .forget-password {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #6A6A6A;
}
.page-template-template-login .login-myaccount.my-account {
  padding: 5rem 0;
}
.page-template-template-login .site-footer {
  margin-top: 0;
}

.entry-content label[for=gdpr_email] {
  display: block;
}
.entry-content #gdpr_email {
  background: transparent;
  border: 1px solid #979797;
  border-radius: 3px;
  width: 33%;
  padding: 0.375rem 0.4375rem 0.25rem;
}
.entry-content #gdpr-submit {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  background-color: #4C8C40;
  border: 2px solid #4C8C40;
  border-radius: 3px;
  min-width: 184px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.125rem;
  line-height: 1.11112;
  font-weight: 600;
  text-transform: none;
  text-align: center;
  padding: 0.75rem 1.25rem;
  transition: all 0.25s ease-in-out;
}
.entry-content #gdpr-submit:hover, .entry-content #gdpr-submit:focus, .entry-content #gdpr-submit:active {
  background: #fff;
  border: 2px solid #4C8C40;
  color: #4C8C40;
  text-decoration: none;
}

.cc-revoke.cc-bottom {
  background: #316297 !important;
  color: #fff !important;
  font-family: "Yrsa", serif;
  font-size: 1.1875rem;
  line-height: 1.05264;
}

.cc-window.cc-banner,
.cc-window.cc-bottom {
  display: block;
  background: #316297 !important;
  box-shadow: 0 -5px 4px rgba(0, 0, 0, 0.14);
  color: #fff !important;
  font-family: "Yrsa", serif;
  font-size: 1rem;
  line-height: 1.05264;
  padding: 0.625rem 7% 1.25rem;
}
@media (min-width: 768px) {
  .cc-window.cc-banner,
.cc-window.cc-bottom {
    display: flex;
    font-size: 1.0625rem;
    padding: 1.875rem 8%;
  }
}
@media (min-width: 1200px) {
  .cc-window.cc-banner,
.cc-window.cc-bottom {
    font-size: 1.1875rem;
    padding: 1.875rem 10%;
  }
}
.cc-window.cc-banner .cc-message,
.cc-window.cc-bottom .cc-message {
  color: #fff;
  margin-right: 0;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .cc-window.cc-banner .cc-message,
.cc-window.cc-bottom .cc-message {
    margin-right: 0.9375rem;
    margin-bottom: 0;
  }
}
.cc-window.cc-banner .cc-message a,
.cc-window.cc-bottom .cc-message a {
  color: #fff;
  font-weight: bold;
}
.cc-window.cc-banner .cc-message a:hover,
.cc-window.cc-bottom .cc-message a:hover {
  text-decoration: underline;
}
.cc-window.cc-banner .cc-btn,
.cc-window.cc-bottom .cc-btn {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  background-color: #4C8C40 !important;
  border: 2px solid #4C8C40 !important;
  border-radius: 3px;
  min-width: 94px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.125rem;
  line-height: 1.11112;
  font-weight: 600;
  text-transform: none;
  text-align: center;
  padding: 0.3125rem 1.25rem 0.4375rem;
  transition: all 0.25s ease-in-out;
}
.cc-window.cc-banner .cc-btn:hover, .cc-window.cc-banner .cc-btn:focus, .cc-window.cc-banner .cc-btn:active,
.cc-window.cc-bottom .cc-btn:hover,
.cc-window.cc-bottom .cc-btn:focus,
.cc-window.cc-bottom .cc-btn:active {
  background: transparent !important;
  border: 2px solid #4C8C40 !important;
  color: #fff;
  text-decoration: none;
}
.cc-window.cc-banner .cc-btn.cc-allow,
.cc-window.cc-bottom .cc-btn.cc-allow {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #6A6A6A;
}
.cc-window.cc-banner .cc-btn.cc-allow:hover, .cc-window.cc-banner .cc-btn.cc-allow:focus, .cc-window.cc-banner .cc-btn.cc-allow:active,
.cc-window.cc-bottom .cc-btn.cc-allow:hover,
.cc-window.cc-bottom .cc-btn.cc-allow:focus,
.cc-window.cc-bottom .cc-btn.cc-allow:active {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  text-decoration: none;
}
.cc-window.cc-banner .cc-btn.cc-deny,
.cc-window.cc-bottom .cc-btn.cc-deny {
  background-color: #E87524 !important;
  border-color: #E87524 !important;
  color: #fff !important;
}
.cc-window.cc-banner .cc-btn.cc-deny:hover, .cc-window.cc-banner .cc-btn.cc-deny:focus, .cc-window.cc-banner .cc-btn.cc-deny:active,
.cc-window.cc-bottom .cc-btn.cc-deny:hover,
.cc-window.cc-bottom .cc-btn.cc-deny:focus,
.cc-window.cc-bottom .cc-btn.cc-deny:active {
  background: transparent !important;
  border-color: #E87524 !important;
  color: #E87524 !important;
  text-decoration: none;
}
.cc-window.cc-banner .cc-close,
.cc-window.cc-bottom .cc-close {
  top: 15px;
  right: 3%;
  opacity: 1;
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .cc-window.cc-banner .cc-close,
.cc-window.cc-bottom .cc-close {
    top: 25px;
    right: 6%;
  }
}

.gdpr-framework-privacy-tools .gdpr-download-button,
.gdpr-framework-privacy-tools .gdpr-export-button {
  display: inline-block;
}
.gdpr-framework-privacy-tools .gdpr-export-button {
  margin: 0 0 0 0.9375rem;
}
.gdpr-framework-privacy-tools .gdpr-delete-button a.button {
  background: #E87524;
  border-color: #E87524;
}
.gdpr-framework-privacy-tools .gdpr-delete-button a.button:hover, .gdpr-framework-privacy-tools .gdpr-delete-button a.button:active, .gdpr-framework-privacy-tools .gdpr-delete-button a.button:focus {
  color: #E87524;
  background: #fff;
  border-color: #E87524;
}

.page-template-template-site-map .content h2 {
  margin-bottom: 0.9375rem;
}

.site-footer {
  background: #252525;
  color: #fff;
  padding: 0 0 4.4375rem;
  margin: 3.75rem 0 0;
}
@media (min-width: 768px) {
  .site-footer {
    margin: 4.375rem 0 0;
  }
}
@media (min-width: 1200px) {
  .site-footer {
    margin: 5.375rem 0 0;
  }
}
@media (min-width: 1440px) {
  .site-footer {
    margin: 6.4375rem 0 0;
  }
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer .listserv-signup {
  margin-right: auto;
}
.site-footer .listserv-signup a.button {
  display: flex;
  box-sizing: border-box;
  max-height: 41px;
  height: 100%;
  background: #316297;
  color: #fff;
  border-radius: 13px 0px;
  border: none;
}
.site-footer .listserv-signup a.button:hover {
  color: #316297;
  background: #fff;
}
.site-footer .listserv-signup a.button span {
  align-self: center;
}

.footer__quote-container {
  padding: 2rem 1.125rem 0;
}
@media (min-width: 480px) {
  .footer__quote-container {
    padding: 3.125rem 1.75rem 0.625rem;
  }
}
@media (min-width: 768px) {
  .footer__quote-container {
    padding: 5rem 5rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .footer__quote-container {
    padding: 8.75rem 7.5rem 5.5625rem;
  }
}
@media (min-width: 1440px) {
  .footer__quote-container {
    padding: 14.6875rem 12.625rem 10.1875rem;
  }
}
.footer__copyright {
  font-size: 12px;
  margin-top: 1em;
}
.footer__quote {
  font-size: 1.1875rem;
  line-height: 1.26319;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 480px) {
  .footer__quote {
    font-size: 1.5rem;
    line-height: 1.22858;
  }
}
@media (min-width: 768px) {
  .footer__quote {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .footer__quote {
    font-size: 2.1875rem;
  }
}
.footer__flag-bar {
  padding-top: 2.125rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 480px) {
  .footer__flag-bar {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .footer__flag-bar {
    padding-top: 3.1875rem;
  }
}
.footer__bottom {
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  font-family: "Barlow", sans-serif;
  padding: 1.875rem 1rem 0;
}
@media (min-width: 480px) {
  .footer__bottom {
    padding: 1.875rem 0 0 0;
  }
}
@media (min-width: 1200px) {
  .footer__bottom {
    display: flex;
    padding: 2.3125rem 0 0 0;
  }
}
.footer__left-container {
  flex: 1 0 300px;
}
@media (min-width: 1440px) {
  .footer__left-container {
    flex: 0 1 auto;
  }
}
@media (min-width: 768px) {
  .footer__logo-container {
    display: inline-block;
    vertical-align: middle;
  }
}
.footer__logos {
  display: flex;
  align-items: center;
}
.footer__site-logo {
  position: relative;
  z-index: 1;
  padding: 0 1.625rem 0 0;
  margin: 0 1.5rem 0 0;
}
.footer__site-logo:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 41px;
  background: #fff;
  transform: translateY(-50%);
}
.footer__site-logo a {
  display: inline-block;
}
@media (min-width: 480px) {
  .footer__site-logo a {
    display: block;
  }
}
.footer__site-logo svg {
  display: block;
  width: 100%;
}
@media (min-width: 480px) {
  .footer__site-logo svg {
    width: 175px;
  }
}
.footer__fm-logo {
  position: relative;
  z-index: 1;
}
@media (min-width: 480px) {
  .footer__fm-logo {
    padding: 0 1.5625rem 0 0;
    margin: 0 1.0625rem 0 0;
  }
}
.footer__fm-logo:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 41px;
  background: #fff;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .footer__fm-logo:after {
    content: "";
  }
}
.footer__fm-logo a {
  display: inline-block;
}
@media (min-width: 480px) {
  .footer__fm-logo a {
    display: block;
  }
}
.footer__fm-logo svg {
  display: block;
  width: 100%;
  height: 34px;
}
@media (min-width: 480px) {
  .footer__fm-logo svg {
    width: 179px;
  }
}
.footer__address-container {
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.15;
  margin: 1.375rem 0 0;
}
@media (min-width: 768px) {
  .footer__address-container {
    display: inline-block;
    margin: 0;
  }
}
.footer__phone {
  margin: 1rem 0 0;
}
@media (min-width: 768px) {
  .footer__phone {
    margin: 0.6875rem 0 0;
  }
}
.footer__information {
  margin: 0.25rem 0 0;
}
@media (min-width: 768px) {
  .footer__information {
    margin: 2.5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .footer__information {
    flex: 0 1 380px;
    text-align: right;
    margin: 0 0 0.5rem;
  }
}
@media (min-width: 1440px) {
  .footer__information {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer__information.has--listserv {
    flex: 0 1 auto;
  }
}
.footer__email {
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer__email {
    display: inline-block;
  }
}
.footer__menu {
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .footer__menu {
    display: inline-block;
    margin: 0 0 0 2rem;
  }
}
.footer__menu .menu-footer-menu-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__menu .menu-footer-menu-container li {
  display: inline-block;
  margin: 0 0 0 0.375rem;
}
.footer__menu .menu-footer-menu-container li:first-child {
  margin-left: 0;
}
.footer__menu .menu-footer-menu-container li a {
  display: block;
  text-transform: lowercase;
}
.footer__social {
  display: block;
  margin: 1.75rem 0 0;
  display: flex;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .footer__social {
    margin: 1.25rem 0 0 auto;
  }
}
.footer__social .social-media__container {
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .footer__social .social-media__container {
    text-align: right;
  }
}

body.annual-reports .annual-report-featured__container {
  position: relative;
  z-index: 1;
  background-color: #f3f3f3;
  background-image: url(../images/country-profile-background.png);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 715px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
body.annual-reports .annual-report-featured__container .wrap {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  box-sizing: border-box;
}
body.annual-reports .annual-report-featured__container .wrap .annualreport__featured {
  display: flex;
}
body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__image {
  flex: 1 0 33%;
  padding-right: 24px;
  box-sizing: border-box;
  align-self: center;
}
body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__image .document__image_wrapper {
  border: 1px solid #6A6A6A !important;
}
@media (max-width: 768px) {
  body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__image {
    display: none;
  }
}
body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__image img {
  display: block;
  width: 100%;
}
body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__content {
  flex: 0 1 66%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__content {
    flex: 0 1 100%;
  }
}
body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__content span {
  display: block;
  line-height: 1.11112;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0.25em;
  color: #6A6A6A;
}
body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__content h1 {
  color: #6A6A6A;
  text-align: left;
  font-size: 35px;
  margin-bottom: 0.5em;
}
body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__content-text {
  color: #6A6A6A;
  margin-bottom: 1em;
}
body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__content-text p {
  font-weight: 500;
}
body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__content-buttons {
  color: #6A6A6A;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__content-buttons {
    flex-wrap: wrap;
  }
}
body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__content-buttons a.button {
  background-color: #316297;
  border-radius: 30px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  background-color: #316297;
  border: 2px solid #316297;
  min-width: 184px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.125rem;
  line-height: 1.11112;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  padding: 0.75rem 1.25rem;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__content-buttons a.button:first-of-type {
  margin-right: 16px;
}
body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__content-buttons a.button:hover {
  color: #316297;
}
@media (max-width: 768px) {
  body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__content-buttons a.button {
    margin-bottom: 2em;
  }
  body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__content-buttons a.button:first-of-type {
    margin-right: 0;
  }
}
body.annual-reports .annual-report-featured__container .wrap .annualreport__featured__content-buttons a.button i {
  font-size: 14px;
}

.annual-reports__archive_content {
  margin-bottom: 3em;
}
.annual-reports__archive_documents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 36px;
  grid-row-gap: 72px;
  grid-template-rows: 1fr;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .annual-reports__archive_documents {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .annual-reports__archive_documents {
    grid-template-columns: 1fr;
  }
}
.annual-reports__archive_documents .annual-reports__archive_document {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.annual-reports__archive_documents .annual-reports__archive_document-wrap {
  border: 1px solid #6A6A6A;
  border-radius: 20px;
  overflow: hidden;
  height: inherit;
  flex: 0 1 auto;
}
.annual-reports__archive_documents .document__image_wrapper {
  height: auto;
}
.annual-reports__archive_documents .annual-reports__archive_document-content {
  min-height: 4em;
  padding: 16px;
  color: #6A6A6A;
  font-weight: 500;
}
.annual-reports__archive_documents .annual-reports__archive_document-content p {
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
}
.annual-reports__archive_documents .links {
  flex: 0 1 auto;
  margin-top: auto;
  padding: 0 1em 1em 1em;
}
.annual-reports__archive_documents .links a {
  padding-right: 1em;
  color: #6A6A6A;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}
.annual-reports__archive_documents .links a:hover {
  color: #252525;
}
.annual-reports__archive .annual-reports-archive__document {
  display: grid;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #6a6a6a;
  grid-template-rows: 450px auto 1fr;
  height: 100%;
  position: relative;
  z-index: 2;
}
.annual-reports__archive .annual-reports-archive__document::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: transparent;
  transition: background-color 0.25s linear;
  z-index: 1;
}
.annual-reports__archive .annual-reports-archive__document:hover::before {
  background: #f3f3f3;
}
.annual-reports__archive .annual-reports-archive__document img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 480px;
  -o-object-position: center center;
     object-position: center center;
  border-bottom: 1px solid #6A6A6A;
  border-radius: 20px;
  z-index: 2;
}
.annual-reports__archive .annual-reports-archive__document > div {
  z-index: 1;
}

.document__image_wrapper {
  border-bottom: 1px solid #6A6A6A;
  overflow: hidden;
  border-radius: 20px;
}
.document__image_wrapper img {
  display: block;
  width: 100%;
}

.annual-reports__archive_documents__pagination {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}
.annual-reports__archive_documents__pagination span.page-numbers.disabled {
  background: #6A6A6A !important;
}
.annual-reports__archive_documents__pagination .page-numbers {
  line-height: 1;
  padding: 0.5em;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #6A6A6A;
}
.annual-reports__archive_documents__pagination .page-numbers.prev {
  border-radius: 10px;
  background: #316297;
  color: #fff;
  margin-right: auto;
  width: 2em;
}
.annual-reports__archive_documents__pagination .page-numbers.next {
  border-radius: 10px;
  background: #316297;
  color: #fff;
  margin-left: auto;
  width: 2em;
}
.annual-reports__archive_documents__pagination a.page-numbers {
  text-decoration: underline;
  color: #252525;
}

body.page-template-template-country-archive #sort-wrap {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #6A6A6A;
}
@media (max-width: 768px) {
  body.page-template-template-country-archive #sort-wrap {
    flex-wrap: wrap;
  }
}
body.page-template-template-country-archive #sort-wrap span.label {
  font-size: 16px;
}
body.page-template-template-country-archive #sort-wrap #sort-controls {
  display: flex;
  flex: 0 1 66%;
  padding-right: 1em;
  box-sizing: border-box;
  align-items: center;
}
@media (max-width: 768px) {
  body.page-template-template-country-archive #sort-wrap #sort-controls {
    padding-right: 0;
    flex: 0 1 100%;
    margin-bottom: 1em;
  }
}
@media (max-width: 480px) {
  body.page-template-template-country-archive #sort-wrap #sort-controls {
    align-self: flex-start;
  }
}
body.page-template-template-country-archive #sort-wrap #sort-controls span.label {
  flex: 0 1 25%;
  text-align: center;
  box-sizing: border-box;
  display: block;
  font-family: "Barlow", sans-serif;
}
@media (max-width: 480px) {
  body.page-template-template-country-archive #sort-wrap #sort-controls span.label {
    align-self: flex-start;
    flex: 1 0 25%;
  }
}
body.page-template-template-country-archive #sort-wrap #sort-controls .radio-sort-buttons {
  flex: 1 0 auto;
  display: flex;
}
@media (max-width: 480px) {
  body.page-template-template-country-archive #sort-wrap #sort-controls .radio-sort-buttons {
    flex-wrap: wrap;
  }
}
body.page-template-template-country-archive #sort-wrap #sort-controls .radio-sort-buttons label {
  flex: 0 1 33%;
  text-align: center;
  margin: 0 0.5em;
  box-sizing: border-box;
  display: block;
}
@media (max-width: 480px) {
  body.page-template-template-country-archive #sort-wrap #sort-controls .radio-sort-buttons label {
    flex: 0 1 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
  }
}
body.page-template-template-country-archive #sort-wrap #sort-controls .radio-sort-buttons label:hover {
  cursor: pointer;
}
body.page-template-template-country-archive #sort-wrap #sort-controls .radio-sort-buttons label:hover span {
  border: none;
  color: #fff;
}
body.page-template-template-country-archive #sort-wrap #sort-controls .radio-sort-buttons label input[type=radio] {
  display: none;
}
body.page-template-template-country-archive #sort-wrap #sort-controls .radio-sort-buttons label input[type=radio] + span {
  font-size: 16px;
  padding: 2px 0;
  font-family: "Barlow", sans-serif;
  display: block;
  border-radius: 3px;
  color: #6A6A6A;
  border: 1px solid #6A6A6A;
}
body.page-template-template-country-archive #sort-wrap #sort-controls .radio-sort-buttons label input[type=radio]:checked + span {
  background-color: #316297;
  color: #fff;
  border: none;
}
body.page-template-template-country-archive #sort-wrap .year-controls {
  align-items: center;
  border-left: 1px solid #252525;
  padding-left: 1em;
  flex: 1 0 auto;
  display: flex;
}
@media (max-width: 768px) {
  body.page-template-template-country-archive #sort-wrap .year-controls {
    padding-left: 0;
    border-left: none;
  }
}
body.page-template-template-country-archive #sort-wrap .year-controls .label {
  font-family: "Barlow", sans-serif;
  flex: 0 1 33%;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-template-template-country-archive #sort-wrap .year-controls .label {
    flex: 0 1 25%;
  }
}
@media (max-width: 480px) {
  body.page-template-template-country-archive #sort-wrap .year-controls .label {
    flex: 1 0 25%;
  }
}
body.page-template-template-country-archive #sort-wrap .year-controls #year-select {
  flex: 0 1 66%;
  text-align: center;
}
body.page-template-template-country-archive #sort-wrap .year-controls .select2-selection__rendered {
  text-align: center;
}

.country__score .grade__letter {
  position: relative;
}
.country__score .grade__letter.grade__A {
  background: #316297;
}
.country__score .grade__letter.grade__B {
  background: #4C8C40;
}
.country__score .grade__letter.grade__C {
  background: #F5B21F;
}
.country__score .grade__letter.grade__D {
  background: #E87524;
}
.country__score .grade__letter.grade__F5 {
  background-color: rgb(247, 218, 221);
}
.country__score .grade__letter.grade__F4 {
  background-color: rgb(239, 181, 186);
}
.country__score .grade__letter.grade__F3 {
  background-color: rgb(232, 144, 152);
}
.country__score .grade__letter.grade__F2 {
  background-color: rgb(224, 106, 117);
}
.country__score .grade__letter.grade__F1 {
  background-color: rgb(216, 62, 72);
}
.country__score .grade__letter.grade__F {
  background-color: #D02030;
}
.country__score .grade__letter > span {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.country__score .score_label_wrap {
  padding: 5px 12px;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
}
.country__score .score_label_wrap .score__value {
  font-weight: 400;
  font-size: 1.75rem;
}
.country__score .score_label_wrap .score__label {
  font-size: 10px;
  font-weight: 500;
}

.country-list {
  margin-bottom: 48px;
}
.country-list__header {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.country-list__header span {
  font-size: 1.5rem;
  font-family: "Barlow", sans-serif;
  color: #6A6A6A;
}
.country-list__header:after {
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #6A6A6A;
  content: "";
  padding-left: 12px;
  left: 30px;
  top: 50%;
}
.country-list__countries-single {
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-gap: 24px;
  margin-bottom: 24px;
  align-items: stretch;
}
@media (max-width: 768px) {
  .country-list__countries-single {
    grid-template-columns: 1fr;
  }
}
.country-list__countries-single .country__title {
  font-weight: 500;
  padding: 1.125rem 0.625rem;
  background: #f3f3f3;
  border-radius: 17px;
}
@media (max-width: 768px) {
  .country-list__countries-single .country__title {
    font-size: 1.5rem;
  }
}
.country-list__countries-single .country__score {
  display: grid;
  grid-template-columns: 1fr 2fr;
  background: #f3f3f3;
  border-radius: 17px;
  overflow: hidden;
}
.country-list__countries-single .country__score .grade__letter {
  border-radius: 17px;
  text-align: center;
}
.country-list__countries-single .country__link {
  align-self: center;
}
.country-list__countries-single .country__link a.button {
  border: 1px solid #6A6A6A;
  color: #6A6A6A;
  background: #fff;
  border-radius: 34px;
}
.country-list__countries-single .country__link a.button:hover {
  color: #fff;
  background: #316297;
}
@media (max-width: 768px) {
  .country-list__countries-single .country__link a.button {
    display: block;
    margin: 0 auto;
  }
}

#jump-letters {
  display: flex;
  margin: 0 auto 5vw;
  padding: 0;
  list-style: none;
  justify-content: center;
}
@media (max-width: 1200px) {
  #jump-letters {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#jump-letters .jump-letters__letter {
  font-size: 1.75rem;
  color: #6A6A6A;
  font-family: "Barlow", sans-serif;
  flex: 0 1 auto;
}
@media (max-width: 768px) {
  #jump-letters .jump-letters__letter {
    flex: 0 1 5%;
  }
}
#jump-letters li {
  display: block;
  padding: 12px;
  flex: 0 1 auto;
}
#jump-letters li a, #jump-letters li span {
  text-align: center;
  font-weight: 600;
  color: #6A6A6A;
  display: block;
}
#jump-letters li a:hover, #jump-letters li span:hover {
  color: #316297;
}

body.page-template-template-landing #mainContent {
  display: none;
}
body.page-template-template-landing footer.site-footer {
  margin: 0 auto;
}

body.snapshot-series main.content:empty {
  display: none;
}
body.snapshot-series footer.site-footer {
  margin-top: 0;
}
body.snapshot-series #archive {
  margin-bottom: 6.4375rem;
}

.videos.page-sections__section .videos__video {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 960px) {
  .videos.page-sections__section .videos__video {
    grid-template-columns: repeat(2, 1fr);
  }
}
.videos.page-sections__section .videos__video .video {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid #6a6a6a;
  border-radius: 20px;
  overflow: hidden;
}
.videos.page-sections__section .videos__video .video:hover {
  cursor: pointer;
}
.videos.page-sections__section .videos__video .video .video-title {
  padding: 16px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
}
.videos.page-sections__section .videos__video .video .featured-image {
  position: relative;
  max-height: 295px;
  aspect-ratio: 4/3;
  display: flex;
  background: #000;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  border-bottom: 1px solid #6a6a6a;
}
.videos.page-sections__section .videos__video .video .featured-image .video-thumbnail {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.videos.page-sections__section .videos__video .video .featured-image::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0.75;
  top: 50%;
  left: 50%;
  font-size: 64px;
  transition: transform 0.25s linear, color 0.25s linear, opacity 0.25s linear;
}
.videos.page-sections__section .videos__video .video:hover .featured-image::after {
  transform: translate(-50%, -50%) scale(0.8);
  color: #f3f3f3;
  opacity: 1;
}

.cpt-archive__documents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 36px;
  grid-row-gap: 72px;
  grid-template-rows: 1fr;
  align-items: flex-start;
  margin-top: 2em;
}
@media (max-width: 1024px) {
  .cpt-archive__documents {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 648px) {
  .cpt-archive__documents {
    grid-template-columns: 1fr;
  }
}
.cpt-archive__documents .document {
  display: grid;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #6a6a6a;
  grid-template-rows: auto auto 1fr;
  height: 100%;
  position: relative;
  z-index: 2;
}
.cpt-archive__documents .document::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: transparent;
  transition: background-color 0.25s linear;
  z-index: 1;
}
.cpt-archive__documents .document:hover::before {
  background: #f3f3f3;
}
.cpt-archive__documents .document__cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 480px;
  -o-object-position: center center;
  object-position: center center;
  border-bottom: 1px solid #6A6A6A;
  border-radius: 20px;
  z-index: 2;
  aspect-ratio: 1/1.414;
}
.cpt-archive__documents .document__content {
  min-height: 4em;
  padding: 16px;
  color: #6A6A6A;
  font-weight: 500;
  z-index: 2;
}
.cpt-archive__documents .document__content .document-title {
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
}
.cpt-archive__documents .document__content p {
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
}
.cpt-archive__documents .document__links {
  margin-top: auto;
  padding: 0 1em 1em 1em;
  z-index: 2;
}
.cpt-archive__documents .document__links a {
  padding-right: 1em;
  color: #6A6A6A;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}
.cpt-archive__documents .document__links a:hover {
  color: #252525;
}
.cpt-archive__pagination {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}
.cpt-archive__pagination .page-numbers {
  line-height: 1;
  padding: 0.5em;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #6A6A6A;
}
.cpt-archive__pagination .page-numbers.disabled {
  background: #6A6A6A !important;
}
.cpt-archive__pagination .page-numbers.next {
  border-radius: 10px;
  background: #316297;
  color: #fff;
  margin-left: auto;
  width: 2em;
}
.cpt-archive__pagination .page-numbers.prev {
  border-radius: 10px;
  background: #316297;
  color: #fff;
  margin-right: auto;
  width: 2em;
}
.cpt-archive__pagination a.page-numbers {
  text-decoration: underline;
  color: #252525;
}
.cpt-archive .section__header {
  text-align: center;
  margin: 0 0 1.375rem;
}
.cpt-archive .section__header h3 {
  margin: 0;
}
