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

/* stylelint-disable */
/*! normalize.css v8.0.1 | 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%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
     -moz-appearance: button;
          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;
     -moz-appearance: textfield;
          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;
          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;
          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: "Berlingske Serif Text";
  src: url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Ultralight.eot), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Ultralight.eot?#iefix) format("embedded-opentype"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Ultralight.woff2) format("woff2"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Ultralight.woff) format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Berlingske Serif Text";
  src: url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-UltralightItalic.eot), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-UltralightItalic.eot?#iefix) format("embedded-opentype"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-UltralightItalic.woff2) format("woff2"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-UltralightItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "Berlingske Serif Text";
  src: url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Extralight.eot), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Extralight.eot?#iefix) format("embedded-opentype"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Extralight.woff2) format("woff2"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Extralight.woff) format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Berlingske Serif Text";
  src: url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-ExtralightItalic.eot), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-ExtralightItalic.eot?#iefix) format("embedded-opentype"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-ExtralightItalic.woff2) format("woff2"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-ExtralightItalic.woff) format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: "Berlingske Serif Text";
  src: url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Light.eot), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Light.eot?#iefix) format("embedded-opentype"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Light.woff2) format("woff2"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Berlingske Serif Text";
  src: url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-LightItalic.eot), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-LightItalic.eot?#iefix) format("embedded-opentype"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-LightItalic.woff2) format("woff2"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Berlingske Serif Text";
  src: url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Italic.eot), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Italic.eot?#iefix) format("embedded-opentype"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Italic.woff2) format("woff2"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Berlingske Serif Text";
  src: url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Regular.eot), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Regular.eot?#iefix) format("embedded-opentype"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Regular.woff2) format("woff2"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Berlingske Serif Text";
  src: url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Bold.eot), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Bold.eot?#iefix) format("embedded-opentype"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Bold.woff2) format("woff2"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Berlingske Serif Text";
  src: url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-BoldItalic.eot), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-BoldItalic.woff2) format("woff2"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Berlingske Serif Text";
  src: url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Black.eot), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Black.eot?#iefix) format("embedded-opentype"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Black.woff2) format("woff2"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Berlingske Serif Text";
  src: url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-BlackItalic.eot), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-BlackItalic.eot?#iefix) format("embedded-opentype"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-BlackItalic.woff2) format("woff2"), url(/themes/custom/cmwf_theme/dist/assets/fonts/BerlingskeSerifText-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Suisse Int'l Regular";
  src: url(/themes/custom/cmwf_theme/dist/assets/fonts/SuisseIntl-Regular.otf) format("embedded-opentype"), url(/themes/custom/cmwf_theme/dist/assets/fonts/SuisseIntl-Regular.woff2) format("woff2"), url(/themes/custom/cmwf_theme/dist/assets/fonts/SuisseIntl-Regular.woff) format("woff"), url(/themes/custom/cmwf_theme/dist/assets/fonts/SuisseIntl-Regular.ttf) format("truetype"); }

@font-face {
  font-family: "Suisse Int'l Regular";
  src: url(/themes/custom/cmwf_theme/dist/assets/fonts/SuisseIntl-Bold.otf) format("embedded-opentype"), url(/themes/custom/cmwf_theme/dist/assets/fonts/SuisseIntl-Bold.woff2) format("woff2"), url(/themes/custom/cmwf_theme/dist/assets/fonts/SuisseIntl-Bold.woff) format("woff"), url(/themes/custom/cmwf_theme/dist/assets/fonts/SuisseIntl-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Aktiv Grostesk Regular";
  src: url("/themes/custom/cmwf_theme/dist/assets/fonts/Aktiv Grotesk Regular.woff") format("woff"), url("/themes/custom/cmwf_theme/dist/assets/fonts/Aktiv Grotesk Regular.ttf") format("truetype"); }

html {
  background-color: #f7f7f7;
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 10px !important; }
  html:has(.toolbar-vertical) {
    scroll-padding-top: 70px !important; }
  html:has(.toolbar-horizontal) {
    scroll-padding-top: 50px !important; }
  @media (min-width: 768px) {
    html:has(.toolbar-fixed.toolbar-tray-open) {
      scroll-padding-top: 130px !important; } }
  @media (min-width: 1360px) {
    html:has(.toolbar-fixed.toolbar-tray-open) {
      scroll-padding-top: 90px !important; } }
  @media print {
    html .no-print,
    html .no-print * {
      display: none !important; } }

body {
  --fixed-body-scroll: 0;
  --nav-height: 56px;
  --nav-transition-1: 0.8s cubic-bezier(0.72, 0.01, 0.51, 0.99);
  --nav-transition-1-duration: 0.8s;
  --nav-transition-1-easing: cubic-bezier(0.72, 0.01, 0.51, 0.99);
  --nav-transition-2: 0.3s ease-in-out;
  --cookie-banner-height: 85px;
  --theme-color: #3f6777;
  --y-spacing: 32px;
  font-family: "Berlingske Serif Text", serif;
  font-weight: 300;
  top: 0;
  overflow-x: hidden;
  max-width: calc(1360px + 80px);
  margin: 0 auto !important;
  color: #1a1a1a;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.theme--yellow {
    --theme-color: $color-value; }
  body.theme--orange {
    --theme-color: $color-value; }
  body.theme--navy-blue {
    --theme-color: $color-value; }
  body.theme--green {
    --theme-color: $color-value; }
  body.theme--pale-green {
    --theme-color: $color-value; }
  body.theme--coral {
    --theme-color: $color-value; }
  body.theme--dark-blue {
    --theme-color: $color-value; }
  body.theme--old-gold {
    --theme-color: $color-value; }
  body.theme--apricot {
    --theme-color: $color-value; }
  @media (min-width: 768px) {
    body {
      --nav-height: 71px; } }
  @media (min-width: 1024px) {
    body {
      --nav-height: 80px;
      --y-spacing: 40px; } }
  body.no-scroll {
    overflow: hidden; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Suisse Int'l Regular", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-weight: normal; }

p {
  margin: 0; }

b,
strong {
  font-family: "Suisse Int'l Regular", sans-serif;
  font-weight: normal; }

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none; }

figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

picture {
  display: block; }

img {
  display: block;
  width: 100%;
  height: auto; }

button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

table {
  border-collapse: collapse; }

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit; }

@media (min-width: 1024px) and (min-width: 1280px) {
  @supports not (-ms-high-contrast: none) {
    @media not print and (any-hover: hover) {
      a:focus, a:focus-within, a:hover {
        text-decoration: underline; } } } }

select::-ms-expand {
  display: none; }

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

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

body.is-sticky {
  display: block;
  margin-top: 193px; }

/* stylelint-disable selector-max-id */
#toolbar-administration {
  position: relative;
  z-index: 10004; }

