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

/* */

.region-sidebar-first .block h2 {
      text-transform: uppercase;
      font-size: 1.125rem;
      margin-bottom: var(--quarter-space);
      margin-top: 0;
    }

.region-sidebar-first .search-form {
    /* margin-bottom: var(--double-space); */
    margin-top: var(--quarter-space);
  }

.block--highlight {
  background-color: var(--c-light-blue);
  padding: var(--space) var(--space) calc(var(--space)*1.25);
}

/*box-shadow: var(--box-shadow); */

.block--highlight > * {
    padding-left: var(--quarter-space);
    padding-right: var(--quarter-space);
  }

.block--highlight--alert {
    background-color: rgba(var(--c-yellow-rgb),.28);
  }

.block--highlight--alert .field {
      margin-bottom: 0;
    }

.block--highlight--alert .field p {
        margin-top: 0;
      }

.block--highlight--alert .field p:last-of-type {
          margin-bottom: 0;
        }

.block--highlight h2 {
    margin-bottom: var(--quarter-space);
  }

@media (min-width: 701px) {

.block--highlight--desktop {
    background-color: var(--c-off-white);
    padding: var(--space)
    /*box-shadow: rgba(0,0,0,0.05) 0 0 10px 0px; */
}
    .block--highlight--desktop > * {
      padding-left: var(--quarter-space);
      padding-right: var(--quarter-space);
    }
    .block--highlight--desktop h2 {
      margin-bottom: var(--quarter-space);
    }
  }
