@charset "UTF-8";
/*
Theme Name:     Climate Policy Initiative
Author: 		House9design
Version:        2.0
*/
/*
$window-size-phone	    	  : 320px;
$window-size-laptop  	  	  : 1536px;

$debug						  : true;
$debug-responsive 			  : desktop;
$debug-responsive 			  : laptop;
//$debug-responsive 			  : tablet;
$debug-responsive 			  : phone;
$debug-responsive-selector 	  : 'body, .mobile-header-overlay--wrap, .notification';
//*/
@import "https://cloud.typography.com/6610674/6041552/css/fonts.css";
.social .facebook:after, .post-contact-info .facebook:after, .social .twitter:after, .post-contact-info .twitter:after, .social .linkedin:after, .post-contact-info .linkedin:after, .social .youtube:after, .post-contact-info .youtube:after, .social .email:after, .post-contact-info .email:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-weight: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
$window-size-phone	    	  : 320px;
$window-size-laptop  	  	  : 1536px;

$debug						  : true;
$debug-responsive 			  : desktop;
$debug-responsive 			  : laptop;
//$debug-responsive 			  : tablet;
$debug-responsive 			  : phone;
$debug-responsive-selector 	  : 'body, .mobile-header-overlay--wrap, .notification';
//*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*------------------------------------------------------------------------------
Html & Body
------------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  min-height: 100%;
  position: relative;
  overflow-anchor: none; }

body {
  margin: 0;
  padding: 0;
  background: white;
  color: #171717;
  font-family: "Mercury Text G3 A", "Mercury Text G3 B";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body * {
  box-sizing: border-box; }

/*------------------------------------------------------------------------------
headings
------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-family: "Mercury Text G3 A", "Mercury Text G3 B";
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 1.2rem; }

h3 {
  font-size: 1rem; }

h4 {
  font-size: 0.9rem; }

h5 {
  font-size: 0.7rem; }

h6 {
  font-size: 0.6rem; }

/*------------------------------------------------------------------------------
links
------------------------------------------------------------------------------*/
a {
  color: inherit;
  outline: none;
  text-decoration: none; }

a:hover {
  color: inherit;
  text-decoration: underline; }

a:focus {
  outline: none; }

h1 a, h2 a {
  color: inherit; }

/*------------------------------------------------------------------------------
Text
------------------------------------------------------------------------------*/
p {
  margin: 1.2em 0;
  padding: 0; }

small {
  font-size: .8em; }

em {
  font-style: italic; }

/*------------------------------------------------------------------------------
Lists
------------------------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.2em 0;
  padding: 0;
  list-style-position: inside; }

ul ul, ul ol, ol ul, ol ol {
  margin-left: 20px;
  margin-bottom: 0; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

/*------------------------------------------------------------------------------
images
------------------------------------------------------------------------------*/
img {
  border: 0;
  height: auto;
  vertical-align: top;
  max-width: 100%; }

svg, canvas {
  vertical-align: top; }

.responsive {
  max-width: 100%;
  height: auto; }

.responsive img {
  max-width: 100%; }

/*------------------------------------------------------------------------------
tables
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
forms
------------------------------------------------------------------------------*/
button, input, optgroup, select, textarea, .dropdown {
  color: inherit;
  font-family: "Mercury Text G3 A", "Mercury Text G3 B";
  font-size: inherit;
  outline: none; }

input:not([type]), input[type="text"], input[type="password"], textarea, .select-dropdown {
  font-family: "Mercury Text G3 A", "Mercury Text G3 B";
  background: #ffffff;
  border: 1px solid gray;
  display: inline-block;
  padding: 11px 15px; }

input:not([type]).placeholder, input[type="text"].placeholder, input[type="password"].placeholder, textarea.placeholder, .select-dropdown.placeholder {
  font-family: inherit; }

input:not([type])::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, .select-dropdown::-moz-placeholder {
  font-family: inherit; }

input:not([type])::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .select-dropdown::-webkit-input-placeholder {
  font-family: inherit; }

.select-dropdown {
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  padding-right: 30px;
  vertical-align: middle; }

.select-dropdown--label {
  width: calc(100% - 30px);
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top; }

.select-dropdown--knob {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  width: 30px; }

.select-dropdown--input {
  cursor: pointer; }

.radio {
  display: inline-block;
  border-radius: 50%;
  height: 1em;
  width: 1em;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
  border: 1px solid black;
  margin-right: 5px; }

.radio.is-checked {
  background-color: gray; }

.checkbox {
  display: inline-block;
  height: 1em;
  width: 1em;
  border: 1px solid black;
  margin-right: 5px; }

.checkbox.is-checked {
  background-color: gray; }

button, [type="button"], [type="submit"] {
  cursor: pointer; }

button:focus, [type="button"]:focus, [type="submit"]:focus {
  outline: none; }

input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea, .select-dropdown {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%; }

fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1.2em 0;
  min-width: 0; }

fieldset input[type="text"], fieldset input[type="password"], fieldset input[type="email"], fieldset input[type="number"], fieldset textarea, fieldset select {
  width: 100%; }

/*------------------------------------------------------------------------------
other (source: h5bp.com)
------------------------------------------------------------------------------*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*------------------------------------------------------------------------------
print (source: h5bp.com)
------------------------------------------------------------------------------*/
@media screen {
  .is-print {
    display: none !important; } }

@media print {
  .is-not-print {
    display: none !important; }
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
			 * Don't show links for images, or javascript/internal links
			 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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

.hide {
  display: none; }

.divider {
  background: #CCC;
  height: 1px;
  margin: 25px 0 40px 0;
  overflow: hidden; }

.is-clickable {
  cursor: pointer; }

.disabled, .is-disabled, [disabled] {
  opacity: .1;
  pointer-events: none; }

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

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

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

.img-left {
  float: left;
  margin: 0 10px 10px 0; }

.img-right {
  float: right;
  margin: 0 0 10px 10px; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.text-overflow {
  display: inline-block;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap; }

.cancel-animation, .cancel-animation * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.no-scrollbar, .chart-tree-bubble--content-list {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none; }

.no-scrollbar::-webkit-scrollbar, .chart-tree-bubble--content-list::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */ }

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }

.no-drag {
  -webkit-user-drag: none; }

.error-box {
  font-family: monospace;
  font-size: 12px;
  color: red;
  display: block;
  background: rgba(255, 0, 0, 0.3);
  border-radius: 3px;
  padding: 15px;
  margin: 1em 0; }

.spinner {
  display: inline-block;
  width: 0;
  height: 0;
  background: red;
  animation: loading-spinner 1s ease-in-out infinite; }

.spinner:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: var(--spinner-size, 20px);
  height: var(--spinner-size, 20px);
  border: 3px solid rgba(128, 128, 128, 0.3);
  border-width: var(--spinner-width, 3px);
  border-color: var(--spinner-background, rgba(128, 128, 128, 0.5));
  border-top-color: #fff;
  border-top-color: var(--spinner-color, red); }

.loading-bg, [is^="chart/"]:not(.is-loaded):after {
  background-image: linear-gradient(to right, var(--loading-color, rgba(255, 255, 255, 0)) 10%, var(--loading-color, rgba(255, 255, 255, 0.4)) 30%, var(--loading-color, rgba(255, 255, 255, 0)) 50%);
  animation-duration: var(--loading-duration, 3s);
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: loading-animated;
  animation-timing-function: linear; }

@keyframes loading-spinner {
  to {
    transform: rotate(360deg); } }

@keyframes loading-animated {
  0% {
    background-position: -500px 0; }
  100% {
    background-position: 500px 0; } }

[hide] {
  opacity: 0 !important; }

[hide="full"] {
  display: none !important; }

[hide="alt"] {
  pointer-events: none;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important; }

[on-click] {
  cursor: pointer; }

[media^="show-"], [media*=",show-"] {
  display: none !important; }

@media screen and (max-width: 480px) {
  body:before {
    content: "phone";
    display: none !important; }
  [media^="hide-phone"], [media*=",hide-phone"] {
    display: none !important; }
  [media^="show-phone"], [media*=",show-phone"] {
    display: block !important; }
  [media^="show-phone-flex"], [media*=",show-phone-flex"] {
    display: flex !important; }
  [media^="show-phone-inline"], [media*=",show-phone-inline"] {
    display: inline !important; }
  [media^="show-phone-inline-block"], [media*=",show-phone-inline-block"] {
    display: inline-block !important; }
  table[media^="show-phone"], table[media*=",show-phone"] {
    display: table !important; }
  tr[media^="show-phone"], tr[media*=",show-phone"] {
    display: table-row !important; }
  th[media^="show-phone"], th[media*=",show-phone"], td[media^="show-phone"], td[media*=",show-phone"] {
    display: table-cell !important; } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  body:before {
    content: "tablet";
    display: none !important; }
  [media^="hide-tablet"], [media*=",hide-tablet"] {
    display: none !important; }
  [media^="show-tablet"], [media*=",show-tablet"] {
    display: block !important; }
  [media^="show-tablet-flex"], [media*=",show-tablet-flex"] {
    display: flex !important; }
  [media^="show-tablet-inline"], [media*=",show-tablet-inline"] {
    display: inline !important; }
  [media^="show-tablet-inline-block"], [media*=",show-tablet-inline-block"] {
    display: inline-block !important; }
  table[media^="show-tablet"], table[media*=",show-tablet"] {
    display: table !important; }
  tr[media^="show-tablet"], tr[media*=",show-tablet"] {
    display: table-row !important; }
  th[media^="show-tablet"], th[media*=",show-tablet"], td[media^="show-tablet"], td[media*=",show-tablet"] {
    display: table-cell !important; } }

@media screen and (min-width: 769px) and (max-width: 1100px) {
  body:before {
    content: "laptop";
    display: none !important; }
  [media^="hide-laptop"], [media*=",hide-laptop"] {
    display: none !important; }
  [media^="show-laptop"], [media*=",show-laptop"] {
    display: block !important; }
  [media^="show-laptop-flex"], [media*=",show-laptop-flex"] {
    display: flex !important; }
  [media^="show-laptop-inline"], [media*=",show-laptop-inline"] {
    display: inline !important; }
  [media^="show-laptop-inline-block"], [media*=",show-laptop-inline-block"] {
    display: inline-block !important; }
  table[media^="show-laptop"], table[media*=",show-laptop"] {
    display: table !important; }
  tr[media^="show-laptop"], tr[media*=",show-laptop"] {
    display: table-row !important; }
  th[media^="show-laptop"], th[media*=",show-laptop"], td[media^="show-laptop"], td[media*=",show-laptop"] {
    display: table-cell !important; } }

@media screen and (min-width: 1101px) {
  body:before {
    content: "desktop";
    display: none !important; }
  [media^="hide-desktop"], [media*=",hide-desktop"] {
    display: none !important; }
  [media^="show-desktop"], [media*=",show-desktop"] {
    display: block !important; }
  [media^="show-desktop-flex"], [media*=",show-desktop-flex"] {
    display: flex !important; }
  [media^="show-desktop-inline"], [media*=",show-desktop-inline"] {
    display: inline !important; }
  [media^="show-desktop-inline-block"], [media*=",show-desktop-inline-block"] {
    display: inline-block !important; }
  table[media^="show-desktop"], table[media*=",show-desktop"] {
    display: table !important; }
  tr[media^="show-desktop"], tr[media*=",show-desktop"] {
    display: table-row !important; }
  th[media^="show-desktop"], th[media*=",show-desktop"], td[media^="show-desktop"], td[media*=",show-desktop"] {
    display: table-cell !important; } }