.container-inline {
  top: 0;
  background-color: white;
  font-size: 16px; }
  @media (min-width: 768px) {
    .container-inline {
      top: initial; } }
  .container-inline div {
    display: none; }

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  /* Remove focus indication when a mouse is used */
  outline: none; }

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0.2rem solid #5E9ED6;
  outline-offset: 0.2rem; }

.skipnav {
  position: relative;
  z-index: 99999999;
  text-align: left; }
  .skipnav a {
    position: absolute;
    z-index: 9999999;
    top: 0;
    left: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px; }
    .skipnav a:focus, .skipnav a:active {
      position: absolute;
      top: 0;
      left: 0;
      overflow: visible;
      width: auto;
      height: auto;
      text-decoration: underline; }

.sr-only-custom {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  white-space: nowrap !important;
  /* 3 */
  border: 0 !important;
  clip-path: inset(50%) !important;
  /* 2 */ }

*[tabindex="-1"]:focus {
  outline: thin dotted;
  outline-color: transparent; }

[data-drupal-messages] {
  margin: 20px; }
  [data-drupal-messages] > div {
    padding: 20px;
    border-radius: 8px;
    background-color: #f6f7f8;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14.4px;
    line-height: 1.44rem;
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal; }
    @media (min-width: 1024px) {
      [data-drupal-messages] > div {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 16.8px;
        line-height: 1.68rem; } }
    [data-drupal-messages] > div a,
    [data-drupal-messages] > div em {
      font-weight: 700; }
    [data-drupal-messages] > div[aria-label="Status message"] {
      color: #467248;
      background-color: #d4edda; }
    [data-drupal-messages] > div[aria-label="Error message"] {
      color: #b33634;
      background-color: #f8d7da; }
    [data-drupal-messages] > div[aria-label="Warning message"] {
      color: #f2a23a;
      background-color: #fff3cd; }

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

.button {
  --button-color: #3f6777;
  font-family: "Suisse Int'l Regular", sans-serif;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  white-space: nowrap;
  border-radius: 100px;
  background-color: var(--button-color); }
  .button--outline {
    color: var(--button-color);
    border-width: 1px;
    border-style: solid;
    border-color: var(--button-color);
    background-color: transparent; }
  .button--white {
    --button-color: #fff; }
  .button--black {
    --button-color: #000; }
  .button--yellow {
    --button-color: #fc0; }
  .button--orange {
    --button-color: #f2a23a; }
  .button--green {
    --button-color: #6d8e69; }
  .button--success-green {
    --button-color: #467248; }
  .button--red {
    --button-color: #d9534f; }
  .button--error-red {
    --button-color: #b33634; }
  .button--pale-orange {
    --button-color: #fff3cd; }
  .button--pale-green {
    --button-color: #b1ccc0; }
  .button--light-green {
    --button-color: #d4edda; }
  .button--pale-red {
    --button-color: #f8d7da; }
  .button--coral {
    --button-color: #ff5850; }
  .button--dark-blue {
    --button-color: #142B41; }
  .button--gray {
    --button-color: #7B7B7B; }
  .button--light-gray {
    --button-color: #D1D1D1; }
  .button--lighter-gray {
    --button-color: #EFEFEF; }
  .button--medium-gray {
    --button-color: #636363; }
  .button--dark-gray {
    --button-color: #1a1a1a; }
  .button--navy-blue {
    --button-color: #3f6777; }
  .button--white-smoke {
    --button-color: #f6f7f8; }
  .button--smoke-blue {
    --button-color: #487080; }
  .button--cyan {
    --button-color: #4ABDBC; }
  .button--apricot {
    --button-color: #f08662; }
  .button--old-gold {
    --button-color: #d4ac4c; }
  .button--alabaster {
    --button-color: #f8f8f8; }
  .button--chatams-blue {
    --button-color: #115479; }
  .button--silver-sand {
    --button-color: #c1c4c6; }
  .button--patina {
    --button-color: #65a591; }
  .button--light-teal {
    --button-color: #65a591; }
  .button--mid-dark-blue {
    --button-color: #364f67; }
  .button--nandor {
    --button-color: #49514A; }
  .button--bone {
    --button-color: #E5D5C8; }
  .button--bright-navy-blue {
    --button-color: #24729D; }
  .button--neutral-gray {
    --button-color: #666666; }
  .button--outline-blue {
    --button-color: #5E9ED6; }
  @media (min-width: 1280px) {
    @supports not (-ms-high-contrast: none) {
      @media not print and (any-hover: hover) {
        .button:focus, .button:focus-within, .button:hover {
          text-decoration: none; } } } }

#backtotop {
  font-family: "Suisse Int'l Regular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16.8px;
  line-height: 1.68rem;
  z-index: 9998;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 13.4rem;
  height: 3.2rem;
  margin-top: -3.2rem;
  transition: background-color 0.3s;
  color: #1a1a1a;
  border: 0.1rem solid #1a1a1a;
  border-radius: 10rem;
  background-color: #fff; }
  #backtotop::after {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 0.28rem;
    content: "";
    background: url(/themes/custom/cmwf_theme/assets/icons/back-to-top.svg) no-repeat; }
  body:has(.cookie-banner--visible) #backtotop {
    bottom: 10rem; }
    @media (min-width: 1024px) {
      body:has(.cookie-banner--visible) #backtotop {
        bottom: 7.2rem; } }


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