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

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: auto;
  width: 100vw;
  height: 100%;
  padding-top: var(--nav-height);
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  color: #fff;
  background-color: #142B41;
  will-change: opacity;
  z-index: 10002; }
  @media (min-width: 1024px) {
    .search-overlay {
      overflow: hidden;
      padding-top: 0;
      background-color: rgba(255, 255, 255, 0.8);
      z-index: 10005; }
      @supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {
        .search-overlay {
          -webkit-backdrop-filter: blur(5px);
                  backdrop-filter: blur(5px); } } }
  .search-overlay--visible {
    visibility: visible;
    opacity: 1; }
  .search-overlay__container {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 32px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    position: relative;
    width: 100%;
    padding: 0 16px; }
    @media (min-width: 768px) {
      .search-overlay__container {
        width: calc(100% - 48px); } }
    @media (min-width: 1024px) {
      .search-overlay__container {
        width: calc(100% - 80px);
        max-width: 1360px; } }
    @media (min-width: 768px) {
      .search-overlay__container {
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 24px; } }
    @media (min-width: 1024px) {
      .search-overlay__container {
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 40px; } }
    @media (min-width: 768px) {
      .search-overlay__container {
        padding: 0; } }
    @media (min-width: 1024px) {
      .search-overlay__container {
        height: 100%; }
        .search-overlay__container::before {
          position: absolute;
          top: 0;
          left: -40px;
          grid-column: 7 / span 6;
          width: 100vw;
          height: 100vh;
          content: "";
          background-color: #142B41; } }
  .search-overlay__content {
    grid-column: 1 / -1; }
    @media (min-width: 768px) {
      .search-overlay__content {
        grid-column: 1 / span 10; } }
    @media (min-width: 1024px) {
      .search-overlay__content {
        position: relative;
        overflow: auto;
        grid-column: 7 / span 6;
        width: calc(100% + 80px);
        height: 100%;
        margin-left: -40px;
        padding: 0 40px; } }
  .search-overlay__heading {
    display: none; }
    @media (min-width: 1024px) {
      .search-overlay__heading {
        font-family: "Suisse Int'l Regular", sans-serif;
        font-weight: normal;
        font-size: 16pxpx;
        font-size: 1.6rem;
        line-height: 125%;
        display: flex;
        justify-content: space-between;
        margin: 0 -40px;
        padding: 32px 40px 27px;
        border-bottom: 1px solid #364f67; } }
    .search-overlay__heading .icon--close {
      width: 18px;
      height: 18px;
      fill: #fff; }
  .search-overlay__field {
    display: flex;
    text-align: center; }
  .search-overlay__input {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 90%;
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    overflow: hidden;
    width: 100%;
    height: 48px;
    padding: 0 40px 0 24px;
    color: #fff;
    border: 0;
    border-radius: 100px;
    background-color: #364f67;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .search-overlay__input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.5);
      line-height: revert; }
    .search-overlay__input::placeholder {
      color: rgba(255, 255, 255, 0.5);
      line-height: revert; }
  .search-overlay__search {
    margin-left: -40px; }
    .search-overlay__search svg {
      fill: #fff; }
  .search-overlay__section {
    margin-top: 32px; }
    @media (min-width: 768px) {
      .search-overlay__section {
        margin-top: 40px; } }
    .search-overlay__section:nth-child(3) {
      margin-top: 40px; }
      @media (min-width: 768px) {
        .search-overlay__section:nth-child(3) {
          margin-top: 80px; } }
      @media (min-width: 1024px) {
        .search-overlay__section:nth-child(3) {
          margin-top: 40px; } }
    .search-overlay__section--input .search-overlay__section-heading {
      margin-bottom: 12px;
      padding-bottom: 0;
      border: 0; }
      @media (min-width: 1024px) {
        .search-overlay__section--input .search-overlay__section-heading {
          display: none; } }
    @media (min-width: 1024px) {
      .search-overlay__section--input {
        margin-bottom: 80px; } }
    .search-overlay__section--options {
      padding-bottom: 24px;
      border-bottom: 1px solid #364f67; }
      @media (min-width: 768px) {
        .search-overlay__section--options {
          margin-top: 40px;
          padding-bottom: 40px; } }
      @media (min-width: 1024px) {
        .search-overlay__section--options .checkbox:hover .checkbox__check {
          border: 0.1rem solid #fff; } }
    @media (min-width: 1280px) {
      @supports not (-ms-high-contrast: none) {
        @media not print and (any-hover: hover) {
          .search-overlay__section-body .chips__chip:focus, .search-overlay__section-body .chips__chip:focus-within, .search-overlay__section-body .chips__chip:hover {
            cursor: pointer;
            border-color: #fff; } } } }
    .search-overlay__section-drawer .search-overlay__filter-heading {
      border-color: #364f67; }
      @media (min-width: 1280px) {
        @supports not (-ms-high-contrast: none) {
          @media not print and (any-hover: hover) {
            .search-overlay__section-drawer .search-overlay__filter-heading:focus, .search-overlay__section-drawer .search-overlay__filter-heading:focus-within, .search-overlay__section-drawer .search-overlay__filter-heading:hover {
              border-color: #fff; } } } }
  .search-overlay__section-heading {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 125%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 4px;
    text-transform: uppercase;
    border-bottom: 1px solid #364f67; }
    @media (min-width: 768px) {
      .search-overlay__section-heading {
        font-size: 14px;
        font-size: 1.4rem; } }
  @media (min-width: 1024px) {
    .search-overlay__selections {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      max-height: 195px; } }
  @media (min-width: 1024px) {
    .search-overlay__selections .checkbox {
      flex-shrink: 0;
      width: calc(50% - 40px);
      margin-right: 40px; }
      .search-overlay__selections .checkbox:nth-child(5n + 1) {
        margin-top: 0 !important;
        -moz-column-break-before: column;
             break-before: column; }
      .search-overlay__selections .checkbox:nth-child(5n) {
        padding: 0 0 24px; } }
  .search-overlay__clear {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: bold;
    line-height: 15px;
    line-height: 1.5rem;
    color: #65a591; }
    @media (min-width: 768px) {
      .search-overlay__clear {
        line-height: 17.5px;
        line-height: 1.75rem; } }
    @media (min-width: 1280px) {
      @supports not (-ms-high-contrast: none) {
        @media not print and (any-hover: hover) {
          .search-overlay__clear:focus, .search-overlay__clear:focus-within, .search-overlay__clear:hover {
            text-decoration: underline; } } } }
  .search-overlay__close:focus, .search-overlay__close:focus-within {
    outline: 1px solid #fff; }
  .search-overlay__filter-heading {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #fff;
    border-radius: 4px; }
    @media (min-width: 768px) {
      .search-overlay__filter-heading {
        font-size: 14px;
        font-size: 1.4rem; } }
    .search-overlay__filter-heading-text {
      font-family: "Suisse Int'l Regular", sans-serif;
      font-weight: normal; }
  .search-overlay__filter-content {
    overflow-x: auto;
    padding: 20px 16px;
    border: 1px solid #fff;
    border-radius: 4px; }
    @media (min-width: 1024px) {
      .search-overlay__filter-content {
        padding: 20px 16px; } }
    @media (min-width: 768px) {
      .search-overlay__filter-content--calendar {
        display: grid;
        grid-template-columns: 1fr 2fr; } }
    @media (min-width: 1024px) {
      .search-overlay__filter-content--calendar .search-overlay__selections {
        flex-wrap: nowrap; } }
    @media (min-width: 1024px) {
      .search-overlay__filter-content--calendar .search-overlay__selections .checkbox {
        width: auto; } }
  .search-overlay__caret {
    width: 14px;
    fill: #fff; }
    .drawer--expanded .search-overlay__caret {
      transform: rotate(180deg); }
  @media (min-width: 1024px) {
    .search-overlay__two-columns {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 0;
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid #364f67; } }
  .search-overlay__column {
    margin-top: 16px;
    padding-top: 8px;
    border-top: 1px solid #364f67; }
    @media (min-width: 1024px) {
      .search-overlay__column {
        margin-top: 0;
        padding-top: 0;
        border-top: 0; } }
    @media (max-width: 767px) {
      .search-overlay__column:not(:first-child) {
        margin-top: 24px; } }
    @media (min-width: 1024px) {
      .search-overlay__column:nth-child(2n) {
        padding-left: 24px;
        border-left: 1px solid #364f67; } }
  .search-overlay__column-heading {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 10.8px;
    line-height: 1.08rem;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .search-overlay__column-heading {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 12.6px;
        line-height: 1.26rem; } }
  .search-overlay__submit {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 90%;
    display: inline-flex;
    align-items: center;
    height: 48px;
    margin-top: 24px;
    margin-bottom: 40px;
    padding: 0 34px;
    color: #fff;
    border-radius: 100px;
    background-color: #65a591; }
    @media (min-width: 768px) {
      .search-overlay__submit {
        margin-top: 40px; } }
    .search-overlay__submit:focus, .search-overlay__submit:focus-within {
      outline: 1px solid #fff; }
  .search-overlay .chips {
    --foreground-color: #fff;
    --border-color: #364f67; }
    @media (min-width: 768px) {
      .search-overlay .chips__chip {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 12.6px;
        line-height: 1.26rem; } }
  .search-overlay .checkbox {
    --check-color: #142B41;
    --border-color: #364f67;
    --box-color: transparent;
    --checked-border-color: #fff;
    --checked-box-color: #fff;
    -moz-column-break-inside: avoid;
         break-inside: avoid; }
    .search-overlay .checkbox:not(:first-child) {
      margin-top: 24px; }
    @media (min-width: 768px) {
      .search-overlay .checkbox__label {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 12.6px;
        line-height: 1.26rem;
        display: flex;
        align-items: center;
        height: 13px; } }
  .search-overlay .drawer {
    margin-top: 8px; }
    .search-overlay .drawer__header {
      padding: 0;
      text-transform: unset;
      border: 0; }


/*# sourceMappingURL=search-overlay.css.map*/