@font-face {
  font-family: "FontAwesome";
  src: url("assets/fonts/fa5/fa-regular-400.woff2?v=1") format("woff2"), url("assets/fonts/fa5/fa-regular-400.woff?v=1") format("woff"), url("assets/fonts/fa5/fa-regular-400.ttf?v=1") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "FontAwesome";
  src: url("assets/fonts/fa5/fa-solid-900.woff2?v=1") format("woff2"), url("assets/fonts/fa5/fa-solid-900.woff?v=1") format("woff"), url("assets/fonts/fa5/fa-solid-900.ttf?v=1") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "FontAwesomeBrands";
  src: url("assets/fonts/fa5/fa-brands-400.woff2?v=1") format("woff2"), url("assets/fonts/fa5/fa-brands-400.woff?v=1") format("woff"), url("assets/fonts/fa5/fa-brands-400.ttf?v=1") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*
@include font-face("Mercury", "mercury/Mercury-TextG3Roman", $display:swap);
@include font-face("Mercury", "mercury/Mercury-TextG3Italic", $style:italic, $display:swap);
@include font-face("Mercury", "mercury/Mercury-TextG3Semibold", $weight:bold, $display:swap);
@include font-face("Mercury", "mercury/Mercury-TextG3SemiboldItalic", $weight:bold, $style:italic, $display:swap);

@include font-face("Whitney", "whitney/WhitneyHTF-Book", $display:swap);
@include font-face("Whitney", "whitney/WhitneyHTF-BookItalic", $style:italic, $display:swap);
@include font-face("Whitney", "whitney/WhitneyHTF-Medium", $weight:bold, $display:swap);
@include font-face("Whitney", "whitney/WhitneyHTF-MediumItalic", $weight:bold, $style:italic, $display:swap);
*/
.debug--columns {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  background: rgba(0, 0, 0, 0.01);
  bottom: 0;
  margin: 0 auto;
  transform: translateX(-50%);
  z-index: 9999;
  pointer-events: none;
  padding: 0 48px;
  max-width: 1536px;
  width: 100%;
  opacity: 0.3; }
  .debug--columns:before {
    background-position: 0px;
    background-image: repeating-linear-gradient(to right, rgba(200, 0, 0, 0.1), rgba(200, 0, 0, 0.1) calc(100% / 12 - 15px), transparent calc(100% / 12 - 15px), transparent calc(100% / 12)), linear-gradient(0deg, rgba(0, 0, 0, 0) 95%, rgba(56, 255, 255, 0.8) 100%);
    background-size: calc(100% + 15px) 100%, 100% 0;
    content: '';
    height: 100%;
    display: block;
    margin: auto; }
  @media screen and (max-width: 480px) {
    .debug--columns {
      padding: 0 15px;
      max-width: 1536px; }
      .debug--columns:before {
        background-position: 0px;
        background-image: repeating-linear-gradient(to right, rgba(200, 0, 0, 0.1), rgba(200, 0, 0, 0.1) calc(100% / 2 - 15px), transparent calc(100% / 2 - 15px), transparent calc(100% / 2)), linear-gradient(0deg, rgba(0, 0, 0, 0) 95%, rgba(56, 255, 255, 0.8) 100%);
        background-size: calc(100% + 15px) 100%, 100% 0; } }

.is-style-huge, .gallery-overlay--previous, .gallery-overlay--next, h1, .page-more-terms h2, .page-offices--name {
  font-size: 2rem;
  line-height: 2.4rem; }
  @media screen and (max-width: 480px) {
    .is-style-huge, .gallery-overlay--previous, .gallery-overlay--next, h1, .page-more-terms h2, .page-offices--name {
      font-size: 1.6rem;
      line-height: 1.8rem; } }

.big-text, .page-landing--intro, .is-style-big, .gallery-overlay--close, .notification--content, .overlay--close, h1.category, h2, .wp-block-quote, .gform_title, .header--search, .main-menu--link.is-depth-0, .mobile-header--menu-trigger, .mobile-header--search, .mobile-main-menu, .page-more-terms h3, .hero--content {
  font-size: 1.3rem;
  line-height: 1.6rem; }
  @media screen and (max-width: 480px) {
    .big-text, .page-landing--intro, .is-style-big, .gallery-overlay--close, .notification--content, .overlay--close, h1.category, h2, .wp-block-quote, .gform_title, .header--search, .main-menu--link.is-depth-0, .mobile-header--menu-trigger, .mobile-header--search, .mobile-main-menu, .page-more-terms h3, .hero--content {
      font-size: 1rem;
      line-height: 1.25rem; } }

h3, .wp-block-table tbody, .wp-block-table tfoot, .block-cards--content {
  font-size: 1rem;
  line-height: 1.2rem; }
  @media screen and (max-width: 480px) {
    h3, .wp-block-table tbody, .wp-block-table tfoot, .block-cards--content {
      font-size: 0.8rem;
      line-height: 1rem; } }

h4, .wp-block-table table, .wp-block-table thead {
  font-size: 0.8rem;
  line-height: 1rem; }
  @media screen and (max-width: 480px) {
    h4, .wp-block-table table, .wp-block-table thead {
      font-size: 0.6rem;
      line-height: 0.75rem; } }

h5 {
  font-size: 1rem;
  letter-spacing: 0.02rem; }

.richtext h5:not([styled]), .page-landing--intro h5:not([styled]), .page-full-width--content h5:not([styled]), .article--content h5:not([styled]), .chart-tree-bubble--item-description h5:not([styled]), .chart-tree-bubble--item-description-more h5:not([styled]), .richtext h6:not([styled]), .page-landing--intro h6:not([styled]), .page-full-width--content h6:not([styled]), .article--content h6:not([styled]), .chart-tree-bubble--item-description h6:not([styled]), .chart-tree-bubble--item-description-more h6:not([styled]), .image--caption, .wp-caption .wp-caption-text, .wp-block-image figcaption, [is="container/accordion.filters"] > span, [is="container/accordion.metas"] > span, [is="container/accordion.meta-item"] [list] > h4, .breadcrumb, .tooltip, .behavior-tooltips--tooltip, .filter, .filtering--more, [is="posts"] .more, .post-header--meta, form, form label, form h4, .languages, .main-menu--wrap.is-depth-0, .footer, .page-offices--info, .page-search--more,
.page-archive--more, .post-meta, .block-private-content, .legend, .block-chart--note, .chart .axis-title, .chart .axis-values, .chart .label, .chart-table table, .chart-tree-bubble--item-description-more-trigger, .chart-tree-bubble--chart .shape--html, .button, button, input[type="submit"], input[type="button"], .post-header--excerpt, .page-more-terms--see-all, .connect-box--description, .block-chart--tabs span, .chart-tree-bubble--nav-title {
  font-size: 0.8rem;
  line-height: 1rem; }
  @media screen and (max-width: 480px) {
    .richtext h5:not([styled]), .page-landing--intro h5:not([styled]), .page-full-width--content h5:not([styled]), .article--content h5:not([styled]), .chart-tree-bubble--item-description h5:not([styled]), .chart-tree-bubble--item-description-more h5:not([styled]), .richtext h6:not([styled]), .page-landing--intro h6:not([styled]), .page-full-width--content h6:not([styled]), .article--content h6:not([styled]), .chart-tree-bubble--item-description h6:not([styled]), .chart-tree-bubble--item-description-more h6:not([styled]), .image--caption, .wp-caption .wp-caption-text, .wp-block-image figcaption, [is="container/accordion.filters"] > span, [is="container/accordion.metas"] > span, [is="container/accordion.meta-item"] [list] > h4, .breadcrumb, .tooltip, .behavior-tooltips--tooltip, .filter, .filtering--more, [is="posts"] .more, .post-header--meta, form, form label, form h4, .languages, .main-menu--wrap.is-depth-0, .footer, .page-offices--info, .page-search--more,
    .page-archive--more, .post-meta, .block-private-content, .legend, .block-chart--note, .chart .axis-title, .chart .axis-values, .chart .label, .chart-table table, .chart-tree-bubble--item-description-more-trigger, .chart-tree-bubble--chart .shape--html, .button, button, input[type="submit"], input[type="button"], .post-header--excerpt, .page-more-terms--see-all, .connect-box--description, .block-chart--tabs span, .chart-tree-bubble--nav-title {
      font-size: 0.6rem;
      line-height: 0.8rem; } }

.richtext h6:not([styled]), .page-landing--intro h6:not([styled]), .page-full-width--content h6:not([styled]), .article--content h6:not([styled]), .chart-tree-bubble--item-description h6:not([styled]), .chart-tree-bubble--item-description-more h6:not([styled]), .tooltip, .behavior-tooltips--tooltip, .behavior-tooltips--counter.-outside, .validation_message, .block-chart--tooltip .legend--item {
  font-size: 0.6rem;
  line-height: 0.8rem; }

.is-style-section, .button, button, input[type="submit"], input[type="button"], [is="container/accordion.filters"] > span, [is="container/accordion.metas"] > span, [is="container/accordion.meta-item"] [list] > h4, h1.category, h2.category, h3.category, h4, form h4, .footer--newsletter h4, .footer-menu1--link.is-depth-0, .block-chart--tabs span, .chart-tree-bubble--nav-title {
  font-family: "Whitney A", "Whitney B";
  font-weight: 500 !important;
  text-transform: uppercase; }

.richtext h5:not([styled]), .page-landing--intro h5:not([styled]), .page-full-width--content h5:not([styled]), .article--content h5:not([styled]), .chart-tree-bubble--item-description h5:not([styled]), .chart-tree-bubble--item-description-more h5:not([styled]), .richtext h6:not([styled]), .page-landing--intro h6:not([styled]), .page-full-width--content h6:not([styled]), .article--content h6:not([styled]), .chart-tree-bubble--item-description h6:not([styled]), .chart-tree-bubble--item-description-more h6:not([styled]), .image--caption, .wp-caption .wp-caption-text, .wp-block-image figcaption, [is="container/accordion.filters"] > span, [is="container/accordion.metas"] > span, [is="container/accordion.meta-item"] [list] > h4, .breadcrumb, .tooltip, .behavior-tooltips--tooltip, .filter, .filtering--more, [is="posts"] .more, .post-header--meta, form, form label, form h4, .languages, .main-menu--wrap.is-depth-0, .footer, .page-offices--info, .page-search--more,
.page-archive--more, .post-meta, .block-private-content, .legend, .block-chart--note, .chart .axis-title, .chart .axis-values, .chart .label, .chart-table table, .chart-tree-bubble--item-description-more-trigger, .chart-tree-bubble--chart .shape--html {
  font-family: "Whitney A", "Whitney B"; }

.gallery-overlay.is-loading .gallery-overlay--outside:after, [is="posts"].is-loading .more:after, .search.is-loading .page-search--more:after, .search.is-loading .page-archive--more:after {
  content: '...';
  display: inline-block;
  animation-name: loading-dots;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-fill-mode: both; }

@keyframes loading-dots {
  0%, 25% {
    content: ''; }
  26%, 50% {
    content: '.'; }
  51%, 75% {
    content: '..'; }
  76%, 100% {
    content: '...'; } }

.wrap-text {
  white-space: nowrap; }

.is-style-section {
  letter-spacing: 0.015rem;
  color: #818284;
  border-top: 1px solid rgba(129, 130, 132, 0.25);
  padding-top: 9px;
  margin-top: 1.7em;
  margin-bottom: 1.5em; }
  @media screen and (max-width: 480px) {
    .is-style-section {
      margin-top: 3em !important;
      margin-bottom: 1em; } }

.is-style-huge {
  margin-bottom: 1em; }
  @media screen and (min-width: 1101px) {
    .is-style-huge {
      max-width: calc(((var(--inner-width) - 96px) + 15px) * 0.8333333333 - 15px); } }
  @media screen and (max-width: 480px) {
    .is-style-huge {
      font-size: 1.3rem;
      line-height: 1.6rem; } }
  @media screen and (max-width: 480px) and (max-width: 480px) {
    .is-style-huge {
      font-size: 1rem;
      line-height: 1.25rem; } }

@media screen and (min-width: 1101px) {
  .is-style-big {
    max-width: calc(((var(--inner-width) - 96px) + 15px) * 0.75 - 15px); } }

.is-style-highlight {
  font-weight: 500;
  font-style: italic;
  color: #f0562c; }

.richtext a, .page-landing--intro a, .page-full-width--content a, .article--content a, .chart-tree-bubble--item-description a, .chart-tree-bubble--item-description-more a {
  color: #b43c36;
  text-decoration: none; }

.richtext a:hover, .page-landing--intro a:hover, .page-full-width--content a:hover, .article--content a:hover, .chart-tree-bubble--item-description a:hover, .chart-tree-bubble--item-description-more a:hover {
  text-decoration: underline; }

.richtext h1:not([styled]), .page-landing--intro h1:not([styled]), .page-full-width--content h1:not([styled]), .article--content h1:not([styled]), .chart-tree-bubble--item-description h1:not([styled]), .chart-tree-bubble--item-description-more h1:not([styled]) {
  margin-top: 0.6em; }
  .richtext h1:not([styled]):first-child, .page-landing--intro h1:not([styled]):first-child, .page-full-width--content h1:not([styled]):first-child, .article--content h1:not([styled]):first-child, .chart-tree-bubble--item-description h1:not([styled]):first-child, .chart-tree-bubble--item-description-more h1:not([styled]):first-child {
    margin-top: 12px; }

.richtext h2:not([styled]), .page-landing--intro h2:not([styled]), .page-full-width--content h2:not([styled]), .article--content h2:not([styled]), .chart-tree-bubble--item-description h2:not([styled]), .chart-tree-bubble--item-description-more h2:not([styled]) {
  margin-top: 0.6em; }
  .richtext h2:not([styled]):first-child, .page-landing--intro h2:not([styled]):first-child, .page-full-width--content h2:not([styled]):first-child, .article--content h2:not([styled]):first-child, .chart-tree-bubble--item-description h2:not([styled]):first-child, .chart-tree-bubble--item-description-more h2:not([styled]):first-child {
    margin-top: 12px; }

.richtext h3:not([styled]), .page-landing--intro h3:not([styled]), .page-full-width--content h3:not([styled]), .article--content h3:not([styled]), .chart-tree-bubble--item-description h3:not([styled]), .chart-tree-bubble--item-description-more h3:not([styled]) {
  margin-top: 0.6em; }
  .richtext h3:not([styled]):first-child, .page-landing--intro h3:not([styled]):first-child, .page-full-width--content h3:not([styled]):first-child, .article--content h3:not([styled]):first-child, .chart-tree-bubble--item-description h3:not([styled]):first-child, .chart-tree-bubble--item-description-more h3:not([styled]):first-child {
    margin-top: 12px; }

.richtext h4:not([styled]), .page-landing--intro h4:not([styled]), .page-full-width--content h4:not([styled]), .article--content h4:not([styled]), .chart-tree-bubble--item-description h4:not([styled]), .chart-tree-bubble--item-description-more h4:not([styled]) {
  margin-top: 0.6em; }
  .richtext h4:not([styled]):first-child, .page-landing--intro h4:not([styled]):first-child, .page-full-width--content h4:not([styled]):first-child, .article--content h4:not([styled]):first-child, .chart-tree-bubble--item-description h4:not([styled]):first-child, .chart-tree-bubble--item-description-more h4:not([styled]):first-child {
    margin-top: 12px; }

.richtext h5:not([styled]), .page-landing--intro h5:not([styled]), .page-full-width--content h5:not([styled]), .article--content h5:not([styled]), .chart-tree-bubble--item-description h5:not([styled]), .chart-tree-bubble--item-description-more h5:not([styled]) {
  margin-top: 0.6em; }
  .richtext h5:not([styled]):first-child, .page-landing--intro h5:not([styled]):first-child, .page-full-width--content h5:not([styled]):first-child, .article--content h5:not([styled]):first-child, .chart-tree-bubble--item-description h5:not([styled]):first-child, .chart-tree-bubble--item-description-more h5:not([styled]):first-child {
    margin-top: 12px; }

.richtext h6:not([styled]), .page-landing--intro h6:not([styled]), .page-full-width--content h6:not([styled]), .article--content h6:not([styled]), .chart-tree-bubble--item-description h6:not([styled]), .chart-tree-bubble--item-description-more h6:not([styled]) {
  margin-top: 0.6em; }
  .richtext h6:not([styled]):first-child, .page-landing--intro h6:not([styled]):first-child, .page-full-width--content h6:not([styled]):first-child, .article--content h6:not([styled]):first-child, .chart-tree-bubble--item-description h6:not([styled]):first-child, .chart-tree-bubble--item-description-more h6:not([styled]):first-child {
    margin-top: 12px; }

.richtext h1:not([styled]), .page-landing--intro h1:not([styled]), .page-full-width--content h1:not([styled]), .article--content h1:not([styled]), .chart-tree-bubble--item-description h1:not([styled]), .chart-tree-bubble--item-description-more h1:not([styled]), .richtext h2:not([styled]), .page-landing--intro h2:not([styled]), .page-full-width--content h2:not([styled]), .article--content h2:not([styled]), .chart-tree-bubble--item-description h2:not([styled]), .chart-tree-bubble--item-description-more h2:not([styled]) {
  font-family: "Whitney A", "Whitney B";
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 900;
  color: #b43c36;
  margin-top: 2.4em;
  text-transform: uppercase; }
  .richtext h1:not([styled]) strong, .page-landing--intro h1:not([styled]) strong, .page-full-width--content h1:not([styled]) strong, .article--content h1:not([styled]) strong, .chart-tree-bubble--item-description h1:not([styled]) strong, .chart-tree-bubble--item-description-more h1:not([styled]) strong, .richtext h2:not([styled]) strong, .page-landing--intro h2:not([styled]) strong, .page-full-width--content h2:not([styled]) strong, .article--content h2:not([styled]) strong, .chart-tree-bubble--item-description h2:not([styled]) strong, .chart-tree-bubble--item-description-more h2:not([styled]) strong {
    font: inherit; }
  @media screen and (max-width: 480px) {
    .richtext h1:not([styled]), .page-landing--intro h1:not([styled]), .page-full-width--content h1:not([styled]), .article--content h1:not([styled]), .chart-tree-bubble--item-description h1:not([styled]), .chart-tree-bubble--item-description-more h1:not([styled]), .richtext h2:not([styled]), .page-landing--intro h2:not([styled]), .page-full-width--content h2:not([styled]), .article--content h2:not([styled]), .chart-tree-bubble--item-description h2:not([styled]), .chart-tree-bubble--item-description-more h2:not([styled]) {
      font-size: 1rem;
      line-height: 1.25rem; } }

.richtext h3:not([styled]), .page-landing--intro h3:not([styled]), .page-full-width--content h3:not([styled]), .article--content h3:not([styled]), .chart-tree-bubble--item-description h3:not([styled]), .chart-tree-bubble--item-description-more h3:not([styled]) {
  font-family: "Whitney A", "Whitney B";
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
  color: #b43c36;
  margin-top: 1.2em;
  text-transform: uppercase; }
  .richtext h3:not([styled]) strong, .page-landing--intro h3:not([styled]) strong, .page-full-width--content h3:not([styled]) strong, .article--content h3:not([styled]) strong, .chart-tree-bubble--item-description h3:not([styled]) strong, .chart-tree-bubble--item-description-more h3:not([styled]) strong {
    font: inherit; }
  @media screen and (max-width: 480px) {
    .richtext h3:not([styled]), .page-landing--intro h3:not([styled]), .page-full-width--content h3:not([styled]), .article--content h3:not([styled]), .chart-tree-bubble--item-description h3:not([styled]), .chart-tree-bubble--item-description-more h3:not([styled]) {
      font-size: 0.8rem;
      line-height: 1rem; } }

.richtext h4:not([styled]), .page-landing--intro h4:not([styled]), .page-full-width--content h4:not([styled]), .article--content h4:not([styled]), .chart-tree-bubble--item-description h4:not([styled]), .chart-tree-bubble--item-description-more h4:not([styled]) {
  font-size: 1rem;
  font-weight: 900 !important;
  text-transform: none;
  color: #171717; }

.richtext h5:not([styled]), .page-landing--intro h5:not([styled]), .page-full-width--content h5:not([styled]), .article--content h5:not([styled]), .chart-tree-bubble--item-description h5:not([styled]), .chart-tree-bubble--item-description-more h5:not([styled]) {
  font-weight: normal;
  letter-spacing: 0; }

.richtext p:not(:first-child), .page-landing--intro p:not(:first-child), .page-full-width--content p:not(:first-child), .article--content p:not(:first-child), .chart-tree-bubble--item-description p:not(:first-child), .chart-tree-bubble--item-description-more p:not(:first-child) {
  margin-top: 0.6em; }

.richtext ul:not([styled]), .page-landing--intro ul:not([styled]), .page-full-width--content ul:not([styled]), .article--content ul:not([styled]), .chart-tree-bubble--item-description ul:not([styled]), .chart-tree-bubble--item-description-more ul:not([styled]) {
  margin: 0;
  padding: 0;
  list-style: none; }

.richtext ul:not([styled]), .page-landing--intro ul:not([styled]), .page-full-width--content ul:not([styled]), .article--content ul:not([styled]), .chart-tree-bubble--item-description ul:not([styled]), .chart-tree-bubble--item-description-more ul:not([styled]), .richtext ol, .page-landing--intro ol, .page-full-width--content ol, .article--content ol, .chart-tree-bubble--item-description ol, .chart-tree-bubble--item-description-more ol {
  padding-left: 0;
  margin: 1em 0 2.4em 0; }

.richtext ol, .page-landing--intro ol, .page-full-width--content ol, .article--content ol, .chart-tree-bubble--item-description ol, .chart-tree-bubble--item-description-more ol {
  margin-left: 1.4em; }

.richtext li, .page-landing--intro li, .page-full-width--content li, .article--content li, .chart-tree-bubble--item-description li, .chart-tree-bubble--item-description-more li {
  list-style-position: outside; }

.richtext ol > li, .page-landing--intro ol > li, .page-full-width--content ol > li, .article--content ol > li, .chart-tree-bubble--item-description ol > li, .chart-tree-bubble--item-description-more ol > li {
  padding-left: 0.3em; }

.richtext ul:not([styled]) ul, .page-landing--intro ul:not([styled]) ul, .page-full-width--content ul:not([styled]) ul, .article--content ul:not([styled]) ul, .chart-tree-bubble--item-description ul:not([styled]) ul, .chart-tree-bubble--item-description-more ul:not([styled]) ul, .richtext ul ol, .page-landing--intro ul ol, .page-full-width--content ul ol, .article--content ul ol, .chart-tree-bubble--item-description ul ol, .chart-tree-bubble--item-description-more ul ol, .richtext ol ol, .page-landing--intro ol ol, .page-full-width--content ol ol, .article--content ol ol, .chart-tree-bubble--item-description ol ol, .chart-tree-bubble--item-description-more ol ol, .richtext ol ul, .page-landing--intro ol ul, .page-full-width--content ol ul, .article--content ol ul, .chart-tree-bubble--item-description ol ul, .chart-tree-bubble--item-description-more ol ul {
  margin: 0 0 0 2.4em; }

.richtext ul:not([styled]) > li, .page-landing--intro ul:not([styled]) > li, .page-full-width--content ul:not([styled]) > li, .article--content ul:not([styled]) > li, .chart-tree-bubble--item-description ul:not([styled]) > li, .chart-tree-bubble--item-description-more ul:not([styled]) > li {
  position: relative;
  list-style-type: none;
  padding-left: 24px; }
  .richtext ul:not([styled]) > li:before, .page-landing--intro ul:not([styled]) > li:before, .page-full-width--content ul:not([styled]) > li:before, .article--content ul:not([styled]) > li:before, .chart-tree-bubble--item-description ul:not([styled]) > li:before, .chart-tree-bubble--item-description-more ul:not([styled]) > li:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 24px;
    content: '•';
    color: #181818; }

.richtext ul:not([styled]) ul, .page-landing--intro ul:not([styled]) ul, .page-full-width--content ul:not([styled]) ul, .article--content ul:not([styled]) ul, .chart-tree-bubble--item-description ul:not([styled]) ul, .chart-tree-bubble--item-description-more ul:not([styled]) ul {
  margin-left: 0;
  margin-top: 0.6em;
  margin-bottom: 0.6em; }

.richtext ul:not([styled]) ul > li:before, .page-landing--intro ul:not([styled]) ul > li:before, .page-full-width--content ul:not([styled]) ul > li:before, .article--content ul:not([styled]) ul > li:before, .chart-tree-bubble--item-description ul:not([styled]) ul > li:before, .chart-tree-bubble--item-description-more ul:not([styled]) ul > li:before {
  color: #818284; }

.richtext ul:not([styled]) ul ul > li:before, .page-landing--intro ul:not([styled]) ul ul > li:before, .page-full-width--content ul:not([styled]) ul ul > li:before, .article--content ul:not([styled]) ul ul > li:before, .chart-tree-bubble--item-description ul:not([styled]) ul ul > li:before, .chart-tree-bubble--item-description-more ul:not([styled]) ul ul > li:before {
  color: #adaeaf; }

.richtext ul:not([styled]) ul ul ul > li:before, .page-landing--intro ul:not([styled]) ul ul ul > li:before, .page-full-width--content ul:not([styled]) ul ul ul > li:before, .article--content ul:not([styled]) ul ul ul > li:before, .chart-tree-bubble--item-description ul:not([styled]) ul ul ul > li:before, .chart-tree-bubble--item-description-more ul:not([styled]) ul ul ul > li:before {
  color: #cdcdce; }

.richtext span[style*="font-family"], .page-landing--intro span[style*="font-family"], .page-full-width--content span[style*="font-family"], .article--content span[style*="font-family"], .chart-tree-bubble--item-description span[style*="font-family"], .chart-tree-bubble--item-description-more span[style*="font-family"] {
  font-family: inherit !important; }

.richtext span[style*="font-size"], .page-landing--intro span[style*="font-size"], .page-full-width--content span[style*="font-size"], .article--content span[style*="font-size"], .chart-tree-bubble--item-description span[style*="font-size"], .chart-tree-bubble--item-description-more span[style*="font-size"] {
  font-size: inherit !important; }

.button, button, input[type="submit"], input[type="button"] {
  letter-spacing: 0.05rem;
  border-radius: 1em;
  border: none;
  background-color: #b43c36;
  color: white !important;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 15px;
  margin-bottom: 1.4em;
  text-align: center;
  transition: background-color 0.1s; }
  .button a, button a, input[type="submit"] a, input[type="button"] a {
    font: inherit;
    color: inherit;
    display: block;
    text-decoration: none !important; }
  .button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    text-decoration: none !important; }
  html:not(.is-mobile) .button:hover, html:not(.is-mobile) button:hover, html:not(.is-mobile) input[type="submit"]:hover, html:not(.is-mobile) input[type="button"]:hover {
    background-color: #171717; }
  @media screen and (max-width: 480px) {
    .button, button, input[type="submit"], input[type="button"] {
      letter-spacing: 0.03rem;
      padding: 4px 11px; } }

.image--background:after, .image--cover:after, .post-logos .image--wrap:after, .partners .image--wrap:after, .block-partners .image--wrap:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.03);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: '';
  display: block; }

.image--background {
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: opacity 0.2s;
  position: relative; }
  .image--background:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%; }
  .image--background > * {
    position: absolute;
    top: 0;
    left: 0; }
  .image--background > * {
    width: 100%;
    height: 100%; }
  .image--background.is-loading {
    background-image: none !important;
    opacity: 0.5; }

.image--cover {
  position: relative; }

.image--caption, .wp-caption .wp-caption-text, .wp-block-image figcaption {
  padding-top: 5px; }
  @media screen and (max-width: 480px) {
    .image--caption, .wp-caption .wp-caption-text, .wp-block-image figcaption {
      padding-top: 2px; } }

.iframe-wrap {
  position: relative;
  margin: 2.3em auto;
  max-width: 590px; }
  .iframe-wrap.is-responsive iframe {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    height: 100%;
    width: 100%; }

.accordion--wrap {
  padding-bottom: 1.45em; }

.accordion--trigger {
  border-top: 1px solid rgba(129, 130, 132, 0.25);
  padding-top: 10px;
  margin-bottom: 1em;
  padding-right: 1em;
  position: relative; }
  .accordion--trigger:hover {
    color: #818284; }
  .accordion--trigger:after {
    position: absolute;
    top: 11px;
    right: 0;
    bottom: auto;
    left: auto;
    content: '+';
    display: block; }
  .accordion--trigger.is-open:after {
    content: '−'; }

@media screen and (max-width: 480px) {
  .accordion--wrap {
    padding-bottom: 0.95em; } }

[is="container/accordion.filters"] > span, [is="container/accordion.metas"] > span {
  letter-spacing: 0.03rem;
  display: block; }

@media screen and (min-width: 769px) {
  [is="container/accordion.filters"] > span, [is="container/accordion.metas"] > span {
    display: none; } }

@media screen and (max-width: 768px) {
  [is="container/accordion.filters"]:not(.is-loaded) > div, [is="container/accordion.metas"]:not(.is-loaded) > div {
    display: none; } }

[is="container/accordion.filters"] > span {
  margin-bottom: 1em; }

[is="container/accordion.meta-item"] [list] > h4 {
  letter-spacing: 0.03rem;
  display: block; }

@media screen and (max-width: 768px) {
  [is="container/accordion.meta-item"]:not(.is-loaded) [list] > ul, [is="container/accordion.meta-item"]:not(.is-loaded) [list] > [is="showcase"] {
    display: none; } }

.accordion-filters--trigger:before, .accordion-metas--trigger:before, .accordion-meta-item--trigger:before {
  font-family: "Mercury Text G3 A", "Mercury Text G3 B";
  content: '+';
  display: inline-block;
  margin-right: 5px; }

.accordion-filters--trigger.is-open:before, .accordion-metas--trigger.is-open:before, .accordion-meta-item--trigger.is-open:before {
  content: '−'; }

.accordion-filters.is-inactive .accordion-filters--trigger:before, .accordion-metas.is-inactive .accordion-filters--trigger:before, .accordion-meta-item.is-inactive .accordion-filters--trigger:before, .accordion-filters.is-inactive .accordion-metas--trigger:before, .accordion-metas.is-inactive .accordion-metas--trigger:before, .accordion-meta-item.is-inactive .accordion-metas--trigger:before, .accordion-filters.is-inactive .accordion-meta-item--trigger:before, .accordion-metas.is-inactive .accordion-meta-item--trigger:before, .accordion-meta-item.is-inactive .accordion-meta-item--trigger:before {
  display: none; }

.accordion-filters--trigger .clear {
  float: right;
  color: #818284;
  transition: opacity 0.2s; }

.accordion-filters--trigger:not(.is-open) .clear {
  opacity: 0;
  pointer-events: none; }

.accordion-filters.is-active .accordion-filters--target {
  padding-bottom: 1em; }

.accordion-metas.is-active .accordion-metas--target {
  padding-left: 11px; }

.accordion-meta-item.is-active {
  display: flex;
  flex-direction: column; }
  .accordion-meta-item.is-active .post-meta, .accordion-meta-item.is-active .block-private-content {
    margin-bottom: 0; }
  .accordion-meta-item.is-active .post-note {
    order: 99; }

.accordion-meta-item.is-active .accordion-meta-item--target {
  padding-left: 11px; }

.accordion-metas .accordion-meta-item.is-active .accordion-meta-item--target, .accordion-metas .accordion-meta-item.is-active .accordion-meta-item--trigger {
  margin-left: -11px; }

.scrollbar {
  background-color: #dfe0e0; }
  .scrollbar, .scrollbar--knob {
    border-radius: 1em; }
  .scrollbar--knob {
    background-color: #171717; }
  .scrollbar.is-disabled {
    opacity: 0;
    pointer-events: none; }

[is^="chart/"]:not(.is-loaded) > *:not(h2) {
  display: none; }

[is^="chart/"]:not(.is-loaded):after {
  position: relative;
  padding-top: 66.8587896254%;
  --loading-duration:4s;
  content: '';
  display: block;
  background-color: rgba(129, 130, 132, 0.15);
  margin-left: 60px;
  width: auto; }
  [is^="chart/"]:not(.is-loaded):after > * {
    position: absolute;
    top: 0;
    left: 0; }
  [is^="chart/"]:not(.is-loaded):after > * {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 480px) {
  [is^="chart/"]:not(.is-loaded):after {
    margin-left: 20px; } }

.gallery-overlay {
  color: #171717; }
  .gallery-overlay--background {
    background-color: rgba(255, 255, 255, 0.9); }
  .gallery-overlay--close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    padding: 30px; }
    .gallery-overlay--close:hover {
      text-decoration: none;
      color: #b43c36; }
  .gallery-overlay--previous, .gallery-overlay--next {
    line-height: 0;
    padding: 30px;
    z-index: 3; }
    .gallery-overlay--previous polyline, .gallery-overlay--next polyline {
      stroke: #171717;
      stroke-width: 2px; }
    .gallery-overlay--previous:hover polyline, .gallery-overlay--next:hover polyline {
      stroke: #b43c36; }
  .gallery-overlay--previous {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%) translate(0, 0);
    -ms-transform: translateY(-50%) translate(0, 0);
    transform: translateY(-50%) translate(0, 0);
    left: 0; }
    .gallery-overlay--previous:hover {
      text-decoration: none; }
  .gallery-overlay--next {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%) translate(0, 0);
    -ms-transform: translateY(-50%) translate(0, 0);
    transform: translateY(-50%) translate(0, 0);
    right: 0; }
    .gallery-overlay--next:hover {
      text-decoration: none; }
  .gallery-overlay--content {
    height: 100%;
    pointer-events: none; }
  .gallery-overlay--close, .gallery-overlay--previous, .gallery-overlay--next, .gallery-overlay--inside {
    pointer-events: all; }
  .gallery-overlay--outside {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
    height: 100%; }
  .gallery-overlay--inside {
    background: white;
    height: auto;
    width: auto; }
    .gallery-overlay--inside img {
      border: 10px solid white; }
  .gallery-overlay.is-loading .gallery-overlay--outside:after {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) translate(0, 0);
    -ms-transform: translate(-50%, -50%) translate(0, 0);
    transform: translate(-50%, -50%) translate(0, 0);
    font-size: 2.5rem;
    width: 1em;
    color: #171717;
    z-index: 10; }
  @media screen and (max-width: 480px) {
    .gallery-overlay--previous, .gallery-overlay--next {
      padding: 10px; }
    .gallery-overlay--outside {
      padding: 30px; } }

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2em; }
  .breadcrumb > li {
    display: inline-block; }
  .breadcrumb > * {
    display: inline; }
  .breadcrumb--item {
    color: #171717 !important; }
  .breadcrumb--item.is-current {
    color: #818284 !important; }
  .breadcrumb--separator {
    margin: 0 8px; }
  @media screen and (max-width: 768px) {
    .breadcrumb > *:nth-last-child(-n + 2) {
      display: none; } }

.social, .post-contact-info {
  font-size: 1.3rem; }
  .social a, .post-contact-info a {
    display: inline-block;
    color: #a0a1a3 !important;
    margin-bottom: 10px; }
  .social a:hover, .post-contact-info a:hover {
    text-decoration: none !important;
    opacity: 0.8; }
  .social a:not(:last-child), .post-contact-info a:not(:last-child) {
    margin-right: 13px; }
  .social .facebook:after, .post-contact-info .facebook:after {
    font-family: FontAwesomeBrands;
    content: ""; }
  .social .twitter:after, .post-contact-info .twitter:after {
    font-family: FontAwesomeBrands;
    content: ""; }
  .social .linkedin:after, .post-contact-info .linkedin:after {
    font-family: FontAwesomeBrands;
    content: ""; }
  .social .youtube:after, .post-contact-info .youtube:after {
    font-family: FontAwesomeBrands;
    content: ""; }
  .social .email:after, .post-contact-info .email:after {
    font-weight: bold;
    content: ""; }
  @media screen and (max-width: 480px) {
    .social, .post-contact-info {
      font-size: 0.9rem; }
      .social a:not(:last-child), .post-contact-info a:not(:last-child) {
        margin-right: 10px; } }

.tooltip, .behavior-tooltips--tooltip {
  z-index: 120;
  background: #dcdcdc;
  padding: 2px 10px; }

.tooltip-trigger:not(.behavior-tooltips--trigger) {
  display: none; }

.behavior-tooltips--tooltip {
  max-width: 200px;
  padding: 10px; }

.behavior-tooltips--counter.-outside {
  vertical-align: super;
  background: transparent;
  margin: -0.25em;
  padding: 0.25em; }

.behavior-tooltips--counter.-inside {
  display: none; }

.filter {
  color: #818284;
  margin-bottom: 2.35em; }
  .filter h4 {
    letter-spacing: 0.04rem;
    color: #b43c36;
    margin-bottom: 0; }
  .filter ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .filter label {
    display: block;
    cursor: pointer; }
  .filter--more {
    color: #171717;
    margin-left: 1.25em; }
  @media screen and (max-width: 480px) {
    .filter h4 {
      margin-bottom: 1px; }
    .filter li {
      margin-bottom: -1px; } }

@media screen and (min-width: 1101px) {
  .filter-search {
    margin-right: calc(((var(--inner-width) - 96px) + 15px) * 0.0833333333 - 15px + 15px); }
  .filter-sort {
    margin-right: calc(((var(--inner-width) - 96px) + 15px) * 0.0833333333 - 15px + 15px); } }

.filtering {
  /*
    [count]:before{
        content:attr(count);
        display:block;
    }
    */ }
  .filtering--entries {
    margin: 0;
    padding: 0;
    list-style: none; }
    .filtering--entries > li {
      margin-bottom: 1em; }
  .filtering--group {
    margin-bottom: 3em; }
  @media screen and (max-width: 480px) {
    .filtering--group {
      margin-bottom: 2.2em; } }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .filtering .row {
      flex-direction: column;
      flex-wrap: nowrap;
      margin-left: 0 !important; }
      .filtering .row .col {
        margin-left: 0 !important;
        width: auto !important; } }

.notification--content {
  background-color: #dfe0e0;
  color: #171717;
  padding: 31px 48px;
  display: flex;
  align-items: center; }

.notification--outside {
  flex: 1 1 auto;
  order: 1; }
  .notification--outside p:last-child {
    margin-bottom: 0; }

.notification--inside a {
  color: #b43c36;
  text-decoration: none; }

.notification--inside a:hover {
  text-decoration: underline; }

.notification--close {
  font-size: 2.1rem;
  flex: 0 0 auto;
  order: 2;
  margin-left: 2em; }
  .notification--close:hover {
    color: #b43c36;
    text-decoration: none; }

.notification.style-cookies .notification--close {
  display: none; }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .notification--content {
    font-size: 1rem;
    line-height: 1.2rem;
    align-items: flex-start; } }
  @media screen and (min-width: 481px) and (max-width: 768px) and (max-width: 480px) {
    .notification--content {
      font-size: 0.8rem;
      line-height: 1rem; } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .notification--close {
    font-size: 1.4rem;
    margin-top: 0.25em; } }

@media screen and (max-width: 480px) {
  .notification--content {
    font-size: 0.6rem;
    line-height: 0.75rem;
    padding: 15px;
    align-items: flex-start; }
  .notification--close {
    font-size: 1.2rem;
    margin-top: 5px; } }

.gdpr-notification {
  display: flex;
  align-items: center; }
  body.ie .gdpr-notification {
    max-width: 90vw; }
  .gdpr-notification--message {
    flex: 1 1 auto; }
  .gdpr-notification--button {
    margin-left: 15px;
    flex: 0 0 auto; }
    .gdpr-notification--button button {
      margin-bottom: 0;
      background-color: #171717;
      color: #dfe0e0; }
  @media screen and (min-width: 1301px) {
    .gdpr-notification--button button {
      font-size: 1.3rem;
      line-height: 1.6rem; } }
  @media screen and (min-width: 1301px) and (max-width: 480px) {
    .gdpr-notification--button button {
      font-size: 1rem;
      line-height: 1.25rem; } }
  @media screen and (max-width: 1000px) {
    .gdpr-notification {
      flex-direction: column;
      align-items: flex-start; }
      .gdpr-notification--button {
        margin-left: 0;
        margin-top: 1em; } }

.overlay--background {
  background: rgba(255, 255, 255, 0.9); }

.overlay--content {
  position: static; }

.overlay--outside {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) translate(0, 0);
  -ms-transform: translate(-50%, -50%) translate(0, 0);
  transform: translate(-50%, -50%) translate(0, 0);
  padding: 100px 60px 60px;
  height: auto;
  max-width: 100%;
  pointer-events: none; }

.overlay--inside {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: white;
  border: 1px solid #dfe0e0;
  padding: 49px 122px;
  height: auto;
  max-height: calc(100vh - 100px);
  max-width: 100%;
  width: 712px;
  pointer-events: all; }

.overlay--close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  padding: 30px; }
  .overlay--close:hover {
    color: #b43c36;
    text-decoration: none; }

.overlay.style-is-full .overlay--outside {
  height: 100%;
  padding: 0;
  width: 100%; }

.overlay.style-is-full .overlay--inside {
  border: none;
  max-height: none;
  height: 100%;
  padding: 40px 20px 20px;
  width: 100%; }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .overlay--inside {
    padding: 30px 60px; } }

@media screen and (max-width: 480px) {
  .overlay--close {
    padding: 15px; }
  .overlay--outside {
    padding: 30px 15px 15px; }
  .overlay--inside {
    padding: 30px 15px; }
  .overlay.style-is-full .overlay--inside {
    padding-top: 20px;
    padding-right: 45px; } }

[is="posts"] .more {
  display: inline-block;
  margin-bottom: 2em; }

[is="posts"].is-loading .more .plus {
  display: none; }

.back-to-top {
  position: fixed;
  top: auto;
  bottom: 60px;
  right: 15px;
  left: auto;
  transition: all 0.2s; }
  .back-to-top:not(.is-visible) {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none; }
  @media screen and (min-width: 769px) {
    .back-to-top {
      display: none; } }

.post-header--category {
  font-size: 0.8rem;
  line-height: 1rem;
  color: #818284;
  margin-bottom: 0;
  margin-top: 0.3em; }
  @media screen and (max-width: 480px) {
    .post-header--category {
      font-size: 0.6rem;
      line-height: 0.75rem; } }

.post-header--title {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 0.1em; }
  @media screen and (max-width: 480px) {
    .post-header--title {
      font-size: 0.8rem;
      line-height: 1rem; } }
  .post-header--title a {
    color: #171717; }

.post-header--meta {
  color: #818284;
  margin-bottom: 1.3em; }

.post-header.is-cpi_peoples .post-header--title {
  margin-bottom: 0.1em; }

@media screen and (max-width: 480px) {
  .post-header--category {
    margin-top: 0; } }

.post-snippet--image {
  position: relative;
  background-repeat: none;
  background-size: cover;
  background-position: center; }
  .post-snippet--image:before {
    content: "";
    display: block;
    padding-top: 66.8587896254%;
    width: 100%; }
  .post-snippet--image > * {
    position: absolute;
    top: 0;
    left: 0; }
  .post-snippet--image > * {
    width: 100%;
    height: 100%; }

.post-snippet--info {
  padding-top: 0.4em; }

.post-snippet .image--link {
  transition: opacity 0.2s;
  display: block; }
  html:not(.is-mobile) .post-snippet .image--link:hover {
    opacity: 0.8; }

.post-snippet .post-header {
  margin-bottom: 0; }

.post-snippet .post-header--title {
  margin-bottom: 0.3em; }

.post-snippet.is-cpi_peoples .post-snippet--info {
  padding-top: 0.8em; }

@media screen and (max-width: 480px) {
  .post-snippet--image {
    position: relative; }
    .post-snippet--image:before {
      content: "";
      display: block;
      padding-top: 105.839416058%;
      width: 100%; }
    .post-snippet--image > * {
      position: absolute;
      top: 0;
      left: 0; }
    .post-snippet--image > * {
      width: 100%;
      height: 100%; }
  .post-snippet .post-header--title {
    margin-bottom: 0.5em; }
  .post-snippet.is-cpi_peoples .post-snippet--info {
    padding-top: 0.3em; } }

html {
  overflow-x: hidden;
  /*
	@include is-width ($window-size-tablet + 1px, 1300px){
		@content;
	}
	*/ }
  @media screen and (min-width: 769px) and (max-width: 1300px) and (min-height: 0px) and (max-height: 850px) {
    html {
      font-size: 16px; } }

body {
  --inner-width: 100vw;
  --screen-width: 100vh;
  --screen-height: 100vh;
  overflow-x: hidden;
  --columns-count: 12;
  --columns-gutter: 15px;
  --columns-padding: 48px;
  --columns-width: var(--inner-width);
  --columns-max: 1536px; }
  @media screen and (max-width: 480px) {
    body {
      --columns-count: 2;
      --columns-gutter: 15px;
      --columns-padding: 15px;
      --columns-width: var(--inner-width);
      --columns-max: 1536px; } }
  @media screen and (max-width: 480px) {
    body {
      font-size: 1rem; } }
  @media screen and (max-width: 480px) and (max-width: 480px) {
    body {
      font-size: 0.8rem;
      line-height: 1rem; } }

h1 {
  font-weight: 400; }

h2 {
  font-weight: 400; }

h3 {
  font-weight: 400; }

h4 {
  font-weight: 400; }

h5 {
  font-weight: 400; }

h6 {
  font-weight: 400; }

h1.category {
  letter-spacing: 0.015rem;
  color: #818284;
  margin-bottom: 1.2em; }

h2.category {
  letter-spacing: 0.015rem;
  color: #818284;
  margin-bottom: 1.2em; }

h3.category {
  color: #818284; }

h4 {
  letter-spacing: 0.04rem; }

h5 {
  font-weight: 500;
  margin-bottom: 1.2em; }

figure {
  margin: 0; }

figcaption {
  margin-top: 0; }

p, ul, ol {
  margin-top: 0; }

hr {
  border: none;
  background-color: rgba(129, 130, 132, 0.25);
  height: 1px;
  margin: 2.4em 0; }

.wp-block-quote {
  color: #f0562c;
  margin-left: 0;
  margin-right: 0; }
  .wp-block-quote p:last-of-type {
    margin-bottom: 0; }
  .wp-block-quote cite {
    font-style: normal;
    margin-top: 0;
    color: #171717; }
    .wp-block-quote cite:before {
      content: '—';
      display: inline-block; }

[lazy-src] {
  opacity: 0; }

img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: optimize-contrast;
  image-rendering: auto; }

input[type="text"], input[type="email"], textarea, .dropdown {
  font-family: "Whitney A", "Whitney B";
  outline: none;
  display: block; }

input[type="text"], input[type="email"], textarea, .dropdown--head {
  border: 1px solid rgba(129, 130, 132, 0.25);
  width: 100%;
  padding: 5px 6px 6px; }

.dropdown--head {
  padding-right: 2em; }

.dropdown--body {
  border: 1px solid rgba(129, 130, 132, 0.25); }

.dropdown--knob {
  background: url(images/arrow-down.svg) center no-repeat;
  text-indent: -100vw;
  overflow: hidden;
  width: 35px; }

.dropdown--results li.is-selected, .dropdown li:hover {
  background-color: rgba(129, 130, 132, 0.15); }

.dropdown.is-focus .dropdown--knob {
  background: url(images/arrow-up.svg) center no-repeat; }

.gfield_checkbox li, label {
  /*
	@include is-width ($window-size-tablet + 1px, 1300px){
		@content;
	}
	*/ }
  .gfield_checkbox li input[type="radio"], label input[type="radio"] {
    display: none; }
    .gfield_checkbox li input[type="radio"] + span, .gfield_checkbox li input[type="radio"] + label, label input[type="radio"] + span, label input[type="radio"] + label {
      display: flex; }
    .gfield_checkbox li input[type="radio"] + span:before, .gfield_checkbox li input[type="radio"] + label:before, label input[type="radio"] + span:before, label input[type="radio"] + label:before {
      display: inline-block;
      border-radius: 50%;
      height: 13px;
      width: 13px;
      -webkit-background-clip: border-box;
      -moz-background-clip: border;
      background-clip: border-box;
      content: '';
      display: inline-block;
      border: 1px solid #818284;
      box-shadow: inset 0 0 0 2px white;
      margin-right: 5px;
      position: relative;
      top: 2px;
      flex: 0 0 auto; }
    .gfield_checkbox li input[type="radio"]:checked + span:before, .gfield_checkbox li input[type="radio"]:checked + label:before, label input[type="radio"]:checked + span:before, label input[type="radio"]:checked + label:before {
      background-color: #818284; }
  .gfield_checkbox li input[type="checkbox"], label input[type="checkbox"] {
    display: none; }
    .gfield_checkbox li input[type="checkbox"] + span, .gfield_checkbox li input[type="checkbox"] + label, label input[type="checkbox"] + span, label input[type="checkbox"] + label {
      display: flex; }
    .gfield_checkbox li input[type="checkbox"] + span:before, .gfield_checkbox li input[type="checkbox"] + label:before, label input[type="checkbox"] + span:before, label input[type="checkbox"] + label:before {
      display: inline-block;
      height: 13px;
      width: 13px;
      content: '';
      display: inline-block;
      border: 1px solid #818284;
      margin-right: 5px;
      position: relative;
      top: 2px;
      flex: 0 0 auto; }
    .gfield_checkbox li input[type="checkbox"]:checked + span:before, .gfield_checkbox li input[type="checkbox"]:checked + label:before, label input[type="checkbox"]:checked + span:before, label input[type="checkbox"]:checked + label:before {
      background: url(images/check.svg) center no-repeat; }
  @media screen and (min-width: 769px) and (max-width: 1300px) and (min-height: 0px) and (max-height: 850px) {
    .gfield_checkbox li input[type="radio"] + span:before, .gfield_checkbox li input[type="radio"] + label:before, label input[type="radio"] + span:before, label input[type="radio"] + label:before {
      display: inline-block;
      border-radius: 50%;
      height: 9px;
      width: 9px;
      -webkit-background-clip: border-box;
      -moz-background-clip: border;
      background-clip: border-box;
      margin-right: 4px; }
    .gfield_checkbox li input[type="checkbox"] + span:before, .gfield_checkbox li input[type="checkbox"] + label:before, label input[type="checkbox"] + span:before, label input[type="checkbox"] + label:before {
      display: inline-block;
      height: 9px;
      width: 9px;
      background-size: contain !important;
      margin-right: 4px; } }
  @media screen and (max-width: 480px) {
    .gfield_checkbox li input[type="radio"] + span:before, .gfield_checkbox li input[type="radio"] + label:before, label input[type="radio"] + span:before, label input[type="radio"] + label:before {
      display: inline-block;
      border-radius: 50%;
      height: 8.5px;
      width: 8.5px;
      -webkit-background-clip: border-box;
      -moz-background-clip: border;
      background-clip: border-box;
      box-shadow: inset 0 0 0 2px white; }
    .gfield_checkbox li input[type="checkbox"] + span:before, .gfield_checkbox li input[type="checkbox"] + label:before, label input[type="checkbox"] + span:before, label input[type="checkbox"] + label:before {
      display: inline-block;
      height: 8.5px;
      width: 8.5px;
      background-size: contain !important; } }

form input[type="text"], form input[type="email"] {
  width: 100%; }

form fieldset {
  padding: 0 0 0.6em 0;
  margin-bottom: 0; }

form fieldset:last-child {
  text-align: right; }

form label {
  display: block;
  margin-bottom: .5em; }

form h4 {
  margin-bottom: 1.2em;
  color: #b43c36; }

@media screen and (max-width: 480px) {
  form {
    margin-bottom: 0.5em; }
    form h4 {
      letter-spacing: 0.035rem; }
    form label {
      margin-bottom: .3em; }
    form fieldset {
      padding: 0 0 0.9em 0; } }

.gform_title {
  color: #818284;
  margin-bottom: 1.4em; }

.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none; }

.gfield {
  margin: 1.35em 0; }
  .gfield label {
    margin-bottom: 0.2em; }
  .gfield .hidden_sub_label {
    display: none; }
  .gfield.hidden_label > label {
    display: none; }
  .gfield:last-child {
    margin-bottom: 0; }

.ginput_complex {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(15px * -1); }
  .ginput_complex > * {
    flex: 1 1 100%;
    flex: 1 1 0;
    margin-left: 15px; }

.gfield_checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #818284; }
  .gfield_checkbox label {
    margin-bottom: 0; }
  .gfield_checkbox li input[type="checkbox"] + label:before {
    border-color: #a0a1a3; }

@media not screen and (max-width: 480px) {
  .gfield.is-columns .gfield_checkbox {
    columns: 2;
    column-gap: 15px; }
    .gfield.is-columns .gfield_checkbox > * {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }

.gform_footer {
  margin-top: 0.5em;
  text-align: right; }

.gfield_required {
  color: #b43c36; }

.validation_error {
  display: none; }

.validation_message {
  color: #b43c36; }

.app {
  padding: 32px 48px;
  max-width: 1536px;
  margin: 0 auto; }
  @media screen and (min-width: 1536px) {
    .app {
      --screen-width: 1632px;
      --inner-width: 1632px; } }
  @media screen and (max-width: 480px) {
    .app {
      padding: 16px 15px; } }

.grid .row:first-child .cell, .grid .row:first-child .col {
  margin-top: 0; }

@media not screen and (max-width: 480px) {
  .grid .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1); }
    .grid .row > * {
      flex: 0 0 auto;
      margin-left: 15px; }
    .grid .row > * {
      width: calc(25% - 15px); }
    .grid .row .is-wide {
      width: calc(75% - 15px); }
    .grid .row .is-full {
      width: calc(100% - 15px); }
  .grid .col.is-padded {
    padding-left: calc((calc(((var(--inner-width) - 96px) + 15px) * 0.0833333333 - 15px)) * 0.5); } }

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .grid .col.is-padded {
    padding-left: 0; } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .grid .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1); }
    .grid .row > * {
      flex: 0 0 auto;
      margin-left: 15px; }
    .grid .row > * {
      width: calc(33.3333333333% - 15px); }
    .grid .row .is-wide {
      width: calc(66.6666666667% - 15px); }
    .grid .row .is-full {
      width: calc(100% - 15px); } }

.cell {
  border-top: 1px solid rgba(129, 130, 132, 0.25);
  margin-top: 20px;
  margin-bottom: 1.05em;
  padding: 9px 0 0; }

.header {
  z-index: 120;
  position: relative;
  margin-bottom: 4rem;
  /*
    .app.is-menu-mobile &{
        display:none;
    }
    */
  /*
	@include is-width ($window-size-tablet + 1px, 1300px){
		@content;
	}
	*/ }
  .header--top {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1);
    justify-content: space-between;
    margin-bottom: 0.8rem; }
    .header--top > * {
      flex: 0 0 auto;
      text-align: center;
      margin-left: 15px; }
      .header--top > *:first-child {
        text-align: left; }
      .header--top > *:last-child {
        text-align: right; }
  .header--logo {
    width: 347px;
    margin-top: -10px; }
  .header--bottom {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1);
    justify-content: space-between; }
    .header--bottom > * {
      flex: 0 0 auto;
      text-align: center;
      margin-left: 15px; }
      .header--bottom > *:first-child {
        text-align: left; }
      .header--bottom > *:last-child {
        text-align: right; }
  .header--menu {
    flex: 0 1 auto; }
  .header--search {
    color: #818284;
    margin-left: 1.5em; }
    .header--search a:hover {
      text-decoration: none;
      color: #b43c36; }
  .header--search-form {
    position: absolute;
    top: 100%;
    right: -100vw;
    bottom: auto;
    left: -100vw;
    background: white;
    position: absolute;
    padding: 20px 100vw;
    border-bottom: 1px solid rgba(129, 130, 132, 0.25);
    z-index: 1; }
    .header--search-form form {
      max-width: 1536px; }
    .header--search-form form input {
      text-align: right;
      border: none;
      padding: 0; }
  .app:not(.is-search) .header--search-form {
    display: none; }
  .app.is-search .header--search a {
    color: #b43c36; }
  @media screen and (min-width: 769px) and (max-width: 1300px) and (min-height: 0px) and (max-height: 850px) {
    .header--logo {
      width: 277.6px;
      margin-top: -10px; } }
  @media screen and (min-width: 769px) {
    .app.is-loaded.is-menu-mobile .header {
      display: none; } }
  @media screen and (max-width: 768px) {
    .header {
      display: none; } }
  @media screen and (max-width: 480px) {
    .header--logo {
      margin-top: 0;
      width: 133px; } }

.languages {
  margin: 0;
  padding: 0;
  list-style: none;
  /*
    &--item.is-missing{
        text-decoration:line-through;
    }
    */ }
  .languages > li {
    display: inline-block; }
  .languages--item:not(:first-child) {
    margin-left: 30px; }
  .languages--item:not(:hover):not(.is-current) {
    opacity: 0.6; }
  .languages a {
    text-decoration: none; }
  @media screen and (max-width: 480px) {
    .languages {
      padding-top: 4px; }
      .languages--item {
        margin-left: 0 !important;
        margin-right: 9px; } }

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #818284; }
  .main-menu > li {
    display: inline-block; }
  .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .main-menu ul ul {
    margin-left: 2em; }
  .main-menu--item.is-depth-0 {
    position: relative; }
    .main-menu--item.is-depth-0:not(:first-child) {
      margin-left: 30px; }
  .main-menu--item.is-depth-0:hover > .main-menu--link {
    color: #b43c36; }
  .main-menu--link.is-title {
    cursor: default; }
  .main-menu--wrap.is-depth-0 {
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: -100vw;
    padding-top: 15px;
    padding-left: 100vw;
    width: 200vw;
    background: white;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(129, 130, 132, 0.25);
    display: flex;
    z-index: 2; }
    .main-menu--wrap.is-depth-0 ul:not(:first-child) {
      margin-left: 48px; }
    .main-menu--wrap.is-depth-0 .is-current > a {
      color: #171717; }
  .main-menu--item.is-depth-0:not(:hover) .main-menu--wrap.is-depth-0 {
    display: none; }

.mobile-header {
  padding-bottom: 40px; }
  .mobile-header--top {
    display: flex;
    justify-content: space-between; }
  .mobile-header--logo {
    margin-top: -10px;
    width: 347px; }
  .mobile-header--menu-trigger {
    color: #818284; }
  .mobile-header--search {
    color: #818284;
    padding: 1.2em 0; }
    .mobile-header--search form input {
      font: inherit;
      border: none;
      padding: 0; }
  .app:not(.is-search) .mobile-header--search-form {
    display: none; }
  .app.is-search .mobile-header--search-label {
    display: none; }
  @media screen and (min-width: 769px) {
    .mobile-header {
      display: none; }
      .app.is-loaded.is-menu-mobile .mobile-header {
        display: block; } }
  @media screen and (max-width: 480px) {
    .mobile-header--logo {
      margin-top: 0;
      width: 133px; } }

.mobile-header-overlay--content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: white;
  height: 100%;
  padding: 32px 48px; }

@media screen and (max-width: 480px) {
  .mobile-header-overlay--content {
    padding: 16px 15px; } }

.mobile-main-menu, .mobile-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.mobile-main-menu ul {
  padding: 0 0 0.6em;
  margin-left: 1.3em; }

.mobile-main-menu--link.is-depth-0 {
  color: #818284;
  text-decoration: none; }

.mobile-main-menu--link.is-depth-0.is-open {
  color: #b43c36; }

.mobile-main-menu--wrap.is-depth-0 .is-current > a {
  text-decoration: underline; }

.footer {
  border-top: 1px solid rgba(129, 130, 132, 0.25);
  padding-top: 40px;
  margin-top: 60px; }
  .footer--bottom {
    color: #818284; }
  .footer--newsletter h4 {
    color: #b43c36;
    display: block;
    margin-bottom: 1.3em; }
  .footer .social, .footer .post-contact-info {
    margin-bottom: 1em; }
  @media screen and (min-width: 769px) {
    .footer--top {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .footer--top > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .footer--top > *:nth-child(2n - 1) {
        width: calc(75% - 15px); }
      .footer--top > *:nth-child(2n) {
        width: calc(25% - 15px); }
    .footer--bottom {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .footer--bottom > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .footer--bottom > *:nth-child(2n - 1) {
        width: calc(75% - 15px); }
      .footer--bottom > *:nth-child(2n) {
        width: calc(25% - 15px); } }
  @media screen and (max-width: 768px) {
    .footer--top, .footer--bottom {
      display: flex;
      flex-direction: column; }
    .footer--top-left, .footer--bottom-left {
      order: 2; }
    .footer--top-right, .footer--bottom-right {
      order: 1; }
    .footer--bottom-left {
      margin-top: 0; } }

.footer-menu1 {
  margin: 0;
  padding: 0;
  list-style: none; }
  .footer-menu1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer-menu1 ul ul {
    margin-left: 1.3em; }
  .footer-menu1 ul.is-depth-0 {
    margin-bottom: 2.75em; }
  .footer-menu1--link.is-depth-0 {
    color: #b43c36;
    display: block;
    margin-bottom: 1.3em; }
  @media screen and (min-width: 769px) {
    .footer-menu1 {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1);
      align-items: flex-start; }
      .footer-menu1 > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .footer-menu1 > * {
        width: calc(25% - 15px); } }
  @media screen and (max-width: 768px) {
    .footer-menu1 {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1);
      align-items: flex-start; }
      .footer-menu1 > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .footer-menu1 > * {
        width: calc(50% - 15px); } }
  @media screen and (max-width: 480px) {
    .footer-menu1--link.is-depth-0 {
      letter-spacing: 0.04rem;
      margin-bottom: 1.1em; }
    .footer-menu1 ul.is-depth-0 {
      margin-bottom: 2.75em; }
    ul .footer-menu1--item {
      margin-bottom: -1px; } }

.footer-menu2 {
  color: #818284; }
  .footer-menu2, .footer-menu2 ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.alignnone {
  margin-left: 0; }

.alignleft {
  margin-left: 0;
  margin-right: 1em;
  float: left; }

.alignright {
  margin-left: 1em;
  margin-right: 0;
  float: right; }

.wp-caption {
  display: block;
  max-width: 590px;
  margin: 2em auto;
  width: auto !important; }
  .wp-caption img {
    margin: 0; }
  .wp-caption p:empty {
    display: none; }
  .wp-caption .wp-caption-text {
    margin-top: 0; }
  .wp-caption .wp-block-image {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.wp-block-image {
  width: auto !important; }
  .wp-block-image, .wp-block-image figure {
    max-width: 590px;
    margin: 0 auto 2.3em auto; }
  .wp-block-image figcaption {
    margin-top: 0; }
  .wp-block-image img {
    margin: 0; }
  .wp-block-image.is-left {
    margin-left: 0; }
  .wp-block-image.is-right {
    margin-right: 0; }
  .wp-block-image.is-portrait {
    max-width: 346px; }
  .wp-block-image.is-inline {
    max-width: 100%;
    margin-bottom: 1.2em; }
    .wp-block-image.is-inline img {
      margin-bottom: 5px; }

.wp-block-embed {
  margin: 2.3em auto;
  max-width: 590px; }

.wp-block-table {
  margin: 2.3em 0; }
  .wp-block-table table {
    font-family: "Whitney A", "Whitney B";
    border-collapse: collapse; }
  .wp-block-table th, .wp-block-table td {
    border: 1px solid rgba(129, 130, 132, 0.25);
    padding: 23px 15px 22px; }
  .wp-block-table thead th {
    background-color: #f0562c;
    color: white; }
  .wp-block-table tfoot td {
    background-color: rgba(129, 130, 132, 0.25); }

.wp-block-columns {
  display: flex; }
  .wp-block-columns > * {
    flex: 1 1 100%;
    flex: 1 1 0; }
    .wp-block-columns > *:not(:first-child) {
      margin-left: 15px; }
  @media screen and (min-width: 769px) {
    .wp-block-columns .is-style-pad-left {
      padding-left: calc(((var(--inner-width) - 96px) + 15px) * 0.0833333333 - 15px + 15px); }
    .wp-block-columns .is-style-pad-right {
      padding-right: calc(((var(--inner-width) - 96px) + 15px) * 0.0833333333 - 15px + 15px); }
    .wp-block-columns .is-style-half-pad-left {
      padding-left: calc((calc(((var(--inner-width) - 96px) + 15px) * 0.0833333333 - 15px)) * 0.5); }
    .wp-block-columns .is-style-half-pad-right {
      padding-right: calc((calc(((var(--inner-width) - 96px) + 15px) * 0.0833333333 - 15px)) * 0.5); } }
  @media screen and (max-width: 768px) {
    .wp-block-columns {
      display: block; }
      .wp-block-columns .wp-block-column {
        margin-left: 0;
        margin-right: 0; } }

#wpadminbar {
  transition: all 0.2s; }
  #wpadminbar:after {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: auto;
    content: "\f111";
    font-size: 14px;
    border-radius: 0 0 0 3px;
    line-height: 1;
    font-family: dashicons;
    display: block;
    background: #23282d;
    color: white;
    width: 28px;
    text-align: center;
    padding: 0 2px 5px 5px; }

#wpadminbar:not(:hover) {
  transform: translateY(calc(-100% + 5px)); }

#wp-admin-bar-my-account, #wp-admin-bar-search {
  display: none; }

html[lang] {
  margin-top: 0 !important; }

@media screen and (max-width: 782px) {
  #wpadminbar {
    display: none; } }

@media screen and (max-width: 1100px) {
  .page-landing .row-latests,
  .page-landing-modern .row-latests,
  .page-homepage .row-latests {
    margin-left: 0;
    display: block; }
    .page-landing .row-latests .col,
    .page-landing-modern .row-latests .col,
    .page-homepage .row-latests .col {
      width: auto;
      padding-left: 0;
      margin-left: 0; }
  .page-landing .row-works-news,
  .page-landing-modern .row-works-news,
  .page-homepage .row-works-news {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 0; }
    .page-landing .row-works-news .col,
    .page-landing-modern .row-works-news .col,
    .page-homepage .row-works-news .col {
      width: auto;
      padding-left: 0;
      margin-left: 0; } }

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .page-landing .row-featured-connect,
  .page-landing-modern .row-featured-connect,
  .page-homepage .row-featured-connect {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-left: 0; }
    .page-landing .row-featured-connect .col,
    .page-landing-modern .row-featured-connect .col,
    .page-homepage .row-featured-connect .col {
      width: auto;
      padding-left: 0;
      margin-left: 0; }
    .page-landing .row-featured-connect .col-connect,
    .page-landing-modern .row-featured-connect .col-connect,
    .page-homepage .row-featured-connect .col-connect {
      order: 1; }
    .page-landing .row-featured-connect .col-featured,
    .page-landing-modern .row-featured-connect .col-featured,
    .page-homepage .row-featured-connect .col-featured {
      order: 2; }
    .page-landing .row-featured-connect .col-both.col-connect,
    .page-landing-modern .row-featured-connect .col-both.col-connect,
    .page-homepage .row-featured-connect .col-both.col-connect {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .page-landing .row-featured-connect .col-both.col-connect > *,
      .page-landing-modern .row-featured-connect .col-both.col-connect > *,
      .page-homepage .row-featured-connect .col-both.col-connect > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .page-landing .row-featured-connect .col-both.col-connect > *:nth-child(2n - 1),
      .page-landing-modern .row-featured-connect .col-both.col-connect > *:nth-child(2n - 1),
      .page-homepage .row-featured-connect .col-both.col-connect > *:nth-child(2n - 1) {
        width: calc(33.3333333333% - 15px); }
      .page-landing .row-featured-connect .col-both.col-connect > *:nth-child(2n),
      .page-landing-modern .row-featured-connect .col-both.col-connect > *:nth-child(2n),
      .page-homepage .row-featured-connect .col-both.col-connect > *:nth-child(2n) {
        width: calc(66.6666666667% - 15px); } }

@media screen and (max-width: 768px) {
  .page-landing .row-featured-connect,
  .page-landing-modern .row-featured-connect,
  .page-homepage .row-featured-connect {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-left: 0; }
    .page-landing .row-featured-connect .col,
    .page-landing-modern .row-featured-connect .col,
    .page-homepage .row-featured-connect .col {
      width: auto;
      padding-left: 0;
      margin-left: 0; }
    .page-landing .row-featured-connect .col-connect,
    .page-landing-modern .row-featured-connect .col-connect,
    .page-homepage .row-featured-connect .col-connect {
      order: 1; }
    .page-landing .row-featured-connect .col-featured,
    .page-landing-modern .row-featured-connect .col-featured,
    .page-homepage .row-featured-connect .col-featured {
      order: 2; } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .page-landing .row-works-news,
  .page-landing-modern .row-works-news,
  .page-homepage .row-works-news {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 0; }
    .page-landing .row-works-news .col,
    .page-landing-modern .row-works-news .col,
    .page-homepage .row-works-news .col {
      width: auto;
      padding-left: 0;
      margin-left: 0; } }

.page-homepage .main {
  padding-top: 0.8em; }

.page-homepage .row-hero .cell {
  border-top: none;
  padding-top: 0;
  margin-top: 0; }

.page-homepage--about {
  padding-top: 0.8em;
  color: #818284;
  margin-bottom: 1.6em; }

@media screen and (max-width: 1100px) {
  .page-homepage .row-hero {
    margin-left: 0;
    display: block;
    display: flex;
    flex-direction: column; }
    .page-homepage .row-hero .col {
      width: auto;
      padding-left: 0;
      margin-left: 0; }
  .page-homepage .col-featured-post {
    margin-bottom: 2em;
    order: 2; }
  .page-homepage .col-about {
    order: 1; } }

@media screen and (max-width: 480px) {
  .page-homepage {
    padding-top: 0; } }

@media screen and (min-width: 769px) {
  .page-landing--intro.is-mobile {
    display: none; } }

@media screen and (max-width: 768px) {
  .page-landing--intro.is-desktop {
    display: none; } }

.page-landing-modern--content,
.page-landing-modern .cell.contact > div {
  max-width: 40rem; }

.page-landing-modern .cell {
  margin: 2rem 0; }

.page-landing-modern h2 p, .page-landing-modern h3 p, .page-landing-modern h4 p {
  font-size: inherit;
  margin: 0; }

.page-landing-modern p a {
  color: #b43c36; }

.page-landing-modern h2:not(.post-header--title):not(.category) {
  font-family: "Mercury Text G3 A", "Mercury Text G3 B";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .page-landing-modern h2:not(.post-header--title):not(.category) {
      font-size: 1.5rem; } }

.page-landing-modern h3:not(.post-header--title) {
  font-family: "Mercury Text G3 A", "Mercury Text G3 B";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }
  @media screen and (max-width: 768px) {
    .page-landing-modern h3:not(.post-header--title) {
      font-size: 1.25rem; } }

.page-landing-modern h4:not(.post-header--category) {
  font-family: "Whitney A", "Whitney B";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .page-landing-modern h4:not(.post-header--category) {
      font-size: 1rem; } }

.page-landing-modern p {
  line-height: normal; }

.page-landing-modern .cell {
  border: none; }
  .page-landing-modern .cell.navigation > div {
    display: flex;
    justify-content: space-between;
    column-gap: 2rem;
    row-gap: 0.5rem; }
    @media screen and (max-width: 1100px) {
      .page-landing-modern .cell.navigation > div {
        flex-direction: column; } }
  .page-landing-modern .cell.navigation a {
    font-family: "Whitney A", "Whitney B";
    color: #b43c36; }
  .page-landing-modern .cell.featured-image {
    margin: 0; }
    .page-landing-modern .cell.featured-image img {
      aspect-ratio: 21/9; }
  .page-landing-modern .cell.information-grid .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 6rem;
    row-gap: 2rem; }
    .page-landing-modern .cell.information-grid .grid .figure {
      grid-column: span 3 / span 3; }
      .page-landing-modern .cell.information-grid .grid .figure .subtitle {
        font-family: "Whitney A", "Whitney B";
        font-size: 20px; }
      .page-landing-modern .cell.information-grid .grid .figure img {
        width: 6rem;
        margin-bottom: 1rem; }
      @media screen and (min-width: 481px) {
        .page-landing-modern .cell.information-grid .grid .figure {
          grid-column: span 2 / span 2; } }
      @media screen and (min-width: 769px) {
        .page-landing-modern .cell.information-grid .grid .figure {
          grid-column: span 1 / span 1; } }
  .page-landing-modern .cell.featured-work-cta > div, .page-landing-modern .cell.featured-report > div {
    color: white;
    padding: 4rem 2.75rem; }
    @media screen and (max-width: 768px) {
      .page-landing-modern .cell.featured-work-cta > div, .page-landing-modern .cell.featured-report > div {
        padding: 2.5rem 1.25rem; } }
    .page-landing-modern .cell.featured-work-cta > div *, .page-landing-modern .cell.featured-report > div * {
      color: white; }
  .page-landing-modern .cell.featured-work-cta .button, .page-landing-modern .cell.featured-report .button {
    color: black !important;
    background-color: white; }
    .page-landing-modern .cell.featured-work-cta .button:hover, .page-landing-modern .cell.featured-report .button:hover {
      color: white !important;
      background-color: black; }
  .page-landing-modern .cell.sectors .sectors-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem; }
    @media screen and (max-width: 768px) {
      .page-landing-modern .cell.sectors .sectors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    .page-landing-modern .cell.sectors .sectors-grid .sectors-item {
      grid-column: span 1 / span 1;
      display: flex;
      flex-direction: column;
      justify-content: end;
      align-items: center;
      text-align: center;
      background-color: #F7F7F7;
      padding: 2rem;
      border-radius: 1rem;
      height: 100%; }
      @media screen and (max-width: 768px) {
        .page-landing-modern .cell.sectors .sectors-grid .sectors-item {
          padding: 1rem; } }
      .page-landing-modern .cell.sectors .sectors-grid .sectors-item img {
        width: 75%;
        aspect-ratio: 1/1;
        object-fit: contain; }
  .page-landing-modern .cell.featured-work-cta .grid, .page-landing-modern .cell.sectors .grid, .page-landing-modern .cell.data-visualization .grid, .page-landing-modern .cell.featured-report .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 4rem;
    row-gap: 1rem; }
    .page-landing-modern .cell.featured-work-cta .grid .column, .page-landing-modern .cell.sectors .grid .column, .page-landing-modern .cell.data-visualization .grid .column, .page-landing-modern .cell.featured-report .grid .column {
      grid-column: span 1 / span 1; }
      .page-landing-modern .cell.featured-work-cta .grid .column.full, .page-landing-modern .cell.sectors .grid .column.full, .page-landing-modern .cell.data-visualization .grid .column.full, .page-landing-modern .cell.featured-report .grid .column.full {
        grid-column: span 2 / span 2; }
        .page-landing-modern .cell.featured-work-cta .grid .column.full > *, .page-landing-modern .cell.sectors .grid .column.full > *, .page-landing-modern .cell.data-visualization .grid .column.full > *, .page-landing-modern .cell.featured-report .grid .column.full > * {
          max-width: 40rem; }
      .page-landing-modern .cell.featured-work-cta .grid .column.flex, .page-landing-modern .cell.sectors .grid .column.flex, .page-landing-modern .cell.data-visualization .grid .column.flex, .page-landing-modern .cell.featured-report .grid .column.flex {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column; }
      @media screen and (max-width: 1100px) {
        .page-landing-modern .cell.featured-work-cta .grid .column, .page-landing-modern .cell.sectors .grid .column, .page-landing-modern .cell.data-visualization .grid .column, .page-landing-modern .cell.featured-report .grid .column {
          grid-column: span 2 / span 2; } }
  .page-landing-modern .cell.partners-and-collaborators .grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      .page-landing-modern .cell.partners-and-collaborators .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media screen and (max-width: 1100px) {
      .page-landing-modern .cell.partners-and-collaborators .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    .page-landing-modern .cell.partners-and-collaborators .grid .column {
      grid-column: span 1 / span 1; }
      .page-landing-modern .cell.partners-and-collaborators .grid .column.flex {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
  .page-landing-modern .cell.contact {
    background-color: #F7F7F7;
    padding: 4rem 2.75rem; }
    @media screen and (max-width: 768px) {
      .page-landing-modern .cell.contact {
        padding: 2.5rem 1.25rem; } }

.page-publications--entries,
.page-dataviz--entries,
.page-filter--entries {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(15px * -1); }
  .page-publications--entries > *,
  .page-dataviz--entries > *,
  .page-filter--entries > * {
    flex: 0 0 auto;
    margin-left: 15px; }
  .page-publications--entries > *,
  .page-dataviz--entries > *,
  .page-filter--entries > * {
    width: calc(33.3333333333% - 15px); }

.page-publications--entries li,
.page-dataviz--entries li,
.page-filter--entries li {
  margin-bottom: 2.4em; }

.page-publications .post-snippet--info,
.page-dataviz .post-snippet--info,
.page-filter .post-snippet--info {
  padding-top: 0.7em; }

@media screen and (max-width: 768px) {
  .page-publications--entries,
  .page-dataviz--entries,
  .page-filter--entries {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1); }
    .page-publications--entries > *,
    .page-dataviz--entries > *,
    .page-filter--entries > * {
      flex: 0 0 auto;
      margin-left: 15px; }
    .page-publications--entries > *,
    .page-dataviz--entries > *,
    .page-filter--entries > * {
      width: calc(50% - 15px); }
  .page-publications--entries li,
  .page-dataviz--entries li,
  .page-filter--entries li {
    margin-bottom: 0.5em; } }

@media screen and (max-width: 480px) {
  .page-publications .post-snippet--info,
  .page-dataviz .post-snippet--info,
  .page-filter .post-snippet--info {
    padding-top: 0; } }

.page-blog--entries > li {
  margin-bottom: 2.3em; }

.page-blog .post-header--meta {
  margin-bottom: 0; }

@media screen and (min-width: 769px) {
  .page-blog .post-snippet {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1); }
    .page-blog .post-snippet > * {
      flex: 0 0 auto;
      margin-left: 15px; }
    .page-blog .post-snippet > *:nth-child(2n - 1) {
      width: calc(22.2222222222% - 15px); }
    .page-blog .post-snippet > *:nth-child(2n) {
      width: calc(77.7777777778% - 15px); } }

@media screen and (max-width: 768px) {
  .page-blog .post-snippet {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1); }
    .page-blog .post-snippet > * {
      flex: 0 0 auto;
      margin-left: 15px; }
    .page-blog .post-snippet > * {
      width: calc(50% - 15px); }
  .page-blog--entries li {
    margin-bottom: 1.6em; } }

.page-news--entries > li {
  padding-top: 0.3em;
  margin-bottom: 1.9em; }

@media screen and (max-width: 480px) {
  .page-news--entries li {
    margin-bottom: 1.2em; } }

.page-press-releases--entries > li {
  padding-top: 0.3em;
  margin-bottom: 1.9em; }

.page-jobs--entries > li {
  padding-top: 0.3em;
  margin-bottom: 1.9em; }

.page-events--entries > li {
  padding-top: 0.3em;
  margin-bottom: 1.9em; }

@media screen and (max-width: 480px) {
  .page-events--entries li {
    margin-bottom: 1.2em; } }

.page-people--entries {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(15px * -1); }
  .page-people--entries > * {
    flex: 0 0 auto;
    margin-left: 15px; }
  .page-people--entries > * {
    width: calc(33.3333333333% - 15px); }

.page-people--entries > li {
  margin-bottom: 1.85em; }

@media screen and (max-width: 768px) {
  .page-people--entries {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1); }
    .page-people--entries > * {
      flex: 0 0 auto;
      margin-left: 15px; }
    .page-people--entries > * {
      width: calc(50% - 15px); }
  .page-people--entries > li {
    margin-bottom: 0.5em; } }

.page-more-terms .col {
  margin-left: auto; }

.page-more-terms h1.category {
  margin-bottom: 2em; }

.page-more-terms h3 {
  margin-bottom: 0; }

.page-more-terms--item-content {
  padding-top: 27px;
  padding-bottom: 26px; }

.page-more-terms--children {
  padding-left: 33px;
  padding-bottom: 34px; }

.page-more-terms--child {
  margin-left: calc(var(--depth) * 1.2em); }

.page-more-terms--see-all {
  letter-spacing: -0.01rem; }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .page-more-terms .row {
    margin-left: 0;
    display: block; }
    .page-more-terms .row .col {
      width: auto;
      padding-left: 0;
      margin-left: 0; } }

@media screen and (max-width: 480px) {
  .page-more-terms h1.category {
    margin-bottom: 3.4em; }
  .page-more-terms .accordion--wrap {
    padding-bottom: 0.85em; }
  .page-more-terms--item-content {
    padding-top: 20px;
    padding-bottom: 49px; }
  .page-more-terms--children {
    padding-left: 25px;
    padding-bottom: 20px; } }

.page-offices h1.category {
  margin-bottom: 2.1em; }

.page-offices--office {
  padding-bottom: 1.3em; }

.page-offices--address {
  color: #818284;
  margin-bottom: 1.2em; }

.page-offices--map {
  text-align: right; }

.page-offices--map-wrap {
  position: relative; }
  .page-offices--map-wrap:before {
    content: "";
    display: block;
    padding-top: 50%;
    width: 100%; }
  .page-offices--map-wrap > * {
    position: absolute;
    top: 0;
    left: 0; }
  .page-offices--map-wrap > * {
    width: 100%;
    height: 100%; }

.page-offices--email {
  color: #818284; }
  .page-offices--email a {
    color: #171717; }

@media not screen and (max-width: 480px) {
  .page-offices--office {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1); }
    .page-offices--office > * {
      flex: 0 0 auto;
      margin-left: 15px; }
    .page-offices--office > * {
      width: calc(50% - 15px); } }

@media screen and (max-width: 768px) {
  .page-offices--office {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-left: 0; }
    .page-offices--office > * {
      margin-left: 0;
      width: auto; }
  .page-offices--map {
    order: 0;
    margin-bottom: 0.3em; }
  .page-offices--info {
    order: 1; } }

@media screen and (max-width: 480px) {
  .page-offices h1.category {
    margin-bottom: 3.4em; }
  .page-offices--map-wrap {
    position: relative; }
    .page-offices--map-wrap:before {
      content: "";
      display: block;
      padding-top: 74.3944636678%;
      width: 100%; }
    .page-offices--map-wrap > * {
      position: absolute;
      top: 0;
      left: 0; }
    .page-offices--map-wrap > * {
      width: 100%;
      height: 100%; } }

.page-search--entries,
.page-archive--entries {
  margin: 0;
  padding: 0;
  list-style: none; }
  .page-search--entries > li,
  .page-archive--entries > li {
    margin-bottom: 1em; }

.page-search--group,
.page-archive--group {
  margin-bottom: 3em; }

@media screen and (max-width: 480px) {
  .page-search--group,
  .page-archive--group {
    margin-bottom: 2.2em; } }

.page-search--entries > li,
.page-archive--entries > li {
  margin-bottom: 1.9em; }

.search.is-loading .page-search--more .plus, .search.is-loading
.page-archive--more .plus {
  display: none; }

.page-search .col,
.page-archive .col {
  margin-left: auto; }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .page-search .row,
  .page-archive .row {
    margin-left: 0;
    display: block; }
    .page-search .row .col,
    .page-archive .row .col {
      width: auto;
      padding-left: 0;
      margin-left: 0; } }

@media screen and (max-width: 480px) {
  .page-search--entries li,
  .page-archive--entries li {
    margin-bottom: 1.2em; } }

.page-404 .col {
  margin-left: auto; }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .page-404 .row {
    margin-left: 0;
    display: block; }
    .page-404 .row .col {
      width: auto;
      padding-left: 0;
      margin-left: 0; } }

.page-full-width .page-full-width--title {
  margin-bottom: 2.9em; }

.page-taxonomy h1.category {
  margin-bottom: 1.45em; }

.page-taxonomy h4.category {
  color: #b43c36;
  margin-bottom: -0.3em; }

.page-taxonomy--entries h2 {
  margin-bottom: 0.1em; }

.page-taxonomy--entries > li {
  padding-top: 0.3em;
  margin-bottom: 1.9em; }

@media screen and (max-width: 480px) {
  .page-taxonomy .post-header--title {
    font-size: 1.3rem;
    line-height: 1.6rem; } }
  @media screen and (max-width: 480px) and (max-width: 480px) {
    .page-taxonomy .post-header--title {
      font-size: 1rem;
      line-height: 1.25rem; } }

@media screen and (max-width: 480px) {
  .page-taxonomy--entries > li {
    margin-bottom: 1.3em; } }

.post-meta, .block-private-content {
  color: #818284; }
  .post-meta h4, .block-private-content h4 {
    color: #b43c36;
    margin-bottom: -3px; }
  .post-meta ul, .block-private-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 2px; }
  .post-meta a, .block-private-content a {
    color: #171717; }
  .post-meta--show-more {
    display: inline-block; }

.post-authors--item {
  color: #171717; }

.post-authors a {
  color: #171717; }

.post-share {
  position: relative;
  margin-bottom: 2em; }
  .post-share--icon {
    color: #818284; }
  .post-share--options {
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #818284;
    color: #171717;
    padding: 5px; }
  .post-share:not(:hover) .post-share--options {
    display: none; }

.post-gallery {
  margin-bottom: 1.9em; }
  .post-gallery ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1);
    margin-top: 10px;
    margin-bottom: -10px; }
    .post-gallery ul > * {
      flex: 0 0 auto;
      margin-left: 15px; }
  .post-gallery li {
    display: inline-block;
    height: 105px;
    width: 105px;
    background-color: rgba(129, 130, 132, 0.15);
    padding: 1px;
    margin-bottom: 15px; }
    .post-gallery li .image--background:after {
      display: none; }
  @media screen and (max-width: 480px) {
    .post-gallery {
      padding-right: 0; }
      .post-gallery li {
        display: inline-block;
        height: 80px;
        width: 80px; } }

.post-note a {
  color: #b43c36;
  text-decoration: none; }

.post-note a:hover {
  text-decoration: underline; }

.post-note a {
  color: #171717; }

.post-register a {
  margin-bottom: 0; }

.post-logos .image--wrap {
  padding: 15px;
  position: relative;
  margin-bottom: 15px; }

.post-logos .image--background {
  position: relative;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center !important; }
  .post-logos .image--background:before {
    content: "";
    display: block;
    padding-top: 57.5221238938%;
    width: 100%; }
  .post-logos .image--background > * {
    position: absolute;
    top: 0;
    left: 0; }
  .post-logos .image--background > * {
    width: 100%;
    height: 100%; }
  .post-logos .image--background:after {
    display: none; }

.post-logos ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(15px * -1);
  margin-top: 10px; }
  .post-logos ul > * {
    flex: 0 0 auto;
    margin-left: 15px; }

.post-logos li {
  width: 105px; }

.post-multiple-dates {
  color: #171717;
  margin-top: 2.4em; }
  .post-multiple-dates li {
    margin-bottom: 2.4em; }
  .post-multiple-dates div {
    color: #818284;
    margin-bottom: 1em; }
  .post-multiple-dates .button {
    margin-bottom: 0; }

.post-downloads, .block-private-content {
  background: white;
  border: 1px solid #b43c36;
  padding: 1em;
  max-width: 350px; }
  .post-downloads .button, .block-private-content .button {
    margin-bottom: 0; }
  .post-downloads h4, .block-private-content h4 {
    margin-bottom: 0.85em; }
  .post-downloads ul a, .block-private-content ul a {
    display: block;
    min-height: 30px;
    padding-right: 45px;
    word-break: break-word;
    position: relative; }
    .post-downloads ul a small, .block-private-content ul a small {
      font: inherit;
      display: block;
      color: #818284; }
    .post-downloads ul a .image, .block-private-content ul a .image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: auto;
      left: auto; }
    .post-downloads ul a:hover .image path, .block-private-content ul a:hover .image path {
      fill: #b43c36; }
  .post-downloads li:not(:last-child), .block-private-content li:not(:last-child) {
    margin-bottom: 1.3em; }
  .post-downloads ul + .private, .block-private-content ul + .private {
    margin-top: 1.3em; }
  .post-downloads .when-unlocked > *:last-child, .block-private-content .when-unlocked > *:last-child, .post-downloads .when-locked > *:last-child, .block-private-content .when-locked > *:last-child {
    margin-bottom: 0; }
  .post-downloads .private.is-loading, .block-private-content .private.is-loading {
    pointer-events: none;
    opacity: 0.2; }
  @media screen and (max-width: 480px) {
    .post-downloads h4, .block-private-content h4 {
      margin-bottom: 1.15em; } }

.article {
  padding-bottom: 6em; }
  .article--title {
    color: #171717;
    margin-bottom: 0.4em; }
  .article--metas {
    margin-top: 8em; }
  .article--metas:first-child {
    margin-top: 0; }
  .article--featured-image {
    margin-bottom: 1.2em;
    position: relative; }
  .article .post-meta, .article .block-private-content {
    margin: 2.4em 0; }
    @media screen and (max-width: 768px) {
      .article .post-meta, .article .block-private-content {
        margin: 1em 0; } }
  .article .post-dates {
    margin-top: 0;
    margin-bottom: 1em; }
  .article .post-revised-date {
    margin-top: 0; }
  .article .post-authors {
    margin-top: 0;
    margin-bottom: 0; }
  .article .post-downloads, .article .block-private-content {
    margin-top: 7.8em; }
  .article .post-downloads + .post-downloads, .article .block-private-content + .post-downloads, .article .post-downloads + .block-private-content, .article .block-private-content + .block-private-content {
    margin-top: 2.4em; }
  .post-downloads + .article--metas, .block-private-content + .article--metas {
    margin-top: 2.1em; }
  @media screen and (min-width: 769px) {
    .article {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1);
      /*
        .row .col.is-half{
            margin-left:auto;
            width:layout-col(7/12);
        }
        */ }
      .article .on-mobile {
        display: none; }
      .article > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .article > *:nth-child(2n - 1) {
        width: calc(41.6666666667% - 15px); }
      .article > *:nth-child(2n) {
        width: calc(58.3333333333% - 15px); }
      .article--sidebar {
        padding-right: calc(((var(--inner-width) - 96px) + 15px) * 0.0833333333 - 15px + 15px); } }
  @media screen and (max-width: 768px) {
    .article .on-desktop {
      display: none; }
    .article--featured-image {
      margin-bottom: 0.8em; }
    .article--title {
      font-size: 1.3rem;
      line-height: 1.6rem;
      margin-bottom: 0.5em; } }
  @media screen and (max-width: 768px) and (max-width: 480px) {
    .article--title {
      font-size: 1rem;
      line-height: 1.25rem; } }
  @media screen and (max-width: 768px) {
    .article--metas {
      margin-top: 1.2em;
      margin-bottom: 2.7em; }
    .article .post-downloads, .article .block-private-content {
      margin-top: 3em; }
    .article .post-downloads + .post-downloads, .article .block-private-content + .post-downloads, .article .post-downloads + .block-private-content, .article .block-private-content + .block-private-content {
      margin-top: 1.2em; }
    .post-downloads + .article--metas, .block-private-content + .article--metas {
      margin-top: -0.5em; } }

.page-publication-item .post-dates {
  margin-bottom: 0; }

.page-person-item--photo {
  position: relative; }
  .page-person-item--photo:before {
    content: "";
    display: block;
    padding-top: 63.539445629%;
    width: 100%; }
  .page-person-item--photo > * {
    position: absolute;
    top: 0;
    left: 0; }
  .page-person-item--photo > * {
    width: 100%;
    height: 100%; }

.page-person-item .image--wrap {
  margin-top: 5px;
  margin-bottom: 1.1em; }

.page-person-item .article--title {
  margin-bottom: -1px; }

.page-person-item .post-contact-info {
  margin-top: 0; }

.page-person-item .post-job-title {
  margin-top: 0; }

@media screen and (min-width: 769px) {
  .page-person-item .article--metas {
    margin-top: 5.2em; } }

.page-event-item .post-dates {
  margin-bottom: 0; }

.page-event-item .post-location {
  margin-top: 0; }

.page-event-item .post-register + .article--metas, .page-event-item .post-multiple-dates + .article--metas {
  margin-top: 2.4em; }

.page-job-item .article--title {
  margin-bottom: 0.3em; }

@media not screen and (max-width: 480px) {
  .top-featured-post .post-snippet--image {
    position: relative; }
    .top-featured-post .post-snippet--image:before {
      content: "";
      display: block;
      padding-top: 73.3475479744%;
      width: 100%; }
    .top-featured-post .post-snippet--image > * {
      position: absolute;
      top: 0;
      left: 0; }
    .top-featured-post .post-snippet--image > * {
      width: 100%;
      height: 100%; } }

@media screen and (min-width: 1101px) {
  .top-featured-post .post-snippet {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1); }
    .top-featured-post .post-snippet > * {
      flex: 0 0 auto;
      margin-left: 15px; }
    .top-featured-post .post-snippet > *:nth-child(2n - 1) {
      width: calc(66.6666666667% - 15px); }
    .top-featured-post .post-snippet > *:nth-child(2n) {
      width: calc(33.3333333333% - 15px); } }

@media screen and (min-width: 769px) {
  .top-featured-post .post-snippet .post-snippet--info {
    padding-top: 0; }
  .top-featured-post .post-snippet .post-header--category {
    margin-top: 0; } }

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .top-featured-post .post-snippet {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1); }
    .top-featured-post .post-snippet > * {
      flex: 0 0 auto;
      margin-left: 15px; }
    .top-featured-post .post-snippet > * {
      width: calc(50% - 15px); } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .top-featured-post {
    margin-bottom: 60px; } }

