@charset "UTF-8";
/** Globals An import of all abstracts */
/** Vendor For files that need compiling */
.component-stock-ticker .component-stock-ticker__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 */
.component-stock-ticker .component-stock-ticker__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.875em; font-weight: 500; letter-spacing: -0.0085em; line-height: 1.2; }

@media (max-width: 35.49em) { .component-stock-ticker .component-stock-ticker__title { font-size: 2em; line-height: 1.25; } }

.component-stock-ticker .component-stock-ticker__footer { margin-top: 2rem; }

.component-stock-ticker .component-stock-ticker__link { font-weight: 500; text-decoration: none; text-transform: uppercase; text-decoration: none; }

.component-stock-ticker .component-stock-ticker__link:after { content: ""; }

.component-stock-ticker .component-stock-ticker__link, .component-stock-ticker .component-stock-ticker__link:hover, .component-stock-ticker .component-stock-ticker__link:focus, .component-stock-ticker .component-stock-ticker__link:active, .component-stock-ticker .component-stock-ticker__link.is-active { color: #00686D; }

.component-stock-ticker .component-stock-ticker__link:hover { text-decoration: underline; }

.component-stock-ticker .component-stock-ticker__link::after { display: inline-block; font-size: 0.8em; line-height: 1; margin-left: 0.5em; text-decoration: none; }

.component-stock-ticker .component-stock-ticker__stock { margin-top: 5rem; min-width: 19rem; }

.component-stock-ticker .wba-stock-information__change { color: #00686D; font-family: "Maven Pro", "Helvetica Neue", Helvetica, "宋体", "SimSun", "微软雅黑", "Microsoft YaHei", sans-serif; }

.component-stock-ticker .wba-stock-information__change::before { content: '+'; }

.component-stock-ticker .wba-stock-information__change:after { content: '%'; }

.component-stock-ticker .wba-stock-information__change.wba-stock-information__change--decrease { color: #D20000; }

.component-stock-ticker .wba-stock-information__change.wba-stock-information__change--decrease::before { display: none; }

.component-stock-ticker .wba-stock-information__high, .component-stock-ticker .wba-stock-information__low, .component-stock-ticker .wba-stock-information__price { font-family: "Maven Pro", "Helvetica Neue", Helvetica, "宋体", "SimSun", "微软雅黑", "Microsoft YaHei", sans-serif; }

.component-stock-ticker .wba-stock-information__high:before, .component-stock-ticker .wba-stock-information__low:before, .component-stock-ticker .wba-stock-information__price:before { content: '$'; }

.component-stock-ticker .component-stock-ticker__list-item { line-height: 1.5; margin-bottom: 1.5rem; min-height: 1.5em; }

.component-stock-ticker .component-stock-ticker__list-item span { white-space: nowrap; }

.component-stock-ticker .component-stock-ticker__list-item-title { font-size: 0.8em; line-height: 1; }

.component-stock-ticker .component-stock-ticker__list-item-description { margin: 0; }

.component-stock-ticker .component-stock-ticker__list-item-group { display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 20rem; }

.component-stock-ticker .component-stock-ticker__list-item-group .component-stock-ticker__list-item { border-left: 1px solid #CCCCCC; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0 1rem; }

.component-stock-ticker .component-stock-ticker__list-item-group .component-stock-ticker__list-item:first-child { border-left: 0; padding-left: 0; }

.component-stock-ticker .component-stock-ticker__list-item-group .component-stock-ticker__list-item:last-child { padding-right: 0; }

.component-stock-ticker .component-stock-ticker__list-item-group .component-stock-ticker__list-item-description { color: #232C64; font-size: 1.5em; }

.component-stock-ticker .component-stock-ticker__list-item--ticker .component-stock-ticker__list-item-description { font-size: 0.9em; font-weight: bold; }

.component-stock-ticker .component-stock-ticker__list-item--price .component-stock-ticker__list-item-description { color: #232C64; font-size: 3em; line-height: 1.2; min-height: 1.2em; }

.component-stock-ticker .component-stock-ticker__list-item--datetime .component-stock-ticker__list-item-title { color: #232C64; font-family: "Maven Pro", "Helvetica Neue", Helvetica, "宋体", "SimSun", "微软雅黑", "Microsoft YaHei", sans-serif; font-size: 1.25em; line-height: 1.5; }

.component-stock-ticker .component-stock-ticker__list-item--datetime .component-stock-ticker__list-item-description { font-size: 0.8em; }

.component-stock-ticker .component-stock-ticker__info { font-size: 0.8em; }

.component-stock-ticker .wba-stock-information { opacity: 0.3; -webkit-transition: opacity 300ms ease; transition: opacity 300ms ease; }

.component-stock-ticker .wba-stock-information--initialized { opacity: 1; }

@media (min-width: 48em) { .component-stock-ticker { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; }
  .component-stock-ticker .component-stock-ticker__inner { margin-right: auto; max-width: 25rem; }
  .component-stock-ticker .component-stock-ticker__stock { margin: 0 auto 0 3rem; } }

.component-stock-ticker.paragraph-component--bg-dark-grey .component-stock-ticker__title, .component-stock-ticker.paragraph-component--bg-dark-grey .component-stock-ticker__list-item--price .component-stock-ticker__list-item-description, .component-stock-ticker.paragraph-component--bg-dark-grey .component-stock-ticker__list-item-group .component-stock-ticker__list-item-description, .component-stock-ticker.paragraph-component--bg-dark-grey .component-stock-ticker__list-item--datetime .component-stock-ticker__list-item-title { color: #EEEEEE; }

.component-stock-ticker.paragraph-component--bg-dark-grey .wba-stock-information__change.wba-stock-information__change--decrease { color: #DE7862; }

.component-stock-ticker.paragraph-component--bg-dark-grey .wba-stock-information__change.wba-stock-information__change--increase { color: #43BEAC; }

.component-stock-ticker.paragraph-component--bg-dark-grey .component-stock-ticker__link { color: #EEEEEE; }

.component-stock-ticker.paragraph-component--bg-gradient-blue-pink-dark .component-stock-ticker__link { color: #3D3F4D; }

/*# sourceMappingURL=../../maps/libraries/paragraph/full--stock-ticker.css.map */
