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

.transcript__title {
  font-family: "Suisse Int'l Regular", sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25.2px;
  line-height: 2.52rem;
  margin-bottom: 0.8rem;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .transcript__title {
      font-size: 20px;
      font-size: 2rem;
      line-height: 28px;
      line-height: 2.8rem; } }

.transcript__content {
  position: relative;
  overflow: hidden;
  transition: max-height 0.25s ease;
  border-bottom: 0.1rem solid #1a1a1a; }
  @media (min-width: 1024px) {
    .transcript__content {
      padding-bottom: 2.4rem; } }
  .transcript__content .article-body__content {
    margin-top: 0;
    margin-bottom: 0; }
  .transcript__content::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 12rem;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 79.63%); }
  .transcript.no-after .transcript__content::after {
    content: none; }
  .transcript__content--long::after {
    display: none; }
  .transcript__content--long .transcript__content-container {
    padding-bottom: 1.6rem; }
  .transcript__content--long .transcript__button {
    min-width: 15.9rem; }

.transcript__button {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17.5px;
  line-height: 1.75rem;
  min-width: 9.7rem;
  margin-top: 1.6rem;
  padding: 0.7rem 1.75rem; }
  @media (min-width: 1280px) {
    @supports not (-ms-high-contrast: none) {
      @media not print and (any-hover: hover) {
        .transcript__button:focus, .transcript__button:focus-within, .transcript__button:hover {
          color: #115479;
          border-color: #115479; } } } }


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