@media screen and (max-width: 480px) {
  .top-featured-post {
    margin-bottom: 60px; }
    .top-featured-post .post-header--title {
      font-size: 1.3rem;
      line-height: 1.6rem; } }
    @media screen and (max-width: 480px) and (max-width: 480px) {
      .top-featured-post .post-header--title {
        font-size: 1rem;
        line-height: 1.25rem; } }

@media screen and (max-width: 480px) {
    .top-featured-post .post-snippet--image {
      position: relative; }
      .top-featured-post .post-snippet--image:before {
        content: "";
        display: block;
        padding-top: 74.3944636678%;
        width: 100%; }
      .top-featured-post .post-snippet--image > * {
        position: absolute;
        top: 0;
        left: 0; }
      .top-featured-post .post-snippet--image > * {
        width: 100%;
        height: 100%; } }

.hero {
  margin-bottom: 3.1em; }
  .hero--content {
    padding-top: 0.9em; }
  .hero--image {
    position: relative; }
    .hero--image:before {
      content: "";
      display: block;
      padding-top: 74.4022503516%;
      width: 100%; }
    .hero--image > * {
      position: absolute;
      top: 0;
      left: 0; }
    .hero--image > * {
      width: 100%;
      height: 100%; }
  @media screen and (min-width: 1101px) {
    .hero--info {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1);
      align-items: flex-start; }
      .hero--info > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .hero--info > * {
        width: calc(50% - 15px); } }
  @media screen and (min-width: 769px) {
    .hero--content {
      padding-top: 0; } }
  @media screen and (min-width: 769px) and (max-width: 1100px) {
    .hero--info {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1);
      align-items: flex-start; }
      .hero--info > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .hero--info > *:nth-child(2n - 1) {
        width: calc(41.6666666667% - 15px); }
      .hero--info > *:nth-child(2n) {
        width: calc(58.3333333333% - 15px); }
    .hero--content {
      font-size: 1rem;
      line-height: 1.2rem;
      padding-top: 0; } }
  @media screen and (min-width: 769px) and (max-width: 1100px) and (max-width: 480px) {
    .hero--content {
      font-size: 0.8rem;
      line-height: 1rem; } }
  @media screen and (max-width: 480px) {
    .hero {
      margin-bottom: 1.7em;
      /*
        &--featured-connect-row{
            display:flex;
            flex-direction:column;

            .is-wide{
                order:2;
            }
        }
        */ }
      .hero--image {
        position: relative; }
        .hero--image:before {
          content: "";
          display: block;
          padding-top: 74.3944636678%;
          width: 100%; }
        .hero--image > * {
          position: absolute;
          top: 0;
          left: 0; }
        .hero--image > * {
          width: 100%;
          height: 100%; } }

