.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,
.aqli-at-work__content h2,
.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,
  .aqli-at-work__content h2,
  .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,
.featured-news .big-featured-news .text h4 a,
.report .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,
  .featured-news .big-featured-news .text h4 a,
  .report .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;
  }
}

.report .text p {
  font-size: 12px;
  line-height: 1.25;
  color: #748390;
  font-family: "Theinhardt", sans-serif;
  font-weight: 400;
}

@media (min-width: 768px) {
  .report .text p {
    font-size: 16px;
    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;
  }
}

.pdf-links span {
  font-size: 15px;
  line-height: 1.25;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500;
}

.wysiwyg blockquote,
.wysiwyg blockquote p {
  font-size: 18px;
  line-height: 1.333;
  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.25;
  }
}

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

.featured-news .minor-featured-news .text h4 a {
  font-size: 14px;
  line-height: 1.364;
  color: #748390;
  font-family: "Theinhardt", sans-serif;
  font-weight: 400;
}

@media (min-width: 768px) {
  .featured-news .minor-featured-news .text h4 a {
    font-size: 16px;
    line-height: 1.389;
  }
}

.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,
.basic-link-button,
.featured-report .text a:last-child,
.featured-report .pdf-links.featured-report-links 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,
.basic-link-button {
  color: #1c2b39;
  text-decoration: underline;
}

.featured-report .text a:last-child,
.featured-report .pdf-links.featured-report-links a {
  color: #1c2b39;
}

.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,
.report .text h6 {
  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,
  .report .text h6 {
    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.population-line,
.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,
.chart-air-pollution-series-scroller .noUi-value,
.chart-llpp-series-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,
.chart-air-pollution-series-scroller .noUi-horizontal .noUi-tooltip,
.chart-llpp-series-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;
  }
}

.view-country-spotlight,
.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.no-standard .chart-llpp-no-standard-copy p,
.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 h5 span.pop,
div.map-tooltip .grid.population-row span,
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,
.table-view-back-to-merged {
  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 {
  height: 100%;
}

body[class*="the-index"] {
  height: 100%;
}

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

.wrap {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
  height: 100%;
}

footer {
  -webkit-flex-shrink: 0;
  -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 {
  font-family: PingFangSC-Regular, SimSum-18030, SimHei, serif;
}

body.language-mandarin p {
  font-family: SimSum-18030, PingFangSC-Regular, SimHei, serif;
}

p {
  margin-bottom: 10px;
}

body.language-mandarin .mandarin-block p,
body.language-mandarin p .mandarin-block {
  text-align: justify;
  word-break: break-all;
}

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

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

.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: 0;
  margin-right: 0;
}

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;
  max-width: 100%;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: 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;
  }
}

.rounded-button-small {
  width: 116px;
  height: 36px;
  font-size: 15px;
  line-height: 1.083;
}

.squared-button,
.squared-button-light-blue,
.squared-button-outline {
  padding-left: 25px;
  background: #1c2b39;
  border-radius: 5px;
  color: white;
  height: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-align-items: center;
  -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;
}

.squared-button-outline:hover {
  color: white;
}

.button-set {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 770px) {
  .button-set {
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-flex-direction: row;
    -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;
  }
}

.blue-rounded-link-button {
  border-radius: 40px;
  box-shadow: 0 3px 5px 0 rgba(28, 43, 57, 0.3);
  background-color: #1c2b39;
  color: white;
  transition: background-color 200ms ease;
}

.blue-rounded-link-button:hover {
  background-color: #3a7c94;
}

.basic-link-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.basic-link-button svg {
  margin-right: 9px;
  border-radius: 100%;
  background-color: #3a7c94;
}

.basic-link-button.white svg {
  background-color: white;
}

.basic-link-button.white svg polyline,
.basic-link-button.white svg path {
  stroke: #001223;
}

.archive-link-buttons {
  margin-top: 20px;
}

#archive-link .archive-link-buttons:hover svg {
  background-color: white;
}

#archive-link .archive-link-buttons:hover svg polyline,
#archive-link .archive-link-buttons:hover svg path {
  stroke: #001223;
}

/* Icon classes */
.button-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -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;
}

.button-icon:hover svg circle {
  fill: #1c2b39;
}

.button-icon:hover svg path,
.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;
}

.list-archive {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.list-archive: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;
}

.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;
}

.via a:hover,
.news-list .inner .news-item .content .text .via a:hover {
  color: #1c2b39;
}

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

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

.meta p {
  display: inline;
}

.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;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2px;
}

.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 {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.news-list .inner .news-item:hover .content .image {
  -webkit-transform: scale(1);
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.news-list .inner .news-item .content .text {
  margin-right: 30px;
  max-width: 570px;
  -webkit-flex: 1;
  -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 .text .date {
  margin-right: 0;
}

.news-list .inner .news-item .content .image {
  min-height: 60px;
  height: 60px;
  min-width: 60px;
  width: 60px;
  border-radius: 10px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-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%;
  -webkit-transform: translate(-50%, -50%);
  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;
  }
}

.news-items-load-more,
.coverage-items-load-more {
  max-width: 770px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Theinhardt;
  font-size: 15px;
  color: #3A7C94;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #3A7C94;
  background: transparent;
  border-radius: 5px;
  width: 100%;
  margin: 20px auto 30px;
  display: block;
  padding: 10px;
}

.news-items-load-more.disabled,
.coverage-items-load-more.disabled {
  cursor: default;
  color: #ACAFB2;
  border-color: #ACAFB2;
}

.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: 0px;
    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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -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;
  height: 300px;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  opacity: 0.85;
}

@media (min-width: 770px) {
  .policy-impacts-list-item .side-image {
    z-index: 2;
    width: auto;
    height: auto;
  }
}

.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;
  transition: margin-right 300ms ease-in;
}

.policy-impacts-list-item .side-copy a:hover svg {
  margin-right: 5px;
  transition: margin-right 300ms ease-in;
}

.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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 48px;
  }

  .policy-impacts-list-item .side-image {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 0;
    display: block;
  }

  .policy-impacts-list-item .side-copy {
    -webkit-flex-basis: 50%;
    -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) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .policy-impacts-list-item:nth-child(even) .side-copy {
    padding-left: 80px;
  }
}

.report-archive-hero {
  opacity: 0.85;
  background-image: linear-gradient(to bottom, rgba(28, 43, 57, 0.2), rgba(28, 43, 57, 0.2)), linear-gradient(to bottom, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0.08) 100%), linear-gradient(97deg, #ffe6b3 0%, #ffd15a 15%, #ffbb00 32%, #ff6908 60%, #e63d23 72%, #c0261d 89%, #8c130e 100%), linear-gradient(to bottom, #ffffff, #ffffff);
  margin-bottom: 90px;
}

.report-archive-hero__inner {
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 74px;
}

.report-archive-hero h1,
.report-archive-hero h6 a {
  color: white;
}

.report-archive-hero h1 {
  text-shadow: 0 3px 5px rgba(28, 43, 57, 0.3);
}

.report-archive-hero h6.kicker {
  margin: 20px 0;
}

.report-archive-hero h6.kicker>a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
}

.report-archive-hero h6.kicker>a svg {
  -webkit-transform: rotate(-180deg) translateX(0px);
  transform: rotate(-180deg) translateX(0px);
  margin-right: 9px;
}

.report-archive-hero h6.kicker>a:hover svg {
  margin-right: 5px;
  transition: margin-right 300ms ease;
}

.report-archive-hero h6.kicker>a:hover svg circle {
  fill: white;
}

.report-archive-hero h6.kicker>a:hover svg polyline,
.report-archive-hero h6.kicker>a:hover svg path {
  stroke: #001223;
}

.report-archives {
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.report-archives h1 {
  margin-bottom: 45px;
}

.report-archives .titleWithDate {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10px;
}

.report-archives .titleWithDate h2 {
  margin-bottom: 0;
}

.report-archives .titleWithDate .date {
  color: #748390;
  font-size: 16px;
  line-height: 1.389;
  display: inline-block;
  margin: 0 0 0 25px;
  padding-bottom: 3px;
}

@media (min-width: 768px) {
  .report-archives .titleWithDate .date {
    font-size: 18px;
  }
}

.report-archives .archive-year {
  border-bottom: 1px solid #f0f5f8;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.report-archives .archive-year:last-child {
  border-bottom: none;
}

.report-archives .pdf-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.report-archives .pdf-links span {
  color: #1c2b39;
}

.report-archives .pdf-links a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-decoration: underline;
}

.report-archives .pdf-links a svg {
  margin-right: 10px;
}

#archive-list-link {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 5px 10px 5px 20px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

#archive-list-link span {
  color: white;
  margin-right: 10px;
}

#archive-link.pdf-links.featured-report-links {
  margin-top: 20px;
  padding-left: 90px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#archive-link.pdf-links.featured-report-links>a {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 770px) {
  .news-single .news-single-hero .content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -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 {
    -webkit-flex-direction: row;
    -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 770px) {
  .policy-single-content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -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;
}

.policy-single .teaser-two-column>div h6 p {
  line-height: 1.39;
}

body.single-country-spotlight footer {
  margin-top: 0;
}

body.single-country-spotlight .country-code {
  display: none;
}

