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

.featured-three-up {
  margin-top: 32px;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .featured-three-up {
      margin-top: 40px;
      margin-bottom: 55px; } }
  @media (min-width: 1024px) {
    .featured-three-up {
      margin-top: 64px;
      margin-bottom: 80px; } }
  .featured-three-up--with-background-color {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 45px;
    background-color: #EFEFEF; }
    @media (min-width: 768px) {
      .featured-three-up--with-background-color {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 40px;
        padding-bottom: 55px; } }
    @media (min-width: 1024px) {
      .featured-three-up--with-background-color {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 64px;
        padding-bottom: 80px; } }
  .featured-three-up--with-cta {
    margin-top: 3.2rem;
    margin-bottom: 4.8rem; }
    @media (min-width: 768px) {
      .featured-three-up--with-cta {
        margin-top: 4rem;
        margin-bottom: 5.6rem; } }
    @media (min-width: 1024px) {
      .featured-three-up--with-cta {
        margin-top: 6.4rem;
        margin-bottom: 8rem; } }
  .featured-three-up-container {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 32px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px; }
    @media (min-width: 768px) {
      .featured-three-up-container {
        width: calc(100% - 48px); } }
    @media (min-width: 1024px) {
      .featured-three-up-container {
        width: calc(100% - 80px);
        max-width: 1360px; } }
    @media (min-width: 768px) {
      .featured-three-up-container {
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 24px; } }
    @media (min-width: 1024px) {
      .featured-three-up-container {
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 40px; } }
  .featured-three-up__content {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 32px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px; }
    @media (min-width: 768px) {
      .featured-three-up__content {
        width: calc(100% - 48px); } }
    @media (min-width: 1024px) {
      .featured-three-up__content {
        width: calc(100% - 80px);
        max-width: 1360px; } }
    @media (min-width: 768px) {
      .featured-three-up__content {
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 24px; } }
    @media (min-width: 1024px) {
      .featured-three-up__content {
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 40px; } }
    @media (min-width: 768px) {
      .featured-three-up__content {
        grid-row-gap: 3.2rem; } }
    @media (min-width: 1024px) {
      .featured-three-up__content {
        grid-row-gap: 4rem; } }
  .featured-three-up__heading {
    font-family: "Berlingske Serif Text", serif;
    font-weight: 300;
    font-size: 40px;
    font-size: 4rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: -0.04em;
    grid-column: 1 / 4;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .featured-three-up__heading {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 55.2px;
        line-height: 5.52rem;
        grid-column: 1 / -1;
        margin-bottom: 2.4rem; } }
    @media (min-width: 1024px) {
      .featured-three-up__heading {
        font-size: 64px;
        font-size: 6.4rem;
        line-height: 64px;
        line-height: 6.4rem; } }
    .featured-three-up__heading strong,
    .featured-three-up__heading b {
      font-family: "Berlingske Serif Text", serif;
      font-weight: 700; }
  .featured-three-up .content-list__pager .pagination {
    width: calc(100% - 80px);
    max-width: 1360px;
    margin: 2.4rem auto 0 auto; }
  .featured-three-up__item {
    position: relative;
    grid-column: 1 / -1; }
    @media (min-width: 768px) {
      .featured-three-up__item {
        grid-column: auto / span 6; } }
    @media (min-width: 1024px) {
      .featured-three-up__item {
        grid-column: auto / span 4; } }
    .featured-three-up--with-cta .featured-three-up__item,
    .featured-three-up--with-background-color .featured-three-up__item {
      padding-top: 0;
      border-top: unset; }
      .featured-three-up--with-cta .featured-three-up__item .featured-three-up__title:first-child,
      .featured-three-up--with-background-color .featured-three-up__item .featured-three-up__title:first-child {
        padding: 1.6rem 0 0;
        border-top: 0.2rem #1a1a1a solid; }
    .featured-three-up__item .featured-three-up__title:first-child {
      font-size: 32px;
      font-size: 3.2rem; }
    @media (max-width: 767px) {
      .featured-three-up__item:not(:first-child) {
        margin-top: 32px; } }
    .featured-three-up__item--no-image {
      padding-top: 16px;
      border-top: 2px solid #1a1a1a; }
  .featured-three-up__image {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .featured-three-up__image {
        overflow: hidden; }
        .featured-three-up__image .responsive-image {
          position: relative; }
          .featured-three-up__image .responsive-image::before {
            display: block;
            width: 100%;
            padding-top: 66.95402%;
            content: ""; }
          .featured-three-up__image .responsive-image > * {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: hidden;
            margin: auto; } }
    @media (min-width: 1024px) {
      .featured-three-up__image .responsive-image {
        position: relative; }
        .featured-three-up__image .responsive-image::before {
          display: block;
          width: 100%;
          padding-top: 67.02413%;
          content: ""; }
        .featured-three-up__image .responsive-image > * {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          overflow: hidden;
          margin: auto; } }
  .featured-three-up__title {
    font-family: "Berlingske Serif Text", serif;
    font-weight: 400;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 120%;
    letter-spacing: -0.04em; }
    @media (min-width: 1024px) {
      .featured-three-up__title {
        font-size: 40px;
        font-size: 4rem; } }
  .featured-three-up__description {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 130%;
    letter-spacing: -0.01em;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .featured-three-up__description {
        margin-top: 16px; } }
    @media (min-width: 1024px) {
      .featured-three-up__description {
        font-size: 1.6rem; } }
  .featured-three-up__cta {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 130%;
    letter-spacing: -0.01em;
    display: table;
    margin-top: 16px; }
    @media (max-width: 767px) {
      .featured-three-up__cta {
        text-decoration: none; } }
    @media (min-width: 1024px) {
      .featured-three-up__cta {
        transition: color 0.3s; }
        .featured-three-up__cta::after {
          display: block;
          width: 100%;
          content: "";
          transition: transform 0.3s ease-out;
          transform: scaleX(0);
          transform-origin: left;
          border-bottom: 2px solid #115479; } }
  @media (min-width: 1024px) and (min-width: 1280px) {
    @supports not (-ms-high-contrast: none) {
      @media not print and (any-hover: hover) {
        .featured-three-up__cta:focus, .featured-three-up__cta:focus-within, .featured-three-up__cta:hover {
          text-decoration: none;
          color: #115479; }
          .featured-three-up__cta:focus::after, .featured-three-up__cta:focus-within::after, .featured-three-up__cta:hover::after {
            transform: scaleX(1); } } } }
    .featured-three-up__cta::after {
      width: calc(100% - 18px); }
  .featured-three-up .pagination {
    width: 100%; }
    @media (max-width: 767px) {
      .featured-three-up .pagination {
        grid-column: 1 / span 4; } }
    @media (min-width: 768px) {
      .featured-three-up .pagination {
        grid-column: 1 / span 12; } }
  .featured-three-up.featured-three-up--related-recirculation, .featured-three-up.featured-three-up--related-recirculation--latest {
    margin: 0;
    padding-top: 32px;
    padding-bottom: 45px; }
    @media (min-width: 768px) {
      .featured-three-up.featured-three-up--related-recirculation, .featured-three-up.featured-three-up--related-recirculation--latest {
        padding-top: 40px;
        padding-bottom: 55px; } }
    @media (min-width: 1024px) {
      .featured-three-up.featured-three-up--related-recirculation, .featured-three-up.featured-three-up--related-recirculation--latest {
        padding-top: 64px;
        padding-bottom: 80px; } }
    .featured-three-up.featured-three-up--related-recirculation .featured-three-up__cta::before, .featured-three-up.featured-three-up--related-recirculation--latest .featured-three-up__cta::before {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: ""; }
    .featured-three-up.featured-three-up--related-recirculation .featured-three-up__title, .featured-three-up.featured-three-up--related-recirculation--latest .featured-three-up__title {
      font-family: "Berlingske Serif Text", serif;
      font-weight: 400;
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 120%;
      letter-spacing: -0.04; }
      @media (min-width: 1024px) {
        .featured-three-up.featured-three-up--related-recirculation .featured-three-up__title, .featured-three-up.featured-three-up--related-recirculation--latest .featured-three-up__title {
          font-size: 40px;
          font-size: 4rem;
          line-height: 48px;
          line-height: 4.8rem;
          letter-spacing: -0.04em; } }
  .featured-three-up.featured-three-up--related-recirculation--latest .featured-three-up__cta-header:hover {
    text-decoration: none; }
  .featured-three-up.featured-three-up--related-recirculation--latest .featured-three-up__cta-header::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }
  .featured-three-up.featured-three-up--related-recirculation--latest .featured-three-up__description {
    font-family: "Suisse Int'l Regular", sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14.4px;
    line-height: 1.44rem;
    text-transform: uppercase;
    color: #636363; }
  .featured-three-up .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }


/*# sourceMappingURL=featured-three-up.css.map*/