@charset "UTF-8";
/** Globals An import of all abstracts */
/** Vendor For files that need compiling */
/** This themes global styles */
/** Root Font Sizing */
/** Type sets Defines a type grouping that can be looped over and generate utility classes */
/** Grid and Grid Gap */
/** Vertical Gap */
/** Horizontal Gap */
/** Container widths */
/** Global Variables */
/** Label element */
/** Checkbox element */
/** Radio element */
/** Textfield element */
/** No-space Removes the default space, border, and padding place on a component */
/** Grid row Sets row up for the grid */
/** Grid row gutters IF $gutter-horizontal = true: set the sides gap width ELSE $gutter-vertical = false: remove the top and bottom gap width IF $gutter-vertical = true: set the top and bottom gap width ELSE $gutter-vertical = false: remove the top and bottom gap width IF $gutter-horizontal-size & $gutter-vertical-size = wide: large sized space between items IF $gutter-horizontal-size & $gutter-vertical-size = wide-lg: large sized space between items only on the lg breakpoint IF $gutter-horizontal-size & $gutter-vertical-size = narrow: small sized space between items ELSE $gutter-horizontal-size & $gutter-vertical-size = default: regular sized space between items */
/** Grid columns IF = auto: fits the available space ELSE IF = variable: fits the width of it's content ELSE span the amount of columns provided */
/** Grid Spacing Clear Clears first and last grid row margin or padding Declare on column class: @include grid-clear-vertical-spacing(2); Options: • $columns(value = 1 to n) - default = 1 • $property(value = margin or padding) - default = margin, sets to 0 */
/** Grid class generators Generates classes for each column and offset by default and breakpoint */
/** Hide Text Hide text while making it readable for screen readers 1. Needed in WebKit-based browsers because of an implementation bug; See: https://code.google.com/p/chromium/issues/detail?id=457146 */
/** Hide Element Hide element while making it readable for screen readers Shamelessly borrowed from HTML5Boilerplate: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133 */
/** Variables */
/** Component */
.component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item { padding: 2.5rem 0; }

.component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item:nth-child(n + 2) { font-size: 0.8em; }

.component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item:nth-child(n + 2) .node__title { margin-bottom: 1rem; }

@media (max-width: 35.49em) { .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-wrapper { padding-top: 20rem; position: relative; }
  .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: auto; }
  .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item { -webkit-box-flex: 0; -ms-flex: none; flex: none; }
  .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item:nth-child(1) { border-bottom: 1px solid #CCCCCC; left: 0; position: absolute; top: 0; width: 100%; }
  .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item:nth-child(n + 2) { margin-right: 6%; width: 37%; }
  .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item:last-child { margin-right: 0; } }

@media (max-width: 29.99em) { .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item:nth-child(n + 2) { margin-right: 15%; width: 60%; } }

@media (min-width: 35.5em) { .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-wrapper { padding-top: 0 !important; }
  .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list { display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto; }
  .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item { border-top: 1px solid #CCCCCC; }
  .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item:nth-child(1) { grid-column-start: 1; grid-column-end: span 1; grid-row-start: 1; grid-row-end: span 2; } }

@media (min-width: 35.5em) and (max-width: 61.24em) { .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item:nth-child(-n + 2) { border-top: 0; padding-top: 0; }
  .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item:nth-child(1), .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item:nth-child(2n + 4) { padding-right: 2.5rem; } }

@media (min-width: 61.25em) { .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list { grid-template-columns: auto auto auto; }
  .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item:nth-child(-n + 3) { border-top: 0; padding-top: 0; }
  .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item:nth-child(3n + 1), .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item:nth-child(2), .component-featured-content.component-featured-content--layout-summary-highlight .component-featured-content__list-item:nth-child(3n+ 6) { padding-right: 2.5rem; } }

/*# sourceMappingURL=../../maps/libraries/paragraph/full--featured-content--layout-summary-highlight.css.map */
