.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

@font-face {
  font-family: 'Theinhardt';
  src: url("fonts/Theinhardt-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Theinhardt-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Theinhardt-Light.woff") format("woff"), url("fonts/Theinhardt-Light.ttf") format("truetype"), url("fonts/Theinhardt-Light.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Theinhardt';
  src: url("fonts/Theinhardt-LightIta.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Theinhardt-LightIta.eot?#iefix") format("embedded-opentype"), url("fonts/Theinhardt-LightIta.woff") format("woff"), url("fonts/Theinhardt-LightIta.ttf") format("truetype"), url("fonts/Theinhardt-LightIta.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Theinhardt';
  src: url("fonts/Theinhardt-Medium.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Theinhardt-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Theinhardt-Medium.woff") format("woff"), url("fonts/Theinhardt-Medium.ttf") format("truetype"), url("fonts/Theinhardt-Medium.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Theinhardt';
  src: url("fonts/Theinhardt-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Theinhardt-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Theinhardt-Regular.woff") format("woff"), url("fonts/Theinhardt-Regular.ttf") format("truetype"), url("fonts/Theinhardt-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Theinhardt';
  src: url("fonts/Theinhardt-RegularIta.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Theinhardt-RegularIta.eot?#iefix") format("embedded-opentype"), url("fonts/Theinhardt-RegularIta.woff") format("woff"), url("fonts/Theinhardt-RegularIta.ttf") format("truetype"), url("fonts/Theinhardt-RegularIta.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: italic; }

/* Vertical Padding/Margin */
/* Vertical and Horizonal Padding/Margin */
/* Horizonal Padding */
h1, .small-teaser-blocks .inner .left h2, .teaser-report .heading h2 {
  font-size: 28px;
  line-height: 1.143;
  color: #1c2b39;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    h1, .small-teaser-blocks .inner .left h2, .teaser-report .heading h2 {
      font-size: 42px;
      line-height: 1.19; } }

.hero-policy .inner h1, .hero-challenge .inner h1 {
  font-size: 22px;
  line-height: 1.091;
  color: #1c2b39;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    .hero-policy .inner h1, .hero-challenge .inner h1 {
      font-size: 42px;
      line-height: 1.19; } }

h2, .featured-news-teaser .text h2 a {
  font-size: 22px;
  line-height: 1.091;
  color: #1c2b39;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    h2, .featured-news-teaser .text h2 a {
      font-size: 32px;
      line-height: 1.25; } }

h3.gray, h3, .tier-2-news-items .tier_2_news .text h2 a, .content .text h3 {
  font-size: 18px;
  line-height: 1.222;
  color: #1c2b39;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    h3.gray, h3, .tier-2-news-items .tier_2_news .text h2 a, .content .text h3 {
      font-size: 24px;
      line-height: 1.25; } }

.news-list .inner .news-item .content .text h3 a {
  font-size: 18px;
  line-height: 1.222;
  color: #1c2b39;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    .news-list .inner .news-item .content .text h3 a {
      font-size: 24px;
      line-height: 1.25; } }
  .news-list .inner .news-item .content .text h3 a:hover {
    color: #3a7c94; }

h3.gray {
  color: #748390; }

h4.red {
  font-size: 15px;
  line-height: 1.2;
  color: #8f3931;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    h4.red {
      font-size: 20px; } }

h4.blue, .featured-report h4 {
  font-size: 13px;
  line-height: 1.385;
  color: #3a7c94;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    h4.blue, .featured-report h4 {
      font-size: 20px; } }

h4, .featured-news-sidebar ul li h4 a, .first-featured-news .text h4, .coverage h4 a, .small-teaser-list .inner > div h4 a {
  font-size: 15px;
  line-height: 1.2;
  color: #1c2b39;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    h4, .featured-news-sidebar ul li h4 a, .first-featured-news .text h4, .coverage h4 a, .small-teaser-list .inner > div h4 a {
      font-size: 20px;
      line-height: 1.1; } }

h4.gray, .small-teaser-blocks .inner .left p, .small-teaser-blocks .inner .right p {
  font-size: 15px;
  line-height: 1.133;
  color: #748390;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    h4.gray, .small-teaser-blocks .inner .left p, .small-teaser-blocks .inner .right p {
      font-size: 20px;
      line-height: 1.3; } }

h5, .featured-news-teaser .text h5, .funders .inner h5 p {
  font-size: 15px;
  line-height: 1.467;
  color: #748390;
  font-family: "Theinhardt", sans-serif;
  font-weight: 400; }
  @media (min-width: 768px) {
    h5, .featured-news-teaser .text h5, .funders .inner h5 p {
      font-size: 18px;
      line-height: 1.389; } }

h6 {
  font-size: 11px;
  line-height: 1.182;
  color: #748390;
  font-family: "Theinhardt", sans-serif;
  font-weight: 400; }
  @media (min-width: 768px) {
    h6 {
      font-size: 14px;
      line-height: 1.143; } }

.notes .inner h6 p {
  font-size: 12px;
  line-height: 1.25;
  color: #748390;
  font-family: "Theinhardt", sans-serif;
  font-weight: 400; }
  @media (min-width: 768px) {
    .notes .inner h6 p {
      font-size: 15px;
      line-height: 1.333; } }

.studies .study .text h6 {
  font-size: 12px;
  line-height: 1.333;
  color: #748390;
  font-family: "Theinhardt", sans-serif;
  font-weight: 400; }

.wysiwyg h2 {
  font-size: 24px;
  color: #1c2b39;
  font-family: "Faustina", serif;
  font-weight: 400; }
  @media (min-width: 768px) {
    .wysiwyg h2 {
      font-size: 32px; } }

.wysiwyg h3 {
  font-size: 18px;
  line-height: 1.333;
  color: #1c2b39;
  font-family: "Faustina", serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    .wysiwyg h3 {
      font-size: 24px;
      line-height: 1.25; } }

.wysiwyg h4, .studies h4 {
  font-size: 18px;
  line-height: 1.444;
  color: #8f3931;
  font-family: "Faustina", serif;
  font-weight: 400; }
  @media (min-width: 768px) {
    .wysiwyg h4, .studies h4 {
      font-size: 22px;
      line-height: 1.545; } }

.wysiwyg h5, .methodology-rows .row .text p {
  font-size: 16px;
  line-height: 1.25;
  color: #748390;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    .wysiwyg h5, .methodology-rows .row .text p {
      font-size: 22px;
      line-height: 1.364; } }

.wysiwyg blockquote,
.wysiwyg blockquote p {
  font-size: 16px;
  line-height: 1.5;
  color: #1c2b39;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    .wysiwyg blockquote,
    .wysiwyg blockquote p {
      font-size: 24px;
      line-height: 1.35; } }

figure figcaption {
  font-size: 12px;
  line-height: 1.25;
  color: #748390;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    figure figcaption {
      font-size: 18px;
      line-height: 1.556; } }

body, p, .wysiwyg > p, .team-list .right p span {
  font-size: 14px;
  line-height: 1.714;
  color: #454f58;
  font-family: "Faustina", serif;
  font-weight: 400; }
  @media (min-width: 768px) {
    body, p, .wysiwyg > p, .team-list .right p span {
      font-size: 18px;
      line-height: 1.778; } }

.wysiwyg a:not(.squared-button-light-blue), .funders .inner a {
  font-size: 14px;
  line-height: 1.714;
  color: black;
  font-family: "Faustina", serif;
  font-weight: 400; }
  @media (min-width: 768px) {
    .wysiwyg a:not(.squared-button-light-blue), .funders .inner a {
      font-size: 18px;
      line-height: 1.778; } }

.teaser-report a:last-child, a, .featured-report .text a:last-child, .content .text a, .squared-button, .squared-button-light-blue, .squared-button-outline {
  font-size: 15px;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500; }

.teaser-report a:last-child, a, .featured-report .text a:last-child, .content .text a {
  color: #1c2b39;
  text-decoration: underline; }

.teaser-report a:last-child {
  font-size: 20px; }

.aqli-news, .tier-2-news-items .tier_2_news .text .aqli-news, .via a, .news-list .inner .news-item .content .text .via a, .date, .via, .news-list .inner .news-item .content .text .via, .news-single .news-single-hero .content .text span, .news-single .news-single-hero .content .text .author, .featured-news-teaser .text p, .copyright li, .analysis, .tier-2-news-items .tier_2_news .text .analysis, .in-the-news, .tier-2-news-items .tier_2_news .text .in-the-news, .copyright a[href="https://constructive.co"], .news-single .news-single-hero .content .tax-term, .featured-news-sidebar ul li h6, .featured-report h5 {
  font-size: 11px;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    .aqli-news, .tier-2-news-items .tier_2_news .text .aqli-news, .via a, .news-list .inner .news-item .content .text .via a, .date, .via, .news-list .inner .news-item .content .text .via, .news-single .news-single-hero .content .text span, .news-single .news-single-hero .content .text .author, .featured-news-teaser .text p, .copyright li, .analysis, .tier-2-news-items .tier_2_news .text .analysis, .in-the-news, .tier-2-news-items .tier_2_news .text .in-the-news, .copyright a[href="https://constructive.co"], .news-single .news-single-hero .content .tax-term, .featured-news-sidebar ul li h6, .featured-report h5 {
      font-size: 14px; } }

