@charset "UTF-8";
/* stylelint-disable */
/**
  * Map deep get
  *
  * @params:
  *    $map - Map
  *    $keys - Key chain
  * @examples:
  * map-deep-get($map, $keys...)
  */
/**
  * get-width: Gets width total pixels depending on breakpoint
  * @params:
  *    {Number} $cols - number of columns.
  *    {Number} $gt - number of gutters.
  *
  * @usage: get-width(6, 5, desktop);
  */
/**
 * get-child-width: Gets width percentage of certain number of columns inside a grid-column element
 * @params:
 *    {Number} $cols - number of columns.
 *    {Number} $gt - number of gaps.
 *    {Number} $parenCols - number of columns of the parent.
 *    {Number} $parentsGutter - number of gaps of the parent.
 *    {Key} $bp - breakpoint (desktop, tablet, mobile)
 *
 * @usage: get-child-width(6, 5, 12, 11, desktop);
 */
/**
 * Applies button style
 * @param  {string} $variant: filled | ghost | text
 * @param  {string} $color: (any color available in colors map)
 */
/*
It outputs color variant modifier selectors that have `--background` and
`--foreground` css variables defined in each selector—to be consumed as
color values.

Sample usage:
.amazing-class {
  @include color-variants-generator;

  background: var(--background);
  color: var(--foreground);
}

Compiled output:
.amazing-class--red {
  --background: <whatever-value-defined-below>;
  --foreground: <whatever-value-defined-below>;
}

.amazing-class--green {
  --background: <whatever-value-defined-below>;
  --foreground: <whatever-value-defined-below>;
}

.amazing-class--blue {
  --background: <whatever-value-defined-below>;
  --foreground: <whatever-value-defined-below>;
}
 */
.chart-container .thumbnail {
  display: none; }

.video-embed-field-responsive-video {
  max-width: 100%;
  height: auto; }
  .video-embed-field-responsive-video.embedded {
    width: 960px; }
  .video-embed-field-responsive-video.large {
    width: 480px; }
  .video-embed-field-responsive-video.medium {
    width: 240px; }
  .video-embed-field-responsive-video.thumbnail {
    width: 120px; }

/* stylelint-disable selector-max-id */
img.footer__logo {
  max-width: unset !important; }

