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

/**
 * @file
 */

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

/*24px */

/*32px */

/*48px */

/*max-width + 32px; */

/* 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. */

/* */

/* */

/*.l-footer { */

/*  background-color: var(--c-light-blue); */

/*  margin: var(--double-space) 0 0; */

/*  padding-top: var(--space); */

/*  padding-bottom: var(--space); */

/*  text-align: center; */

/*  @media (width > $medium) { */

/*    padding-top: var(--double-space); */

/*    text-align: left; */

/*  } */

/*  .footer__text { */

/*    @extend %text-small; */

/*    margin-bottom: var(--space); */

/*    p:first-of-type { */

/*      margin-top: 0; */

/*    } */

/*  } */

/*  .footer__logos { */

/*    justify-content: center; */

/*    @media (width > $medium) { */

/*      justify-content: flex-start; */

/*    } */

/*    img { */

/*      max-width: 326px; */

/*      display: block; */

/*        // margin: 0 auto var(--space)*1.5; */

/*      margin: 0 auto; */

/*      @media (width > $narrow) { */

/*        margin-left: 0; */

/*        margin-right: 0; */

/*      } */

/*    } */

/*  } */

/*  .menu--footer { */

/*    a { */

/*      color: black; */

/*      font-family: var(--sans-serif); */

/*    } */

/*     @media (width < $medium) { */

/*        margin-bottom: var(--space); */

/*    } */

/*    ul.menu { */

/*      margin-left: 0; */

/*    } */

/*    li { */

/*      margin-bottom: var(--half-space); */

/*      @media (width > $narrow) { */

/*        //display: inline; */

/*      } */

/*    } */

/*  } */

/*} */