.container-1170 {
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 770px) {
  .container-1170 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .container-1170 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.container-770 {
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 770px) {
  .container-770 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.spotlight-single-hero {
  min-height: 515px;
  background-image: linear-gradient(45deg, #1c2b39 0%, #3c566b 100%);
  background-color: #1c2b39;
  position: relative;
  margin-bottom: 110px;
}

.spotlight-single-hero .return-button {
  font-family: "Theinhardt", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-image: url("images/back-arrow.svg");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 10px;
  left: 0;
  color: white;
  line-height: 45px;
  padding: 0 15px 0 45px;
  display: block;
  z-index: 1;
  text-decoration: none !important;
}

.spotlight-single-hero .return-button span {
  position: relative;
  top: 1px;
}

.spotlight-single-hero .return-button:hover {
  background-color: #3a7c94;
}

.spotlight-single-hero-image {
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 100%;
  width: 100%;
}

.spotlight-single-hero .title-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(28, 43, 57, 0.8);
  padding: 25px;
  width: 80%;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 1170px) {
  .spotlight-single-hero .title-block {
    max-width: 570px;
    padding: 25px 58px 35px 58px;
  }
}

.spotlight-single-hero .title-block h1 {
  font-family: "Theinhardt", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  color: white;
  margin-bottom: 25px;
}

.spotlight-single-hero .title-block .line {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 1px;
  background: #a4b6c6;
}

.spotlight-single-hero .pollution-ranking-wrapper {
  margin-top: 25px;
  text-align: center;
  padding: 12px 36px 17px 36px;
  display: inline-block;
  position: relative;
  background: linear-gradient(90deg, #fed58c 0%, #f7961d 50%, #d93826 100%);
  border-radius: 10px;
  margin-bottom: 36px;
}

.spotlight-single-hero .pollution-ranking-wrapper>* {
  position: relative;
  z-index: 2;
}

.spotlight-single-hero .pollution-ranking-wrapper:before {
  position: absolute;
  content: '';
  background: #1c2b39;
  border-radius: 10px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  z-index: 1;
}

.spotlight-single-hero .pollution-ranking-wrapper h5 {
  font-family: "Theinhardt", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.389;
  color: white;
  margin-bottom: 5px;
}

.spotlight-single-hero .pollution-ranking-wrapper p {
  text-shadow: 0 3px 5px rgba(28, 43, 57, 0.2);
  font-family: "Theinhardt", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.083;
  color: white;
  margin-bottom: 0;
}

.spotlight-hero-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 15px;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spotlight-hero-wrapper:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  background: url(images/horizontal-line.svg) no-repeat center;
  background-size: cover;
}

@media (min-width: 1070px) {
  .spotlight-hero-wrapper {
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
}

@media (min-width: 770px) {
  .spotlight-hero-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 70px 20px 70px 50px;
  }
}

.spotlight-hero-wrapper .spotlight-image-block {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 400px;
}

.spotlight-hero-wrapper .spotlight-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1070px) {
  .spotlight-hero-wrapper .spotlight-image-block {
    height: auto;
  }
}

@media (min-width: 770px) {
  .spotlight-hero-wrapper .spotlight-image-block {
    width: 50%;
  }
}

.spotlight-hero-wrapper .spotlight-info-block {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .spotlight-hero-wrapper .spotlight-info-block {
    padding-right: 70px;
  }
}

@media (min-width: 770px) {
  .spotlight-hero-wrapper .spotlight-info-block {
    width: 50%;
    padding-right: 30px;
  }
}

.spotlight-hero-wrapper .spotlight-info-block .before-title {
  text-shadow: 0 1.5px 2.5px rgba(28, 43, 57, 0.2);
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "Theinhardt", sans-serif;
}

.spotlight-hero-wrapper .spotlight-info-block h1 {
  text-shadow: 0 1.5px 2.5px rgba(28, 43, 57, 0.2);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}

.download-btn {
  text-align: center;
  margin-top: 25px;
  width: 100%;
}

.download-btn .download {
  height: 42px;
  line-height: 41px;
  border-radius: 5px;
  background: #3a7c94;
  color: white;
  font-size: 15px;
  font-weight: 500;
  font-family: "Theinhardt", sans-serif;
  padding: 0 15px 0 15px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.download-btn .download svg {
  margin-left: 25px;
}

.download-btn .download:hover {
  background: rgba(28, 43, 57, 0.85);
  color: #fff;
}

.download-btn .download:hover svg path,
.download-btn .download:hover svg polyline {
  stroke: #1c2b39;
}

.download-btn .download:hover svg circle {
  fill: #fff;
}

.pollution-info {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1070px) {
  .pollution-info .pollution-info {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.pollution-info .pollution-info__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: 0 4px 10px 0 rgba(28, 43, 57, 0.3);
  background: #ffffff;
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}

.pollution-info .pollution-info__inner: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;
}

.pollution-info .info-block {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border-right: none;
  border-bottom: solid 1px #a4b6c6;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.pollution-info .info-block:nth-child(3) {
  border: none;
}

@media (min-width: 1200px) {
  .pollution-info .info-block {
    padding-left: 30px;
    padding-right: 30px;
    border-width: 2px;
  }

  .pollution-info .info-block:first-child {
    padding-left: 0;
  }

  .pollution-info .info-block:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1070px) {
  .pollution-info .info-block {
    width: 33%;
    margin-bottom: 0;
    border-right: solid 1px rgba(164, 182, 198, 0.25);
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.pollution-info .info-block .title {
  font-family: "Theinhardt", sans-serif;
  font-size: 14px;
  line-height: 1.143;
  color: white;
  margin: 0;
  display: block;
}

.pollution-info .info-block .add-info {
  font-family: "Theinhardt", sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.143;
  color: white;
  display: block;
  margin-top: 10px;
}

.pollution-info .info-block .value {
  text-transform: uppercase;
  font-family: "Theinhardt", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  color: white;
}

.pollution-info .info-block .main-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 0;
}

@media (min-width: 1070px) {
  .pollution-info .info-block .main-info {
    max-width: 180px;
  }
}

.pollution-info .info-block.national-standard .add-info {
  display: none;
}

.spotlight-single-main-content h2 {
  margin-bottom: 20px;
}

.spotlight-single-main-content img {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}

.spotlight-single-main-content ul {
  padding-left: 20px;
  list-style-type: disc;
}

.spotlight-single-main-content .main-info {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 60px;
}

.spotlight-single-main-content .main-info h2+p {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.545;
}

.spotlight-single-main-content .additional-block {
  margin-top: 60px;
  margin-bottom: 95px;
}

.spotlight-single-main-content .explore-block {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  background: #f0f5f8;
}

@media (min-width: 770px) {
  .spotlight-single-main-content .explore-block {
    padding-bottom: 70px;
  }
}

.spotlight-single-main-content .policy-impact-wraper {
  background: #F2F4F5;
  margin-bottom: 75px;
  padding-top: 60px;
}

@media (min-width: 770px) {
  .spotlight-single-main-content .policy-impact-wraper {
    padding-top: 0;
  }
}

.spotlight-single-main-content .policy-impact-wraper .policy-impact-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spotlight-single-main-content .policy-impact-wraper .policy-impact-inner .left-block {
  width: 100%;
  margin-top: 0;
  text-align: center;
}

.spotlight-single-main-content .policy-impact-wraper .policy-impact-inner .left-block .side-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  max-height: 100%;
  max-width: 100%;
  z-index: 2;
  width: 100%;
  height: 300px;
  display: block;
  margin-bottom: 0;
}

@media (min-width: 770px) {
  .spotlight-single-main-content .policy-impact-wraper .policy-impact-inner .left-block {
    width: 45%;
    text-align: left;
    margin-top: -60px;
  }

  .spotlight-single-main-content .policy-impact-wraper .policy-impact-inner .left-block .side-image {
    height: 100%;
  }
}

.spotlight-single-main-content .policy-impact-wraper .policy-impact-inner .right-block {
  width: 100%;
  padding-left: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 770px) {
  .spotlight-single-main-content .policy-impact-wraper .policy-impact-inner .right-block {
    width: 55%;
    padding-left: 100px;
  }
}

.spotlight-single-main-content .policy-impact-wraper .policy-impact-inner .right-block .before-title {
  font-family: "Theinhardt", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #1c2b39;
  margin-bottom: 20px;
}

.spotlight-single-main-content .policy-impact-wraper .policy-impact-inner .right-block .title {
  font-family: "Theinhardt", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.19;
  color: #1c2b39;
  margin-bottom: 20px;
}

.spotlight-single-main-content .policy-impact-wraper .policy-impact-inner .right-block .intro-text {
  font-family: "Theinhardt", sans-serif;
  font-size: 18px;
  line-height: 1.389;
  color: #748390;
}

.spotlight-single-main-content .policy-impact-wraper .policy-impact-inner .right-block a {
  margin-top: 15px;
  font-family: "Theinhardt", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #1c2b39;
  line-height: 25px;
  display: inline-block;
}

.spotlight-single-main-content .policy-impact-wraper .policy-impact-inner .right-block a svg {
  margin-right: 9px;
  float: left;
  transition: margin-right 300ms ease-in;
}

.spotlight-single-main-content .policy-impact-wraper .policy-impact-inner .right-block a span {
  text-decoration: underline;
}

.spotlight-single-main-content .policy-impact-wraper .policy-impact-inner .right-block a:hover svg {
  margin-right: 5px;
  transition: margin-right 300ms ease-in;
}

.spotlight-single-main-content .related-person-wrapper .related-person-inner {
  background: #f0f5f8;
  border-radius: 5px;
  padding: 60px 20px;
  text-align: center;
}

.spotlight-single-main-content .related-person-wrapper .related-person-inner h3 {
  font-family: "Theinhardt", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.083;
  color: #1c2b39;
  margin-bottom: 25px;
}

.spotlight-single-main-content .related-person-wrapper .related-person-inner .img-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

.spotlight-single-main-content .related-person-wrapper .related-person-inner .img-wrap img {
  margin: 0;
}

.spotlight-single-main-content .related-person-wrapper .related-person-inner .title {
  font-family: "Theinhardt", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #1c2b39;
  margin-bottom: 10px;
}

.spotlight-single-main-content .related-person-wrapper .related-person-inner .position {
  font-family: "Theinhardt", sans-serif;
  font-size: 14px;
  line-height: 1.143;
  color: #748390;
  margin-bottom: 15px;
}

.spotlight-single-main-content .related-person-wrapper .related-person-inner .email {
  font-family: "Theinhardt", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #748390;
  text-decoration: underline;
  margin-bottom: 0;
}

.spotlight-single-main-content .related-person-wrapper .related-person-inner .email:hover {
  text-decoration: none;
}

.spotlight-single-main-content .related-reports-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

@media (min-width: 770px) {
  .spotlight-single-main-content .related-reports-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.spotlight-single-main-content .related-reports-wrapper:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, white 0%, #f9f9f9 100%);
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-block {
  width: 100%;
  padding-right: 0;
  border-right: none;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-block h2 {
  margin-bottom: 55px;
}

@media (min-width: 970px) {
  .spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-block {
    width: 68%;
    padding-right: 35px;
    border-right: 1px solid #979797;
  }
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-news-block {
  width: 100%;
  padding-left: 0;
  margin-top: 30px;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-news-block h2 {
  margin-bottom: 50px;
}

@media (min-width: 970px) {
  .spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-news-block {
    width: 32%;
    padding-left: 60px;
    margin-top: 0;
  }
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-news-block .button-icon {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .news-item-wrap .news-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .news-item-wrap .news-item:last-child {
  padding-bottom: 0;
  margin-bottom: 30px;
  border: none;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .news-item-wrap .news-item .img-wrap {
  width: 67px;
  height: 67px;
  margin-right: 25px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .news-item-wrap .news-item .img-wrap img {
  margin: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .news-item-wrap .news-item .info-wrap {
  margin-top: -10px;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .news-item-wrap .news-item .info-wrap .term {
  font-family: "Theinhardt", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #c16622;
  margin-right: 10px;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .news-item-wrap .news-item .info-wrap .date {
  color: #748390;
  font-family: "Theinhardt", sans-serif;
  font-size: 14px;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .news-item-wrap .news-item .info-wrap h3 {
  font-family: "Theinhardt", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.389;
  color: #748390;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .news-item-wrap .news-item .info-wrap h3 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .related-report {
  padding-bottom: 45px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .related-report:last-child {
  padding-bottom: 0;
  margin-bottom: 60px;
  border: none;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 770px) {
  .spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .text {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .text h3 {
  font-family: "Theinhardt", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.083;
  color: #1c2b39;
  margin: 0;
  width: 100%;
}

@media (min-width: 770px) {
  .spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .text h3 {
    width: 55%;
  }
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .text .pdf-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media (min-width: 770px) {
  .spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .text .pdf-links {
    margin-top: 0;
  }
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .text .pdf-links span {
  color: #1c2b39;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .text .pdf-links a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-decoration: underline;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .text .pdf-links a svg {
  margin-right: 10px;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .add-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 770px) {
  .spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .add-info {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .add-info .thumbnail {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 140px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .add-info .thumbnail img {
  margin: 0;
}

@media (min-width: 770px) {
  .spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .add-info .thumbnail {
    margin-left: 30px;
    margin-right: 60px;
  }
}

.spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .add-info .teaser-text {
  font-family: "Theinhardt", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.389;
  color: #748390;
  margin-top: 20px;
}

@media (min-width: 770px) {
  .spotlight-single-main-content .related-reports-wrapper .related-reports-inner .related-reports-wrap .add-info .teaser-text {
    margin-top: 0;
  }
}

.graphs-info-wrapper .title-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  padding: 15px;
}

@media (min-width: 970px) {
  .graphs-info-wrapper .title-block {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 35px 40px 30px 40px;
  }
}

.wrap-select {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.wrap-select h2 {
  margin-bottom: 0;
}

.wrap-select .select2 {
  max-width: 100%;
  width: 100% !important;
  background: #1c2b39;
  border-radius: 5px;
  position: relative;
}

@media (min-width: 970px) {
  .wrap-select .select2 {
    width: auto !important;
    margin-left: 15px;
    min-width: 240px !important;
  }
}

.wrap-select .select2-container--aqli-scenario .select2-selection--single {
  height: 49px;
}

.wrap-select .select2-container--aqli-scenario .select2-selection--single .select2-selection__rendered {
  height: 49px;
  padding-top: 3px;
  line-height: 49px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-transform: none;
}

.wrap-select .select2-container--aqli-scenario .select2-selection--single .select2-selection__arrow {
  height: 49px;
  width: 35px;
}

.wrap-select .select2-container--aqli-scenario .select2-selection--single .select2-selection__arrow b {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wrap-select .select2-container--aqli-scenario .select2-results__option {
  display: block !important;
}

.charts-panel-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 970px) {
  .charts-panel-block {
    background: #fff;
    padding-bottom: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.charts-panel-block .key-stat-panel.chart {
  width: 100%;
  padding: 30px 20px;
  box-shadow: none;
}

.charts-panel-block .key-stat-panel.chart:first-child {
  border-right: 2px solid #f0f5f8;
}

@media (min-width: 970px) {
  .charts-panel-block .key-stat-panel.chart {
    width: 50%;
    padding: 20px 50px;
    margin: 0;
  }
}

.charts-panel-block .key-stat-panel.chart h5 {
  font-size: 22px;
  margin-left: 0;
}

@media (min-width: 970px) {
  .charts-panel-block .key-stat-panel.chart h5 {
    font-size: 22px;
  }
}

@media (min-width: 1170px) {
  .charts-panel-block .key-stat-panel.chart h5 {
    font-size: 24px;
  }
}

.charts-panel-block.full {
  margin-top: 15px;
}

@media (min-width: 970px) {
  .charts-panel-block.full {
    margin-top: 60px;
  }
}

.charts-panel-block.full .key-stat-panel {
  width: 100%;
  padding: 30px 20px;
  border: none;
}

@media (min-width: 970px) {
  .charts-panel-block.full .key-stat-panel {
    padding: 50px 15px 55px;
  }
}

.charts-panel-block .chart-air-pollution-ranking-scroller,
.charts-panel-block .chart-air-pollution-series-scroller,
.charts-panel-block .chart-llpp-series-scroller {
  margin-bottom: 0;
}

.select-wrapper {
  position: relative;
  width: 100%;
  margin-top: 15px;
}

@media (min-width: 970px) {
  .select-wrapper {
    width: auto;
    margin-top: 0;
  }
}

.select-wrapper .user-defined-select-wrap {
  width: 50px;
  float: left;
  overflow: hidden;
  transition: width 200ms ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  pointer-events: none;
}

.select-wrapper .user-defined-select-wrap.custom-select {
  pointer-events: all;
}

.select-wrapper .user-defined-select-wrap .select2 {
  min-width: auto !important;
  max-width: 100%;
  width: 100% !important;
  transition: opacity 200ms ease 200ms;
  margin: 0;
}

.select-wrapper .user-defined-select-wrap .select2.select2-container--disabled {
  opacity: 0;
  pointer-events: none;
}

.select-wrapper .user-defined-select-wrap .select2.select2-container--aqli-custom-standard .select2-selection--single {
  height: 35px;
}

.select-wrapper .user-defined-select-wrap .select2.select2-container--aqli-custom-standard .select2-selection--single .select2-selection__rendered {
  color: #3a7c94;
  height: 35px;
  line-height: 37px;
}

.select-wrapper .user-defined-select-wrap .select2.select2-container--aqli-custom-standard .select2-selection--single .select2-selection__arrow {
  display: none;
}

.country-spotlight-info {
  background: #F2F4F5;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 770px) {
  .country-spotlight-info {
    margin-top: 135px;
  }
}

.country-spotlight-info .country-spotlight-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 770px) {
  .country-spotlight-info .country-spotlight-inner {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.country-spotlight-info .image-block {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding: 40px 20px;
  background: #d9e7ef;
}

.country-spotlight-info .image-block img {
  max-width: 100%;
}

@media (min-width: 770px) {
  .country-spotlight-info .image-block {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.country-spotlight-info .country-info {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

@media (min-width: 770px) {
  .country-spotlight-info .country-info {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    margin-left: 30px;
    margin-top: 0;
  }
}

.country-spotlight-info .country-info h4 {
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #1c2b39;
}

.country-spotlight-info .country-info h3 {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.19;
  color: #1c2b39;
  font-size: 32px;
}

.country-spotlight-info .country-info h3 span {
  display: block;
}

@media (min-width: 870px) {
  .country-spotlight-info .country-info h3 {
    font-size: 42px;
  }
}

.country-spotlight-info .country-info p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.389;
  color: #748390;
  font-family: "Theinhardt", sans-serif;
}

.country-spotlight-info .country-info .blue-rounded-link-button {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 10px 5px 20px;
}

.country-spotlight-info .country-info .blue-rounded-link-button span {
  display: block;
  margin-right: 5px;
}

.contact-cards {
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-cards .contact-card {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: calc((100% - ((1 - 1) * 30px)) / 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 {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((2 - 1) * 30px)) / 2);
    -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 770px) {
  .featured-news-teaser {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -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 h5 {
  display: none;
}

@media (min-width: 770px) {
  .featured-news-teaser .text h5 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.read-more {
  padding-left: 35px;
  position: relative;
  display: block;
  transition: padding-left 300ms ease-out;
}

.read-more:before {
  content: ' ';
  background: url("../dist/images/internal-link.svg");
  position: absolute;
  left: 0px;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  top: 0px;
}

.read-more:hover {
  padding-left: 30px;
  transition: padding-left 300ms ease-out;
}

.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;
  -webkit-flex-direction: row;
  -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;
  -webkit-flex: 1;
  -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;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.search-form-wrap {
  width: 100%;
  background: #5b96ad;
  display: none;
  padding: 20px 0 30px 0;
  z-index: 200;
}

.search-form-wrap.mobile-search {
  display: block;
}

.search-form-wrap.mobile-search>div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: 280px;
}

@media (min-width: 870px) {
  .search-form-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: -90px;
    left: 0;
    transition: ease 200ms top;
    position: absolute;
    padding: 20px 0;
  }
}

.search-form-wrap.open {
  top: 0;
}

.search-form-wrap .title {
  font-family: "Theinhardt", sans-serif;
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 870px) {
  .search-form-wrap .title {
    margin-right: 25px;
    display: inline-block;
    margin-bottom: 0;
  }
}

.search-form-wrap #searchform {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-form-wrap #searchform input[type="text"] {
  width: 190px;
  max-width: 100%;
  background: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  border: none;
  font-family: "Theinhardt", sans-serif;
  color: #748390;
}

@media (min-width: 870px) {
  .search-form-wrap #searchform input[type="text"] {
    width: 340px;
  }
}

.search-form-wrap #searchform input[type="submit"] {
  height: 50px;
  line-height: 50px;
  border: none;
  background: #343434;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Theinhardt", sans-serif;
  cursor: pointer;
}

@media (min-width: 870px) {
  .search-form-wrap #searchform input[type="submit"] {
    width: 112px;
  }
}

.search-form-wrap .close-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 35px;
  border-radius: 50%;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
}

header .search-btn {
  background-image: url("/wp-content/themes/aqli-epic/dist/images/search-magnifying-glass-black.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: opacity 200ms ease;
}

header .search-btn:hover {
  opacity: 0.8;
}

@media (min-width: 870px) {
  header .search-btn {
    display: block;
  }
}

.search-result-header {
  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%);
  position: relative;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
}

.search-result-header: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;
}

.search-result-header h1 {
  color: #fff;
  margin-bottom: 25px;
}

.search-result-header .search-form-wrap {
  background: none;
  position: static;
  padding: 0;
}

.search-result-header .search-form-wrap .close-btn {
  display: none;
}

.search-result-header .search-form-wrap .title {
  display: none;
}

.filter-block {
  padding: 30px 0;
}

.filter-block .filter-block-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter-block .filter-block-inner span {
  font-family: "Theinhardt", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #767676;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 770px) {
  .filter-block .filter-block-inner span {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.filter-block .filter-block-inner .query-filter {
  background: #3a7c94 url(../dist/images/Collapse.svg) no-repeat 95% center;
  border: 1.5px solid #3a7c94;
  color: white;
  font-family: "Theinhardt", sans-serif;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  min-width: 170px;
  font-size: 14px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 770px) {
  .filter-block .filter-block-inner .query-filter {
    margin-left: auto;
    width: auto;
  }
}

.filter-block .filter-block-inner .query-filter-wrapper {
  position: relative;
  width: 250px;
  margin-left: 10px;
}

@media (min-width: 770px) {
  .filter-block .filter-block-inner .query-filter-wrapper {
    width: auto;
    margin-left: 0;
  }
}

.filter-block .filter-block-inner .select2 {
  margin-right: 0;
  margin-left: auto;
  width: 100% !important;
}

@media (min-width: 770px) {
  .filter-block .filter-block-inner .select2 {
    width: auto;
    min-width: 170px;
  }
}

.filter-block .filter-block-inner .select2 .selection {
  margin-right: 0;
}

.filter-block .filter-block-inner .select2 .select2-selection {
  margin-right: 0;
  border-radius: 5px;
  border: solid 1.5px #3a7c94;
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 10px;
}

.filter-block .filter-block-inner .select2 .select2-selection__placeholder {
  text-transform: capitalize;
  color: #3a7c94;
  text-align: left;
  font-size: 14px;
  padding-right: 0;
  font-weight: 400;
}

.filter-block .filter-block-inner .select2 .select2-selection__rendered {
  line-height: 37px;
  height: 35px;
  margin-right: 0;
  text-align: left;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  padding-left: 0;
  font-weight: 400;
  padding-right: 45px;
}

.filter-block .filter-block-inner .select2 .select2-selection__arrow {
  height: 100%;
  margin-right: 0;
  right: 15px;
  width: 25px;
  top: -1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter-block .filter-block-inner .select2 .select2-selection__arrow b {
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff url(../dist/images/Collapse.svg) no-repeat center;
  position: static;
  margin-left: 0;
  margin-top: 0;
}

.filter-block .filter-block-inner .select2.select2-container--focus .select2-selection {
  background: #3a7c94;
}

.filter-block .filter-block-inner .select2.select2-container--focus .select2-selection__placeholder {
  color: #fff;
}

.filter-block .filter-block-inner .select2.select2-container--open .select2-selection {
  background: #3a7c94;
}

.filter-block .filter-block-inner .select2.select2-container--open .select2-selection__placeholder {
  color: #fff;
}

.filter-block .filter-block-inner .select2.select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-block .filter-block-inner .select2-container .select2-dropdown {
  background: #1c2b39;
  border-radius: 5px;
  border: none;
  margin: 0;
}

.filter-block .filter-block-inner .select2-container .select2-search--dropdown {
  display: none !important;
}

.filter-block .filter-block-inner .select2-container .select2-results {
  margin-right: 0;
}

.filter-block .filter-block-inner .select2-container .select2-results>.select2-results__options {
  max-width: 100%;
}

.filter-block .filter-block-inner .select2-container .select2-results .select2-results__option {
  font-family: "Theinhardt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.07;
  color: #ffffff;
  text-align: left;
  text-transform: capitalize;
  padding-left: 15px;
}

@media screen and (max-width: 770px) {
  .results-list .text {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }

  .results-list .image {
    display: none !important;
  }
}

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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ag-root-wrapper.ag-layout-normal {
  height: 100%;
}

.ag-root-wrapper-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.ag-root {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -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;
  -webkit-flex: 1;
  -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: -webkit-flex;
  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;
  -webkit-flex: 1;
  -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: -webkit-flex;
  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 {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
}

.ag-column-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ag-body.ag-layout-normal {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0px;
  min-height: 0px;
}

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

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

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

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

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

.ag-rtl .ag-header {
  -webkit-flex-direction: row-reverse;
  -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: -webkit-flex;
  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;
  -webkit-flex: 1;
  -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: -webkit-flex;
  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;
  -webkit-flex: 1;
  -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;
  -webkit-flex: 1;
  -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: top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s;
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 50px;
  overflow: hidden;
}

.ag-column-drop-vertical .ag-column-drop-list {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 20px;
  overflow-x: auto;
}

.ag-column-drop-vertical .ag-column-drop-cell {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
  overflow: hidden;
  -webkit-flex: 1;
  -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 {
  -webkit-flex-grow: 1;
  -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 {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -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 {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 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;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.ag-side-bar .ag-column-select-panel {
  -webkit-flex-grow: 4;
  -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;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.ag-ltr .ag-tool-panel-horizontal-resize {
  float: left;
  -webkit-transform: translateX(-3px);
  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 {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ag-shake-left-to-right;
  animation-name: ag-shake-left-to-right;
}

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

  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}

@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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -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 {
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  -webkit-writing-mode: vertical-lr;
  -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 {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

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

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

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

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

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

.ag-status-bar-right {
  display: -webkit-inline-flex;
  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: -webkit-flex;
  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 {
  -webkit-flex-direction: row-reverse;
  -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;
  -webkit-transform: translateY(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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -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;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -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 {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ECECEC;
  color: rgba(0, 0, 0, 0.54);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-justify-content: flex-end;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ag-theme-material .ag-cell-label-container .ag-header-cell-label {
  -webkit-justify-content: center;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: 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 {
  -webkit-flex: 1;
  -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);
}

.country-spotlights-button {
  font-family: "Theinhardt", sans-serif;
  font-size: 13px;
  font-weight: 500;
  background-image: url("/wp-content/themes/aqli-epic/dist/images/right-caret-white.svg");
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-color: #3a7c94;
  border-radius: 0;
  position: absolute;
  top: 50px;
  left: 0;
  color: white;
  line-height: 40px;
  padding: 0 30px 0 15px;
  opacity: 0;
  transition: opacity 200ms ease 200ms;
  display: block;
  width: 50%;
}

.index-tool.map-is-ready .country-spotlights-button {
  opacity: 1;
}

.country-spotlights-button span {
  position: relative;
  top: 1px;
}

@media (min-width: 770px) {
  .country-spotlights-button {
    top: 15px;
    line-height: 45px;
    font-size: 15px;
    padding-left: 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: auto;
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #D2DBE3;
}

::-webkit-scrollbar-thumb {
  background: #748390;
}

::-webkit-scrollbar-thumb:hover {
  background: #454f58;
}

.spotlight-list {
  position: absolute;
  top: 80px;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  background: #f0f5f8;
  z-index: 10;
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.spotlight-list.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (min-width: 770px) {
  .spotlight-list {
    max-width: 517px;
    top: 0;
  }
}

.spotlight-list__top {
  background: #3a7c94;
  padding: 20px;
}

@media (min-width: 770px) {
  .spotlight-list__top {
    padding: 30px 35px 30px 135px;
  }
}

.spotlight-list__top .nation-name {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 5px;
  color: white;
}

@media (min-width: 770px) {
  .spotlight-list__top .nation-name {
    font-size: 20px;
    line-height: 1.4;
  }
}

.spotlight-list__top .standard-line {
  color: white;
  line-height: 1.33;
  font-size: 12px;
  margin-bottom: 20px;
  font-family: "Theinhardt", sans-serif;
  margin-right: 30%;
}

@media (min-width: 770px) {
  .spotlight-list__top .standard-line {
    font-size: 16px;
    line-height: 1.4;
    margin-right: 0;
  }
}

.spotlight-list__top .country-search-container {
  margin-right: 0;
  margin-left: 0;
  display: none;
}

.spotlight-list .close {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 14px;
  right: 14px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-color: #1c2b39;
  background-image: url("/wp-content/themes/aqli-epic/dist/images/close-icon.svg");
  background-position: center 7px;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
  color: white;
}

.spotlight-list .close .hidden {
  visibility: hidden;
}

.spotlight-list__bottom {
  padding: 20px;
  overflow: hidden;
}

@media (min-width: 770px) {
  .spotlight-list__bottom {
    padding: 38px 14px 0 135px;
  }
}

.spotlight-list__bottom .spotlight-list__inside {
  height: 100%;
  overflow: auto;
}

.spotlight-list__bottom ul {
  overflow: auto;
}

.spotlight-list__bottom ul li {
  position: relative;
  margin-bottom: 13px;
}

.spotlight-list__bottom ul li a {
  color: #1c2b39;
  font-size: 15px;
  text-decoration: underline;
}

.view-country-spotlight {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  padding: 0 16px;
  margin-right: 10px;
  background: #5b96ad;
  color: white;
  margin-bottom: 10px;
  display: none;
  text-decoration: none !important;
  line-height: 30px;
  text-align: center;
}

section.index-tool-bottom {
  position: absolute;
  height: calc(100% - 120px);
  width: 100%;
  background: white;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 15;
  transition: background 340ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 340ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 340ms cubic-bezier(0.645, 0.045, 0.355, 1);
  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);
  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), -webkit-transform 340ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: none;
}

section.index-tool-bottom.is-active {
  background: transparent;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body.modal-is-active section.index-tool-bottom {
  opacity: 0.2;
  pointer-events: none;
}

@media (min-width: 770px) {
  section.index-tool-bottom {
    display: block;
  }
}

@media (min-width: 770px) {
  section.index-tool-bottom {
    bottom: 0px;
  }
}

.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;
  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;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 770px) {
  .index-tool-key-stats-tab .buttons {
    display: -webkit-flex;
    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%;
  -webkit-transform: translateX(-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: 24px 15px 10px;
}

@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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 200ms ease;
}

.key-stat-panel-container.full .key-stat-panel {
  width: 100%;
}

.key-stat-panel-container.half {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: block;
}

@media (min-width: 770px) {
  .key-stat-panel-container.half {
    display: -webkit-flex;
    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;
  overflow: visible;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  transition: opacity 1000ms ease;
}

.key-stat-panel.is-loading {
  opacity: 0.15;
  transition: opacity 100ms ease;
}

.key-stat-panel.chart {
  padding: 40px 15px 15px;
}

.key-stat-panel.chart h5 {
  margin: 0 0 0 35px;
}

.key-stat-panel.no-standard {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.key-stat-panel.no-standard.chart h5 {
  display: none;
}

.key-stat-panel.no-standard .chart-llpp-series-container,
.key-stat-panel.no-standard .chart-llpp-series-scroller {
  display: none;
}

.key-stat-panel.no-standard .chart-llpp-no-standard-copy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.key-stat-panel.data-points {
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.key-stat-panel .data-point {
  border-right: 1px solid #ebf1f5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  width: 50%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: 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,
.chart-regions-population-ranking svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

.chart-regions-air-pollution-ranking .bars rect,
.chart-regions-population-ranking .bars rect {
  opacity: 0.65;
  transition: opacity 200ms ease;
}

.chart-regions-air-pollution-ranking .bars rect:hover,
.chart-regions-population-ranking .bars rect:hover {
  opacity: 1;
  stroke-width: 1px;
  stroke: #f8a429;
}

.chart-regions-air-pollution-ranking .bars rect.is-active,
.chart-regions-population-ranking .bars rect.is-active {
  opacity: 1;
}

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

.chart-regions-air-pollution-ranking .y-axis text,
.chart-regions-population-ranking .y-axis text {
  font-family: "Theinhardt", sans-serif;
  font-size: 10px;
  fill: #748390;
}

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

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

.chart-regions-air-pollution-ranking .x-axis text,
.chart-regions-population-ranking .x-axis text {
  font-family: "Theinhardt", sans-serif;
  font-size: 10px;
  fill: #748390;
}

.chart-regions-air-pollution-ranking text.x-label,
.chart-regions-population-ranking text.x-label {
  font-family: "Theinhardt", sans-serif;
  font-size: 10px;
  fill: #1c2b39;
  background: transparent;
}

.chart-air-pollution-ranking-container,
.chart-air-pollution-series-container,
.chart-llpp-series-container {
  width: 100%;
  padding-left: 35px;
  position: relative;
}

.chart-air-pollution-ranking-container .y-axis-external,
.chart-air-pollution-series-container .y-axis-external,
.chart-llpp-series-container .y-axis-external {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: white;
  width: 35px;
  pointer-events: none;
}

.chart-air-pollution-ranking-container .y-axis-external svg line,
.chart-air-pollution-series-container .y-axis-external svg line,
.chart-llpp-series-container .y-axis-external svg line {
  display: none;
}

.chart-air-pollution-ranking-container .y-axis-external svg text,
.chart-air-pollution-series-container .y-axis-external svg text,
.chart-llpp-series-container .y-axis-external svg text {
  font-family: "Theinhardt", sans-serif;
  font-size: 10px;
  fill: #748390;
  text-transform: uppercase;
}

.chart-air-pollution-ranking-container .y-axis-external svg text.y-label,
.chart-air-pollution-series-container .y-axis-external svg text.y-label,
.chart-llpp-series-container .y-axis-external svg text.y-label {
  font-family: "Theinhardt", sans-serif;
  font-size: 10px;
  fill: #1c2b39;
  background: transparent;
}

.chart-air-pollution-ranking,
.chart-air-pollution-series,
.chart-llpp-series {
  width: 100%;
  overflow-x: hidden;
}

.chart-air-pollution-ranking svg g.bars rect,
.chart-air-pollution-series svg g.bars rect,
.chart-llpp-series svg g.bars rect {
  opacity: 0.65;
  transition: opacity 200ms ease;
}

.chart-air-pollution-ranking svg g.bars rect.is-active,
.chart-air-pollution-series svg g.bars rect.is-active,
.chart-llpp-series svg g.bars rect.is-active {
  opacity: 1;
}

.chart-air-pollution-ranking svg g.bars rect:hover,
.chart-air-pollution-ranking svg g.bars rect.is-active:hover,
.chart-air-pollution-series svg g.bars rect:hover,
.chart-air-pollution-series svg g.bars rect.is-active:hover,
.chart-llpp-series svg g.bars rect:hover,
.chart-llpp-series svg g.bars rect.is-active:hover {
  opacity: 1;
  stroke-width: 1px;
}

.chart-air-pollution-ranking svg g.y-axis .domain,
.chart-air-pollution-series svg g.y-axis .domain,
.chart-llpp-series svg g.y-axis .domain {
  stroke: none;
}

.chart-air-pollution-ranking svg g.y-axis text,
.chart-air-pollution-series svg g.y-axis text,
.chart-llpp-series svg g.y-axis text {
  display: none;
}

.chart-air-pollution-ranking svg g.x-axis .domain,
.chart-air-pollution-series svg g.x-axis .domain,
.chart-llpp-series svg g.x-axis .domain {
  display: none;
}

.chart-air-pollution-ranking svg g.x-axis line,
.chart-air-pollution-series svg g.x-axis line,
.chart-llpp-series svg g.x-axis line {
  display: none;
}

.chart-air-pollution-ranking svg g.x-axis text,
.chart-air-pollution-series svg g.x-axis text,
.chart-llpp-series svg g.x-axis text {
  font-family: "Theinhardt", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

.chart-air-pollution-ranking,
.chart-air-pollution-series {
  width: 100%;
  overflow-x: hidden;
}

.chart-air-pollution-ranking svg g.bars rect.is-active,
.chart-air-pollution-series svg g.bars rect.is-active {
  stroke: #5b96ad;
}

.chart-air-pollution-ranking svg g.bars rect:hover,
.chart-air-pollution-ranking svg g.bars rect.is-active:hover,
.chart-air-pollution-series svg g.bars rect:hover,
.chart-air-pollution-series svg g.bars rect.is-active:hover {
  stroke: #f8a429;
}

.chart-air-pollution-ranking svg g.y-axis .domain,
.chart-air-pollution-series svg g.y-axis .domain {
  fill: #F8FAFB;
}

.chart-air-pollution-ranking svg g.y-axis line,
.chart-air-pollution-series svg g.y-axis line {
  stroke: #ebebeb;
}

.chart-air-pollution-ranking svg g.x-axis text,
.chart-air-pollution-series svg g.x-axis text {
  fill: #748390;
}

.chart-llpp-series {
  width: 100%;
  overflow-x: hidden;
}

.chart-llpp-series svg g.bars rect.is-active {
  stroke: #b94d00;
}

.chart-llpp-series svg g.bars rect:hover,
.chart-llpp-series svg g.bars rect.is-active:hover {
  stroke: #5b96ad;
}

.chart-llpp-series svg g.y-axis .domain {
  fill: #F8FAFB;
}

.chart-llpp-series svg g.y-axis line {
  stroke: #ebebeb;
}

.chart-llpp-series svg g.x-axis text {
  fill: #748390;
}

@media (min-width: 1220px) {

  .chart-air-pollution-series-scroller,
  .chart-llpp-series-scroller {
    display: none;
  }
}

.chart-air-pollution-ranking-scroller,
.chart-air-pollution-series-scroller,
.chart-llpp-series-scroller {
  background: #f0f5f8;
  height: 25px;
  border: 0;
  border-radius: 25px;
  box-shadow: none;
  padding: 0 15px;
  margin-left: 35px;
  margin-bottom: 40px;
}

.chart-air-pollution-ranking-scroller .noUi-horizontal,
.chart-air-pollution-series-scroller .noUi-horizontal,
.chart-llpp-series-scroller .noUi-horizontal {
  height: 24px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.chart-air-pollution-ranking-scroller .noUi-horizontal .noUi-tooltip,
.chart-air-pollution-series-scroller .noUi-horizontal .noUi-tooltip,
.chart-llpp-series-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,
.chart-air-pollution-series-scroller .noUi-base,
.chart-llpp-series-scroller .noUi-base {
  padding: 10px 0;
}

.chart-air-pollution-ranking-scroller .noUi-connects,
.chart-air-pollution-series-scroller .noUi-connects,
.chart-llpp-series-scroller .noUi-connects {
  background: #748390;
  border-radius: 2px;
}

.chart-air-pollution-ranking-scroller:before,
.chart-air-pollution-series-scroller:before,
.chart-llpp-series-scroller:before {
  left: 0;
}

.chart-air-pollution-ranking-scroller:after,
.chart-air-pollution-series-scroller:after,
.chart-llpp-series-scroller:after {
  right: 0;
}

.chart-air-pollution-ranking-scroller .noUi-connect,
.chart-air-pollution-series-scroller .noUi-connect,
.chart-llpp-series-scroller .noUi-connect {
  background: #5b96ad;
  opacity: 1;
  transition: opacity 200ms ease 200ms, -webkit-transform 100ms ease;
  transition: opacity 200ms ease 200ms, transform 100ms ease;
  transition: opacity 200ms ease 200ms, transform 100ms ease, -webkit-transform 100ms ease;
}

.chart-air-pollution-ranking-scroller .noUi-handle,
.chart-air-pollution-series-scroller .noUi-handle,
.chart-llpp-series-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,
.chart-air-pollution-series-scroller .noUi-handle:before,
.chart-air-pollution-series-scroller .noUi-handle:after,
.chart-llpp-series-scroller .noUi-handle:before,
.chart-llpp-series-scroller .noUi-handle:after {
  display: none;
}

.chart-air-pollution-ranking-scroller .noUi-handle-upper,
.chart-air-pollution-series-scroller .noUi-handle-upper,
.chart-llpp-series-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,
.chart-air-pollution-series-scroller.disable-ranged .noUi-handle-upper,
.chart-air-pollution-series-scroller.disable-ranged .noUi-connect,
.chart-llpp-series-scroller.disable-ranged .noUi-handle-upper,
.chart-llpp-series-scroller.disable-ranged .noUi-connect {
  opacity: 0;
  pointer-events: none;
}

.chart-air-pollution-ranking-scroller .noUi-pips-horizontal,
.chart-air-pollution-series-scroller .noUi-pips-horizontal,
.chart-llpp-series-scroller .noUi-pips-horizontal {
  display: none;
}

.chart-air-pollution-ranking-scroller .noUi-marker,
.chart-air-pollution-series-scroller .noUi-marker,
.chart-llpp-series-scroller .noUi-marker {
  display: none;
}

.chart-air-pollution-ranking-scroller .noUi-value,
.chart-air-pollution-series-scroller .noUi-value,
.chart-llpp-series-scroller .noUi-value {
  -webkit-transform: translate(-50%, 0);
  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;
  -webkit-transform: translate(-75px, -8px);
  transform: translate(-75px, -8px);
}

body.admin-bar div.chart-tooltip {
  -webkit-transform: translate(-75px, -40px);
  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: 72px;
  left: -300px;
  z-index: 10;
  opacity: 0;
  width: 300px;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  background: transparent;
  box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.1);
  border-top: 25px solid #8C130E;
}

@media (max-height: 800px) {
  .index-tool-map .map-data-panel {
    border-top-width: 14px;
  }
}

@media (min-width: 770px) {
  .index-tool-map .map-data-panel {
    display: block;
  }
}

@media (min-width: 1250px) {
  .index-tool-map .map-data-panel {
    top: 40px;
  }
}

.index-tool-map .map-data-panel.is-active {
  opacity: 1;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}

.index-tool-map .map-data-panel__top {
  padding: 25px 15px 33px;
  background: white;
}

@media (max-height: 800px) {
  .index-tool-map .map-data-panel__top {
    padding: 19px 15px 29px;
  }
}

.index-tool-map .map-data-panel__bottom {
  background: rgba(255, 255, 255, 0.8);
}

@media (max-height: 800px) {
  .index-tool-map .map-data-panel__bottom {
    display: none;
  }
}

.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.population-line {
  margin: 0 0 0.3em;
}

.index-tool-map .map-data-panel p.standard-line {
  margin: 0 0 0.9em;
}

.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: #D2DBE3;
  border: 1px solid #a4b6c6;
  color: #1c2b39;
}

.index-tool-map .map-data-panel button.close {
  position: absolute;
  top: 10px;
  right: -22.5px;
  width: 45px;
  height: 45px;
  overflow: hidden;
  background-image: url("/wp-content/themes/aqli-epic/dist/images/data-panel-close.svg");
  background-size: 92px 48px;
  background-repeat: no-repeat;
  background-color: white;
  background-position-y: 42%;
  background-position-x: 4%;
  transition: background-position-x 200ms ease 100ms;
  border: 1px solid #8f3931;
  border-radius: 45px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.index-tool-map .map-data-panel button.close span {
  visibility: hidden;
}

.index-tool-map .map-data-panel.go-back-to-merged-regions button.close {
  background-position-x: 94%;
}

.index-tool-map .map-data-panel .detail-grid-header {
  display: -webkit-flex;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-tool-map .map-data-panel .detail-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: 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-map .map-data-panel .data-panel-trend-line {
  font-family: "Theinhardt", sans-serif;
}

.index-tool-map .map-data-panel .data-panel-trend-line.no-standard {
  display: none;
}

.index-tool-map .map-data-panel .data-panel-trend-line .chart-series svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.index-tool-map .map-data-panel .data-panel-trend-line .chart-series path.area {
  fill: url(#trend-gradient);
}

.index-tool-map .map-data-panel .data-panel-trend-line .chart-series g.x-axis .domain {
  stroke: #a4b6c6;
}

.index-tool-map .map-data-panel .data-panel-trend-line .chart-series g.x-axis line {
  display: none;
}

.index-tool-map .map-data-panel .data-panel-trend-line .chart-series text.year-label {
  fill: currentColor;
  font-weight: 400;
  font-size: 10px;
  text-anchor: middle;
}

.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 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 {
  width: 45px;
  height: 45px;
  overflow: hidden;
  position: absolute;
  top: -98%;
  z-index: 20;
  background-image: url("/wp-content/themes/aqli-epic/dist/images/data-panel-close.svg");
  background-size: 92px 48px;
  background-repeat: no-repeat;
  background-color: white;
  background-position-y: 42%;
  background-position-x: 4%;
  transition: background-position-x 200ms ease 100ms;
  border: 1px solid #8f3931;
  border-radius: 45px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.index-tool-key-stats .map-data-panel button.close span {
  visibility: hidden;
}

.index-tool-key-stats .map-data-panel .detail-grid-header {
  display: -webkit-flex;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-tool-key-stats .map-data-panel .detail-grid {
  display: -webkit-flex;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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;
  -webkit-transform: translate(-140px, 24px);
  transform: translate(-140px, 24px);
}

div.map-tooltip.is-ranged {
  width: 360px;
  -webkit-transform: translate(-180px, 24px);
  transform: translate(-180px, 24px);
}

div.map-tooltip.is-mobile {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

div.map-tooltip .grid.gets-line {
  border-bottom: 1px solid rgba(164, 182, 198, 0.2);
}

div.map-tooltip .grid:last-child {
  border-bottom: 0;
}

div.map-tooltip .grid.population-row span {
  width: 100%;
}

div.map-tooltip .grid.headers {
  padding-top: 0;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -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 .grid span {
  display: block;
  float: left;
}

div.map-tooltip .grid span:nth-child(2n+1) {
  width: 70%;
}

div.map-tooltip .grid span:nth-child(2n+2) {
  width: 30%;
}

div.map-tooltip.is-ranged .grid span:nth-child(2n+1),
div.map-tooltip.is-ranged .grid span:nth-child(2n+2) {
  width: auto;
}

div.map-tooltip.is-ranged .grid span:nth-child(4n+1) {
  width: 42%;
}

div.map-tooltip.is-ranged .grid span:nth-child(4n+2) {
  width: 19%;
}

div.map-tooltip.is-ranged .grid span:nth-child(4n+3) {
  width: 19%;
}

div.map-tooltip.is-ranged .grid span:nth-child(4n+4) {
  width: 20%;
}

div.map-tooltip .hover-bubble-trend-line {
  font-family: "Theinhardt", sans-serif;
  padding-top: 20px;
}

div.map-tooltip .hover-bubble-trend-line.no-standard {
  display: none;
}

div.map-tooltip .hover-bubble-trend-line .chart-series svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

div.map-tooltip .hover-bubble-trend-line .chart-series path.area {
  fill: url(#hover-bubble-trend-gradient);
}

div.map-tooltip .hover-bubble-trend-line .chart-series g.x-axis .domain {
  stroke: #a4b6c6;
}

div.map-tooltip .hover-bubble-trend-line .chart-series g.x-axis line {
  display: none;
}

div.map-tooltip .hover-bubble-trend-line .chart-series text.year-label {
  fill: currentColor;
  font-weight: 400;
  font-size: 10px;
  text-anchor: middle;
}

.index-tool-map-key {
  position: absolute;
  top: 90px;
  right: 0px;
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: opacity 200ms ease 200ms;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -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: 140px;
    right: 10px;
    width: auto;
    height: auto;
    padding: 5px;
    border-radius: 5px;
    display: block;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 770px) and (min-height: 740px) {
  .index-tool-map-key {
    top: 280px;
  }
}

@media (min-width: 770px) and (min-height: 900px) {
  .index-tool-map-key {
    top: 280px;
  }
}

.index-tool-map-key .heading-container {
  width: 41%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: #1c2b39;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 770px) {
  .index-tool-map-key .heading-container {
    width: 67px;
    height: 40px;
    margin: 0 auto 5px;
    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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.key-value-list {
  margin: 0 6%;
  width: 88%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 20px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 770px) {
  .key-color-list {
    width: 11px;
    display: block;
  }
}

.key-color-list li {
  -webkit-flex: 1;
  -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-mobile-data-panel {
  opacity: 0;
  position: absolute;
  height: 180px;
  overflow: hidden;
  width: 100%;
  background: white;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  transition: background 340ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 340ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 340ms cubic-bezier(0.645, 0.045, 0.355, 1);
  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);
  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), -webkit-transform 340ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(180px);
  transform: translateY(180px);
}

.map-is-ready .map-mobile-data-panel {
  opacity: 1;
}

.map-mobile-data-panel.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body.modal-is-active .map-mobile-data-panel {
  opacity: 0.2;
  pointer-events: none;
}

@media (min-width: 770px) {
  .map-mobile-data-panel {
    display: none;
  }
}

.map-mobile-data-panel .close {
  border: none;
  border-radius: 20px;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px 0 27px;
  background-image: url("/wp-content/themes/aqli-epic/dist/images/left-caret-white.svg");
  background-position: 14px center;
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-color: #1c2b39;
}

.map-mobile-data-panel .close img {
  width: 16px;
  height: auto;
}

.map-mobile-data-panel .close span.title {
  color: #fff;
  font-family: "Theinhardt", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding-left: 5px;
}

.map-mobile-data-panel .close span.map {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border-radius: 50%;
  margin-bottom: 2px;
}

.map-mobile-data-panel .row {
  padding: 8px 18px 8px 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebebeb;
}

.map-mobile-data-panel .row.top-row .left {
  padding-top: 3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.map-mobile-data-panel .row:first-child {
  border-top: none;
}

.map-mobile-data-panel .row:last-child {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map-mobile-data-panel .row.life-years-saved {
  display: none;
}

.map-mobile-data-panel .row.life-years-saved.is-active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map-mobile-data-panel .row.life-years-saved .value {
  background-color: #fff;
  border-radius: 15px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-mobile-data-panel .label {
  padding: 3px 0;
  max-width: 240px;
  color: #74838f;
  font-family: "Theinhardt", sans-serif;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: none;
}

.map-mobile-data-panel .label .standard {
  font-weight: 500;
}

.map-mobile-data-panel .value {
  padding: 0 14px;
  font-family: "Theinhardt", sans-serif;
  font-size: 15px;
  line-height: 1;
  color: #1c2b39;
  font-weight: 500;
}

.map-mobile-data-panel .value.no-standard-value {
  color: #f6bfbc;
}

.map-mobile-data-panel .value.light-copy {
  color: #fff;
}

.map-mobile-data-panel .population {
  color: #3b7b93;
  font-family: "Theinhardt", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.map-mobile-data-panel .nation-name {
  margin-bottom: 2px;
}

.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: 50%;
    -webkit-transform: translateX(-50%);
    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;
  pointer-events: none;
}

.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;
}

.map-scenario-controls .standard-select-container.is-custom .user-defined-select {
  pointer-events: all;
}

.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 {
    -webkit-transform: translateY(2px);
    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 {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

.map-year-slider {
  height: 80px;
  position: absolute;
  bottom: 0px;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 200ms ease 200ms, -webkit-transform 340ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 340ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 200ms ease 200ms;
  transition: transform 340ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 200ms ease 200ms, -webkit-transform 340ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 770px) {
  .map-year-slider {
    bottom: 0px;
  }
}

.index-tool.map-is-ready .map-year-slider {
  opacity: 1;
}

@media (max-width: 770px) {
  body.data-panel-is-active .map-year-slider {
    -webkit-transform: translateY(-180px);
    transform: translateY(-180px);
  }
}

.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, -webkit-transform 100ms ease;
  transition: opacity 200ms ease 200ms, transform 100ms ease;
  transition: opacity 200ms ease 200ms, transform 100ms ease, -webkit-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 {
  -webkit-transform: translate(-50%, 0);
  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: 130px;
  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;
}

.pk-pov-note {
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  padding: 0 10px;
}

.pk-pov-note a {
  font-size: inherit;
  font-family: inherit;
}

body.page-template-page-index-tool main {
  position: relative;
  max-height: -webkit-fill-available;
  max-height: -moz-available;
  height: calc(100% - 60px);
}

@media (min-width: 1200px) {
  body.page-template-page-index-tool main {
    height: calc(100% - 90px);
  }
}

body.page-template-page-index-tool.admin-bar main {
  /* height: calc(100vh - 60px - 50px - 32px); */
  height: calc(100vh - 50px - 32px);
}

@media (min-width: 770px) {
  body.page-template-page-index-tool.admin-bar main {
    /* height: calc(100vh - 60px - 60px - 32px); */
    height: calc(100vh - 60px - 32px);
  }
}

@media (min-width: 1200px) {
  body.page-template-page-index-tool.admin-bar main {
    /* height: calc(100vh - 90px - 60px - 32px); */
    height: calc(100vh - 90px - 32px);
  }
}

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

.index-tool-map {
  position: relative;
  background: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: 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;
}

.who-2021-data-guidance-message {
  width: 320px;
  position: absolute;
  left: 10px;
  bottom: 80px;
  background: rgba(28, 43, 57, 0.25);
  border-radius: 4px;
  padding: 16px;
  pointer-events: none;
}

@media (max-width: 420px) {
  .who-2021-data-guidance-message {
    width: auto;
    right: 10px;
  }
}

.who-2021-data-guidance-message p {
  color: #fff;
  font-family: "Theinhardt", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
}

@media screen and (min-width: 770px) {
  .show-on-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 769px) {
  .index-tool-map .map-data-panel {
    display: none;
  }

  .index-tool-key-stats-toggle {
    position: relative;
  }

  .index-tool-key-stats-toggle:before {
    position: absolute;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    margin: 0;
    top: 50%;
    left: auto;
    right: 10px;
    border: none;
    background: url("/wp-content/themes/aqli-epic/dist/images/expand-inactive-copy-blue.svg") no-repeat center;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    transition: ease 0.4s rotate;
  }

  section.index-tool-bottom button.close {
    display: none;
  }

  section.index-tool-bottom.is-active .index-tool-key-stats-toggle {
    background: white;
    color: #3a7c94;
    display: none;
  }

  section.index-tool-bottom.is-active .index-tool-key-stats-toggle.is-active {
    display: block !important;
  }

  section.index-tool-bottom.is-active .index-tool-key-stats {
    background: white;
  }

  section.index-tool-bottom.is-active .index-tool-key-stats .index-tool-key-stats-body {
    padding-top: 0;
  }

  section.index-tool-bottom.is-active .index-tool-key-stats .year-info {
    padding: 6px 15px;
    font-size: 13px;
    text-align: right;
    display: block !important;
  }

  section.index-tool-bottom.is-active .index-tool-key-stats .year-info span.year {
    display: inline-block;
    width: 56px;
    text-align: center;
    font-family: "Theinhardt", sans-serif;
    color: #1c2b39;
  }

  section.index-tool-bottom.is-active .index-tool-key-stats .map-data-panel .pollution-value,
  section.index-tool-bottom.is-active .index-tool-key-stats .map-data-panel .life-years-saved-value {
    border-radius: 12px;
  }

  section.index-tool-bottom.is-active .key-stat-panel-header {
    display: none;
  }

  section.index-tool-bottom.is-active .map-data-panel__top p.detail-grid-header,
  section.index-tool-bottom.is-active .map-data-panel__top p.detail-grid,
  section.index-tool-bottom.is-active .map-data-panel__top p.standard-line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #1c2b39;
    height: auto;
    font-size: 13px;
    color: #1c2b39;
    line-height: 1.15;
    font-weight: 400;
  }

  section.index-tool-bottom.is-active .map-data-panel__top p.detail-grid-header span:empty,
  section.index-tool-bottom.is-active .map-data-panel__top p.detail-grid span:empty,
  section.index-tool-bottom.is-active .map-data-panel__top p.standard-line span:empty {
    display: none !important;
  }

  section.index-tool-bottom.is-active .map-data-panel__top p.standard-line {
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px solid #a4b6c6;
  }

  section.index-tool-bottom.is-active .map-data-panel__top p.standard-line .standard-type {
    margin-right: auto;
  }

  section.index-tool-bottom.is-active .map-data-panel__top p.standard-line .standard-value {
    width: 56px;
    height: 22px;
    line-height: 22px;
    padding-top: 2px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  section.index-tool-bottom.is-active .map-data-panel__top p.detail-grid span:first-child {
    margin-right: auto;
  }

  section.index-tool-bottom.is-active .map-data-panel__top p.detail-grid span:not(:first-child) {
    margin-left: 5px;
    margin-right: 5px;
  }

  section.index-tool-bottom.is-active .map-data-panel__top p.detail-grid-header span {
    margin: 0 5px;
  }

  section.index-tool-bottom.is-active .map-data-panel__top .view-country-spotlight,
  section.index-tool-bottom.is-active .map-data-panel__top button.download {
    display: none !important;
  }

  section.index-tool-bottom.is-active .map-data-panel__bottom .pollution-ranking {
    border: 1px solid #748390;
    background: white;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 25px 40px;
    margin-bottom: 15px;
  }

  section.index-tool-bottom.is-active .map-data-panel__bottom .pollution-ranking h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  section.index-tool-bottom.is-active .map-data-panel__bottom .pollution-ranking p {
    font-size: 22px;
    line-height: 1.091;
    color: #1c2b39;
    font-weight: 500;
    font-family: "Theinhardt", sans-serif;
  }

  .mobile-back-button {
    position: absolute;
    left: 10px;
    top: 130px;
    display: none;
  }

  .mobile-back-button .one-step-back {
    border: none;
    border-radius: 13px;
    height: 26px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 0 20px;
    background-image: url("/wp-content/themes/aqli-epic/dist/images/left-caret-white.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    background-color: #e63d23;
  }

  .mobile-back-button .one-step-back span.title {
    color: #fff;
    font-family: "Theinhardt", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
  }

  .mobile-back-button .one-step-back span.map {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 50%;
    margin-bottom: 2px;
  }

  .mobile-back-button.is-active {
    display: block;
  }
}

.index-tool-help,
.index-tool-first-time-visit {
  position: absolute;
  z-index: 15;
  bottom: 20px;
  left: 20px;
  background: white;
  width: 100%;
  max-width: 830px;
  padding: 70px 40px 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;
}

@media (min-width: 770px) {

  .index-tool-help,
  .index-tool-first-time-visit {
    padding: 37px 49px 0;
    max-width: 746px;
  }
}

.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;
}

@media (min-width: 770px) {

  .index-tool-help h3,
  .index-tool-first-time-visit h3 {
    font-size: 21px;
  }
}

.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;
  max-width: 370px;
  margin: 0 auto;
  display: block;
}

.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 25px 0 40px;
  opacity: 0;
  transition: opacity 200ms ease 200ms;
  display: none;
  background-image: url("/wp-content/themes/aqli-epic/dist/images/icon-table.svg"), url("/wp-content/themes/aqli-epic/dist/images/right-caret-white.svg");
  background-size: auto;
  background-repeat: no-repeat, no-repeat;
  background-position: 12px 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-view-toggle.view-table-btn {
  top: 70px;
  width: 140px;
}

.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,
.table-view-back-to-merged {
  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;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  z-index: 0;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  position: absolute;
  left: 0;
}

.map-view-toggle-to-nation.is-active,
.table-view-back-to-merged.is-active {
  position: relative;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.map-view-toggle-to-nation span,
.table-view-back-to-merged 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: -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.index-tool-table-panel.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

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

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

.table-panel-data-container {
  -webkit-flex: 1;
  -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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: 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, -webkit-transform 100ms ease;
  transition: opacity 200ms ease 200ms, transform 100ms ease;
  transition: opacity 200ms ease 200ms, transform 100ms ease, -webkit-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 {
  -webkit-transform: translate(-50%, 0);
  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;
}

.country-map-search-container {
  top: 47px;
  position: absolute;
  right: 0;
  transition: opacity 200ms ease 200ms;
  width: 50%;
}

@media (min-width: 770px) {
  .country-map-search-container {
    top: 15px;
    width: auto;
  }
}

.country-map-search-container .country-map-search {
  border-radius: 0;
  width: 100%;
  line-height: 40px;
  height: 40px;
}

.country-map-search-container .country-map-search.country-active .select2-selection__clear {
  display: block;
  top: 2px;
}

@media (min-width: 770px) {
  .country-map-search-container .country-map-search.country-active .select2-selection__clear {
    top: 10px;
  }
}

@media (min-width: 770px) {
  .country-map-search-container .country-map-search {
    width: 140px;
    line-height: 45px;
    height: 45px;
  }

  .country-map-search-container .country-map-search.country-active {
    width: 200px !important;
  }
}

.country-map-search-container .select2-selection__arrow {
  display: none !important;
}

.country-map-search-container .select2-container--aqli-table .select2-selection--single {
  background-image: url("/wp-content/themes/aqli-epic/dist/images/search-magnifying-glass.svg");
  background-color: #616530;
  background-size: 12px, 7px;
  background-repeat: no-repeat, no-repeat;
  background-position: 16px center, 90% center;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}

@media (min-width: 770px) {
  .country-map-search-container .select2-container--aqli-table .select2-selection--single {
    height: 45px;
    line-height: 45px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

.country-map-search-container .select2-container--aqli-table .select2-selection--single .select2-selection__rendered {
  padding: 0 30px 0 34px;
  height: 40px;
  line-height: 40px;
}

@media (min-width: 770px) {
  .country-map-search-container .select2-container--aqli-table .select2-selection--single .select2-selection__rendered {
    height: 45px;
    line-height: 45px;
  }
}

.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;
}

.aqli-at-work {
  background: #F2F4F5;
}

.aqli-at-work__container {
  max-width: calc(1170px + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 770px) {
  .aqli-at-work__container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0;
  }
}

.aqli-at-work img {
  max-width: 500px;
  max-height: 500px;
  margin-top: -50px;
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

@media (min-width: 770px) {
  .aqli-at-work img {
    max-width: 500px;
    max-height: 500px;
    margin-bottom: 0px;
  }
}

.aqli-at-work__content {
  width: 100%;
}

@media (min-width: 770px) {
  .aqli-at-work__content {
    padding-left: 100px;
    width: auto;
  }
}

.aqli-at-work__content h4 {
  margin-bottom: 15px;
}

.aqli-at-work__content h2 {
  margin-bottom: 20px;
}

.aqli-at-work__content p {
  font-family: Theinhardt;
  font-size: 18px;
  line-height: 1.39;
  color: #748390;
  margin-bottom: 30px;
}

.aqli-at-work__content .links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 770px) {
  .aqli-at-work__content .links {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.aqli-at-work__content .links a {
  color: white;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 10px 5px 20px;
  margin-bottom: 15px;
}

@media (min-width: 770px) {
  .aqli-at-work__content .links a {
    margin-right: 15px;
    margin-bottom: 0px;
  }
}

.aqli-at-work__content .links a span {
  display: block;
  margin-right: 5px;
}

.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;
}

.body-content-with-sidebar {
  position: relative;
}

.body-content-with-sidebar .wysiwyg h2.active {
  color: #8f3931;
}

@media screen and (max-width: 1199px) {
  body.pollution-facts header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
  }

  body.pollution-facts main {
    margin-top: 60px;
  }
}

aside.toc-wrapper .mobile__view-block {
  display: none;
}

@media screen and (max-width: 1199px) {
  aside.toc-wrapper {
    width: 100%;
    left: 0;
    top: 60px;
    background: #f3f4f5;
    border: 2px solid #a4b6c6;
    height: 60px;
    position: fixed;
    z-index: 10;
  }

  aside.toc-wrapper .mobile__view-block {
    width: 740px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
  }

  aside.toc-wrapper .mobile__view-block h3,
  aside.toc-wrapper .mobile__view-block .list-item,
  aside.toc-wrapper .mobile__view-block .icon {
    margin-bottom: 0;
  }

  aside.toc-wrapper .mobile__view-block h3 {
    margin-right: 15px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  aside.toc-wrapper .mobile__view-block .list-item {
    font-family: "Theinhardt", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    color: #748390;
    margin-right: auto;
  }

  aside.toc-wrapper .mobile__view-block .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(./images/sort-down-inactive.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 15px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  aside.toc-wrapper .mobile__view-block .icon.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  aside.toc-wrapper .sidebar__inner {
    width: 740px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    max-height: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f3f4f5;
    border: 2px solid #a4b6c6;
    z-index: 10;
    transition: ease all 0.5s;
  }

  aside.toc-wrapper .sidebar__inner.open {
    max-height: 1000px;
    opacity: 1;
  }

  aside.toc-wrapper .sidebar__inner h3 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 500px) {

  aside.toc-wrapper .mobile__view-block .list-item,
  aside.toc-wrapper .mobile__view-block h3 {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  aside.toc-wrapper {
    width: 250px;
    float: left;
    background: #ffffff;
    box-sizing: border-box;
    will-change: min-height;
  }

  aside.toc-wrapper .sidebar__inner {
    padding: 0 20px 20px 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
}

aside.toc-wrapper h3 {
  font-family: "Theinhardt", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #1c2b39;
  margin-bottom: 7px;
}

aside.toc-wrapper ol {
  margin: 0;
  padding: 0 0 0 15px;
}

aside.toc-wrapper ol li {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 16px;
}

aside.toc-wrapper ol li a {
  font-family: "Theinhardt", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: #748390;
}

aside.toc-wrapper ol li a:hover {
  text-decoration: underline;
}

aside.toc-wrapper ol li.active a,
aside.toc-wrapper ol li.active::marker {
  color: #8f3931;
}

.contact-page .contact-cards {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-page .contact-cards .contact-card {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: calc((100% - ((1 - 1) * 30px)) / 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 {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((2 - 1) * 30px)) / 2);
    -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
}

.coverage .external-link-icon {
  position: relative;
}

.coverage .external-link-icon:before {
  content: ' ';
  background: url("../dist/images/external-link.svg");
  position: absolute;
  left: 0px;
  height: 45px;
  width: 45px;
  top: -2px;
}

.coverage .coverage-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.coverage .coverage-list .single-coverage {
  width: 100%;
  margin-bottom: 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 20px;
}

.coverage .coverage-list .single-coverage:nth-child(odd) {
  margin-right: 30px;
}

@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 {
  display: inline;
  color: #3a7c94;
  text-decoration: underline;
}

.coverage .coverage-list .single-coverage .date {
  line-height: 1.2;
  display: block;
}

@media (min-width: 770px) {
  .coverage .coverage-list .single-coverage {
    width: 370px;
    text-align: left;
  }
}

.coverage .coverage-list.show-all .single-coverage {
  display: block;
}

.featured-news {
  position: relative;
}

.featured-news .featured-news__container {
  max-width: 1070px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  z-index: 2;
  position: relative;
  background: white;
  box-shadow: 0 2px 20px 0 rgba(116, 131, 144, 0.1);
  padding: 25px 25px 15px 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1050px) {
  .featured-news .featured-news__container {
    padding: 50px 50px 30px 50px;
  }
}

.featured-news .featured-news-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
}

@media (min-width: 1050px) {
  .featured-news .featured-news-items {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.featured-news .read-more {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.featured-news .big-featured-news .text:hover h4,
.featured-news .minor-featured-news_item .text:hover h4 {
  text-decoration: underline;
}

.featured-news .big-featured-news {
  margin-bottom: 50px;
}

@media (min-width: 1050px) {
  .featured-news .big-featured-news {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding-right: 50px;
    border-right: 1px solid #ececec;
    margin-bottom: 0px;
  }
}

.featured-news .big-featured-news .image {
  width: 100%;
  height: 35vw;
  display: block;
  border-radius: 5px;
}

@media (min-width: 1050px) {
  .featured-news .big-featured-news .image {
    width: 535px;
    height: 320px;
  }
}

@media (min-width: 1050px) {
  .featured-news .minor-featured-news {
    padding-left: 50px;
  }
}

.featured-news .minor-featured-news_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}

.featured-news .minor-featured-news_item:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
}

.featured-news .minor-featured-news_item:not(:last-child) .image {
  -webkit-flex: 1 0 67px;
  -ms-flex: 1 0 67px;
  flex: 1 0 67px;
}

.featured-news .minor-featured-news_item:first-child {
  padding-top: 0;
}

.featured-news .minor-featured-news .image {
  width: 67px;
  height: 67px;
  border-radius: 5px;
  display: block;
  margin-right: 25px;
  max-width: 67px;
  min-width: 67px;
}

.featured-news .minor-featured-news .text {
  margin-top: -12px;
}

.featured-report {
  padding-top: 150px;
}

@media (min-width: 770px) {
  .featured-report {
    padding-top: 0;
  }
}

.featured-report .heading {
  max-width: calc(970px + 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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: transparent;
  }
}

.featured-report h1 {
  color: white;
  margin-bottom: 2px;
  text-shadow: 0 3px 5px rgba(28, 43, 57, 0.3);
}

@media (min-width: 770px) {
  .featured-report h1 {
    margin-bottom: 15px;
  }
}

.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;
  color: white;
}

@media (min-width: 770px) {
  .featured-report .text {
    margin-right: 30px;
    max-width: 570px;
  }
}

.featured-report .text p {
  color: white;
}

@media (min-width: 770px) {
  .featured-report .text p {
    margin-bottom: 30px;
  }
}

.featured-report .text a:last-child {
  color: white;
  border-radius: 27.5px;
}

.featured-report .thumbnail img {
  display: none;
}

@media (min-width: 770px) {
  .featured-report .thumbnail img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -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;
    max-width: 270px;
  }
}

.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;
  }
}

.featured-report .summary figure img {
  max-width: 100%;
}

.featured-report .pdf-links.featured-report-links {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 770px) {
  .featured-report .pdf-links.featured-report-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.featured-report .pdf-links.featured-report-links span {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 11px;
  padding-bottom: 11px;
  color: white;
}

.featured-report .pdf-links.featured-report-links .links-container {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 770px) {
  .featured-report .pdf-links.featured-report-links .links-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.featured-report .pdf-links.featured-report-links a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #3a7c94;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 40px;
  color: white;
  padding: 7px 10px 7px 20px;
  transition: background-color 200ms ease;
  margin-top: 5px;
  margin-bottom: 5px;
}

.featured-report .pdf-links.featured-report-links a:not(:last-child) {
  margin-right: 0px;
}

.featured-report .pdf-links.featured-report-links a svg {
  margin-left: 10px;
}

.featured-report .pdf-links.featured-report-links a svg g circle {
  transition: fill 200ms ease;
  fill: #3a7c94;
}

.featured-report .pdf-links.featured-report-links a:hover {
  background: #3a7c94;
}

.featured-report .pdf-links.featured-report-links a:hover svg g circle {
  fill: #3a7c94;
}

@media (min-width: 770px) {
  .featured-report .pdf-links.featured-report-links a {
    background: #000000;
    -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .featured-report .pdf-links.featured-report-links a:not(:last-child) {
    margin-right: 14px;
  }

  .featured-report .pdf-links.featured-report-links a svg {
    margin-left: 10px;
  }

  .featured-report .pdf-links.featured-report-links a svg g circle {
    transition: fill 200ms ease;
    fill: #000000;
  }
}

.additional-reports {
  position: relative;
}

.additional-reports:after {
  content: "";
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 0;
  left: 0;
}

@media (min-width: 770px) {
  .additional-reports:after {
    height: 50%;
  }
}

.additional-reports__container {
  max-width: calc(1170px + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 770px) {
  .additional-reports__container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.additional-reports .single-report {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: white;
  box-shadow: 0 4px 10px 0 rgba(28, 43, 57, 0.3);
  max-width: 100%;
  width: 100%;
  padding: 45px 25px;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

@media (min-width: 770px) {
  .additional-reports .single-report {
    margin-top: 0px;
    padding: 60px 50px;
    max-width: 570px;
    width: 50%;
  }
}

.additional-reports .single-report: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;
}

@media (min-width: 770px) {
  .additional-reports .single-report:not(:last-child) {
    margin-right: 30px;
  }
}

.additional-reports .single-report .report-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 770px) {
  .additional-reports .single-report .report-details {
    margin-right: 40px;
  }
}

.additional-reports .single-report .report-details h3 {
  color: #1c2b39;
  margin-bottom: 0px;
}

.additional-reports .single-report .report-details .date {
  color: #748390;
  font-size: 16px;
  line-height: 1.389;
  margin-bottom: 15px;
  display: block;
}

@media (min-width: 768px) {
  .additional-reports .single-report .report-details .date {
    font-size: 18px;
  }
}

.additional-reports .single-report .report-details .pdf-links.additional-report-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.additional-reports .single-report .report-details .pdf-links.additional-report-links a {
  text-decoration: underline;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: background-color 200ms ease;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 5px;
}

.additional-reports .single-report .report-details .pdf-links.additional-report-links a svg {
  margin-right: 9px;
}

.additional-reports .single-report .report-details .pdf-links.additional-report-links a svg circle {
  transition: fill 200ms ease;
}

.additional-reports .single-report .thumbnail img {
  max-width: 122px;
}

.pdf-links span {
  margin-right: 20px;
}

.pdf-links a {
  transition: all 200ms ease;
}

.pdf-links a svg circle {
  fill: #1c2b39;
  transition: fill 200ms ease;
}

.pdf-links a:not(:last-child) {
  margin-right: 30px;
}

.pdf-links a:hover {
  color: #3a7c94;
}

.pdf-links a:hover svg circle {
  fill: #3a7c94;
}

footer.homepage {
  padding-top: 20px;
  background: white;
}

@media (min-width: 960px) {
  footer.homepage {
    padding-top: 110px;
    background: #F2F4F5;
  }
}

footer:not(.homepage) {
  margin-top: 20px;
  background: white;
}

@media (min-width: 960px) {
  footer:not(.homepage) {
    margin-top: 110px;
  }
}

footer:not(.homepage) .map-newsletter {
  position: relative;
}

footer:not(.homepage) .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;
}

footer .map-newsletter {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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: #5b96ad;
  padding-top: 35px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}

@media (min-width: 770px) {
  footer .map-newsletter__inside {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

footer .map-newsletter__inside h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

footer .map-newsletter__inside .heading {
  color: white;
}

footer .map-newsletter:before {
  content: ' ';
  background: white;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
  height: 240px;
  left: 0;
}

form #mc_embed_signup_scroll {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 960px) {
  form #mc_embed_signup_scroll {
    -webkit-flex-direction: row;
    -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: #343434;
  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: #dc3131;
}

.mce-responses {
  margin: 0;
}

.bottom {
  background: white;
  position: relative;
  z-index: 2;
}

.bottom .footer-logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: calc(1170px + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 770px) {
  .bottom .footer-logos {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 960px) {
  .bottom .footer-logos {
    -webkit-flex-direction: row;
    -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[href="https://epic.uchicago.edu/"] {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  font-size: 9px;
  color: #748390;
  font-weight: 400;
}

@media (min-width: 960px) {
  .bottom .footer-logos a[href="https://epic.uchicago.edu/"] {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.bottom .footer-logos a[href="https://uchicago.edu/"] {
  padding-top: 10px;
}

.bottom .footer-logos>a,
.bottom .footer-logos div {
  width: 100%;
  text-align: center;
}

@media (min-width: 960px) {

  .bottom .footer-logos>a,
  .bottom .footer-logos div {
    width: auto;
  }
}

.bottom .footer-logos>a {
  border-bottom: 1px solid #ececec;
}

@media (min-width: 960px) {
  .bottom .footer-logos>a {
    padding-right: 60px;
    border-right: 1px solid #ececec;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 0;
  }
}

.bottom .footer-logos>a:first-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media (min-width: 960px) {
  .bottom .footer-logos>a:first-child {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.bottom .footer-logos>a:nth-child(2) {
  border-bottom: none;
  margin-bottom: 15px;
}

@media (min-width: 960px) {
  .bottom .footer-logos>a:nth-child(2) {
    margin-bottom: 0;
  }
}

.bottom .footer-logos>a:last-child {
  border-bottom: none;
}

.bottom .footer-logos .social-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media (min-width: 960px) {
  .bottom .footer-logos .social-footer {
    border-bottom: 0;
    padding-bottom: 0;
    margin-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;
  height: 25px;
}

.bottom .footer-logos .social-footer a img {
  width: 25px;
  height: 25px;
}

.bottom .footer-logos .fast-company-finalist {
  max-height: 48px;
}

@media (min-width: 960px) {
  .bottom .footer-logos .fast-company-finalist {
    text-align: right;
  }
}

.bottom .footer-logos .fast-company-finalist span {
  display: block;
  font-family: 'Theinhardt';
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400;
  color: #748390;
}

.bottom .footer-logos .fast-company-finalist img {
  width: 100px;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

@media (min-width: 770px) {
  .funders .inner .funder-list {
    -webkit-flex-wrap: wrap;
    -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  header {
    height: 90px;
  }
}

header .brand {
  margin-right: 0px;
}

header .brand img {
  height: 50px;
}

@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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -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;
}

header .language-toggle {
  position: absolute;
  top: .5em;
  right: 140px;
}

header .social-hover.mobile-share-btn {
  height: 30px;
  border: 0;
  display: inline-block;
  line-height: 30px;
  position: relative;
  padding: 0 12px;
  background: #001223;
  color: #fff;
  text-transform: uppercase;
  font-family: "Theinhardt", sans-serif;
  border-radius: 5px;
  letter-spacing: 0.4px;
  font-size: 10px;
  margin-left: auto;
  width: 61px;
}

@media (min-width: 870px) {
  header .social-hover.mobile-share-btn {
    display: none;
  }
}

header .social-hover.mobile-share-btn.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

header .social-hover.mobile-share-btn.open .share-box {
  opacity: 1;
  pointer-events: all;
}

header .social-hover.mobile-share-btn .share-box {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #001223;
  padding: 10px 0 0;
  z-index: 50;
}

header .social-hover.mobile-share-btn .share-box a,
header .social-hover.mobile-share-btn .share-box button {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  background: transparent;
}

header .social-hover.mobile-share-btn .share-box a img,
header .social-hover.mobile-share-btn .share-box button img {
  display: block;
  margin: 0 auto 8px;
}

nav.site-header-navigation {
  display: none;
}

@media (min-width: 870px) {
  nav.site-header-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

nav.site-header-navigation ul {
  display: -webkit-flex;
  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 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 0;
  padding: 4px 6px;
  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;
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

@media (min-width: 870px) {
  .mobile-menu-wrapper {
    display: none;
  }
}

.mobile-menu-wrapper .nav-social-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: 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 {
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  width: 100%;
  overflow-y: scroll;
}

.mobile-menu-wrapper #mobile-menu {
  min-width: 288px;
  margin: 20px;
  margin-top: 0px;
}

.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;
}

body.menu-open {
  overflow: hidden;
}

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

.mobile-menu-toggle svg path:nth-child(2) {
  -webkit-transform: translate(0) rotate(0deg);
  transform: translate(0) rotate(0deg);
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

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

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

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

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

.language-toggle {
  font-size: .7em;
}

.language-toggle a {
  display: inline-block;
  margin: 0 .5em;
  color: #aaa;
}

.language-toggle a:hover {
  text-decoration: underline;
}

.language-toggle a.current {
  color: #000;
}

.lang-social-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-social-wrapper .language-toggle {
  margin-right: 2em;
}

.hero-challenge {
  padding-top: 80px;
  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: 35px;
  --homepage-padding-upper2: 90px;
}

@media (min-width: 570px) {
  :root {
    --homepage-header-lower: 37vw;
  }
}

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

.hero-homepage {
  overflow: hidden;
  max-height: 400px;
}

@media (min-width: 768px) {
  .hero-homepage {
    max-height: 535px;
  }
}

.hero-homepage .upper {
  padding-top: var(--homepage-padding-upper);
  padding-bottom: calc(var(--homepage-padding-upper2) + var(--homepage-header-lower) * (2 / 9) - 52px);
  position: relative;
}

@media (min-width: 768px) {
  .hero-homepage .upper {
    padding-top: var(--homepage-padding-upper);
    padding-bottom: calc(var(--homepage-padding-upper2) + var(--homepage-header-lower) * (2 / 9) - 22px);
  }
}

.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));
  -webkit-transform: translateX(-50%) translateY(58%);
  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;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .hero-homepage a:after {
    border-radius: 80px;
  }
}

.hero-homepage a:hover {
  background-color: #003f5d;
  -webkit-transform: scale(1.05);
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.methodology-rows .row>div {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: calc((100% - ((1 - 1) * 0%)) / 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 {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((2 - 1) * 0%)) / 2);
    -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-left: 0;
    padding-right: 0;
  }
}

.news-filter span,
.news-filter a,
.news-filter button {
  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,
  .news-filter button {
    margin-right: 20px;
  }
}

.news-filter span {
  color: #767676;
  -webkit-align-self: center;
  -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:hover,
.news-filter .analysis:hover,
.news-filter .aqli-news:hover,
.news-filter .in-the-news:hover {
  opacity: .7;
}

.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 .news-nation-wrapper {
  margin-left: auto;
}

.news-filter .news-nation {
  background: #3a7c94 url(../dist/images/Collapse.svg) no-repeat 95% center;
  border: 1.5px solid #3a7c94;
  color: white;
  font-family: "Theinhardt", sans-serif;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  min-width: 170px;
  font-size: 14px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 770px) {
  .news-filter .news-nation {
    margin-left: auto;
    width: auto;
  }
}

.news-filter .news-nation-wrapper {
  position: relative;
}

.news-filter .select2 {
  margin-right: 0;
  margin-left: auto;
  width: 100% !important;
}

@media (min-width: 770px) {
  .news-filter .select2 {
    width: auto;
    min-width: 170px;
  }
}

.news-filter .select2 .selection {
  margin-right: 0;
}

.news-filter .select2 .select2-selection {
  margin-right: 0;
  border-radius: 5px;
  border: solid 1.5px #3a7c94;
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 10px;
}

.news-filter .select2 .select2-selection__placeholder {
  text-transform: capitalize;
  color: #3a7c94;
  text-align: left;
  font-size: 14px;
  padding-right: 0;
  font-weight: 400;
}

.news-filter .select2 .select2-selection__rendered {
  line-height: 37px;
  height: 35px;
  margin-right: 0;
  text-align: left;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  padding-left: 0;
  font-weight: 400;
  padding-right: 45px;
}

.news-filter .select2 .select2-selection__arrow {
  height: 100%;
  margin-right: 0;
  right: 15px;
  width: 25px;
  top: -1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-filter .select2 .select2-selection__arrow b {
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff url(../dist/images/Collapse.svg) no-repeat center;
  position: static;
  margin-left: 0;
  margin-top: 0;
}

.news-filter .select2.select2-container--focus .select2-selection {
  background: #3a7c94;
}

.news-filter .select2.select2-container--focus .select2-selection__placeholder {
  color: #fff;
}

.news-filter .select2.select2-container--open .select2-selection {
  background: #3a7c94;
}

.news-filter .select2.select2-container--open .select2-selection__placeholder {
  color: #fff;
}

.news-filter .select2.select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.post-type-archive-news .select2-container .select2-dropdown {
  background: #1c2b39;
  border-radius: 5px;
  border: none;
  margin: 0;
}

body.post-type-archive-news .select2-container .select2-search--dropdown {
  display: none !important;
}

body.post-type-archive-news .select2-container .select2-results {
  margin-right: 0;
}

body.post-type-archive-news .select2-container .select2-results>.select2-results__options {
  max-width: 100%;
}

body.post-type-archive-news .select2-container .select2-results .select2-results__option {
  font-family: "Theinhardt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.07;
  color: #ffffff;
  text-align: left;
  text-transform: capitalize;
  padding-left: 15px;
}

.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;
}

.pollution-quotes {
  position: relative;
  padding-top: 50px;
  z-index: 0;
  top: 0;
  background-size: 216%;
  background-position: 9% -7%;
  background-repeat: no-repeat;
}

.pollution-quotes:before {
  content: '';
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 70px;
  left: 0;
  height: 250px;
  top: 0;
  background-image: linear-gradient(to bottom, #fff 0%, transparent 100%);
}

.pollution-quotes:after {
  content: "";
  background: white;
  width: 100%;
  height: 191px;
  position: absolute;
  top: calc(100% - 191px);
}

@media (min-width: 1050px) {
  .pollution-quotes:after {
    width: 0;
    height: 0;
    position: relative;
  }
}

@media (min-width: 1050px) {
  .pollution-quotes {
    background-size: cover;
    margin-top: -100px;
    padding-top: 200px;
    padding-bottom: 100px;
    background-position: center;
  }
}

.pollution-quotes>img {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}

.pollution-quotes .pollution-quotes_container {
  max-width: calc(1070px + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 6;
  margin-bottom: 30px;
}

@media (min-width: 1050px) {
  .pollution-quotes .pollution-quotes_container {
    margin-bottom: 0px;
  }
}

.pollution-quotes .quote {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1050px) {
  .pollution-quotes .quote {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.pollution-quotes .quote .quote-text {
  margin: 0;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

@media (min-width: 1050px) {
  .pollution-quotes .quote .quote-text {
    -webkit-flex: 1 0 75%;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    padding-right: 30px;
  }
}

.pollution-quotes .quote .quote-text p {
  font-family: Theinhardt;
  font-weight: 500;
  color: white;
  font-size: 18px;
  line-height: 1.4;
  /* line-height: 1.333; */
}

@media (min-width: 768px) {
  .pollution-quotes .quote .quote-text p {
    font-size: 24px;
    /* line-height: 1.25; */
  }
}

.pollution-quotes .author-container {
  position: absolute;
  top: calc(100% + 75px);
}

@media (min-width: 1050px) {
  .pollution-quotes .author-container {
    position: static;
    top: unset;
  }
}

.pollution-quotes .author-container .image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.pollution-quotes .author-container p {
  color: #748390;
}

@media (min-width: 1050px) {
  .pollution-quotes .author-container p {
    color: white;
  }
}

.pollution-quotes .author-container .author-name {
  font-family: Theinhardt;
  font-weight: 500;
  margin-bottom: 0;
  color: #1c2b39;
}

@media (min-width: 1050px) {
  .pollution-quotes .author-container .author-name {
    margin-bottom: initial;
    color: white;
  }
}

.pollution-quotes .author-container .author-title {
  font-style: italic;
  font-size: 15px;
  line-height: 1.53;
  width: 90vw;
}

@media (min-width: 1050px) {
  .pollution-quotes .author-container .author-title {
    width: auto;
  }
}

.pollution-quotes .pollution-quotes-button-container {
  max-width: calc(1070px + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 52%;
  z-index: 100;
}

@media (min-width: 1050px) {
  .pollution-quotes .pollution-quotes-button-container {
    position: relative;
    top: unset;
  }
}

.pollution-quotes .pollution-quotes-button-container .button-icon {
  cursor: pointer;
  z-index: 100;
}

.pollution-quotes .pollution-quotes-button-container .pollution-quotes-arrow.prev {
  margin-right: 5px;
}

.pollution-quotes .pollution-quotes-button-container .pollution-quotes-arrow.prev:hover svg {
  margin-right: 10px;
}

.pollution-quotes .pollution-quotes-button-container .pollution-quotes-arrow.prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-list {
  padding-bottom: 290px;
}

@media (min-width: 1050px) {
  .slick-list {
    padding-bottom: 0px;
    overflow: hidden;
  }
}

.slick-list .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1050px) {
  .slick-list .slick-track {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.slick-initialized .slick-slide {
  overflow: visible;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reports-list {
  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;
  }
}

.report {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  border-bottom: 1px solid #f0f5f8;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

@media (min-width: 770px) {
  .report {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.report:last-child {
  border-bottom: none;
}

.report h3 {
  transition: background-color 200ms ease;
}

.report .thumbnail img {
  transition: box-shadow 200ms ease;
}

.report:hover h3 {
  color: #3a7c94;
}

.report:hover .thumbnail img {
  box-shadow: 0 13px 30px 0 rgba(28, 43, 57, 0.3);
}

.report .text {
  width: 100%;
}

@media (min-width: 770px) {
  .report .text {
    max-width: 570px;
    margin-right: 30px;
  }
}

.report .text h6 {
  margin-bottom: 10px;
}

.report .text h6.reports {
  color: #3a7c94;
}

.report .text h6.fact-sheet {
  color: #91ab5a;
}

.report .text h3 {
  margin-bottom: 0;
}

.report .text .date {
  color: #748390;
  font-size: 16px;
  line-height: 1.389;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 768px) {
  .report .text .date {
    font-size: 18px;
  }
}

.report .text p {
  margin-bottom: 15px;
}

@media (min-width: 770px) {
  .report .text p {
    margin-bottom: 25px;
  }
}

.report .text .pdf-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.report .text .pdf-links span {
  color: #1c2b39;
}

.report .text .pdf-links a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-decoration: underline;
}

.report .text .pdf-links a svg {
  margin-right: 9px;
}

.report .thumbnail {
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-transform-origin: center;
  transform-origin: center;
  text-align: center;
}

@media (min-width: 770px) {
  .report .thumbnail {
    text-align: right;
  }
}

.report .thumbnail img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  width: 120px;
  margin-bottom: 15px;
}

@media (min-width: 770px) {
  .report .thumbnail img {
    margin-bottom: 0px;
    height: 156px;
  }
}

.reports-list-heading {
  max-width: calc(770px + 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media (min-width: 770px) {
  .reports-list-heading {
    padding-top: 90px;
    padding-bottom: 45px;
  }
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 40px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.small-teaser-blocks .inner>div {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: calc((100% - ((1 - 1) * 30px)) / 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 {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((2 - 1) * 30px)) / 2);
    -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 {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.small-teaser-blocks .inner>div {
  padding: 50px 0px 50px 0px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -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;
  -webkit-justify-content: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}

@media (min-width: 770px) {
  .small-teaser-blocks .inner .right h4 {
    -webkit-flex-direction: row;
    -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-justify-content: flex-start;
  -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 {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: calc((100% - ((1 - 1) * 30px)) / 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 {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((2 - 1) * 30px)) / 2);
    -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 7px;
}

@media (min-width: 770px) {
  .small-teaser-list .inner>div {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
  }
}

.small-teaser-list .inner>div .text {
  -webkit-flex: 1;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
}

@media (min-width: 770px) {
  .studies .study {
    -webkit-flex-direction: row;
    -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -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 {
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
  min-width: 100%;
}

@media (min-width: 570px) {
  .team-list .bio {
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    min-width: 50%;
  }
}

@media (min-width: 770px) {
  .team-list .bio {
    -webkit-flex: 25%;
    -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: -webkit-flex;
  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: -webkit-flex;
  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: -webkit-flex;
  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;
  -webkit-transform: scale(1.05);
  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: 220px;
  max-height: 220px;
}

.teaser-two-column {
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.teaser-two-column>div {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: calc((100% - ((1 - 1) * 30px)) / 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 {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((2 - 1) * 30px)) / 2);
    -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: 45px;
}

@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;
}

/* iframe */
#index-page-frame {
  transform-origin: 0 0;
  transform: scale(0.8);
  width: 125%;
  height: 125%;
}

/* To check: iframe breaks at 1029!?  */
@media (min-width: 1030px) {
  #index-page-frame {
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
}