#gwu-root {
  --base: #1a1a1a;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem; }
  #gwu-root select {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 48px;
    padding-right: 4rem;
    padding-left: 1.6rem;
    color: var(--base);
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    background-image: url(/themes/custom/cmwf_theme/assets/icons/caret-down-thick.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 16px);
    background-position-y: 50%;
    background-size: 1.4rem 0.7rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 10.8px;
    line-height: 1.08rem;
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal; }
    @media (min-width: 1280px) {
      @supports not (-ms-high-contrast: none) {
        @media not print and (any-hover: hover) {
          #gwu-root select:focus, #gwu-root select:focus-within, #gwu-root select:hover {
            cursor: pointer;
            border-color: #1a1a1a; } } } }
    @media (min-width: 768px) {
      #gwu-root select {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 12.6px;
        line-height: 1.26rem; } }
  #gwu-root button.button,
  #gwu-root span.button,
  #gwu-root a.button {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 10.8px;
    line-height: 1.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    height: 4rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    letter-spacing: 0;
    color: #1a1a1a;
    border: 0.1rem solid #1a1a1a;
    border-radius: 10rem;
    background: transparent; }
    @media (min-width: 768px) {
      #gwu-root button.button,
      #gwu-root span.button,
      #gwu-root a.button {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 14.4px;
        line-height: 1.44rem;
        height: 4.8rem;
        padding-right: 3.2rem;
        padding-left: 3.2rem; } }
    #gwu-root button.button:disabled,
    #gwu-root span.button:disabled,
    #gwu-root a.button:disabled {
      background-color: #EFEFEF; }
  #gwu-root div.gwu-home-desc h1 {
    font-family: "Berlingske Serif Text", serif;
    font-weight: 100;
    letter-spacing: -0.04em;
    font-size: 4.8rem;
    line-height: 5.52rem; }
  #gwu-root div.gwu-home-desc p {
    font-family: "Berlingske Serif Text", serif;
    font-weight: 100;
    letter-spacing: -0.01em;
    font-size: 1.4rem;
    line-height: 150%;
    line-height: 1.5; }
    @media (min-width: 768px) {
      #gwu-root div.gwu-home-desc p {
        font-size: 1.6rem; } }
  #gwu-root div.gwu-container div.gwu-highlight-box {
    border-top-color: var(--base);
    background-color: #EFEFEF; }
    #gwu-root div.gwu-container div.gwu-highlight-box > div:first-of-type p {
      font-family: "Berlingske Serif Text", serif;
      font-weight: 100;
      letter-spacing: -0.01em;
      font-size: 1.4rem;
      line-height: 150%;
      margin-bottom: 1.25rem; }
      @media (min-width: 768px) {
        #gwu-root div.gwu-container div.gwu-highlight-box > div:first-of-type p {
          font-size: 1.6rem; } }
    #gwu-root div.gwu-container div.gwu-highlight-box button.button {
      font-family: "Suisse Int'l Regular", sans-serif;
      font-weight: normal;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 10.8px;
      line-height: 1.08rem;
      display: flex;
      align-items: center;
      justify-content: center;
      display: inline-flex;
      height: 4rem;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      letter-spacing: 0;
      color: #1a1a1a;
      border: 0.1rem solid #1a1a1a;
      border-radius: 10rem;
      background: transparent; }
      @media (min-width: 768px) {
        #gwu-root div.gwu-container div.gwu-highlight-box button.button {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 14.4px;
          line-height: 1.44rem;
          height: 4.8rem;
          padding-right: 3.2rem;
          padding-left: 3.2rem; } }
  #gwu-root .button--reset {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: bold;
    display: inline-flex;
    letter-spacing: -0.01em;
    text-transform: unset;
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 130%; }
  #gwu-root .gwu-highlight-box__title {
    font-family: "Berlingske Serif Text", serif;
    font-weight: 100;
    letter-spacing: -0.04em;
    font-size: 1.8rem;
    line-height: 120%; }
    @media (min-width: 1024px) {
      #gwu-root .gwu-highlight-box__title {
        font-size: 2.4rem; } }
  #gwu-root .gwu-home-customize {
    font-family: "Berlingske Serif Text", serif;
    font-weight: 100;
    letter-spacing: -0.04em;
    font-size: 2.4rem;
    line-height: 120%; }
    @media (min-width: 1024px) {
      #gwu-root .gwu-home-customize {
        font-size: 3.2rem; } }
    #gwu-root .gwu-home-customize a {
      font-family: "Suisse Int'l Regular", sans-serif;
      font-weight: bold;
      display: inline-flex;
      letter-spacing: -0.01em;
      text-transform: unset;
      color: #1a1a1a;
      font-size: 1.6rem;
      font-weight: normal;
      line-height: 130%;
      margin-top: 1rem; }
      #gwu-root .gwu-home-customize a::after {
        margin-left: 0.3rem;
        content: "⟶";
        vertical-align: middle; }
    #gwu-root .gwu-home-customize__icon {
      display: none; }
  #gwu-root .gwu-home-bottom {
    border: unset;
    background: none; }
  #gwu-root a.gwu-primary-nav__link,
  #gwu-root .gwu-home-desc h1,
  #gwu-root .gwu-home-desc p,
  #gwu-root h2.gwu-highlight-box__title,
  #gwu-root .gwu-highlight-box p,
  #gwu-root div.gwu-home-customize,
  #gwu-root div.gwu-home-customize a {
    color: var(--base); }
  #gwu-root a.gwu-breadcrumb__link {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: bold;
    display: inline-flex;
    letter-spacing: -0.01em;
    text-transform: unset;
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 130%;
    color: var(--base); }
  #gwu-root a.gwu-primary-nav__link {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: bold;
    display: inline-flex;
    letter-spacing: -0.01em;
    text-transform: unset;
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 130%;
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 1280px) {
      @supports not (-ms-high-contrast: none) {
        @media not print and (any-hover: hover) {
          #gwu-root a.gwu-primary-nav__link:focus, #gwu-root a.gwu-primary-nav__link:focus-within, #gwu-root a.gwu-primary-nav__link:hover {
            border-color: var(--theme-color); } } } }
    #gwu-root a.gwu-primary-nav__link.is-active {
      border-color: var(--theme-color); }
  #gwu-root img.gwu-breadcrumb__icon {
    display: none; }
  #gwu-root label.gwu-global-search__label {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: bold;
    display: inline-flex;
    letter-spacing: -0.01em;
    text-transform: unset;
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 130%;
    color: var(--base); }
  #gwu-root span.topic-indicator {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%;
    color: var(--base); }
    @media (min-width: 768px) {
      #gwu-root span.topic-indicator {
        font-size: 1.6rem; } }
    @media (min-width: 1024px) {
      #gwu-root span.topic-indicator {
        font-size: 1.8rem; } }
  #gwu-root h1.gwu-page-header__title {
    font-family: "Berlingske Serif Text", serif;
    font-weight: 100;
    letter-spacing: -0.04em;
    font-size: 4.8rem;
    line-height: 5.52rem;
    color: var(--base); }
  #gwu-root div.gwu-page-header__body p:first-of-type {
    margin-bottom: 1.25rem; }
  #gwu-root div.gwu-page-header__body p:last-of-type {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18.2px;
    line-height: 1.82rem;
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    color: var(--base); }
    @media (min-width: 768px) {
      #gwu-root div.gwu-page-header__body p:last-of-type {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20.8px;
        line-height: 2.08rem; } }
  #gwu-root div.gwu-topic-map {
    background-color: #EFEFEF; }
    @media (max-width: 767px) {
      #gwu-root div.gwu-topic-map {
        margin-top: 2rem; } }
    #gwu-root div.gwu-topic-map .gwu-map__legend {
      color: var(--base); }
      #gwu-root div.gwu-topic-map .gwu-map__legend div {
        font-family: "Suisse Int'l Regular", sans-serif;
        font-weight: normal;
        font-size: 12px;
        font-size: 1.2rem; }
    #gwu-root div.gwu-topic-map h6 {
      font-family: "Suisse Int'l Regular", sans-serif;
      font-weight: normal;
      font-size: 1.4rem;
      line-height: 120%;
      color: var(--base); }
      @media (min-width: 768px) {
        #gwu-root div.gwu-topic-map h6 {
          font-size: 1.6rem; } }
      @media (min-width: 1024px) {
        #gwu-root div.gwu-topic-map h6 {
          font-size: 1.8rem; } }
    @media (min-width: 768px) {
      #gwu-root div.gwu-topic-map select {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 10.8px;
        line-height: 1.08rem; } }
    @media (min-width: 1024px) {
      #gwu-root div.gwu-topic-map select {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 12.6px;
        line-height: 1.26rem; } }
  #gwu-root div.gwu-jump-menu__stuck {
    z-index: 9999; }
  #gwu-root div.gwu-jump-menu {
    background-color: #115479; }
  #gwu-root h2.page-section__header {
    font-family: "Berlingske Serif Text", serif;
    font-weight: 100;
    letter-spacing: -0.04em;
    color: var(--base);
    font-size: 1.8rem;
    line-height: 120%;
    border-bottom: unset; }
  #gwu-root div.gwu-subtopic-2col {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    letter-spacing: -0.01em;
    font-size: 1.4rem;
    line-height: 130%; }
    @media (min-width: 768px) {
      #gwu-root div.gwu-subtopic-2col {
        font-size: 1.6rem; } }
    #gwu-root div.gwu-subtopic-2col p {
      font-family: "Suisse Int'l Regular", sans-serif;
      font-weight: normal; }
  #gwu-root table.gwu-table th {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    letter-spacing: -0.01em;
    font-size: 1.4rem;
    line-height: 130%;
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal; }
    @media (min-width: 768px) {
      #gwu-root table.gwu-table th {
        font-size: 1.6rem; } }
  #gwu-root table.gwu-table td {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem; }
  #gwu-root table.gwu-table tr.gwu-table__logical-row > td:nth-child(2) {
    color: #142B41; }
  #gwu-root span.gwu-toggle-input__label {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: bold;
    letter-spacing: -0.01em;
    font-size: 1.4rem;
    line-height: 130%; }
  #gwu-root div.gwu-table-wrapper ~ p > button:first-of-type {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 10.8px;
    line-height: 1.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    height: 4rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    letter-spacing: 0;
    color: #1a1a1a;
    border: 0.1rem solid #1a1a1a;
    border-radius: 10rem;
    background: transparent; }
    @media (min-width: 768px) {
      #gwu-root div.gwu-table-wrapper ~ p > button:first-of-type {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 14.4px;
        line-height: 1.44rem;
        height: 4.8rem;
        padding-right: 3.2rem;
        padding-left: 3.2rem; } }
  #gwu-root div.gwu-table-wrapper ~ p > button:last-of-type {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: bold;
    display: inline-flex;
    letter-spacing: -0.01em;
    text-transform: unset;
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 130%; }
  #gwu-root div.gwu-statistic-box__number {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 3.2rem;
    line-height: 1; }
  #gwu-root div.gwu-statistic-box {
    border: unset;
    background-color: #115479; }
  #gwu-root .gwu-state-dl.gwu-aside-block {
    background-color: #EFEFEF; }
  #gwu-root section.page-section {
    margin-bottom: 3.2rem; }
    #gwu-root section.page-section h2 {
      font-family: "Berlingske Serif Text", serif;
      font-weight: 100;
      letter-spacing: -0.04em;
      font-size: 1.8rem;
      line-height: 120%;
      color: var(--base); }
      @media (min-width: 1024px) {
        #gwu-root section.page-section h2 {
          font-size: 2.4rem; } }
    #gwu-root section.page-section p {
      font-family: "Berlingske Serif Text", serif;
      font-weight: 100;
      letter-spacing: -0.01em;
      font-size: 1.4rem;
      line-height: 150%; }
      @media (min-width: 768px) {
        #gwu-root section.page-section p {
          font-size: 1.6rem; } }
  #gwu-root div.gwu-container-prose {
    max-width: unset; }
    #gwu-root div.gwu-container-prose h1 {
      font-family: "Berlingske Serif Text", serif;
      font-weight: 100;
      letter-spacing: -0.04em;
      font-size: 4.8rem;
      line-height: 5.52rem; }
    #gwu-root div.gwu-container-prose h2 {
      margin-top: 4rem;
      margin-bottom: 2rem; }
    #gwu-root div.gwu-container-prose h6 {
      font-family: "Suisse Int'l Regular", sans-serif;
      font-weight: bold;
      font-size: 1.8rem;
      line-height: 140%; }
      @media (min-width: 1024px) {
        #gwu-root div.gwu-container-prose h6 {
          font-size: 2rem; } }
    #gwu-root div.gwu-container-prose p {
      font-family: "Berlingske Serif Text", serif;
      font-weight: 100;
      letter-spacing: -0.01em;
      font-size: 1.8rem;
      line-height: 140%; }
      @media (min-width: 1024px) {
        #gwu-root div.gwu-container-prose p {
          font-size: 2rem; } }
    #gwu-root div.gwu-container-prose h1,
    #gwu-root div.gwu-container-prose h2 {
      color: var(--base); }
  #gwu-root span.gwu-jump-menu__label {
    color: #fff;
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    letter-spacing: -0.01em;
    font-size: 1.4rem;
    line-height: 130%; }
    @media (min-width: 768px) {
      #gwu-root span.gwu-jump-menu__label {
        font-size: 1.6rem; } }
  #gwu-root label.input-field__label {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    letter-spacing: -0.01em;
    font-size: 1.4rem;
    line-height: 130%; }
    @media (min-width: 768px) {
      #gwu-root label.input-field__label {
        font-size: 1.6rem; } }
  #gwu-root div.gwu-statistic-box__label {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%; }
    @media (min-width: 768px) {
      #gwu-root div.gwu-statistic-box__label {
        font-size: 1.6rem; } }
    @media (min-width: 1024px) {
      #gwu-root div.gwu-statistic-box__label {
        font-size: 1.8rem; } }
  #gwu-root h3.gwu-aside-block__header {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 120%; }
    @media (min-width: 768px) {
      #gwu-root h3.gwu-aside-block__header {
        font-size: 1.6rem; } }
    @media (min-width: 1024px) {
      #gwu-root h3.gwu-aside-block__header {
        font-size: 1.8rem; } }
  #gwu-root .gwu-topic .page-section__header {
    border-bottom: 0.1rem solid var(--base); }
  #gwu-root h3.gwu-topic-block__header {
    font-family: "Berlingske Serif Text", serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.1rem; }
  #gwu-root div.gwu-l-sidebar__content .page-section {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    letter-spacing: -0.01em;
    font-size: 1.4rem;
    line-height: 130%; }
    @media (min-width: 768px) {
      #gwu-root div.gwu-l-sidebar__content .page-section {
        font-size: 1.6rem; } }
  #gwu-root div.gwu-l-sidebar__content > .page-section:last-child div {
    line-height: 2.1rem; }
    @media (min-width: 768px) {
      #gwu-root div.gwu-l-sidebar__content > .page-section:last-child div {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem; } }
  #gwu-root aside.gwu-l-sidebar__aside h4 {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem; }
    @media (min-width: 768px) {
      #gwu-root aside.gwu-l-sidebar__aside h4 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 16.8px;
        line-height: 1.68rem; } }
  #gwu-root aside.gwu-l-sidebar__aside nav a {
    color: var(--base);
    line-height: 2.16rem; }
    @media (min-width: 1280px) {
      @supports not (-ms-high-contrast: none) {
        @media not print and (any-hover: hover) {
          #gwu-root aside.gwu-l-sidebar__aside nav a:focus, #gwu-root aside.gwu-l-sidebar__aside nav a:focus-within, #gwu-root aside.gwu-l-sidebar__aside nav a:hover {
            color: #044c7f; } } } }
  #gwu-root button.gwu-sort-sort {
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(/themes/custom/cmwf_theme/assets/icons/arrows.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 1rem; }
    #gwu-root button.gwu-sort-sort img {
      display: none; }
  #gwu-root button[aria-label="expand"][aria-expanded="false"] {
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(/themes/custom/cmwf_theme/assets/icons/open.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  #gwu-root button[aria-label="expand"][aria-expanded="true"] {
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(/themes/custom/cmwf_theme/assets/icons/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  #gwu-root button[aria-label="expand"] img {
    display: none; }
  #gwu-root button.gwu-tooltip__icon {
    width: 1.5rem;
    height: 1.5rem; }
    #gwu-root button.gwu-tooltip__icon img {
      filter: brightness(0); }
  #gwu-root div.gwu-container-med {
    max-width: unset; }

