/*
 * DO NOT EDIT THIS FILE.
 * Edit .pcss.css file instead and recompile.
*/

/**
 * @file
 * Content below themeing
 */

/*
  Custom CSS properties and mixins.
  These are "compiled" by postcss/postcss-custom-properties for IE11 compatibility.
  CSS variables (those that start with --) are included in the generated CSS. Sass style variables (those that start with $) are for internal processing.
*/

/* Internal variables */

/*1px */

/*16px */

/*4px */

/*5.33333333px */

/*8px */

/*12px */

/*20px */

/*24px, */

/*32px */

/*44px (named after omicron variant BS.2.75.2) */

/*48px */

/*desktop + 32px; */

/*max-width + 64px; */

/* RGB colors, useful for when you need to include a color in an RGBA set. */

/* Mixins */

/* */

/* Hide elements visually, but keep them available for screen-readers. */

/* */

/* Used for information required for screen-reader users to understand and use */

/* the site where visual display is undesirable. Information provided in this */

/* manner should be kept concise, to avoid unnecessary burden on the user. */

/* "!important" is used to prevent unintentional overrides. */

/* */

.pre-footer--graphic {
  background-image:url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2653.753 115.282'%3E%3Cpath d='M2653.417 114.848C2453.302 70.417 2118.674 25.4 1911.305 51.72 1775.469 68.96 1649.144 99.241 1511 104.061c-247.86 8.648-483.993-103.596-725.487-65.83C696.867 52.09 617.548 87.807 527.245 95.79c-89.168 7.881-177.787-12.111-266.467-22.106C172.094 63.686 61.971 66.656.12 109.679v5.603h2653.297' fill='%23f1f3f7' fill-rule='evenodd'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent 90%, var(--c-light-mist) 90%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 5rem;
}

.layout-pre-footer {
  background-color: var(--c-light-mist);
  overflow: auto;
}
