@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 */
/** Component */
@media (min-width: 35.5em) and (max-width: 61.24em) { .component-featured-content--layout-summary-highlight .component-featured-content__list { display: -ms-grid; -ms-grid-columns: 1fr 1fr; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(2), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(2n + 3) { grid-column-start: 2; -ms-grid-column: 2; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(2n + 4) { grid-column-start: 1; -ms-grid-column: 1; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(2) { grid-row-start: 1; -ms-grid-row: 1; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(3) { grid-row-start: 2; -ms-grid-row: 2; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(4), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(5) { grid-row-start: 3; -ms-grid-row: 3; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(6), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(7) { grid-row-start: 4; -ms-grid-row: 4; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(8), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(9) { grid-row-start: 5; -ms-grid-row: 5; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(10), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(11) { grid-row-start: 6; -ms-grid-row: 6; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(12), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(13) { grid-row-start: 7; -ms-grid-row: 7; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(14), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(15) { grid-row-start: 8; -ms-grid-row: 8; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(16), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(17) { grid-row-start: 9; -ms-grid-row: 9; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(18), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(19) { grid-row-start: 10; -ms-grid-row: 10; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(20), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(21) { grid-row-start: 11; -ms-grid-row: 11; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(22), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(23) { grid-row-start: 12; -ms-grid-row: 12; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(24), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(25) { grid-row-start: 13; -ms-grid-row: 13; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(26), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(27) { grid-row-start: 14; -ms-grid-row: 14; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(28), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(29) { grid-row-start: 15; -ms-grid-row: 15; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(30), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(31) { grid-row-start: 16; -ms-grid-row: 16; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(32), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(33) { grid-row-start: 17; -ms-grid-row: 17; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(34), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(35) { grid-row-start: 18; -ms-grid-row: 18; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(n + 36) { display: none; } }

@media (min-width: 61.25em) { .component-featured-content--layout-summary-highlight .component-featured-content__list { display: -ms-grid; -ms-grid-columns: 1fr 1fr 1fr; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(2), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(4), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(3n + 7) { grid-column-start: 2; -ms-grid-column: 2; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(3), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(5), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(3n + 8) { grid-column-start: 3; -ms-grid-column: 3; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(3n + 6) { grid-column-start: 1; -ms-grid-column: 1; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(2), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(3) { grid-row-start: 1; -ms-grid-row: 1; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(4), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(5) { grid-row-start: 2; -ms-grid-row: 2; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(6), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(7), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(8) { grid-row-start: 3; -ms-grid-row: 3; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(9), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(10), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(11) { grid-row-start: 4; -ms-grid-row: 4; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(12), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(13), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(14) { grid-row-start: 5; -ms-grid-row: 5; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(15), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(16), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(17) { grid-row-start: 6; -ms-grid-row: 6; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(18), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(19), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(20) { grid-row-start: 7; -ms-grid-row: 7; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(21), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(22), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(23) { grid-row-start: 8; -ms-grid-row: 8; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(24), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(25), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(26) { grid-row-start: 9; -ms-grid-row: 9; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(27), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(28), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(29) { grid-row-start: 10; -ms-grid-row: 10; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(30), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(31), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(32) { grid-row-start: 11; -ms-grid-row: 11; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(33), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(34), .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(35) { grid-row-start: 12; -ms-grid-row: 12; }
  .component-featured-content--layout-summary-highlight .component-featured-content__list .component-featured-content__list-item:nth-child(n + 36) { display: none; } }

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