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

/* */

.node--type-event.node--view-mode-full .node__content--float {
    order: 1;
    margin-bottom: var(--double-space);
  }

@media (min-width: 901px) {

.node--type-event.node--view-mode-full .node__content--float {
      float: right;
      margin-left: var(--double-space);
      width: calc(50% - 2rem);
      max-width: 350px
  }
    }

@media (min-width: 993px) {

.node--type-event.node--view-mode-full .node__content--float {
      width: calc(45% - 2rem)
  }
    }

.node--type-event.node--view-mode-full .node__content--posted {
    margin-bottom: var(--space);
  }

.node--type-event.node--view-mode-full .field {
    margin-bottom: var(--double-space);
  }

@media (min-width: 901px) {
      .node--type-event.node--view-mode-full .node__content--float h2 {
        margin-top: 0;
        font-size: 1.5rem;
        margin-bottom: var(--half-space);
      }
        @media (min-width: 569px) {
      .node--type-event.node--view-mode-full .node__content--float h2 {
          font-size: 1.75rem
      }
        }
  }

h3.event-list__date {
  font-size: var(--fs-h4);
}