.webform-container {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 32px);
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .webform-container {
      width: calc(100% - 48px); } }
  @media (min-width: 1024px) {
    .webform-container {
      width: calc(100% - 80px);
      max-width: 1360px; } }
  @media (min-width: 768px) {
    .webform-container {
      margin-bottom: 56px; } }
  @media (min-width: 1024px) {
    .webform-container {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 80px; } }

@media (min-width: 768px) {
  .webform-submission-form.webform-submission-add-form.webform-submission-roi-calculator-feedback-form-form.webform-submission-roi-calculator-feedback-form-add-form.webform-submission-roi-calculator-feedback-form-node-26676-form.webform-submission-roi-calculator-feedback-form-node-26676-add-form.js-webform-details-toggle.webform-details-toggle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 2.4rem;
    grid-column-gap: 1.6rem; } }

@media (min-width: 1024px) {
  .webform-submission-form.webform-submission-add-form.webform-submission-roi-calculator-feedback-form-form.webform-submission-roi-calculator-feedback-form-add-form.webform-submission-roi-calculator-feedback-form-node-26676-form.webform-submission-roi-calculator-feedback-form-node-26676-add-form.js-webform-details-toggle.webform-details-toggle {
    max-width: 683px; } }

.webform-submission-form.webform-submission-add-form.webform-submission-roi-calculator-feedback-form-form.webform-submission-roi-calculator-feedback-form-add-form.webform-submission-roi-calculator-feedback-form-node-26676-form.webform-submission-roi-calculator-feedback-form-node-26676-add-form.js-webform-details-toggle.webform-details-toggle .form-item {
  margin-bottom: 1.6rem; }
  @media (min-width: 768px) {
    .webform-submission-form.webform-submission-add-form.webform-submission-roi-calculator-feedback-form-form.webform-submission-roi-calculator-feedback-form-add-form.webform-submission-roi-calculator-feedback-form-node-26676-form.webform-submission-roi-calculator-feedback-form-node-26676-add-form.js-webform-details-toggle.webform-details-toggle .form-item {
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .webform-submission-form.webform-submission-add-form.webform-submission-roi-calculator-feedback-form-form.webform-submission-roi-calculator-feedback-form-add-form.webform-submission-roi-calculator-feedback-form-node-26676-form.webform-submission-roi-calculator-feedback-form-node-26676-add-form.js-webform-details-toggle.webform-details-toggle .form-item {
      grid-column: auto / span 1; } }

@media (min-width: 1024px) {
  .webform-submission-form.webform-submission-add-form.webform-submission-roi-calculator-feedback-form-form.webform-submission-roi-calculator-feedback-form-add-form.webform-submission-roi-calculator-feedback-form-node-26676-form.webform-submission-roi-calculator-feedback-form-node-26676-add-form.js-webform-details-toggle.webform-details-toggle > .form-item:nth-child(even) {
    grid-column: auto / span 1; } }

.webform-submission-form.webform-submission-add-form.webform-submission-roi-calculator-feedback-form-form.webform-submission-roi-calculator-feedback-form-add-form.webform-submission-roi-calculator-feedback-form-node-26676-form.webform-submission-roi-calculator-feedback-form-node-26676-add-form.js-webform-details-toggle.webform-details-toggle .form-select {
  color: #7B7B7B; }

.webform-submission-form.webform-submission-add-form.webform-submission-roi-calculator-feedback-form-form.webform-submission-roi-calculator-feedback-form-add-form.webform-submission-roi-calculator-feedback-form-node-26676-form.webform-submission-roi-calculator-feedback-form-node-26676-add-form.js-webform-details-toggle.webform-details-toggle .form-item-comments {
  margin-bottom: 3.2rem; }
  @media (min-width: 768px) {
    .webform-submission-form.webform-submission-add-form.webform-submission-roi-calculator-feedback-form-form.webform-submission-roi-calculator-feedback-form-add-form.webform-submission-roi-calculator-feedback-form-node-26676-form.webform-submission-roi-calculator-feedback-form-node-26676-add-form.js-webform-details-toggle.webform-details-toggle .form-item-comments {
      grid-column: 1 / -1;
      margin-bottom: 0.8rem; } }
  @media (min-width: 1024px) {
    .webform-submission-form.webform-submission-add-form.webform-submission-roi-calculator-feedback-form-form.webform-submission-roi-calculator-feedback-form-add-form.webform-submission-roi-calculator-feedback-form-node-26676-form.webform-submission-roi-calculator-feedback-form-node-26676-add-form.js-webform-details-toggle.webform-details-toggle .form-item-comments {
      grid-column: auto / span 2; } }

.webform-submission-form.webform-submission-add-form.webform-submission-roi-calculator-feedback-form-form.webform-submission-roi-calculator-feedback-form-add-form.webform-submission-roi-calculator-feedback-form-node-26676-form.webform-submission-roi-calculator-feedback-form-node-26676-add-form.js-webform-details-toggle.webform-details-toggle .webform-button--submit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Suisse Int'l Regular", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 14.4px;
  line-height: 1.44rem;
  height: 6.4rem;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
  color: #fff;
  border: unset;
  border-radius: 6.4rem;
  background-color: #65a591; }

@media (min-width: 1024px) {
  .webform-submission-form.webform-submission-add-form.webform-submission-roi-calculator-feedback-form-form.webform-submission-roi-calculator-feedback-form-add-form.webform-submission-roi-calculator-feedback-form-node-26676-form.webform-submission-roi-calculator-feedback-form-node-26676-add-form.js-webform-details-toggle.webform-details-toggle .form-actions {
    grid-column: auto / span 1; } }

img#__lpform_edit-first-name_icon {
  display: none; }

@media screen and (max-width: 991px) {
  .start-the-calculator-button-cell {
    width: 100% !important; } }

@media screen and (min-width: 992px) {
  .start-the-calculator-button-cell {
    margin-left: 0 !important; } }

.user-login-form {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 32px);
  margin-top: 4rem;
  margin-bottom: 5.6rem; }
  @media (min-width: 768px) {
    .user-login-form {
      width: calc(100% - 48px); } }
  @media (min-width: 1024px) {
    .user-login-form {
      width: calc(100% - 80px);
      max-width: 1360px; } }
  @media (min-width: 768px) {
    .user-login-form {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 3.2rem;
      grid-column-gap: 1.6rem; } }
  @media (min-width: 1024px) {
    .user-login-form {
      grid-template-columns: 53.35938% repeat(2, 1fr);
      margin-bottom: 8rem; } }
  @media (min-width: 768px) {
    .user-login-form .form-item {
      margin-bottom: 0; } }
  .user-login-form #edit-name--description,
  .user-login-form #edit-pass--description {
    display: none; }
  @media (min-width: 1024px) {
    .user-login-form .form-item-name {
      grid-column: 2 / 3; } }
  .user-login-form .form-item-pass {
    margin-bottom: 3.2rem; }
    @media (min-width: 768px) {
      .user-login-form .form-item-pass {
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .user-login-form .form-item-pass {
        grid-column: 3 / -1; } }
  .user-login-form #edit-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 14.4px;
    line-height: 1.44rem;
    height: 6.4rem;
    padding-right: 3.2rem;
    padding-left: 3.2rem;
    color: #fff;
    border: unset;
    border-radius: 6.4rem;
    background-color: #65a591; }
  @media (min-width: 1024px) {
    .user-login-form .form-actions {
      grid-column: 2 / 3; } }

.form-item {
  margin-bottom: 1.6rem; }
  .form-item label {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 10.8px;
    line-height: 1.08rem;
    display: inline-block;
    margin-bottom: 0.4rem;
    color: #1a1a1a; }
    @media (min-width: 768px) {
      .form-item label {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 12.6px;
        line-height: 1.26rem; } }
  .form-item input {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 10.8px;
    line-height: 1.08rem;
    width: 100%;
    height: 4.8rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    color: #1a1a1a;
    border: 0.1rem solid #D1D1D1;
    border-radius: 0.4rem;
    background: unset !important; }
    @media (min-width: 768px) {
      .form-item input {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 12.6px;
        line-height: 1.26rem; } }
  .form-item input#admin-toolbar-search-input {
    border: 1px solid #b8b8b8;
    border-top-color: #999;
    height: auto;
    width: -moz-max-content;
    width: max-content; }
  .form-item select {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 48px;
    padding-right: 4rem;
    padding-left: 1.6rem;
    color: var(--base);
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    background-image: url(/themes/custom/cmwf_theme/assets/icons/caret-down-thick.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 16px);
    background-position-y: 50%;
    background-size: 1.4rem 0.7rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 10.8px;
    line-height: 1.08rem;
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal; }
    @media (min-width: 1280px) {
      @supports not (-ms-high-contrast: none) {
        @media not print and (any-hover: hover) {
          .form-item select:focus, .form-item select:focus-within, .form-item select:hover {
            cursor: pointer;
            border-color: #1a1a1a; } } } }
    @media (min-width: 768px) {
      .form-item select {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 12.6px;
        line-height: 1.26rem; } }
  .form-item textarea {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 10.8px;
    line-height: 1.08rem;
    width: 100%;
    min-height: 47.5rem;
    padding: 1.6rem;
    resize: vertical;
    color: #1a1a1a;
    border: 0.1rem solid #D1D1D1;
    border-radius: 0.4rem; }
    @media (min-width: 768px) {
      .form-item textarea {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 12.6px;
        line-height: 1.26rem;
        min-height: 35.4rem; } }

.tasks-tab {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 32px);
  font-size: 1.4rem; }
  @media (min-width: 768px) {
    .tasks-tab {
      width: calc(100% - 48px); } }
  @media (min-width: 1024px) {
    .tasks-tab {
      width: calc(100% - 80px);
      max-width: 1360px; } }
  .tasks-tab ul {
    flex-wrap: wrap;
    margin-left: -0.8rem; }

#toolbar-administration {
  /* stylelint-disable-line selector-max-id */
  top: -39px; }

.indicator-chart {
  background-color: #fff; }
  .indicator-chart.indicator-chart--has-background {
    background-color: rgba(229, 213, 200, 0.2); }
    .indicator-chart.indicator-chart--has-background .indicator-chart__table-container-header {
      background-color: #faf7f4; }
    .indicator-chart.indicator-chart--has-background .indicator-chart__table-no-data .indicator-chart__table-container {
      background-color: #fff; }
  .indicator-chart .react--wrapper {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 32px);
    padding: 6rem 0; }
    @media (min-width: 768px) {
      .indicator-chart .react--wrapper {
        width: calc(100% - 48px); } }
    @media (min-width: 1024px) {
      .indicator-chart .react--wrapper {
        width: calc(100% - 80px);
        max-width: 1360px; } }
  .indicator-chart__chart-switch {
    display: flex; }
    @media (min-width: 768px) {
      .indicator-chart__chart-switch {
        padding-left: 62px; } }
  .indicator-chart__chart-tooltip {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal; }
  .indicator-chart__chart-switch-toggle {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    position: relative;
    padding-right: 2rem;
    padding-left: 28px;
    transition: all 0.35s ease-in;
    text-transform: uppercase;
    border-right: 1px solid #c4c4c4; }
    .indicator-chart__chart-switch-toggle:nth-child(n + 2) {
      padding-left: 48px; }
      .indicator-chart__chart-switch-toggle:nth-child(n + 2)::before {
        left: 20px; }
    .indicator-chart__chart-switch-toggle:first-child::before {
      left: 0; }
    .indicator-chart__chart-switch-toggle.time::before {
      position: absolute;
      width: 18px;
      height: 16px;
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.75 0C14.475 0 13.5 0.975 13.5 2.25C13.5 2.85 13.725 3.375 14.1 3.75L11.625 8.25H11.25C11.025 8.25 10.725 8.325 10.5 8.4L8.625 5.775C8.85 5.4 9 4.95 9 4.5C9 3.225 8.025 2.25 6.75 2.25C5.475 2.25 4.5 3.225 4.5 4.5C4.5 5.1 4.725 5.625 5.1 6.075L2.625 10.575H2.25C0.975 10.575 0 11.55 0 12.825C0 14.1 0.975 15.075 2.25 15.075C3.525 15.075 4.5 14.1 4.5 12.825C4.5 12.3 4.275 11.775 3.975 11.325L6.45 6.75H6.75C6.975 6.75 7.2 6.75 7.425 6.675L9.375 9.3C9.15 9.675 9 10.05 9 10.5C9 11.775 9.975 12.75 11.25 12.75C12.525 12.75 13.5 11.775 13.5 10.5C13.5 9.9 13.275 9.375 12.9 9L15.375 4.5H15.675C16.95 4.5 17.925 3.525 17.925 2.25C17.925 0.975 17.025 0 15.75 0Z' fill='%23666666'/%3E%3C/svg%3E"); }
    .indicator-chart__chart-switch-toggle.year::before {
      position: absolute;
      top: -2px;
      width: 20px;
      height: 18px;
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 20 18' fill='none'%3E%3Cpath d='M5.727 14.727H0.818V5.727H5.728V14.727H5.727ZM12.273 0H7.363V14.727H12.273V0ZM18.818 9H13.91V14.727H18.82V9H18.818ZM19.636 16.364H0V18H19.636V16.364Z' fill='%23666666'/%3E%3C/svg%3E"); }
    .indicator-chart__chart-switch-toggle.table::before {
      position: absolute;
      top: -1px;
      width: 20px;
      height: 15px;
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15' fill='none'%3E%3Crect x='4' y='4' width='3' height='1' fill='%23666666'/%3E%3Crect x='4' y='7' width='3' height='1' fill='%23666666'/%3E%3Crect x='4' y='10' width='3' height='1' fill='%23666666'/%3E%3Crect x='8' y='4' width='8' height='1' fill='%23666666'/%3E%3Crect x='8' y='7' width='8' height='1' fill='%23666666'/%3E%3Crect x='8' y='10' width='8' height='1' fill='%23666666'/%3E%3Crect x='1' y='1' width='18' height='13' stroke='%23666666' stroke-width='2'/%3E%3C/svg%3E"); }
    .indicator-chart__chart-switch-toggle.map {
      padding-left: 24px; }
      .indicator-chart__chart-switch-toggle.map::before {
        position: absolute;
        top: -2px;
        left: 0;
        width: 20px;
        height: 15px;
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M20 14.5V15.5C20 15.5 19.8334 15.5 19.5001 15.5H0C0 15.5 0.000111669 15.3333 0.000111669 15L0.000371248 0.500007L1.5 0.5V14H20C20 14 20 14.1667 20 14.5ZM15.1668 4.33334L18.6668 11.6667H3.66678V7.66667L7.00011 2C7.16678 1.66667 7.50011 1.66667 7.83344 2L11.1668 6.5L14.5001 4.33334C14.8334 4 15.1668 4.16667 15.1668 4.33334Z' fill='%23666666'/%3E%3C/svg%3E"); }
    .indicator-chart__chart-switch-toggle:last-child {
      padding-right: 0;
      border: 0; }
    .indicator-chart__chart-switch-toggle.active {
      color: #115479; }
      .indicator-chart__chart-switch-toggle.active.time::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.75 0C14.475 0 13.5 0.975 13.5 2.25C13.5 2.85 13.725 3.375 14.1 3.75L11.625 8.25H11.25C11.025 8.25 10.725 8.325 10.5 8.4L8.625 5.775C8.85 5.4 9 4.95 9 4.5C9 3.225 8.025 2.25 6.75 2.25C5.475 2.25 4.5 3.225 4.5 4.5C4.5 5.1 4.725 5.625 5.1 6.075L2.625 10.575H2.25C0.975 10.575 0 11.55 0 12.825C0 14.1 0.975 15.075 2.25 15.075C3.525 15.075 4.5 14.1 4.5 12.825C4.5 12.3 4.275 11.775 3.975 11.325L6.45 6.75H6.75C6.975 6.75 7.2 6.75 7.425 6.675L9.375 9.3C9.15 9.675 9 10.05 9 10.5C9 11.775 9.975 12.75 11.25 12.75C12.525 12.75 13.5 11.775 13.5 10.5C13.5 9.9 13.275 9.375 12.9 9L15.375 4.5H15.675C16.95 4.5 17.925 3.525 17.925 2.25C17.925 0.975 17.025 0 15.75 0Z' fill='%23115479'/%3E%3C/svg%3E"); }
      .indicator-chart__chart-switch-toggle.active.year::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 20 18' fill='none'%3E%3Cpath d='M5.727 14.727H0.818V5.727H5.728V14.727H5.727ZM12.273 0H7.363V14.727H12.273V0ZM18.818 9H13.91V14.727H18.82V9H18.818ZM19.636 16.364H0V18H19.636V16.364Z' fill='%23115479'/%3E%3C/svg%3E"); }
      .indicator-chart__chart-switch-toggle.active.map::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M20 14.5V15.5C20 15.5 19.8334 15.5 19.5001 15.5H0C0 15.5 0.000111669 15.3333 0.000111669 15L0.000371248 0.500007L1.5 0.5V14H20C20 14 20 14.1667 20 14.5ZM15.1668 4.33334L18.6668 11.6667H3.66678V7.66667L7.00011 2C7.16678 1.66667 7.50011 1.66667 7.83344 2L11.1668 6.5L14.5001 4.33334C14.8334 4 15.1668 4.16667 15.1668 4.33334Z' fill='%23115479'/%3E%3C/svg%3E"); }
      .indicator-chart__chart-switch-toggle.active.table::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15' fill='none'%3E%3Crect x='4' y='4' width='3' height='1' fill='%23115479'/%3E%3Crect x='4' y='7' width='3' height='1' fill='%23115479'/%3E%3Crect x='4' y='10' width='3' height='1' fill='%23115479'/%3E%3Crect x='8' y='4' width='8' height='1' fill='%23115479'/%3E%3Crect x='8' y='7' width='8' height='1' fill='%23115479'/%3E%3Crect x='8' y='10' width='8' height='1' fill='%23115479'/%3E%3Crect x='1' y='1' width='18' height='13' stroke='%23115479' stroke-width='2'/%3E%3C/svg%3E"); }
    .indicator-chart__chart-switch-toggle.disabled {
      color: #666666; }
    @media (max-width: 767px) {
      .indicator-chart__chart-switch-toggle {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 14.4px;
        line-height: 1.44rem; } }
    @media (min-width: 768px) {
      .indicator-chart__chart-switch-toggle {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 14.4px;
        line-height: 1.44rem; } }
  .indicator-chart .highcharts-title {
    left: 0 !important;
    letter-spacing: -0.04em;
    color: #1a1a1a !important;
    font-family: "Berlingske Serif Text", serif !important;
    font-weight: 300 !important; }
    @media (max-width: 767px) {
      .indicator-chart .highcharts-title {
        font-size: 3.2rem !important;
        line-height: 3.8rem !important; } }
    @media (min-width: 768px) {
      .indicator-chart .highcharts-title {
        font-size: 4rem !important;
        line-height: 4.8rem !important; } }
  .indicator-chart .highcharts-legend-item .highcharts-point {
    /* stylelint-disable-block */
    width: 16px;
    height: 16px;
    transform: translate(6px, 8px); }
  .indicator-chart .highcharts-axis {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #49514A;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem; }
  .indicator-chart .highcharts-axis-labels {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    color: #49514A; }
    .indicator-chart .highcharts-axis-labels text {
      letter-spacing: -0.01em !important;
      color: #666666 !important;
      fill: #666666 !important; }
      @media (max-width: 767px) {
        .indicator-chart .highcharts-axis-labels text {
          line-height: 1.82rem !important; } }
      @media (min-width: 768px) {
        .indicator-chart .highcharts-axis-labels text {
          line-height: 2.08rem !important; } }
    @media (max-width: 767px) {
      .indicator-chart .highcharts-axis-labels.highcharts-yaxis-labels text {
        font-size: 1.4rem !important; } }
    @media (min-width: 768px) {
      .indicator-chart .highcharts-axis-labels.highcharts-yaxis-labels text {
        font-size: 1.6rem !important; } }
    .indicator-chart .highcharts-axis-labels.highcharts-xaxis-labels span {
      white-space: nowrap !important;
      letter-spacing: -0.01em !important;
      color: #666666 !important;
      font-family: "Suisse Int'l Regular",sans-serif !important; }
      @media (max-width: 767px) {
        .indicator-chart .highcharts-axis-labels.highcharts-xaxis-labels span {
          line-height: 1.82rem !important; } }
      @media (min-width: 768px) {
        .indicator-chart .highcharts-axis-labels.highcharts-xaxis-labels span {
          line-height: 2.08rem !important; } }
  .indicator-chart .highcharts-axis-title {
    color: #666666 !important;
    fill: #666666 !important; }
  .indicator-chart .highcharts-legend-item {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14.4px;
    line-height: 1.44rem;
    text-transform: uppercase;
    color: #49514A; }
    .indicator-chart .highcharts-legend-item text {
      color: #666666 !important;
      fill: #666666 !important; }
    .indicator-chart .highcharts-legend-item > span {
      text-transform: uppercase !important;
      color: #666666 !important;
      font-family: "Suisse Int'l Regular",sans-serif !important;
      font-size: 1.2rem !important;
      font-weight: bold !important;
      line-height: 1.44rem !important; }
  .indicator-chart .highcharts-credits {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    color: #666666 !important;
    fill: #666666 !important;
    font-size: 1.2rem !important;
    line-height: 1.44rem !important; }
  .indicator-chart .highcharts-background {
    fill: none; }
  .indicator-chart .highcharts-plot-background {
    fill: #fff; }
  .indicator-chart__wrapper-map .highcharts-plot-background {
    fill: none; }
  .indicator-chart__download-button-container {
    position: relative;
    margin-top: 40px;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .indicator-chart__download-button-container {
        margin-bottom: 0; } }
  .indicator-chart .show-tooltip ~ .indicator-chart__download-expand {
    display: block; }
  .indicator-chart__download-expand {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 10.8px;
    line-height: 1.08rem;
    position: absolute;
    z-index: 9;
    left: 50%;
    display: none;
    width: calc(100% - 48px);
    cursor: pointer;
    transition: 0.2s opacity ease-in;
    color: #1a1a1a;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    background-color: #fff; }
    @media (max-width: 767px) {
      .indicator-chart__download-expand {
        transform: translate(-50%, -20px); } }
    @media (min-width: 768px) {
      .indicator-chart__download-expand {
        transform: translate(-50%, -4px); } }
    .indicator-chart__download-expand > .indicator-chart__download-expand-btn {
      display: block;
      padding: 12px 12px 12px 24px; }
      .indicator-chart__download-expand > .indicator-chart__download-expand-btn:first-child {
        padding: 24px 24px 12px; }
      .indicator-chart__download-expand > .indicator-chart__download-expand-btn:last-child {
        padding: 12px 24px 24px; }
      .indicator-chart__download-expand > .indicator-chart__download-expand-btn:hover {
        color: #115479; }
  .indicator-chart__download-button {
    justify-content: space-between;
    width: 100%;
    height: 48px;
    padding: 18px 24px;
    color: #fff;
    background-color: #115479;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 14.4px;
    line-height: 1.44rem;
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal; }
    .indicator-chart__download-button svg {
      fill: #fff; }
    @media (max-width: 767px) {
      .indicator-chart__download-button {
        max-width: 100%; } }
  @media (min-width: 768px) {
    .indicator-chart__wrapper {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 16px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .indicator-chart__wrapper {
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 24px; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .indicator-chart__wrapper {
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 40px; } }
  .indicator-chart__chart-container {
    overflow: hidden; }
    @media (max-width: 767px) {
      .indicator-chart__chart-container {
        margin-bottom: 40px; } }
    @media (min-width: 768px) {
      .indicator-chart__chart-container {
        grid-column: span 9;
        margin-bottom: 0;
        padding-left: 62px; } }
  .indicator-chart__filter-container {
    position: relative; }
    .indicator-chart__filter-container > div {
      margin-top: 24px; }
    @media (min-width: 768px) {
      .indicator-chart__filter-container {
        grid-column: span 3;
        max-width: 270px; } }
  .indicator-chart .react--wrapper {
    position: relative;
    min-height: 340px; }
  .indicator-chart .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    border-radius: 100%; }
  .indicator-chart .loader:before,
  .indicator-chart .loader:after {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    content: "";
    border: 10px solid transparent;
    border-top-color: #033d66;
    border-radius: 100%; }
  .indicator-chart .loader:before {
    z-index: 100;
    animation: spin 1s infinite; }
  .indicator-chart .loader:after {
    border: 10px solid #ccc; }

@keyframes spin {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg); } }
  .indicator-chart .indicator-chart__select-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 18px 16px 19px;
    cursor: pointer;
    border: 1px solid #666666;
    border-radius: 4px;
    background: #fff; }
    .indicator-chart .indicator-chart__select-header span {
      font-family: "Suisse Int'l Regular", sans-serif;
      font-weight: normal;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 10.8px;
      line-height: 1.08rem;
      color: #666666; }
    .indicator-chart .indicator-chart__select-header .icon {
      fill: #666666; }
    .indicator-chart .indicator-chart__select-header.show-options .icon {
      transform: rotateX(180deg); }
  .indicator-chart .indicator-chart__select-options {
    overflow-y: scroll;
    box-sizing: border-box;
    width: 100%;
    max-height: 244px;
    padding: 8px 0;
    transition: 0.35s height ease-in;
    border: 1px solid #1a1a1a;
    border-radius: 4px;
    background: #fff; }
  .indicator-chart .indicator-chart__single-select-options-animate {
    position: absolute;
    z-index: 10;
    width: 100%; }
  .indicator-chart .indicator-chart__select-option {
    position: relative;
    padding: 12px 16px 12px 36px;
    cursor: pointer;
    transition: 0.35s all ease-in;
    color: #1a1a1a;
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 10.8px;
    line-height: 1.08rem; }
    .indicator-chart .indicator-chart__select-option::after {
      position: absolute;
      top: 11px;
      left: 16px;
      width: 12px;
      height: 12px;
      content: "";
      border: 1px solid #D1D1D1;
      border-radius: 20px;
      background: transparent; }
    .indicator-chart .indicator-chart__select-option.selected::after {
      border: 1px solid #1a1a1a;
      background: #1a1a1a; }
    .indicator-chart .indicator-chart__select-option.disabled {
      cursor: default;
      opacity: 0.5; }
    .indicator-chart .indicator-chart__select-option.indicator-chart__multiple-select-option--with-all {
      display: grid;
      grid-template-columns: 1fr auto; }
      .indicator-chart .indicator-chart__select-option.indicator-chart__multiple-select-option--with-all > div.states:before {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: calc(100% - 75px);
        height: 100%;
        content: ""; }
    .indicator-chart .indicator-chart__select-option.indicator-chart__multiple-select-option-all {
      color: #115479; }
    .indicator-chart .indicator-chart__select-option.indicator-chart__multiple-select-option::after {
      border-radius: 0; }
    .indicator-chart .indicator-chart__select-option.indicator-chart__multiple-select-option.selected::before {
      position: absolute;
      z-index: 1;
      top: 13px;
      left: 16px;
      width: 12px;
      height: 6px;
      content: "";
      transform: rotate(306deg) scale(0.6);
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      background: transparent; }
    .indicator-chart .indicator-chart__select-option.indicator-chart__multiple-select-option.selected::after {
      border: 1px solid #1a1a1a;
      background: #1a1a1a; }
  .indicator-chart__single-select-label {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14.4px;
    line-height: 1.44rem;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #666666; }
  .indicator-chart__selections-search {
    position: relative;
    padding: 8px 16px; }
    .indicator-chart__selections-search input {
      font-family: "Suisse Int'l Regular", sans-serif;
      font-weight: normal;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 10.8px;
      line-height: 1.08rem;
      width: 100%;
      height: 32px;
      padding: 11px 50px 10px 16px;
      border: 0;
      border-radius: 100px;
      background: #EFEFEF; }
    .indicator-chart__selections-search .icon {
      position: absolute;
      top: 17px;
      right: 32px;
      width: 14px;
      height: 14px;
      fill: rgba(26, 26, 26, 0.5); }
  .indicator-chart .indicator-chart__select select {
    display: none; }
  .indicator-chart.indicator-chart--percentage .highcharts-series-group:hover path.highcharts-point {
    transition: 0.2s ease-in opacity;
    opacity: 40%; }
    .indicator-chart.indicator-chart--percentage .highcharts-series-group:hover path.highcharts-point:hover, .indicator-chart.indicator-chart--percentage .highcharts-series-group:hover path.highcharts-point.highcharts-point-hover {
      opacity: 1; }
  .indicator-chart__multiple-select-reset {
    margin-top: 16px;
    margin-left: 16px; }
    .indicator-chart__multiple-select-reset span {
      cursor: pointer;
      font-family: "Suisse Int'l Regular", sans-serif;
      font-weight: normal;
      color: #115479;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 10.8px;
      line-height: 1.08rem; }
  .indicator-chart__multiple-select-option-all {
    color: #115479; }
  .indicator-chart__table-container {
    position: relative;
    overflow: auto;
    min-height: 297px;
    max-height: 468px; }
    @media (max-width: 767px) {
      .indicator-chart__table-container {
        margin-top: 2.4rem; } }
    @media (min-width: 768px) {
      .indicator-chart__table-container {
        margin-top: 4.8rem;
        margin-left: 0;
        padding-left: 0; } }
  .indicator-chart__table {
    width: 100%;
    border-collapse: collapse; }
    .indicator-chart__table-download {
      position: absolute;
      overflow: hidden;
      height: 1px; }
      .indicator-chart__table-download .indicator-chart__table-container-header-item {
        font-size: 1.2rem !important; }
      .indicator-chart__table-download .indicator-chart__table-header {
        margin-bottom: 50px; }
      .indicator-chart__table-download .indicator-chart__table-header {
        margin-bottom: 50px; }
      .indicator-chart__table-download .indicator-chart__table-credits {
        font-family: "Berlingske Serif Text", serif;
        font-weight: 300; }
      .indicator-chart__table-download .indicator-chart__table-container-header-item {
        font-family: "Berlingske Serif Text", serif;
        font-weight: 300; }
  .indicator-chart__table-container-header {
    position: sticky;
    top: 0;
    background: #fff; }
    .indicator-chart__table-container-header th:last-child .indicator-chart__table-container-header-item {
      padding-right: 24px; }
  .indicator-chart__table-container-header-item {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 100%;
    text-align: end;
    white-space: nowrap;
    text-transform: uppercase;
    color: #666666; }
    @media (max-width: 767px) {
      .indicator-chart__table-container-header-item {
        margin-left: 32px; } }
    @media (min-width: 768px) {
      .indicator-chart__table-container-header-item {
        margin-left: 64px; } }
    .indicator-chart__table-container-header-item--location {
      margin-left: 0;
      text-align: start; }
      @media (max-width: 767px) {
        .indicator-chart__table-container-header-item--location {
          min-width: 137px; } }
      @media (min-width: 768px) {
        .indicator-chart__table-container-header-item--location {
          min-width: 150px; } }
  .indicator-chart__table-content-row {
    border-bottom: 1px solid #D1D1D1; }
    @media (max-width: 767px) {
      .indicator-chart__table-content-row:nth-child(n + 2) .indicator-chart__table-content-row-item {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem; } }
    .indicator-chart__table-content-row td:first-child .indicator-chart__table-content-row-item {
      font-family: "Berlingske Serif Text", serif;
      font-weight: 300;
      padding-top: 1.6rem;
      padding-bottom: 1.6rem;
      text-align: start; }
      @media (max-width: 767px) {
        .indicator-chart__table-content-row td:first-child .indicator-chart__table-content-row-item {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 21px;
          line-height: 2.1rem;
          letter-spacing: -0.01em; } }
      @media (min-width: 768px) {
        .indicator-chart__table-content-row td:first-child .indicator-chart__table-content-row-item {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 24px;
          line-height: 2.4rem;
          letter-spacing: -0.01em; } }
    .indicator-chart__table-content-row td:last-child .indicator-chart__table-content-row-item {
      padding-right: 24px; }
  .indicator-chart__table-content-row-item {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    padding-top: 1.6rem;
    padding-bottom: 1.9rem;
    text-align: end;
    color: #1a1a1a; }
    @media (max-width: 767px) {
      .indicator-chart__table-content-row-item {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18.2px;
        line-height: 1.82rem;
        letter-spacing: -0.01em; } }
    @media (min-width: 768px) {
      .indicator-chart__table-content-row-item {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20.8px;
        line-height: 2.08rem;
        letter-spacing: -0.01em; } }
  .indicator-chart__table-header, .indicator-chart__chart-header {
    font-family: "Berlingske Serif Text", serif;
    font-weight: 300;
    max-width: 884px;
    margin-top: 33px;
    margin-bottom: 13px;
    letter-spacing: -0.04em;
    color: #1a1a1a; }
    @media (max-width: 767px) {
      .indicator-chart__table-header, .indicator-chart__chart-header {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 38px;
        line-height: 3.8rem;
        letter-spacing: -0.04em; } }
    @media (min-width: 768px) {
      .indicator-chart__table-header, .indicator-chart__chart-header {
        font-size: 40px;
        font-size: 4rem;
        line-height: 48px;
        line-height: 4.8rem;
        letter-spacing: -0.04em; } }
    .indicator-chart__table-header p, .indicator-chart__chart-header p {
      display: inline; }
    .indicator-chart__table-header b,
    .indicator-chart__table-header strong, .indicator-chart__chart-header b,
    .indicator-chart__chart-header strong {
      font-family: "Berlingske Serif Text", serif;
      font-weight: 700; }
  .indicator-chart__table-credits {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    margin-top: 32px;
    letter-spacing: normal;
    color: #666666;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14.4px;
    line-height: 1.44rem; }
  .indicator-chart__chart-credits {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    color: #666666;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14.4px;
    line-height: 1.44rem; }
  .indicator-chart__table-no-data .indicator-chart__table-container {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-height: 410px;
    margin-top: 3.6rem;
    text-transform: uppercase;
    background: #EFEFEF;
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.5px;
    line-height: 1.75rem; }
  .indicator-chart__table-no-data .indicator-chart__table-header {
    margin: 0; }
  .indicator-chart__chart-footnote {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14.4px;
    line-height: 1.44rem;
    margin-bottom: 16px;
    color: #666666; }
    .indicator-chart__chart-footnote b,
    .indicator-chart__chart-footnote strong {
      font-family: "Suisse Int'l Regular", sans-serif;
      font-weight: bold; }
    .indicator-chart__table-container + .indicator-chart__chart-footnote {
      margin-top: 32px; }
    .indicator-chart__chart-footnote + .indicator-chart__table-credits {
      margin-top: 0; }


/*# sourceMappingURL=indicator-chart.css.map*/