.aqli-news, .tier-2-news-items .tier_2_news .text .aqli-news {
  color: #3a7c94; }

.via a, .news-list .inner .news-item .content .text .via a, .date, .via, .news-list .inner .news-item .content .text .via, .news-single .news-single-hero .content .text span, .news-single .news-single-hero .content .text .author, .featured-news-teaser .text p, .copyright li {
  color: #748390;
  font-weight: 400; }

.via a, .news-list .inner .news-item .content .text .via a {
  color: #3a7c94;
  text-decoration: underline; }

.analysis, .tier-2-news-items .tier_2_news .text .analysis {
  color: #91ab5a; }

.in-the-news, .tier-2-news-items .tier_2_news .text .in-the-news {
  color: #c16622; }

.copyright a[href="https://constructive.co"] {
  color: #1c2b39; }

nav.site-header-navigation ul li a {
  color: #a4b6c6;
  font-family: "Theinhardt", sans-serif;
  font-size: 16px;
  font-weight: 500; }
  @media (min-width: 1200px) {
    nav.site-header-navigation ul li a {
      font-size: 18px; } }

.mobile-menu-wrapper #mobile-menu > li > a {
  font-family: "Theinhardt", sans-serif;
  font-weight: 500;
  color: #1c2b39;
  font-size: 18px; }

.mobile-menu-wrapper .sub-menu a {
  font-family: "Theinhardt", sans-serif;
  font-weight: 500;
  color: #3a7c94;
  font-size: 13px; }

.map-scenario-controls .always-visible-title, .select2-container--aqli-scenario .select2-results__option, .select2-container--aqli-custom-standard .select2-results__option, .select2-container--aqli-table, .select2-container--aqli-table .select2-search--dropdown .select2-search__field, .select2-container--aqli-table .select2-results__option {
  font-family: "Theinhardt", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
  color: white; }

.map-scenario-controls .scenario-option.pollution span.selected-value, .select2-container--aqli-scenario {
  font-family: "Theinhardt", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-transform: uppercase; }

.select2-container--aqli-custom-standard {
  font-family: "Theinhardt", sans-serif;
  font-size: 15px;
  font-weight: 500; }

.index-tool-map .map-data-panel h3.nation-name {
  font-family: "Theinhardt", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #1c2b39; }

.index-tool-map .map-data-panel p.standard-line, .index-tool-key-stats .map-data-panel p.standard-line {
  font-family: "Theinhardt", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: #748390; }

.index-tool-map .map-data-panel span.header-value, .index-tool-key-stats .map-data-panel span.header-value {
  font-family: "Theinhardt", sans-serif;
  font-size: 13px;
  color: #748390;
  font-weight: 400; }

.index-tool-map .map-data-panel span.pollution,
.index-tool-map .map-data-panel span.life-years-saved {
  font-family: "Theinhardt", sans-serif;
  font-size: 11px;
  line-height: 1.1;
  color: #748390;
  font-weight: 400; }

.index-tool-map .map-data-panel .pollution-value,
.index-tool-map .map-data-panel .life-years-saved-value {
  font-family: "Theinhardt", sans-serif;
  font-size: 18px;
  color: #1c2b39;
  font-weight: 500; }

.index-tool-key-stats .map-data-panel span.pollution,
.index-tool-key-stats .map-data-panel span.life-years-saved, .index-tool-key-stats .map-data-panel .pollution-value,
.index-tool-key-stats .map-data-panel .life-years-saved-value {
  font-family: "Theinhardt", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400; }

.index-tool-map .map-data-panel .pollution-ranking h5 {
  font-family: "Theinhardt", sans-serif;
  font-size: 14px;
  line-height: 1.091;
  color: #748390;
  font-weight: 400; }

.index-tool-map .map-data-panel .pollution-ranking p {
  font-family: "Theinhardt", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  color: #748390;
  font-weight: 500; }

.index-tool-map .map-data-panel a.look-at-pollution-button {
  font-family: "Theinhardt", sans-serif;
  font-size: 14px;
  line-height: 1.091;
  font-weight: 500; }

.map-year-slider .year-slider-label, .table-year-slider .year-slider-label {
  font-family: "Theinhardt", sans-serif;
  font-size: 15px;
  font-weight: 500; }

.chart-air-pollution-ranking-scroller .noUi-value, .map-year-slider .noUi-value, .table-year-slider .noUi-value {
  font-family: "Theinhardt", sans-serif;
  font-size: 10px;
  color: #748390;
  font-weight: 400; }

.chart-air-pollution-ranking-scroller .noUi-horizontal .noUi-tooltip, .map-year-slider .noUi-horizontal .noUi-tooltip, .table-year-slider .noUi-horizontal .noUi-tooltip {
  font-family: "Theinhardt", sans-serif;
  font-size: 13px;
  font-weight: 500; }

.index-tool-key-stats-toggle {
  font-family: "Theinhardt", sans-serif;
  font-size: 16px;
  font-weight: 500; }
  @media (min-width: 770px) {
    .index-tool-key-stats-toggle {
      font-size: 22px; } }

.index-tool-key-stats-tab .buttons > *, .index-tool-map .map-data-panel button.download {
  font-family: "Theinhardt", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase; }

.key-stat-panel .data-point .label, .key-stat-panel .data-point .note {
  font-family: "Theinhardt", sans-serif;
  font-size: 14px;
  line-height: 1.083;
  color: #748390;
  font-weight: 400; }

.key-stat-panel .data-point .value-container {
  font-family: "Theinhardt", sans-serif;
  font-size: 24px;
  line-height: 1.083;
  color: #1c2b39;
  font-weight: 500; }

.key-stat-panel.chart h5 {
  font-family: "Theinhardt", sans-serif;
  font-size: 20px;
  line-height: 1.083;
  color: #1c2b39;
  font-weight: 500; }

.index-tool-map-key .heading {
  font-family: "Theinhardt", sans-serif;
  font-size: 13px;
  line-height: 1.083;
  font-weight: 500; }

.key-value-list li {
  font-family: "Theinhardt", sans-serif;
  font-size: 11px;
  letter-spacing: 0.3px;
  line-height: 1;
  font-weight: 400; }
  @media (min-width: 770px) {
    .key-value-list li {
      font-size: 12px; } }

div.map-tooltip h5 {
  font-family: "Theinhardt", sans-serif;
  font-size: 16px;
  line-height: 1.091;
  font-weight: 500; }

div.map-tooltip .grid.headers span {
  font-family: "Theinhardt", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase; }

div.map-tooltip span {
  font-family: "Theinhardt", sans-serif;
  font-size: 13px;
  line-height: 1.083;
  font-weight: 400; }

div.chart-tooltip p {
  font-family: "Theinhardt", sans-serif;
  font-size: 14px;
  line-height: 1.083;
  font-weight: 500; }

.tippy-tooltip.aqli-standard-select-theme .tippy-content, .tippy-tooltip.aqli-key-theme .tippy-content, .tippy-tooltip.aqli-small-theme .tippy-content {
  font-family: "Theinhardt", sans-serif;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400; }

.table-view-toggle, .map-view-toggle, .map-view-toggle-to-nation {
  font-family: "Theinhardt", sans-serif;
  font-size: 15px;
  font-weight: 400; }

button.country-search-download {
  font-family: "Theinhardt", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase; }

.index-tool-help h3,
.index-tool-first-time-visit h3 {
  font-family: "Theinhardt", sans-serif;
  font-size: 24px;
  line-height: 1.083; }

.index-tool-help p,
.index-tool-first-time-visit p {
  font-family: "Theinhardt", sans-serif;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400; }

code {
  display: block; }

body {
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box;
  outline: none; }
  *:after, *:before {
    box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.wrap {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  overflow: hidden; }

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

body h1:first-child,
body h2:first-child,
body p:first-child {
  margin-top: 0; }

h1,
h2,
h3,
h4,
h5,
h6, p {
  margin-top: 0;
  margin-bottom: 0; }
  body.language-mandarin h1, body.language-mandarin
  h2, body.language-mandarin
  h3, body.language-mandarin
  h4, body.language-mandarin
  h5, body.language-mandarin
  h6, body.language-mandarin p {
    font-family: PingFangSC-Regular, SimSum-18030, SimHei,serif; }

p {
  margin-bottom: 10px; }
  body.language-mandarin p {
    text-align: justify;
    word-break: break-all;
    margin-bottom: 15px; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.wysiwyg {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 770px) {
    .wysiwyg {
      padding-left: 0;
      padding-right: 0;
      max-width: calc(970px + 40px);
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto; }
      .wysiwyg h2,
      .wysiwyg h3,
      .wysiwyg h4,
      .wysiwyg h5,
      .wysiwyg h6,
      .wysiwyg p,
      .wysiwyg ol,
      .wysiwyg ul,
      .wysiwyg .button {
        margin-left: 100px;
        margin-right: 100px; } }
  .wysiwyg a {
    text-decoration: underline;
    transition: color 200ms ease; }
    .wysiwyg a:hover {
      color: #3a7c94; }
  .wysiwyg h2:first-child,
  .wysiwyg p:first-child {
    margin-top: 0; }
  .wysiwyg ol {
    list-style: initial; }
  .wysiwyg ul {
    list-style: initial; }
  .wysiwyg hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0.5px solid #eeeeee;
    max-width: 770px; }
  .wysiwyg blockquote,
  .wysiwyg blockquote p {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .wysiwyg blockquote {
    background: #ffffff;
    position: relative;
    margin: 70px auto;
    max-width: 770px; }
    @media (min-width: 770px) {
      .wysiwyg blockquote {
        box-shadow: 0 0 100px 0 rgba(116, 131, 144, 0.1); } }
    .wysiwyg blockquote p {
      padding-top: 40px;
      padding-bottom: 40px;
      margin: 0; }
      @media (min-width: 770px) {
        .wysiwyg blockquote p {
          padding-left: 50px;
          padding-right: 50px;
          margin-top: 30px;
          margin-bottom: 30px; } }

p img {
  width: 100% !important;
  height: auto;
  margin-bottom: 10px; }

figure {
  width: 100% !important;
  margin-left: 100px;
  margin-right: 100px; }
  figure figcaption {
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec; }
  figure img, figure figcaption {
    width: 100% !important;
    height: auto;
    margin-bottom: 10px; }
    .wysiwyg figure img, .wysiwyg figure figcaption {
      max-width: 770px; }

.post-type-archive-reports .wrap main .featured-report .summary img {
  box-shadow: 0 3px 5px 0 rgba(28, 43, 57, 0.2); }

.contact-bio-image {
  width: 100px;
  height: 100px;
  border-radius: 50%; }

.rounded-button {
  background: #1c2b39;
  border-radius: 100px;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 200px;
  height: 45px;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    .rounded-button {
      width: 300px;
      height: 80px;
      font-size: 24px;
      line-height: 1.083; } }

.squared-button, .squared-button-light-blue, .squared-button-outline {
  padding-left: 15px;
  background: #1c2b39;
  border-radius: 5px;
  color: white;
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  transition: background 200ms ease; }
  .squared-button svg, .squared-button-light-blue svg, .squared-button-outline svg {
    margin-left: auto;
    margin-right: 15px; }
    .squared-button svg circle, .squared-button-light-blue svg circle, .squared-button-outline svg circle,
    .squared-button svg path,
    .squared-button-light-blue svg path,
    .squared-button-outline svg path,
    .squared-button svg polyline,
    .squared-button-light-blue svg polyline,
    .squared-button-outline svg polyline {
      transition: all 200ms ease; }
  @media (min-width: 770px) {
    .squared-button, .squared-button-light-blue, .squared-button-outline {
      width: 220px; } }
  .squared-button:hover, .squared-button-light-blue:hover, .squared-button-outline:hover {
    background: rgba(28, 43, 57, 0.85); }
    .squared-button:hover svg circle, .squared-button-light-blue:hover svg circle, .squared-button-outline:hover svg circle {
      fill: white; }
    .squared-button:hover svg path, .squared-button-light-blue:hover svg path, .squared-button-outline:hover svg path,
    .squared-button:hover svg polyline,
    .squared-button-light-blue:hover svg polyline,
    .squared-button-outline:hover svg polyline {
      stroke: #1c2b39; }

.squared-button-light-blue {
  background: #3a7c94;
  color: white; }

.squared-button-outline {
  background: white;
  border: 1px solid #3a7c94;
  color: #1c2b39; }

.button-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 770px) {
    .button-set {
      -ms-flex-pack: left;
          justify-content: left;
      -ms-flex-direction: row;
          flex-direction: row; } }
  .button-set .squared-button, .button-set .squared-button-light-blue, .button-set .squared-button-outline {
    margin-bottom: 10px; }
    @media (min-width: 770px) {
      .button-set .squared-button, .button-set .squared-button-light-blue, .button-set .squared-button-outline {
        margin-bottom: 0px;
        margin-right: 15px; } }

/* Icon classes */
.button-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .button-icon svg {
    margin-right: 10px;
    transition: margin-right 200ms ease; }
    .button-icon svg circle,
    .button-icon svg path,
    .button-icon svg polyline {
      transition: all 200ms ease; }
  .button-icon:hover svg {
    margin-right: 5px; }
    .featured-report .button-icon:hover svg circle {
      fill: #1c2b39; }
    .featured-report .button-icon:hover svg path,
    .featured-report .button-icon:hover svg polyline {
      stroke: white; }
  .small-teaser-blocks .button-icon:hover {
    text-decoration: underline; }

.email-icon {
  position: relative; }
  .email-icon:before {
    content: ' ';
    background: url("images/email.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    left: -33px;
    background-size: cover;
    top: -1px; }

.phone-icon {
  position: relative; }
  .phone-icon:before {
    content: ' ';
    background: url("images/phone.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    left: -33px;
    background-size: cover;
    top: -1px; }

.twitter-icon {
  position: relative; }
  .twitter-icon:before {
    content: ' ';
    background: url("images/social/twitter.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    left: -33px;
    background-size: cover;
    top: -1px; }

.external-link-small-icon {
  position: relative; }
  .external-link-small-icon:before {
    content: ' ';
    background: url("images/external-link-small.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    left: -33px;
    background-size: cover;
    top: -1px; }

.download-icon {
  position: relative; }
  .download-icon:before {
    content: ' ';
    background: url("images/download-arrow.svg");
    width: 25px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    left: -33px;
    background-size: cover;
    top: -1px; }

.hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

button {
  border: 0;
  cursor: pointer; }

.tax-term,
.date {
  display: inline;
  margin-right: 5px; }

.tax-term {
  font-weight: 500; }

.via, .news-list .inner .news-item .content .text .via {
  margin-bottom: 5px; }
  @media (min-width: 770px) {
    .via, .news-list .inner .news-item .content .text .via {
      margin-bottom: 0; } }
  .via a, .news-list .inner .news-item .content .text .via a {
    display: inline; }

.content .text, .meta {
  transform: translateX(1px);
  transition: transform 500ms ease-out; }

.meta {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px; }
  .meta p {
    display: inline; }

.news-list {
  position: relative; }
  .news-list:before {
    content: ' ';
    background-image: linear-gradient(to bottom, rgba(236, 236, 236, 0.4) 0%, #ffffff 100%);
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 30px;
    left: 0; }
  .news-list .inner {
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }
    .news-list .inner .news-item {
      max-width: 1170px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 25px;
      padding-bottom: 30px;
      padding-left: 0;
      padding-right: 0;
      border-bottom: 1px solid #f0f5f8; }
      @media (min-width: 770px) {
        .news-list .inner .news-item {
          padding-top: 50px;
          padding-bottom: 45px; } }
      .news-list .inner .news-item:last-child {
        border-bottom: none; }
      .news-list .inner .news-item:hover .meta, .news-list .inner .news-item:hover .content .text {
        transform: translateX(15px);
        transition: transform 300ms ease-out; }
      .news-list .inner .news-item:hover .content .image {
        transform: scale(1); }
        .news-list .inner .news-item:hover .content .image:before {
          opacity: 1; }
      .news-list .inner .news-item .content {
        max-width: 770px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 0; }
        .news-list .inner .news-item .content .text {
          margin-right: 30px;
          max-width: 570px;
          -ms-flex: 1;
              flex: 1; }
          .news-list .inner .news-item .content .text .tax-term,
          .news-list .inner .news-item .content .text .date,
          .news-list .inner .news-item .content .text .via {
            display: inline; }
          .news-list .inner .news-item .content .text h3 {
            margin-top: 5px;
            margin-bottom: 5px; }
            @media (min-width: 770px) {
              .news-list .inner .news-item .content .text h3 {
                margin-bottom: 10px; } }
            .news-list .inner .news-item .content .text h3 a {
              text-decoration: none; }
        .news-list .inner .news-item .content .image {
          min-height: 60px;
          height: 60px;
          min-width: 60px;
          width: 60px;
          border-radius: 10px;
          transform: scale(0.8);
          transition: transform 300ms ease-out;
          position: relative;
          margin-top: 20px; }
          .news-list .inner .news-item .content .image:before {
            content: " ";
            background: url("images/hover-arrow2.png");
            width: 48px;
            height: 36px;
            position: absolute;
            left: 51%;
            top: 52%;
            transform: translate(-50%, -50%);
            opacity: 0;
            padding: 24px 27px; }
          @media (min-width: 570px) {
            .news-list .inner .news-item .content .image {
              min-height: 100px;
              height: 100px;
              min-width: 100px;
              width: 100px; } }
          @media (min-width: 770px) {
            .news-list .inner .news-item .content .image {
              min-height: 151px;
              height: 151px;
              min-width: 151px;
              width: 151px;
              margin-top: 0; } }

.hero-policy {
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  background-image: linear-gradient(130deg, rgba(211, 194, 155, 0.8725) 0%, rgba(211, 177, 84, 0.8725) 15%, rgba(211, 159, 11, 0.8725) 32%, rgba(211, 93, 17, 0.8725) 60%, rgba(191, 58, 39, 0.8725) 72%, rgba(160, 39, 34, 0.8725) 89%, rgba(118, 24, 22, 0.8725) 100%); }
  @media (min-width: 770px) {
    .hero-policy {
      padding-top: 100px;
      padding-bottom: 220px; } }
  @media (min-width: 770px) {
    .hero-policy {
      margin-bottom: 50px; } }
  .hero-policy:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 7px;
    width: 100%;
    left: 0;
    background-image: linear-gradient(to right, #FFE6B3 0%, #FFE6B3 12.5%, #FFD15A 12.5%, #FFD15A 25%, #FFBB00 25%, #FFBB00 37.5%, #F79200 37.5%, #F79200 50%, #FF6908 50%, #FF6908 62.5%, #E63D23 62.5%, #E63D23 75%, #C0261D 75%, #C0261D 87.5%, #8C130E 87.5%, #8C130E 100%); }
    @media (min-width: 770px) {
      .hero-policy:after {
        bottom: 110px;
        height: 30px; } }
  .hero-policy .inner {
    max-width: 770px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .hero-policy .inner h1 {
      margin-bottom: 15px; }
    .hero-policy .inner h1,
    .hero-policy .inner h4,
    .hero-policy .inner h5 {
      color: white;
      text-shadow: 0 3px 5px rgba(28, 43, 57, 0.2); }

.policy-impacts-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 770px) {
    .policy-impacts-list {
      max-width: 1170px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto; } }

.policy-impacts-list-item {
  border-bottom: 1px solid #eeeeee;
  position: relative; }
  .policy-impacts-list-item .side-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    z-index: 2;
    display: none;
    opacity: 0.85; }
  .policy-impacts-list-item .side-copy {
    padding: 10% 15px; }
    .policy-impacts-list-item .side-copy h4 {
      font-family: Theinhardt-Medium;
      font-size: 20px;
      color: #3A7C94; }
    .policy-impacts-list-item .side-copy h3 {
      font-family: Theinhardt-Medium;
      font-size: 32px;
      color: #1C2B39;
      letter-spacing: 0;
      line-height: 40px;
      margin-bottom: 15px; }
    .policy-impacts-list-item .side-copy p {
      font-family: Theinhardt-Regular;
      font-size: 15px;
      color: #748390;
      letter-spacing: 0;
      line-height: 20px;
      margin: 0; }
    .policy-impacts-list-item .side-copy a {
      margin-top: 30px;
      font-family: Theinhardt-Medium;
      font-size: 15px;
      color: #1C2B39;
      line-height: 25px;
      display: inline-block; }
      .policy-impacts-list-item .side-copy a span {
        text-decoration: underline; }
      .policy-impacts-list-item .side-copy a svg {
        margin-right: 9px;
        float: left; }
  .policy-impacts-list-item:nth-child(odd) {
    background-color: #F2F4F5; }
  .policy-impacts-list-item:nth-child(even) {
    background-color: #8F9AA0; }
    .policy-impacts-list-item:nth-child(even) h3,
    .policy-impacts-list-item:nth-child(even) h4,
    .policy-impacts-list-item:nth-child(even) p,
    .policy-impacts-list-item:nth-child(even) a {
      color: white; }
  @media (min-width: 770px) {
    .policy-impacts-list-item:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 50px;
      width: 100%;
      background: white;
      z-index: 1; } }
  @media (min-width: 770px) {
    .policy-impacts-list-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 48px; }
      .policy-impacts-list-item .side-image {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin-bottom: 0;
        display: block; }
      .policy-impacts-list-item .side-copy {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        padding: 10% 48px 14%; }
      .policy-impacts-list-item:nth-child(odd) .side-copy {
        padding-right: 80px; }
      .policy-impacts-list-item:nth-child(even) {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
        .policy-impacts-list-item:nth-child(even) .side-copy {
          padding-left: 80px; } }

.news-single .news-single-hero {
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 0px;
  position: relative; }
  @media (min-width: 770px) {
    .news-single .news-single-hero {
      padding-top: 30px;
      padding-bottom: 60px; } }
  @media (min-width: 770px) {
    .news-single .news-single-hero {
      margin-bottom: 50px; } }
  .news-single .news-single-hero .content {
    max-width: calc(770px + 30px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 770px) {
      .news-single .news-single-hero .content {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    .news-single .news-single-hero .content .text {
      margin-right: 0;
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 25px; }
      @media (min-width: 770px) {
        .news-single .news-single-hero .content .text {
          max-width: 370px;
          margin-bottom: 0px; } }
      .news-single .news-single-hero .content .text h6,
      .news-single .news-single-hero .content .text p,
      .news-single .news-single-hero .content .text h5,
      .news-single .news-single-hero .content .text h2,
      .news-single .news-single-hero .content .text a,
      .news-single .news-single-hero .content .text span,
      .news-single .news-single-hero .content .text .author {
        color: white; }
      .news-single .news-single-hero .content .text h2 {
        margin-top: 5px;
        margin-bottom: 10px; }
      .news-single .news-single-hero .content .text span, .news-single .news-single-hero .content .text .author {
        display: inline; }
      .news-single .news-single-hero .content .text h5 {
        margin-bottom: 9px; }
    .news-single .news-single-hero .content .image {
      max-width: 100%;
      width: 100%;
      height: 180px;
      max-height: 180px; }
      @media (min-width: 770px) {
        .news-single .news-single-hero .content .image {
          width: 370px;
          max-width: 370px;
          height: 240px;
          max-height: 240px; } }

.news-single-hero.analysis {
  background: linear-gradient(to bottom, #4a6412 0%, #4b6513 8.1%, #4e6816 15.5%, #536d1b 22.5%, #597321 29%, #607a28 35.3%, #688130 41.2%, #708938 47.1%, #789240 52.9%, #809a48 58.8%, #88a150 64.7%, #8fa857 71%, #95ae5d 77.5%, #9ab362 84.5%, #9db665 91.9%, #9eb766 100%); }
  .news-single-hero.analysis:after {
    content: '';
    background-image: linear-gradient(to right, #d0ea99 0%, #d0ea99 20%, #bed887 20%, #bed887 40%, #aac66e 40%, #aac66e 60%, #7f9948 60%, #7f9948 80%, #5d7726 80%, #5d7726 100%);
    position: absolute;
    bottom: 0;
    height: 7px;
    width: 100%;
    left: 0; }
  @media screen and (max-width: 767px) {
    .news-single-hero.analysis:after {
      content: ' ';
      background: 0; } }

.news-single-hero.in-the-news {
  background: linear-gradient(to bottom, #853900 0%, #873b0a 8.1%, #8c4113 15.5%, #94491c 22.5%, #9d5224 29%, #a75c2c 35.3%, #b26634 41.2%, #bc6f3a 47.1%, #c67841 52.9%, #d08046 58.8%, #d9874b 64.7%, #e08d4f 71%, #e69252 77.5%, #eb9655 84.5%, #ee9856 91.9%, #ef9957 100%); }
  .news-single-hero.in-the-news:after {
    content: '';
    background-image: linear-gradient(to right, #ffceaa 0%, #ffceaa 20%, #ffb984 20%, #ffb984 40%, #de8847 40%, #de8847 60%, #cf7531 60%, #cf7531 80%, #ad530f 80%, #ad530f 100%);
    position: absolute;
    bottom: 0;
    height: 7px;
    width: 100%;
    left: 0; }
  @media screen and (max-width: 767px) {
    .news-single-hero.in-the-news:after {
      content: ' ';
      background: 0; } }

@media screen and (max-width: 767px) {
  .news-single-hero.aqli-news:after {
    content: ' ';
    background: 0; } }

.lower-half {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: calc(1170px + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1170px - 122px); }
  @media (min-width: 770px) {
    .lower-half {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .lower-half .social {
    display: none;
    max-width: 24px; }
    @media (min-width: 770px) {
      .lower-half .social {
        display: block; } }
    .lower-half .social div {
      width: 40px;
      height: 40px;
      border-radius: 100%;
      background: black;
      margin-bottom: 15px; }
    .lower-half .social a,
    .lower-half .social button {
      padding: 0;
      transition: opacity 200ms ease; }
      .lower-half .social a:hover,
      .lower-half .social button:hover {
        opacity: 0.8; }
  .lower-half .body-copy.wysiwyg {
    margin: 0;
    margin-bottom: 30px;
    padding: 0; }
    @media (min-width: 770px) {
      .lower-half .body-copy.wysiwyg {
        margin-bottom: 0;
        margin-left: 50px;
        margin-right: 50px; } }
    @media (min-width: 1170px) {
      .lower-half .body-copy.wysiwyg {
        margin-bottom: 0;
        margin-left: 100px;
        margin-right: 100px; } }
  .lower-half .wysiwyg p {
    margin: 0 0 10px; }
  .lower-half .right-side {
    max-width: 100%; }
    @media (min-width: 770px) {
      .lower-half .right-side {
        min-width: 300px; } }

.related-content {
  background: #f4f8fa;
  padding: 30px 40px;
  margin-bottom: 30px; }
  .related-content a {
    display: block;
    text-decoration: underline;
    padding-left: 30px;
    margin-bottom: 5px; }
    .related-content a:before {
      content: ' ';
      left: -3px; }
    .related-content a:last-child {
      margin-bottom: 0; }
  .related-content h4 {
    margin-bottom: 15px; }

.featured-news-sidebar {
  max-width: 100%; }
  @media (min-width: 770px) {
    .featured-news-sidebar {
      max-width: 300px; } }
  .featured-news-sidebar h3 {
    margin-bottom: 30px; }
  .featured-news-sidebar ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-top: 1px solid #f0f5f8;
    padding-top: 30px;
    padding-bottom: 30px; }
    .featured-news-sidebar ul li .text {
      max-width: 210px; }
    .featured-news-sidebar ul li .image {
      border-radius: 10px;
      width: 70px;
      height: 70px; }
      @media (min-width: 770px) {
        .featured-news-sidebar ul li .image {
          margin-top: 12px; } }

.policy-single-hero {
  min-height: 400px;
  background-color: #F2F4F5;
  position: relative; }
  .policy-single-hero-image {
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    height: 95%;
    width: 100%; }

.policy-single-lower-half {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 95px; }

.policy-single-header {
  border-bottom: 1px solid #eeeeee;
  padding: 50px 0 30px;
  margin-bottom: 50px;
  text-align: center;
  display: block;
  height: auto; }
  .policy-single-header h5 {
    font-family: Theinhardt-Medium;
    font-size: 20px;
    color: #748390;
    letter-spacing: 0;
    line-height: 26px; }
  .policy-single-header h1 {
    font-family: Theinhardt-Medium;
    font-size: 42px;
    color: #1C2B39;
    line-height: 50px; }

.policy-single-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 770px) {
    .policy-single-content {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .policy-single-content .social {
    display: none;
    position: absolute;
    max-width: 24px; }
    @media (min-width: 770px) {
      .policy-single-content .social {
        display: block; } }
    .policy-single-content .social div {
      width: 40px;
      height: 40px;
      border-radius: 100%;
      background: black;
      margin-bottom: 15px; }
    .policy-single-content .social a,
    .policy-single-content .social button {
      padding: 0;
      transition: opacity 200ms ease; }
      .policy-single-content .social a:hover,
      .policy-single-content .social button:hover {
        opacity: 0.8; }

.contact-cards {
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px; }
  .contact-cards .contact-card {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc((100% - ((1 - 1) * 30px)) / 1);
        flex-basis: calc((100% - ((1 - 1) * 30px)) / 1);
    max-width: calc((100% - ((1 - 1) * 30px)) / 1);
    max-width: calc((100% - ((1 - 1) * 30px)) / 1);
    margin-left: 30px; }
    .contact-cards .contact-card:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 770px) {
    .contact-cards .contact-card {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: calc( (100% - ((2 - 1) * 30px)) / 2);
          flex-basis: calc( (100% - ((2 - 1) * 30px)) / 2);
      max-width: calc( (100% - ((2 - 1) * 30px)) / 2);
      margin-left: 30px; }
      .contact-cards .contact-card:nth-child(1n + 1) {
        margin-left: 30px; }
      .contact-cards .contact-card:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 770px) {
    .contact-cards {
      padding-top: 60px;
      padding-bottom: 0px; } }
  @media (min-width: 770px) {
    .contact-cards {
      padding-left: 20px;
      padding-right: 20px; } }
  .contact-cards .contact-card {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center; }
    @media (min-width: 770px) {
      .contact-cards .contact-card {
        padding-top: 60px;
        padding-bottom: 80px; } }
    @media (min-width: 770px) {
      .contact-cards .contact-card {
        padding-left: 50px;
        padding-right: 50px; } }
    .contact-cards .contact-card h4 {
      margin-bottom: 5px; }
      @media (min-width: 770px) {
        .contact-cards .contact-card h4 {
          margin-bottom: 10px; } }
  .contact-cards .contact-card:first-child {
    margin-bottom: 30px; }
    @media (min-width: 770px) {
      .contact-cards .contact-card:first-child {
        margin-bottom: 0; } }

.headline {
  margin-bottom: 10px; }

.position {
  margin-bottom: 10px; }
  @media (min-width: 770px) {
    .position {
      margin-bottom: 20px; } }

.contact-bio-image {
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 10px; }
  @media (min-width: 770px) {
    .contact-bio-image {
      max-width: 100px;
      max-height: 100px;
      margin-bottom: 15px; } }

.featured-news-teaser {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 770px) {
    .featured-news-teaser {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .featured-news-teaser .text {
    position: relative; }
    .featured-news-teaser .text h4,
    .featured-news-teaser .text .date {
      display: inline; }
    .featured-news-teaser .text h2 {
      margin-bottom: 10px; }
      .featured-news-teaser .text h2 a {
        display: block; }
    .featured-news-teaser .text .read-more {
      padding-left: 30px;
      position: relative; }
      .featured-news-teaser .text .read-more:before {
        content: ' ';
        background: url("../dist/images/internal-link.svg");
        position: absolute;
        left: 0px;
        height: 30px;
        width: 30px;
        background-repeat: no-repeat;
        top: -6px; }
    .featured-news-teaser .text h5 {
      display: none; }
      @media (min-width: 770px) {
        .featured-news-teaser .text h5 {
          display: -ms-flexbox;
          display: flex; } }

.first-featured-news {
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 5px 0 rgba(28, 43, 57, 0.2);
  margin-bottom: 20px;
  padding: 0;
  background: white; }
  @media (min-width: 770px) {
    .first-featured-news {
      margin-bottom: 30px; } }
  .first-featured-news .text {
    width: 100%;
    padding: 20px 15px 15px 15px; }
    @media (min-width: 990px) {
      .first-featured-news .text {
        padding: 70px 50px 65px 50px; } }
    @media (min-width: 770px) {
      .first-featured-news .text {
        width: 50%; } }
    .first-featured-news .text h4.aqli-news {
      color: #3a7c94; }
    .first-featured-news .text h4.analysis {
      color: #91ab5a; }
    .first-featured-news .text h4.in-the-news {
      color: #c16622; }
    .first-featured-news .text h2 {
      margin-bottom: 10px; }
  .first-featured-news .image {
    width: 100%;
    max-width: 100%;
    min-height: 120px; }
    @media (min-width: 770px) {
      .first-featured-news .image {
        min-height: 370px;
        max-width: 50%;
        width: 50%; } }

.tier-2-news-items {
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%; }
  .tier-2-news-items .tier_2_news {
    position: relative;
    box-shadow: 0 3px 5px 0 rgba(28, 43, 57, 0.2);
    width: 100%;
    background: white;
    -ms-flex-direction: row;
        flex-direction: row; }
    @media (min-width: 770px) {
      .tier-2-news-items .tier_2_news {
        width: 50%;
        margin-right: 0; } }
    .tier-2-news-items .tier_2_news .text {
      padding: 20px 20px 20px 15px;
      -ms-flex: 1;
          flex: 1; }
      @media (min-width: 990px) {
        .tier-2-news-items .tier_2_news .text {
          padding: 40px 50px 55px 50px; } }
    .tier-2-news-items .tier_2_news .image {
      min-height: 170px;
      width: 70px;
      max-width: 70px; }
      @media (min-width: 770px) {
        .tier-2-news-items .tier_2_news .image {
          min-height: 270px;
          width: 170px;
          max-width: 170px; } }
  .tier-2-news-items .tier_2_news:first-child {
    margin-bottom: 20px;
    margin-right: 0px; }
    @media (min-width: 770px) {
      .tier-2-news-items .tier_2_news:first-child {
        margin-right: 30px;
        margin-bottom: 0; } }

.hero-news-archive, .news-single-hero.aqli-news {
  background-image: linear-gradient(to bottom, #21647d 0%, #22657e 8.1%, #256881 15.5%, #2a6d86 22.5%, #30738c 29%, #377a93 35.3%, #3f829a 41.2%, #478aa2 47.1%, #5092ab 52.9%, #589ab3 58.8%, #60a2ba 64.7%, #67a9c1 71%, #6dafc7 77.5%, #72b4cc 84.5%, #75b7cf 91.9%, #76b8d0 100%);
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
  @media (min-width: 770px) {
    .hero-news-archive, .news-single-hero.aqli-news {
      padding-top: 30px;
      padding-bottom: 70px; } }
  @media (min-width: 770px) {
    .hero-news-archive, .news-single-hero.aqli-news {
      padding-left: 20px;
      padding-right: 20px; } }
  .hero-news-archive:after, .news-single-hero.aqli-news:after {
    content: '';
    background-image: linear-gradient(to right, #aee9ff 0%, #aee9ff 20%, #97d9f1 20%, #97d9f1 40%, #84cce6 40%, #84cce6 60%, #589ab2 60%, #589ab2 80%, #367890 80%, #367890 100%);
    position: absolute;
    bottom: 0;
    height: 7px;
    width: 100%;
    left: 0; }

ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
  display: block; }

.ag-rtl {
  direction: rtl; }

.ag-ltr {
  direction: ltr; }

.ag-select-agg-func-popup {
  position: absolute; }

.ag-body-no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.ag-root-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .ag-root-wrapper.ag-layout-normal {
    height: 100%; }

.ag-root-wrapper-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  .ag-root-wrapper-body.ag-layout-normal {
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 0px;
    min-height: 0px; }

.ag-root {
  box-sizing: border-box;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .ag-root.ag-layout-normal, .ag-root.ag-layout-auto-height {
    overflow: hidden;
    width: 0px;
    min-width: 0px;
    -ms-flex: 1;
        flex: 1; }
  .ag-root.ag-layout-normal {
    height: 100%; }

.ag-font-style {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.ag-popup-backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.ag-header {
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%;
  display: -ms-flexbox;
  display: flex; }

.ag-pinned-left-header {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden; }

.ag-pinned-right-header {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden; }

.ag-header-viewport {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  width: 0px;
  min-width: 0px;
  -ms-flex: 1;
      flex: 1; }

.ag-header-row {
  position: absolute; }

.ag-header-container {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  white-space: nowrap; }

.ag-header-overlay {
  display: block;
  position: absolute; }

.ag-header-cell {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  position: absolute;
  vertical-align: bottom; }

.ag-floating-filter {
  box-sizing: border-box;
  display: inline-block;
  position: absolute; }

.ag-floating-filter-body {
  height: 20px;
  margin-right: 25px; }

.ag-floating-filter-full-body {
  height: 20px;
  width: 100%; }

.ag-floating-filter-input {
  width: 100%; }

.ag-floating-filter-input:-moz-read-only {
  background-color: #eee; }

.ag-floating-filter-input:read-only {
  background-color: #eee; }

.ag-floating-filter-menu {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.ag-dnd-ghost {
  background: #e5e5e5;
  border: 1px solid black;
  box-sizing: border-box;
  cursor: move;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  padding: 3px;
  position: absolute;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.ag-dnd-ghost-icon {
  display: inline-block;
  float: left;
  padding: 2px; }

.ag-dnd-ghost-label {
  display: inline-block; }

.ag-header-group-cell {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis; }

.ag-header-group-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-flexbox;
  display: flex; }

.ag-header-cell-label {
  overflow: hidden;
  text-overflow: ellipsis; }

.ag-header-cell-resize {
  position: absolute;
  z-index: 4;
  cursor: col-resize;
  height: 100%;
  width: 4px; }

.ag-ltr .ag-header-cell-resize {
  right: -4px; }

.ag-ltr .ag-pinned-right-header .ag-header-cell-resize {
  left: -4px; }

.ag-rtl .ag-header-cell-resize {
  left: -4px; }

.ag-rtl .ag-pinned-left-header .ag-header-cell-resize {
  right: -4px; }

.ag-ltr .ag-header-select-all {
  float: left; }

.ag-rtl .ag-header-select-all {
  float: right; }

.ag-header-expand-icon {
  padding-left: 4px; }

.ag-header-cell-menu-button {
  float: right; }

.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%; }

.ag-overlay-panel {
  display: table;
  height: 100%;
  pointer-events: none;
  width: 100%; }

.ag-overlay-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.ag-primary-cols-header-panel .ag-column-name-filter {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.ag-primary-cols-header-panel .ag-primary-cols-filter-wrapper {
  width: 100%; }

.ag-tool-panel-wrapper {
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto; }

.ag-column-panel {
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  overflow-x: hidden;
  max-height: 100vh; }

.ag-body-container.ag-layout-auto-height {
  min-height: 50px; }

.ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px; }

.ag-body {
  box-sizing: border-box;
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  .ag-body.ag-layout-normal {
    -ms-flex: 1;
        flex: 1;
    height: 0px;
    min-height: 0px; }

.ag-rtl .ag-body {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.ag-ltr .ag-body {
  -ms-flex-direction: row;
      flex-direction: row; }

.ag-rtl .ag-floating-top {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.ag-ltr .ag-floating-top {
  -ms-flex-direction: row;
      flex-direction: row; }

.ag-ltr .ag-header {
  -ms-flex-direction: row;
      flex-direction: row; }

.ag-rtl .ag-header {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.ag-floating-top {
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex; }

.ag-pinned-left-floating-top {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative; }

.ag-pinned-right-floating-top {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative; }

.ag-floating-top-viewport {
  box-sizing: border-box;
  overflow: hidden;
  width: 0px;
  min-width: 0px;
  -ms-flex: 1;
      flex: 1; }
  .ag-floating-top-viewport.ag-layout-normal {
    height: 100%; }

.ag-floating-top-container {
  box-sizing: border-box;
  position: relative;
  white-space: nowrap; }

.ag-floating-bottom {
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex; }

.ag-pinned-left-floating-bottom {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative; }

.ag-pinned-right-floating-bottom {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative; }

.ag-floating-bottom-viewport {
  box-sizing: border-box;
  overflow: hidden;
  -ms-flex: 1;
      flex: 1;
  width: 0px;
  min-width: 0px; }

.ag-floating-bottom-container {
  box-sizing: border-box;
  position: relative;
  white-space: nowrap; }

.ag-pinned-left-cols-container {
  display: block;
  position: relative; }

.ag-pinned-right-cols-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.ag-pinned-left-cols-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.ag-pinned-right-cols-container {
  display: block;
  position: relative; }

.ag-pinned-left-cols-viewport-wrapper {
  height: 100%;
  overflow: hidden; }

.ag-body-viewport-wrapper.ag-layout-auto-height, .ag-body-viewport-wrapper.ag-layout-normal {
  height: 100%;
  width: 0px;
  min-width: 0px;
  -ms-flex: 1;
      flex: 1; }

.ag-body-viewport-wrapper.ag-layout-auto-height {
  overflow: hidden; }

.ag-body-viewport.ag-layout-auto-height {
  overflow-x: auto; }

.ag-body-viewport.ag-layout-normal {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%; }

.ag-full-width-viewport-wrapper {
  height: 100%;
  width: 100%;
  display: inline-block;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box; }

.ag-full-width-viewport {
  box-sizing: border-box;
  height: 100%;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto; }

.ag-full-width-container {
  overflow: hidden;
  position: relative;
  width: 100%; }

.ag-floating-bottom-full-width-container {
  display: inline;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0; }

.ag-floating-top-full-width-container {
  display: inline;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0; }

.ag-full-width-row {
  overflow: hidden;
  pointer-events: all; }

.ag-body-container {
  margin-bottom: -2px;
  position: relative; }
  .ag-body-container:not(.ag-layout-print) {
    display: block; }

.ag-row-animation .ag-row {
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s; }

.ag-row-no-animation .ag-row {
  transition: background-color 0.1s; }

.ag-row {
  box-sizing: border-box;
  white-space: nowrap;
  width: 100%; }

.ag-row-position-absolute {
  position: absolute; }

.ag-row-position-relative {
  position: relative; }

.ag-column-moving .ag-cell {
  transition: left 0.2s; }

.ag-column-moving .ag-header-cell {
  transition: left 0.2s; }

.ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s; }

.ag-column-drop {
  box-sizing: border-box;
  width: 100%; }

.ag-column-drop-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 50px;
  overflow: hidden; }
  .ag-column-drop-vertical .ag-column-drop-list {
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 20px;
    overflow-x: auto; }
  .ag-column-drop-vertical .ag-column-drop-cell {
    display: -ms-flexbox;
    display: flex; }
    .ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
      overflow: hidden;
      -ms-flex: 1;
          flex: 1;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .ag-column-drop-vertical .ag-column-drop-empty-message {
    display: block; }
  .ag-column-drop-vertical .ag-column-drop-cell-button {
    line-height: 16px; }

.ag-ltr .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: right; }

.ag-rtl .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: left; }

.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden; }
  .ag-column-drop-horizontal .ag-column-drop-cell {
    display: inline-block; }
  .ag-column-drop-horizontal .ag-column-drop-empty-message {
    display: inline-block; }
  .ag-column-drop-horizontal .ag-column-drop-list {
    height: 100%; }

.ag-cell {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ag-cell-with-height {
  height: 100%; }

.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 3s, margin-right 3s;
  transition-timing-function: linear; }

.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0; }

.ag-opacity-zero {
  opacity: 0; }

.ag-cell-edit-input {
  height: 100%;
  width: 100%; }

.ag-group-cell-entire-row {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.ag-footer-cell-entire-row {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
  width: 200px; }

.ag-menu-list {
  border-collapse: collapse;
  display: table; }

.ag-menu-option {
  display: table-row; }

.ag-menu-option-text {
  display: table-cell; }

.ag-menu-option-shortcut {
  display: table-cell; }

.ag-menu-option-icon {
  display: table-cell; }

.ag-menu-option-popup-pointer {
  display: table-cell; }

.ag-menu-separator {
  display: table-row; }

.ag-menu-separator-cell {
  display: table-cell; }

.ag-virtual-list-viewport {
  height: 100%;
  overflow-x: auto;
  width: 100%; }

.ag-virtual-list-container {
  overflow: hidden;
  position: relative; }

.ag-rich-select {
  cursor: default;
  outline: none; }

.ag-rich-select-row {
  white-space: nowrap; }

.ag-rich-select-list {
  height: 200px;
  width: 200px; }

.ag-set-filter-list {
  height: 200px;
  width: 200px; }

.ag-set-filter-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ag-virtual-list-item {
  position: absolute;
  width: 100%; }
  .ag-virtual-list-item span:empty:not(.ag-icon) {
    border-left: 1px solid transparent; }

.ag-filter-filter {
  box-sizing: border-box;
  width: 100%; }

.ag-floating-filter-body input {
  height: 19px;
  margin: 0;
  width: 100%; }

.ag-floating-filter-full-body input {
  height: 19px;
  margin: 0;
  width: 100%; }

.ag-filter-select {
  margin: 4px 4px 0 4px;
  width: 110px; }

.ag-list-selection {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.ag-tool-panel-wrapper {
  box-sizing: border-box;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 200px; }

.ag-primary-cols-list-panel {
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 50px;
  overflow: auto; }

.ag-column-select-indent {
  display: inline-block; }

.ag-ltr .ag-column-tool-panel-column {
  margin-left: 16px; }

.ag-rtl .ag-column-tool-panel-column {
  margin-right: 16px; }

.ag-column-tool-panel-column,
.ag-column-tool-panel-column-group {
  -ms-flex-align: stretch;
      align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .ag-column-tool-panel-column .ag-column-tool-panel-column,
  .ag-column-tool-panel-column .ag-column-tool-panel-column-group,
  .ag-column-tool-panel-column-group .ag-column-tool-panel-column,
  .ag-column-tool-panel-column-group .ag-column-tool-panel-column-group {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ag-column-tool-panel-column .ag-column-drag,
  .ag-column-tool-panel-column-group .ag-column-drag {
    min-width: 16px;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.ag-column-select-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden; }

.ag-side-bar .ag-column-select-panel {
  -ms-flex-positive: 4;
      flex-grow: 4; }

.ag-tool-panel-horizontal-resize {
  cursor: col-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1; }

.ag-rtl .ag-tool-panel-horizontal-resize {
  float: right;
  transform: translateX(3px); }

.ag-ltr .ag-tool-panel-horizontal-resize {
  float: left;
  transform: translateX(-3px); }

.ag-menu-column-select-wrapper .ag-column-select-panel {
  height: 100%; }

.ag-hidden {
  display: none !important; }

.ag-visibility-hidden {
  visibility: hidden !important; }

.ag-faded {
  opacity: 0.3; }

.ag-width-half {
  display: inline-block;
  width: 50%; }

.ag-shake-left-to-right {
  animation-direction: alternate;
  animation-duration: 0.2s;
  animation-iteration-count: infinite;
  animation-name: ag-shake-left-to-right; }

@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px; }
  to {
    padding-left: 2px;
    padding-right: 6px; } }

/* icons are used outside of the grid root (in the ghost) */
.ag-icon-aggregation {
  display: inline-block;
  background: transparent url("./material-icons/aggregation.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-arrows {
  display: inline-block;
  background: transparent url("./material-icons/arrows.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-asc {
  display: inline-block;
  background: transparent url("./material-icons/asc.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-checked-readonly {
  display: inline-block;
  background: transparent url("./material-icons/checkbox-checked-readonly.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-checked {
  display: inline-block;
  background: transparent url("./material-icons/checkbox-checked.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-indeterminate-readonly {
  display: inline-block;
  background: transparent url("./material-icons/checkbox-indeterminate-readonly.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-indeterminate {
  display: inline-block;
  background: transparent url("./material-icons/checkbox-indeterminate.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-unchecked-readonly {
  display: inline-block;
  background: transparent url("./material-icons/checkbox-unchecked-readonly.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-unchecked {
  display: inline-block;
  background: transparent url("./material-icons/checkbox-unchecked.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-column {
  display: inline-block;
  background: transparent url("./material-icons/column.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-columns {
  display: inline-block;
  background: transparent url("./material-icons/columns.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-contracted {
  display: inline-block;
  background: transparent url("./material-icons/contracted.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-copy {
  display: inline-block;
  background: transparent url("./material-icons/copy.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-cut {
  display: inline-block;
  background: transparent url("./material-icons/cut.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-desc {
  display: inline-block;
  background: transparent url("./material-icons/desc.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-expanded {
  display: inline-block;
  background: transparent url("./material-icons/expanded.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-eye-slash {
  display: inline-block;
  background: transparent url("./material-icons/eye-slash.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-eye {
  display: inline-block;
  background: transparent url("./material-icons/eye.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-filter {
  display: inline-block;
  background: transparent url("./material-icons/filter.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-group {
  display: inline-block;
  background: transparent url("./material-icons/group.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-indeterminate {
  display: inline-block;
  background: transparent url("./material-icons/indeterminate.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-left {
  display: inline-block;
  background: transparent url("./material-icons/left.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-loading {
  display: inline-block;
  background: transparent url("./material-icons/loading.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-menu {
  display: inline-block;
  background: transparent url("./material-icons/menu.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-minus {
  display: inline-block;
  background: transparent url("./material-icons/minus.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-none {
  display: inline-block;
  background: transparent url("./material-icons/none.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-not-allowed {
  display: inline-block;
  background: transparent url("./material-icons/not-allowed.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-paste {
  display: inline-block;
  background: transparent url("./material-icons/paste.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-pin {
  display: inline-block;
  background: transparent url("./material-icons/pin.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-pivot {
  display: inline-block;
  background: transparent url("./material-icons/pivot.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-plus {
  display: inline-block;
  background: transparent url("./material-icons/plus.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-right {
  display: inline-block;
  background: transparent url("./material-icons/right.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-left {
  display: inline-block;
  background: transparent url("./material-icons/small-left.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-right {
  display: inline-block;
  background: transparent url("./material-icons/small-right.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-up {
  display: inline-block;
  background: transparent url("./material-icons/small-up.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-down {
  display: inline-block;
  background: transparent url("./material-icons/small-down.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tick {
  display: inline-block;
  background: transparent url("./material-icons/tick.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-cross {
  display: inline-block;
  background: transparent url("./material-icons/cross.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tree-open {
  display: inline-block;
  background: transparent url("./material-icons/tree-open.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tree-closed {
  display: inline-block;
  background: transparent url("./material-icons/tree-closed.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tree-indeterminate {
  display: inline-block;
  background: transparent url("./material-icons/tree-indeterminate.svg") center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
          filter: "initial";
  height: 12px;
  width: 12px; }

.loading-filter {
  background-color: #e6e6e6;
  height: 100%;
  padding: 5px;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 1; }

.ag-details-row {
  height: 100%;
  width: 100%; }

.ag-details-grid {
  height: 100%;
  width: 100%; }

.ag-primary-cols-header-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 10px; }

.ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 10px; }

.ag-ltr .ag-row-group-indent-1 {
  padding-left: 10px; }

.ag-rtl .ag-row-group-indent-1 {
  padding-right: 10px; }

.ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 20px; }

.ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 20px; }

.ag-ltr .ag-row-group-indent-2 {
  padding-left: 20px; }

.ag-rtl .ag-row-group-indent-2 {
  padding-right: 20px; }

.ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 30px; }

.ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 30px; }

.ag-ltr .ag-row-group-indent-3 {
  padding-left: 30px; }

.ag-rtl .ag-row-group-indent-3 {
  padding-right: 30px; }

.ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 40px; }

.ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 40px; }

.ag-ltr .ag-row-group-indent-4 {
  padding-left: 40px; }

.ag-rtl .ag-row-group-indent-4 {
  padding-right: 40px; }

.ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 50px; }

.ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 50px; }

.ag-ltr .ag-row-group-indent-5 {
  padding-left: 50px; }

.ag-rtl .ag-row-group-indent-5 {
  padding-right: 50px; }

.ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 60px; }

.ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 60px; }

.ag-ltr .ag-row-group-indent-6 {
  padding-left: 60px; }

.ag-rtl .ag-row-group-indent-6 {
  padding-right: 60px; }

.ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 70px; }

.ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 70px; }

.ag-ltr .ag-row-group-indent-7 {
  padding-left: 70px; }

.ag-rtl .ag-row-group-indent-7 {
  padding-right: 70px; }

.ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 80px; }

.ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 80px; }

.ag-ltr .ag-row-group-indent-8 {
  padding-left: 80px; }

.ag-rtl .ag-row-group-indent-8 {
  padding-right: 80px; }

.ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 90px; }

.ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 90px; }

.ag-ltr .ag-row-group-indent-9 {
  padding-left: 90px; }

.ag-rtl .ag-row-group-indent-9 {
  padding-right: 90px; }

.ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 100px; }

.ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 100px; }

.ag-ltr .ag-row-group-indent-10 {
  padding-left: 100px; }

.ag-rtl .ag-row-group-indent-10 {
  padding-right: 100px; }

.ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 110px; }

.ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 110px; }

.ag-ltr .ag-row-group-indent-11 {
  padding-left: 110px; }

.ag-rtl .ag-row-group-indent-11 {
  padding-right: 110px; }

.ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 120px; }

.ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 120px; }

.ag-ltr .ag-row-group-indent-12 {
  padding-left: 120px; }

.ag-rtl .ag-row-group-indent-12 {
  padding-right: 120px; }

.ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 130px; }

.ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 130px; }

.ag-ltr .ag-row-group-indent-13 {
  padding-left: 130px; }

.ag-rtl .ag-row-group-indent-13 {
  padding-right: 130px; }

.ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 140px; }

.ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 140px; }

.ag-ltr .ag-row-group-indent-14 {
  padding-left: 140px; }

.ag-rtl .ag-row-group-indent-14 {
  padding-right: 140px; }

.ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 150px; }

.ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 150px; }

.ag-ltr .ag-row-group-indent-15 {
  padding-left: 150px; }

.ag-rtl .ag-row-group-indent-15 {
  padding-right: 150px; }

.ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 160px; }

.ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 160px; }

.ag-ltr .ag-row-group-indent-16 {
  padding-left: 160px; }

.ag-rtl .ag-row-group-indent-16 {
  padding-right: 160px; }

.ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 170px; }

.ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 170px; }

.ag-ltr .ag-row-group-indent-17 {
  padding-left: 170px; }

.ag-rtl .ag-row-group-indent-17 {
  padding-right: 170px; }

.ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 180px; }

.ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 180px; }

.ag-ltr .ag-row-group-indent-18 {
  padding-left: 180px; }

.ag-rtl .ag-row-group-indent-18 {
  padding-right: 180px; }

.ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 190px; }

.ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 190px; }

.ag-ltr .ag-row-group-indent-19 {
  padding-left: 190px; }

.ag-rtl .ag-row-group-indent-19 {
  padding-right: 190px; }

.ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 200px; }

.ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 200px; }

.ag-ltr .ag-row-group-indent-20 {
  padding-left: 200px; }

.ag-rtl .ag-row-group-indent-20 {
  padding-right: 200px; }

.ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 210px; }

.ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 210px; }

.ag-ltr .ag-row-group-indent-21 {
  padding-left: 210px; }

.ag-rtl .ag-row-group-indent-21 {
  padding-right: 210px; }

.ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 220px; }

.ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 220px; }

.ag-ltr .ag-row-group-indent-22 {
  padding-left: 220px; }

.ag-rtl .ag-row-group-indent-22 {
  padding-right: 220px; }

.ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 230px; }

.ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 230px; }

.ag-ltr .ag-row-group-indent-23 {
  padding-left: 230px; }

.ag-rtl .ag-row-group-indent-23 {
  padding-right: 230px; }

.ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 240px; }

.ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 240px; }

.ag-ltr .ag-row-group-indent-24 {
  padding-left: 240px; }

.ag-rtl .ag-row-group-indent-24 {
  padding-right: 240px; }

.ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 250px; }

.ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 250px; }

.ag-ltr .ag-row-group-indent-25 {
  padding-left: 250px; }

.ag-rtl .ag-row-group-indent-25 {
  padding-right: 250px; }

.ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 260px; }

.ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 260px; }

.ag-ltr .ag-row-group-indent-26 {
  padding-left: 260px; }

.ag-rtl .ag-row-group-indent-26 {
  padding-right: 260px; }

.ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 270px; }

.ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 270px; }

.ag-ltr .ag-row-group-indent-27 {
  padding-left: 270px; }

.ag-rtl .ag-row-group-indent-27 {
  padding-right: 270px; }

.ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 280px; }

.ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 280px; }

.ag-ltr .ag-row-group-indent-28 {
  padding-left: 280px; }

.ag-rtl .ag-row-group-indent-28 {
  padding-right: 280px; }

.ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 290px; }

.ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 290px; }

.ag-ltr .ag-row-group-indent-29 {
  padding-left: 290px; }

.ag-rtl .ag-row-group-indent-29 {
  padding-right: 290px; }

.ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 300px; }

.ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 300px; }

.ag-ltr .ag-row-group-indent-30 {
  padding-left: 300px; }

.ag-rtl .ag-row-group-indent-30 {
  padding-right: 300px; }

.ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 310px; }

.ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 310px; }

.ag-ltr .ag-row-group-indent-31 {
  padding-left: 310px; }

.ag-rtl .ag-row-group-indent-31 {
  padding-right: 310px; }

.ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 320px; }

.ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 320px; }

.ag-ltr .ag-row-group-indent-32 {
  padding-left: 320px; }

.ag-rtl .ag-row-group-indent-32 {
  padding-right: 320px; }

.ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 330px; }

.ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 330px; }

.ag-ltr .ag-row-group-indent-33 {
  padding-left: 330px; }

.ag-rtl .ag-row-group-indent-33 {
  padding-right: 330px; }

.ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 340px; }

.ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 340px; }

.ag-ltr .ag-row-group-indent-34 {
  padding-left: 340px; }

.ag-rtl .ag-row-group-indent-34 {
  padding-right: 340px; }

.ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 350px; }

.ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 350px; }

.ag-ltr .ag-row-group-indent-35 {
  padding-left: 350px; }

.ag-rtl .ag-row-group-indent-35 {
  padding-right: 350px; }

.ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 360px; }

.ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 360px; }

.ag-ltr .ag-row-group-indent-36 {
  padding-left: 360px; }

.ag-rtl .ag-row-group-indent-36 {
  padding-right: 360px; }

.ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 370px; }

.ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 370px; }

.ag-ltr .ag-row-group-indent-37 {
  padding-left: 370px; }

.ag-rtl .ag-row-group-indent-37 {
  padding-right: 370px; }

.ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 380px; }

.ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 380px; }

.ag-ltr .ag-row-group-indent-38 {
  padding-left: 380px; }

.ag-rtl .ag-row-group-indent-38 {
  padding-right: 380px; }

.ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 390px; }

.ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 390px; }

.ag-ltr .ag-row-group-indent-39 {
  padding-left: 390px; }

.ag-rtl .ag-row-group-indent-39 {
  padding-right: 390px; }

.ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 400px; }

.ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 400px; }

.ag-ltr .ag-row-group-indent-40 {
  padding-left: 400px; }

.ag-rtl .ag-row-group-indent-40 {
  padding-right: 400px; }

.ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 410px; }

.ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 410px; }

.ag-ltr .ag-row-group-indent-41 {
  padding-left: 410px; }

.ag-rtl .ag-row-group-indent-41 {
  padding-right: 410px; }

.ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 420px; }

.ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 420px; }

.ag-ltr .ag-row-group-indent-42 {
  padding-left: 420px; }

.ag-rtl .ag-row-group-indent-42 {
  padding-right: 420px; }

.ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 430px; }

.ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 430px; }

.ag-ltr .ag-row-group-indent-43 {
  padding-left: 430px; }

.ag-rtl .ag-row-group-indent-43 {
  padding-right: 430px; }

.ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 440px; }

.ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 440px; }

.ag-ltr .ag-row-group-indent-44 {
  padding-left: 440px; }

.ag-rtl .ag-row-group-indent-44 {
  padding-right: 440px; }

.ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 450px; }

.ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 450px; }

.ag-ltr .ag-row-group-indent-45 {
  padding-left: 450px; }

.ag-rtl .ag-row-group-indent-45 {
  padding-right: 450px; }

.ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 460px; }

.ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 460px; }

.ag-ltr .ag-row-group-indent-46 {
  padding-left: 460px; }

.ag-rtl .ag-row-group-indent-46 {
  padding-right: 460px; }

.ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 470px; }

.ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 470px; }

.ag-ltr .ag-row-group-indent-47 {
  padding-left: 470px; }

.ag-rtl .ag-row-group-indent-47 {
  padding-right: 470px; }

.ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 480px; }

.ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 480px; }

.ag-ltr .ag-row-group-indent-48 {
  padding-left: 480px; }

.ag-rtl .ag-row-group-indent-48 {
  padding-right: 480px; }

.ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 490px; }

.ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 490px; }

.ag-ltr .ag-row-group-indent-49 {
  padding-left: 490px; }

.ag-rtl .ag-row-group-indent-49 {
  padding-right: 490px; }

.ag-side-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  box-sizing: border-box; }
  .ag-side-bar .ag-side-buttons {
    width: 20px; }
    .ag-side-bar .ag-side-buttons div button {
      display: block;
      white-space: nowrap;
      outline: none; }
      .ag-side-bar .ag-side-buttons div button span {
        -ms-writing-mode: tb;
            writing-mode: tb;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr; }
  .ag-side-bar .panel-container {
    width: 180px; }
  .ag-side-bar.full-width .panel-container {
    width: 200px; }

.ag-rtl .ag-side-bar .ag-side-buttons button span {
  -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
  writing-mode: vertical-rl; }

.ag-row-inline-editing {
  z-index: 1; }

.ag-status-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .ag-status-bar .ag-status-panel {
    display: -ms-inline-flexbox;
    display: inline-flex; }