.connect-box {
  margin-bottom: 4.15em; }
  .connect-box--title.category {
    margin-bottom: 1.65em; }
  .connect-box--description {
    letter-spacing: 0.04rem;
    color: #b43c36;
    margin-bottom: 0.3em; }
  .page-homepage .connect-box {
    margin-bottom: 2.45em; }
  @media screen and (max-width: 480px) {
    .connect-box {
      margin-bottom: 2.15em; }
      .connect-box--title.category {
        margin-bottom: 1.05em; }
      .connect-box--description {
        letter-spacing: 0.03rem;
        margin-bottom: 0.65em; }
      .page-homepage .connect-box {
        margin-bottom: 2.65em; } }

.featured-work {
  margin-bottom: 3.5em; }
  @media screen and (min-width: 769px) {
    .featured-work--entries {
      display: flex; }
      .featured-work--entries > * {
        flex: 0 0 auto; }
        .featured-work--entries > *:not(:first-child) {
          margin-left: 15px; }
      .featured-work--entries > *:nth-child(2n - 1) {
        width: calc((100% + 15px) * 0.4444444444 - 15px); }
      .featured-work--entries > *:nth-child(2n) {
        width: calc((100% + 15px) * 0.5555555556 - 15px); }
    .featured-work--first .post-snippet .post-snippet--info {
      padding-top: 0.4em; }
    .featured-work--first .post-snippet--image {
      position: relative; }
      .featured-work--first .post-snippet--image:before {
        content: "";
        display: block;
        padding-top: 73.3475479744%;
        width: 100%; }
      .featured-work--first .post-snippet--image > * {
        position: absolute;
        top: 0;
        left: 0; }
      .featured-work--first .post-snippet--image > * {
        width: 100%;
        height: 100%; }
    .featured-work--others .post-snippet {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px; }
      .featured-work--others .post-snippet > * {
        flex: 0 0 auto; }
        .featured-work--others .post-snippet > *:not(:first-child) {
          margin-left: 15px; }
      .featured-work--others .post-snippet > *:nth-child(2n - 1) {
        width: calc((100% + 15px) * 0.4 - 15px); }
      .featured-work--others .post-snippet > *:nth-child(2n) {
        width: calc((100% + 15px) * 0.6 - 15px); }
    .featured-work--others .post-snippet--info {
      padding-top: 0; }
    .featured-work--others .post-header--category {
      margin-top: 0; }
    .featured-work--others .post-header--title {
      margin-bottom: 0.2em; }
    .featured-work--others .post-snippet--image {
      position: relative; }
      .featured-work--others .post-snippet--image:before {
        content: "";
        display: block;
        padding-top: 106.194690265%;
        width: 100%; }
      .featured-work--others .post-snippet--image > * {
        position: absolute;
        top: 0;
        left: 0; }
      .featured-work--others .post-snippet--image > * {
        width: 100%;
        height: 100%; }
    .col.is-full .featured-work--entries {
      display: flex; }
      .col.is-full .featured-work--entries > * {
        flex: 0 0 auto; }
        .col.is-full .featured-work--entries > *:not(:first-child) {
          margin-left: 15px; }
      .col.is-full .featured-work--entries > * {
        width: calc((100% + 15px) * 0.5 - 15px); }
    .col.is-full .featured-work--others .post-snippet {
      display: flex;
      align-items: flex-start; }
      .col.is-full .featured-work--others .post-snippet > * {
        flex: 0 0 auto; }
        .col.is-full .featured-work--others .post-snippet > *:not(:first-child) {
          margin-left: 15px; }
      .col.is-full .featured-work--others .post-snippet > * {
        width: calc((100% + 15px) * 0.5 - 15px); }
    .col.is-full .featured-work--others .post-snippet--image {
      position: relative; }
      .col.is-full .featured-work--others .post-snippet--image:before {
        content: "";
        display: block;
        padding-top: 66.8587896254%;
        width: 100%; }
      .col.is-full .featured-work--others .post-snippet--image > * {
        position: absolute;
        top: 0;
        left: 0; }
      .col.is-full .featured-work--others .post-snippet--image > * {
        width: 100%;
        height: 100%; } }
  @media screen and (min-width: 769px) and (max-width: 1100px) {
    .featured-work {
      /*
        &--entries{
            @include columns(1/3 2/3, $wrap:false);
        }
        &--others{
            @include columns(1/2, $wrap:false);
        }
        */ }
      .featured-work--entries {
        display: flex; }
        .featured-work--entries > * {
          flex: 0 0 auto; }
          .featured-work--entries > *:not(:first-child) {
            margin-left: 15px; }
        .featured-work--entries > *:nth-child(2n - 1) {
          width: calc((100% + 15px) * 0.4166666667 - 15px); }
        .featured-work--entries > *:nth-child(2n) {
          width: calc((100% + 15px) * 0.5833333333 - 15px); }
      .featured-work--others .post-snippet {
        display: flex; }
        .featured-work--others .post-snippet > * {
          flex: 0 0 auto; }
          .featured-work--others .post-snippet > *:not(:first-child) {
            margin-left: 15px; }
        .featured-work--others .post-snippet > *:nth-child(2n - 1) {
          width: calc((100% + 15px) * 0.4285714286 - 15px); }
        .featured-work--others .post-snippet > *:nth-child(2n) {
          width: calc((100% + 15px) * 0.5714285714 - 15px); } }
  @media screen and (max-width: 768px) {
    .featured-work--first {
      margin-bottom: 1.3em; }
    .featured-work--first .post-snippet--info {
      padding-top: 0.4em; }
    .featured-work--first .post-header--title {
      font-size: 1.3rem;
      line-height: 1.6rem;
      margin-bottom: 0.2em; } }
  @media screen and (max-width: 768px) and (max-width: 480px) {
    .featured-work--first .post-header--title {
      font-size: 1rem;
      line-height: 1.25rem; } }
  @media screen and (max-width: 768px) {
    .featured-work--first .post-snippet--image {
      position: relative; }
      .featured-work--first .post-snippet--image:before {
        content: "";
        display: block;
        padding-top: 74.3944636678%;
        width: 100%; }
      .featured-work--first .post-snippet--image > * {
        position: absolute;
        top: 0;
        left: 0; }
      .featured-work--first .post-snippet--image > * {
        width: 100%;
        height: 100%; }
    .featured-work--others {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .featured-work--others > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .featured-work--others > * {
        width: calc(50% - 15px); }
    .featured-work--others .post-snippet--info {
      padding-top: 0.4em; } }
  @media screen and (max-width: 480px) {
    .featured-work {
      margin-bottom: 1em; } }

.latest-work,
.latest-publications {
  margin-bottom: -0.4em; }
  @media not screen and (max-width: 480px) {
    .latest-work--entries,
    .latest-publications--entries {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .latest-work--entries > *,
      .latest-publications--entries > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .latest-work--entries > *,
      .latest-publications--entries > * {
        width: calc(33.3333333333% - 15px); }
    .latest-work--entries > *,
    .latest-publications--entries > * {
      margin-bottom: 2.4em; } }
  @media screen and (min-width: 1101px) {
    .col.is-full .latest-work--entries, .col.is-full
    .latest-publications--entries {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .col.is-full .latest-work--entries > *, .col.is-full
      .latest-publications--entries > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .col.is-full .latest-work--entries > *, .col.is-full
      .latest-publications--entries > * {
        width: calc(25% - 15px); } }
  @media screen and (min-width: 769px) and (max-width: 1100px) {
    .row-latests .latest-work--entries, .row-latests
    .latest-publications--entries {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .row-latests .latest-work--entries > *, .row-latests
      .latest-publications--entries > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .row-latests .latest-work--entries > *, .row-latests
      .latest-publications--entries > * {
        width: calc(25% - 15px); }
      .row-latests .latest-work--entries .post-header--excerpt, .row-latests
      .latest-publications--entries .post-header--excerpt {
        display: none; }
    .col.is-full .latest-work--entries, .col.is-full
    .latest-publications--entries {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .col.is-full .latest-work--entries > *, .col.is-full
      .latest-publications--entries > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .col.is-full .latest-work--entries > *, .col.is-full
      .latest-publications--entries > * {
        width: calc(33.3333333333% - 15px); } }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .latest-work--entries,
    .latest-publications--entries {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .latest-work--entries > *,
      .latest-publications--entries > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .latest-work--entries > *,
      .latest-publications--entries > * {
        width: calc(33.3333333333% - 15px); }
    .latest-work .post-header--excerpt,
    .latest-publications .post-header--excerpt {
      display: none; } }
  @media screen and (max-width: 480px) {
    .latest-work,
    .latest-publications {
      margin-bottom: 2.8em; }
      .latest-work--entries > *,
      .latest-publications--entries > * {
        margin-bottom: 1.3em; }
      .latest-work .post-snippet--image,
      .latest-publications .post-snippet--image {
        position: relative; }
        .latest-work .post-snippet--image:before,
        .latest-publications .post-snippet--image:before {
          content: "";
          display: block;
          padding-top: 74.3944636678%;
          width: 100%; }
        .latest-work .post-snippet--image > *,
        .latest-publications .post-snippet--image > * {
          position: absolute;
          top: 0;
          left: 0; }
        .latest-work .post-snippet--image > *,
        .latest-publications .post-snippet--image > * {
          width: 100%;
          height: 100%; }
      .latest-work .post-header--title,
      .latest-publications .post-header--title {
        font-size: 1.3rem;
        line-height: 1.6rem;
        margin-top: 0.1em;
        margin-bottom: 0.3em; } }
    @media screen and (max-width: 480px) and (max-width: 480px) {
      .latest-work .post-header--title,
      .latest-publications .post-header--title {
        font-size: 1rem;
        line-height: 1.25rem; } }

.latest-news {
  margin-bottom: -0.5em; }
  .latest-news h2.category {
    margin-bottom: 1.4em; }
  .latest-news .post-header--category {
    color: #266fa5; }
  .latest-news .post-header--title {
    margin-bottom: 0.1em; }
  .latest-news--entries > * {
    margin-bottom: 2.5em; }
  @media screen and (min-width: 1101px) {
    .col.is-full .latest-news--entries {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .col.is-full .latest-news--entries > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .col.is-full .latest-news--entries > * {
        width: calc(25% - 15px); } }
  @media screen and (min-width: 769px) and (max-width: 1100px) {
    .col.is-full .latest-news--entries, .row-latests .latest-news--entries, .row-works-news .latest-news--entries {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .col.is-full .latest-news--entries > *, .row-latests .latest-news--entries > *, .row-works-news .latest-news--entries > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .col.is-full .latest-news--entries > *, .row-latests .latest-news--entries > *, .row-works-news .latest-news--entries > * {
        width: calc(33.3333333333% - 15px); } }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .col.is-full .latest-news--entries, .row-latests .latest-news--entries, .row-works-news .latest-news--entries {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .col.is-full .latest-news--entries > *, .row-latests .latest-news--entries > *, .row-works-news .latest-news--entries > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .col.is-full .latest-news--entries > *, .row-latests .latest-news--entries > *, .row-works-news .latest-news--entries > * {
        width: calc(50% - 15px); } }
  @media screen and (max-width: 480px) {
    .latest-news {
      margin-bottom: 2.8em; }
      .latest-news h2.category {
        margin-bottom: 1.1em; }
      .latest-news .post-header--title {
        margin-bottom: 0; }
      .latest-news--entries > * {
        margin-bottom: 1.5em; } }

.partners {
  margin-bottom: 3.5em; }
  .partners .image--wrap {
    padding: 15px;
    position: relative;
    margin-bottom: 15px; }
  .partners .image--background {
    position: relative;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center !important; }
    .partners .image--background:before {
      content: "";
      display: block;
      padding-top: 57.5221238938%;
      width: 100%; }
    .partners .image--background > * {
      position: absolute;
      top: 0;
      left: 0; }
    .partners .image--background > * {
      width: 100%;
      height: 100%; }
    .partners .image--background:after {
      display: none; }
  .partners--list {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1); }
    .partners--list > * {
      flex: 0 0 auto;
      margin-left: 15px; }
    .partners--list > * {
      width: calc(50% - 15px); }
  @media screen and (min-width: 769px) and (max-width: 1100px) {
    .partners--list {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .partners--list > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .partners--list > * {
        width: calc(25% - 15px); } }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .partners--list {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .partners--list > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .partners--list > * {
        width: calc(25% - 15px); } }
  @media screen and (max-width: 480px) {
    .partners {
      margin-bottom: 1.1em; } }

.team {
  /*
	@include is-width ($window-size-tablet + 1px, 1300px){
		@content;
	}
	*/ }
  .team .navigation {
    position: absolute;
    top: auto;
    bottom: calc(100% + 33px);
    right: 0;
    left: auto; }
  .team .navigation--next {
    margin-left: 24px; }
  .team .post-snippet--info {
    padding-top: 0.7em; }
  .team .post-header--title {
    margin-bottom: 0.15em; }
  .team .post-snippet--image {
    position: relative; }
    .team .post-snippet--image:before {
      content: "";
      display: block;
      padding-top: 66.3716814159%;
      width: 100%; }
    .team .post-snippet--image > * {
      position: absolute;
      top: 0;
      left: 0; }
    .team .post-snippet--image > * {
      width: 100%;
      height: 100%; }
  @media screen and (min-width: 769px) and (max-width: 1300px) and (min-height: 0px) and (max-height: 850px) {
    .team .navigation {
      bottom: calc(100% + 26px); }
      .team .navigation--button {
        display: inline-block;
        width: 8px; } }
  @media screen and (max-width: 480px) {
    .team .navigation {
      bottom: calc(100% + 20px); }
      .team .navigation--button {
        display: inline-block;
        width: 8px; }
      .team .navigation--next {
        margin-left: 19px; }
    .team .post-snippet--image {
      position: relative; }
      .team .post-snippet--image:before {
        content: "";
        display: block;
        padding-top: 105.839416058%;
        width: 100%; }
      .team .post-snippet--image > * {
        position: absolute;
        top: 0;
        left: 0; }
      .team .post-snippet--image > * {
        width: 100%;
        height: 100%; } }

.legend {
  padding-top: 2.25em;
  /*
	@include is-width ($window-size-tablet + 1px, 1300px){
		@content;
	}
	*/ }
  .legend ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 0; }
  .legend--item {
    display: flex;
    align-items: flex-start; }
  .legend--box {
    display: inline-block;
    height: 12px;
    width: 20px;
    flex: 0 0 auto;
    margin-right: 5px;
    position: relative;
    top: 1px;
    margin-top: 0.25em; }
  .legend--text {
    display: inline-flex;
    justify-content: space-between;
    flex: 1 1 auto; }
  .legend--value {
    min-width: 6.8em;
    padding-left: 1em;
    text-align: right;
    display: inline-block; }
  .legend.is-compact .legend--item {
    display: inline-flex;
    margin-right: 1em; }
  @media screen and (min-width: 769px) and (max-width: 1300px) and (min-height: 0px) and (max-height: 850px) {
    .legend--box {
      display: inline-block;
      height: 9.6px;
      width: 16px;
      top: 0; } }
  @media screen and (max-width: 480px) {
    .legend--item {
      margin-bottom: -1px; }
    .legend--box {
      display: inline-block;
      height: 9px;
      width: 15px;
      margin-right: 3px;
      top: 0; } }

.block-chart {
  margin-top: 3.1em;
  margin-bottom: 3.1em;
  /*
	@include is-width ($window-size-tablet + 1px, 1300px){
		@content;
	}
	*/ }
  .block-chart--title {
    font-weight: 400 !important;
    color: #171717 !important;
    text-transform: none !important;
    margin-bottom: 1.4em; }
    .block-chart--title strong {
      font: inherit; }
  .block-chart--tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(5px * -1);
    margin-bottom: 1em; }
    .block-chart--tabs > li {
      display: inline-block; }
    .block-chart--tabs > * {
      flex: 0 0 auto;
      margin-left: 5px; }
    .block-chart--tabs span {
      border-radius: 2em;
      background-color: #dfe0e0;
      border: 2px solid #dfe0e0;
      color: #171717;
      padding: 2px 10px;
      cursor: pointer;
      margin-bottom: 5px; }
    .block-chart--tabs span:hover {
      background: #171717;
      border-color: #171717;
      color: white; }
    .block-chart--tabs span.is-selected {
      background: #171717;
      border-color: #171717;
      color: white; }
  .block-chart--note {
    margin-top: 1.1em;
    padding-left: 60px; }
  .block-chart--tooltip {
    background-color: #dfe0e0;
    padding: 9px 11px;
    box-shadow: 0 0 0 1px white; }
    .block-chart--tooltip .legend {
      padding-top: 0; }
    .block-chart--tooltip .legend--item {
      display: flex;
      align-items: center;
      margin-bottom: -1px; }
    .block-chart--tooltip .legend--text {
      display: inline-flex;
      justify-content: space-between;
      flex: 1 1 auto; }
    .block-chart--tooltip .legend--box {
      height: 9px;
      width: 15px; }
    .block-chart--tooltip .legend--value {
      display: inline;
      text-align: right;
      min-width: 0;
      padding-left: 0; }
    .block-chart--tooltip .legend--text.has-label.has-value .legend--value {
      padding-left: 0.5em; }
    .block-chart--tooltip .legend--text.has-color.has-label.has-value .legend--value {
      min-width: 4.5em;
      padding-left: 1em; }
  @media screen and (min-width: 769px) and (max-width: 1300px) and (min-height: 0px) and (max-height: 850px) {
    .block-chart--tooltip .legend--box {
      display: inline-block;
      height: 6px;
      width: 11px; } }
  @media screen and (min-width: 769px) {
    .block-chart {
      padding-right: calc((calc(((var(--inner-width) - 96px) + 15px) * 0.0833333333 - 15px + 15px)) * 0.5); }
      .block-chart .image--wrap {
        margin-right: calc((calc(((var(--inner-width) - 96px) + 15px) * 0.0833333333 - 15px + 15px)) * -0.5); } }
  @media screen and (max-width: 480px) {
    .block-chart {
      margin-top: 5em;
      margin-bottom: 5em; }
      .block-chart--note {
        padding-left: 0; } }

.chart .axis-title--y {
  padding: 0 0 1em 0;
  text-align: center;
  justify-content: center; }

.chart .axis-title--x {
  padding: 1em 0 0 0;
  text-align: center;
  justify-content: center; }

.chart .label--inside {
  display: inline-block; }

.chart-bars.style-vertical .axis-values {
  text-align: right; }
  .chart-bars.style-vertical .axis-values .axis-label {
    padding-right: 1em; }

.chart-bars.style-vertical .bar-value-label, .chart-bars.style-vertical .bars-total-label {
  font-size: 1rem;
  line-height: 1.2rem; }
  @media screen and (max-width: 480px) {
    .chart-bars.style-vertical .bar-value-label, .chart-bars.style-vertical .bars-total-label {
      font-size: 0.8rem;
      line-height: 1rem; } }

.chart-bars.style-vertical .bar-start-label {
  padding-top: 8px; }
  .chart-bars.style-vertical .bar-start-label .direction-down {
    white-space: nowrap;
    text-align: left; }

.chart-bars.style-vertical .bars-total-label {
  padding-bottom: 4px; }

@media screen and (max-width: 480px) {
  .chart-bars.style-vertical .axis-values .axis-label {
    padding-right: 7px; }
  .chart-bars.style-vertical .bar-start-label {
    padding-top: 4px; }
    .chart-bars.style-vertical .bar-start-label .direction-down {
      padding-left: 3px; }
  .chart-bars.style-vertical .bars-total-label {
    padding-bottom: 5px; } }

.chart-bars.style-horizontal .bar-start-label {
  padding-right: 15px;
  max-width: 250px;
  text-align: right;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 0; }

.chart-bars.style-horizontal .axis-label {
  padding-top: 8px; }

.chart-bars.style-horizontal .axis-label--last {
  text-align: right; }

.chart-bars.style-horizontal:not(.is-stacked) .bar-value-label, .chart-bars.style-horizontal .bars-total-label {
  padding-left: 4px; }

@media screen and (max-width: 480px) {
  .chart-bars.style-horizontal .bar-start-label {
    padding-right: 6px;
    max-width: 125px; } }

.chart-lines .axis-values {
  text-align: right; }
  .chart-lines .axis-values .axis-label {
    padding-right: 1em; }

.chart-lines .line-axis-label {
  padding: 7px 4px 0;
  text-align: center;
  justify-content: center; }
  .chart-lines .line-axis-label .direction-down {
    white-space: nowrap;
    text-align: left; }

@media screen and (max-width: 480px) {
  .chart-lines .axis-values .axis-label {
    padding-right: 7px; }
  .chart-lines .line-axis-label {
    padding-top: 4px; }
    .chart-lines .line-axis-label .direction-down {
      padding-left: 3px; } }

.chart-donut .donut-title {
  font-size: 1.3rem;
  line-height: 1.6rem;
  padding: 15px; }
  @media screen and (max-width: 480px) {
    .chart-donut .donut-title {
      font-size: 1rem;
      line-height: 1.25rem; } }

.chart-table th, .chart-table td {
  font-weight: 400; }

.chart-table thead th {
  vertical-align: top;
  text-align: left; }

.chart-table tbody th {
  text-align: right;
  vertical-align: top;
  width: 165px; }

.chart-table tbody td {
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-align: center;
  vertical-align: middle;
  height: 75px;
  hyphens: auto;
  padding: 10px 5px; }
  @media screen and (max-width: 480px) {
    .chart-table tbody td {
      font-size: 1rem;
      line-height: 1.25rem; } }
  .chart-table tbody td.is-large {
    font-size: 0.8rem;
    line-height: 1rem; }
    @media screen and (max-width: 480px) {
      .chart-table tbody td.is-large {
        font-size: 0.6rem;
        line-height: 0.75rem; } }

.chart-table .table.has-many-columns tbody td {
  font-size: 1rem;
  line-height: 1.2rem; }
  @media screen and (max-width: 480px) {
    .chart-table .table.has-many-columns tbody td {
      font-size: 0.8rem;
      line-height: 1rem; } }

.chart-table .table.has-many-columns tbody td.is-large {
  font-size: 0.8rem;
  line-height: 1rem; }
  @media screen and (max-width: 480px) {
    .chart-table .table.has-many-columns tbody td.is-large {
      font-size: 0.6rem;
      line-height: 0.75rem; } }

.chart-table .table--wrap {
  padding-bottom: 1.5em; }

.chart-table.has-vertical-headings .table--heading {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: block;
  height: 150px; }

.chart-table .table--row-label-inside {
  position: relative;
  top: -5px; }

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .chart-table tbody th {
    width: 60px; } }

@media screen and (max-width: 480px) {
  .chart-table tbody th {
    width: 80px; }
  .chart-table tbody td {
    height: 50px; }
  .chart-table .table--row-label-inside {
    top: -2px; } }

@media screen and (max-width: 480px) {
  .chart-image .image--wrap {
    margin-left: 20px; } }

.chart-tree-bubble--content {
  display: flex;
  flex-direction: column;
  height: 100%; }

.chart-tree-bubble--list-title {
  font-size: 3rem;
  line-height: 3.4rem;
  flex: 0 0 auto;
  margin-bottom: 0.4em; }
  @media screen and (max-width: 480px) {
    .chart-tree-bubble--list-title {
      font-size: 1.6rem;
      line-height: 1.8rem; } }

.chart-tree-bubble--content-inside {
  flex: 1 1 auto;
  overflow: hidden; }

.chart-tree-bubble--content-list {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%; }

@media screen and (min-width: 769px) {
  .chart-tree-bubble--list-title {
    padding-right: 80px; }
    .chart-tree-bubble--list-title .when-phone {
      display: none; }
  .chart-tree-bubble--content-inside {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(15px * -1);
    height: 100%; }
    .chart-tree-bubble--content-inside > * {
      flex: 0 0 auto;
      margin-left: 15px; }
    .chart-tree-bubble--content-inside > *:nth-child(2n - 1) {
      width: calc(41.6666666667% - 15px); }
    .chart-tree-bubble--content-inside > *:nth-child(2n) {
      width: calc(58.3333333333% - 15px); }
  .chart-tree-bubble--content-list {
    padding-right: calc(((var(--inner-width) - 96px) + 15px) * 0.0833333333 - 15px + 15px); } }

@media screen and (max-width: 768px) {
  .chart-tree-bubble--content-inside {
    display: flex;
    flex-direction: column;
    margin-right: -20px;
    padding-right: 20px; }
  .chart-tree-bubble--content-list {
    order: 2;
    margin-right: -20px;
    padding-right: 20px; }
  .chart-tree-bubble--content-chart {
    order: 1;
    margin-bottom: 2em; } }

@media screen and (max-width: 480px) {
  .chart-tree-bubble--list-title .when-desktop {
    display: none; }
  .chart-tree-bubble--content-inside {
    margin-right: -45px;
    padding-right: 45px; }
  .chart-tree-bubble--content-list {
    margin-right: -45px;
    padding-right: 20px; } }

.chart-tree-bubble--item {
  margin-bottom: 3em; }

.chart-tree-bubble--item-title {
  font-size: 2rem;
  line-height: 2.4rem;
  word-break: break-word;
  hyphens: auto; }
  @media screen and (max-width: 480px) {
    .chart-tree-bubble--item-title {
      font-size: 1.6rem;
      line-height: 1.8rem; } }

.chart-tree-bubble--item-dot {
  display: inline-block;
  border-radius: 50%;
  height: 0.7em;
  width: 0.7em;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box; }

.chart-tree-bubble--item-content {
  padding-top: 0.5em; }

.chart-tree-bubble--item-description-more-trigger {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 2em; }
  .chart-tree-bubble--item-description-more-trigger:after {
    position: static;
    display: inline-block; }

.chart-tree-bubble--child {
  border-left: 1px solid rgba(129, 130, 132, 0.25);
  padding-left: 12px; }
  .chart-tree-bubble--child .breadcrumb {
    margin-bottom: 0; }

.chart-tree-bubble--child .chart-tree-bubble--item-title {
  margin-top: 0.25em; }

.chart-tree-bubble--child .chart-tree-bubble--child {
  margin-left: -10px; }

.chart-tree-bubble--nav {
  margin-top: 1.4em;
  margin-bottom: 0.7em; }
  .chart-tree-bubble--nav .button {
    background-color: var(--btn-color, #b43c36) !important;
    margin-bottom: .5em; }
    .chart-tree-bubble--nav .button.is-hollow {
      box-shadow: inset 0 0 0 2px var(--btn-color, #b43c36) !important;
      background-color: white !important;
      color: var(--btn-color, #b43c36) !important; }
      html:not(.is-mobile) .chart-tree-bubble--nav .button.is-hollow:hover {
        box-shadow: inset 0 0 0 2px #171717;
        background-color: white; }
    html:not(.is-mobile) .chart-tree-bubble--nav .button:hover {
      opacity: 1; }
  .chart-tree-bubble--nav .button.is-selected.is-hollow {
    background-color: white; }
  .chart-tree-bubble--nav .button:not(.is-selected) {
    opacity: 0.5; }

.chart-tree-bubble--nav-container:not(.has-selection) > .chart-tree-bubble--nav .button {
  opacity: 1; }

.chart-tree-bubble--nav-title {
  color: #a0a1a3;
  margin-bottom: 0.5em; }

.chart-tree-bubble--chart {
  background-color: #F9F9F9;
  height: 60vh;
  position: relative; }
  .chart-tree-bubble--chart .canvas--wrapper {
    overflow: hidden;
    height: 100%; }
  .chart-tree-bubble--chart .shape--html {
    max-width: 225px;
    white-space: normal !important;
    text-align: left; }
    .chart-tree-bubble--chart .shape--html.is-left {
      text-align: right; }

.chart-tree-bubble--chart-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(15px * -1);
  justify-content: space-between; }
  .chart-tree-bubble--chart-bottom > * {
    flex: 0 0 auto;
    margin-left: 15px; }
  .chart-tree-bubble--chart-bottom .legend.is-circles li {
    display: inline-block; }
    .chart-tree-bubble--chart-bottom .legend.is-circles li .legend--box {
      display: inline-block;
      border-radius: 50%;
      height: 10px;
      width: 10px;
      -webkit-background-clip: border-box;
      -moz-background-clip: border;
      background-clip: border-box;
      background: #171717;
      box-shadow: inset 0 0 0 1px #171717; }
      .chart-tree-bubble--chart-bottom .legend.is-circles li .legend--box.is-hollow {
        background: white; }
    .chart-tree-bubble--chart-bottom .legend.is-circles li:not(:first-child) {
      margin-left: 1em; }

.chart-tree-bubble--chart-navigation {
  position: absolute;
  top: auto;
  bottom: 15px;
  right: 15px;
  left: auto;
  z-index: 2; }
  .chart-tree-bubble--chart-navigation button {
    display: inline-block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    -webkit-background-clip: border-box;
    -moz-background-clip: border;
    background-clip: border-box;
    font-size: 1rem;
    background-color: #171717;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 7px; }
  .chart-tree-bubble--chart-navigation button:not(:first-child) {
    margin-top: 5px; }

.chart-tree-bubble--sticky {
  top: 0; }

@media screen and (max-width: 768px) {
  .chart-tree-bubble--chart {
    height: 30vh; }
  .chart-tree-bubble--chart-bottom .is-root-items {
    display: none; } }

@media screen and (max-width: 480px) {
  .chart-tree-bubble--chart-navigation {
    right: auto;
    left: calc(100% + 8px);
    bottom: 0; }
  .chart-tree-bubble--chart-bottom .legend {
    padding-top: 0.55em; } }

.chart-tree-bubble--preview-box {
  margin-left: 60px;
  position: relative; }
  .chart-tree-bubble--preview-box button {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) translate(0, 0);
    -ms-transform: translate(-50%, -50%) translate(0, 0);
    transform: translate(-50%, -50%) translate(0, 0);
    margin-bottom: 0; }

.chart-tree-bubble--preview {
  position: relative;
  background-color: #F9F9F9; }
  .chart-tree-bubble--preview:before {
    content: "";
    display: block;
    padding-top: 75%;
    width: 100%; }
  .chart-tree-bubble--preview > * {
    position: absolute;
    top: 0;
    left: 0; }
  .chart-tree-bubble--preview > * {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 480px) {
  .chart-tree-bubble--preview-box {
    margin-left: 20px; } }

body.is-mobile .chart-tree-bubble--content .tooltip, body.is-mobile .chart-tree-bubble--content .behavior-tooltips--tooltip {
  display: none !important; }

.block-cards {
  margin-bottom: 1.2em; }
  .block-cards--item {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 24px 24px 36px;
    margin-bottom: 15px; }
  .block-cards--title {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    margin-top: 0 !important;
    color: #b43c36; }
    @media screen and (max-width: 480px) {
      .block-cards--title {
        font-size: 1.6rem;
        line-height: 1.8rem; } }
  .block-cards--content p:last-child {
    margin-bottom: 0; }
  @media not screen and (max-width: 480px) {
    .block-cards--list {
      display: flex; }
      .block-cards--list > * {
        flex: 1 1 100%;
        flex: 1 1 0;
        margin-bottom: 15px; }
        .block-cards--list > *:not(:first-child) {
          margin-left: 15px; }
    .block-cards--list.has-many {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .block-cards--list.has-many > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .block-cards--list.has-many > * {
        width: calc(25% - 15px); } }
  @media screen and (min-width: 769px) and (max-width: 1100px), screen and (min-width: 481px) and (max-width: 768px) {
    .block-cards--list {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .block-cards--list > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .block-cards--list > * {
        width: calc(33.3333333333% - 15px); }
    .block-cards--title {
      font-size: 1.6rem;
      line-height: 1.8rem; }
    .block-cards--content {
      font-size: 0.8rem;
      line-height: 1rem; } }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .block-cards--list {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .block-cards--list > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .block-cards--list > * {
        width: calc(50% - 15px); } }
  @media screen and (max-width: 480px) {
    .block-cards--item {
      padding: 13px 20px 24px; } }

.block-gallery {
  margin-bottom: 1.3em;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(15px * -1); }
  .block-gallery > * {
    flex: 0 0 auto;
    margin-left: 15px;
    margin-bottom: 30px; }
  .block-gallery > * {
    width: calc(25% - 15px); }
  .block-gallery .image--link {
    display: block;
    transition: opacity 0.2s; }
    .block-gallery .image--link:hover {
      opacity: 0.8; }
  .block-gallery--image {
    position: relative;
    margin-bottom: 0.8em; }
    .block-gallery--image:before {
      content: "";
      display: block;
      padding-top: 66.6666666667%;
      width: 100%; }
    .block-gallery--image > * {
      position: absolute;
      top: 0;
      left: 0; }
    .block-gallery--image > * {
      width: 100%;
      height: 100%; }
  .block-gallery--content a {
    color: #171717; }
  .block-gallery--content p:first-child {
    margin-top: 0; }
  .block-gallery--content p:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 769px) and (max-width: 1100px) {
    .block-gallery {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .block-gallery > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .block-gallery > * {
        width: calc(33.3333333333% - 15px); } }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .block-gallery {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .block-gallery > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .block-gallery > * {
        width: calc(50% - 15px); } }
  @media screen and (max-width: 480px) {
    .block-gallery {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .block-gallery--image {
        position: relative;
        margin-bottom: 0.4em; }
        .block-gallery--image:before {
          content: "";
          display: block;
          padding-top: 105.839416058%;
          width: 100%; }
        .block-gallery--image > * {
          position: absolute;
          top: 0;
          left: 0; }
        .block-gallery--image > * {
          width: 100%;
          height: 100%; }
      .block-gallery > * {
        flex: 0 0 auto;
        margin-left: 15px;
        margin-bottom: 26px; }
      .block-gallery > * {
        width: calc(50% - 15px); } }

.block-partners {
  margin-bottom: 1.2em;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(15px * -1); }
  .block-partners .image--wrap {
    padding: 15px;
    position: relative;
    margin-bottom: 15px; }
  .block-partners .image--background {
    position: relative;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center !important; }
    .block-partners .image--background:before {
      content: "";
      display: block;
      padding-top: 57.5221238938%;
      width: 100%; }
    .block-partners .image--background > * {
      position: absolute;
      top: 0;
      left: 0; }
    .block-partners .image--background > * {
      width: 100%;
      height: 100%; }
    .block-partners .image--background:after {
      display: none; }
  .block-partners > * {
    flex: 0 0 auto;
    margin-left: 15px;
    margin-bottom: 30px; }
  .block-partners > * {
    width: calc(16.6666666667% - 15px); }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .block-partners {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .block-partners > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .block-partners > * {
        width: calc(25% - 15px); } }
  @media screen and (max-width: 480px) {
    .block-partners {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .block-partners > * {
        flex: 0 0 auto;
        margin-left: 15px;
        margin-bottom: 21px; }
      .block-partners > * {
        width: calc(50% - 15px); } }

.block-latest {
  margin-top: 1.4em; }
  .block-latest .post-header {
    margin-bottom: 2.5em; }
  .block-latest .post-header--category a {
    color: #266fa5; }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .block-latest {
      display: flex;
      flex-wrap: wrap;
      margin-left: calc(15px * -1); }
      .block-latest > * {
        flex: 0 0 auto;
        margin-left: 15px; }
      .block-latest > * {
        width: calc(50% - 15px); } }

.block-private-content {
  max-width: none;
  max-height: none;
  margin-top: 0 !important;
  margin-bottom: 3.1em; }
  .block-private-content .button {
    margin-bottom: 0; }
  .block-private-content .private-content {
    border-top: 0; }
  .block-private-content .when-unlocked > *:last-child, .block-private-content .when-locked > *:last-child {
    margin-bottom: 0; }
  .block-private-content.is-loading {
    pointer-events: none;
    opacity: 0.2; }

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