@charset "UTF-8";
/** Globals An import of all abstracts */
/** Vendor For files that need compiling */
.node--view-mode-stack .node__link:after { font-family: "themeIcons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }

/** 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 */
.node--view-mode-stack { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.node--view-mode-stack .node__inner { -webkit-box-flex: 0; -ms-flex: none; flex: none; padding: 2rem 2rem 2rem 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 100%; }

.node--view-mode-stack .node__media { background-color: #595E80; -webkit-box-flex: 0; -ms-flex: none; flex: none; position: relative; width: 100%; }

.node--view-mode-stack .node__media:after { content: ''; display: block; height: 0; padding-bottom: calc(20rem - 20%); width: 100%; }

.node--view-mode-stack .node__media .media { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.node--view-mode-stack .node__media img { display: block; height: 100%; -o-object-fit: cover; object-fit: cover; width: 100%; }

.node--view-mode-stack .node__media .node__media-link { top: 0; right: 0; bottom: 0; left: 0; position: absolute; color: transparent; font-size: 0; line-height: 0; }

.node--view-mode-stack .node__title { font-family: "Maven Pro", "Helvetica Neue", Helvetica, "宋体", "SimSun", "微软雅黑", "Microsoft YaHei", sans-serif; font-weight: 400; letter-spacing: 0; margin: 0.25em 0 0.5em; padding: 0; color: #232C64; font-size: 2.125em; line-height: 1.0589; margin-top: 0; }

@media (max-width: 35.49em) { .node--view-mode-stack .node__title { font-size: 1.25em; line-height: 1.2; } }

.node--view-mode-stack .node__title a { text-decoration: none; }

.node--view-mode-stack .node__title a:hover { text-decoration: underline; }

.node--view-mode-stack .node__content { font-size: 0.875em; }

.node--view-mode-stack .node__footer { margin-top: 1rem; }

.node--view-mode-stack .node__link { font-weight: 500; text-decoration: none; text-transform: uppercase; text-decoration: none; }

.node--view-mode-stack .node__link, .node--view-mode-stack .node__link:hover, .node--view-mode-stack .node__link:focus, .node--view-mode-stack .node__link:active, .node--view-mode-stack .node__link.is-active { color: #00686D; }

.node--view-mode-stack .node__link:hover { text-decoration: underline; }

.node--view-mode-stack .node__link:after { content: ""; }

.node--view-mode-stack .node__link::after { display: inline-block; font-size: 0.75em; margin-left: 0.5em; }

@media (min-width: 35.5em) { .node--view-mode-stack { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .node--view-mode-stack .node__inner { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; width: auto; }
  .node--view-mode-stack .node__media { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: auto; } }

@media (min-width: 48em) { .node--view-mode-stack .node__inner { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; }
  .node--view-mode-stack .node__media { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; }
  .node--view-mode-stack .node__title, .node--view-mode-stack .node__footer { float: left; margin-right: 2rem; width: 50%; }
  .node--view-mode-stack .node__content { float: right; width: calc(50% - 2rem); } }

@media not all and (hover: none) { .node--view-mode-stack .node__media { overflow: hidden; }
  .node--view-mode-stack .node__media img { -webkit-transform: scale(1); transform: scale(1); -webkit-transform-origin: center; transform-origin: center; -webkit-transition: -webkit-transform 300ms ease; transition: -webkit-transform 300ms ease; transition: transform 300ms ease; transition: transform 300ms ease, -webkit-transform 300ms ease; }
  .node--view-mode-stack:hover .node__media img { -webkit-transform: scale(1.05); transform: scale(1.05); } }

/*# sourceMappingURL=../../maps/libraries/node/stack.css.map */