.ag-status-bar-left {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.ag-status-bar-center {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.ag-status-bar-right {
  display: -ms-inline-flexbox;
  display: inline-flex; }

@media print {
  .ag-body-viewport {
    display: block; }
  .ag-row {
    page-break-inside: avoid; } }

.ag-body .ag-pinned-left-cols-viewport, .ag-body .ag-body-viewport, .ag-body .ag-pinned-right-cols-viewport {
  -webkit-overflow-scrolling: touch; }

.ag-theme-material {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
  font: 400 13px "Roboto", sans-serif; }
  .ag-theme-material .ag-tab-header .ag-tab.ag-tab-selected {
    border-bottom: 2px solid transparent; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-1 {
    padding-left: 10px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-1 {
    padding-right: 10px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-1 {
    padding-left: 10px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-1 {
    padding-right: 10px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-2 {
    padding-left: 20px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-2 {
    padding-right: 20px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-2 {
    padding-left: 20px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-2 {
    padding-right: 20px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-3 {
    padding-left: 30px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-3 {
    padding-right: 30px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-3 {
    padding-left: 30px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-3 {
    padding-right: 30px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-4 {
    padding-left: 40px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-4 {
    padding-right: 40px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-4 {
    padding-left: 40px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-4 {
    padding-right: 40px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-5 {
    padding-left: 50px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-5 {
    padding-right: 50px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-5 {
    padding-left: 50px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-5 {
    padding-right: 50px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-6 {
    padding-left: 60px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-6 {
    padding-right: 60px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-6 {
    padding-left: 60px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-6 {
    padding-right: 60px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-7 {
    padding-left: 70px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-7 {
    padding-right: 70px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-7 {
    padding-left: 70px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-7 {
    padding-right: 70px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-8 {
    padding-left: 80px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-8 {
    padding-right: 80px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-8 {
    padding-left: 80px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-8 {
    padding-right: 80px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-9 {
    padding-left: 90px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-9 {
    padding-right: 90px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-9 {
    padding-left: 90px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-9 {
    padding-right: 90px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-10 {
    padding-left: 100px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-10 {
    padding-right: 100px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-10 {
    padding-left: 100px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-10 {
    padding-right: 100px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-11 {
    padding-left: 110px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-11 {
    padding-right: 110px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-11 {
    padding-left: 110px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-11 {
    padding-right: 110px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-12 {
    padding-left: 120px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-12 {
    padding-right: 120px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-12 {
    padding-left: 120px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-12 {
    padding-right: 120px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-13 {
    padding-left: 130px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-13 {
    padding-right: 130px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-13 {
    padding-left: 130px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-13 {
    padding-right: 130px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-14 {
    padding-left: 140px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-14 {
    padding-right: 140px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-14 {
    padding-left: 140px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-14 {
    padding-right: 140px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-15 {
    padding-left: 150px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-15 {
    padding-right: 150px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-15 {
    padding-left: 150px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-15 {
    padding-right: 150px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-16 {
    padding-left: 160px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-16 {
    padding-right: 160px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-16 {
    padding-left: 160px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-16 {
    padding-right: 160px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-17 {
    padding-left: 170px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-17 {
    padding-right: 170px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-17 {
    padding-left: 170px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-17 {
    padding-right: 170px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-18 {
    padding-left: 180px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-18 {
    padding-right: 180px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-18 {
    padding-left: 180px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-18 {
    padding-right: 180px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-19 {
    padding-left: 190px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-19 {
    padding-right: 190px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-19 {
    padding-left: 190px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-19 {
    padding-right: 190px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-20 {
    padding-left: 200px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-20 {
    padding-right: 200px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-20 {
    padding-left: 200px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-20 {
    padding-right: 200px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-21 {
    padding-left: 210px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-21 {
    padding-right: 210px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-21 {
    padding-left: 210px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-21 {
    padding-right: 210px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-22 {
    padding-left: 220px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-22 {
    padding-right: 220px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-22 {
    padding-left: 220px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-22 {
    padding-right: 220px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-23 {
    padding-left: 230px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-23 {
    padding-right: 230px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-23 {
    padding-left: 230px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-23 {
    padding-right: 230px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-24 {
    padding-left: 240px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-24 {
    padding-right: 240px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-24 {
    padding-left: 240px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-24 {
    padding-right: 240px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-25 {
    padding-left: 250px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-25 {
    padding-right: 250px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-25 {
    padding-left: 250px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-25 {
    padding-right: 250px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-26 {
    padding-left: 260px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-26 {
    padding-right: 260px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-26 {
    padding-left: 260px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-26 {
    padding-right: 260px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-27 {
    padding-left: 270px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-27 {
    padding-right: 270px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-27 {
    padding-left: 270px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-27 {
    padding-right: 270px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-28 {
    padding-left: 280px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-28 {
    padding-right: 280px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-28 {
    padding-left: 280px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-28 {
    padding-right: 280px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-29 {
    padding-left: 290px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-29 {
    padding-right: 290px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-29 {
    padding-left: 290px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-29 {
    padding-right: 290px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-30 {
    padding-left: 300px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-30 {
    padding-right: 300px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-30 {
    padding-left: 300px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-30 {
    padding-right: 300px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-31 {
    padding-left: 310px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-31 {
    padding-right: 310px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-31 {
    padding-left: 310px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-31 {
    padding-right: 310px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-32 {
    padding-left: 320px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-32 {
    padding-right: 320px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-32 {
    padding-left: 320px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-32 {
    padding-right: 320px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-33 {
    padding-left: 330px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-33 {
    padding-right: 330px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-33 {
    padding-left: 330px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-33 {
    padding-right: 330px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-34 {
    padding-left: 340px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-34 {
    padding-right: 340px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-34 {
    padding-left: 340px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-34 {
    padding-right: 340px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-35 {
    padding-left: 350px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-35 {
    padding-right: 350px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-35 {
    padding-left: 350px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-35 {
    padding-right: 350px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-36 {
    padding-left: 360px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-36 {
    padding-right: 360px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-36 {
    padding-left: 360px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-36 {
    padding-right: 360px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-37 {
    padding-left: 370px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-37 {
    padding-right: 370px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-37 {
    padding-left: 370px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-37 {
    padding-right: 370px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-38 {
    padding-left: 380px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-38 {
    padding-right: 380px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-38 {
    padding-left: 380px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-38 {
    padding-right: 380px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-39 {
    padding-left: 390px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-39 {
    padding-right: 390px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-39 {
    padding-left: 390px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-39 {
    padding-right: 390px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-40 {
    padding-left: 400px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-40 {
    padding-right: 400px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-40 {
    padding-left: 400px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-40 {
    padding-right: 400px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-41 {
    padding-left: 410px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-41 {
    padding-right: 410px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-41 {
    padding-left: 410px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-41 {
    padding-right: 410px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-42 {
    padding-left: 420px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-42 {
    padding-right: 420px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-42 {
    padding-left: 420px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-42 {
    padding-right: 420px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-43 {
    padding-left: 430px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-43 {
    padding-right: 430px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-43 {
    padding-left: 430px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-43 {
    padding-right: 430px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-44 {
    padding-left: 440px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-44 {
    padding-right: 440px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-44 {
    padding-left: 440px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-44 {
    padding-right: 440px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-45 {
    padding-left: 450px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-45 {
    padding-right: 450px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-45 {
    padding-left: 450px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-45 {
    padding-right: 450px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-46 {
    padding-left: 460px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-46 {
    padding-right: 460px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-46 {
    padding-left: 460px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-46 {
    padding-right: 460px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-47 {
    padding-left: 470px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-47 {
    padding-right: 470px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-47 {
    padding-left: 470px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-47 {
    padding-right: 470px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-48 {
    padding-left: 480px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-48 {
    padding-right: 480px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-48 {
    padding-left: 480px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-48 {
    padding-right: 480px; }
  .ag-theme-material .ag-ltr .ag-toolpanel-indent-49 {
    padding-left: 490px; }
  .ag-theme-material .ag-rtl .ag-toolpanel-indent-49 {
    padding-right: 490px; }
  .ag-theme-material .ag-ltr .ag-row-group-indent-49 {
    padding-left: 490px; }
  .ag-theme-material .ag-rtl .ag-row-group-indent-49 {
    padding-right: 490px; }
  .ag-theme-material .ag-ltr .ag-row-group-leaf-indent {
    margin-left: 42px; }
  .ag-theme-material .ag-rtl .ag-row-group-leaf-indent {
    margin-right: 42px; }
  .ag-theme-material .ag-rtl .ag-cell-first-right-pinned {
    border-left: 1px solid #ECECEC; }
  .ag-theme-material .ag-ltr .ag-cell-first-right-pinned {
    border-left: 1px solid #ECECEC; }
  .ag-theme-material .ag-rtl .ag-cell-last-left-pinned {
    border-right: 1px solid #ECECEC; }
  .ag-theme-material .ag-ltr .ag-cell-last-left-pinned {
    border-right: 1px solid #ECECEC; }
  .ag-theme-material .ag-value-change-delta {
    padding-right: 2px; }
  .ag-theme-material .ag-value-change-delta-up {
    color: #43a047; }
  .ag-theme-material .ag-value-change-delta-down {
    color: #e53935; }
  .ag-theme-material .ag-value-change-value {
    background-color: transparent;
    border-radius: 1px;
    padding-left: 1px;
    padding-right: 1px;
    transition: background-color 1s; }
  .ag-theme-material .ag-value-change-value-highlight {
    background-color: #00acc1;
    transition: background-color 0.1s; }
  .ag-theme-material .ag-header {
    color: rgba(0, 0, 0, 0.54);
    font: 700 12px "Roboto", sans-serif; }
  .ag-theme-material .ag-header-row {
    border-bottom: 1px solid #ECECEC;
    box-sizing: border-box; }
  .ag-theme-material .ag-row {
    border-bottom: 1px solid #ECECEC;
    box-sizing: border-box; }
  .ag-theme-material .ag-row-hover {
    background-color: #fafafa; }
  .ag-theme-material .ag-numeric-cell {
    text-align: right; }
  .ag-theme-material .ag-header-cell-label {
    display: -ms-flexbox;
    display: flex;
    float: left;
    height: 100%;
    width: calc(100% - 18px); }
    .ag-theme-material .ag-header-cell-label span {
      height: 100%; }
    .ag-theme-material .ag-header-cell-label > span {
      float: left; }
    .ag-theme-material .ag-header-cell-label .ag-header-icon {
      background-position-y: 20px;
      background-size: 14px 14px;
      height: 100%;
      margin: 0;
      margin-left: 8px;
      opacity: 0.87; }
    .ag-theme-material .ag-header-cell-label .ag-header-cell-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .ag-theme-material .ag-numeric-header .ag-header-cell-label {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    float: right; }
    .ag-theme-material .ag-numeric-header .ag-header-cell-label > span {
      float: right; }
  .ag-theme-material .ag-numeric-header .ag-header-cell-menu-button {
    float: left; }
  .ag-theme-material .ag-header-group-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ag-theme-material .ag-header-cell,
  .ag-theme-material .ag-header-group-cell {
    line-height: 56px;
    padding-left: 10px;
    padding-right: 10px; }
  .ag-theme-material .ag-cell {
    line-height: 46px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid transparent;
    padding-left: 9px;
    padding-right: 9px; }
  .ag-theme-material .ag-row-drag {
    background-color: transparent;
    background-image: url("./material-icons/grip.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    background-position-x: left;
    background-position-y: 6px;
    float: left;
    height: 100%;
    width: 42px; }
  .ag-theme-material .ag-column-drag {
    background-color: transparent;
    background-image: url("./material-icons/grip.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    background-position-x: left;
    background-position-y: 8px !important;
    height: 100%;
    min-width: 26px; }
  .ag-theme-material .ag-row-dragging {
    opacity: 0.5;
    z-index: 10000; }
  .ag-theme-material .ag-ltr .ag-cell-focus {
    border: 1px solid transparent;
    outline: initial; }
  .ag-theme-material .ag-rtl .ag-cell-focus {
    border: 1px solid transparent;
    outline: initial; }
  .ag-theme-material .ag-header-cell-resize {
    width: 16px; }
  .ag-theme-material .ag-icon-aggregation {
    background-color: transparent;
    background-image: url("./material-icons/aggregation.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-arrows {
    background-color: transparent;
    background-image: url("./material-icons/arrows.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-asc {
    background-color: transparent;
    background-image: url("./material-icons/asc.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-checkbox-checked-readonly {
    background-color: transparent;
    background-image: url("./material-icons/checkbox-checked-readonly.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-checkbox-checked {
    background-color: transparent;
    background-image: url("./material-icons/checkbox-checked.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-checkbox-indeterminate-readonly {
    background-color: transparent;
    background-image: url("./material-icons/checkbox-indeterminate-readonly.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-checkbox-indeterminate {
    background-color: transparent;
    background-image: url("./material-icons/checkbox-indeterminate.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-checkbox-unchecked-readonly {
    background-color: transparent;
    background-image: url("./material-icons/checkbox-unchecked-readonly.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-checkbox-unchecked {
    background-color: transparent;
    background-image: url("./material-icons/checkbox-unchecked.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-column {
    background-color: transparent;
    background-image: url("./material-icons/column.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-columns {
    background-color: transparent;
    background-image: url("./material-icons/columns.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-contracted {
    background-color: transparent;
    background-image: url("./material-icons/contracted.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-copy {
    background-color: transparent;
    background-image: url("./material-icons/copy.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-cut {
    background-color: transparent;
    background-image: url("./material-icons/cut.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-desc {
    background-color: transparent;
    background-image: url("./material-icons/desc.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-expanded {
    background-color: transparent;
    background-image: url("./material-icons/expanded.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-eye-slash {
    background-color: transparent;
    background-image: url("./material-icons/eye-slash.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-eye {
    background-color: transparent;
    background-image: url("./material-icons/eye.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-filter {
    background-color: transparent;
    background-image: url("./material-icons/filter.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-group {
    background-color: transparent;
    background-image: url("./material-icons/group.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-indeterminate {
    background-color: transparent;
    background-image: url("./material-icons/indeterminate.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-left {
    background-color: transparent;
    background-image: url("./material-icons/left.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-loading {
    background-color: transparent;
    background-image: url("./material-icons/loading.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-menu {
    background-color: transparent;
    background-image: url("./material-icons/menu.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-minus {
    background-color: transparent;
    background-image: url("./material-icons/minus.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-none {
    background-color: transparent;
    background-image: url("./material-icons/none.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-not-allowed {
    background-color: transparent;
    background-image: url("./material-icons/not-allowed.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-paste {
    background-color: transparent;
    background-image: url("./material-icons/paste.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-pin {
    background-color: transparent;
    background-image: url("./material-icons/pin.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-pivot {
    background-color: transparent;
    background-image: url("./material-icons/pivot.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-plus {
    background-color: transparent;
    background-image: url("./material-icons/plus.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-right {
    background-color: transparent;
    background-image: url("./material-icons/right.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-small-left {
    background-color: transparent;
    background-image: url("./material-icons/small-left.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-small-right {
    background-color: transparent;
    background-image: url("./material-icons/small-right.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-small-up {
    background-color: transparent;
    background-image: url("./material-icons/small-up.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-small-down {
    background-color: transparent;
    background-image: url("./material-icons/small-down.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-tick {
    background-color: transparent;
    background-image: url("./material-icons/tick.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-cross {
    background-color: transparent;
    background-image: url("./material-icons/cross.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-tree-open {
    background-color: transparent;
    background-image: url("./material-icons/tree-open.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-tree-closed {
    background-color: transparent;
    background-image: url("./material-icons/tree-closed.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-icon-tree-indeterminate {
    background-color: transparent;
    background-image: url("./material-icons/tree-indeterminate.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    display: inline-block; }
  .ag-theme-material .ag-header-cell-menu-button .ag-icon-menu {
    display: block;
    height: 56px; }
  .ag-theme-material .ag-icon-checkbox-checked:empty {
    background-image: url("./material-icons/checkbox-checked.svg?color1=%23000000&color2="); }
  .ag-theme-material .ag-menu {
    background: transparent;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 8px;
    padding: 0;
    z-index: 5; }
    .ag-theme-material .ag-menu .ag-menu-list {
      cursor: default;
      margin-bottom: 8px;
      margin-top: 8px;
      width: 100%; }
    .ag-theme-material .ag-menu .ag-menu-option {
      line-height: 32px;
      padding-left: 16px;
      padding-right: 16px; }
      .ag-theme-material .ag-menu .ag-menu-option > span {
        display: table-cell;
        vertical-align: middle; }
    .ag-theme-material .ag-menu .ag-menu-option-active {
      background: #fafafa; }
    .ag-theme-material .ag-menu .ag-menu-option-disabled {
      opacity: 0.5; }
    .ag-theme-material .ag-menu .ag-menu-option-icon {
      padding-left: 8px;
      padding-right: 8px; }
      .ag-theme-material .ag-menu .ag-menu-option-icon span {
        height: 18px;
        line-height: 0;
        margin-top: 8px; }
    .ag-theme-material .ag-menu .ag-menu-option-shortcut {
      padding-left: 16px; }
    .ag-theme-material .ag-menu .ag-menu-separator {
      margin-left: -8px; }
      .ag-theme-material .ag-menu .ag-menu-separator > span {
        background-image: url("data:image/svg+xml;utf8,<svg width='1' height='16px' viewBox='0 0 1 16px' xmlns='http://www.w3.org/2000/svg'> <line x1='0' y1='8px' x2='1' y2='8px' stroke-width='1' stroke='#ECECEC'/> </svg>");
        height: 16px; }
    .ag-theme-material .ag-menu .ag-menu-option-popup-pointer {
      width: 34px; }
  .ag-theme-material.ag-dnd-ghost {
    background: transparent;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 8px;
    border: 1px solid #ECECEC;
    color: rgba(0, 0, 0, 0.54);
    font: 700 12px "Roboto", sans-serif;
    height: 56px !important;
    line-height: 56px;
    margin: 0;
    padding: 0 16px;
    transform: translateY(16px);
    z-index: 5; }
    .ag-theme-material.ag-dnd-ghost span,
    .ag-theme-material.ag-dnd-ghost div {
      float: left;
      height: 100%;
      margin: 0;
      padding: 0; }
    .ag-theme-material.ag-dnd-ghost .ag-dnd-ghost-icon {
      margin-right: 8px;
      opacity: 0.87; }
  .ag-theme-material .ag-tab-header {
    background: #eee;
    min-width: 220px;
    width: 100%;
    display: table; }
    .ag-theme-material .ag-tab-header .ag-tab {
      border-bottom: 2px solid transparent;
      height: 32px;
      text-align: center;
      vertical-align: middle;
      display: table-cell; }
      .ag-theme-material .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-filter {
        background-image: url("./material-icons/filter.svg?color1=%23000000&color2=");
        display: inline-block; }
      .ag-theme-material .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-columns {
        background-image: url("./material-icons/columns.svg?color1=%23000000&color2=");
        display: inline-block; }
      .ag-theme-material .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-menu {
        background-image: url("./material-icons/menu.svg?color1=%23000000&color2=");
        display: inline-block; }
  .ag-theme-material .ag-tab-body {
    padding: 8px 0; }
    .ag-theme-material .ag-tab-body .ag-filter-select {
      margin: 8px;
      width: calc(100% - 16px); }
    .ag-theme-material .ag-tab-body .ag-menu-list {
      margin-bottom: 0;
      margin-top: 0; }
      .ag-theme-material .ag-tab-body .ag-menu-list > div:first-child > span {
        padding-top: 0; }
      .ag-theme-material .ag-tab-body .ag-menu-list > div:last-child > span {
        padding-bottom: 0; }
      .ag-theme-material .ag-tab-body .ag-menu-list > div:last-child > .ag-menu-option-popup-pointer {
        background-position-y: 0; }
  .ag-theme-material .ag-filter-select {
    margin: 8px;
    width: calc(100% - 16px); }
  .ag-theme-material .ag-filter input[type="radio"] {
    margin: 0 3px 0 6px;
    width: 12px;
    height: 17px;
    vertical-align: top; }
  .ag-theme-material .ag-filter input[type="text"],
  .ag-theme-material .ag-filter input[type="date"] {
    background: transparent;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.87);
    font-family: inherit;
    font-size: inherit;
    height: 24px;
    padding-bottom: 8px;
    border-width: 0;
    border-bottom: 1px solid #ECECEC;
    padding-left: 8px; }
    .ag-theme-material .ag-filter input[type="text"]:focus,
    .ag-theme-material .ag-filter input[type="date"]:focus {
      border-bottom: 2px solid transparent;
      outline: none;
      padding-bottom: 7px; }
    .ag-theme-material .ag-filter input[type="text"]::-webkit-input-placeholder,
    .ag-theme-material .ag-filter input[type="date"]::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.38); }
    .ag-theme-material .ag-filter input[type="text"]:-ms-input-placeholder,
    .ag-theme-material .ag-filter input[type="date"]:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.38); }
    .ag-theme-material .ag-filter input[type="text"]::placeholder,
    .ag-theme-material .ag-filter input[type="date"]::placeholder {
      color: rgba(0, 0, 0, 0.38); }
  .ag-theme-material .ag-filter label {
    display: block;
    padding-left: 8px; }
  .ag-theme-material .ag-filter .ag-set-filter-list {
    height: 260px;
    padding-top: 8px; }
  .ag-theme-material .ag-filter .ag-filter-header-container {
    box-sizing: border-box;
    height: 40px; }
  .ag-theme-material .ag-filter .ag-filter-header-container:nth-child(2) {
    border-bottom: 1px solid #ECECEC; }
  .ag-theme-material .ag-filter .ag-filter-checkbox {
    float: left;
    height: 40px;
    margin-right: 8px;
    padding-top: 4px; }
  .ag-theme-material .ag-filter .ag-filter-value {
    height: 40px;
    line-height: 28px; }
  .ag-theme-material .ag-filter .ag-filter-apply-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 8px;
    padding-top: 16px; }
    .ag-theme-material .ag-filter .ag-filter-apply-panel button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: transparent;
      border: 0;
      color: transparent;
      font-family: inherit;
      font-size: inherit;
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
    .ag-theme-material .ag-filter .ag-filter-apply-panel button + button {
      margin-left: 16px; }
  .ag-theme-material .ag-column-select-panel .ag-column-tool-panel-column-group,
  .ag-theme-material .ag-column-select-panel .ag-column-tool-panel-column {
    height: 32px;
    line-height: 32px;
    margin-left: 0; }
    .ag-theme-material .ag-column-select-panel .ag-column-tool-panel-column-group span,
    .ag-theme-material .ag-column-select-panel .ag-column-tool-panel-column span {
      float: left;
      height: 100%; }
    .ag-theme-material .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-indent,
    .ag-theme-material .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-indent {
      width: 16px; }
    .ag-theme-material .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
    .ag-theme-material .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
    .ag-theme-material .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
    .ag-theme-material .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
      margin-left: 8px;
      margin-right: 8px; }
  .ag-theme-material .ag-column-select-panel .ag-primary-cols-list-panel {
    padding-top: 8px; }
  .ag-theme-material .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
    margin-left: 34px; }
  .ag-theme-material .ag-filter-filter {
    margin-bottom: 8px; }
  .ag-theme-material .ag-primary-cols-header-panel {
    border-bottom: 1px solid #ECECEC;
    box-sizing: border-box;
    height: 56px;
    padding-top: 8px; }
    .ag-theme-material .ag-primary-cols-header-panel a {
      margin: 0 8px;
      padding-top: 4px; }
    .ag-theme-material .ag-primary-cols-header-panel .ag-filter-body {
      margin-left: 8px;
      margin-right: 8px; }
  .ag-theme-material .ag-group-child-count::before {
    content: " "; }
  .ag-theme-material .ag-tool-panel-wrapper {
    border-right: 0; }
    .ag-theme-material .ag-tool-panel-wrapper .ag-filter-panel {
      width: 100%; }
      .ag-theme-material .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance {
        color: rgba(0, 0, 0, 0.54);
        font-weight: 600;
        -ms-flex: auto;
            flex: auto;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
        .ag-theme-material .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance .ag-filter-toolpanel-header {
          padding: 5px 0 5px 5px; }
      .ag-theme-material .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-body-wrapper {
        padding-top: 5px; }
      .ag-theme-material .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-air {
        border: 1px solid #ECECEC;
        border-left: 0;
        border-right: 0;
        padding: 8px 0; }
    .ag-theme-material .ag-tool-panel-wrapper .ag-pivot-mode-panel {
      border-bottom: 1px solid #ECECEC;
      box-sizing: border-box;
      height: 56px;
      line-height: 56px; }
      .ag-theme-material .ag-tool-panel-wrapper .ag-pivot-mode-panel span {
        float: left;
        height: 100%; }
      .ag-theme-material .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
        margin-left: 8px; }
        .ag-theme-material .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select .ag-checkbox-label {
          margin-left: 8px; }
    .ag-theme-material .ag-tool-panel-wrapper .ag-column-select-panel {
      border-bottom: 1px solid #ECECEC;
      padding-bottom: 7px;
      padding-top: 0; }
    .ag-theme-material .ag-tool-panel-wrapper .ag-column-drop {
      border-bottom: 1px solid #ECECEC;
      clear: both;
      overflow: auto;
      padding: 8px 0;
      padding-bottom: 16px; }
      .ag-theme-material .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
        float: left;
        height: 40px;
        margin: 0 8px; }
      .ag-theme-material .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
        clear: right;
        float: left;
        height: 40px;
        line-height: 40px;
        width: calc(100% - 34px); }
      .ag-theme-material .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
        clear: both;
        color: rgba(0, 0, 0, 0.38);
        font: 700 12px "Roboto", sans-serif;
        line-height: 16px;
        padding-left: 32px;
        padding-right: 8px; }
      .ag-theme-material .ag-tool-panel-wrapper .ag-column-drop:last-child {
        border-bottom: 0; }
  .ag-theme-material .ag-filter-icon:empty {
    background-color: transparent;
    background-image: url("./material-icons/filter.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px; }
  .ag-theme-material .ag-sort-ascending-icon:empty {
    background-color: transparent;
    background-image: url("./material-icons/asc.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px; }
  .ag-theme-material .ag-sort-descending-icon:empty {
    background-color: transparent;
    background-image: url("./material-icons/desc.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px; }
  .ag-theme-material .ag-sort-none-icon:empty {
    background-color: transparent;
    background-image: url("./material-icons/none.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px; }
  .ag-theme-material .ag-numeric-header .ag-header-cell-label .ag-header-icon {
    margin-left: 0;
    margin-right: 8px; }
  .ag-theme-material .ag-paging-panel {
    -ms-flex-align: center;
        align-items: center;
    border-top: 1px solid #ECECEC;
    color: rgba(0, 0, 0, 0.54);
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 0 10px; }
    .ag-theme-material .ag-paging-panel > span {
      margin-left: 32px; }
  .ag-theme-material button[ref="btFirst"] {
    background-color: transparent;
    background-image: url("./material-icons/first.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    overflow: hidden;
    text-indent: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
    .ag-theme-material button[ref="btFirst"][disabled] {
      opacity: 0.38; }
  .ag-theme-material button[ref="btPrevious"] {
    background-color: transparent;
    background-image: url("./material-icons/previous.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    overflow: hidden;
    text-indent: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
    .ag-theme-material button[ref="btPrevious"][disabled] {
      opacity: 0.38; }
  .ag-theme-material button[ref="btLast"] {
    background-color: transparent;
    background-image: url("./material-icons/last.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    overflow: hidden;
    text-indent: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
    .ag-theme-material button[ref="btLast"][disabled] {
      opacity: 0.38; }
  .ag-theme-material button[ref="btNext"] {
    background-color: transparent;
    background-image: url("./material-icons/next.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px;
    overflow: hidden;
    text-indent: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
    .ag-theme-material button[ref="btNext"][disabled] {
      opacity: 0.38; }
  .ag-theme-material .ag-rtl button[ref="btFirst"] {
    background-color: transparent;
    background-image: url("./material-icons/last.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px; }
  .ag-theme-material .ag-rtl button[ref="btPrevious"] {
    background-color: transparent;
    background-image: url("./material-icons/next.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px; }
  .ag-theme-material .ag-rtl button[ref="btLast"] {
    background-color: transparent;
    background-image: url("./material-icons/first.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px; }
  .ag-theme-material .ag-rtl button[ref="btNext"] {
    background-color: transparent;
    background-image: url("./material-icons/previous.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px; }
  .ag-theme-material .ag-row-selected {
    background-color: #eee; }
  .ag-theme-material .ag-cell-range-selected:not(.ag-cell-focus) {
    background-color: #e8eaf6; }
  .ag-theme-material .ag-cell-inline-editing {
    background: transparent;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 8px;
    background: #fafafa;
    height: 72px;
    line-height: normal;
    padding: 10px;
    z-index: 2; }
    .ag-theme-material .ag-cell-inline-editing input[type="text"],
    .ag-theme-material .ag-cell-inline-editing input[type="tel"],
    .ag-theme-material .ag-cell-inline-editing input[type="date"],
    .ag-theme-material .ag-cell-inline-editing input[type="datetime-local"] {
      background: transparent;
      box-sizing: border-box;
      color: rgba(0, 0, 0, 0.87);
      font-family: inherit;
      font-size: inherit;
      height: 24px;
      padding-bottom: 8px;
      border-width: 0;
      border-bottom: 1px solid #ECECEC; }
      .ag-theme-material .ag-cell-inline-editing input[type="text"]:focus,
      .ag-theme-material .ag-cell-inline-editing input[type="tel"]:focus,
      .ag-theme-material .ag-cell-inline-editing input[type="date"]:focus,
      .ag-theme-material .ag-cell-inline-editing input[type="datetime-local"]:focus {
        border-bottom: 2px solid transparent;
        outline: none;
        padding-bottom: 7px; }
      .ag-theme-material .ag-cell-inline-editing input[type="text"]::-webkit-input-placeholder,
      .ag-theme-material .ag-cell-inline-editing input[type="tel"]::-webkit-input-placeholder,
      .ag-theme-material .ag-cell-inline-editing input[type="date"]::-webkit-input-placeholder,
      .ag-theme-material .ag-cell-inline-editing input[type="datetime-local"]::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.38); }
      .ag-theme-material .ag-cell-inline-editing input[type="text"]:-ms-input-placeholder,
      .ag-theme-material .ag-cell-inline-editing input[type="tel"]:-ms-input-placeholder,
      .ag-theme-material .ag-cell-inline-editing input[type="date"]:-ms-input-placeholder,
      .ag-theme-material .ag-cell-inline-editing input[type="datetime-local"]:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.38); }
      .ag-theme-material .ag-cell-inline-editing input[type="text"]::placeholder,
      .ag-theme-material .ag-cell-inline-editing input[type="tel"]::placeholder,
      .ag-theme-material .ag-cell-inline-editing input[type="date"]::placeholder,
      .ag-theme-material .ag-cell-inline-editing input[type="datetime-local"]::placeholder {
        color: rgba(0, 0, 0, 0.38); }
    .ag-theme-material .ag-cell-inline-editing select {
      height: auto; }
  .ag-theme-material .ag-popup-editor {
    background: transparent;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 8px;
    background: #fafafa;
    padding: 0;
    z-index: 1; }
    .ag-theme-material .ag-popup-editor .ag-large-textarea textarea {
      background: transparent;
      box-sizing: border-box;
      color: rgba(0, 0, 0, 0.87);
      font-family: inherit;
      font-size: inherit;
      height: 24px;
      padding-bottom: 8px;
      border-width: 0;
      border-bottom: 1px solid #ECECEC;
      height: auto;
      padding: 10px; }
      .ag-theme-material .ag-popup-editor .ag-large-textarea textarea:focus {
        border-bottom: 2px solid transparent;
        outline: none;
        padding-bottom: 7px; }
      .ag-theme-material .ag-popup-editor .ag-large-textarea textarea::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.38); }
      .ag-theme-material .ag-popup-editor .ag-large-textarea textarea:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.38); }
      .ag-theme-material .ag-popup-editor .ag-large-textarea textarea::placeholder {
        color: rgba(0, 0, 0, 0.38); }
  .ag-theme-material .ag-rich-select {
    background-color: #fafafa;
    background-image: url("./material-icons/tree-open.svg?color1=%23333333");
    background-position-x: calc(100% - 8px);
    background-position-y: 16px;
    background-repeat: no-repeat; }
    .ag-theme-material .ag-rich-select .ag-rich-select-list {
      height: 312px; }
    .ag-theme-material .ag-rich-select .ag-rich-select-value {
      height: 48px;
      line-height: 48px;
      padding-left: 10px; }
    .ag-theme-material .ag-rich-select .ag-virtual-list-item {
      cursor: default;
      height: 48px;
      line-height: 48px; }
      .ag-theme-material .ag-rich-select .ag-virtual-list-item:hover {
        background-color: #fafafa; }
    .ag-theme-material .ag-rich-select .ag-rich-select-row {
      padding-left: 10px; }
    .ag-theme-material .ag-rich-select .ag-rich-select-row-selected {
      background-color: #eee; }
  .ag-theme-material .ag-floating-filter-body {
    float: left;
    height: 100%;
    margin-right: 0;
    width: calc(100% - 34px); }
    .ag-theme-material .ag-floating-filter-body input {
      box-sizing: border-box;
      background: transparent;
      box-sizing: border-box;
      color: rgba(0, 0, 0, 0.87);
      font-family: inherit;
      font-size: inherit;
      height: 24px;
      padding-bottom: 8px;
      border-width: 0;
      border-bottom: 1px solid #ECECEC; }
      .ag-theme-material .ag-floating-filter-body input:focus {
        border-bottom: 2px solid transparent;
        outline: none;
        padding-bottom: 7px; }
      .ag-theme-material .ag-floating-filter-body input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.38); }
      .ag-theme-material .ag-floating-filter-body input:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.38); }
      .ag-theme-material .ag-floating-filter-body input::placeholder {
        color: rgba(0, 0, 0, 0.38); }
  .ag-theme-material .ag-floating-filter-full-body input {
    box-sizing: border-box;
    background: transparent;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.87);
    font-family: inherit;
    font-size: inherit;
    height: 24px;
    padding-bottom: 8px;
    border-width: 0;
    border-bottom: 1px solid #ECECEC; }
    .ag-theme-material .ag-floating-filter-full-body input:focus {
      border-bottom: 2px solid transparent;
      outline: none;
      padding-bottom: 7px; }
    .ag-theme-material .ag-floating-filter-full-body input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.38); }
    .ag-theme-material .ag-floating-filter-full-body input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.38); }
    .ag-theme-material .ag-floating-filter-full-body input::placeholder {
      color: rgba(0, 0, 0, 0.38); }
  .ag-theme-material .ag-floating-filter-input {
    line-height: normal; }
  .ag-theme-material .ag-floating-filter-button {
    float: right;
    line-height: 18px;
    margin-top: 20px; }
    .ag-theme-material .ag-floating-filter-button button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: transparent;
      border: 0;
      height: 18px;
      padding: 0;
      width: 18px; }
  .ag-theme-material .ag-cell-label-container {
    height: 100%; }
  .ag-theme-material .ag-header-group-cell-label {
    height: 100%; }
    .ag-theme-material .ag-header-group-cell-label span {
      float: left;
      height: 100%; }
  .ag-theme-material .ag-header-select-all {
    height: 100%;
    margin-right: 10px; }
    .ag-theme-material .ag-header-select-all span {
      height: 100%; }
  .ag-theme-material .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
    float: left;
    width: calc(100% - 18px - 10px); }
  .ag-theme-material .ag-selection-checkbox span,
  .ag-theme-material .ag-group-expanded span,
  .ag-theme-material .ag-group-contracted span {
    margin-right: 10px; }
  .ag-theme-material .ag-selection-checkbox span {
    position: relative;
    top: 4px; }
  .ag-theme-material .ag-group-expanded .ag-icon-contracted:empty {
    background-color: transparent;
    background-image: url("./material-icons/tree-open.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px; }
  .ag-theme-material .ag-column-drop-horizontal {
    background-color: #eee;
    height: 48px;
    line-height: 32px;
    padding-left: 10px; }
    .ag-theme-material .ag-column-drop-horizontal.ag-width-half {
      margin-bottom: -3px; }
    .ag-theme-material .ag-column-drop-horizontal span {
      float: left;
      height: 100%; }
    .ag-theme-material .ag-column-drop-horizontal > div:first-child {
      float: left;
      height: 100%; }
    .ag-theme-material .ag-column-drop-horizontal .ag-icon-group,
    .ag-theme-material .ag-column-drop-horizontal .ag-icon-pivot {
      margin-right: 10px; }
    .ag-theme-material .ag-column-drop-horizontal .ag-right-arrow {
      background-color: transparent;
      background-image: url("./material-icons/right.svg?color1=%23333333&color2=");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 18px 18px;
      height: 18px;
      opacity: 0.87;
      width: 18px; }
    .ag-theme-material .ag-column-drop-horizontal .ag-left-arrow {
      background-color: transparent;
      background-image: url("./material-icons/left.svg?color1=%23333333&color2=");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 18px 18px;
      height: 18px;
      opacity: 0.87;
      width: 18px; }
    .ag-theme-material .ag-column-drop-horizontal .ag-left-arrow,
    .ag-theme-material .ag-column-drop-horizontal .ag-right-arrow {
      overflow: hidden;
      text-indent: 100%;
      height: 100%;
      margin: 0 8px;
      opacity: 0.54; }
    .ag-theme-material .ag-column-drop-horizontal .ag-column-drop-empty-message {
      height: 100%;
      line-height: 48px;
      opacity: 0.38; }
  .ag-theme-material .ag-column-drop-cell {
    background: #e0e0e0;
    border-radius: 32px;
    box-sizing: border-box;
    height: 32px !important;
    margin-top: 8px;
    padding: 0 4px; }
    .ag-theme-material .ag-column-drop-cell .ag-column-drop-cell-text {
      height: 100%;
      line-height: 32px;
      margin: 0 8px; }
    .ag-theme-material .ag-column-drop-cell .ag-column-drop-cell-button {
      background-color: transparent;
      background-image: url("./material-icons/cancel.svg?color1=%23333333&color2=");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 18px 18px;
      height: 18px;
      opacity: 0.87;
      width: 18px;
      overflow: hidden;
      text-indent: 100%;
      min-width: 32px;
      height: 100%;
      margin: 0 4px;
      opacity: 0.54; }
      .ag-theme-material .ag-column-drop-cell .ag-column-drop-cell-button:hover {
        opacity: 0.87; }
    .ag-theme-material .ag-column-drop-cell .ag-column-drag {
      margin-left: 16px;
      margin-top: 4px;
      width: 18px; }
  .ag-theme-material .ag-select-agg-func-popup {
    background: transparent;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 8px;
    background: transparent;
    height: 140px;
    padding: 0; }
    .ag-theme-material .ag-select-agg-func-popup .ag-virtual-list-item {
      cursor: default;
      line-height: 40px;
      padding-left: 16px; }
  .ag-theme-material .ag-set-filter-list,
  .ag-theme-material .ag-menu-column-select-wrapper {
    width: auto; }
  .ag-theme-material .ag-column-drop-vertical > .ag-column-drop-cell {
    float: left;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-top: 0; }
  .ag-theme-material .ag-cell-data-changed {
    background-color: #00acc1 !important; }
  .ag-theme-material .ag-cell-data-changed-animation {
    background-color: transparent;
    transition: background-color 1s; }
  .ag-theme-material .ag-stub-cell {
    padding-left: 10px;
    padding-top: 8px; }
    .ag-theme-material .ag-stub-cell .ag-loading-icon {
      float: left;
      height: 100%; }
    .ag-theme-material .ag-stub-cell .ag-loading-text {
      float: left;
      height: 100%;
      margin-left: 8px;
      margin-top: 8px; }
  .ag-theme-material .ag-rtl .ag-numeric-cell {
    text-align: left; }
  .ag-theme-material .ag-rtl .ag-header-cell-menu-button {
    float: left; }
  .ag-theme-material .ag-rtl .ag-header-cell-label {
    float: right;
    width: calc(100% - 18px); }
    .ag-theme-material .ag-rtl .ag-header-cell-label > span {
      float: right; }
    .ag-theme-material .ag-rtl .ag-header-cell-label .ag-header-icon {
      margin-top: 2px; }
  .ag-theme-material .ag-rtl .ag-numeric-header .ag-header-cell-menu-button {
    float: right; }
  .ag-theme-material .ag-rtl .ag-numeric-header .ag-header-cell-label {
    float: left; }
    .ag-theme-material .ag-rtl .ag-numeric-header .ag-header-cell-label > span {
      float: left; }
  .ag-theme-material .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel span {
    float: right; }
  .ag-theme-material .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
    margin-right: 8px; }
    .ag-theme-material .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select .ag-checkbox-label {
      margin-right: 8px; }
  .ag-theme-material .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
    float: right; }
  .ag-theme-material .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
    clear: left;
    float: right; }
  .ag-theme-material .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
    padding-left: 8px;
    padding-right: 32px; }
  .ag-theme-material .ag-rtl .ag-filter-checkbox {
    float: right;
    margin-left: 8px; }
  .ag-theme-material .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group span,
  .ag-theme-material .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column span {
    float: right; }
  .ag-theme-material .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
  .ag-theme-material .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
  .ag-theme-material .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
  .ag-theme-material .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
    margin-left: 8px;
    margin-right: 8px; }
  .ag-theme-material .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
    margin-left: 0;
    margin-right: 34px; }
  .ag-theme-material .ag-rtl .ag-icon-tree-closed {
    background-color: transparent;
    background-image: url("./material-icons/contracted.svg?color1=%23333333&color2=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    height: 18px;
    opacity: 0.87;
    width: 18px; }
  .ag-theme-material .ag-rtl .ag-header-group-cell-label {
    height: 100%; }
    .ag-theme-material .ag-rtl .ag-header-group-cell-label span {
      float: right;
      height: 100%; }
  .ag-theme-material .ag-rtl .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
    float: right; }
  .ag-theme-material .ag-rtl .ag-header-select-all {
    margin-left: 10px;
    margin-right: 0; }
  .ag-theme-material .ag-rtl .ag-selection-checkbox span,
  .ag-theme-material .ag-rtl .ag-group-expanded span,
  .ag-theme-material .ag-rtl .ag-group-contracted span {
    margin-left: 10px;
    margin-right: 0; }
  .ag-theme-material .ag-rtl .ag-column-drop-horizontal {
    padding-right: 10px; }
    .ag-theme-material .ag-rtl .ag-column-drop-horizontal span {
      float: right; }
    .ag-theme-material .ag-rtl .ag-column-drop-horizontal > div:first-child {
      float: right; }
    .ag-theme-material .ag-rtl .ag-column-drop-horizontal .ag-icon-group,
    .ag-theme-material .ag-rtl .ag-column-drop-horizontal .ag-icon-pivot {
      margin-left: 10px;
      margin-right: 0; }
    .ag-theme-material .ag-rtl .ag-column-drop-horizontal .ag-right-arrow {
      background-color: transparent;
      background-image: url("./material-icons/right.svg?color1=%23333333&color2=");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 18px 18px;
      height: 18px;
      opacity: 0.87;
      width: 18px;
      height: 100%; }
    .ag-theme-material .ag-rtl .ag-column-drop-horizontal .ag-left-arrow {
      background-color: transparent;
      background-image: url("./material-icons/left.svg?color1=%23333333&color2=");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 18px 18px;
      height: 18px;
      opacity: 0.87;
      width: 18px;
      height: 100%; }
  .ag-theme-material .ag-rtl .ag-floating-filter-body {
    float: right;
    margin-left: 0; }
  .ag-theme-material .ag-rtl .ag-floating-filter-button {
    float: left; }
  .ag-theme-material .ag-rtl .ag-header .ag-header-cell-resize::after {
    border-left: 1px solid #ECECEC;
    border-right: 0; }
  .ag-theme-material .ag-rtl .ag-column-drag {
    background-position-x: right; }
  .ag-theme-material .ag-status-bar {
    background: transparent;
    border: 1px solid #ECECEC;
    border-top: 0;
    color: rgba(0, 0, 0, 0.38);
    font: 700 12px "Roboto", sans-serif;
    padding-right: 32px;
    padding-left: 32px; }
  .ag-theme-material .ag-name-value-value {
    color: rgba(0, 0, 0, 0.87); }
  .ag-theme-material .ag-status-bar-center {
    text-align: center; }
  .ag-theme-material .ag-name-value {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 16px;
    padding-bottom: 16px; }
  .ag-theme-material .ag-details-row {
    box-sizing: border-box;
    padding: 40px; }
  .ag-theme-material .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.5); }
  .ag-theme-material .ag-overlay-loading-center {
    background: transparent;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 8px; }
  .ag-theme-material .ag-side-bar {
    background-color: #fafafa;
    border-right: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
    position: relative; }
    .ag-theme-material .ag-side-bar .ag-side-buttons {
      padding-top: 32px;
      background: transparent;
      border-bottom: 1px solid #ECECEC;
      position: relative; }
      .ag-theme-material .ag-side-bar .ag-side-buttons .ag-side-button button {
        background: transparent;
        border: 0;
        color: rgba(0, 0, 0, 0.87);
        padding: 16px 0 16px 0;
        width: 100%;
        margin: 0;
        min-height: 144px;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: transparent;
        background-position-y: 8px;
        background-position-x: center;
        background-repeat: no-repeat; }
      .ag-theme-material .ag-side-bar .ag-side-buttons .ag-selected button {
        background-color: #fafafa;
        margin-left: -1px;
        padding-left: 1px;
        width: calc(100% + 1px);
        border-color: #ECECEC; }
    .ag-theme-material .ag-side-bar .ag-panel-container {
      border-right: 1px solid #ECECEC;
      box-sizing: border-box; }
    .ag-theme-material .ag-side-bar.full-width .ag-panel-container {
      border-right: 0; }
    .ag-theme-material .ag-side-bar .ag-column-drop {
      min-height: 50px; }
  .ag-theme-material .ag-rtl .ag-side-bar .ag-panel-container {
    border-left: 1px solid #ECECEC;
    border-right: 0; }
  .ag-theme-material .ag-rtl .ag-side-bar.full-width .ag-panel-container {
    border-left: 0; }
  .ag-theme-material .ag-primary-cols-filter {
    background: transparent;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.87);
    font-family: inherit;
    font-size: inherit;
    height: 24px;
    padding-bottom: 8px;
    border-width: 0;
    border-bottom: 1px solid #ECECEC;
    box-sizing: border-box;
    width: 100%; }
    .ag-theme-material .ag-primary-cols-filter:focus {
      border-bottom: 2px solid transparent;
      outline: none;
      padding-bottom: 7px; }
    .ag-theme-material .ag-primary-cols-filter::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.38); }
    .ag-theme-material .ag-primary-cols-filter:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.38); }
    .ag-theme-material .ag-primary-cols-filter::placeholder {
      color: rgba(0, 0, 0, 0.38); }
  .ag-theme-material .ag-primary-cols-filter-wrapper {
    margin-left: 8px;
    margin-right: 8px; }
  .ag-theme-material .sass-variables::after {
    content: '{ "autoSizePadding": "24px", "headerHeight": "56px", "groupPaddingSize": "42px", "footerPaddingAddition": "32px", "virtualItemHeight": "40px", "aggFuncPopupHeight": "140px", "checkboxIndentWidth": "26px", "leafNodePadding": "24px", "rowHeight": "48px", "gridSize": "8px", "iconSize": "18px" }';
    display: none; }
  .ag-theme-material .ag-cell-highlight {
    background-color: #fce4ec !important; }
  .ag-theme-material .ag-cell-highlight-animation {
    transition: background-color 1s; }
  .ag-theme-material .ag-row-drag {
    background-position-y: center; }
  .ag-theme-material .ag-column-drag {
    background-position-y: center; }
  .ag-theme-material .ag-cell-range-selected-1:not(.ag-cell-focus) {
    background-color: #e8eaf6; }
  .ag-theme-material .ag-cell-range-selected-2:not(.ag-cell-focus) {
    background-color: #d9ddf0; }
  .ag-theme-material .ag-cell-range-selected-3:not(.ag-cell-focus) {
    background-color: #cbcfeb; }
  .ag-theme-material .ag-cell-range-selected-4:not(.ag-cell-focus) {
    background-color: #bcc2e5; }
  .ag-theme-material .ag-side-bar {
    border-bottom: 0;
    border-right: 0;
    border-top: 0; }
    .ag-theme-material .ag-side-bar .ag-side-buttons button {
      border: 0;
      color: rgba(0, 0, 0, 0.54);
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      font-weight: 700;
      background: transparent; }
    .ag-theme-material .ag-side-bar .ag-side-buttons .ag-side-button button {
      background-color: transparent;
      border-width: 0; }
    .ag-theme-material .ag-side-bar .ag-side-buttons .ag-selected button {
      border-left: 2px solid transparent;
      background-color: #fafafa;
      margin-left: -2px;
      padding-left: 1px; }
    .ag-theme-material .ag-side-bar .ag-filter-toolpanel-body {
      background-color: transparent; }
  .ag-theme-material .ag-rtl .ag-side-bar .ag-side-buttons .ag-selected button {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    border-right: 2px solid transparent;
    margin-right: -2px;
    padding-right: 1px; }

.ag-header-viewport {
  color: white; }

.ag-theme-material .ag-header-row {
  border-bottom: 0; }

.ag-theme-material .ag-cell-label-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .ag-theme-material .ag-cell-label-container .ag-header-cell-label {
    -ms-flex-pack: center;
        justify-content: center; }

.ag-row .ag-cell {
  /* Pollution: */
  font-size: 14px;
  color: #748390;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center; }
  .ag-row .ag-cell:first-child {
    text-align: left; }
  .ag-row .ag-cell > span {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .ag-row .ag-cell span.table-go-to-nation-pin {
    background-image: url(./images/map-pin.svg);
    width: 32px;
    height: 15px;
    background-size: 13px 15px;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .ag-row .ag-cell span.table-go-to-nation-pin:hover {
      background-image: url(./images/map-pin-hover.svg); }
  .ag-row .ag-cell span.nation-name {
    background-color: white;
    background-image: url(./images/plus-sign-blue.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 7px;
    box-shadow: 0 2px 4px 0 rgba(116, 131, 144, 0.2);
    border-radius: 13px;
    width: 100%;
    line-height: 26px;
    padding: 0 15px;
    display: inline-block;
    text-align: left;
    color: #3A7C94;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .ag-row .ag-cell span.nation-name:hover {
      background-color: #91ab5a;
      background-image: url(./images/plus-sign.svg);
      color: white; }
  .ag-row .ag-cell span.region-name {
    -ms-flex: 1;
        flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .ag-row .ag-cell span.no-standard-value {
    color: #f6bfbc; }

.ag-theme-material .ag-icon {
  width: 25px;
  background-size: 25px 25px; }
  .ag-theme-material .ag-icon-desc {
    background-image: url(./images/sort-down-active.svg); }
  .ag-theme-material .ag-icon-asc {
    background-image: url(./images/sort-up-active.svg); }
  .ag-theme-material .ag-icon-none {
    background-image: url(./images/sort-down-inactive.svg); }

section.index-tool-bottom {
  position: absolute;
  height: calc( 100% - 120px);
  width: 100%;
  background: white;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  transition: transform 340ms cubic-bezier(0.645, 0.045, 0.355, 1), background 340ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 340ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(100%); }
  section.index-tool-bottom.is-active {
    background: transparent;
    transform: translateY(0); }
  body.modal-is-active section.index-tool-bottom {
    opacity: 0.2;
    pointer-events: none; }

.index-tool-key-stats-container {
  background: white;
  overflow: auto;
  height: 100%; }

.index-tool-key-stats {
  background: #F8FAFB; }
  .index-tool-key-stats-tab {
    position: relative;
    z-index: 10;
    height: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: white;
    transition: background 340ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (min-width: 770px) {
      .index-tool-key-stats-tab {
        height: 60px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; } }
    section.index-tool-bottom.is-active .index-tool-key-stats-tab {
      background: #3a7c94; }
    .index-tool-key-stats-tab .buttons {
      position: absolute;
      top: 0;
      right: 0;
      height: 60px;
      padding-right: 10px;
      display: none;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (min-width: 770px) {
        .index-tool-key-stats-tab .buttons {
          display: -ms-flexbox;
          display: flex; } }
      .index-tool-key-stats-tab .buttons > * {
        height: 30px;
        border-radius: 5px;
        padding: 0 16px;
        margin-right: 10px; }
        .index-tool-key-stats-tab .buttons > *.light {
          background: #D2DBE3;
          border: 1px solid #a4b6c6;
          color: #1c2b39; }
        .index-tool-key-stats-tab .buttons > *.dark {
          background: #001223;
          border: 1px solid #001223;
          color: white; }
      .index-tool-key-stats-tab .buttons .social-hover {
        height: 32px;
        border: 0;
        display: inline-block;
        line-height: 32px;
        position: relative; }
        .index-tool-key-stats-tab .buttons .social-hover:hover {
          border-top-left-radius: 0;
          border-top-right-radius: 0; }
          .index-tool-key-stats-tab .buttons .social-hover:hover .share-box {
            opacity: 1;
            pointer-events: all; }
      .index-tool-key-stats-tab .buttons .share-box {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        display: block;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        bottom: 32px;
        left: 0;
        right: 0;
        background: #001223;
        padding: 10px 0 0; }
        .index-tool-key-stats-tab .buttons .share-box a,
        .index-tool-key-stats-tab .buttons .share-box button {
          width: 100%;
          margin: 0;
          padding: 0;
          display: block;
          background: transparent; }
          .index-tool-key-stats-tab .buttons .share-box a img,
          .index-tool-key-stats-tab .buttons .share-box button img {
            display: block;
            margin: 0 auto 8px; }
  .index-tool-key-stats-toggle {
    position: relative;
    width: 100%;
    height: 50px;
    background: transparent;
    color: #3a7c94;
    text-align: center;
    text-decoration: underline;
    display: block;
    margin: 0 auto;
    padding-top: 8px;
    transition: color 340ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (min-width: 770px) {
      .index-tool-key-stats-toggle {
        height: 60px; } }
    section.index-tool-bottom.is-active .index-tool-key-stats-toggle {
      color: white; }
    .index-tool-key-stats-toggle:after {
      content: "";
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      width: 30px;
      height: 4px;
      border-radius: 2px;
      background: rgba(172, 175, 178, 0.5); }
  .index-tool-key-stats-body {
    max-width: calc(1170px + 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 15px; }
    @media (min-width: 770px) {
      .index-tool-key-stats-body {
        padding-top: 30px;
        padding-bottom: 70px; } }

.key-stat-panel-header {
  opacity: 0;
  height: 0;
  overflow: hidden; }
  .key-stat-panel-header.is-active {
    opacity: 1;
    height: auto; }
  .key-stat-panel-header h3 {
    color: #748390;
    margin-bottom: 20px; }
    .key-stat-panel-header h3 span {
      text-decoration: underline;
      color: black; }

.index-tool-key-stats-footer {
  background: white;
  display: flow-root; }

.key-stat-panel-container {
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  height: 0;
  transition: opacity 200ms ease; }
  .key-stat-panel-container.full .key-stat-panel {
    width: 100%; }
  .key-stat-panel-container.half {
    -ms-flex-pack: justify;
        justify-content: space-between;
    display: block; }
    @media (min-width: 770px) {
      .key-stat-panel-container.half {
        display: -ms-flexbox;
        display: flex; } }
    .key-stat-panel-container.half .key-stat-panel {
      width: 100%; }
      @media (min-width: 770px) {
        .key-stat-panel-container.half .key-stat-panel {
          width: 48.5%; } }
  .key-stat-panel-container.is-active {
    opacity: 1;
    height: auto; }

.key-stat-panel {
  min-height: 100px;
  background: white;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column; }
  .key-stat-panel.chart {
    padding: 40px 15px 15px; }
    .key-stat-panel.chart h5 {
      margin: 0 0 0 35px; }
  .key-stat-panel.data-points {
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
  .key-stat-panel .data-point {
    border-right: 1px solid #EBF1F5;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    width: 50%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .key-stat-panel .data-point:nth-child(-n+2) {
      border-bottom: 1px solid #EBF1F5; }
    .key-stat-panel .data-point:nth-child(2n) {
      border-right: 0; }
    @media (min-width: 770px) {
      .key-stat-panel .data-point {
        width: 25%;
        border-bottom: 0; }
        .key-stat-panel .data-point:nth-child(2n) {
          border-right: 1px solid #EBF1F5; }
        .key-stat-panel .data-point:last-child {
          border-right: 0; } }
    .key-stat-panel .data-point p {
      margin: 0;
      text-align: center;
      position: relative; }
      .key-stat-panel .data-point p > span {
        display: block; }
    .key-stat-panel .data-point .label {
      margin: 0 0 4px; }
    .key-stat-panel .data-point .note {
      position: absolute;
      width: 100%;
      font-size: 11px; }

.chart-regions-air-pollution-ranking svg {
  width: 100%;
  max-width: 100%;
  height: auto; }

.chart-regions-air-pollution-ranking .bars rect {
  opacity: 0.65;
  transition: opacity 200ms ease; }
  .chart-regions-air-pollution-ranking .bars rect:hover {
    opacity: 1;
    stroke-width: 1px;
    stroke: #F8A429; }
  .chart-regions-air-pollution-ranking .bars rect.is-active {
    opacity: 1; }

.chart-regions-air-pollution-ranking .y-axis line,
.chart-regions-air-pollution-ranking .y-axis .domain {
  display: none; }

.chart-regions-air-pollution-ranking .y-axis text {
  font-family: Theinhardt-Medium;
  font-size: 10px;
  fill: #748390; }

.chart-regions-air-pollution-ranking .x-axis .domain {
  fill: #F8FAFB;
  stroke: none; }

.chart-regions-air-pollution-ranking .x-axis line {
  stroke: #EBEBEB; }

.chart-regions-air-pollution-ranking .x-axis text {
  font-family: Theinhardt-Medium;
  font-size: 10px;
  fill: #748390; }

.chart-regions-air-pollution-ranking text.x-label {
  font-family: Theinhardt-Medium;
  font-size: 10px;
  fill: #1C2B39;
  background: transparent; }

.chart-regions-air-pollution-exposure svg {
  width: 100%;
  max-width: 100%;
  height: auto; }

.chart-regions-air-pollution-exposure .bars rect {
  opacity: 0.65; }

.chart-regions-air-pollution-exposure text.y-label {
  font-family: Theinhardt-Medium;
  font-size: 10px;
  fill: #1C2B39;
  background: transparent; }

.chart-regions-air-pollution-exposure .y-axis .domain {
  fill: #F8FAFB;
  stroke: none; }

.chart-regions-air-pollution-exposure .y-axis line {
  stroke: #EBEBEB; }

.chart-regions-air-pollution-exposure .y-axis text {
  font-family: Theinhardt-Medium;
  font-size: 10px;
  fill: #748390; }

.chart-regions-air-pollution-exposure .x-axis .domain {
  fill: #F8FAFB;
  stroke: none; }

.chart-regions-air-pollution-exposure .x-axis line {
  stroke: #EBEBEB; }

.chart-regions-air-pollution-exposure .x-axis text {
  font-family: Theinhardt-Medium;
  font-size: 10px;
  fill: #748390; }

.chart-regions-air-pollution-exposure .x-axis .tick line {
  display: none; }

.chart-regions-air-pollution-exposure text.x-label {
  font-family: Theinhardt-Medium;
  font-size: 10px;
  fill: #1C2B39;
  background: transparent; }

.chart-air-pollution-ranking-container {
  width: 100%;
  padding-left: 35px;
  position: relative; }
  .chart-air-pollution-ranking-container .y-axis-external {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: white;
    width: 35px;
    overflow: hidden; }
    .chart-air-pollution-ranking-container .y-axis-external svg line {
      display: none; }
    .chart-air-pollution-ranking-container .y-axis-external svg text {
      font-family: Theinhardt-Regular;
      font-size: 10px;
      fill: #748390;
      text-transform: uppercase; }

.chart-air-pollution-ranking {
  width: 100%;
  overflow-x: hidden; }
  .chart-air-pollution-ranking svg text.y-label {
    font-family: Theinhardt-Medium;
    font-size: 10px;
    fill: #1C2B39;
    background: transparent; }
  .chart-air-pollution-ranking svg g.bars rect {
    opacity: 0.65;
    transition: opacity 200ms ease; }
    .chart-air-pollution-ranking svg g.bars rect:hover {
      opacity: 1;
      stroke-width: 1px;
      stroke: #F8A429; }
    .chart-air-pollution-ranking svg g.bars rect.is-active {
      opacity: 1; }
  .chart-air-pollution-ranking svg g.y-axis .domain {
    fill: #F8FAFB;
    stroke: none; }
  .chart-air-pollution-ranking svg g.y-axis line {
    stroke: #EBEBEB; }
  .chart-air-pollution-ranking svg g.y-axis text {
    display: none; }
  .chart-air-pollution-ranking svg g.x-axis .domain {
    display: none; }
  .chart-air-pollution-ranking svg g.x-axis line {
    display: none; }
  .chart-air-pollution-ranking svg g.x-axis text {
    font-family: Theinhardt-Regular;
    font-size: 10px;
    fill: #748390;
    text-transform: uppercase; }

.chart-air-pollution-ranking-scroller {
  background: #f0f5f8;
  height: 25px;
  border: 0;
  border-radius: 25px;
  box-shadow: none;
  padding: 0 15px;
  margin-bottom: 40px; }
  .chart-air-pollution-ranking-scroller .noUi-horizontal {
    height: 24px;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none; }
    .chart-air-pollution-ranking-scroller .noUi-horizontal .noUi-tooltip {
      bottom: 107%;
      padding: 1px 4px 0;
      border: 0;
      border-radius: 5px;
      background: #1c2b39;
      color: white;
      height: 16px;
      line-height: 16px; }
  .chart-air-pollution-ranking-scroller .noUi-base {
    padding: 10px 0; }
  .chart-air-pollution-ranking-scroller .noUi-connects {
    background: #748390;
    border-radius: 2px; }
  .chart-air-pollution-ranking-scroller:before {
    left: 0; }
  .chart-air-pollution-ranking-scroller:after {
    right: 0; }
  .chart-air-pollution-ranking-scroller .noUi-connect {
    background: #5b96ad;
    opacity: 1;
    transition: opacity 200ms ease 200ms, transform 100ms ease; }
  .chart-air-pollution-ranking-scroller .noUi-handle {
    right: -32.5px;
    top: -5px;
    background: #343434;
    width: 34px;
    height: 34px;
    border-radius: 45px;
    border: none;
    box-shadow: none;
    background-image: url("/wp-content/themes/aqli-epic/dist/images/left-and-right.svg");
    background-repeat: no-repeat;
    background-position: center; }
    .chart-air-pollution-ranking-scroller .noUi-handle:before, .chart-air-pollution-ranking-scroller .noUi-handle:after {
      display: none; }
  .chart-air-pollution-ranking-scroller .noUi-handle-upper {
    opacity: 1;
    transition: opacity 200ms ease; }
  .chart-air-pollution-ranking-scroller.disable-ranged .noUi-handle-upper,
  .chart-air-pollution-ranking-scroller.disable-ranged .noUi-connect {
    opacity: 0;
    pointer-events: none; }
  .chart-air-pollution-ranking-scroller .noUi-pips-horizontal {
    display: none; }
  .chart-air-pollution-ranking-scroller .noUi-marker {
    display: none; }
  .chart-air-pollution-ranking-scroller .noUi-value {
    transform: translate(-50%, 0);
    line-height: 10px; }

div.chart-tooltip {
  background: rgba(28, 43, 57, 0.85);
  position: absolute;
  z-index: 25;
  opacity: 0;
  width: 150px;
  padding: 12px 14px 4px;
  pointer-events: none;
  color: white;
  font-size: 18px;
  transition: opacity 200ms ease;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  transform: translate(-75px, -8px); }
  body.admin-bar div.chart-tooltip {
    transform: translate(-75px, -40px); }
  div.chart-tooltip > * {
    transition: opacity 200ms ease; }
  div.chart-tooltip.is-loading > * {
    opacity: 0.5; }
  div.chart-tooltip:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: calc( 50% - 6px);
    height: 0;
    width: 0;
    background: transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(28, 43, 57, 0.85); }
  div.chart-tooltip p {
    display: block;
    text-align: center;
    color: white;
    margin: 0 0 6px; }
    div.chart-tooltip p span.blue {
      color: #D2DBE3; }
    div.chart-tooltip p span.small {
      font-size: 10px; }

.index-tool-map .map-data-panel {
  position: absolute;
  top: 137px;
  left: -300px;
  z-index: 10;
  opacity: 0;
  width: 300px;
  transition: transform 200ms ease, opacity 200ms ease;
  background: transparent;
  box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.1);
  border-top: 25px solid #8C130E;
  display: none; }
  @media (min-width: 770px) {
    .index-tool-map .map-data-panel {
      display: block; } }
  .index-tool-map .map-data-panel.is-active {
    opacity: 1;
    transform: translateX(300px); }
  .index-tool-map .map-data-panel__top {
    padding: 25px 15px 33px;
    background: white; }
  .index-tool-map .map-data-panel__bottom {
    background: rgba(255, 255, 255, 0.8); }
    .index-tool-map .map-data-panel__bottom > div {
      border-bottom: 1px solid rgba(221, 221, 221, 0.36); }
      .index-tool-map .map-data-panel__bottom > div:last-child {
        border-bottom: 0; }
  .index-tool-map .map-data-panel h3.nation-name {
    margin: 0 0 10px; }
  .index-tool-map .map-data-panel p.standard-line {
    margin: 0 0 15px; }
    .index-tool-map .map-data-panel p.standard-line.no-standard {
      background: #fef1f1;
      color: #d92a16;
      padding: 12px 8px;
      border-radius: 3px;
      border: 1px solid #f5bdb7; }
  .index-tool-map .map-data-panel button.download {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    padding: 0 16px;
    margin-right: 10px;
    background: #3a7c94;
    color: white; }
  .index-tool-map .map-data-panel button.close {
    width: 45px;
    height: 0;
    padding-top: 43px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: -22.5px;
    background-image: url("/wp-content/themes/aqli-epic/dist/images/Close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent; }
  .index-tool-map .map-data-panel .detail-grid-header {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 0 0 103px;
    height: 0;
    opacity: 0;
    transition: all 200ms ease;
    overflow: hidden; }
    .index-tool-map .map-data-panel .detail-grid-header.is-active {
      padding: 0 0 15px 103px;
      height: 38px;
      opacity: 1; }
  .index-tool-map .map-data-panel span.header-value {
    width: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .index-tool-map .map-data-panel .detail-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #a4b6c6;
    margin: 0;
    padding: 15px 0; }
    .index-tool-map .map-data-panel .detail-grid.life-years-saved-grid {
      height: 0;
      opacity: 0;
      padding: 0;
      transition: all 200ms ease;
      overflow: hidden; }
      .index-tool-map .map-data-panel .detail-grid.life-years-saved-grid.is-active {
        padding: 15px 0;
        height: 79px;
        opacity: 1; }
      .index-tool-map .map-data-panel .detail-grid.life-years-saved-grid.no-standard-value .life-years-saved-value {
        color: #f6bfbc; }
  .index-tool-map .map-data-panel span.pollution,
  .index-tool-map .map-data-panel span.life-years-saved {
    display: inline-block;
    width: 88px;
    margin-right: 15px; }
  .index-tool-map .map-data-panel .pollution-value,
  .index-tool-map .map-data-panel .life-years-saved-value {
    width: 55px;
    height: 27px;
    line-height: 27px;
    padding-top: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    transition: all 200ms ease;
    border-radius: 15px; }
    .index-tool-map .map-data-panel .pollution-value.light-copy,
    .index-tool-map .map-data-panel .life-years-saved-value.light-copy {
      color: white; }
  .index-tool-map .map-data-panel .pollution-ranking {
    padding: 25px 2px;
    text-align: center; }
    .index-tool-map .map-data-panel .pollution-ranking p {
      margin: 0; }
  .index-tool-map .map-data-panel a.look-at-pollution-button {
    min-width: 100%;
    margin: 12px 0 0 0;
    padding: 7px 20px 4px;
    color: #3a7c94;
    background-color: white;
    border: 1px solid #3a7c94;
    border-radius: 25px;
    box-shadow: 0 2px 4px 0 rgba(116, 131, 144, 0.2);
    background-image: url("/wp-content/themes/aqli-epic/dist/images/right-caret-blue.svg");
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 95% center; }

.index-tool-key-stats .map-data-panel {
  display: none; }
  .index-tool-key-stats .map-data-panel.is-active {
    display: block; }
    @media (min-width: 770px) {
      .index-tool-key-stats .map-data-panel.is-active {
        display: none; } }
  .index-tool-key-stats .map-data-panel__top {
    padding: 14px 10px 0; }
  .index-tool-key-stats .map-data-panel h3.nation-name {
    display: none; }
  .index-tool-key-stats .map-data-panel p.standard-line {
    margin: 0 0 9px; }
  .index-tool-key-stats .map-data-panel button.download {
    display: none; }
  .index-tool-key-stats .map-data-panel button.close {
    display: none; }
  .index-tool-key-stats .map-data-panel .detail-grid-header {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 0 0 165px;
    height: 0;
    opacity: 0;
    transition: all 200ms ease;
    overflow: hidden; }
    .index-tool-key-stats .map-data-panel .detail-grid-header.is-active {
      height: 38px;
      opacity: 1; }
  .index-tool-key-stats .map-data-panel span.header-value {
    width: 56px;
    line-height: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .index-tool-key-stats .map-data-panel .detail-grid {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #a4b6c6;
    margin: 0;
    padding: 6px 0; }
    .index-tool-key-stats .map-data-panel .detail-grid.life-years-saved-grid {
      height: 0;
      opacity: 0;
      padding: 0;
      transition: all 200ms ease;
      overflow: hidden; }
      .index-tool-key-stats .map-data-panel .detail-grid.life-years-saved-grid.is-active {
        padding: 6px 0;
        height: 79px;
        opacity: 1; }
  .index-tool-key-stats .map-data-panel span.pollution,
  .index-tool-key-stats .map-data-panel span.life-years-saved {
    display: inline-block;
    width: 160px;
    margin-right: 5px;
    padding-top: 6px; }
    .index-tool-key-stats .map-data-panel span.pollution br,
    .index-tool-key-stats .map-data-panel span.life-years-saved br {
      display: none; }
  .index-tool-key-stats .map-data-panel .pollution-value,
  .index-tool-key-stats .map-data-panel .life-years-saved-value {
    width: 56px;
    height: 22px;
    line-height: 22px;
    padding-top: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .index-tool-key-stats .map-data-panel .test-pill {
    background: red;
    color: white;
    border-radius: 11px; }

div.map-tooltip {
  background: rgba(28, 43, 57, 0.85);
  position: absolute;
  z-index: 25;
  opacity: 0;
  width: 280px;
  padding: 15px 20px 10px;
  pointer-events: none;
  color: white;
  font-size: 18px;
  transition: opacity 200ms ease;
  border-radius: 4px;
  top: 0;
  left: 0;
  transform: translate(-140px, 24px); }
  div.map-tooltip.is-ranged {
    width: 360px;
    transform: translate(-180px, 24px); }
  div.map-tooltip > * {
    transition: opacity 200ms ease; }
  div.map-tooltip.is-loading > * {
    opacity: 0.5; }
  div.map-tooltip:before {
    content: "";
    position: absolute;
    top: -6px;
    left: calc( 50% - 6px);
    height: 0;
    width: 0;
    background: transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(28, 43, 57, 0.85); }
  div.map-tooltip h5 {
    color: white;
    margin: 0 0 2px; }
  div.map-tooltip span {
    color: #D2DBE3;
    margin: 0; }
  div.map-tooltip.no-standard-value .grid.headers span:first-child {
    color: #f6bfbc; }
  div.map-tooltip .grid {
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(164, 182, 198, 0.2); }
    div.map-tooltip .grid:last-child {
      border-bottom: 0; }
    div.map-tooltip .grid.headers {
      padding-bottom: 10px; }
      div.map-tooltip .grid.headers span {
        width: 100%; }
        div.map-tooltip .grid.headers span:nth-child(n+2) {
          text-align: center; }
    div.map-tooltip .grid.standard span, div.map-tooltip .grid.pollution span {
      padding-top: 5px; }
      div.map-tooltip .grid.standard span:nth-child(n+2), div.map-tooltip .grid.pollution span:nth-child(n+2) {
        height: 22px;
        line-height: 22px;
        padding-top: 2px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
      div.map-tooltip .grid.standard span[style*="background"], div.map-tooltip .grid.pollution span[style*="background"] {
        border-radius: 11px;
        color: #1c2b39; }
      div.map-tooltip .grid.standard span.light-copy, div.map-tooltip .grid.pollution span.light-copy {
        color: white; }
  div.map-tooltip span {
    display: block;
    float: left; }
    div.map-tooltip span:nth-child(2n+1) {
      width: 70%; }
    div.map-tooltip span:nth-child(2n+2) {
      width: 30%; }
  div.map-tooltip.is-ranged span:nth-child(2n+1), div.map-tooltip.is-ranged span:nth-child(2n+2) {
    width: auto; }
  div.map-tooltip.is-ranged span:nth-child(4n+1) {
    width: 42%; }
  div.map-tooltip.is-ranged span:nth-child(4n+2) {
    width: 19%; }
  div.map-tooltip.is-ranged span:nth-child(4n+3) {
    width: 19%; }
  div.map-tooltip.is-ranged span:nth-child(4n+4) {
    width: 20%; }

.index-tool-map-key {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: opacity 200ms ease 200ms;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .index-tool.map-is-ready .index-tool-map-key {
    opacity: 1; }
  @media (min-width: 770px) {
    .index-tool-map-key {
      top: 86px;
      right: 10px;
      width: auto;
      height: auto;
      padding: 10px 5px 15px;
      border-radius: 5px;
      display: block;
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media (min-width: 770px) and (min-height: 740px) {
    .index-tool-map-key {
      top: 191px; } }
  @media (min-width: 770px) and (min-height: 900px) {
    .index-tool-map-key {
      top: 280px; } }
  .index-tool-map-key .heading-container {
    width: 41%;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    color: #1c2b39;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 770px) {
      .index-tool-map-key .heading-container {
        width: 67px;
        height: 60px;
        margin: 0 auto 10px;
        text-align: center; } }
  .index-tool-map-key .heading::first-letter {
    text-transform: capitalize; }
  .index-tool-map-key .ranges {
    width: 59%;
    padding: 0; }
    @media (min-width: 770px) {
      .index-tool-map-key .ranges {
        width: 100%;
        padding: 0 15px;
        display: -ms-flexbox;
        display: flex; } }

.key-value-list {
  margin: 0 6%;
  width: 88%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  @media (min-width: 770px) {
    .key-value-list {
      margin: 7px 9px 0 0;
      width: auto;
      display: block; } }
  @media (min-width: 770px) and (min-height: 630px) {
    .key-value-list {
      margin-top: 12px; } }
  .key-value-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    height: 20px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #1c2b39;
    text-align: center;
    transition: opacity 100ms ease, height 100ms ease; }
    div.ranges.is-ranged .key-value-list li:last-child {
      opacity: 0;
      height: 0; }
    @media (min-width: 770px) {
      .key-value-list li {
        width: 100%;
        height: 15px;
        text-align: right; } }
    @media (min-width: 770px) and (min-height: 630px) {
      .key-value-list li {
        height: 25px; } }

.key-color-list {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  @media (min-width: 770px) {
    .key-color-list {
      width: 11px;
      display: block; } }
  .key-color-list li {
    -ms-flex: 1;
        flex: 1;
    height: 6px;
    vertical-align: top;
    transition: background-color 200ms ease, opacity 100ms ease, height 100ms ease; }
    div.ranges.is-ranged .key-color-list li:last-child {
      opacity: 0;
      height: 0; }
    @media (min-width: 770px) {
      .key-color-list li {
        width: 100%;
        height: 15px; } }
    @media (min-width: 770px) and (min-height: 630px) {
      .key-color-list li {
        height: 25px; } }

.map-scenario-controls {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity 200ms ease 200ms; }
  @media (min-width: 770px) {
    .map-scenario-controls {
      width: 520px;
      height: 60px;
      top: 10px;
      left: 45%;
      transform: translateX(-50%); } }
  .index-tool.map-is-ready .map-scenario-controls {
    opacity: 1; }
  .map-scenario-controls .scenario-option {
    height: 50px;
    float: left;
    background: rgba(28, 43, 57, 0.5);
    transition: background 100ms ease; }
    @media (min-width: 770px) {
      .map-scenario-controls .scenario-option {
        height: 60px; } }
    .map-scenario-controls .scenario-option.standards {
      width: 100%; }
      @media (min-width: 770px) {
        .map-scenario-controls .scenario-option.standards {
          width: 60%;
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px; } }
    .map-scenario-controls .scenario-option.pollution {
      width: 40%;
      padding: 10px 14px;
      text-align: left;
      display: none; }
      @media (min-width: 770px) {
        .map-scenario-controls .scenario-option.pollution {
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          display: block; } }
      .map-scenario-controls .scenario-option.pollution span {
        display: block; }
        .map-scenario-controls .scenario-option.pollution span.always-visible-title {
          margin-bottom: 5px; }
        .map-scenario-controls .scenario-option.pollution span.selected-value {
          color: white;
          transition: color 100ms ease; }
    .map-scenario-controls .scenario-option.is-active {
      background: #1c2b39; }
      .map-scenario-controls .scenario-option.is-active.pollution .selected-value {
        color: #5b96ad; }
  .map-scenario-controls .standard-select .always-visible-title {
    position: absolute;
    top: 10px;
    left: 15px; }
    @media (min-width: 770px) {
      .map-scenario-controls .standard-select .always-visible-title {
        top: 15px; } }
  .map-scenario-controls .user-defined-select {
    width: 50px;
    float: left;
    overflow: hidden;
    transition: width 200ms ease;
    position: absolute;
    top: 9px;
    right: 9px; }
    .map-scenario-controls .user-defined-select .select2-container {
      transition: opacity 200ms ease 200ms; }
      .map-scenario-controls .user-defined-select .select2-container--disabled {
        opacity: 0;
        pointer-events: none; }
  .map-scenario-controls .standard-select-container {
    position: relative; }

.select2-container--aqli-scenario {
  color: #5b96ad;
  transition: box-shadow 200ms ease; }
  .select2-container--aqli-scenario .select2-selection--single {
    background-color: transparent;
    border: none;
    height: 50px;
    border-radius: 0; }
    @media (min-width: 770px) {
      .select2-container--aqli-scenario .select2-selection--single {
        height: 60px; } }
    .select2-container--aqli-scenario .select2-selection--single .select2-selection__rendered {
      line-height: 50px;
      padding: 14px 15px 0;
      color: white;
      line-height: 40px;
      transition: color 100ms ease; }
      @media (min-width: 770px) {
        .select2-container--aqli-scenario .select2-selection--single .select2-selection__rendered {
          height: 60px;
          padding: 20px 15px 0; } }
      .scenario-option.is-active .select2-container--aqli-scenario .select2-selection--single .select2-selection__rendered {
        color: #5b96ad; }
    .select2-container--aqli-scenario .select2-selection--single .select2-selection__arrow {
      height: 50px;
      width: 35px;
      position: absolute;
      top: 0;
      right: 0;
      display: block; }
      @media (min-width: 770px) {
        .select2-container--aqli-scenario .select2-selection--single .select2-selection__arrow {
          height: 60px; } }
      .select2-container--aqli-scenario .select2-selection--single .select2-selection__arrow b {
        position: absolute;
        display: block;
        width: 25px;
        height: 25px;
        margin: 0;
        top: 12px;
        left: auto;
        right: 10px;
        border: none;
        background-image: url("/wp-content/themes/aqli-epic/dist/images/expand-inactive-copy-blue.svg"); }
        @media (min-width: 770px) {
          .select2-container--aqli-scenario .select2-selection--single .select2-selection__arrow b {
            top: 16px; } }
  .select2-container--aqli-scenario.select2-container--focus .select2-selection--multiple {
    border: 0; }
  .select2-container--aqli-scenario.select2-container--open .select2-selection--single {
    border-bottom: none; }
  .select2-container--aqli-scenario .select2-results__options {
    background-color: rgba(28, 43, 57, 0.85);
    padding: 0 15px;
    max-height: 800px !important; }
    @media (min-width: 770px) {
      .select2-container--aqli-scenario .select2-results__options {
        padding: 0 20px; } }
  .select2-container--aqli-scenario .select2-results__option {
    padding: 20px 0;
    background-color: transparent;
    color: #D2DBE3;
    border-bottom: 1px solid #a4b6c6; }
    @media (min-width: 770px) {
      .select2-container--aqli-scenario .select2-results__option:nth-child(3) {
        display: none; } }
    .select2-container--aqli-scenario .select2-results__option[aria-selected=true] {
      position: relative;
      background-color: transparent;
      color: white; }
      .select2-container--aqli-scenario .select2-results__option[aria-selected=true]:after {
        content: "";
        display: block;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 12px;
        right: -2px;
        background-image: url("/wp-content/themes/aqli-epic/dist/images/checkbox-white-background.svg"); }
    .select2-container--aqli-scenario .select2-results__option--highlighted[aria-selected] {
      background-color: transparent;
      color: white; }
    .select2-container--aqli-scenario .select2-results__option:last-child {
      border-bottom: 0; }
  .select2-container--aqli-scenario .select2-search__field {
    line-height: 20px;
    height: 38px; }
  .select2-container--aqli-scenario .select2-dropdown {
    overflow: hidden;
    border: none;
    border-top: none;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: transparent; }
    @media (min-width: 770px) {
      .select2-container--aqli-scenario .select2-dropdown {
        transform: translateY(2px); } }

.select2-container--aqli-custom-standard {
  color: #3a7c94;
  transition: box-shadow 200ms ease; }
  .select2-container--aqli-custom-standard .select2-selection--single {
    background-color: white;
    border: none;
    height: 35px;
    border-radius: 5px; }
    @media (min-width: 770px) {
      .select2-container--aqli-custom-standard .select2-selection--single {
        height: 40px; } }
    .select2-container--aqli-custom-standard .select2-selection--single .select2-selection__rendered {
      padding: 0;
      color: #3a7c94;
      line-height: 35px;
      transition: color 100ms ease;
      text-align: center; }
      @media (min-width: 770px) {
        .select2-container--aqli-custom-standard .select2-selection--single .select2-selection__rendered {
          height: 40px;
          line-height: 42px; } }
      .scenario-option.is-active .select2-container--aqli-custom-standard .select2-selection--single .select2-selection__rendered {
        color: #3a7c94; }
    .select2-container--aqli-custom-standard .select2-selection--single .select2-selection__arrow {
      display: none; }
  .select2-container--aqli-custom-standard.select2-container--focus .select2-selection--multiple {
    border: 0; }
  .select2-container--aqli-custom-standard.select2-container--open .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--aqli-custom-standard .select2-results__options {
    padding: 0; }
  .select2-container--aqli-custom-standard .select2-results__option {
    padding: 5px 0;
    background-color: transparent;
    color: #3a7c94;
    text-align: center; }
    .select2-container--aqli-custom-standard .select2-results__option[aria-selected=true] {
      position: relative;
      background-color: transparent;
      color: #3a7c94; }
    .select2-container--aqli-custom-standard .select2-results__option--highlighted[aria-selected] {
      background-color: transparent;
      color: #3a7c94; }
  .select2-container--aqli-custom-standard .select2-search__field {
    line-height: 20px;
    height: 38px; }
  .select2-container--aqli-custom-standard .select2-dropdown {
    overflow: hidden;
    border: none;
    border-top: none;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: white; }

.select2-container--aqli-table {
  color: white;
  transition: box-shadow 200ms ease; }
  .select2-container--aqli-table .select2-selection--single {
    background-color: #5b96ad;
    border: none;
    height: 45px;
    border-radius: 5px; }
    .country-search.country-active .select2-container--aqli-table .select2-selection--single {
      background-color: #91ab5a; }
    @media (min-width: 770px) {
      .select2-container--aqli-table .select2-selection--single {
        height: 45px; } }
    .select2-container--aqli-table .select2-selection--single .select2-selection__rendered {
      line-height: 45px;
      padding: 0 15px 0;
      color: white;
      transition: color 100ms ease; }
      @media (min-width: 770px) {
        .select2-container--aqli-table .select2-selection--single .select2-selection__rendered {
          height: 45px; } }
      .scenario-option.is-active .select2-container--aqli-table .select2-selection--single .select2-selection__rendered {
        color: white; }
    .select2-container--aqli-table .select2-selection--single .select2-selection__arrow {
      height: 45px;
      width: 25px;
      position: absolute;
      top: 10px;
      right: 10px;
      display: block; }
      .country-search.country-active .select2-container--aqli-table .select2-selection--single .select2-selection__arrow {
        display: none; }
      @media (min-width: 770px) {
        .select2-container--aqli-table .select2-selection--single .select2-selection__arrow {
          height: 45px; } }
      .select2-container--aqli-table .select2-selection--single .select2-selection__arrow b {
        display: block;
        width: 25px;
        height: 25px;
        margin: 0;
        position: static;
        border: none;
        background-image: url("/wp-content/themes/aqli-epic/dist/images/search-magnifying-glass.svg");
        background-color: #91ab5a;
        background-size: 8px 8.8px;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 25px; }
    .select2-container--aqli-table .select2-selection--single .select2-selection__clear {
      height: 45px;
      width: 25px;
      height: 0;
      padding-top: 25px;
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: #1c2b39;
      background-size: 8px 8.8px;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 25px;
      background-image: url("/wp-content/themes/aqli-epic/dist/images/close-icon.svg");
      background-size: 8px 8.8px;
      background-repeat: no-repeat;
      background-position: center;
      overflow: hidden;
      display: none; }
      .country-search.country-active .select2-container--aqli-table .select2-selection--single .select2-selection__clear {
        display: block; }
  .select2-container--aqli-table.select2-container--focus .select2-selection--multiple {
    border: 0; }
  .select2-container--aqli-table.select2-container--open .select2-selection--single {
    border-bottom: none; }
  .select2-container--aqli-table .select2-results__options {
    background-color: rgba(28, 43, 57, 0.85);
    padding: 0 15px;
    max-height: 390px !important;
    overflow-y: auto; }
    @media (min-width: 770px) {
      .select2-container--aqli-table .select2-results__options {
        padding: 0 20px; } }
  .select2-container--aqli-table .select2-search--dropdown {
    background-color: rgba(28, 43, 57, 0.85);
    padding: 0 15px; }
    @media (min-width: 770px) {
      .select2-container--aqli-table .select2-search--dropdown {
        padding: 0 20px; } }
    .select2-container--aqli-table .select2-search--dropdown .select2-search__field {
      padding: 0;
      color: white;
      background: transparent;
      border: 0;
      height: 56px;
      border-bottom: 1px solid #a4b6c6; }
  .select2-container--aqli-table .select2-results__option {
    padding: 20px 0;
    background-color: transparent;
    color: #D2DBE3;
    border-bottom: 1px solid #a4b6c6; }
    .select2-container--aqli-table .select2-results__option[aria-selected=true] {
      position: relative;
      background-color: transparent;
      color: white; }
      .select2-container--aqli-table .select2-results__option[aria-selected=true]:after {
        content: "";
        display: block;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 12px;
        right: -2px;
        background-image: url("/wp-content/themes/aqli-epic/dist/images/checkbox-white-background.svg"); }
    .select2-container--aqli-table .select2-results__option--highlighted[aria-selected] {
      background-color: transparent;
      color: white; }
    .select2-container--aqli-table .select2-results__option:last-child {
      border-bottom: 0; }
  .select2-container--aqli-table .select2-search__field {
    line-height: 20px;
    height: 38px; }
  .select2-container--aqli-table .select2-dropdown {
    overflow: hidden;
    border: none;
    border-top: none;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: transparent; }
    @media (min-width: 770px) {
      .select2-container--aqli-table .select2-dropdown {
        transform: translateY(2px); } }

.map-year-slider {
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 10px 0 30px;
  background-image: linear-gradient(180deg, transparent 1%, rgba(28, 43, 57, 0.15) 100%);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  transition: opacity 200ms ease 200ms; }
  .index-tool.map-is-ready .map-year-slider {
    opacity: 1; }
  .map-year-slider .noUi-horizontal {
    height: 80px;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none; }
    .map-year-slider .noUi-horizontal .noUi-tooltip {
      bottom: 107%;
      padding: 1px 4px 0;
      border: 0;
      border-radius: 5px;
      background: #1c2b39;
      color: white;
      height: 16px;
      line-height: 16px; }
  .map-year-slider .noUi-base {
    padding: 38px 0; }
  .map-year-slider .noUi-connects {
    background: #748390;
    border-radius: 2px; }
  .map-year-slider:before {
    left: 0; }
  .map-year-slider:after {
    right: 0; }
  .map-year-slider .noUi-connect {
    background: white;
    opacity: 1;
    transition: opacity 200ms ease 200ms, transform 100ms ease; }
  html:not([dir="rtl"]) .map-year-slider .noUi-horizontal .noUi-handle {
    right: -22.5px;
    top: 18px;
    background: #3a7c94;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: none;
    box-shadow: none;
    background-image: url("/wp-content/themes/aqli-epic/dist/images/left-and-right.svg");
    background-repeat: no-repeat;
    background-position: center; }
    html:not([dir="rtl"]) .map-year-slider .noUi-horizontal .noUi-handle:before, html:not([dir="rtl"]) .map-year-slider .noUi-horizontal .noUi-handle:after {
      display: none; }
  .map-year-slider .noUi-handle-upper {
    opacity: 1;
    transition: opacity 200ms ease; }
  .map-year-slider.disable-ranged .noUi-handle-upper,
  .map-year-slider.disable-ranged .noUi-connect {
    opacity: 0;
    pointer-events: none; }
  .map-year-slider .noUi-pips-horizontal {
    top: 22px;
    height: 10px;
    padding: 0;
    display: none; }
    @media (min-width: 770px) {
      .map-year-slider .noUi-pips-horizontal {
        display: block; } }
  .map-year-slider .noUi-marker {
    display: none; }
  .map-year-slider .noUi-value {
    transform: translate(-50%, 0);
    line-height: 10px; }
  .map-year-slider .year-slider-label {
    position: absolute;
    bottom: 12px;
    left: 0; }
  .map-year-slider .year-slider-node-container {
    width: calc( 100% - 45px);
    float: left;
    padding-right: 25px;
    max-width: 1400px;
    position: relative; }

button.year-slider-toggle {
  width: 45px;
  height: 0;
  padding-top: 43px;
  overflow: hidden;
  cursor: pointer;
  background-color: #3a7c94;
  background-image: url("/wp-content/themes/aqli-epic/dist/images/plus-sign.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  border: 0;
  border-radius: 45px;
  transition: background 200ms ease; }
  button.year-slider-toggle.is-ranged {
    background-color: #FFE8E4;
    background-image: url("/wp-content/themes/aqli-epic/dist/images/minus-sign-red.svg");
    background-size: 10px 2px; }

.map-zoom-buttons {
  position: absolute;
  top: 86px;
  right: 10px;
  width: 35px;
  border-radius: 5px;
  background: #1c2b39;
  overflow: hidden;
  opacity: 0;
  transition: opacity 200ms ease 200ms;
  display: none; }
  .index-tool.map-is-ready .map-zoom-buttons {
    opacity: 1; }
  @media (min-width: 770px) and (min-height: 740px) {
    .map-zoom-buttons {
      display: block; } }
  .map-zoom-buttons button {
    width: 100%;
    height: 0;
    padding-top: 35px;
    overflow: hidden;
    border: 0;
    display: block;
    background-color: #1c2b39;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px; }
    .map-zoom-buttons button.in {
      background-image: url("/wp-content/themes/aqli-epic/dist/images/plus-sign.svg"); }
    .map-zoom-buttons button.out {
      background-size: 10px 2px;
      background-image: url("/wp-content/themes/aqli-epic/dist/images/minus-sign.svg"); }
  .map-zoom-buttons div.spacer {
    width: 25px;
    height: 1px;
    margin: 0 auto;
    display: block;
    background: #374655; }

body.page-template-page-index-tool {
  position: relative;
  overflow: hidden;
  background: #d2e1eb; }
  body.page-template-page-index-tool .wrap > header {
    background: white; }
  body.page-template-page-index-tool main {
    position: relative;
    height: calc( 100vh - 60px - 50px); }
    @media (min-width: 770px) {
      body.page-template-page-index-tool main {
        height: calc( 100vh - 60px - 60px); } }
    @media (min-width: 1200px) {
      body.page-template-page-index-tool main {
        height: calc( 100vh - 90px - 60px); } }
  body.page-template-page-index-tool.admin-bar main {
    height: calc( 100vh - 60px - 50px - 32px); }
    @media (min-width: 770px) {
      body.page-template-page-index-tool.admin-bar main {
        height: calc( 100vh - 60px - 60px - 32px); } }
    @media (min-width: 1200px) {
      body.page-template-page-index-tool.admin-bar main {
        height: calc( 100vh - 90px - 60px - 32px); } }

.index-tool {
  position: relative;
  height: 100%; }

.index-tool-map {
  position: relative;
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: opacity 340ms cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 100%; }
  body.map-is-blurred .index-tool-map {
    opacity: 0.2;
    pointer-events: none; }
  body.modal-is-active .index-tool-map {
    opacity: 0.2;
    pointer-events: none; }
  body.modal-is-active.map-is-blurred .index-tool-map {
    opacity: 0; }

.nation-map-canvas-container {
  background: #d2e1eb;
  position: relative;
  width: 100%;
  height: 100%; }

.nation-map-canvas,
.nation-map-canvas-hidden {
  width: 100%;
  height: 100%; }

.nation-map-canvas {
  display: flow-root;
  transition: opacity 400ms ease;
  opacity: 1; }
  .nation-map-canvas.disabled {
    pointer-events: none;
    opacity: 0; }

.nation-map-canvas-hidden {
  display: none; }

.index-tool-help,
.index-tool-first-time-visit {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 15;
  transform: translate(-50%, -50%);
  background: white;
  width: 100%;
  max-width: 830px;
  min-height: 40vh;
  padding: 70px 108px 0;
  border: 1px solid #D2DBE3;
  border-radius: 5px;
  box-shadow: 0 15px 50px 0 rgba(116, 131, 144, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease; }
  .index-tool-help.is-active,
  .index-tool-first-time-visit.is-active {
    opacity: 1;
    pointer-events: all; }
  .index-tool-help button.close,
  .index-tool-first-time-visit button.close {
    width: 25px;
    height: 0;
    padding: 25px 0 0 0;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url("/wp-content/themes/aqli-epic/dist/images/close-small.svg");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #8f3931;
    border-radius: 25px; }
  .index-tool-help h3,
  .index-tool-first-time-visit h3 {
    margin: 0 0 8px; }
  .index-tool-help p,
  .index-tool-first-time-visit p {
    color: #748390; }
  .index-tool-help img,
  .index-tool-first-time-visit img {
    width: 100%;
    height: auto; }

.table-view-toggle {
  position: absolute;
  top: 15px;
  right: 0;
  color: white;
  background: #3a7c94;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 45px;
  padding: 0 30px 0 34px;
  opacity: 0;
  transition: opacity 200ms ease 200ms;
  display: none;
  background-image: url("/wp-content/themes/aqli-epic/dist/images/search-magnifying-glass.svg"), url("/wp-content/themes/aqli-epic/dist/images/right-caret-white.svg");
  background-size: 12px, 7px;
  background-repeat: no-repeat, no-repeat;
  background-position: 16px center, 90% center; }
  .index-tool.map-is-ready .table-view-toggle {
    opacity: 1; }
  .table-view-toggle span {
    position: relative;
    top: 1px; }
  @media (min-width: 770px) {
    .table-view-toggle {
      display: block; } }

.table-panel-toggle-buttons {
  position: absolute;
  top: 15px;
  left: 0; }

.map-view-toggle {
  color: white;
  background: #1c2b39;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 45px;
  padding: 0 30px 0 34px;
  opacity: 0;
  position: relative;
  z-index: 1;
  transition: opacity 200ms ease 200ms;
  background-image: url("/wp-content/themes/aqli-epic/dist/images/left-caret-white.svg");
  background-repeat: no-repeat;
  background-position: 20px center; }
  .index-tool-table-panel.is-active .map-view-toggle {
    opacity: 1; }
  .map-view-toggle span {
    position: relative;
    top: 1px; }

.map-view-toggle-to-nation {
  color: white;
  background: #5b96ad;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 45px;
  padding: 0 30px 0 34px;
  opacity: 0;
  pointer-events: none;
  position: relative;
  transform: translateX(-50px);
  z-index: 0;
  transition: all 200ms ease 200ms; }
  .map-view-toggle-to-nation.is-active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-10px); }
  .map-view-toggle-to-nation span {
    position: relative;
    top: 1px; }

.index-tool-table-panel {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #3a7c94;
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateX(100%); }
  .index-tool-table-panel.is-active {
    transform: translateX(0); }

.table-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  height: 100%; }

.table-panel-header {
  min-height: 150px;
  padding: 15px 0 0 0; }

.table-panel-data-container {
  -ms-flex: 1;
      flex: 1;
  background: #F8FAFB;
  position: relative; }
  .table-panel-data-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 56px;
    background: #3a7c94; }

.country-search-container {
  max-width: 300px;
  position: relative;
  margin: 0 auto; }

.country-search {
  margin: 0 auto; }

button.country-search-download {
  position: absolute;
  left: calc( 100% + 20px);
  top: 7px;
  width: 202px;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
  background-color: #91ab5a;
  color: white;
  border-radius: 5px;
  text-align: center; }
  button.country-search-download.is-active {
    opacity: 1;
    pointer-events: all; }

.table-panel-data {
  max-width: calc(1370px + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  transition: opacity 200ms ease; }
  .table-panel-data.is-loading {
    opacity: 0.5;
    pointer-events: none; }

.table-year-slider {
  height: 80px;
  padding: 0 30px;
  margin: 10px 0 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative; }
  .table-year-slider .noUi-horizontal {
    height: 80px;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none; }
    .table-year-slider .noUi-horizontal .noUi-tooltip {
      bottom: 107%;
      padding: 1px 4px 0;
      border: 0;
      border-radius: 5px;
      background: #1c2b39;
      color: white;
      height: 16px;
      line-height: 16px; }
  .table-year-slider .noUi-base {
    padding: 38px 0; }
  .table-year-slider .noUi-connects {
    background: #5b96ad;
    border-radius: 2px; }
  .table-year-slider:before {
    left: 0; }
  .table-year-slider:after {
    right: 0; }
  .table-year-slider .noUi-connect {
    background: white;
    opacity: 1;
    transition: opacity 200ms ease 200ms, transform 100ms ease; }
  html:not([dir="rtl"]) .table-year-slider .noUi-horizontal .noUi-handle {
    right: -22.5px;
    top: 18px;
    background: white;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: none;
    box-shadow: none;
    background-image: url("/wp-content/themes/aqli-epic/dist/images/left-and-right-blue.svg");
    background-repeat: no-repeat;
    background-position: center; }
    html:not([dir="rtl"]) .table-year-slider .noUi-horizontal .noUi-handle:before, html:not([dir="rtl"]) .table-year-slider .noUi-horizontal .noUi-handle:after {
      display: none; }
  .table-year-slider .noUi-handle-upper {
    opacity: 1;
    transition: opacity 200ms ease; }
  .table-year-slider.disable-ranged .noUi-handle-upper,
  .table-year-slider.disable-ranged .noUi-connect {
    opacity: 0;
    pointer-events: none; }
  .table-year-slider .noUi-pips-horizontal {
    display: none; }
  .table-year-slider .noUi-marker {
    display: none; }
  .table-year-slider .noUi-value {
    transform: translate(-50%, 0);
    line-height: 10px; }
  .table-year-slider .year-slider-label {
    color: white;
    position: absolute;
    bottom: 12px;
    left: 30px; }
  .table-year-slider .year-slider-node-container {
    width: calc( 100% - 45px);
    float: left;
    padding-right: 25px; }

.tippy-tooltip.aqli-standard-select-theme {
  padding: 15px 10px;
  border-radius: 4px;
  max-width: 312px; }
  .tippy-tooltip.aqli-standard-select-theme .tippy-backdrop {
    background: rgba(28, 43, 57, 0.85); }
  .tippy-tooltip.aqli-standard-select-theme .tippy-content {
    color: white; }

.tippy-tooltip.aqli-key-theme {
  padding: 8px 10px;
  border-radius: 4px;
  max-width: 140px; }
  .tippy-tooltip.aqli-key-theme .tippy-backdrop {
    background: rgba(28, 43, 57, 0.85); }
  .tippy-tooltip.aqli-key-theme .tippy-content {
    color: white; }

.tippy-tooltip.aqli-small-theme {
  padding: 7px 10px;
  border-radius: 4px;
  max-width: 150px; }
  .tippy-tooltip.aqli-small-theme .tippy-backdrop {
    background: rgba(28, 43, 57, 0.85); }
  .tippy-tooltip.aqli-small-theme .tippy-content {
    color: white; }

.body-copy .aqli-fact-sheet {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px; }
  @media (min-width: 770px) {
    .body-copy .aqli-fact-sheet {
      margin-top: 30px;
      margin-bottom: 50px; } }
  @media (min-width: 770px) {
    .body-copy .aqli-fact-sheet {
      margin-left: 100px; } }

.body-copy .body-copy-intro-paragraph {
  margin-bottom: 30px; }
  .body-copy .body-copy-intro-paragraph p {
    font-family: Faustina-Regular;
    font-size: 22px;
    color: #8F3931;
    letter-spacing: 0;
    text-align: left;
    line-height: 34px; }
    .body-copy .body-copy-intro-paragraph p a {
      font-family: inherit;
      font-size: inherit;
      color: inherit;
      letter-spacing: inherit;
      text-align: inherit;
      line-height: inherit;
      text-decoration: underline; }

.color-bars-methodology {
  margin-left: 16.002px;
  margin-right: 16.002px;
  max-width: 100%;
  margin-bottom: 30px;
  height: 7px;
  position: relative; }
  @media (min-width: 770px) {
    .color-bars-methodology {
      max-width: 570px;
      margin: 0 auto;
      margin-bottom: 30px; } }
  .color-bars-methodology:before {
    content: '';
    background-image: linear-gradient(to right, #fed58c 0%, #fed58c 20%, #fec541 20%, #fec541 40%, #f7961d 40%, #f7961d 60%, #e76b24 60%, #e76b24 80%, #d93826 80%, #d93826 100%);
    position: absolute;
    bottom: 0;
    height: 7px;
    width: 100%;
    left: 0;
    top: 0;
    left: 0; }

.contact-page .contact-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  .contact-page .contact-cards .contact-card {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc((100% - ((1 - 1) * 30px)) / 1);
        flex-basis: calc((100% - ((1 - 1) * 30px)) / 1);
    max-width: calc((100% - ((1 - 1) * 30px)) / 1);
    max-width: calc((100% - ((1 - 1) * 30px)) / 1);
    margin-left: 30px; }
    .contact-page .contact-cards .contact-card:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 770px) {
    .contact-page .contact-cards .contact-card {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: calc( (100% - ((2 - 1) * 30px)) / 2);
          flex-basis: calc( (100% - ((2 - 1) * 30px)) / 2);
      max-width: calc( (100% - ((2 - 1) * 30px)) / 2);
      margin-left: 30px; }
      .contact-page .contact-cards .contact-card:nth-child(1n + 1) {
        margin-left: 30px; }
      .contact-page .contact-cards .contact-card:nth-child(2n + 1) {
        margin-left: 0; } }
  .contact-page .contact-cards .contact-card {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 3px 5px 0 rgba(28, 43, 57, 0.2);
    border-radius: 5px;
    max-width: 370px;
    width: 370px; }

.contact-page h4,
.contact-page h2 {
  text-align: center; }

.contact-page .red {
  margin-bottom: 15px; }

.coverage {
  position: relative;
  padding-top: 45px; }
  .coverage:before {
    content: ' ';
    background-image: linear-gradient(to bottom, rgba(236, 236, 236, 0.4) 0%, #ffffff 100%);
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 30px;
    left: 0;
    top: 0; }
  @media (min-width: 770px) {
    .coverage {
      padding-top: 60px; } }
  .coverage .inner {
    max-width: calc(770px + 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }
  .coverage h3 {
    margin-bottom: 10px;
    text-align: center; }
    @media (min-width: 770px) {
      .coverage h3 {
        margin-bottom: 15px; } }
  .coverage .link {
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .coverage h4 {
    padding-left: 9px; }
    .coverage h4:before {
      content: ' ';
      background: url("../dist/images/external-link.svg");
      position: absolute;
      left: 0px;
      height: 45px;
      width: 45px; }
  .coverage .coverage-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    height: auto; }
    @media (min-width: 770px) {
      .coverage .coverage-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .coverage .coverage-list .single-coverage {
      width: 100%;
      margin-bottom: 7px;
      display: none;
      padding-top: 15px;
      padding-bottom: 20px; }
      .coverage .coverage-list .single-coverage:nth-child(-n+6) {
        display: block; }
      @media (min-width: 770px) {
        .coverage .coverage-list .single-coverage {
          padding-top: 20px;
          padding-bottom: 40px; } }
      .coverage .coverage-list .single-coverage .via, .coverage .coverage-list .single-coverage .news-list .inner .news-item .content .text .via, .news-list .inner .news-item .content .text .coverage .coverage-list .single-coverage .via {
        padding-left: 55px; }
      @media (min-width: 770px) {
        .coverage .coverage-list .single-coverage {
          width: 370px;
          text-align: left; } }
    .coverage .coverage-list.show-all .single-coverage {
      display: block; }

.featured-report {
  padding-bottom: 30px;
  padding-top: 150px; }
  @media (min-width: 770px) {
    .featured-report {
      padding-top: 0; } }
  .featured-report .heading {
    max-width: calc(770px + 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background: black; }
    @media (min-width: 770px) {
      .featured-report .heading {
        padding-top: 90px;
        padding-bottom: 70px; } }
    @media (min-width: 770px) {
      .featured-report .heading {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 770px) {
      .featured-report .heading {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        background: transparent; } }
  .featured-report h1 {
    color: white;
    margin-bottom: 2px; }
    @media (min-width: 770px) {
      .featured-report h1 {
        margin-bottom: 15px;
        color: #1c2b39; } }
  .featured-report h4 {
    color: #3a7c94; }
    @media (min-width: 770px) {
      .featured-report h4 {
        color: white; } }
  .featured-report h5 {
    color: white;
    font-weight: 400;
    margin-bottom: 20px; }
    @media (min-width: 770px) {
      .featured-report h5 {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 1.389; } }
  .featured-report .text {
    margin-right: 0; }
    @media (min-width: 770px) {
      .featured-report .text {
        margin-right: 30px; } }
    .featured-report .text a:last-child {
      color: white; }
  .featured-report .thumbnail img {
    display: none; }
    @media (min-width: 770px) {
      .featured-report .thumbnail img {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
            align-self: center;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
        min-width: 120px;
        min-height: 156px; } }
  .featured-report .summary {
    max-width: 970px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    background: white;
    position: relative;
    margin-top: 0; }
    @media (min-width: 770px) {
      .featured-report .summary {
        padding-top: 60px;
        padding-bottom: 70px; } }
    @media (min-width: 770px) {
      .featured-report .summary {
        padding-left: 30px;
        padding-right: 30px; } }
    .featured-report .summary:before {
      content: '';
      background-image: linear-gradient(to right, #fed58c 0%, #fed58c 20%, #fec541 20%, #fec541 40%, #f7961d 40%, #f7961d 60%, #e76b24 60%, #e76b24 80%, #d93826 80%, #d93826 100%);
      position: absolute;
      bottom: 0;
      height: 7px;
      width: 100%;
      left: 0;
      top: 0;
      left: 0px; }
    .featured-report .summary .featured-report-download {
      width: auto; }
      @media (min-width: 770px) {
        .featured-report .summary .featured-report-download {
          max-width: 570px;
          width: 570px;
          margin: auto; } }

footer {
  margin-top: 20px; }
  @media (min-width: 960px) {
    footer {
      margin-top: 110px; } }
  footer .map-newsletter {
    text-align: center;
    position: relative;
    padding-left: 20px;
    padding-right: 20px; }
    footer .map-newsletter .map-newsletter__bg {
      position: absolute;
      width: 100%;
      bottom: 50%;
      z-index: -1;
      left: 0; }
    footer .map-newsletter__inside {
      max-width: 1170px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto;
      background: #f0f5f8;
      padding-top: 35px;
      padding-bottom: 40px;
      position: relative;
      z-index: 2; }
      @media (min-width: 770px) {
        footer .map-newsletter__inside {
          padding-top: 60px;
          padding-bottom: 60px; } }
      footer .map-newsletter__inside h3 {
        margin-top: 0;
        margin-bottom: 20px; }
    footer .map-newsletter:before {
      content: ' ';
      background: white;
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 0;
      height: 240px;
      left: 0; }
    footer .map-newsletter:after {
      content: ' ';
      background-image: linear-gradient(to bottom, #f8f8f8 0%, white 100%);
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 1;
      height: 30px;
      left: 0; }

form #mc_embed_signup_scroll {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 960px) {
    form #mc_embed_signup_scroll {
      -ms-flex-direction: row;
          flex-direction: row; } }
  form #mc_embed_signup_scroll .visually-hidden,
  form #mc_embed_signup_scroll #mce-responses {
    display: none; }
  form #mc_embed_signup_scroll > div {
    margin-bottom: 10px;
    width: 100%; }
    @media (min-width: 960px) {
      form #mc_embed_signup_scroll > div {
        margin-bottom: 0px;
        margin-right: 10px; } }
  form #mc_embed_signup_scroll input {
    width: 100%;
    height: 50px;
    border: none;
    font-family: 'Theinhardt';
    font-size: 14px;
    padding-left: 20px; }
    form #mc_embed_signup_scroll input:focus::-webkit-input-placeholder {
      color: #1c2b39; }
  form #mc_embed_signup_scroll .submit-button input {
    cursor: pointer;
    background: #dc3131;
    color: white;
    font-family: 'Theinhardt';
    font-size: 15px;
    font-weight: 500;
    padding: 1px 7px 2px;
    transition: background 200ms ease; }
    form #mc_embed_signup_scroll .submit-button input:hover {
      background: #bf2d1d; }

.mce-responses {
  margin: 0; }

.bottom {
  background: white;
  position: relative;
  z-index: 2; }
  .bottom .footer-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 770px) {
      .bottom .footer-logos {
        padding-top: 30px;
        padding-bottom: 50px; } }
    @media (min-width: 960px) {
      .bottom .footer-logos {
        -ms-flex-direction: row;
            flex-direction: row; } }
    .bottom .footer-logos a {
      transition: opacity 200ms ease; }
      .bottom .footer-logos a:hover {
        opacity: 0.8; }
    .bottom .footer-logos > a:first-child {
      border-bottom: 1px solid #ececec;
      display: block;
      width: 85%;
      text-align: center;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      @media (min-width: 960px) {
        .bottom .footer-logos > a:first-child {
          border-bottom: 0;
          width: auto;
          padding-bottom: 0;
          margin-bottom: 0; } }
    .bottom .footer-logos > a:nth-child(2) {
      margin-bottom: 15px; }
      @media (min-width: 960px) {
        .bottom .footer-logos > a:nth-child(2) {
          margin-bottom: 0; } }
    @media (min-width: 960px) {
      .bottom .footer-logos > a {
        padding-right: 50px;
        padding-left: 50px;
        border-right: 1px solid #ececec;
        -ms-flex-direction: row;
            flex-direction: row; } }
    .bottom .footer-logos .social-footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      width: 85%;
      padding-left: 0;
      -ms-flex-pack: center;
          justify-content: center;
      border-bottom: 1px solid #ececec;
      padding-bottom: 30px; }
      @media (min-width: 960px) {
        .bottom .footer-logos .social-footer {
          padding-left: 50px;
          border-bottom: 0;
          padding-bottom: 0;
          width: auto; } }
      .bottom .footer-logos .social-footer p {
        margin: 0;
        font-family: 'Theinhardt';
        font-size: 15px;
        color: #748390; }
      .bottom .footer-logos .social-footer a,
      .bottom .footer-logos .social-footer p {
        margin-right: 10px; }
      .bottom .footer-logos .social-footer a img {
        width: 25px;
        height: 25px; }
        @media (min-width: 960px) {
          .bottom .footer-logos .social-footer a img {
            width: 40px;
            height: 40px; } }

.copyright {
  text-align: center;
  padding-bottom: 15px;
  line-height: 1; }
  .copyright li {
    display: inline; }
  .copyright a[href="https://constructive.co"] {
    text-decoration: underline;
    font-weight: 400;
    transition: color 200ms ease; }
    .copyright a[href="https://constructive.co"]:hover {
      color: #3a7c94; }

.funders {
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #f4f8fa;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 770px) {
    .funders {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (min-width: 770px) {
    .funders {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .funders .inner {
    max-width: calc(770px + 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }
    .funders .inner h2,
    .funders .inner h5 {
      text-align: center; }
    .funders .inner h2 {
      margin-bottom: 15px; }
    .funders .inner h5 p {
      margin-bottom: 30px; }
    .funders .inner a {
      text-decoration: underline; }
    .funders .inner .funder-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      height: auto; }
      @media (min-width: 770px) {
        .funders .inner .funder-list {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          max-height: 350px; } }
      .funders .inner .funder-list .funder {
        width: 100%;
        text-align: center;
        margin-bottom: 7px; }
        @media (min-width: 770px) {
          .funders .inner .funder-list .funder {
            width: 370px;
            margin-bottom: 16px;
            text-align: left;
            margin-right: 30px; } }

header {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 1200px) {
    header {
      height: 90px; } }
  header .brand {
    margin-right: 0px; }
    header .brand img {
      height: 60px; }
      @media (min-width: 1200px) {
        header .brand img {
          height: 90px; } }
    @media (min-width: 1200px) {
      header .brand {
        height: 90px;
        max-height: 90px;
        margin-right: 30px; } }
    @media (min-width: 1170px) {
      header .brand {
        margin-right: 50px; } }
  header .nav-social-icons {
    display: none; }
    @media (min-width: 870px) {
      header .nav-social-icons {
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; } }
    header .nav-social-icons .nav-icons {
      display: block;
      padding: 10px;
      font-size: 0;
      transition: opacity 200ms ease; }
      header .nav-social-icons .nav-icons:first-child {
        margin-right: 10px; }
      header .nav-social-icons .nav-icons:last-child {
        margin-right: 30px; }
      header .nav-social-icons .nav-icons:hover {
        opacity: 0.8; }

nav.site-header-navigation {
  display: none; }
  @media (min-width: 870px) {
    nav.site-header-navigation {
      display: -ms-flexbox;
      display: flex; } }
  nav.site-header-navigation ul {
    display: -ms-flexbox;
    display: flex; }
    nav.site-header-navigation ul li a {
      margin-right: 20px;
      padding-bottom: 5px;
      border-bottom: 1px solid transparent;
      transition: border-color 200ms ease; }
      @media (min-width: 1200px) {
        nav.site-header-navigation ul li a {
          margin-right: 40px; } }
      nav.site-header-navigation ul li a:hover {
        border-color: #a4b6c6; }
    nav.site-header-navigation ul .current-menu-item a,
    nav.site-header-navigation ul .current-page-ancestor a,
    nav.site-header-navigation ul .current-menu-parent a {
      color: #1c2b39; }

.mobile-menu-toggle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: auto;
  padding: 21px 10px;
  padding-bottom: 0; }
  @media (min-width: 870px) {
    .mobile-menu-toggle {
      display: none; } }

.mobile-menu-wrapper {
  position: fixed;
  top: 60px;
  bottom: 0;
  right: 0;
  background: white;
  z-index: 75000;
  transform: translateX(100%) translateZ(0);
  transition: transform 200ms ease; }
  @media (min-width: 870px) {
    .mobile-menu-wrapper {
      display: none; } }
  .mobile-menu-wrapper .nav-social-icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 10px; }
    .mobile-menu-wrapper .nav-social-icons a:first-child {
      margin-right: 30px; }
  .mobile-menu-wrapper.open {
    transform: translateX(0) translateZ(0);
    width: 100%; }
  .mobile-menu-wrapper #mobile-menu {
    min-width: 288px;
    margin: 20px;
    margin-top: 15px; }
  .mobile-menu-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .mobile-menu-wrapper #mobile-menu > li {
    position: relative; }
  .mobile-menu-wrapper #mobile-menu > li > a {
    text-decoration: none;
    padding-top: 16px;
    padding-bottom: 14px;
    display: block;
    border-bottom: 1px solid rgba(164, 182, 198, 0.5);
    position: relative; }
    .mobile-menu-wrapper #mobile-menu > li > a:after {
      content: ' ';
      background: url(../dist/images/mobile-menu-arrow.svg) no-repeat right 32px top 16px;
      width: 9px;
      height: 28px;
      position: absolute;
      right: 0;
      background-repeat: repeat-x;
      background-position: center; }
  .mobile-menu-wrapper #mobile-menu li.menu-item-has-children a, .mobile-menu-wrapper .sub-menu a {
    border-bottom: 0; }
  .mobile-menu-wrapper li.menu-item-has-children {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(164, 182, 198, 0.5); }
  .mobile-menu-wrapper .sub-menu {
    padding-bottom: 20px; }
    .mobile-menu-wrapper .sub-menu a {
      display: block;
      padding-bottom: 10px; }
    .mobile-menu-wrapper .sub-menu:last-child {
      padding-bottom: 0; }

.mobile-menu-toggle.active svg path:nth-child(1) {
  transform: translate(1px, 1px) rotate(45deg);
  transition: transform 300ms ease-out; }

.mobile-menu-toggle.active svg path:nth-child(2) {
  opacity: 0; }

.mobile-menu-toggle.active svg path:nth-child(3) {
  transform: translate(-7px, 7px) rotate(-45deg);
  transition: transform 300ms ease-out; }

.hero-challenge {
  padding-top: 30px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  position: relative; }
  @media (min-width: 770px) {
    .hero-challenge {
      padding-top: 100px;
      padding-bottom: 110px; } }
  .hero-challenge:after {
    content: '';
    content: '';
    background-image: linear-gradient(to right, #fed58c 0%, #fed58c 20%, #fec541 20%, #fec541 40%, #f7961d 40%, #f7961d 60%, #e76b24 60%, #e76b24 80%, #d93826 80%, #d93826 100%);
    position: absolute;
    bottom: 0;
    height: 7px;
    width: 100%;
    left: 0; }
  .hero-challenge .inner {
    max-width: 770px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .hero-challenge .inner h1 {
      margin-bottom: 15px; }
    .hero-challenge .inner h1,
    .hero-challenge .inner h4,
    .hero-challenge .inner h5 {
      color: white;
      text-shadow: 0 3px 5px rgba(28, 43, 57, 0.2); }

.the-challenge .wrap main .body-copy.wysiwyg {
  margin-bottom: 50px; }
  @media (min-width: 770px) {
    .the-challenge .wrap main .body-copy.wysiwyg {
      margin-bottom: 70px; } }

:root {
  --homepage-header-lower: 40vw;
  --homepage-padding-upper: 70px; }
  @media (min-width: 570px) {
    :root {
      --homepage-header-lower: 37vw; } }
  @media (min-width: 770px) {
    :root {
      --homepage-header-lower: 25vw; } }

.hero-homepage {
  overflow: hidden; }
  .hero-homepage .upper {
    padding-top: var(--homepage-padding-upper);
    padding-bottom: calc( var(--homepage-padding-upper) + var(--homepage-header-lower) * (2 / 9) - 22px);
    position: relative; }
  .hero-homepage .lower {
    border-radius: 50% 50% 0 0 / 50%;
    margin-top: calc(-1 * var(--homepage-header-lower) * (2 / 9));
    width: 120%;
    margin-left: -10%;
    height: var(--homepage-header-lower);
    position: relative; }
  .hero-homepage .inner {
    max-width: 770px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }
  .hero-homepage h1,
  .hero-homepage a {
    text-align: center;
    color: white;
    margin: 0; }
  .hero-homepage .button-container {
    position: absolute;
    left: 50%;
    bottom: calc(var(--homepage-header-lower) * (2 / 9));
    transform: translateX(-50%) translateY(58%);
    z-index: 1; }
  .hero-homepage a {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    margin-bottom: 0;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .hero-homepage a:after {
      content: '';
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      opacity: 0;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      border-radius: 45px; }
      @media (min-width: 768px) {
        .hero-homepage a:after {
          border-radius: 80px; } }
    .hero-homepage a:hover {
      background-color: #003f5d;
      transform: scale(1.05); }
      .hero-homepage a:hover:after {
        opacity: 1; }

.hero-short {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 770px) {
    .hero-short {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .hero-short h4,
  .hero-short h1 {
    text-align: center;
    color: white;
    text-shadow: 0 3px 5px rgba(28, 43, 57, 0.2); }

.introduction {
  padding-left: 16.002px;
  padding-right: 16.002px;
  padding-top: 0;
  padding-bottom: 30px; }
  @media (min-width: 770px) {
    .introduction {
      padding-top: 0;
      padding-bottom: 70px; } }
  @media (min-width: 770px) {
    .introduction {
      max-width: calc(570px + 40px);
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto; } }
  .introduction h2,
  .introduction p {
    margin: 0; }

.methodology-rows {
  max-width: 1370px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px; }
  @media (min-width: 770px) {
    .methodology-rows {
      margin-bottom: 70px; } }
  .methodology-rows .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-pack: stretch;
        justify-content: stretch; }
    .methodology-rows .row > div {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: calc((100% - ((1 - 1) * 0%)) / 1);
          flex-basis: calc((100% - ((1 - 1) * 0%)) / 1);
      max-width: calc((100% - ((1 - 1) * 0%)) / 1);
      max-width: calc((100% - ((1 - 1) * 0%)) / 1);
      margin-left: 0%; }
      .methodology-rows .row > div:nth-child(1n + 1) {
        margin-left: 0; }
    @media (min-width: 770px) {
      .methodology-rows .row > div {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc( (100% - ((2 - 1) * 0%)) / 2);
            flex-basis: calc( (100% - ((2 - 1) * 0%)) / 2);
        max-width: calc( (100% - ((2 - 1) * 0%)) / 2);
        margin-left: 0%; }
        .methodology-rows .row > div:nth-child(1n + 1) {
          margin-left: 0%; }
        .methodology-rows .row > div:nth-child(2n + 1) {
          margin-left: 0; } }
    .methodology-rows .row div:first-child {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      min-height: 180px; }
    .methodology-rows .row .text {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (min-width: 770px) {
        .methodology-rows .row .text {
          padding-top: 100px;
          padding-bottom: 100px; } }
      @media (min-width: 770px) {
        .methodology-rows .row .text {
          padding-left: 100px;
          padding-right: 100px; } }
    .methodology-rows .row:nth-child(odd) .text {
      background: #f4f8fa; }

nav.nav-inner {
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 770px) {
    nav.nav-inner {
      margin-bottom: 50px; } }
  nav.nav-inner:after {
    content: ' ';
    background-image: linear-gradient(to bottom, rgba(236, 236, 236, 0.4) 0%, #ffffff 100%);
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 30px;
    left: 0; }
  nav.nav-inner ul {
    padding-left: 20px;
    padding-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style-type: none; }
    @media (min-width: 770px) {
      nav.nav-inner ul {
        max-width: calc(570px + 40px);
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto; } }
    nav.nav-inner ul .current-menu-item {
      border-bottom: 5px solid #a4b6c6; }
      nav.nav-inner ul .current-menu-item a {
        color: black; }
    nav.nav-inner ul li {
      margin-right: 50px; }
      nav.nav-inner ul li:last-child {
        margin-right: 0px; }
      nav.nav-inner ul li a {
        padding-top: 11px;
        padding-bottom: 11px;
        display: block;
        font-size: 13px;
        color: #767676;
        font-family: "Faustina", serif;
        font-weight: 400; }
        @media (min-width: 770px) {
          nav.nav-inner ul li a {
            font-size: 20px; } }

.news-filter {
  max-width: 770px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block; }
  @media (min-width: 770px) {
    .news-filter {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 770px) {
    .news-filter {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center; } }
  .news-filter span, .news-filter a {
    font-family: "Theinhardt", sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 770px) {
      .news-filter span, .news-filter a {
        margin-right: 20px; } }
  .news-filter span {
    color: #767676;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    display: block;
    margin-bottom: 5px; }
    @media (min-width: 770px) {
      .news-filter span {
        margin-bottom: 0; } }
  .news-filter .all, .news-filter .analysis, .news-filter .aqli-news, .news-filter .in-the-news {
    display: inline-block;
    line-height: 2.5;
    border-radius: 5px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-right: 5px;
    padding: 5px 23px;
    opacity: .5; }
  .news-filter .all.active,
  .news-filter .analysis.active,
  .news-filter .aqli-news.active,
  .news-filter .in-the-news.active {
    opacity: 1; }
  .news-filter .all {
    background: #343434;
    width: 50%; }
    @media (min-width: 770px) {
      .news-filter .all {
        display: block;
        margin-right: 20px;
        width: auto;
        margin-bottom: 0; } }
  .news-filter .analysis {
    background: #91ab5a;
    width: calc(50% - 8px);
    margin-right: 0;
    margin-bottom: 5px; }
    @media (min-width: 770px) {
      .news-filter .analysis {
        display: block;
        margin-right: 20px;
        width: auto;
        margin-bottom: 0; } }
  .news-filter .aqli-news {
    background: #3a7c94;
    width: 50%; }
    @media (min-width: 770px) {
      .news-filter .aqli-news {
        display: block;
        margin-right: 20px;
        width: auto;
        margin-bottom: 0; } }
  .news-filter .in-the-news {
    background: #c16622;
    width: calc(50% - 8px);
    margin-right: 0;
    margin-bottom: 5px; }
    @media (min-width: 770px) {
      .news-filter .in-the-news {
        display: block;
        margin-right: 20px;
        width: auto;
        margin-bottom: 0; } }
  .news-filter select {
    border: none;
    background: transparent;
    border: 1.5px solid #3a7c94;
    color: #3a7c94;
    font-family: "Theinhardt", sans-serif;
    width: 100%;
    height: 40px; }
    @media (min-width: 770px) {
      .news-filter select {
        margin-left: auto;
        width: auto; } }

.notes {
  padding-top: 30px;
  margin-top: 80px;
  margin-bottom: 70px;
  position: relative; }
  .notes:before {
    content: ' ';
    background-image: linear-gradient(to bottom, rgba(236, 236, 236, 0.4) 0%, #ffffff 100%);
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 30px;
    left: 0;
    top: 0; }
  @media (min-width: 770px) {
    .notes {
      padding-top: 60px; } }
  .notes .inner {
    padding-top: 30px;
    border-top: 1px solid #ececec;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px; }
    @media (min-width: 770px) {
      .notes .inner {
        max-width: calc(570px + 40px);
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        border: none;
        padding-top: 0; } }
    .notes .inner h3 {
      margin-bottom: 15px; }
    .notes .inner h6 p {
      margin-bottom: 15px; }

.reports-list {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px; }
  @media (min-width: 770px) {
    .reports-list {
      max-width: 1170px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 50px; } }
  .reports-list h2 {
    margin-bottom: 30px; }
    @media (min-width: 770px) {
      .reports-list h2 {
        max-width: 770px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px; } }
  .reports-list .report {
    border-top: 1px solid #f0f5f8;
    padding-top: 30px; }

.content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (min-width: 770px) {
    .content {
      max-width: 770px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto; } }
  .content:hover h3 {
    color: #3a7c94; }
  .content:hover .thumbnail {
    transform: rotate(10deg); }
  .content:hover a svg g circle {
    fill: #3A7C94; }
  .content .text {
    margin-right: 30px;
    max-width: 570px; }
    .content .text a {
      display: -ms-flexbox;
      display: flex; }
      .content .text a svg {
        margin-right: 10px; }
    .content .text h3 {
      margin-bottom: 10px; }
    .content .text h6 {
      margin-bottom: 15px; }
      @media (min-width: 770px) {
        .content .text h6 {
          margin-bottom: 25px; } }
  .content .thumbnail {
    transition: transform 300ms ease-out;
    transform-origin: center; }
    .content .thumbnail img {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      width: 75px;
      height: 97px; }
      @media (min-width: 770px) {
        .content .thumbnail img {
          width: 120px;
          height: 156px; } }

.small-teaser-blocks {
  position: relative; }
  .small-teaser-blocks .inner {
    max-width: calc(1170px + 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 40px;
    -ms-flex-pack: center;
        justify-content: center; }
    .small-teaser-blocks .inner > div {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: calc((100% - ((1 - 1) * 30px)) / 1);
          flex-basis: calc((100% - ((1 - 1) * 30px)) / 1);
      max-width: calc((100% - ((1 - 1) * 30px)) / 1);
      max-width: calc((100% - ((1 - 1) * 30px)) / 1);
      margin-left: 30px; }
      .small-teaser-blocks .inner > div:nth-child(1n + 1) {
        margin-left: 0; }
    @media (min-width: 770px) {
      .small-teaser-blocks .inner > div {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc( (100% - ((2 - 1) * 30px)) / 2);
            flex-basis: calc( (100% - ((2 - 1) * 30px)) / 2);
        max-width: calc( (100% - ((2 - 1) * 30px)) / 2);
        margin-left: 30px; }
        .small-teaser-blocks .inner > div:nth-child(1n + 1) {
          margin-left: 30px; }
        .small-teaser-blocks .inner > div:nth-child(2n + 1) {
          margin-left: 0; } }
    @media (min-width: 770px) {
      .small-teaser-blocks .inner {
        padding-top: 70px;
        padding-bottom: 50px; } }
    @media (min-width: 770px) {
      .small-teaser-blocks .inner {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    .small-teaser-blocks .inner > div {
      padding: 50px 0px 50px 0px;
      margin-bottom: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      box-shadow: 0 5px 50px rgba(116, 131, 144, 0.5);
      text-shadow: 0 3px 5px rgba(28, 43, 57, 0.2); }
      @media (min-width: 770px) {
        .small-teaser-blocks .inner > div {
          padding: 70px 0px 75px 0px; } }
      @media (min-width: 770px) {
        .small-teaser-blocks .inner > div {
          margin-bottom: 0px; } }
      .small-teaser-blocks .inner > div h2,
      .small-teaser-blocks .inner > div h4 p,
      .small-teaser-blocks .inner > div a,
      .small-teaser-blocks .inner > div p {
        color: white;
        text-align: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .small-teaser-blocks .inner .left h2 {
      color: white;
      margin-bottom: 10px; }
      @media (min-width: 770px) {
        .small-teaser-blocks .inner .left h2 {
          margin-bottom: 15px; } }
    .small-teaser-blocks .inner .left p {
      padding-left: 20px;
      padding-right: 20px;
      color: white;
      margin-bottom: 15px;
      line-height: 20px; }
      @media (min-width: 770px) {
        .small-teaser-blocks .inner .left p {
          padding-left: 100px;
          padding-right: 100px; } }
      @media (min-width: 770px) {
        .small-teaser-blocks .inner .left p {
          margin-bottom: 30px;
          line-height: 1.3; } }
    .small-teaser-blocks .inner .right {
      margin-bottom: 0px; }
      .small-teaser-blocks .inner .right h4 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-bottom: 15px; }
        @media (min-width: 770px) {
          .small-teaser-blocks .inner .right h4 {
            -ms-flex-direction: row;
                flex-direction: row;
            margin-bottom: 25px; } }
        .small-teaser-blocks .inner .right h4 span {
          color: white;
          margin-right: 0;
          margin-bottom: 10px; }
          @media (min-width: 770px) {
            .small-teaser-blocks .inner .right h4 span {
              margin-right: 15px;
              margin-bottom: 0; } }
      .small-teaser-blocks .inner .right p {
        padding-left: 20px;
        padding-right: 20px;
        color: white;
        margin-bottom: 30px;
        line-height: 20px; }
        @media (min-width: 770px) {
          .small-teaser-blocks .inner .right p {
            padding-left: 100px;
            padding-right: 100px; } }
        @media (min-width: 770px) {
          .small-teaser-blocks .inner .right p {
            line-height: 1.3; } }

.small-teaser-list {
  margin-top: -20px;
  background: #ffffff;
  box-shadow: 0 -3px 3px 0 rgba(116, 131, 144, 0.2);
  border-radius: 20px 20px 0 0;
  position: relative; }
  .small-teaser-list .inner {
    max-width: calc(1170px + 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px; }
    .small-teaser-list .inner > div {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: calc((100% - ((1 - 1) * 30px)) / 1);
          flex-basis: calc((100% - ((1 - 1) * 30px)) / 1);
      max-width: calc((100% - ((1 - 1) * 30px)) / 1);
      max-width: calc((100% - ((1 - 1) * 30px)) / 1);
      margin-left: 30px; }
      .small-teaser-list .inner > div:nth-child(1n + 1) {
        margin-left: 0; }
    @media (min-width: 770px) {
      .small-teaser-list .inner > div {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: calc( (100% - ((2 - 1) * 30px)) / 2);
            flex-basis: calc( (100% - ((2 - 1) * 30px)) / 2);
        max-width: calc( (100% - ((2 - 1) * 30px)) / 2);
        margin-left: 30px; }
        .small-teaser-list .inner > div:nth-child(1n + 1) {
          margin-left: 30px; }
        .small-teaser-list .inner > div:nth-child(2n + 1) {
          margin-left: 0; } }
    @media (min-width: 770px) {
      .small-teaser-list .inner {
        padding-top: 30px;
        padding-bottom: 50px; } }
    @media (min-width: 770px) {
      .small-teaser-list .inner {
        padding-left: 20px;
        padding-right: 20px; } }
    .small-teaser-list .inner > div:last-child {
      margin-bottom: 0; }
    .small-teaser-list .inner > div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      margin-bottom: 7px; }
      @media (min-width: 770px) {
        .small-teaser-list .inner > div {
          -ms-flex-direction: row;
              flex-direction: row;
          margin-bottom: 0; } }
      .small-teaser-list .inner > div .text {
        -ms-flex: 1;
            flex: 1; }
        .small-teaser-list .inner > div .text h4 {
          margin-top: 5px; }
        .small-teaser-list .inner > div .text .via, .small-teaser-list .news-list .inner > div .news-item .content .text .via, .news-list .small-teaser-list .inner > div .news-item .content .text .via {
          margin-top: 5px; }
          .small-teaser-list .inner > div .text .via a, .small-teaser-list .news-list .inner > div .news-item .content .text .via a, .news-list .small-teaser-list .inner > div .news-item .content .text .via a {
            transition: color 200ms ease; }
            .small-teaser-list .inner > div .text .via a:hover, .small-teaser-list .news-list .inner > div .news-item .content .text .via a:hover, .news-list .small-teaser-list .inner > div .news-item .content .text .via a:hover {
              color: #5b96ad; }
      .small-teaser-list .inner > div h4 a {
        display: block; }
        .small-teaser-list .inner > div h4 a:hover {
          text-decoration: underline; }
      .small-teaser-list .inner > div .image {
        min-height: 60px;
        height: 60px;
        min-width: 60px;
        width: 60px;
        border-radius: 10px;
        margin-left: 30px;
        margin-right: 0;
        transition: border-radius 500ms ease; }
        @media (min-width: 570px) {
          .small-teaser-list .inner > div .image {
            margin-left: 0;
            margin-right: 0;
            min-height: 90px;
            height: 90px;
            min-width: 90px;
            width: 90px; } }
        @media (min-width: 770px) {
          .small-teaser-list .inner > div .image {
            margin-left: 0;
            margin-right: 30px;
            min-height: 110px;
            height: 110px;
            min-width: 110px;
            width: 110px; } }
        .small-teaser-list .inner > div .image:hover {
          border-radius: 20px; }

.studies {
  position: relative; }
  .studies:before {
    content: ' ';
    background-image: linear-gradient(to bottom, rgba(236, 236, 236, 0.4) 0%, #ffffff 100%);
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 30px;
    left: 0; }
  .studies .inner {
    max-width: calc(770px + 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 770px) {
      .studies .inner {
        padding-top: 80px;
        padding-bottom: 70px; } }
    @media (min-width: 770px) {
      .studies .inner {
        padding-left: 20px;
        padding-right: 20px; } }
  .studies h4 {
    margin-bottom: 15px; }
    @media (min-width: 770px) {
      .studies h4 {
        margin-bottom: 30px; } }
  .studies .study {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 50px; }
    @media (min-width: 770px) {
      .studies .study {
        -ms-flex-direction: row;
            flex-direction: row; } }
    .studies .study .text {
      max-width: 100%;
      position: relative; }
      @media (min-width: 770px) {
        .studies .study .text {
          padding-left: 60px;
          margin-right: 30px; } }
      .studies .study .text h6 {
        margin-bottom: 30px; }
        @media (min-width: 770px) {
          .studies .study .text h6 {
            font-size: 15px;
            line-height: 1.467;
            margin-bottom: 0; } }
      .studies .study .text h3 {
        padding-left: 65px;
        margin-bottom: 13px; }
        .studies .study .text h3:before {
          content: ' ';
          background: url("../dist/images/big-external-link.svg");
          position: absolute;
          left: 0px;
          height: 45px;
          width: 45px; }
        @media (min-width: 770px) {
          .studies .study .text h3 {
            padding-left: 0;
            margin-bottom: 20px; } }
    .studies .study .study-links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .studies .study .study-links a {
        margin-bottom: 15px;
        width: 100%; }
        @media (min-width: 770px) {
          .studies .study .study-links a {
            width: 200px; } }

.external-link-icon {
  min-width: 45px;
  max-height: 45px;
  height: 45px;
  border: 1px solid #5b96ad;
  border-radius: 100%;
  width: 45px; }

.team-list {
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .team-list img {
    width: 170px;
    height: 170px;
    box-shadow: 0 10px 10px 0 rgba(28, 43, 57, 0.2);
    border-radius: 100px;
    margin-bottom: 10px; }
  .team-list .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 70px; }
    .team-list .left a {
      margin-bottom: 5px; }
  .team-list .right {
    max-width: 670px;
    width: 670px; }
    .team-list .right h5 {
      margin-bottom: 15px; }
  .team-list .bio {
    -ms-flex: 100%;
        flex: 100%;
    max-width: 100%;
    min-width: 100%; }
    @media (min-width: 570px) {
      .team-list .bio {
        -ms-flex: 50%;
            flex: 50%;
        max-width: 50%;
        min-width: 50%; } }
    @media (min-width: 770px) {
      .team-list .bio {
        -ms-flex: 25%;
            flex: 25%;
        max-width: 25%;
        min-width: 25%; } }
  .team-list .bio-teaser {
    text-align: center;
    padding: 0 15px; }
    .team-list .bio-teaser img {
      width: 140px;
      height: 140px;
      margin-bottom: 15px; }
    .team-list .bio-teaser h4 {
      margin-bottom: 5px; }
  .team-list .bio-detail {
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    overflow: hidden;
    max-height: 0; }
    .team-list .bio-detail .left img {
      min-height: 170px; }
    .team-list .bio-detail.open {
      visibility: visible;
      max-height: 800px;
      transition: max-height 600ms ease; }
    .team-list .bio-detail .inner {
      max-width: 1170px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 30px;
      padding-bottom: 30px;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      padding-bottom: 60px; }
      @media (min-width: 770px) {
        .team-list .bio-detail .inner {
          padding-top: 30px;
          padding-bottom: 50px; } }

.explore-the-index {
  height: 270px;
  max-height: 270px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden; }
  @media (min-width: 770px) {
    .explore-the-index {
      height: 300px;
      max-height: 300px; } }
  .explore-the-index:before {
    content: ' ';
    background-image: linear-gradient(to bottom, #7483905e 0%, transparent 100%);
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 30px;
    left: 0;
    z-index: 0; }
  .explore-the-index:after {
    content: '';
    content: '';
    background-image: linear-gradient(to right, #fed58c 0%, #fed58c 20%, #fec541 20%, #fec541 40%, #f7961d 40%, #f7961d 60%, #e76b24 60%, #e76b24 80%, #d93826 80%, #d93826 100%);
    position: absolute;
    bottom: 0;
    height: 7px;
    width: 100%;
    left: 0; }
  .explore-the-index a {
    margin: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .explore-the-index a:after {
      content: '';
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      opacity: 0;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      border-radius: 45px; }
      @media (min-width: 768px) {
        .explore-the-index a:after {
          border-radius: 80px; } }
    .explore-the-index a:hover {
      background-color: #003f5d;
      transform: scale(1.05); }
      .explore-the-index a:hover:after {
        opacity: 1; }

.teaser-report {
  padding-bottom: 0; }
  @media (min-width: 770px) {
    .teaser-report {
      max-width: 1170px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: auto;
      margin-right: auto;
      padding: 80px 100px; } }
  .teaser-report .heading {
    padding-top: 20px;
    padding-bottom: 30px; }
    @media (min-width: 770px) {
      .teaser-report .heading {
        padding-top: 30px;
        padding-bottom: 55px; } }
    @media (max-width: 770px) {
      .teaser-report .heading h2 {
        color: white; } }
    @media (min-width: 770px) {
      .teaser-report .heading {
        max-width: 100%;
        margin: 0;
        padding: 0; } }
  .teaser-report .thumbnail img {
    max-width: 170px;
    max-height: 220px; }

.teaser-two-column {
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .teaser-two-column > div {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc((100% - ((1 - 1) * 30px)) / 1);
        flex-basis: calc((100% - ((1 - 1) * 30px)) / 1);
    max-width: calc((100% - ((1 - 1) * 30px)) / 1);
    max-width: calc((100% - ((1 - 1) * 30px)) / 1);
    margin-left: 30px; }
    .teaser-two-column > div:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 770px) {
    .teaser-two-column > div {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: calc( (100% - ((2 - 1) * 30px)) / 2);
          flex-basis: calc( (100% - ((2 - 1) * 30px)) / 2);
      max-width: calc( (100% - ((2 - 1) * 30px)) / 2);
      margin-left: 30px; }
      .teaser-two-column > div:nth-child(1n + 1) {
        margin-left: 30px; }
      .teaser-two-column > div:nth-child(2n + 1) {
        margin-left: 0; } }
  .teaser-two-column > div {
    width: 100px;
    padding-top: 45px;
    padding-bottom: 25px; }
    @media (min-width: 770px) {
      .teaser-two-column > div {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media (min-width: 770px) {
      .teaser-two-column > div {
        padding-left: 50px;
        padding-right: 50px; } }
    .teaser-two-column > div h3 {
      font-size: 24px;
      line-height: 1.083;
      margin-bottom: 10px; }
    .teaser-two-column > div h6 p {
      font-size: 14px;
      line-height: 1.143;
      color: #748390;
      font-family: "Theinhardt", sans-serif;
      font-weight: 400;
      margin-bottom: 15px; }
      @media (min-width: 770px) {
        .teaser-two-column > div h6 p {
          font-size: 18px;
          line-height: 1.222; } }
  .teaser-two-column > div:first-child {
    border-bottom: 1px solid #ececec; }
    @media (min-width: 770px) {
      .teaser-two-column > div:first-child {
        border: none; } }
  .teaser-two-column > div:last-child {
    margin-left: 0; }

